Pull request #41757 updated Started by user Sebastiaan van Stijn Rebuilds build #5 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855+dbc3365da22ce76367ccaad79248c9a98332d80d (446c18b88e754862a66b2478ecf7b9ee28c28760) 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-09T00:28:26.512Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-03-09T00:28:26.517Z] Trying to pass milestone 5 [Pipeline] milestone [2021-03-09T00:28:26.575Z] Trying to pass milestone 6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-03-09T00:28:41.748Z] Still waiting to schedule task [2021-03-09T00:28:41.748Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:29:30.550Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00fad61bdd666bfbc) in /home/ubuntu/workspace/moby_PR-41757 [Pipeline] { [Pipeline] checkout [2021-03-09T00:29:30.704Z] The recommended git tool is: git [2021-03-09T00:29:34.287Z] using credential docker-jenkins-github-credentials [2021-03-09T00:29:34.296Z] Cloning the remote Git repository [2021-03-09T00:29:34.296Z] Cloning with configured refspecs honoured and without tags [2021-03-09T00:29:34.144Z] Cloning repository https://github.com/moby/moby.git [2021-03-09T00:29:34.212Z] > git init /home/ubuntu/workspace/moby_PR-41757 # timeout=10 [2021-03-09T00:29:34.508Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:29:34.509Z] > git --version # timeout=10 [2021-03-09T00:29:34.518Z] > git --version # 'git version 2.17.1' [2021-03-09T00:29:34.519Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:29:34.579Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:29:58.311Z] Fetching without tags [2021-03-09T00:29:58.614Z] Merging remotes/origin/master commit dbc3365da22ce76367ccaad79248c9a98332d80d into PR head commit 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 [2021-03-09T00:29:58.192Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:29:58.226Z] > git config --add remote.origin.fetch +refs/pull/41757/head:refs/remotes/origin/PR-41757 # timeout=10 [2021-03-09T00:29:58.251Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:29:58.275Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:29:58.300Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:29:58.300Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:29:58.301Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:29:58.608Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:29:58.633Z] > git checkout -f 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [2021-03-09T00:30:00.144Z] Merge succeeded, producing 21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 [2021-03-09T00:30:00.144Z] Checking out Revision 21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 (PR-41757) [2021-03-09T00:29:59.329Z] > git remote # timeout=10 [2021-03-09T00:29:59.354Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T00:29:59.383Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:29:59.384Z] > git merge dbc3365da22ce76367ccaad79248c9a98332d80d # timeout=10 [2021-03-09T00:30:00.105Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T00:30:00.133Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:30:00.154Z] > git checkout -f 21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 # timeout=10 [2021-03-09T00:30:04.011Z] Commit message: "Merge commit 'dbc3365da22ce76367ccaad79248c9a98332d80d' into HEAD" [2021-03-09T00:30:04.007Z] > git rev-list --no-walk 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-09T00:30:05.298Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41757:/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-09T00:30:10.559Z] Unable to find image 'alpine:latest' locally [2021-03-09T00:30:12.462Z] latest: Pulling from library/alpine [2021-03-09T00:30:12.462Z] ba3557a56b15: Pulling fs layer [2021-03-09T00:30:12.462Z] ba3557a56b15: Download complete [2021-03-09T00:30:13.036Z] ba3557a56b15: Pull complete [2021-03-09T00:30:13.036Z] Digest: sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be [2021-03-09T00:30:13.036Z] Status: Downloaded newer image for alpine:latest [2021-03-09T00:30:19.598Z] 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 [Pipeline] node [Pipeline] node [Pipeline] node [2021-03-09T00:30:19.907Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-41757 [Pipeline] node [2021-03-09T00:30:19.909Z] Running on ppc64le-ubuntu-28 in /home/docker/workspace/moby_PR-41757 [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] checkout [Pipeline] checkout [2021-03-09T00:30:20.003Z] The recommended git tool is: git [2021-03-09T00:30:20.009Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [2021-03-09T00:30:20.038Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-03-09T00:30:20.045Z] using credential docker-jenkins-github-credentials [2021-03-09T00:30:20.052Z] Cloning the remote Git repository [2021-03-09T00:30:20.052Z] Cloning with configured refspecs honoured and without tags [2021-03-09T00:30:20.059Z] Cloning the remote Git repository [2021-03-09T00:30:20.059Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // 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-09T00:30:20.059Z] Cloning repository https://github.com/moby/moby.git [2021-03-09T00:30:20.059Z] > git init /home/jenkins/workspace/moby_PR-41757 # timeout=10 [2021-03-09T00:30:20.106Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:30:20.106Z] > git --version # timeout=10 [2021-03-09T00:30:20.107Z] > git --version # 'git version 2.17.1' [2021-03-09T00:30:20.107Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:30:20.117Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:30:20.067Z] Cloning repository https://github.com/moby/moby.git [2021-03-09T00:30:20.067Z] > git init /home/docker/workspace/moby_PR-41757 # timeout=10 [2021-03-09T00:30:20.073Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:30:20.073Z] > git --version # timeout=10 [2021-03-09T00:30:20.080Z] > git --version # 'git version 2.7.4' [2021-03-09T00:30:20.080Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:30:20.081Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:30:29.451Z] Fetching without tags [2021-03-09T00:30:29.423Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:30:29.425Z] > git config --add remote.origin.fetch +refs/pull/41757/head:refs/remotes/origin/PR-41757 # timeout=10 [2021-03-09T00:30:29.428Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:30:29.444Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:30:29.458Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:30:29.458Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:30:29.459Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:30:29.722Z] Merging remotes/origin/master commit dbc3365da22ce76367ccaad79248c9a98332d80d into PR head commit 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 [2021-03-09T00:30:30.477Z] Merge succeeded, producing 5638661ba87ed7ed18ab51d391f218cd3f7ff25a [2021-03-09T00:30:30.477Z] Checking out Revision 5638661ba87ed7ed18ab51d391f218cd3f7ff25a (PR-41757) [2021-03-09T00:30:30.689Z] Commit message: "Merge commit 'dbc3365da22ce76367ccaad79248c9a98332d80d' into HEAD" [2021-03-09T00:30:29.729Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:30:29.730Z] > git checkout -f 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [2021-03-09T00:30:30.149Z] > git remote # timeout=10 [2021-03-09T00:30:30.162Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T00:30:30.166Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:30:30.167Z] > git merge dbc3365da22ce76367ccaad79248c9a98332d80d # timeout=10 [2021-03-09T00:30:30.458Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T00:30:30.483Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:30:30.491Z] > git checkout -f 5638661ba87ed7ed18ab51d391f218cd3f7ff25a # timeout=10 [2021-03-09T00:30:30.696Z] > git rev-list --no-walk 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-09T00:30:31.523Z] + docker version [2021-03-09T00:30:31.523Z] Client: Docker Engine - Community [2021-03-09T00:30:31.523Z] Version: 19.03.7 [2021-03-09T00:30:31.523Z] API version: 1.40 [2021-03-09T00:30:31.523Z] Go version: go1.12.17 [2021-03-09T00:30:31.523Z] Git commit: 7141c199a2 [2021-03-09T00:30:31.523Z] Built: Sat Mar 7 16:48:47 2020 [2021-03-09T00:30:31.523Z] OS/Arch: linux/s390x [2021-03-09T00:30:31.523Z] Experimental: false [2021-03-09T00:30:31.523Z] [2021-03-09T00:30:31.523Z] Server: Docker Engine - Community [2021-03-09T00:30:31.523Z] Engine: [2021-03-09T00:30:31.523Z] Version: 19.03.7 [2021-03-09T00:30:31.523Z] API version: 1.40 (minimum version 1.12) [2021-03-09T00:30:31.523Z] Go version: go1.12.17 [2021-03-09T00:30:31.523Z] Git commit: 7141c199a2 [2021-03-09T00:30:31.523Z] Built: Sat Mar 7 16:47:46 2020 [2021-03-09T00:30:31.523Z] OS/Arch: linux/s390x [2021-03-09T00:30:31.523Z] Experimental: true [2021-03-09T00:30:31.523Z] containerd: [2021-03-09T00:30:31.523Z] Version: 1.2.13 [2021-03-09T00:30:31.523Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-03-09T00:30:31.523Z] runc: [2021-03-09T00:30:31.523Z] Version: 1.0.0-rc10 [2021-03-09T00:30:31.523Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-03-09T00:30:31.523Z] docker-init: [2021-03-09T00:30:31.523Z] Version: 0.18.0 [2021-03-09T00:30:31.523Z] GitCommit: fec3683 [Pipeline] sh [2021-03-09T00:30:31.906Z] + docker info [2021-03-09T00:30:32.945Z] Client: [2021-03-09T00:30:32.945Z] Debug Mode: false [2021-03-09T00:30:32.945Z] [2021-03-09T00:30:32.945Z] Server: [2021-03-09T00:30:32.945Z] Containers: 0 [2021-03-09T00:30:32.945Z] Running: 0 [2021-03-09T00:30:32.945Z] Paused: 0 [2021-03-09T00:30:32.945Z] Stopped: 0 [2021-03-09T00:30:32.945Z] Images: 0 [2021-03-09T00:30:32.945Z] Server Version: 19.03.7 [2021-03-09T00:30:32.945Z] Storage Driver: overlay2 [2021-03-09T00:30:32.945Z] Backing Filesystem: [2021-03-09T00:30:32.945Z] Supports d_type: true [2021-03-09T00:30:32.945Z] Native Overlay Diff: true [2021-03-09T00:30:32.945Z] Logging Driver: json-file [2021-03-09T00:30:32.945Z] Cgroup Driver: cgroupfs [2021-03-09T00:30:32.945Z] Plugins: [2021-03-09T00:30:32.945Z] Volume: local [2021-03-09T00:30:32.945Z] Network: bridge host ipvlan macvlan null overlay [2021-03-09T00:30:32.945Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-09T00:30:32.945Z] Swarm: inactive [2021-03-09T00:30:32.945Z] Runtimes: runc [2021-03-09T00:30:32.945Z] Default Runtime: runc [2021-03-09T00:30:32.945Z] Init Binary: docker-init [2021-03-09T00:30:32.945Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-03-09T00:30:32.945Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-03-09T00:30:32.945Z] init version: fec3683 [2021-03-09T00:30:32.945Z] Security Options: [2021-03-09T00:30:32.945Z] apparmor [2021-03-09T00:30:32.945Z] seccomp [2021-03-09T00:30:32.945Z] Profile: default [2021-03-09T00:30:32.945Z] Kernel Version: 4.15.0-91-generic [2021-03-09T00:30:32.945Z] Operating System: Ubuntu 18.04.4 LTS [2021-03-09T00:30:32.945Z] OSType: linux [2021-03-09T00:30:32.945Z] Architecture: s390x [2021-03-09T00:30:32.945Z] CPUs: 2 [2021-03-09T00:30:32.945Z] Total Memory: 7.861GiB [2021-03-09T00:30:32.945Z] Name: s390x-ubuntu-16 [2021-03-09T00:30:32.945Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2021-03-09T00:30:32.945Z] Docker Root Dir: /var/lib/docker [2021-03-09T00:30:32.945Z] Debug Mode: false [2021-03-09T00:30:32.945Z] Registry: https://index.docker.io/v1/ [2021-03-09T00:30:32.945Z] Labels: [2021-03-09T00:30:32.945Z] Experimental: true [2021-03-09T00:30:32.945Z] Insecure Registries: [2021-03-09T00:30:32.945Z] 127.0.0.0/8 [2021-03-09T00:30:32.945Z] Live Restore Enabled: false [2021-03-09T00:30:32.945Z] [2021-03-09T00:30:32.945Z] WARNING: No swap limit support [Pipeline] sh [2021-03-09T00:30:33.331Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-09T00:30:33.331Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-09T00:30:33.331Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41757/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-09T00:30:33.331Z] + bash /home/jenkins/workspace/moby_PR-41757/check-config.sh [2021-03-09T00:30:33.331Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-09T00:30:33.331Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2021-03-09T00:30:33.331Z] [2021-03-09T00:30:33.331Z] Generally Necessary: [2021-03-09T00:30:33.331Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-09T00:30:33.331Z] - apparmor: enabled and tools installed [2021-03-09T00:30:33.331Z] - CONFIG_NAMESPACES: enabled [2021-03-09T00:30:33.331Z] - CONFIG_NET_NS: enabled [2021-03-09T00:30:33.331Z] - CONFIG_PID_NS: enabled [2021-03-09T00:30:33.331Z] - CONFIG_IPC_NS: enabled [2021-03-09T00:30:33.331Z] - CONFIG_UTS_NS: enabled [2021-03-09T00:30:33.331Z] - CONFIG_CGROUPS: enabled [2021-03-09T00:30:33.331Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-09T00:30:33.331Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-09T00:30:33.331Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-09T00:30:33.331Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-09T00:30:33.331Z] - CONFIG_CPUSETS: enabled [2021-03-09T00:30:33.331Z] - CONFIG_MEMCG: enabled [2021-03-09T00:30:33.331Z] - CONFIG_KEYS: enabled [2021-03-09T00:30:33.331Z] - CONFIG_VETH: enabled (as module) [2021-03-09T00:30:33.331Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-09T00:30:33.331Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-09T00:30:33.331Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-03-09T00:30:33.331Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-09T00:30:33.331Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-09T00:30:33.331Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-09T00:30:33.331Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-09T00:30:33.331Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-09T00:30:33.331Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-09T00:30:33.331Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-09T00:30:33.331Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-03-09T00:30:33.331Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-09T00:30:33.331Z] [2021-03-09T00:30:33.331Z] Optional Features: [2021-03-09T00:30:33.331Z] - CONFIG_USER_NS: enabled [2021-03-09T00:30:33.331Z] - CONFIG_SECCOMP: enabled [2021-03-09T00:30:33.331Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-09T00:30:33.331Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-09T00:30:33.331Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-09T00:30:33.331Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-09T00:30:33.331Z] - CONFIG_BLK_CGROUP: enabled [2021-03-09T00:30:33.331Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-09T00:30:33.331Z] - CONFIG_IOSCHED_CFQ: enabled [2021-03-09T00:30:33.331Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-03-09T00:30:33.331Z] - CONFIG_CGROUP_PERF: enabled [2021-03-09T00:30:33.331Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-09T00:30:33.331Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-09T00:30:33.331Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-09T00:30:33.331Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-09T00:30:33.331Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-09T00:30:33.331Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-09T00:30:33.331Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-09T00:30:33.331Z] - CONFIG_IP_VS: enabled (as module) [2021-03-09T00:30:33.331Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-09T00:30:33.331Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-09T00:30:33.332Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-09T00:30:33.332Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-09T00:30:33.332Z] - CONFIG_EXT4_FS: enabled [2021-03-09T00:30:33.332Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-09T00:30:33.332Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-09T00:30:33.332Z] - Network Drivers: [2021-03-09T00:30:33.332Z] - "overlay": [2021-03-09T00:30:33.625Z] - CONFIG_VXLAN: enabled (as module) [2021-03-09T00:30:33.625Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-09T00:30:33.625Z] Optional (for encrypted networks): [2021-03-09T00:30:33.625Z] - CONFIG_CRYPTO: enabled [2021-03-09T00:30:33.625Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-09T00:30:33.625Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-09T00:30:33.625Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-09T00:30:33.625Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-09T00:30:33.625Z] - CONFIG_XFRM: enabled [2021-03-09T00:30:33.625Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-09T00:30:33.625Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-09T00:30:33.625Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-09T00:30:33.625Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-03-09T00:30:33.625Z] - "ipvlan": [2021-03-09T00:30:33.625Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-09T00:30:33.625Z] - "macvlan": [2021-03-09T00:30:33.625Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-09T00:30:33.625Z] - CONFIG_DUMMY: enabled (as module) [2021-03-09T00:30:33.625Z] - "ftp,tftp client in container": [2021-03-09T00:30:33.625Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-09T00:30:33.625Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-09T00:30:33.625Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-09T00:30:33.625Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-09T00:30:33.625Z] - Storage Drivers: [2021-03-09T00:30:33.625Z] - "aufs": [2021-03-09T00:30:33.625Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-09T00:30:33.625Z] - "btrfs": [2021-03-09T00:30:33.625Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-09T00:30:33.625Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-09T00:30:33.625Z] - "devicemapper": [2021-03-09T00:30:33.625Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-09T00:30:33.625Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-09T00:30:33.625Z] - "overlay": [2021-03-09T00:30:33.625Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-09T00:30:33.625Z] - "zfs": [2021-03-09T00:30:33.625Z] - /dev/zfs: missing [2021-03-09T00:30:33.625Z] - zfs command: missing [2021-03-09T00:30:33.625Z] - zpool command: missing [2021-03-09T00:30:33.625Z] [2021-03-09T00:30:33.625Z] Limits: [2021-03-09T00:30:33.625Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-09T00:30:33.625Z] [2021-03-09T00:30:33.625Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-09T00:30:34.072Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 . [2021-03-09T00:30:34.072Z] #2 [internal] load .dockerignore [2021-03-09T00:30:34.072Z] #2 transferring context: 87B 0.0s done [2021-03-09T00:30:34.072Z] #2 DONE 0.0s [2021-03-09T00:30:34.072Z] [2021-03-09T00:30:34.072Z] #1 [internal] load build definition from Dockerfile [2021-03-09T00:30:34.072Z] #1 transferring dockerfile: 16.54kB 0.0s done [2021-03-09T00:30:34.072Z] #1 DONE 0.0s [2021-03-09T00:30:34.072Z] [2021-03-09T00:30:34.072Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-09T00:30:34.365Z] #3 DONE 0.3s [2021-03-09T00:30:34.661Z] [2021-03-09T00:30:34.661Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b... [2021-03-09T00:30:34.661Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-09T00:30:34.661Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-09T00:30:34.661Z] #4 sha256:6ce32b7af840de740a21ba297f7d1c31e0f1eb0d6b03c0efc03ae0cca9c8fd2a 528B / 528B done [2021-03-09T00:30:34.661Z] #4 sha256:86c932e21798e5a8d71bfc2953075f408c771ba1e111cf08762f5fe4f681358e 1.20kB / 1.20kB done [2021-03-09T00:30:34.661Z] #4 sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 1.02MB / 9.68MB 0.1s [2021-03-09T00:30:34.898Z] Still waiting to schedule task [2021-03-09T00:30:34.899Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0929210987fbb3532)’ is offline [2021-03-09T00:30:34.899Z] ‘azwin-2-0cb890’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.899Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] Still waiting to schedule task [2021-03-09T00:30:34.900Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0929210987fbb3532)’ is offline [2021-03-09T00:30:34.900Z] ‘azwin-2-0cb890’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.900Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] Still waiting to schedule task [2021-03-09T00:30:34.901Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0929210987fbb3532)’ is offline [2021-03-09T00:30:34.901Z] ‘azwin-2-0cb890’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.901Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-09T00:30:34.902Z] Still waiting to schedule task [2021-03-09T00:30:34.902Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-056a3e4d8ebaed57c)’ [2021-03-09T00:30:34.909Z] Still waiting to schedule task [2021-03-09T00:30:34.909Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0bf55b1a61e5d408f)’ [2021-03-09T00:30:34.910Z] Still waiting to schedule task [2021-03-09T00:30:34.911Z] Waiting for next available executor on ‘azwin-2-360e20’ [2021-03-09T00:30:34.958Z] #4 sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 9.68MB / 9.68MB 0.2s done [2021-03-09T00:30:34.958Z] #4 extracting sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 0.1s [2021-03-09T00:30:35.252Z] #4 extracting sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 0.2s done [2021-03-09T00:30:35.252Z] #4 DONE 0.8s [2021-03-09T00:30:35.549Z] [2021-03-09T00:30:35.549Z] #5 [internal] load build definition from Dockerfile [2021-03-09T00:30:35.549Z] #5 transferring dockerfile: 16.54kB done [2021-03-09T00:30:35.549Z] #5 DONE 0.0s [2021-03-09T00:30:35.549Z] [2021-03-09T00:30:35.549Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-09T00:30:35.842Z] #6 ... [2021-03-09T00:30:35.842Z] [2021-03-09T00:30:35.842Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-03-09T00:30:35.842Z] #8 DONE 0.1s [2021-03-09T00:30:35.842Z] [2021-03-09T00:30:35.842Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-09T00:30:35.842Z] #6 DONE 0.1s [2021-03-09T00:30:35.842Z] [2021-03-09T00:30:35.842Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-03-09T00:30:37.402Z] #7 DONE 1.6s [2021-03-09T00:30:37.402Z] [2021-03-09T00:30:37.402Z] #22 [internal] load build context [2021-03-09T00:30:37.826Z] Fetching without tags [2021-03-09T00:30:38.153Z] #22 transferring context: 53.41MB 1.0s done [2021-03-09T00:30:38.212Z] Merging remotes/origin/master commit dbc3365da22ce76367ccaad79248c9a98332d80d into PR head commit 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 [2021-03-09T00:30:38.502Z] #22 DONE 1.0s [2021-03-09T00:30:38.502Z] [2021-03-09T00:30:38.502Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-03-09T00:30:38.502Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-09T00:30:38.502Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-09T00:30:38.502Z] #9 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 32.28MB / 48.97MB 0.9s [2021-03-09T00:30:38.502Z] #9 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done [2021-03-09T00:30:38.502Z] #9 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done [2021-03-09T00:30:38.502Z] #9 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.6s done [2021-03-09T00:30:38.502Z] #9 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.64MB / 9.88MB 0.9s [2021-03-09T00:30:38.502Z] #9 ... [2021-03-09T00:30:38.502Z] [2021-03-09T00:30:38.502Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2021-03-09T00:30:38.502Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-03-09T00:30:38.502Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-03-09T00:30:38.502Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-03-09T00:30:38.502Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.2s done [2021-03-09T00:30:38.502Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.8s done [2021-03-09T00:30:38.502Z] #61 DONE 1.3s [2021-03-09T00:30:38.502Z] [2021-03-09T00:30:38.502Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-03-09T00:30:38.502Z] #9 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.1s done [2021-03-09T00:30:38.502Z] #9 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 1.0s done [2021-03-09T00:30:38.502Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 6.98MB / 56.74MB 1.2s [2021-03-09T00:30:38.502Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 6.59MB / 51.38MB 1.2s [2021-03-09T00:30:38.502Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0B / 102.23MB 1.2s [2021-03-09T00:30:38.848Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 12.14MB / 56.74MB 1.3s [2021-03-09T00:30:38.848Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 9.93MB / 51.38MB 1.3s [2021-03-09T00:30:38.848Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 15.99MB / 56.74MB 1.4s [2021-03-09T00:30:38.848Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 13.59MB / 51.38MB 1.4s [2021-03-09T00:30:38.848Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 7.56MB / 102.23MB 1.4s [2021-03-09T00:30:38.848Z] #9 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 [2021-03-09T00:30:38.848Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 19.69MB / 56.74MB 1.5s [2021-03-09T00:30:38.848Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 17.47MB / 51.38MB 1.5s [2021-03-09T00:30:39.186Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 24.07MB / 56.74MB 1.6s [2021-03-09T00:30:39.186Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 21.00MB / 51.38MB 1.6s [2021-03-09T00:30:39.186Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 15.67MB / 102.23MB 1.6s [2021-03-09T00:30:39.186Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 24.18MB / 51.38MB 1.7s [2021-03-09T00:30:39.186Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 33.83MB / 56.74MB 1.9s [2021-03-09T00:30:39.186Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 32.78MB / 51.38MB 1.9s [2021-03-09T00:30:39.186Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 26.81MB / 102.23MB 1.9s [2021-03-09T00:30:39.540Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 38.35MB / 56.74MB 2.0s [2021-03-09T00:30:39.540Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 36.08MB / 51.38MB 2.0s [2021-03-09T00:30:39.540Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 42.53MB / 56.74MB 2.1s [2021-03-09T00:30:39.540Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 40.63MB / 51.38MB 2.1s [2021-03-09T00:30:39.540Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 33.88MB / 102.23MB 2.1s [2021-03-09T00:30:39.540Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 46.49MB / 56.74MB 2.2s [2021-03-09T00:30:39.540Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 44.82MB / 51.38MB 2.2s [2021-03-09T00:30:37.799Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:30:37.802Z] > git config --add remote.origin.fetch +refs/pull/41757/head:refs/remotes/origin/PR-41757 # timeout=10 [2021-03-09T00:30:37.805Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:30:37.819Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:30:37.833Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:30:37.833Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:30:37.834Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:30:38.220Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:30:38.222Z] > git checkout -f 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [2021-03-09T00:30:38.932Z] > git remote # timeout=10 [2021-03-09T00:30:38.935Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T00:30:38.940Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:30:38.941Z] > git merge dbc3365da22ce76367ccaad79248c9a98332d80d # timeout=10 [2021-03-09T00:30:39.890Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 49.86MB / 56.74MB 2.3s [2021-03-09T00:30:39.890Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 49.56MB / 51.38MB 2.3s [2021-03-09T00:30:39.890Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 41.26MB / 102.23MB 2.3s [2021-03-09T00:30:39.890Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 53.74MB / 56.74MB 2.4s [2021-03-09T00:30:39.890Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 47.31MB / 102.23MB 2.4s [2021-03-09T00:30:39.890Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 2.5s [2021-03-09T00:30:39.890Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 2.4s done [2021-03-09T00:30:39.890Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 56.15MB / 102.23MB 2.5s [2021-03-09T00:30:39.890Z] #9 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 2.5s [2021-03-09T00:30:40.083Z] Merge succeeded, producing b92c72c1f5d78b600ef1bc4287020c88031ab27b [2021-03-09T00:30:40.083Z] Checking out Revision b92c72c1f5d78b600ef1bc4287020c88031ab27b (PR-41757) [2021-03-09T00:30:40.177Z] Commit message: "Merge commit 'dbc3365da22ce76367ccaad79248c9a98332d80d' into HEAD" [2021-03-09T00:30:40.197Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 2.5s done [2021-03-09T00:30:40.197Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 67.33MB / 102.23MB 2.6s [2021-03-09T00:30:40.197Z] #9 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 2.5s done [2021-03-09T00:30:40.197Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 79.70MB / 102.23MB 2.7s [2021-03-09T00:30:40.197Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 2.9s [2021-03-09T00:30:40.076Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T00:30:40.090Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:30:40.093Z] > git checkout -f b92c72c1f5d78b600ef1bc4287020c88031ab27b # timeout=10 [2021-03-09T00:30:40.184Z] > git rev-list --no-walk 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [2021-03-09T00:30:40.490Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 3.0s done [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-09T00:30:41.044Z] + docker version [2021-03-09T00:30:41.044Z] Client: [2021-03-09T00:30:41.044Z] Version: 18.06.1-ce [2021-03-09T00:30:41.044Z] API version: 1.38 [2021-03-09T00:30:41.044Z] Go version: go1.10.3 [2021-03-09T00:30:41.044Z] Git commit: e68fc7a [2021-03-09T00:30:41.044Z] Built: Tue Aug 21 17:26:10 2018 [2021-03-09T00:30:41.044Z] OS/Arch: linux/ppc64le [2021-03-09T00:30:41.044Z] Experimental: false [2021-03-09T00:30:41.044Z] [2021-03-09T00:30:41.044Z] Server: [2021-03-09T00:30:41.044Z] Engine: [2021-03-09T00:30:41.044Z] Version: 18.06.1-ce [2021-03-09T00:30:41.044Z] API version: 1.38 (minimum version 1.12) [2021-03-09T00:30:41.044Z] Go version: go1.10.3 [2021-03-09T00:30:41.044Z] Git commit: e68fc7a [2021-03-09T00:30:41.044Z] Built: Tue Aug 21 17:24:20 2018 [2021-03-09T00:30:41.044Z] OS/Arch: linux/ppc64le [2021-03-09T00:30:41.044Z] Experimental: true [Pipeline] sh [2021-03-09T00:30:41.126Z] #9 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 2.4s done [2021-03-09T00:30:41.419Z] #9 ... [2021-03-09T00:30:41.419Z] [2021-03-09T00:30:41.419Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e... [2021-03-09T00:30:41.419Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-03-09T00:30:41.419Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-03-09T00:30:41.419Z] #25 sha256:f3f6ec162b83d29614c01226ea605246bb0145f8acee893d539b545df7028593 529B / 529B done [2021-03-09T00:30:41.419Z] #25 sha256:3c935fed0e8d4347b5ba2359be41a4112a2c83373b4be140f1a2e46ea2880690 1.46kB / 1.46kB done [2021-03-09T00:30:41.419Z] #25 sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 48.97MB / 48.97MB 1.0s done [2021-03-09T00:30:41.419Z] #25 extracting sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 2.5s done [2021-03-09T00:30:41.419Z] #25 DONE 4.0s [2021-03-09T00:30:41.419Z] [2021-03-09T00:30:41.419Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-03-09T00:30:41.419Z] #9 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 [2021-03-09T00:30:41.429Z] + docker info [2021-03-09T00:30:41.429Z] Containers: 0 [2021-03-09T00:30:41.429Z] Running: 0 [2021-03-09T00:30:41.429Z] Paused: 0 [2021-03-09T00:30:41.429Z] Stopped: 0 [2021-03-09T00:30:41.429Z] Images: 0 [2021-03-09T00:30:41.429Z] Server Version: 18.06.1-ce [2021-03-09T00:30:41.429Z] Storage Driver: overlay2 [2021-03-09T00:30:41.429Z] Backing Filesystem: extfs [2021-03-09T00:30:41.429Z] Supports d_type: true [2021-03-09T00:30:41.429Z] Native Overlay Diff: true [2021-03-09T00:30:41.429Z] Logging Driver: json-file [2021-03-09T00:30:41.429Z] Cgroup Driver: cgroupfs [2021-03-09T00:30:41.429Z] Plugins: [2021-03-09T00:30:41.429Z] Volume: local [2021-03-09T00:30:41.429Z] Network: bridge host ipvlan macvlan null overlay [2021-03-09T00:30:41.429Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2021-03-09T00:30:41.429Z] Swarm: inactive [2021-03-09T00:30:41.429Z] Runtimes: runc [2021-03-09T00:30:41.429Z] Default Runtime: runc [2021-03-09T00:30:41.429Z] Init Binary: docker-init [2021-03-09T00:30:41.429Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2021-03-09T00:30:41.429Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2021-03-09T00:30:41.429Z] init version: fec3683 [2021-03-09T00:30:41.429Z] Security Options: [2021-03-09T00:30:41.429Z] apparmor [2021-03-09T00:30:41.429Z] seccomp [2021-03-09T00:30:41.429Z] Profile: default [2021-03-09T00:30:41.429Z] Kernel Version: 4.4.0-139-generic [2021-03-09T00:30:41.429Z] Operating System: Ubuntu 16.04.3 LTS [2021-03-09T00:30:41.429Z] OSType: linux [2021-03-09T00:30:41.429Z] Architecture: ppc64le [2021-03-09T00:30:41.429Z] CPUs: 4 [2021-03-09T00:30:41.429Z] Total Memory: 7.972GiB [2021-03-09T00:30:41.429Z] Name: ppc64le-ubuntu-28 [2021-03-09T00:30:41.429Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2021-03-09T00:30:41.429Z] Docker Root Dir: /var/lib/docker [2021-03-09T00:30:41.429Z] Debug Mode (client): false [2021-03-09T00:30:41.429Z] Debug Mode (server): false [2021-03-09T00:30:41.429Z] Registry: https://index.docker.io/v1/ [2021-03-09T00:30:41.429Z] Labels: [2021-03-09T00:30:41.429Z] Experimental: true [2021-03-09T00:30:41.429Z] Insecure Registries: [2021-03-09T00:30:41.429Z] 127.0.0.0/8 [2021-03-09T00:30:41.429Z] Live Restore Enabled: false [2021-03-09T00:30:41.429Z] [Pipeline] sh [2021-03-09T00:30:41.713Z] #9 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.3s done [2021-03-09T00:30:41.713Z] #9 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.1s [2021-03-09T00:30:41.826Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-09T00:30:41.826Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-09T00:30:41.826Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41757/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-09T00:30:41.826Z] + bash /home/docker/workspace/moby_PR-41757/check-config.sh [2021-03-09T00:30:41.826Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-09T00:30:41.826Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2021-03-09T00:30:41.826Z] [2021-03-09T00:30:41.826Z] Generally Necessary: [2021-03-09T00:30:41.826Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-09T00:30:41.826Z] - apparmor: enabled and tools installed [2021-03-09T00:30:41.826Z] - CONFIG_NAMESPACES: enabled [2021-03-09T00:30:41.826Z] - CONFIG_NET_NS: enabled [2021-03-09T00:30:41.826Z] - CONFIG_PID_NS: enabled [2021-03-09T00:30:41.826Z] - CONFIG_IPC_NS: enabled [2021-03-09T00:30:41.826Z] - CONFIG_UTS_NS: enabled [2021-03-09T00:30:41.826Z] - CONFIG_CGROUPS: enabled [2021-03-09T00:30:41.826Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-09T00:30:41.826Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-09T00:30:41.826Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-09T00:30:41.826Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-09T00:30:41.826Z] - CONFIG_CPUSETS: enabled [2021-03-09T00:30:41.826Z] - CONFIG_MEMCG: enabled [2021-03-09T00:30:41.826Z] - CONFIG_KEYS: enabled [2021-03-09T00:30:41.826Z] - CONFIG_VETH: enabled (as module) [2021-03-09T00:30:41.826Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-09T00:30:41.826Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-09T00:30:41.826Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-03-09T00:30:41.826Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-09T00:30:42.008Z] #9 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.3s done [2021-03-09T00:30:42.127Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-09T00:30:42.127Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-09T00:30:42.127Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-09T00:30:42.127Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-09T00:30:42.127Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-09T00:30:42.127Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-09T00:30:42.127Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-03-09T00:30:42.127Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-09T00:30:42.127Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2021-03-09T00:30:42.127Z] [2021-03-09T00:30:42.127Z] Optional Features: [2021-03-09T00:30:42.127Z] - CONFIG_USER_NS: enabled [2021-03-09T00:30:42.127Z] - CONFIG_SECCOMP: enabled [2021-03-09T00:30:42.127Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-09T00:30:42.127Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-09T00:30:42.127Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-09T00:30:42.127Z] (cgroup swap accounting is currently enabled) [2021-03-09T00:30:42.127Z] - CONFIG_MEMCG_KMEM: enabled [2021-03-09T00:30:42.127Z] - CONFIG_BLK_CGROUP: enabled [2021-03-09T00:30:42.127Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-09T00:30:42.127Z] - CONFIG_IOSCHED_CFQ: enabled [2021-03-09T00:30:42.127Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-03-09T00:30:42.127Z] - CONFIG_CGROUP_PERF: enabled [2021-03-09T00:30:42.127Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-09T00:30:42.127Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-09T00:30:42.127Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-09T00:30:42.127Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-09T00:30:42.127Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-09T00:30:42.127Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-09T00:30:42.127Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-09T00:30:42.127Z] - CONFIG_IP_VS: enabled (as module) [2021-03-09T00:30:42.127Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-09T00:30:42.127Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-09T00:30:42.127Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-09T00:30:42.127Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-09T00:30:42.127Z] - CONFIG_EXT4_FS: enabled [2021-03-09T00:30:42.127Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-09T00:30:42.127Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-09T00:30:42.127Z] - Network Drivers: [2021-03-09T00:30:42.127Z] - "overlay": [2021-03-09T00:30:42.127Z] - CONFIG_VXLAN: enabled (as module) [2021-03-09T00:30:42.127Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-09T00:30:42.127Z] Optional (for encrypted networks): [2021-03-09T00:30:42.302Z] #9 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 0.1s [2021-03-09T00:30:42.419Z] - CONFIG_CRYPTO: enabled [2021-03-09T00:30:42.419Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2021-03-09T00:30:42.419Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2021-03-09T00:30:42.419Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2021-03-09T00:30:42.419Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2021-03-09T00:30:42.419Z] - CONFIG_XFRM: enabled [2021-03-09T00:30:42.419Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-09T00:30:42.419Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-09T00:30:42.419Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-09T00:30:42.419Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-03-09T00:30:42.419Z] - "ipvlan": [2021-03-09T00:30:42.419Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-09T00:30:42.419Z] - "macvlan": [2021-03-09T00:30:42.419Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-09T00:30:42.419Z] - CONFIG_DUMMY: enabled (as module) [2021-03-09T00:30:42.419Z] - "ftp,tftp client in container": [2021-03-09T00:30:42.419Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-09T00:30:42.419Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-09T00:30:42.419Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-09T00:30:42.419Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-09T00:30:42.419Z] - Storage Drivers: [2021-03-09T00:30:42.419Z] - "aufs": [2021-03-09T00:30:42.419Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-09T00:30:42.419Z] - "btrfs": [2021-03-09T00:30:42.419Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-09T00:30:42.419Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-09T00:30:42.419Z] - "devicemapper": [2021-03-09T00:30:42.419Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-09T00:30:42.419Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-09T00:30:42.419Z] - "overlay": [2021-03-09T00:30:42.419Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-09T00:30:42.419Z] - "zfs": [2021-03-09T00:30:42.419Z] - /dev/zfs: missing [2021-03-09T00:30:42.419Z] - zfs command: missing [2021-03-09T00:30:42.419Z] - zpool command: missing [2021-03-09T00:30:42.419Z] [2021-03-09T00:30:42.419Z] Limits: [2021-03-09T00:30:42.419Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-09T00:30:42.419Z] [2021-03-09T00:30:42.419Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-09T00:30:42.901Z] + make bundles/buildx [2021-03-09T00:30:43.195Z] make: command: Command not found [2021-03-09T00:30:43.195Z] make: command: Command not found [2021-03-09T00:30:43.195Z] mkdir bundles [2021-03-09T00:30:43.195Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2021-03-09T00:30:43.195Z] --build-arg BUILDX_COMMIT \ [2021-03-09T00:30:43.195Z] --build-arg BUILDX_REPO \ [2021-03-09T00:30:43.195Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2021-03-09T00:30:43.195Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2021-03-09T00:30:43.195Z] . [2021-03-09T00:30:43.195Z] /bin/sh: 4: go: not found [2021-03-09T00:30:43.195Z] /bin/sh: 5: go: not found [2021-03-09T00:30:44.467Z] #9 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 1.7s done [2021-03-09T00:30:44.467Z] #9 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 [2021-03-09T00:30:45.295Z] Sending build context to Docker daemon 58.32MB [2021-03-09T00:30:45.295Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2021-03-09T00:30:45.295Z] Step 2/15 : ARG BUILDX_COMMIT=v0.5.1 [2021-03-09T00:30:45.295Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2021-03-09T00:30:45.295Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2021-03-09T00:30:45.590Z] 1.13.15-buster: Pulling from library/golang [2021-03-09T00:30:45.590Z] db4e2d8d5901: Pulling fs layer [2021-03-09T00:30:45.590Z] dfe2d012519c: Pulling fs layer [2021-03-09T00:30:45.590Z] 5d8f1d1f9197: Pulling fs layer [2021-03-09T00:30:45.590Z] 1301750ffb48: Pulling fs layer [2021-03-09T00:30:45.590Z] dc5c6edc9cff: Pulling fs layer [2021-03-09T00:30:45.590Z] 3c370c2e2f82: Pulling fs layer [2021-03-09T00:30:45.590Z] 5ffb2f5886e2: Pulling fs layer [2021-03-09T00:30:45.590Z] 1301750ffb48: Waiting [2021-03-09T00:30:45.590Z] dc5c6edc9cff: Waiting [2021-03-09T00:30:45.590Z] 3c370c2e2f82: Waiting [2021-03-09T00:30:45.590Z] 5ffb2f5886e2: Waiting [2021-03-09T00:30:46.090Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0929210987fbb3532) in /home/ubuntu/workspace/moby_PR-41757 [Pipeline] { [Pipeline] checkout [2021-03-09T00:30:46.206Z] The recommended git tool is: git [2021-03-09T00:30:46.236Z] dfe2d012519c: Verifying Checksum [2021-03-09T00:30:46.236Z] dfe2d012519c: Download complete [2021-03-09T00:30:46.236Z] 5d8f1d1f9197: Download complete [2021-03-09T00:30:46.548Z] #9 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.9s done [2021-03-09T00:30:46.548Z] #9 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0.1s [2021-03-09T00:30:48.304Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00fad61bdd666bfbc) in /home/ubuntu/workspace/moby_PR-41757 [Pipeline] { [Pipeline] checkout [2021-03-09T00:30:48.340Z] db4e2d8d5901: Verifying Checksum [2021-03-09T00:30:48.340Z] db4e2d8d5901: Download complete [2021-03-09T00:30:48.343Z] The recommended git tool is: git [2021-03-09T00:30:48.367Z] using credential docker-jenkins-github-credentials [2021-03-09T00:30:48.408Z] Fetching changes from the remote Git repository [2021-03-09T00:30:48.448Z] Fetching without tags [2021-03-09T00:30:48.789Z] Merging remotes/origin/master commit dbc3365da22ce76367ccaad79248c9a98332d80d into PR head commit 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 [2021-03-09T00:30:48.940Z] using credential docker-jenkins-github-credentials [2021-03-09T00:30:48.946Z] Cloning the remote Git repository [2021-03-09T00:30:48.947Z] Cloning with configured refspecs honoured and without tags [2021-03-09T00:30:49.243Z] Merge succeeded, producing d6773ca0a2c977b5f5793b03f57be1fb703ea83f [2021-03-09T00:30:49.243Z] Checking out Revision d6773ca0a2c977b5f5793b03f57be1fb703ea83f (PR-41757) [2021-03-09T00:30:49.300Z] #9 ... [2021-03-09T00:30:49.300Z] [2021-03-09T00:30:49.300Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-09T00:30:49.300Z] #26 0.528 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:30:49.300Z] #26 0.541 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:30:49.300Z] #26 0.573 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:30:49.300Z] #26 0.652 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [239 kB] [2021-03-09T00:30:49.300Z] #26 0.788 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-09T00:30:49.300Z] #26 1.082 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-09T00:30:49.300Z] #26 1.887 Fetched 8111 kB in 1s (5853 kB/s) [2021-03-09T00:30:49.300Z] #26 1.887 Reading package lists... [2021-03-09T00:30:49.300Z] #26 2.354 Reading package lists... [2021-03-09T00:30:49.300Z] #26 2.824 Building dependency tree... [2021-03-09T00:30:49.300Z] #26 2.970 The following additional packages will be installed: [2021-03-09T00:30:49.300Z] #26 2.970 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-09T00:30:49.300Z] #26 2.970 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-09T00:30:49.300Z] #26 2.970 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-09T00:30:49.300Z] #26 2.970 Suggested packages: [2021-03-09T00:30:49.300Z] #26 2.970 krb5-doc krb5-user [2021-03-09T00:30:49.300Z] #26 2.970 Recommended packages: [2021-03-09T00:30:49.300Z] #26 2.970 krb5-locales publicsuffix libsasl2-modules [2021-03-09T00:30:49.300Z] #26 3.065 The following NEW packages will be installed: [2021-03-09T00:30:49.300Z] #26 3.065 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-09T00:30:49.300Z] #26 3.065 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-09T00:30:49.300Z] #26 3.065 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-09T00:30:49.300Z] #26 3.073 libssh2-1 libssl1.1 openssl [2021-03-09T00:30:49.300Z] #26 3.093 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-03-09T00:30:49.300Z] #26 3.093 Need to get 4601 kB of archives. [2021-03-09T00:30:49.300Z] #26 3.093 After this operation, 11.9 MB of additional disk space will be used. [2021-03-09T00:30:49.300Z] #26 3.093 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libssl1.1 s390x 1.1.1d-0+deb10u5 [1200 kB] [2021-03-09T00:30:49.300Z] #26 3.108 Get:2 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB] [2021-03-09T00:30:49.300Z] #26 3.132 Get:3 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB] [2021-03-09T00:30:49.300Z] #26 3.150 Get:4 http://deb.debian.org/debian buster/main s390x ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-09T00:30:49.300Z] #26 3.150 Get:5 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB] [2021-03-09T00:30:49.300Z] #26 3.150 Get:6 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3+deb10u1 [64.7 kB] [2021-03-09T00:30:49.300Z] #26 3.166 Get:7 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3+deb10u1 [120 kB] [2021-03-09T00:30:49.300Z] #26 3.208 Get:8 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3+deb10u1 [346 kB] [2021-03-09T00:30:49.300Z] #26 3.213 Get:9 http://security.debian.org/debian-security buster/updates/main s390x libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-09T00:30:49.300Z] #26 3.216 Get:10 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3+deb10u1 [146 kB] [2021-03-09T00:30:49.300Z] #26 3.216 Get:11 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-09T00:30:49.300Z] #26 3.224 Get:12 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB] [2021-03-09T00:30:49.300Z] #26 3.224 Get:13 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB] [2021-03-09T00:30:49.300Z] #26 3.224 Get:14 http://security.debian.org/debian-security buster/updates/main s390x openssl s390x 1.1.1d-0+deb10u5 [827 kB] [2021-03-09T00:30:49.300Z] #26 3.224 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB] [2021-03-09T00:30:49.300Z] #26 3.240 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB] [2021-03-09T00:30:49.300Z] #26 3.241 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB] [2021-03-09T00:30:49.300Z] #26 3.258 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB] [2021-03-09T00:30:49.300Z] #26 3.258 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-03-09T00:30:49.300Z] #26 3.277 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-03-09T00:30:49.300Z] #26 3.277 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-03-09T00:30:49.300Z] #26 3.405 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:30:49.300Z] #26 3.424 Fetched 4601 kB in 0s (23.0 MB/s) [2021-03-09T00:30:49.300Z] #26 3.477 Selecting previously unselected package libssl1.1:s390x. [2021-03-09T00:30:49.300Z] #26 3.477 (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-09T00:30:49.300Z] #26 3.477 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 3.511 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u5) ... [2021-03-09T00:30:49.300Z] #26 3.671 Selecting previously unselected package libsasl2-modules-db:s390x. [2021-03-09T00:30:49.300Z] #26 3.671 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 3.673 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:30:49.300Z] #26 3.707 Selecting previously unselected package libsasl2-2:s390x. [2021-03-09T00:30:49.300Z] #26 3.707 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 3.710 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:30:49.300Z] #26 3.757 Selecting previously unselected package libldap-common. [2021-03-09T00:30:49.300Z] #26 3.757 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-09T00:30:49.300Z] #26 3.768 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:30:49.300Z] #26 3.796 Selecting previously unselected package libldap-2.4-2:s390x. [2021-03-09T00:30:49.300Z] #26 3.796 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 3.799 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:30:49.300Z] #26 3.848 Selecting previously unselected package openssl. [2021-03-09T00:30:49.300Z] #26 3.849 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 3.851 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-09T00:30:49.300Z] #26 3.944 Selecting previously unselected package ca-certificates. [2021-03-09T00:30:49.300Z] #26 3.945 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-09T00:30:49.300Z] #26 3.947 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-09T00:30:49.300Z] #26 3.994 Selecting previously unselected package libkeyutils1:s390x. [2021-03-09T00:30:49.300Z] #26 3.995 Preparing to unpack .../07-libkeyutils1_1.6-6_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 3.997 Unpacking libkeyutils1:s390x (1.6-6) ... [2021-03-09T00:30:49.300Z] #26 4.021 Selecting previously unselected package libkrb5support0:s390x. [2021-03-09T00:30:49.300Z] #26 4.022 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 4.024 Unpacking libkrb5support0:s390x (1.17-3+deb10u1) ... [2021-03-09T00:30:49.300Z] #26 4.063 Selecting previously unselected package libk5crypto3:s390x. [2021-03-09T00:30:49.300Z] #26 4.064 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 4.066 Unpacking libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-03-09T00:30:49.300Z] #26 4.104 Selecting previously unselected package libkrb5-3:s390x. [2021-03-09T00:30:49.300Z] #26 4.104 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 4.109 Unpacking libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-03-09T00:30:49.300Z] #26 4.160 Selecting previously unselected package libgssapi-krb5-2:s390x. [2021-03-09T00:30:49.300Z] #26 4.160 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 4.163 Unpacking libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-03-09T00:30:49.300Z] #26 4.204 Selecting previously unselected package libnghttp2-14:s390x. [2021-03-09T00:30:49.300Z] #26 4.204 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 4.206 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-03-09T00:30:49.300Z] #26 4.234 Selecting previously unselected package libpsl5:s390x. [2021-03-09T00:30:49.300Z] #26 4.234 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 4.236 Unpacking libpsl5:s390x (0.20.2-2) ... [2021-03-09T00:30:49.300Z] #26 4.259 Selecting previously unselected package librtmp1:s390x. [2021-03-09T00:30:49.300Z] #26 4.260 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 4.262 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-03-09T00:30:49.300Z] #26 4.288 Selecting previously unselected package libssh2-1:s390x. [2021-03-09T00:30:49.300Z] #26 4.288 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 4.290 Unpacking libssh2-1:s390x (1.8.0-2.1) ... [2021-03-09T00:30:49.300Z] #26 4.324 Selecting previously unselected package libcurl4:s390x. [2021-03-09T00:30:49.300Z] #26 4.324 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 4.326 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ... [2021-03-09T00:30:49.300Z] #26 4.377 Selecting previously unselected package curl. [2021-03-09T00:30:49.300Z] #26 4.377 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ... [2021-03-09T00:30:49.300Z] #26 4.380 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-09T00:30:49.300Z] #26 4.423 Selecting previously unselected package libonig5:s390x. [2021-03-09T00:30:49.300Z] #26 4.423 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ... [2021-03-09T00:30:49.301Z] #26 4.425 Unpacking libonig5:s390x (6.9.1-1) ... [2021-03-09T00:30:49.301Z] #26 4.464 Selecting previously unselected package libjq1:s390x. [2021-03-09T00:30:49.301Z] #26 4.464 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-03-09T00:30:49.301Z] #26 4.466 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-09T00:30:49.301Z] #26 4.497 Selecting previously unselected package jq. [2021-03-09T00:30:49.301Z] #26 4.497 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-03-09T00:30:49.301Z] #26 4.499 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-09T00:30:49.301Z] #26 4.534 Setting up libkeyutils1:s390x (1.6-6) ... [2021-03-09T00:30:49.301Z] #26 4.541 Setting up libpsl5:s390x (0.20.2-2) ... [2021-03-09T00:30:49.301Z] #26 4.549 Setting up libssl1.1:s390x (1.1.1d-0+deb10u5) ... [2021-03-09T00:30:49.301Z] #26 4.621 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-03-09T00:30:49.301Z] #26 4.627 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:30:49.301Z] #26 4.636 Setting up libkrb5support0:s390x (1.17-3+deb10u1) ... [2021-03-09T00:30:49.301Z] #26 4.642 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:30:49.301Z] #26 4.648 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-03-09T00:30:49.301Z] #26 4.654 Setting up libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-03-09T00:30:49.301Z] #26 4.660 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:30:49.301Z] #26 4.667 Setting up libssh2-1:s390x (1.8.0-2.1) ... [2021-03-09T00:30:49.301Z] #26 4.673 Setting up libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-03-09T00:30:49.301Z] #26 4.683 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-09T00:30:49.301Z] #26 4.692 Setting up libonig5:s390x (6.9.1-1) ... [2021-03-09T00:30:49.301Z] #26 4.698 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-09T00:30:49.301Z] #26 4.705 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:30:49.301Z] #26 4.711 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-09T00:30:49.301Z] #26 5.082 Updating certificates in /etc/ssl/certs... [2021-03-09T00:30:49.301Z] #26 5.555 137 added, 0 removed; done. [2021-03-09T00:30:49.301Z] #26 5.582 Setting up libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-03-09T00:30:49.301Z] #26 5.593 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-09T00:30:49.301Z] #26 5.599 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ... [2021-03-09T00:30:49.301Z] #26 5.605 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-09T00:30:49.301Z] #26 5.612 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:30:49.301Z] #26 5.624 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-09T00:30:49.301Z] #26 5.630 Updating certificates in /etc/ssl/certs... [2021-03-09T00:30:49.301Z] #26 6.101 0 added, 0 removed; done. [2021-03-09T00:30:49.301Z] #26 6.101 Running hooks in /etc/ca-certificates/update.d... [2021-03-09T00:30:49.301Z] #26 6.102 done. [2021-03-09T00:30:49.301Z] #26 DONE 7.5s [2021-03-09T00:30:49.301Z] [2021-03-09T00:30:49.301Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-03-09T00:30:49.301Z] #9 ... [2021-03-09T00:30:49.301Z] [2021-03-09T00:30:49.301Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-09T00:30:49.301Z] #27 DONE 0.2s [2021-03-09T00:30:49.301Z] [2021-03-09T00:30:49.301Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-03-09T00:30:48.387Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-03-09T00:30:48.419Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:30:48.494Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:30:48.495Z] > git --version # timeout=10 [2021-03-09T00:30:48.517Z] > git --version # 'git version 2.17.1' [2021-03-09T00:30:48.518Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:30:48.518Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:30:48.793Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:30:48.801Z] > git checkout -f 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [2021-03-09T00:30:48.902Z] > git remote # timeout=10 [2021-03-09T00:30:48.933Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T00:30:48.953Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:30:48.954Z] > git merge dbc3365da22ce76367ccaad79248c9a98332d80d # timeout=10 [2021-03-09T00:30:49.227Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T00:30:49.246Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:30:49.265Z] > git checkout -f d6773ca0a2c977b5f5793b03f57be1fb703ea83f # timeout=10 [2021-03-09T00:30:49.409Z] 1301750ffb48: Verifying Checksum [2021-03-09T00:30:49.409Z] 1301750ffb48: Download complete [2021-03-09T00:30:49.409Z] 5ffb2f5886e2: Verifying Checksum [2021-03-09T00:30:49.409Z] 5ffb2f5886e2: Download complete [2021-03-09T00:30:49.412Z] Commit message: "Merge commit 'dbc3365da22ce76367ccaad79248c9a98332d80d' into HEAD" [2021-03-09T00:30:49.416Z] > git rev-list --no-walk 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [2021-03-09T00:30:49.617Z] #9 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 3.1s done [2021-03-09T00:30:48.969Z] Cloning repository https://github.com/moby/moby.git [2021-03-09T00:30:49.023Z] > git init /home/ubuntu/workspace/moby_PR-41757 # timeout=10 [2021-03-09T00:30:49.298Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:30:49.299Z] > git --version # timeout=10 [2021-03-09T00:30:49.310Z] > git --version # 'git version 2.17.1' [2021-03-09T00:30:49.311Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:30:49.321Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [2021-03-09T00:30:49.911Z] #9 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 [2021-03-09T00:30:49.911Z] #9 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-09T00:30:50.066Z] dc5c6edc9cff: Verifying Checksum [2021-03-09T00:30:50.066Z] dc5c6edc9cff: Download complete [2021-03-09T00:30:50.226Z] + docker version [2021-03-09T00:30:50.226Z] Client: Docker Engine - Community [2021-03-09T00:30:50.226Z] Version: 20.10.3 [2021-03-09T00:30:50.226Z] API version: 1.41 [2021-03-09T00:30:50.226Z] Go version: go1.13.15 [2021-03-09T00:30:50.226Z] Git commit: 48d30b5 [2021-03-09T00:30:50.226Z] Built: Fri Jan 29 14:33:13 2021 [2021-03-09T00:30:50.226Z] OS/Arch: linux/amd64 [2021-03-09T00:30:50.226Z] Context: default [2021-03-09T00:30:50.226Z] Experimental: true [2021-03-09T00:30:50.226Z] [2021-03-09T00:30:50.226Z] Server: Docker Engine - Community [2021-03-09T00:30:50.226Z] Engine: [2021-03-09T00:30:50.226Z] Version: 20.10.3 [2021-03-09T00:30:50.226Z] API version: 1.41 (minimum version 1.12) [2021-03-09T00:30:50.226Z] Go version: go1.13.15 [2021-03-09T00:30:50.226Z] Git commit: 46229ca [2021-03-09T00:30:50.226Z] Built: Fri Jan 29 14:31:25 2021 [2021-03-09T00:30:50.226Z] OS/Arch: linux/amd64 [2021-03-09T00:30:50.226Z] Experimental: true [2021-03-09T00:30:50.226Z] containerd: [2021-03-09T00:30:50.226Z] Version: 1.4.3 [2021-03-09T00:30:50.226Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-09T00:30:50.226Z] runc: [2021-03-09T00:30:50.226Z] Version: 1.0.0-rc92 [2021-03-09T00:30:50.226Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-09T00:30:50.226Z] docker-init: [2021-03-09T00:30:50.226Z] Version: 0.19.0 [2021-03-09T00:30:50.226Z] GitCommit: de40ad0 [2021-03-09T00:30:50.233Z] #9 DONE 12.9s [2021-03-09T00:30:50.233Z] [2021-03-09T00:30:50.233Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-09T00:30:50.233Z] #28 1.088 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-09T00:30:50.233Z] #28 1.253 [Pipeline] sh [2021-03-09T00:30:50.554Z] + docker info [2021-03-09T00:30:50.882Z] #28 1.368 ##### 7.9% ################### 27.3% ############################### 44.4% ############################################ 62.5% ######################################################### 80.4% ###################################################################### 97.4% #######################28 ... [2021-03-09T00:30:50.882Z] [2021-03-09T00:30:50.882Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2021-03-09T00:30:50.882Z] #10 DONE 0.8s [2021-03-09T00:30:50.882Z] [2021-03-09T00:30:50.882Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-09T00:30:50.882Z] #28 1.368 ##### 7.9% ################### 27.3% ############################### 44.4% ############################################ 62.5% ######################################################### 80.4% ###################################################################### 97.4% ######################################################################## 100.0% [2021-03-09T00:30:51.179Z] #28 2.046 [2021-03-09T00:30:51.179Z] #28 2.157 ############## 19.8% ######################################################################## 100.0% [2021-03-09T00:30:51.473Z] #28 2.412 [2021-03-09T00:30:51.768Z] #28 2.519 ########################## 36.3% ######################################################################## 100.0% [2021-03-09T00:30:51.768Z] #28 ... [2021-03-09T00:30:51.768Z] [2021-03-09T00:30:51.768Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2021-03-09T00:30:51.768Z] #11 DONE 1.0s [2021-03-09T00:30:51.768Z] [2021-03-09T00:30:51.768Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-09T00:30:51.768Z] #28 2.886 #=#=# [2021-03-09T00:30:52.126Z] [2021-03-09T00:30:52.126Z] #28 ... [2021-03-09T00:30:52.126Z] [2021-03-09T00:30:52.126Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-09T00:30:52.126Z] #38 DONE 0.1s [2021-03-09T00:30:52.126Z] [2021-03-09T00:30:52.126Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-09T00:30:52.126Z] #30 DONE 0.1s [2021-03-09T00:30:52.126Z] [2021-03-09T00:30:52.126Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-09T00:30:52.177Z] db4e2d8d5901: Pull complete [2021-03-09T00:30:52.475Z] dfe2d012519c: Pull complete [2021-03-09T00:30:52.772Z] 3c370c2e2f82: Verifying Checksum [2021-03-09T00:30:52.772Z] 3c370c2e2f82: Download complete [2021-03-09T00:30:52.772Z] 5d8f1d1f9197: Pull complete [2021-03-09T00:30:52.823Z] #28 3.030 ### 4.6% ############### 21.5% ########################## 36.6% ################################### 49.7% ############################################ 62.5% ###################################################### 75.6% ############################################################### 88.6% ######################################################################## 100.0% [2021-03-09T00:30:52.823Z] #28 3.900 [2021-03-09T00:30:55.546Z] 1301750ffb48: Pull complete [2021-03-09T00:30:57.102Z] Client: [2021-03-09T00:30:57.102Z] Context: default [2021-03-09T00:30:57.102Z] Debug Mode: false [2021-03-09T00:30:57.102Z] Plugins: [2021-03-09T00:30:57.102Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-09T00:30:57.102Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-09T00:30:57.102Z] [2021-03-09T00:30:57.102Z] Server: [2021-03-09T00:30:57.102Z] Containers: 0 [2021-03-09T00:30:57.102Z] Running: 0 [2021-03-09T00:30:57.102Z] Paused: 0 [2021-03-09T00:30:57.102Z] Stopped: 0 [2021-03-09T00:30:57.102Z] Images: 1 [2021-03-09T00:30:57.102Z] Server Version: 20.10.3 [2021-03-09T00:30:57.102Z] Storage Driver: overlay2 [2021-03-09T00:30:57.102Z] Backing Filesystem: extfs [2021-03-09T00:30:57.102Z] Supports d_type: true [2021-03-09T00:30:57.102Z] Native Overlay Diff: true [2021-03-09T00:30:57.102Z] Logging Driver: json-file [2021-03-09T00:30:57.102Z] Cgroup Driver: cgroupfs [2021-03-09T00:30:57.102Z] Cgroup Version: 1 [2021-03-09T00:30:57.102Z] Plugins: [2021-03-09T00:30:57.102Z] Volume: local [2021-03-09T00:30:57.102Z] Network: bridge host ipvlan macvlan null overlay [2021-03-09T00:30:57.102Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-09T00:30:57.102Z] Swarm: inactive [2021-03-09T00:30:57.102Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-03-09T00:30:57.102Z] Default Runtime: runc [2021-03-09T00:30:57.102Z] Init Binary: docker-init [2021-03-09T00:30:57.102Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-09T00:30:57.102Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-09T00:30:57.102Z] init version: de40ad0 [2021-03-09T00:30:57.102Z] Security Options: [2021-03-09T00:30:57.102Z] apparmor [2021-03-09T00:30:57.102Z] seccomp [2021-03-09T00:30:57.102Z] Profile: default [2021-03-09T00:30:57.102Z] Kernel Version: 5.4.0-1037-aws [2021-03-09T00:30:57.102Z] Operating System: Ubuntu 18.04.5 LTS [2021-03-09T00:30:57.102Z] OSType: linux [2021-03-09T00:30:57.102Z] Architecture: x86_64 [2021-03-09T00:30:57.102Z] CPUs: 2 [2021-03-09T00:30:57.102Z] Total Memory: 7.569GiB [2021-03-09T00:30:57.102Z] Name: ip-10-100-74-52 [2021-03-09T00:30:57.102Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-03-09T00:30:57.102Z] Docker Root Dir: /var/lib/docker [2021-03-09T00:30:57.102Z] Debug Mode: false [2021-03-09T00:30:57.102Z] Registry: https://index.docker.io/v1/ [2021-03-09T00:30:57.102Z] Labels: [2021-03-09T00:30:57.102Z] Experimental: true [2021-03-09T00:30:57.102Z] Insecure Registries: [2021-03-09T00:30:57.102Z] 127.0.0.0/8 [2021-03-09T00:30:57.102Z] Live Restore Enabled: true [2021-03-09T00:30:57.102Z] [2021-03-09T00:30:57.102Z] WARNING: No swap limit support [2021-03-09T00:30:57.102Z] WARNING: No blkio weight support [2021-03-09T00:30:57.102Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-03-09T00:30:57.386Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-09T00:30:57.387Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-09T00:30:57.387Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41757/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-09T00:30:57.387Z] + bash /home/ubuntu/workspace/moby_PR-41757/check-config.sh [2021-03-09T00:30:57.387Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-09T00:30:57.387Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-03-09T00:30:57.387Z] [2021-03-09T00:30:57.387Z] Generally Necessary: [2021-03-09T00:30:57.387Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-09T00:30:57.387Z] - apparmor: enabled and tools installed [2021-03-09T00:30:57.387Z] - CONFIG_NAMESPACES: enabled [2021-03-09T00:30:57.387Z] - CONFIG_NET_NS: enabled [2021-03-09T00:30:57.387Z] - CONFIG_PID_NS: enabled [2021-03-09T00:30:57.387Z] - CONFIG_IPC_NS: enabled [2021-03-09T00:30:57.387Z] - CONFIG_UTS_NS: enabled [2021-03-09T00:30:57.387Z] - CONFIG_CGROUPS: enabled [2021-03-09T00:30:57.387Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-09T00:30:57.387Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-09T00:30:57.387Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-09T00:30:57.387Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-09T00:30:57.387Z] - CONFIG_CPUSETS: enabled [2021-03-09T00:30:57.387Z] - CONFIG_MEMCG: enabled [2021-03-09T00:30:57.387Z] - CONFIG_KEYS: enabled [2021-03-09T00:30:57.387Z] - CONFIG_VETH: enabled (as module) [2021-03-09T00:30:57.387Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-09T00:30:57.387Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-09T00:30:57.387Z] - CONFIG_NF_NAT_IPV4: missing [2021-03-09T00:30:57.387Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-09T00:30:57.387Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-09T00:30:57.387Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-09T00:30:57.387Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-09T00:30:57.387Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-09T00:30:57.387Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-09T00:30:57.387Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-09T00:30:57.393Z] #28 4.023 0.0% ## 3.6% ##### 7.4% ######## 11.2% ########## 15.1% ############## 19.7% ################## 25.1% ###################### 30.8% ######################### 35.9% ############################## 42.7% ################################## 47.7% ##################################### 51.4% ###################################### 53.3% ######################################## 55.7% ######################################### 58.2% ########################################### 60.7% ############################################# 62.6% ############################################## 65.0% ################################################ 66.9% ################################################# 68.8% ################################################## 70.6% #################################################### 72.5% ##################################################### 74.3% ####################################################### 76.8% ######################################################### 79.9% ########################################################## 81.8% ############################################################ 83.6% ############################################################# 85.5% ############################################################## 86.7% ############################################################### 88.6% ################################################################ 89.8% ################################################################# 91.7% ################################################################### 93.5% #################################################################### 94.8% ###################################################################### 97.2% ####################################################################### 99.1% ######################################################################## 100.0% [2021-03-09T00:30:57.393Z] #28 8.396 [2021-03-09T00:30:57.644Z] - CONFIG_NF_NAT_NEEDED: missing [2021-03-09T00:30:57.644Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-09T00:30:57.644Z] [2021-03-09T00:30:57.644Z] Optional Features: [2021-03-09T00:30:57.644Z] - CONFIG_USER_NS: enabled [2021-03-09T00:30:57.644Z] - CONFIG_SECCOMP: enabled [2021-03-09T00:30:57.644Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-09T00:30:57.644Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-09T00:30:57.644Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-09T00:30:57.644Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-09T00:30:57.644Z] - CONFIG_BLK_CGROUP: enabled [2021-03-09T00:30:57.644Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-09T00:30:57.644Z] - CONFIG_IOSCHED_CFQ: missing [2021-03-09T00:30:57.644Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-03-09T00:30:57.644Z] - CONFIG_CGROUP_PERF: enabled [2021-03-09T00:30:57.644Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-09T00:30:57.644Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-09T00:30:57.644Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-09T00:30:57.644Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-09T00:30:57.644Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-09T00:30:57.644Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-09T00:30:57.644Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-09T00:30:57.644Z] - CONFIG_IP_VS: enabled (as module) [2021-03-09T00:30:57.644Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-09T00:30:57.644Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-09T00:30:57.644Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-09T00:30:57.644Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-09T00:30:57.644Z] - CONFIG_EXT4_FS: enabled [2021-03-09T00:30:57.644Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-09T00:30:57.644Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-09T00:30:57.644Z] - Network Drivers: [2021-03-09T00:30:57.644Z] - "overlay": [2021-03-09T00:30:57.654Z] dc5c6edc9cff: Pull complete [2021-03-09T00:30:57.901Z] - CONFIG_VXLAN: enabled (as module) [2021-03-09T00:30:57.901Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-09T00:30:57.901Z] Optional (for encrypted networks): [2021-03-09T00:30:57.901Z] - CONFIG_CRYPTO: enabled [2021-03-09T00:30:57.901Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-09T00:30:57.901Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-09T00:30:57.901Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-09T00:30:57.901Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-09T00:30:57.901Z] - CONFIG_XFRM: enabled [2021-03-09T00:30:57.901Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-09T00:30:57.901Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-09T00:30:57.901Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-09T00:30:57.901Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-03-09T00:30:57.901Z] - "ipvlan": [2021-03-09T00:30:57.901Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-09T00:30:57.901Z] - "macvlan": [2021-03-09T00:30:57.901Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-09T00:30:57.901Z] - CONFIG_DUMMY: enabled (as module) [2021-03-09T00:30:57.901Z] - "ftp,tftp client in container": [2021-03-09T00:30:57.901Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-09T00:30:57.901Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-09T00:30:57.901Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-09T00:30:57.901Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-09T00:30:57.901Z] - Storage Drivers: [2021-03-09T00:30:57.901Z] - "aufs": [2021-03-09T00:30:57.901Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-09T00:30:57.901Z] - "btrfs": [2021-03-09T00:30:57.901Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-09T00:30:57.901Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-09T00:30:57.901Z] - "devicemapper": [2021-03-09T00:30:57.901Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-09T00:30:57.901Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-09T00:30:57.901Z] - "overlay": [2021-03-09T00:30:57.901Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-09T00:30:57.901Z] - "zfs": [2021-03-09T00:30:57.901Z] - /dev/zfs: present [2021-03-09T00:30:57.901Z] - zfs command: missing [2021-03-09T00:30:57.901Z] - zpool command: missing [2021-03-09T00:30:57.901Z] [2021-03-09T00:30:57.901Z] Limits: [2021-03-09T00:30:57.901Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-09T00:30:57.901Z] [2021-03-09T00:30:57.901Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-09T00:30:58.233Z] + sudo modprobe ip_vs [2021-03-09T00:30:58.233Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 . [2021-03-09T00:30:58.434Z] #28 9.488 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-09T00:30:58.489Z] #1 [internal] load build definition from Dockerfile [2021-03-09T00:30:58.489Z] #1 sha256:6169a177fc088bdfdaefca84713562c053129fa8b41a07f38ed89c7b84279f0a [2021-03-09T00:30:58.489Z] #1 transferring dockerfile: 16.54kB done [2021-03-09T00:30:58.489Z] #1 DONE 0.0s [2021-03-09T00:30:58.489Z] [2021-03-09T00:30:58.489Z] #2 [internal] load .dockerignore [2021-03-09T00:30:58.489Z] #2 sha256:6fba9540826ebd1ef6abc6e88c3b11aceb3fdd3c72f061c39ae43ef6f2ca9e72 [2021-03-09T00:30:58.489Z] #2 transferring context: 87B done [2021-03-09T00:30:58.489Z] #2 DONE 0.0s [2021-03-09T00:30:58.489Z] [2021-03-09T00:30:58.489Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-09T00:30:58.489Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-09T00:30:58.738Z] #28 9.867 [2021-03-09T00:30:59.035Z] #28 9.999 #=#=# ######################################################################## 100.0% [2021-03-09T00:30:59.035Z] #28 10.15 [2021-03-09T00:30:59.056Z] #3 DONE 0.3s [2021-03-09T00:30:59.056Z] [2021-03-09T00:30:59.056Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-09T00:30:59.056Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-09T00:30:59.056Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-09T00:30:59.056Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-09T00:30:59.056Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-03-09T00:30:59.056Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-03-09T00:30:59.056Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.1s [2021-03-09T00:30:59.056Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 4.19MB / 9.64MB 0.2s [2021-03-09T00:30:59.313Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-03-09T00:30:59.313Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s [2021-03-09T00:30:59.614Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done [2021-03-09T00:30:59.614Z] #4 DONE 0.8s [2021-03-09T00:30:59.873Z] [2021-03-09T00:30:59.873Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-03-09T00:30:59.873Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-09T00:31:00.077Z] #28 11.22 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-09T00:31:00.132Z] #7 ... [2021-03-09T00:31:00.132Z] [2021-03-09T00:31:00.132Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-03-09T00:31:00.132Z] #6 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-03-09T00:31:00.132Z] #6 DONE 0.2s [2021-03-09T00:31:00.132Z] [2021-03-09T00:31:00.132Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-09T00:31:00.132Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-09T00:31:00.132Z] #5 DONE 0.3s [2021-03-09T00:31:00.132Z] [2021-03-09T00:31:00.132Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-03-09T00:31:00.132Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-09T00:31:00.132Z] #7 DONE 0.3s [2021-03-09T00:31:00.370Z] #28 11.33 skipping existing aab193acf6ba [2021-03-09T00:31:00.370Z] #28 11.39 [2021-03-09T00:31:01.516Z] [2021-03-09T00:31:01.516Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-09T00:31:01.516Z] #24 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-03-09T00:31:01.516Z] #24 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-03-09T00:31:01.516Z] #24 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-03-09T00:31:01.516Z] #24 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-03-09T00:31:01.516Z] #24 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-03-09T00:31:01.950Z] #28 ... [2021-03-09T00:31:01.950Z] [2021-03-09T00:31:01.950Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:31:01.950Z] #23 2.056 + RM_GOPATH=0 [2021-03-09T00:31:01.950Z] #23 2.056 + TMP_GOPATH= [2021-03-09T00:31:01.950Z] #23 2.056 + : /build [2021-03-09T00:31:01.950Z] #23 2.056 + '[' -z '' ']' [2021-03-09T00:31:01.950Z] #23 2.065 ++ mktemp -d [2021-03-09T00:31:01.950Z] #23 2.072 + export GOPATH=/tmp/tmp.spuiMiaJGD [2021-03-09T00:31:01.950Z] #23 2.072 + GOPATH=/tmp/tmp.spuiMiaJGD [2021-03-09T00:31:01.950Z] #23 2.072 + RM_GOPATH=1 [2021-03-09T00:31:01.950Z] #23 2.072 + case "$(go env GOARCH)" in [2021-03-09T00:31:01.950Z] #23 2.072 ++ go env GOARCH [2021-03-09T00:31:01.950Z] #23 2.078 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:01.950Z] #23 2.078 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:01.950Z] #23 2.078 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:01.950Z] #23 2.087 + dir=/tmp/install [2021-03-09T00:31:01.950Z] #23 2.087 + bin=dockercli [2021-03-09T00:31:01.950Z] #23 2.087 + shift [2021-03-09T00:31:01.950Z] #23 2.087 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-09T00:31:01.950Z] #23 2.087 + . /tmp/install/dockercli.installer [2021-03-09T00:31:01.950Z] #23 2.087 ++ : stable [2021-03-09T00:31:01.950Z] #23 2.087 ++ : 17.06.2-ce [2021-03-09T00:31:01.950Z] #23 2.087 + install_dockercli [2021-03-09T00:31:01.950Z] #23 2.087 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-09T00:31:01.950Z] #23 2.093 Install docker/cli version 17.06.2-ce from stable [2021-03-09T00:31:01.950Z] #23 2.098 ++ uname -m [2021-03-09T00:31:01.950Z] #23 2.140 + arch=s390x [2021-03-09T00:31:01.950Z] #23 2.140 + '[' s390x '!=' x86_64 ']' [2021-03-09T00:31:01.950Z] #23 2.140 + '[' s390x '!=' s390x ']' [2021-03-09T00:31:01.950Z] #23 2.140 + url=https://download.docker.com/linux/static [2021-03-09T00:31:01.950Z] #23 2.140 + tar -xz docker/docker [2021-03-09T00:31:01.950Z] #23 2.140 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2021-03-09T00:31:01.950Z] #23 8.618 + mkdir -p /build [2021-03-09T00:31:01.950Z] #23 8.622 + mv docker/docker /build/ [2021-03-09T00:31:01.950Z] #23 8.623 + rmdir docker [2021-03-09T00:31:01.950Z] #23 DONE 9.8s [2021-03-09T00:31:01.950Z] [2021-03-09T00:31:01.950Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:31:01.950Z] #48 2.869 + RM_GOPATH=0 [2021-03-09T00:31:01.950Z] #48 2.869 + TMP_GOPATH= [2021-03-09T00:31:01.950Z] #48 2.869 + : /build [2021-03-09T00:31:01.950Z] #48 2.869 + '[' -z '' ']' [2021-03-09T00:31:01.950Z] #48 2.869 ++ mktemp -d [2021-03-09T00:31:01.950Z] #48 2.879 + export GOPATH=/tmp/tmp.AKSAgFD9MF [2021-03-09T00:31:01.950Z] #48 2.879 + GOPATH=/tmp/tmp.AKSAgFD9MF [2021-03-09T00:31:01.950Z] #48 2.879 + RM_GOPATH=1 [2021-03-09T00:31:01.950Z] #48 2.879 + case "$(go env GOARCH)" in [2021-03-09T00:31:01.950Z] #48 2.879 ++ go env GOARCH [2021-03-09T00:31:01.950Z] #48 2.879 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:01.950Z] #48 2.879 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:01.950Z] #48 2.879 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:01.950Z] #48 2.887 + dir=/tmp/install [2021-03-09T00:31:01.950Z] #48 2.887 + bin=golangci_lint [2021-03-09T00:31:01.950Z] #48 2.887 + shift [2021-03-09T00:31:01.950Z] #48 2.887 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-09T00:31:01.950Z] #48 2.887 + . /tmp/install/golangci_lint.installer [2021-03-09T00:31:01.950Z] #48 2.887 ++ : v1.23.8 [2021-03-09T00:31:01.950Z] #48 2.887 + install_golangci_lint [2021-03-09T00:31:01.950Z] #48 2.887 + set -e [2021-03-09T00:31:01.950Z] #48 2.887 + export GO111MODULE=on [2021-03-09T00:31:01.950Z] #48 2.887 + GO111MODULE=on [2021-03-09T00:31:01.950Z] #48 2.887 + GOBIN=/build [2021-03-09T00:31:01.950Z] #48 2.887 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-09T00:31:01.950Z] #48 2.900 go: finding github.com v1.23.8 [2021-03-09T00:31:01.950Z] #48 2.909 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-09T00:31:01.950Z] #48 2.909 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-09T00:31:01.950Z] #48 2.909 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:31:01.950Z] #48 2.909 go: finding github.com/golangci v1.23.8 [2021-03-09T00:31:01.950Z] #48 3.521 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:31:01.950Z] #48 3.816 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:31:01.950Z] #48 7.154 go: downloading github.com/pkg/errors v0.8.1 [2021-03-09T00:31:01.950Z] #48 7.192 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-09T00:31:01.950Z] #48 7.274 go: downloading github.com/spf13/viper v1.6.1 [2021-03-09T00:31:01.950Z] #48 7.297 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-09T00:31:01.950Z] #48 7.298 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:31:01.950Z] #48 7.298 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:31:01.950Z] #48 7.298 go: extracting github.com/pkg/errors v0.8.1 [2021-03-09T00:31:01.950Z] #48 7.299 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-09T00:31:01.951Z] #48 7.303 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:31:01.951Z] #48 7.303 go: downloading github.com/fatih/color v1.7.0 [2021-03-09T00:31:01.951Z] #48 7.383 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:31:01.951Z] #48 7.488 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:31:01.951Z] #48 7.493 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-09T00:31:01.951Z] #48 7.502 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:31:01.951Z] #48 7.518 go: extracting github.com/fatih/color v1.7.0 [2021-03-09T00:31:01.951Z] #48 7.571 go: extracting github.com/spf13/viper v1.6.1 [2021-03-09T00:31:01.951Z] #48 7.713 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:31:01.951Z] #48 7.796 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:31:01.951Z] #48 7.800 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-09T00:31:01.951Z] #48 7.829 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:31:01.951Z] #48 7.960 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:31:01.951Z] #48 8.137 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:31:01.951Z] #48 8.155 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:31:01.951Z] #48 8.168 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:31:01.951Z] #48 8.224 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-09T00:31:01.951Z] #48 8.231 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:31:01.951Z] #48 8.248 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:31:01.951Z] #48 8.255 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:31:01.951Z] #48 8.405 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-09T00:31:01.951Z] #48 8.441 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:31:01.951Z] #48 8.522 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:31:01.951Z] #48 8.572 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:31:01.951Z] #48 8.585 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:31:01.951Z] #48 8.639 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:31:01.951Z] #48 8.643 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:31:01.951Z] #48 8.813 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-09T00:31:01.951Z] #48 8.842 go: downloading github.com/spf13/afero v1.1.2 [2021-03-09T00:31:01.951Z] #48 8.888 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-09T00:31:01.951Z] #48 8.955 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:31:01.951Z] #48 9.009 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:31:01.951Z] #48 9.050 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:31:01.951Z] #48 9.147 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:31:01.951Z] #48 9.227 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:31:01.951Z] #48 9.229 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:31:01.951Z] #48 9.239 go: extracting github.com/spf13/afero v1.1.2 [2021-03-09T00:31:01.951Z] #48 9.246 go: downloading github.com/spf13/cast v1.3.0 [2021-03-09T00:31:01.951Z] #48 9.463 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:31:01.951Z] #48 9.464 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-09T00:31:01.951Z] #48 9.465 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:31:01.951Z] #48 9.492 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:31:01.951Z] #48 9.703 go: extracting github.com/spf13/cast v1.3.0 [2021-03-09T00:31:01.951Z] #48 9.708 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:31:01.951Z] #48 ... [2021-03-09T00:31:01.951Z] [2021-03-09T00:31:01.951Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-09T00:31:01.951Z] #28 12.67 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-09T00:31:01.951Z] #28 ... [2021-03-09T00:31:01.951Z] [2021-03-09T00:31:01.951Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-09T00:31:01.951Z] #63 1.289 + RM_GOPATH=0 [2021-03-09T00:31:01.951Z] #63 1.289 + TMP_GOPATH= [2021-03-09T00:31:01.951Z] #63 1.289 + : /build [2021-03-09T00:31:01.951Z] #63 1.289 + '[' -z '' ']' [2021-03-09T00:31:01.951Z] #63 1.298 ++ mktemp -d [2021-03-09T00:31:01.951Z] #63 1.298 + export GOPATH=/tmp/tmp.t6n1Y777TI [2021-03-09T00:31:01.951Z] #63 1.298 + GOPATH=/tmp/tmp.t6n1Y777TI [2021-03-09T00:31:01.951Z] #63 1.298 + RM_GOPATH=1 [2021-03-09T00:31:01.951Z] #63 1.298 + case "$(go env GOARCH)" in [2021-03-09T00:31:01.951Z] #63 1.298 ++ go env GOARCH [2021-03-09T00:31:01.951Z] #63 1.308 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:01.951Z] #63 1.308 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:01.951Z] #63 1.308 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:01.951Z] #63 1.308 + dir=/tmp/install [2021-03-09T00:31:01.951Z] #63 1.308 + bin=proxy [2021-03-09T00:31:01.951Z] #63 1.308 + shift [2021-03-09T00:31:01.951Z] #63 1.308 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-09T00:31:01.951Z] #63 1.308 + . /tmp/install/proxy.installer [2021-03-09T00:31:01.951Z] #63 1.308 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:31:01.951Z] #63 1.308 + install_proxy [2021-03-09T00:31:01.951Z] #63 1.308 + case "$1" in [2021-03-09T00:31:01.951Z] #63 1.308 + export CGO_ENABLED=0 [2021-03-09T00:31:01.951Z] #63 1.308 + CGO_ENABLED=0 [2021-03-09T00:31:01.951Z] #63 1.308 + _install_proxy [2021-03-09T00:31:01.951Z] #63 1.308 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-09T00:31:01.951Z] #63 1.308 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.t6n1Y777TI/src/github.com/docker/libnetwork [2021-03-09T00:31:01.951Z] #63 1.312 Cloning into '/tmp/tmp.t6n1Y777TI/src/github.com/docker/libnetwork'... [2021-03-09T00:31:01.951Z] #63 1.312 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:31:01.951Z] #63 ... [2021-03-09T00:31:01.951Z] [2021-03-09T00:31:01.951Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-09T00:31:01.951Z] #33 1.157 + RM_GOPATH=0 [2021-03-09T00:31:01.951Z] #33 1.157 + TMP_GOPATH= [2021-03-09T00:31:01.951Z] #33 1.163 + : /build [2021-03-09T00:31:01.951Z] #33 1.163 + '[' -z '' ']' [2021-03-09T00:31:01.951Z] #33 1.163 ++ mktemp -d [2021-03-09T00:31:01.951Z] #33 1.163 + export GOPATH=/tmp/tmp.TTvl34p6oh [2021-03-09T00:31:01.951Z] #33 1.163 + GOPATH=/tmp/tmp.TTvl34p6oh [2021-03-09T00:31:01.951Z] #33 1.163 + RM_GOPATH=1 [2021-03-09T00:31:01.951Z] #33 1.163 + case "$(go env GOARCH)" in [2021-03-09T00:31:01.951Z] #33 1.163 ++ go env GOARCH [2021-03-09T00:31:01.951Z] #33 1.166 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:31:01.951Z] #33 1.166 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:01.951Z] #33 1.166 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:01.951Z] #33 1.166 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:01.951Z] #33 1.166 + dir=/tmp/install [2021-03-09T00:31:01.951Z] #33 1.166 + bin=tomlv [2021-03-09T00:31:01.951Z] #33 1.166 + shift [2021-03-09T00:31:01.951Z] #33 1.166 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-09T00:31:01.951Z] #33 1.166 + . /tmp/install/tomlv.installer [2021-03-09T00:31:01.951Z] #33 1.166 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:31:01.951Z] #33 1.166 + install_tomlv [2021-03-09T00:31:01.951Z] #33 1.166 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-09T00:31:01.951Z] #33 1.166 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.TTvl34p6oh/src/github.com/BurntSushi/toml [2021-03-09T00:31:01.951Z] #33 1.171 Cloning into '/tmp/tmp.TTvl34p6oh/src/github.com/BurntSushi/toml'... [2021-03-09T00:31:01.951Z] #33 1.712 + cd /tmp/tmp.TTvl34p6oh/src/github.com/BurntSushi/toml [2021-03-09T00:31:01.951Z] #33 1.712 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:31:01.951Z] #33 1.712 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-09T00:31:01.951Z] #33 1.880 internal/cpu [2021-03-09T00:31:01.951Z] #33 1.888 runtime/internal/atomic [2021-03-09T00:31:01.951Z] #33 1.999 runtime/internal/sys [2021-03-09T00:31:01.951Z] #33 2.141 runtime/internal/math [2021-03-09T00:31:01.951Z] #33 2.165 math/bits [2021-03-09T00:31:01.951Z] #33 2.165 internal/bytealg [2021-03-09T00:31:01.951Z] #33 2.344 math [2021-03-09T00:31:01.951Z] #33 2.393 runtime [2021-03-09T00:31:01.951Z] #33 7.550 unicode/utf8 [2021-03-09T00:31:01.951Z] #33 7.957 internal/testlog [2021-03-09T00:31:01.951Z] #33 8.263 encoding [2021-03-09T00:31:01.951Z] #33 8.459 runtime/cgo [2021-03-09T00:31:02.140Z] 3c370c2e2f82: Pull complete [2021-03-09T00:31:02.140Z] 5ffb2f5886e2: Pull complete [2021-03-09T00:31:02.140Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:31:02.140Z] Status: Downloaded newer image for golang:1.13.15-buster [2021-03-09T00:31:02.140Z] ---> 805dc2d65d1c [2021-03-09T00:31:02.140Z] Step 5/15 : ARG BUILDX_REPO [2021-03-09T00:31:02.140Z] ---> Running in c5a60a0ae007 [2021-03-09T00:31:02.140Z] Removing intermediate container c5a60a0ae007 [2021-03-09T00:31:02.140Z] ---> 47084dc45713 [2021-03-09T00:31:02.140Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2021-03-09T00:31:02.140Z] ---> Running in 655a5f867c75 [2021-03-09T00:31:02.140Z] Cloning into '/buildx'... [2021-03-09T00:31:02.279Z] #33 ... [2021-03-09T00:31:02.279Z] [2021-03-09T00:31:02.279Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-09T00:31:02.279Z] #35 2.771 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:31:02.279Z] #35 2.826 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:31:02.279Z] #35 2.826 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:31:02.279Z] #35 3.533 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-09T00:31:02.279Z] #35 5.317 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [239 kB] [2021-03-09T00:31:02.279Z] #35 7.114 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-09T00:31:02.279Z] #35 ... [2021-03-09T00:31:02.279Z] [2021-03-09T00:31:02.279Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:31:02.279Z] #46 2.446 + RM_GOPATH=0 [2021-03-09T00:31:02.279Z] #46 2.446 + TMP_GOPATH= [2021-03-09T00:31:02.279Z] #46 2.446 + : /build [2021-03-09T00:31:02.279Z] #46 2.446 + '[' -z '' ']' [2021-03-09T00:31:02.279Z] #46 2.446 ++ mktemp -d [2021-03-09T00:31:02.279Z] #46 2.446 + export GOPATH=/tmp/tmp.PjmLJ1MU8N [2021-03-09T00:31:02.279Z] #46 2.446 + GOPATH=/tmp/tmp.PjmLJ1MU8N [2021-03-09T00:31:02.279Z] #46 2.446 + RM_GOPATH=1 [2021-03-09T00:31:02.279Z] #46 2.446 + case "$(go env GOARCH)" in [2021-03-09T00:31:02.279Z] #46 2.446 ++ go env GOARCH [2021-03-09T00:31:02.279Z] #46 2.461 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:02.279Z] #46 2.461 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:02.279Z] #46 2.461 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:02.279Z] #46 2.461 + dir=/tmp/install [2021-03-09T00:31:02.279Z] #46 2.461 + bin=gotestsum [2021-03-09T00:31:02.279Z] #46 2.461 + shift [2021-03-09T00:31:02.279Z] #46 2.461 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-09T00:31:02.279Z] #46 2.461 + . /tmp/install/gotestsum.installer [2021-03-09T00:31:02.279Z] #46 2.461 ++ : v0.5.3 [2021-03-09T00:31:02.279Z] #46 2.461 + install_gotestsum [2021-03-09T00:31:02.279Z] #46 2.461 + set -e [2021-03-09T00:31:02.279Z] #46 2.461 + export GO111MODULE=on [2021-03-09T00:31:02.279Z] #46 2.461 + GO111MODULE=on [2021-03-09T00:31:02.279Z] #46 2.461 + GOBIN=/build [2021-03-09T00:31:02.279Z] #46 2.461 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-09T00:31:02.279Z] #46 2.496 go: finding gotest.tools v0.5.3 [2021-03-09T00:31:02.279Z] #46 2.496 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-09T00:31:02.279Z] #46 3.172 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-09T00:31:02.279Z] #46 3.419 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-09T00:31:02.279Z] #46 3.861 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:31:02.279Z] #46 3.862 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:31:02.279Z] #46 3.894 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:31:02.279Z] #46 3.970 go: downloading github.com/fatih/color v1.9.0 [2021-03-09T00:31:02.279Z] #46 3.972 go: downloading github.com/pkg/errors v0.9.1 [2021-03-09T00:31:02.279Z] #46 4.014 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:31:02.279Z] #46 4.036 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-09T00:31:02.279Z] #46 4.135 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:31:02.279Z] #46 4.135 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:31:02.279Z] #46 4.143 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:31:02.279Z] #46 4.176 go: extracting github.com/fatih/color v1.9.0 [2021-03-09T00:31:02.279Z] #46 4.178 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:31:02.279Z] #46 4.310 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:31:02.279Z] #46 4.310 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:31:02.279Z] #46 4.310 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:31:02.279Z] #46 4.525 go: extracting github.com/pkg/errors v0.9.1 [2021-03-09T00:31:02.279Z] #46 4.536 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:31:02.279Z] #46 4.637 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-09T00:31:02.279Z] #46 4.646 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:31:02.279Z] #46 5.745 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:31:02.279Z] #46 6.529 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:31:02.279Z] #46 7.119 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:31:02.279Z] #46 10.57 go: finding github.com/fatih/color v1.9.0 [2021-03-09T00:31:02.279Z] #46 ... [2021-03-09T00:31:02.279Z] [2021-03-09T00:31:02.279Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:31:02.279Z] #57 1.999 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:31:02.279Z] #57 2.048 + RM_GOPATH=0 [2021-03-09T00:31:02.279Z] #57 2.048 + TMP_GOPATH= [2021-03-09T00:31:02.279Z] #57 2.048 + : /build [2021-03-09T00:31:02.279Z] #57 2.048 + '[' -z '' ']' [2021-03-09T00:31:02.279Z] #57 2.048 ++ mktemp -d [2021-03-09T00:31:02.279Z] #57 2.048 + export GOPATH=/tmp/tmp.1e2xpYa2Pv [2021-03-09T00:31:02.279Z] #57 2.048 + GOPATH=/tmp/tmp.1e2xpYa2Pv [2021-03-09T00:31:02.279Z] #57 2.048 + RM_GOPATH=1 [2021-03-09T00:31:02.279Z] #57 2.048 + case "$(go env GOARCH)" in [2021-03-09T00:31:02.279Z] #57 2.048 ++ go env GOARCH [2021-03-09T00:31:02.279Z] #57 2.048 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:02.279Z] #57 2.048 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:02.279Z] #57 2.048 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:02.279Z] #57 2.048 + dir=/tmp/install [2021-03-09T00:31:02.279Z] #57 2.048 + bin=rootlesskit [2021-03-09T00:31:02.279Z] #57 2.048 + shift [2021-03-09T00:31:02.279Z] #57 2.048 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-09T00:31:02.279Z] #57 2.048 + . /tmp/install/rootlesskit.installer [2021-03-09T00:31:02.279Z] #57 2.048 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:31:02.279Z] #57 2.048 + install_rootlesskit [2021-03-09T00:31:02.279Z] #57 2.048 + case "$1" in [2021-03-09T00:31:02.279Z] #57 2.048 + export CGO_ENABLED=0 [2021-03-09T00:31:02.279Z] #57 2.048 + CGO_ENABLED=0 [2021-03-09T00:31:02.279Z] #57 2.048 + _install_rootlesskit [2021-03-09T00:31:02.279Z] #57 2.048 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-09T00:31:02.279Z] #57 2.048 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.1e2xpYa2Pv/src/github.com/rootless-containers/rootlesskit [2021-03-09T00:31:02.279Z] #57 2.048 Cloning into '/tmp/tmp.1e2xpYa2Pv/src/github.com/rootless-containers/rootlesskit'... [2021-03-09T00:31:02.279Z] #57 5.469 + cd /tmp/tmp.1e2xpYa2Pv/src/github.com/rootless-containers/rootlesskit [2021-03-09T00:31:02.279Z] #57 5.469 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:31:02.279Z] #57 5.482 + export GO111MODULE=on [2021-03-09T00:31:02.279Z] #57 5.482 + GO111MODULE=on [2021-03-09T00:31:02.279Z] #57 5.482 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-09T00:31:02.279Z] #57 5.482 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-09T00:31:02.279Z] #57 6.880 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:31:02.279Z] #57 6.893 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:31:02.279Z] #57 6.947 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:31:02.279Z] #57 6.964 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-09T00:31:02.279Z] #57 6.972 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:31:02.279Z] #57 7.012 go: downloading github.com/pkg/errors v0.9.1 [2021-03-09T00:31:02.279Z] #57 7.093 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:31:02.279Z] #57 7.136 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-09T00:31:02.279Z] #57 7.384 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:31:02.279Z] #57 7.403 go: downloading github.com/google/uuid v1.2.0 [2021-03-09T00:31:02.279Z] #57 7.421 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-09T00:31:02.279Z] #57 7.451 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-09T00:31:02.279Z] #57 7.451 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:31:02.279Z] #57 7.510 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:31:02.279Z] #57 7.510 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-09T00:31:02.279Z] #57 7.559 go: extracting github.com/pkg/errors v0.9.1 [2021-03-09T00:31:02.279Z] #57 7.718 go: extracting github.com/google/uuid v1.2.0 [2021-03-09T00:31:02.279Z] #57 7.735 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:31:02.279Z] #57 8.018 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:31:02.279Z] #57 9.412 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:31:02.279Z] #57 9.498 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-09T00:31:02.279Z] #57 9.568 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:31:02.279Z] #57 9.569 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:31:02.279Z] #57 9.733 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:31:02.575Z] #57 ... [2021-03-09T00:31:02.575Z] [2021-03-09T00:31:02.575Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-09T00:31:02.575Z] #44 2.321 + RM_GOPATH=0 [2021-03-09T00:31:02.575Z] #44 2.321 + TMP_GOPATH= [2021-03-09T00:31:02.575Z] #44 2.321 + : /build [2021-03-09T00:31:02.575Z] #44 2.321 + '[' -z '' ']' [2021-03-09T00:31:02.575Z] #44 2.321 ++ mktemp -d [2021-03-09T00:31:02.575Z] #44 2.321 + export GOPATH=/tmp/tmp.APtBvrkyrw [2021-03-09T00:31:02.575Z] #44 2.321 + GOPATH=/tmp/tmp.APtBvrkyrw [2021-03-09T00:31:02.575Z] #44 2.321 + RM_GOPATH=1 [2021-03-09T00:31:02.575Z] #44 2.321 + case "$(go env GOARCH)" in [2021-03-09T00:31:02.575Z] #44 2.321 ++ go env GOARCH [2021-03-09T00:31:02.575Z] #44 2.336 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:02.575Z] #44 2.336 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:02.575Z] #44 2.336 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:02.575Z] #44 2.343 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:31:02.575Z] #44 2.343 + dir=/tmp/install [2021-03-09T00:31:02.575Z] #44 2.343 + bin=vndr [2021-03-09T00:31:02.575Z] #44 2.343 + shift [2021-03-09T00:31:02.575Z] #44 2.343 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-09T00:31:02.575Z] #44 2.343 + . /tmp/install/vndr.installer [2021-03-09T00:31:02.575Z] #44 2.343 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:31:02.575Z] #44 2.343 + install_vndr [2021-03-09T00:31:02.575Z] #44 2.343 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-09T00:31:02.575Z] #44 2.343 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.APtBvrkyrw/src/github.com/LK4D4/vndr [2021-03-09T00:31:02.575Z] #44 2.349 Cloning into '/tmp/tmp.APtBvrkyrw/src/github.com/LK4D4/vndr'... [2021-03-09T00:31:02.575Z] #44 2.955 + cd /tmp/tmp.APtBvrkyrw/src/github.com/LK4D4/vndr [2021-03-09T00:31:02.575Z] #44 2.955 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:31:02.575Z] #44 2.959 + go build -buildmode=pie -v -o /build/vndr . [2021-03-09T00:31:02.575Z] #44 3.879 internal/race [2021-03-09T00:31:02.575Z] #44 3.998 sync/atomic [2021-03-09T00:31:02.575Z] #44 4.061 runtime [2021-03-09T00:31:02.575Z] #44 4.231 unicode [2021-03-09T00:31:02.575Z] #44 7.570 unicode/utf8 [2021-03-09T00:31:02.575Z] #44 8.024 internal/testlog [2021-03-09T00:31:02.575Z] #44 8.340 encoding [2021-03-09T00:31:02.575Z] #44 8.492 unicode/utf16 [2021-03-09T00:31:02.575Z] #44 8.718 container/list [2021-03-09T00:31:02.575Z] #44 9.632 crypto/internal/subtle [2021-03-09T00:31:02.575Z] #44 9.824 crypto/subtle [2021-03-09T00:31:02.575Z] #44 10.07 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-09T00:31:02.575Z] #44 10.29 internal/nettrace [2021-03-09T00:31:02.575Z] #44 10.53 runtime/cgo [2021-03-09T00:31:02.575Z] #44 ... [2021-03-09T00:31:02.575Z] [2021-03-09T00:31:02.575Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-09T00:31:02.575Z] #12 3.089 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:31:02.575Z] #12 3.119 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:31:02.575Z] #12 3.151 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:31:02.575Z] #12 3.771 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-09T00:31:02.575Z] #12 5.262 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [239 kB] [2021-03-09T00:31:02.575Z] #12 7.048 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-09T00:31:02.909Z] #12 ... [2021-03-09T00:31:02.909Z] [2021-03-09T00:31:02.909Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-03-09T00:31:02.909Z] #54 3.115 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:31:02.909Z] #54 3.145 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:31:02.909Z] #54 3.167 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:31:02.909Z] #54 4.057 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-09T00:31:02.909Z] #54 5.617 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [239 kB] [2021-03-09T00:31:02.909Z] #54 7.440 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-09T00:31:02.909Z] #54 ... [2021-03-09T00:31:02.909Z] [2021-03-09T00:31:02.909Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-09T00:31:02.909Z] #39 2.751 + git clone https://github.com/docker/distribution.git . [2021-03-09T00:31:02.909Z] #39 2.754 Cloning into '.'... [2021-03-09T00:31:02.909Z] #39 ... [2021-03-09T00:31:02.909Z] [2021-03-09T00:31:02.909Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-09T00:31:02.909Z] #41 3.189 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:31:02.909Z] #41 3.228 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:31:02.909Z] #41 3.246 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:31:02.909Z] #41 4.073 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-09T00:31:02.909Z] #41 6.332 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [239 kB] [2021-03-09T00:31:02.909Z] #41 8.125 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-09T00:31:03.211Z] #41 ... [2021-03-09T00:31:03.211Z] [2021-03-09T00:31:03.211Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-03-09T00:31:03.211Z] #31 2.880 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-09T00:31:03.211Z] #31 2.880 Cloning into '.'... [2021-03-09T00:31:03.211Z] #31 ... [2021-03-09T00:31:03.211Z] [2021-03-09T00:31:03.211Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-09T00:31:03.211Z] #50 2.372 + RM_GOPATH=0 [2021-03-09T00:31:03.211Z] #50 2.372 + TMP_GOPATH= [2021-03-09T00:31:03.211Z] #50 2.372 + : /build [2021-03-09T00:31:03.211Z] #50 2.372 + '[' -z '' ']' [2021-03-09T00:31:03.211Z] #50 2.372 ++ mktemp -d [2021-03-09T00:31:03.211Z] #50 2.385 + export GOPATH=/tmp/tmp.MmFBvHNLoA [2021-03-09T00:31:03.211Z] #50 2.385 + GOPATH=/tmp/tmp.MmFBvHNLoA [2021-03-09T00:31:03.211Z] #50 2.385 + RM_GOPATH=1 [2021-03-09T00:31:03.211Z] #50 2.385 + case "$(go env GOARCH)" in [2021-03-09T00:31:03.211Z] #50 2.385 ++ go env GOARCH [2021-03-09T00:31:03.211Z] #50 2.387 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:03.212Z] #50 2.387 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:03.212Z] #50 2.387 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:03.212Z] #50 2.387 + dir=/tmp/install [2021-03-09T00:31:03.212Z] #50 2.387 + bin=shfmt [2021-03-09T00:31:03.212Z] #50 2.387 + shift [2021-03-09T00:31:03.212Z] #50 2.387 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-09T00:31:03.212Z] #50 2.387 + . /tmp/install/shfmt.installer [2021-03-09T00:31:03.212Z] #50 2.387 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:31:03.212Z] #50 2.390 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:31:03.212Z] #50 2.390 + install_shfmt [2021-03-09T00:31:03.212Z] #50 2.390 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-09T00:31:03.212Z] #50 2.390 + git clone https://github.com/mvdan/sh.git /tmp/tmp.MmFBvHNLoA/src/github.com/mvdan/sh [2021-03-09T00:31:03.212Z] #50 2.396 Cloning into '/tmp/tmp.MmFBvHNLoA/src/github.com/mvdan/sh'... [2021-03-09T00:31:03.212Z] #50 9.706 + cd /tmp/tmp.MmFBvHNLoA/src/github.com/mvdan/sh [2021-03-09T00:31:03.212Z] #50 9.708 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:31:03.212Z] #50 9.852 + GO111MODULE=on [2021-03-09T00:31:03.212Z] #50 9.852 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-09T00:31:03.212Z] #50 11.04 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:31:03.212Z] #50 11.18 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:31:03.212Z] #50 11.18 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:31:03.212Z] #50 11.26 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:31:03.212Z] #50 11.26 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:31:03.508Z] #50 ... [2021-03-09T00:31:03.508Z] [2021-03-09T00:31:03.508Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-09T00:31:03.508Z] #28 13.33 #=#=# [2021-03-09T00:31:04.683Z] #28 13.61 #=#=# ### 5.0% ######## 11.2% ############ 17.3% ################ 23.4% ##################### 29.6% ######################## 33.7% ############################## 41.9% #################################### 50.1% ######################################## 56.2% ############################################## 64.4% #################################################### 72.6% ########################################################### 82.8% ################################################################ 89.0% #################################################################### 95.1% ######################################################################## 100.0% [2021-03-09T00:31:04.683Z] #28 15.65 [2021-03-09T00:31:05.688Z] Removing intermediate container 655a5f867c75 [2021-03-09T00:31:05.688Z] ---> 3aa849ee6fa7 [2021-03-09T00:31:05.688Z] Step 7/15 : WORKDIR /buildx [2021-03-09T00:31:05.723Z] #28 16.67 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-09T00:31:05.891Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 1.05MB / 50.40MB 4.3s [2021-03-09T00:31:05.891Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 6.29MB / 50.40MB 4.5s [2021-03-09T00:31:05.892Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 14.68MB / 50.40MB 4.6s [2021-03-09T00:31:05.985Z] ---> Running in 7f546e0663c3 [2021-03-09T00:31:05.985Z] Removing intermediate container 7f546e0663c3 [2021-03-09T00:31:05.985Z] ---> cffb568883e1 [2021-03-09T00:31:05.985Z] Step 8/15 : ARG BUILDX_COMMIT [2021-03-09T00:31:05.985Z] ---> Running in 02a45a13810b [2021-03-09T00:31:05.985Z] Removing intermediate container 02a45a13810b [2021-03-09T00:31:05.985Z] ---> cf8dc94c3f97 [2021-03-09T00:31:05.985Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2021-03-09T00:31:05.985Z] ---> Running in bd1933698e54 [2021-03-09T00:31:06.047Z] #28 16.99 [2021-03-09T00:31:06.047Z] #28 17.15 ######################################################################## 100.0% [2021-03-09T00:31:06.151Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 17.83MB / 50.40MB 4.8s [2021-03-09T00:31:06.391Z] #28 17.20 [2021-03-09T00:31:06.409Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 23.69MB / 50.40MB 5.0s [2021-03-09T00:31:06.409Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 26.21MB / 50.40MB 5.1s [2021-03-09T00:31:06.621Z] From https://github.com/docker/buildx [2021-03-09T00:31:06.621Z] * [new tag] v0.5.1 -> build [2021-03-09T00:31:06.665Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 30.41MB / 50.40MB 5.3s [2021-03-09T00:31:06.665Z] #24 ... [2021-03-09T00:31:06.665Z] [2021-03-09T00:31:06.665Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:31:06.665Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:31:06.665Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-09T00:31:06.665Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-03-09T00:31:06.665Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-03-09T00:31:06.665Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done [2021-03-09T00:31:06.665Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-09T00:31:06.665Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.5s done [2021-03-09T00:31:06.665Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.0s done [2021-03-09T00:31:06.665Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.4s done [2021-03-09T00:31:06.665Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.1s done [2021-03-09T00:31:06.665Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 110.10MB / 120.17MB 5.3s [2021-03-09T00:31:06.665Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.1s [2021-03-09T00:31:06.665Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.2s done [2021-03-09T00:31:06.665Z] #8 ... [2021-03-09T00:31:06.665Z] [2021-03-09T00:31:06.665Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-09T00:31:06.665Z] #24 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-03-09T00:31:06.665Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 33.55MB / 50.40MB 5.5s [2021-03-09T00:31:06.916Z] Switched to branch 'build' [2021-03-09T00:31:06.926Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 38.80MB / 50.40MB 5.7s [2021-03-09T00:31:07.035Z] #28 17.83 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-09T00:31:07.035Z] #28 18.16 #=#=# [2021-03-09T00:31:07.221Z] Removing intermediate container bd1933698e54 [2021-03-09T00:31:07.221Z] ---> de82e6dbf8cc [2021-03-09T00:31:07.221Z] Step 10/15 : ARG GOOS [2021-03-09T00:31:07.225Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 41.94MB / 50.40MB 5.8s [2021-03-09T00:31:07.226Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 46.81MB / 50.40MB 5.9s [2021-03-09T00:31:07.327Z] #28 18.35 ######################################################################## 100.0% [2021-03-09T00:31:07.489Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 6.3s [2021-03-09T00:31:07.522Z] ---> Running in 3cb56024b24a [2021-03-09T00:31:07.522Z] Removing intermediate container 3cb56024b24a [2021-03-09T00:31:07.522Z] ---> 56d660c11ccf [2021-03-09T00:31:07.522Z] Step 11/15 : ARG GOARCH [2021-03-09T00:31:07.522Z] ---> Running in fd21e3c214bb [2021-03-09T00:31:07.522Z] Removing intermediate container fd21e3c214bb [2021-03-09T00:31:07.522Z] ---> c8f34d28e6de [2021-03-09T00:31:07.522Z] 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-09T00:31:07.522Z] ---> Running in b4192499d9e7 [2021-03-09T00:31:07.621Z] #28 18.42 [2021-03-09T00:31:07.622Z] #28 18.45 Download of images into '/build' complete. [2021-03-09T00:31:07.622Z] #28 18.45 Use something like the following to load the result into a Docker daemon: [2021-03-09T00:31:07.622Z] #28 18.46 tar -cC '/build' . | docker load [2021-03-09T00:31:07.926Z] #28 DONE 18.8s [2021-03-09T00:31:07.926Z] [2021-03-09T00:31:07.926Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:31:07.926Z] #48 9.924 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:31:07.926Z] #48 10.19 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:31:07.926Z] #48 10.34 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:31:07.926Z] #48 10.54 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:31:07.926Z] #48 10.59 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:31:07.926Z] #48 10.70 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:31:07.926Z] #48 10.77 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:31:07.926Z] #48 11.03 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:31:07.926Z] #48 11.74 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:31:07.926Z] #48 11.81 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:31:07.926Z] #48 13.00 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:31:07.926Z] #48 13.05 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:31:07.926Z] #48 13.97 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:31:07.926Z] #48 13.97 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-09T00:31:07.926Z] #48 14.00 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:31:07.926Z] #48 14.00 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:31:07.926Z] #48 14.00 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:31:07.926Z] #48 14.02 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:31:07.926Z] #48 14.04 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:31:07.926Z] #48 14.08 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:31:07.926Z] #48 14.08 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:31:07.926Z] #48 14.08 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:31:07.926Z] #48 14.09 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:31:07.926Z] #48 14.13 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:31:07.926Z] #48 14.15 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:31:07.926Z] #48 14.15 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:31:07.926Z] #48 14.17 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-09T00:31:07.926Z] #48 14.19 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:31:07.926Z] #48 14.21 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:31:07.926Z] #48 14.25 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:31:07.926Z] #48 14.28 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:31:07.926Z] #48 14.29 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:31:07.926Z] #48 14.29 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:31:07.927Z] #48 14.29 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:31:07.927Z] #48 14.29 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:31:07.927Z] #48 14.30 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:31:07.927Z] #48 14.31 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:31:07.927Z] #48 14.32 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:31:07.927Z] #48 14.32 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:31:07.927Z] #48 14.34 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:31:07.927Z] #48 14.40 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:31:07.927Z] #48 14.40 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-09T00:31:07.927Z] #48 14.41 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:31:07.927Z] #48 14.41 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:31:07.927Z] #48 14.44 go: downloading golang.org/x/text v0.3.2 [2021-03-09T00:31:07.927Z] #48 14.44 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:31:07.927Z] #48 14.44 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:31:07.927Z] #48 14.50 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:31:07.927Z] #48 14.55 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:31:07.927Z] #48 14.57 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:31:07.927Z] #48 14.57 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:31:07.927Z] #48 14.57 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:31:07.927Z] #48 14.66 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:31:07.927Z] #48 14.67 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:31:07.927Z] #48 14.67 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-09T00:31:07.927Z] #48 14.71 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-09T00:31:07.927Z] #48 14.71 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:31:07.927Z] #48 14.71 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:31:07.927Z] #48 14.72 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:31:07.927Z] #48 14.73 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:31:07.927Z] #48 14.92 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:31:07.927Z] #48 14.98 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:31:07.927Z] #48 14.98 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:31:07.927Z] #48 15.03 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:31:07.927Z] #48 15.04 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-09T00:31:07.927Z] #48 15.23 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:31:07.927Z] #48 15.24 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-09T00:31:07.927Z] #48 15.24 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-09T00:31:07.927Z] #48 15.25 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:31:07.927Z] #48 15.29 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-09T00:31:07.927Z] #48 15.30 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:31:07.927Z] #48 15.38 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:31:07.927Z] #48 15.38 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:31:07.927Z] #48 15.41 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:31:07.927Z] #48 15.53 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:31:07.927Z] #48 15.62 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-09T00:31:07.927Z] #48 15.64 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:31:07.927Z] #48 15.68 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:31:07.927Z] #48 15.75 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:31:07.927Z] #48 15.78 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:31:07.927Z] #48 15.78 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:31:07.927Z] #48 15.80 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-09T00:31:07.927Z] #48 16.03 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:31:07.927Z] #48 16.04 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:31:07.927Z] #48 16.06 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-09T00:31:07.927Z] #48 16.06 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:31:07.927Z] #48 16.16 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:31:08.219Z] #48 16.26 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:31:08.219Z] #48 16.26 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:31:08.418Z] #24 ... [2021-03-09T00:31:08.418Z] [2021-03-09T00:31:08.418Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-03-09T00:31:08.418Z] #60 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-03-09T00:31:08.418Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-03-09T00:31:08.418Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-03-09T00:31:08.418Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-03-09T00:31:08.418Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done [2021-03-09T00:31:08.418Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 5.1s done [2021-03-09T00:31:08.418Z] #60 DONE 7.3s [2021-03-09T00:31:08.418Z] [2021-03-09T00:31:08.418Z] #21 [internal] load build context [2021-03-09T00:31:08.418Z] #21 sha256:33d19313085df74365441fc5853bfd1b0d50938629ea10a44c9ab02517b17d6a [2021-03-09T00:31:08.418Z] #21 transferring context: 53.41MB 6.6s done [2021-03-09T00:31:08.418Z] #21 DONE 7.3s [2021-03-09T00:31:08.418Z] [2021-03-09T00:31:08.418Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-09T00:31:08.418Z] #24 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-03-09T00:31:08.418Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 7.1s done [2021-03-09T00:31:08.513Z] #48 16.41 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:31:08.513Z] #48 16.64 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-09T00:31:08.513Z] #48 16.72 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:31:08.675Z] #24 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b [2021-03-09T00:31:08.805Z] #48 16.87 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:31:08.805Z] #48 16.87 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:31:08.805Z] #48 16.94 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:31:09.099Z] #48 17.15 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:31:09.099Z] #48 17.15 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:31:09.099Z] #48 17.15 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:31:10.610Z] #48 18.72 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-09T00:31:11.247Z] #48 19.31 go: extracting golang.org/x/text v0.3.2 [2021-03-09T00:31:12.761Z] #48 ... [2021-03-09T00:31:12.761Z] [2021-03-09T00:31:12.761Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:31:12.761Z] #46 10.69 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:31:12.761Z] #46 10.70 go: finding github.com/pkg/errors v0.9.1 [2021-03-09T00:31:12.761Z] #46 10.89 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:31:12.761Z] #46 10.89 go: finding github.com/spf13/pflag v1.0.3 [2021-03-09T00:31:12.761Z] #46 10.98 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:31:12.761Z] #46 11.09 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:31:12.761Z] #46 11.24 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:31:12.761Z] #46 11.27 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:31:12.761Z] #46 11.33 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:31:12.761Z] #46 11.33 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:31:12.761Z] #46 ... [2021-03-09T00:31:12.761Z] [2021-03-09T00:31:12.761Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:31:12.761Z] #57 12.65 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:31:12.761Z] #57 12.73 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:31:12.761Z] #57 12.85 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:31:12.761Z] #57 12.85 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:31:12.761Z] #57 13.89 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:31:12.761Z] #57 14.24 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:31:12.761Z] #57 16.37 go: finding github.com/pkg/errors v0.9.1 [2021-03-09T00:31:12.761Z] #57 16.45 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:31:12.761Z] #57 16.65 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:31:12.761Z] #57 16.73 go: finding github.com/google/uuid v1.2.0 [2021-03-09T00:31:12.761Z] #57 16.78 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:31:12.761Z] #57 16.80 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:31:12.761Z] #57 16.83 go: finding github.com/gofrs/flock v0.8.0 [2021-03-09T00:31:12.761Z] #57 16.84 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-09T00:31:12.761Z] #57 16.87 go: finding github.com/gorilla/mux v1.8.0 [2021-03-09T00:31:12.761Z] #57 16.94 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:31:12.762Z] #57 16.94 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:31:12.762Z] #57 16.98 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:31:12.762Z] #57 17.00 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:31:12.762Z] #57 17.17 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:31:12.762Z] #57 17.23 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:31:13.725Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09e1fb95e688d332c) in /home/ubuntu/workspace/moby_PR-41757 [Pipeline] { [Pipeline] checkout [2021-03-09T00:31:13.799Z] #57 ... [2021-03-09T00:31:13.799Z] [2021-03-09T00:31:13.799Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-09T00:31:13.799Z] #50 11.80 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:31:13.799Z] #50 12.32 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:31:13.799Z] #50 13.08 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:31:13.799Z] #50 13.87 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:31:13.799Z] #50 13.88 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:31:13.799Z] #50 14.02 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:31:13.799Z] #50 14.13 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:31:13.800Z] #50 14.58 runtime [2021-03-09T00:31:13.800Z] #50 ... [2021-03-09T00:31:13.800Z] [2021-03-09T00:31:13.800Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-09T00:31:13.800Z] #12 14.30 Fetched 8111 kB in 11s (718 kB/s) [2021-03-09T00:31:13.800Z] #12 14.30 Reading package lists... [2021-03-09T00:31:13.800Z] #12 18.08 Reading package lists... [2021-03-09T00:31:13.800Z] #12 20.88 Building dependency tree... [2021-03-09T00:31:13.800Z] #12 21.59 The following additional packages will be installed: [2021-03-09T00:31:13.800Z] #12 21.59 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-09T00:31:13.800Z] #12 21.59 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-09T00:31:13.800Z] #12 21.60 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-09T00:31:13.800Z] #12 21.60 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-03-09T00:31:13.800Z] #12 21.60 mingw-w64-x86-64-dev [2021-03-09T00:31:13.800Z] #12 21.60 Suggested packages: [2021-03-09T00:31:13.800Z] #12 21.60 gcc-8-locales seccomp wine64 [2021-03-09T00:31:13.890Z] The recommended git tool is: git [2021-03-09T00:31:13.937Z] #24 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 5.2s [2021-03-09T00:31:14.094Z] #12 ... [2021-03-09T00:31:14.094Z] [2021-03-09T00:31:14.094Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-09T00:31:14.094Z] #33 22.34 internal/reflectlite [2021-03-09T00:31:14.094Z] #33 22.34 sync [2021-03-09T00:31:14.500Z] #24 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 5.9s done [2021-03-09T00:31:14.593Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:31:14.620Z] > git config --add remote.origin.fetch +refs/pull/41757/head:refs/remotes/origin/PR-41757 # timeout=10 [2021-03-09T00:31:14.648Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:31:14.700Z] Fetching without tags [2021-03-09T00:31:14.757Z] #24 DONE 13.5s [2021-03-09T00:31:14.757Z] [2021-03-09T00:31:14.757Z] #25 [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-09T00:31:14.757Z] #25 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-09T00:31:15.072Z] Merging remotes/origin/master commit dbc3365da22ce76367ccaad79248c9a98332d80d into PR head commit 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 [2021-03-09T00:31:15.132Z] #33 ... [2021-03-09T00:31:15.132Z] [2021-03-09T00:31:15.132Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-09T00:31:15.132Z] #63 13.29 + cd /tmp/tmp.t6n1Y777TI/src/github.com/docker/libnetwork [2021-03-09T00:31:15.132Z] #63 13.29 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:31:15.132Z] #63 13.92 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-09T00:31:15.425Z] #63 ... [2021-03-09T00:31:15.425Z] [2021-03-09T00:31:15.425Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:31:15.425Z] #48 22.86 go: finding github.com/fatih/color v1.7.0 [2021-03-09T00:31:15.425Z] #48 22.93 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:31:15.425Z] #48 22.94 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:31:15.425Z] #48 22.94 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:31:15.425Z] #48 22.97 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:31:15.425Z] #48 23.02 go: finding github.com/pkg/errors v0.8.1 [2021-03-09T00:31:15.425Z] #48 23.05 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:31:15.425Z] #48 23.06 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:31:15.425Z] #48 23.09 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:31:15.425Z] #48 23.10 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:31:15.425Z] #48 23.10 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:31:15.425Z] #48 23.10 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:31:15.425Z] #48 23.11 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:31:15.425Z] #48 23.11 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:31:15.425Z] #48 23.12 go: finding github.com/stretchr/testify v1.4.0 [2021-03-09T00:31:15.425Z] #48 23.13 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:31:15.425Z] #48 23.13 go: finding github.com/spf13/viper v1.6.1 [2021-03-09T00:31:15.425Z] #48 23.14 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:31:15.425Z] #48 23.15 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:31:15.425Z] #48 23.15 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:31:15.425Z] #48 23.20 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:31:15.425Z] #48 23.26 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:31:15.425Z] #48 23.27 go: finding github.com/stretchr/objx v0.2.0 [2021-03-09T00:31:15.425Z] #48 23.27 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:31:15.425Z] #48 23.31 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:31:15.425Z] #48 23.31 go: finding github.com/gobwas/glob v0.2.3 [2021-03-09T00:31:15.425Z] #48 23.32 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:31:15.425Z] #48 23.33 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:31:15.425Z] #48 23.35 go: finding github.com/spf13/cobra v0.0.5 [2021-03-09T00:31:15.425Z] #48 23.36 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:31:15.425Z] #48 ... [2021-03-09T00:31:15.425Z] [2021-03-09T00:31:15.425Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-03-09T00:31:15.425Z] #54 14.33 Fetched 8111 kB in 11s (718 kB/s) [2021-03-09T00:31:15.425Z] #54 14.33 Reading package lists... [2021-03-09T00:31:15.425Z] #54 18.14 Reading package lists... [2021-03-09T00:31:15.425Z] #54 20.87 Building dependency tree... [2021-03-09T00:31:15.425Z] #54 21.58 The following additional packages will be installed: [2021-03-09T00:31:15.425Z] #54 21.60 libbtrfs0 [2021-03-09T00:31:15.425Z] #54 21.67 The following NEW packages will be installed: [2021-03-09T00:31:15.425Z] #54 21.67 libbtrfs-dev libbtrfs0 [2021-03-09T00:31:15.425Z] #54 21.78 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:31:15.425Z] #54 21.78 Need to get 118 kB of archives. [2021-03-09T00:31:15.425Z] #54 21.78 After this operation, 390 kB of additional disk space will be used. [2021-03-09T00:31:15.425Z] #54 21.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-03-09T00:31:15.425Z] #54 21.80 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-03-09T00:31:15.425Z] #54 22.57 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:31:15.425Z] #54 22.66 Fetched 118 kB in 0s (1160 kB/s) [2021-03-09T00:31:15.425Z] #54 22.76 Selecting previously unselected package libbtrfs0. [2021-03-09T00:31:15.425Z] #54 22.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 ... 15177 files and directories currently installed.) [2021-03-09T00:31:15.425Z] #54 22.81 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2021-03-09T00:31:15.425Z] #54 22.82 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-09T00:31:15.425Z] #54 22.89 Selecting previously unselected package libbtrfs-dev. [2021-03-09T00:31:15.425Z] #54 22.89 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-03-09T00:31:15.425Z] #54 22.90 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:31:15.425Z] #54 23.09 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-09T00:31:15.425Z] #54 23.09 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:31:15.425Z] #54 23.10 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:31:15.425Z] #54 DONE 23.4s [2021-03-09T00:31:15.425Z] [2021-03-09T00:31:15.425Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:31:15.425Z] #48 23.46 go: finding github.com/spf13/pflag v1.0.5 [2021-03-09T00:31:15.425Z] #48 23.54 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:31:15.425Z] #48 23.56 go: finding github.com/magiconair/properties v1.8.1 [2021-03-09T00:31:15.425Z] #48 ... [2021-03-09T00:31:15.425Z] [2021-03-09T00:31:15.425Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-09T00:31:15.425Z] #35 13.48 Fetched 8111 kB in 11s (750 kB/s) [2021-03-09T00:31:15.425Z] #35 13.48 Reading package lists... [2021-03-09T00:31:15.425Z] #35 17.82 Reading package lists... [2021-03-09T00:31:15.425Z] #35 21.64 Building dependency tree... [2021-03-09T00:31:15.425Z] #35 22.54 The following additional packages will be installed: [2021-03-09T00:31:15.425Z] #35 22.54 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-09T00:31:15.425Z] #35 22.54 Suggested packages: [2021-03-09T00:31:15.425Z] #35 22.54 cmake-doc ninja-build lrzip [2021-03-09T00:31:15.425Z] #35 22.54 Recommended packages: [2021-03-09T00:31:15.425Z] #35 22.54 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-09T00:31:15.425Z] #35 23.39 The following NEW packages will be installed: [2021-03-09T00:31:15.425Z] #35 23.40 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-09T00:31:15.425Z] #35 23.40 vim-common xxd [2021-03-09T00:31:15.425Z] #35 23.57 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:31:15.425Z] #35 23.57 Need to get 14.0 MB of archives. [2021-03-09T00:31:15.426Z] #35 23.57 After this operation, 62.1 MB of additional disk space will be used. [2021-03-09T00:31:15.426Z] #35 23.57 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-03-09T00:31:15.426Z] #35 23.61 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-03-09T00:31:15.426Z] #35 23.61 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2021-03-09T00:31:15.426Z] #35 23.69 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-03-09T00:31:15.426Z] #35 ... [2021-03-09T00:31:15.426Z] [2021-03-09T00:31:15.426Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:31:15.426Z] #48 23.60 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:31:15.426Z] #48 23.60 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:31:15.426Z] #48 23.61 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:31:15.426Z] #48 23.63 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:31:15.426Z] #48 23.66 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:31:15.719Z] #48 23.71 go: finding github.com/spf13/afero v1.1.2 [2021-03-09T00:31:15.719Z] #48 23.72 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:31:15.719Z] #48 23.81 go: finding github.com/spf13/cast v1.3.0 [2021-03-09T00:31:15.719Z] #48 23.81 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:31:15.719Z] #48 23.82 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:31:15.719Z] #48 23.83 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:31:15.719Z] #48 23.83 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:31:15.719Z] #48 23.89 go: finding golang.org/x/text v0.3.2 [2021-03-09T00:31:15.719Z] #48 23.91 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-09T00:31:16.011Z] #48 23.94 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:31:16.011Z] #48 24.00 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:31:16.011Z] #48 24.01 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:31:16.011Z] #48 24.03 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:31:16.011Z] #48 ... [2021-03-09T00:31:16.011Z] [2021-03-09T00:31:16.011Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-09T00:31:16.011Z] #39 13.86 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-09T00:31:16.011Z] #39 15.69 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-09T00:31:16.011Z] #39 ... [2021-03-09T00:31:16.011Z] [2021-03-09T00:31:16.011Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:31:16.011Z] #48 24.05 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:31:16.011Z] #48 24.07 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:31:16.012Z] #48 24.07 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:31:16.012Z] #48 24.08 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:31:16.012Z] #48 24.12 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:31:16.012Z] #48 24.13 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-09T00:31:16.012Z] #48 24.18 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:31:16.012Z] #48 24.18 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:31:16.012Z] #48 24.19 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:31:16.012Z] #48 24.20 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:31:16.012Z] #48 24.20 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:31:16.012Z] #48 24.20 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:31:16.012Z] #48 24.21 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:31:16.012Z] #48 24.21 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-09T00:31:16.012Z] #48 24.26 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:31:16.012Z] #48 24.26 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:31:16.012Z] #48 24.27 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:31:16.125Z] #25 1.184 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:31:16.125Z] #25 1.184 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:31:16.125Z] #25 1.198 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:31:16.126Z] #25 1.398 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:31:16.304Z] #48 24.34 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-09T00:31:16.304Z] #48 24.42 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:31:16.304Z] #48 24.43 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:31:16.304Z] #48 24.43 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:31:16.304Z] #48 24.46 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:31:16.304Z] #48 24.55 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:31:16.384Z] #25 1.613 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:31:16.598Z] #48 ... [2021-03-09T00:31:16.598Z] [2021-03-09T00:31:16.598Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-09T00:31:16.598Z] #41 14.73 Fetched 8111 kB in 12s (701 kB/s) [2021-03-09T00:31:16.598Z] #41 14.73 Reading package lists... [2021-03-09T00:31:16.598Z] #41 18.17 Reading package lists... [2021-03-09T00:31:16.598Z] #41 21.96 Building dependency tree... [2021-03-09T00:31:16.598Z] #41 22.85 The following additional packages will be installed: [2021-03-09T00:31:16.598Z] #41 22.85 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-09T00:31:16.598Z] #41 22.85 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-09T00:31:16.598Z] #41 22.86 Suggested packages: [2021-03-09T00:31:16.598Z] #41 22.86 manpages-dev python-setuptools [2021-03-09T00:31:16.598Z] #41 23.74 The following NEW packages will be installed: [2021-03-09T00:31:16.598Z] #41 23.74 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-09T00:31:16.598Z] #41 23.74 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-09T00:31:16.598Z] #41 23.74 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-09T00:31:16.598Z] #41 23.74 python-six zlib1g-dev [2021-03-09T00:31:16.598Z] #41 23.88 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:31:16.598Z] #41 23.88 Need to get 3742 kB of archives. [2021-03-09T00:31:16.598Z] #41 23.88 After this operation, 22.0 MB of additional disk space will be used. [2021-03-09T00:31:16.598Z] #41 23.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-09T00:31:16.598Z] #41 23.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-09T00:31:16.598Z] #41 23.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-09T00:31:16.598Z] #41 23.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-09T00:31:16.598Z] #41 23.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-09T00:31:16.598Z] #41 23.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-09T00:31:16.598Z] #41 23.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-09T00:31:16.598Z] #41 23.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-09T00:31:16.598Z] #41 23.92 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2021-03-09T00:31:16.598Z] #41 23.97 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2021-03-09T00:31:16.598Z] #41 23.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-09T00:31:16.598Z] #41 24.06 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2021-03-09T00:31:16.598Z] #41 24.10 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-09T00:31:16.598Z] #41 24.10 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-09T00:31:16.598Z] #41 24.10 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-09T00:31:16.598Z] #41 24.11 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2021-03-09T00:31:16.598Z] #41 24.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-09T00:31:16.891Z] #41 ... [2021-03-09T00:31:16.891Z] [2021-03-09T00:31:16.891Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:31:16.891Z] #55 0.839 + RM_GOPATH=0 [2021-03-09T00:31:16.891Z] #55 0.839 + TMP_GOPATH= [2021-03-09T00:31:16.891Z] #55 0.839 + : /build [2021-03-09T00:31:16.891Z] #55 0.839 + '[' -z '' ']' [2021-03-09T00:31:16.891Z] #55 0.840 ++ mktemp -d [2021-03-09T00:31:16.891Z] #55 0.841 + export GOPATH=/tmp/tmp.JRAY3Ht1Nc [2021-03-09T00:31:16.891Z] #55 0.841 + GOPATH=/tmp/tmp.JRAY3Ht1Nc [2021-03-09T00:31:16.891Z] #55 0.841 + RM_GOPATH=1 [2021-03-09T00:31:16.891Z] #55 0.841 + case "$(go env GOARCH)" in [2021-03-09T00:31:16.891Z] #55 0.842 ++ go env GOARCH [2021-03-09T00:31:16.891Z] #55 0.881 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:16.891Z] #55 0.881 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:16.891Z] #55 0.883 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:16.891Z] #55 0.893 + dir=/tmp/install [2021-03-09T00:31:16.891Z] #55 0.893 + bin=containerd [2021-03-09T00:31:16.891Z] #55 0.893 + shift [2021-03-09T00:31:16.891Z] #55 0.893 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-09T00:31:16.891Z] #55 0.893 + . /tmp/install/containerd.installer [2021-03-09T00:31:16.891Z] #55 0.893 ++ set -e [2021-03-09T00:31:16.891Z] #55 0.894 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:31:16.891Z] #55 0.894 + install_containerd [2021-03-09T00:31:16.891Z] #55 0.894 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-09T00:31:16.891Z] #55 0.894 + git clone https://github.com/containerd/containerd.git /tmp/tmp.JRAY3Ht1Nc/src/github.com/containerd/containerd [2021-03-09T00:31:16.891Z] #55 0.894 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:31:16.891Z] #55 0.913 Cloning into '/tmp/tmp.JRAY3Ht1Nc/src/github.com/containerd/containerd'... [2021-03-09T00:31:16.948Z] #25 2.035 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:31:16.948Z] #25 ... [2021-03-09T00:31:16.948Z] [2021-03-09T00:31:16.948Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:31:16.948Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:31:16.948Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.7s done [2021-03-09T00:31:16.948Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.8s done [2021-03-09T00:31:16.948Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.2s done [2021-03-09T00:31:16.948Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.8s done [2021-03-09T00:31:16.948Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.0s [2021-03-09T00:31:14.670Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:31:14.706Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:31:14.706Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:31:14.710Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:31:15.084Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:31:15.110Z] > git checkout -f 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [2021-03-09T00:31:15.955Z] > git remote # timeout=10 [2021-03-09T00:31:15.994Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T00:31:16.018Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:31:16.019Z] > git merge dbc3365da22ce76367ccaad79248c9a98332d80d # timeout=10 [2021-03-09T00:31:17.036Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T00:31:17.061Z] Merge succeeded, producing 5500e408c6e8dcfdcf825d708c9972e2257179df [2021-03-09T00:31:17.061Z] Checking out Revision 5500e408c6e8dcfdcf825d708c9972e2257179df (PR-41757) [2021-03-09T00:31:17.532Z] #55 ... [2021-03-09T00:31:17.532Z] [2021-03-09T00:31:17.532Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-09T00:31:17.532Z] #44 15.39 vendor/golang.org/x/crypto/internal/subtle [2021-03-09T00:31:17.532Z] #44 24.59 github.com/LK4D4/vndr/godl/singleflight [2021-03-09T00:31:17.532Z] #44 24.59 errors [2021-03-09T00:31:17.532Z] #44 24.77 io [2021-03-09T00:31:17.532Z] #44 24.84 strconv [2021-03-09T00:31:17.532Z] #44 25.64 bytes [2021-03-09T00:31:17.532Z] #44 ... [2021-03-09T00:31:17.532Z] [2021-03-09T00:31:17.532Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-09T00:31:17.532Z] #41 24.92 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:31:17.532Z] #41 24.99 Fetched 3742 kB in 0s (10.5 MB/s) [2021-03-09T00:31:17.532Z] #41 25.03 Selecting previously unselected package libcap-dev:s390x. [2021-03-09T00:31:17.532Z] #41 25.03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-09T00:31:17.532Z] #41 25.06 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2021-03-09T00:31:17.532Z] #41 25.06 Unpacking libcap-dev:s390x (1:2.25-2) ... [2021-03-09T00:31:17.532Z] #41 25.14 Selecting previously unselected package libnet1:s390x. [2021-03-09T00:31:17.532Z] #41 25.14 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-03-09T00:31:17.532Z] #41 25.14 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-09T00:31:17.532Z] #41 25.24 Selecting previously unselected package libnet1-dev. [2021-03-09T00:31:17.532Z] #41 25.25 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2021-03-09T00:31:17.532Z] #41 25.31 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-09T00:31:17.532Z] #41 25.38 Selecting previously unselected package libnl-3-200:s390x. [2021-03-09T00:31:17.532Z] #41 25.40 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2021-03-09T00:31:17.532Z] #41 25.42 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-03-09T00:31:17.532Z] #41 25.50 Selecting previously unselected package libnl-3-dev:s390x. [2021-03-09T00:31:17.532Z] #41 25.50 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2021-03-09T00:31:17.532Z] #41 25.51 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2021-03-09T00:31:17.532Z] #41 25.71 Selecting previously unselected package libprotobuf-c1:s390x. [2021-03-09T00:31:17.532Z] #41 25.72 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-03-09T00:31:17.532Z] #41 25.72 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-09T00:31:17.532Z] #41 25.75 Selecting previously unselected package libprotobuf-c-dev:s390x. [2021-03-09T00:31:17.794Z] using credential docker-jenkins-github-credentials [2021-03-09T00:31:17.801Z] Cloning the remote Git repository [2021-03-09T00:31:17.801Z] Cloning with configured refspecs honoured and without tags [2021-03-09T00:31:17.835Z] #41 25.76 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2021-03-09T00:31:17.835Z] #41 25.76 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-03-09T00:31:17.835Z] #41 25.82 Selecting previously unselected package zlib1g-dev:s390x. [2021-03-09T00:31:17.835Z] #41 25.83 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2021-03-09T00:31:17.835Z] #41 25.87 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-03-09T00:31:17.835Z] #41 ... [2021-03-09T00:31:17.835Z] [2021-03-09T00:31:17.835Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-09T00:31:17.835Z] #63 DONE 26.0s [2021-03-09T00:31:17.835Z] [2021-03-09T00:31:17.835Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-09T00:31:17.835Z] #35 24.18 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+deb10u1 [607 kB] [2021-03-09T00:31:17.835Z] #35 24.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2021-03-09T00:31:17.835Z] #35 24.21 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2021-03-09T00:31:17.835Z] #35 24.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2021-03-09T00:31:17.835Z] #35 24.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2021-03-09T00:31:17.835Z] #35 24.22 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2021-03-09T00:31:17.835Z] #35 24.98 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:31:17.836Z] #35 25.10 Fetched 14.0 MB in 1s (16.1 MB/s) [2021-03-09T00:31:17.836Z] #35 25.17 Selecting previously unselected package xxd. [2021-03-09T00:31:17.836Z] #35 25.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-09T00:31:17.836Z] #35 25.22 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-03-09T00:31:17.836Z] #35 25.23 Unpacking xxd (2:8.1.0875-5) ... [2021-03-09T00:31:17.836Z] #35 25.37 Selecting previously unselected package vim-common. [2021-03-09T00:31:17.836Z] #35 25.37 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:31:17.836Z] #35 25.38 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-09T00:31:17.836Z] #35 25.70 Selecting previously unselected package cmake-data. [2021-03-09T00:31:17.836Z] #35 25.71 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-09T00:31:17.836Z] #35 25.71 Unpacking cmake-data (3.13.4-1) ... [2021-03-09T00:31:17.846Z] Cloning repository https://github.com/moby/moby.git [2021-03-09T00:31:17.910Z] > git init /home/ubuntu/workspace/moby_PR-41757 # timeout=10 [2021-03-09T00:31:18.302Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:31:18.302Z] > git --version # timeout=10 [2021-03-09T00:31:18.326Z] > git --version # 'git version 2.17.1' [2021-03-09T00:31:18.327Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:31:18.328Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:31:17.065Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:31:17.087Z] > git checkout -f 5500e408c6e8dcfdcf825d708c9972e2257179df # timeout=10 [2021-03-09T00:31:20.581Z] #35 28.14 Selecting previously unselected package libicu63:s390x. [2021-03-09T00:31:20.581Z] #35 28.14 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-03-09T00:31:20.581Z] #35 28.15 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-03-09T00:31:20.970Z] Commit message: "Merge commit 'dbc3365da22ce76367ccaad79248c9a98332d80d' into HEAD" [2021-03-09T00:31:20.979Z] > git rev-list --no-walk 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-09T00:31:22.155Z] #35 ... [2021-03-09T00:31:22.155Z] [2021-03-09T00:31:22.155Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-09T00:31:22.155Z] #12 22.55 The following NEW packages will be installed: [2021-03-09T00:31:22.155Z] #12 22.55 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-09T00:31:22.155Z] #12 22.55 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-09T00:31:22.155Z] #12 22.55 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-09T00:31:22.155Z] #12 22.55 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-09T00:31:22.155Z] #12 22.56 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-09T00:31:22.155Z] #12 22.57 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-09T00:31:22.155Z] #12 22.58 The following packages will be upgraded: [2021-03-09T00:31:22.155Z] #12 22.58 libsystemd0 libudev1 [2021-03-09T00:31:22.155Z] #12 22.69 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-09T00:31:22.155Z] #12 22.69 Need to get 73.7 MB of archives. [2021-03-09T00:31:22.155Z] #12 22.69 After this operation, 494 MB of additional disk space will be used. [2021-03-09T00:31:22.155Z] #12 22.69 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd0 s390x 241-7~deb10u6 [307 kB] [2021-03-09T00:31:22.155Z] #12 22.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev1 s390x 241-7~deb10u6 [145 kB] [2021-03-09T00:31:22.155Z] #12 22.74 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2021-03-09T00:31:22.155Z] #12 22.84 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2021-03-09T00:31:22.155Z] #12 22.98 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-09T00:31:22.155Z] #12 22.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2021-03-09T00:31:22.155Z] #12 23.00 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2021-03-09T00:31:22.155Z] #12 23.00 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-09T00:31:22.155Z] #12 23.25 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-09T00:31:22.155Z] #12 23.44 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-09T00:31:22.155Z] #12 23.44 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] [2021-03-09T00:31:22.155Z] #12 25.29 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] [2021-03-09T00:31:22.155Z] #12 26.71 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2021-03-09T00:31:22.155Z] #12 26.71 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2021-03-09T00:31:22.155Z] #12 26.72 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-03-09T00:31:22.155Z] #12 26.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-03-09T00:31:22.155Z] #12 26.73 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2021-03-09T00:31:22.155Z] #12 26.73 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u6 [110 kB] [2021-03-09T00:31:22.155Z] #12 26.74 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2021-03-09T00:31:22.155Z] #12 26.76 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2021-03-09T00:31:22.155Z] #12 26.77 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2021-03-09T00:31:22.155Z] #12 26.78 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2021-03-09T00:31:22.155Z] #12 26.78 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2021-03-09T00:31:22.155Z] #12 26.80 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2021-03-09T00:31:22.155Z] #12 26.82 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2021-03-09T00:31:22.155Z] #12 26.83 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2021-03-09T00:31:22.155Z] #12 26.83 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u6 [322 kB] [2021-03-09T00:31:22.155Z] #12 27.57 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:31:22.155Z] #12 27.65 Fetched 73.7 MB in 4s (17.3 MB/s) [2021-03-09T00:31:22.155Z] #12 27.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 ... 15177 files and directories currently installed.) [2021-03-09T00:31:22.156Z] #12 27.79 Preparing to unpack .../libsystemd0_241-7~deb10u6_s390x.deb ... [2021-03-09T00:31:22.156Z] #12 27.83 Unpacking libsystemd0:s390x (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-09T00:31:22.156Z] #12 28.02 Setting up libsystemd0:s390x (241-7~deb10u6) ... [2021-03-09T00:31:22.156Z] #12 28.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-09T00:31:22.156Z] #12 28.14 Preparing to unpack .../libudev1_241-7~deb10u6_s390x.deb ... [2021-03-09T00:31:22.156Z] #12 28.16 Unpacking libudev1:s390x (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-09T00:31:22.156Z] #12 28.30 Setting up libudev1:s390x (241-7~deb10u6) ... [2021-03-09T00:31:22.156Z] #12 28.38 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-09T00:31:22.156Z] #12 28.38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-09T00:31:22.156Z] #12 28.44 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2021-03-09T00:31:22.156Z] #12 28.45 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-09T00:31:22.156Z] #12 29.96 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-09T00:31:22.156Z] #12 29.96 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2021-03-09T00:31:22.156Z] #12 29.98 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-09T00:31:22.203Z] #8 ... [2021-03-09T00:31:22.204Z] [2021-03-09T00:31:22.204Z] #25 [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-09T00:31:22.204Z] #25 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-09T00:31:22.204Z] #25 3.646 Fetched 8423 kB in 3s (3108 kB/s) [2021-03-09T00:31:22.204Z] #25 3.646 Reading package lists... [2021-03-09T00:31:22.204Z] #25 4.626 Reading package lists... [2021-03-09T00:31:22.204Z] #25 5.543 Building dependency tree... [2021-03-09T00:31:22.204Z] #25 5.879 The following additional packages will be installed: [2021-03-09T00:31:22.204Z] #25 5.879 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-09T00:31:22.204Z] #25 5.879 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-09T00:31:22.204Z] #25 5.879 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-09T00:31:22.204Z] #25 5.879 Suggested packages: [2021-03-09T00:31:22.204Z] #25 5.879 krb5-doc krb5-user [2021-03-09T00:31:22.204Z] #25 5.879 Recommended packages: [2021-03-09T00:31:22.204Z] #25 5.879 krb5-locales publicsuffix libsasl2-modules [2021-03-09T00:31:22.204Z] #25 6.050 The following NEW packages will be installed: [2021-03-09T00:31:22.204Z] #25 6.054 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-09T00:31:22.204Z] #25 6.054 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-09T00:31:22.204Z] #25 6.054 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-09T00:31:22.204Z] #25 6.054 libssh2-1 libssl1.1 openssl [2021-03-09T00:31:22.204Z] #25 6.344 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-03-09T00:31:22.204Z] #25 6.344 Need to get 5057 kB of archives. [2021-03-09T00:31:22.204Z] #25 6.344 After this operation, 12.1 MB of additional disk space will be used. [2021-03-09T00:31:22.204Z] #25 6.344 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-03-09T00:31:22.204Z] #25 6.355 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-09T00:31:22.204Z] #25 6.362 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-03-09T00:31:22.204Z] #25 6.362 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-09T00:31:22.204Z] #25 6.371 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-03-09T00:31:22.204Z] #25 6.371 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-03-09T00:31:22.204Z] #25 6.375 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-03-09T00:31:22.204Z] #25 6.386 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-03-09T00:31:22.204Z] #25 6.403 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-03-09T00:31:22.204Z] #25 6.415 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-03-09T00:31:22.204Z] #25 6.418 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-03-09T00:31:22.204Z] #25 6.422 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-03-09T00:31:22.204Z] #25 6.427 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-03-09T00:31:22.204Z] #25 6.435 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-03-09T00:31:22.204Z] #25 6.435 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-09T00:31:22.204Z] #25 6.441 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-09T00:31:22.204Z] #25 6.442 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-03-09T00:31:22.204Z] #25 6.455 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-03-09T00:31:22.204Z] #25 6.456 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-09T00:31:22.204Z] #25 6.474 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-09T00:31:22.204Z] #25 6.474 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-09T00:31:22.204Z] #25 6.640 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:31:22.204Z] #25 6.671 Fetched 5057 kB in 0s (13.2 MB/s) [2021-03-09T00:31:22.204Z] #25 6.714 Selecting previously unselected package libssl1.1:amd64. [2021-03-09T00:31:22.204Z] #25 6.714 (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-09T00:31:22.204Z] #25 6.723 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-09T00:31:22.204Z] #25 6.729 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-09T00:31:22.204Z] #25 6.937 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-09T00:31:22.204Z] #25 6.937 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-09T00:31:22.204Z] #25 6.946 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:31:22.204Z] #25 6.991 Selecting previously unselected package libsasl2-2:amd64. [2021-03-09T00:31:22.204Z] #25 6.991 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-09T00:31:22.204Z] #25 6.999 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:31:22.204Z] #25 7.051 Selecting previously unselected package libldap-common. [2021-03-09T00:31:22.204Z] #25 7.051 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-09T00:31:22.204Z] #25 7.055 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:31:22.204Z] #25 7.126 Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-09T00:31:22.204Z] #25 7.126 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-03-09T00:31:22.204Z] #25 7.131 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:31:22.204Z] #25 7.220 Selecting previously unselected package openssl. [2021-03-09T00:31:22.204Z] #25 7.220 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-09T00:31:22.204Z] #25 7.220 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-09T00:31:22.204Z] #25 7.400 Selecting previously unselected package ca-certificates. [2021-03-09T00:31:22.204Z] #25 7.400 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-09T00:31:22.204Z] #25 7.418 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-09T00:31:22.204Z] #25 7.521 Selecting previously unselected package libkeyutils1:amd64. [2021-03-09T00:31:22.204Z] #25 7.521 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-03-09T00:31:22.204Z] #25 7.524 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-03-09T00:31:22.204Z] #25 7.566 Selecting previously unselected package libkrb5support0:amd64. [2021-03-09T00:31:22.204Z] #25 7.566 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:31:22.204Z] #25 7.571 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:31:22.204Z] #25 7.621 Selecting previously unselected package libk5crypto3:amd64. [2021-03-09T00:31:22.204Z] #25 7.621 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:31:22.266Z] + [ PR != PR ] [2021-03-09T00:31:22.266Z] + [ master != master ] [2021-03-09T00:31:22.266Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-09T00:31:22.461Z] #25 7.624 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:31:22.461Z] #25 7.696 Selecting previously unselected package libkrb5-3:amd64. [2021-03-09T00:31:22.461Z] #25 7.696 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:31:22.461Z] #25 7.700 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:31:22.461Z] #25 7.819 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-09T00:31:22.461Z] #25 7.819 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:31:22.461Z] #25 7.822 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:31:22.658Z] + docker version [2021-03-09T00:31:22.720Z] #25 7.897 Selecting previously unselected package libnghttp2-14:amd64. [2021-03-09T00:31:22.720Z] #25 7.897 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-03-09T00:31:22.720Z] #25 7.902 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-09T00:31:22.720Z] #25 7.958 Selecting previously unselected package libpsl5:amd64. [2021-03-09T00:31:22.720Z] #25 7.958 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-03-09T00:31:22.720Z] #25 7.961 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-03-09T00:31:22.720Z] #25 8.014 Selecting previously unselected package librtmp1:amd64. [2021-03-09T00:31:22.720Z] #25 8.014 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-03-09T00:31:22.720Z] #25 8.019 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-09T00:31:22.720Z] #25 8.070 Selecting previously unselected package libssh2-1:amd64. [2021-03-09T00:31:22.720Z] #25 8.070 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-03-09T00:31:22.720Z] #25 8.074 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-09T00:31:22.977Z] #25 8.145 Selecting previously unselected package libcurl4:amd64. [2021-03-09T00:31:22.977Z] #25 8.145 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-03-09T00:31:22.977Z] #25 8.149 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-09T00:31:22.977Z] #25 8.282 Selecting previously unselected package curl. [2021-03-09T00:31:22.977Z] #25 8.282 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-03-09T00:31:22.977Z] #25 8.287 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-09T00:31:22.977Z] #25 8.385 Selecting previously unselected package libonig5:amd64. [2021-03-09T00:31:22.977Z] #25 8.385 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-03-09T00:31:23.191Z] #12 ... [2021-03-09T00:31:23.191Z] [2021-03-09T00:31:23.191Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-03-09T00:31:23.191Z] #31 31.23 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-09T00:31:23.234Z] #25 8.390 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:31:23.234Z] #25 8.464 Selecting previously unselected package libjq1:amd64. [2021-03-09T00:31:23.234Z] #25 8.464 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:31:23.234Z] #25 8.469 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:31:23.234Z] #25 8.524 Selecting previously unselected package jq. [2021-03-09T00:31:23.234Z] #25 8.524 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:31:23.234Z] #25 8.528 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-09T00:31:23.234Z] #25 8.599 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-03-09T00:31:23.234Z] #25 8.610 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-03-09T00:31:23.234Z] #25 8.622 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-09T00:31:23.491Z] #25 8.738 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-09T00:31:23.491Z] #25 8.755 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:31:23.491Z] #25 8.771 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:31:23.491Z] #25 8.782 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:31:23.491Z] #25 8.818 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-09T00:31:23.491Z] #25 8.829 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:31:23.491Z] #25 8.841 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:31:23.491Z] #25 8.932 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-09T00:31:23.491Z] #25 8.942 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:31:23.748Z] #25 8.955 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-09T00:31:23.748Z] #25 8.971 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:31:23.748Z] #25 8.987 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:31:23.748Z] #25 8.995 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:31:23.748Z] #25 9.004 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-09T00:31:24.226Z] #31 32.00 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-09T00:31:24.317Z] #25 9.690 Updating certificates in /etc/ssl/certs... [2021-03-09T00:31:25.247Z] #25 10.68 137 added, 0 removed; done. [2021-03-09T00:31:25.504Z] #25 10.73 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:31:25.504Z] #25 10.75 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-09T00:31:25.504Z] #25 10.76 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-09T00:31:25.504Z] #25 10.82 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-09T00:31:25.761Z] #25 10.83 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:31:25.761Z] #25 10.86 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-09T00:31:25.761Z] #25 10.86 Updating certificates in /etc/ssl/certs... [2021-03-09T00:31:26.300Z] #31 ... [2021-03-09T00:31:26.300Z] [2021-03-09T00:31:26.300Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-09T00:31:26.300Z] #33 24.42 errors [2021-03-09T00:31:26.300Z] #33 24.43 sort [2021-03-09T00:31:26.300Z] #33 24.65 strconv [2021-03-09T00:31:26.300Z] #33 25.35 io [2021-03-09T00:31:26.300Z] #33 26.58 internal/oserror [2021-03-09T00:31:26.300Z] #33 26.68 syscall [2021-03-09T00:31:26.300Z] #33 27.55 reflect [2021-03-09T00:31:26.300Z] #33 31.90 time [2021-03-09T00:31:26.593Z] #33 ... [2021-03-09T00:31:26.593Z] [2021-03-09T00:31:26.593Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-09T00:31:26.593Z] #35 32.96 Selecting previously unselected package libxml2:s390x. [2021-03-09T00:31:26.593Z] #35 32.96 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_s390x.deb ... [2021-03-09T00:31:26.593Z] #35 32.97 Unpacking libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2021-03-09T00:31:26.593Z] #35 33.34 Selecting previously unselected package libarchive13:s390x. [2021-03-09T00:31:26.593Z] #35 33.34 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2021-03-09T00:31:26.593Z] #35 33.35 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-03-09T00:31:26.593Z] #35 33.51 Selecting previously unselected package libjsoncpp1:s390x. [2021-03-09T00:31:26.593Z] #35 33.51 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2021-03-09T00:31:26.593Z] #35 33.52 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2021-03-09T00:31:26.593Z] #35 33.60 Selecting previously unselected package librhash0:s390x. [2021-03-09T00:31:26.593Z] #35 33.60 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2021-03-09T00:31:26.593Z] #35 33.60 Unpacking librhash0:s390x (1.3.8-1) ... [2021-03-09T00:31:26.593Z] #35 33.74 Selecting previously unselected package libuv1:s390x. [2021-03-09T00:31:26.593Z] #35 33.74 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2021-03-09T00:31:26.593Z] #35 33.74 Unpacking libuv1:s390x (1.24.1-1) ... [2021-03-09T00:31:26.593Z] #35 33.87 Selecting previously unselected package cmake. [2021-03-09T00:31:26.593Z] #35 33.87 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2021-03-09T00:31:26.593Z] #35 33.87 Unpacking cmake (3.13.4-1) ... [2021-03-09T00:31:26.696Z] #25 11.89 0 added, 0 removed; done. [2021-03-09T00:31:26.696Z] #25 11.89 Running hooks in /etc/ca-certificates/update.d... [2021-03-09T00:31:26.696Z] #25 11.89 done. [2021-03-09T00:31:26.874Z] Client: Docker Engine - Community [2021-03-09T00:31:26.874Z] Version: 20.10.3 [2021-03-09T00:31:26.874Z] API version: 1.41 [2021-03-09T00:31:26.874Z] Go version: go1.13.15 [2021-03-09T00:31:26.874Z] Git commit: 48d30b5 [2021-03-09T00:31:26.874Z] Built: Fri Jan 29 14:33:13 2021 [2021-03-09T00:31:26.875Z] OS/Arch: linux/amd64 [2021-03-09T00:31:26.875Z] Context: default [2021-03-09T00:31:26.875Z] Experimental: true [2021-03-09T00:31:26.875Z] [2021-03-09T00:31:26.875Z] Server: Docker Engine - Community [2021-03-09T00:31:26.875Z] Engine: [2021-03-09T00:31:26.875Z] Version: 20.10.3 [2021-03-09T00:31:26.875Z] API version: 1.41 (minimum version 1.12) [2021-03-09T00:31:26.875Z] Go version: go1.13.15 [2021-03-09T00:31:26.875Z] Git commit: 46229ca [2021-03-09T00:31:26.875Z] Built: Fri Jan 29 14:31:25 2021 [2021-03-09T00:31:26.875Z] OS/Arch: linux/amd64 [2021-03-09T00:31:26.875Z] Experimental: true [2021-03-09T00:31:26.875Z] containerd: [2021-03-09T00:31:26.875Z] Version: 1.4.3 [2021-03-09T00:31:26.875Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-09T00:31:26.875Z] runc: [2021-03-09T00:31:26.875Z] Version: 1.0.0-rc92 [2021-03-09T00:31:26.875Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-09T00:31:26.875Z] docker-init: [2021-03-09T00:31:26.875Z] Version: 0.19.0 [2021-03-09T00:31:26.875Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-09T00:31:27.176Z] + docker info [2021-03-09T00:31:27.633Z] #35 ... [2021-03-09T00:31:27.633Z] [2021-03-09T00:31:27.633Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-09T00:31:27.633Z] #41 26.16 Selecting previously unselected package libprotobuf17:s390x. [2021-03-09T00:31:27.633Z] #41 26.17 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2021-03-09T00:31:27.633Z] #41 26.17 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2021-03-09T00:31:27.633Z] #41 26.89 Selecting previously unselected package libprotobuf-lite17:s390x. [2021-03-09T00:31:27.633Z] #41 26.89 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2021-03-09T00:31:27.633Z] #41 26.89 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-03-09T00:31:27.633Z] #41 26.99 Selecting previously unselected package libprotobuf-dev:s390x. [2021-03-09T00:31:27.633Z] #41 26.99 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2021-03-09T00:31:27.633Z] #41 27.00 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-03-09T00:31:27.633Z] #41 27.73 Selecting previously unselected package libprotoc17:s390x. [2021-03-09T00:31:27.633Z] #41 27.74 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2021-03-09T00:31:27.633Z] #41 27.74 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2021-03-09T00:31:27.633Z] #41 28.09 Selecting previously unselected package protobuf-c-compiler. [2021-03-09T00:31:27.633Z] #41 28.09 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2021-03-09T00:31:27.633Z] #41 28.09 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-09T00:31:27.633Z] #41 28.22 Selecting previously unselected package protobuf-compiler. [2021-03-09T00:31:27.633Z] #41 28.22 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2021-03-09T00:31:27.633Z] #41 28.23 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-09T00:31:27.633Z] #41 28.28 Selecting previously unselected package python-pkg-resources. [2021-03-09T00:31:27.633Z] #41 28.29 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-09T00:31:27.633Z] #41 28.29 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-09T00:31:27.633Z] #41 28.49 Selecting previously unselected package python-six. [2021-03-09T00:31:27.633Z] #41 28.50 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-09T00:31:27.633Z] #41 28.50 Unpacking python-six (1.12.0-1) ... [2021-03-09T00:31:27.633Z] #41 28.56 Selecting previously unselected package python-protobuf. [2021-03-09T00:31:27.633Z] #41 28.57 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2021-03-09T00:31:27.633Z] #41 28.57 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-09T00:31:27.633Z] #41 28.94 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-09T00:31:27.633Z] #41 30.63 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-03-09T00:31:27.633Z] #41 30.64 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-09T00:31:27.633Z] #41 30.65 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-09T00:31:27.633Z] #41 30.65 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-03-09T00:31:27.633Z] #41 30.66 Setting up python-six (1.12.0-1) ... [2021-03-09T00:31:27.633Z] #41 32.06 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-03-09T00:31:27.633Z] #41 32.07 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-03-09T00:31:27.633Z] #41 32.09 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2021-03-09T00:31:27.633Z] #41 32.10 Setting up libcap-dev:s390x (1:2.25-2) ... [2021-03-09T00:31:27.633Z] #41 32.13 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2021-03-09T00:31:27.633Z] #41 32.15 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-09T00:31:27.633Z] #41 32.19 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-09T00:31:27.633Z] #41 32.20 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-03-09T00:31:27.633Z] #41 32.20 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-09T00:31:27.633Z] #41 32.21 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-09T00:31:27.633Z] #41 35.12 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2021-03-09T00:31:27.633Z] #41 35.13 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:31:27.633Z] #41 DONE 35.6s [2021-03-09T00:31:27.633Z] [2021-03-09T00:31:27.633Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-09T00:31:27.633Z] #35 35.67 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-03-09T00:31:27.633Z] #35 35.70 Setting up xxd (2:8.1.0875-5) ... [2021-03-09T00:31:27.633Z] #35 35.71 Setting up libuv1:s390x (1.24.1-1) ... [2021-03-09T00:31:27.633Z] #35 35.71 Setting up vim-common (2:8.1.0875-5) ... [2021-03-09T00:31:27.633Z] #35 35.74 Setting up librhash0:s390x (1.3.8-1) ... [2021-03-09T00:31:27.633Z] #35 35.76 Setting up cmake-data (3.13.4-1) ... [2021-03-09T00:31:27.633Z] #35 35.76 Setting up libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2021-03-09T00:31:27.633Z] #35 35.77 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2021-03-09T00:31:27.633Z] #35 35.78 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-03-09T00:31:27.633Z] #35 35.79 Setting up cmake (3.13.4-1) ... [2021-03-09T00:31:27.633Z] #35 35.79 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:31:27.633Z] #35 35.81 Processing triggers for mime-support (3.62) ... [2021-03-09T00:31:27.928Z] #35 DONE 36.1s [2021-03-09T00:31:27.928Z] [2021-03-09T00:31:27.928Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-09T00:31:28.562Z] #36 ... [2021-03-09T00:31:28.562Z] [2021-03-09T00:31:28.562Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:31:28.562Z] #46 DONE 36.6s [2021-03-09T00:31:28.562Z] [2021-03-09T00:31:28.562Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-09T00:31:28.562Z] #12 31.81 Selecting previously unselected package binutils-mingw-w64. [2021-03-09T00:31:28.562Z] #12 31.82 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-09T00:31:28.562Z] #12 31.83 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-09T00:31:28.562Z] #12 31.92 Selecting previously unselected package libdevmapper1.02.1:s390x. [2021-03-09T00:31:28.562Z] #12 31.92 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-03-09T00:31:28.562Z] #12 31.92 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-03-09T00:31:28.562Z] #12 32.06 Selecting previously unselected package dmsetup. [2021-03-09T00:31:28.562Z] #12 32.06 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2021-03-09T00:31:28.562Z] #12 32.06 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-09T00:31:28.562Z] #12 32.18 Selecting previously unselected package mingw-w64-common. [2021-03-09T00:31:28.562Z] #12 32.18 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-09T00:31:28.562Z] #12 32.19 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-09T00:31:28.562Z] #12 36.15 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-09T00:31:28.562Z] #12 36.21 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-09T00:31:28.562Z] #12 36.21 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-09T00:31:29.218Z] #25 DONE 14.5s [2021-03-09T00:31:29.218Z] [2021-03-09T00:31:29.218Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-09T00:31:29.218Z] #26 sha256:fad859a6f2126b1748e134340a9e6c71a3e4eef384e962d2a2c63f52a8e05e52 [2021-03-09T00:31:29.240Z] #12 ... [2021-03-09T00:31:29.240Z] [2021-03-09T00:31:29.240Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-09T00:31:29.240Z] #36 0.991 + RM_GOPATH=0 [2021-03-09T00:31:29.240Z] #36 0.991 + TMP_GOPATH= [2021-03-09T00:31:29.240Z] #36 0.991 + : /build [2021-03-09T00:31:29.240Z] #36 0.991 + '[' -z '' ']' [2021-03-09T00:31:29.240Z] #36 0.991 ++ mktemp -d [2021-03-09T00:31:29.240Z] #36 0.995 + export GOPATH=/tmp/tmp.aIoO7ugd5S [2021-03-09T00:31:29.240Z] #36 0.995 + GOPATH=/tmp/tmp.aIoO7ugd5S [2021-03-09T00:31:29.240Z] #36 0.995 + RM_GOPATH=1 [2021-03-09T00:31:29.240Z] #36 0.995 + case "$(go env GOARCH)" in [2021-03-09T00:31:29.240Z] #36 0.995 ++ go env GOARCH [2021-03-09T00:31:29.240Z] #36 0.995 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:29.240Z] #36 0.995 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:29.240Z] #36 0.995 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:29.240Z] #36 1.027 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:31:29.240Z] #36 1.027 + dir=/tmp/install [2021-03-09T00:31:29.240Z] #36 1.027 + bin=tini [2021-03-09T00:31:29.240Z] #36 1.027 + shift [2021-03-09T00:31:29.240Z] #36 1.027 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-09T00:31:29.240Z] #36 1.027 + . /tmp/install/tini.installer [2021-03-09T00:31:29.240Z] #36 1.027 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:31:29.240Z] #36 1.027 + install_tini [2021-03-09T00:31:29.240Z] #36 1.027 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-09T00:31:29.240Z] #36 1.027 + git clone https://github.com/krallin/tini.git /tmp/tmp.aIoO7ugd5S/tini [2021-03-09T00:31:29.240Z] #36 1.027 Cloning into '/tmp/tmp.aIoO7ugd5S/tini'... [2021-03-09T00:31:29.475Z] #26 DONE 0.3s [2021-03-09T00:31:29.475Z] [2021-03-09T00:31:29.475Z] #27 [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-09T00:31:29.475Z] #27 sha256:089c05c49cba31d5a8d76fab1b2d6005806a5b39385f644002040d8e9176449e [2021-03-09T00:31:29.534Z] #36 ... [2021-03-09T00:31:29.534Z] [2021-03-09T00:31:29.534Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-09T00:31:29.534Z] #44 27.53 bufio [2021-03-09T00:31:29.534Z] #44 28.04 reflect [2021-03-09T00:31:29.534Z] #44 28.64 syscall [2021-03-09T00:31:29.534Z] #44 33.47 time [2021-03-09T00:31:29.534Z] #44 37.40 internal/poll [2021-03-09T00:31:29.534Z] #44 ... [2021-03-09T00:31:29.534Z] [2021-03-09T00:31:29.534Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-09T00:31:29.534Z] #33 36.03 internal/poll [2021-03-09T00:31:29.534Z] #33 37.61 internal/fmtsort [2021-03-09T00:31:29.534Z] #33 37.65 internal/syscall/execenv [2021-03-09T00:31:29.534Z] #33 37.74 internal/syscall/unix [2021-03-09T00:31:29.827Z] #33 37.93 os [2021-03-09T00:31:29.827Z] #33 37.93 strings [2021-03-09T00:31:30.863Z] #33 ... [2021-03-09T00:31:30.863Z] [2021-03-09T00:31:30.863Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-09T00:31:30.863Z] #50 28.74 syscall [2021-03-09T00:31:30.863Z] #50 28.76 reflect [2021-03-09T00:31:30.863Z] #50 33.92 time [2021-03-09T00:31:30.863Z] #50 38.42 context [2021-03-09T00:31:30.863Z] #50 ... [2021-03-09T00:31:30.863Z] [2021-03-09T00:31:30.863Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-09T00:31:30.863Z] #36 1.658 + cd /tmp/tmp.aIoO7ugd5S/tini [2021-03-09T00:31:30.863Z] #36 1.658 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:31:30.863Z] #36 1.666 + cmake . [2021-03-09T00:31:30.863Z] #36 1.979 -- The C compiler identification is GNU 8.3.0 [2021-03-09T00:31:30.863Z] #36 2.073 -- Check for working C compiler: /usr/bin/cc [2021-03-09T00:31:30.863Z] #36 2.534 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-09T00:31:30.863Z] #36 2.541 -- Detecting C compiler ABI info [2021-03-09T00:31:30.863Z] #36 2.901 -- Detecting C compiler ABI info - done [2021-03-09T00:31:30.863Z] #36 2.906 -- Detecting C compile features [2021-03-09T00:31:31.367Z] #27 1.881 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-09T00:31:31.367Z] #27 ... [2021-03-09T00:31:31.367Z] [2021-03-09T00:31:31.367Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:31:31.367Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:31:31.367Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.0s done [2021-03-09T00:31:31.367Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.9s done [2021-03-09T00:31:31.367Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 2.2s [2021-03-09T00:31:31.367Z] #8 ... [2021-03-09T00:31:31.367Z] [2021-03-09T00:31:31.367Z] #27 [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-09T00:31:31.367Z] #27 sha256:089c05c49cba31d5a8d76fab1b2d6005806a5b39385f644002040d8e9176449e [2021-03-09T00:31:31.367Z] #27 1.986 [2021-03-09T00:31:31.475Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-03b09b2feef36a234) in /home/ubuntu/workspace/moby_PR-41757 [Pipeline] { [Pipeline] checkout [2021-03-09T00:31:31.608Z] The recommended git tool is: git [2021-03-09T00:31:32.139Z] #27 2.118 #### 6.8% ####################### 32.3% ######################################## 55.6% ###################################################### 75.8% #################################################################### 95.5% ######################################################################## 100.0% [2021-03-09T00:31:32.139Z] #27 2.645 [2021-03-09T00:31:32.378Z] #36 4.061 -- Detecting C compile features - done [2021-03-09T00:31:32.378Z] #36 4.089 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-09T00:31:32.378Z] #36 4.219 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-09T00:31:32.378Z] #36 4.283 -- Configuring done [2021-03-09T00:31:32.378Z] #36 4.299 -- Generating done [2021-03-09T00:31:32.378Z] #36 4.302 -- Build files have been written to: /tmp/tmp.aIoO7ugd5S/tini [2021-03-09T00:31:32.378Z] #36 4.312 + make tini-static [2021-03-09T00:31:32.396Z] #27 2.777 ####################################### 55.2% ######################################################################## 100.0% [2021-03-09T00:31:32.396Z] #27 2.889 [2021-03-09T00:31:32.659Z] #27 3.013 ###################################### 53.3% ######################################################################## 100.0% [2021-03-09T00:31:32.659Z] #27 3.162 [2021-03-09T00:31:32.671Z] #36 4.574 Scanning dependencies of target tini-static [2021-03-09T00:31:32.671Z] #36 4.594 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-09T00:31:33.187Z] #27 3.283 #### 6.9% ################## 26.1% ############################### 43.5% ################################################### 72.1% ################################################################### 93.3% ######################################################################## 100.0% [2021-03-09T00:31:33.187Z] #27 3.812 [2021-03-09T00:31:33.306Z] #36 5.400 [100%] Linking C executable tini-static [2021-03-09T00:31:33.756Z] Client: [2021-03-09T00:31:33.756Z] Context: default [2021-03-09T00:31:33.756Z] Debug Mode: false [2021-03-09T00:31:33.756Z] Plugins: [2021-03-09T00:31:33.756Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-09T00:31:33.756Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-09T00:31:33.756Z] [2021-03-09T00:31:33.756Z] Server: [2021-03-09T00:31:33.756Z] Containers: 0 [2021-03-09T00:31:33.756Z] Running: 0 [2021-03-09T00:31:33.756Z] Paused: 0 [2021-03-09T00:31:33.756Z] Stopped: 0 [2021-03-09T00:31:33.756Z] Images: 0 [2021-03-09T00:31:33.756Z] Server Version: 20.10.3 [2021-03-09T00:31:33.756Z] Storage Driver: overlay2 [2021-03-09T00:31:33.756Z] Backing Filesystem: extfs [2021-03-09T00:31:33.756Z] Supports d_type: true [2021-03-09T00:31:33.756Z] Native Overlay Diff: true [2021-03-09T00:31:33.756Z] Logging Driver: json-file [2021-03-09T00:31:33.756Z] Cgroup Driver: cgroupfs [2021-03-09T00:31:33.756Z] Cgroup Version: 1 [2021-03-09T00:31:33.756Z] Plugins: [2021-03-09T00:31:33.756Z] Volume: local [2021-03-09T00:31:33.756Z] Network: bridge host ipvlan macvlan null overlay [2021-03-09T00:31:33.756Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-09T00:31:33.756Z] Swarm: inactive [2021-03-09T00:31:33.756Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-03-09T00:31:33.756Z] Default Runtime: runc [2021-03-09T00:31:33.756Z] Init Binary: docker-init [2021-03-09T00:31:33.756Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-09T00:31:33.756Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-09T00:31:33.756Z] init version: de40ad0 [2021-03-09T00:31:33.756Z] Security Options: [2021-03-09T00:31:33.756Z] apparmor [2021-03-09T00:31:33.756Z] seccomp [2021-03-09T00:31:33.756Z] Profile: default [2021-03-09T00:31:33.756Z] Kernel Version: 5.4.0-1037-aws [2021-03-09T00:31:33.756Z] Operating System: Ubuntu 18.04.5 LTS [2021-03-09T00:31:33.756Z] OSType: linux [2021-03-09T00:31:33.756Z] Architecture: x86_64 [2021-03-09T00:31:33.756Z] CPUs: 2 [2021-03-09T00:31:33.756Z] Total Memory: 7.487GiB [2021-03-09T00:31:33.756Z] Name: ip-10-100-125-113 [2021-03-09T00:31:33.756Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-03-09T00:31:33.756Z] Docker Root Dir: /var/lib/docker [2021-03-09T00:31:33.756Z] Debug Mode: false [2021-03-09T00:31:33.756Z] Registry: https://index.docker.io/v1/ [2021-03-09T00:31:33.756Z] Labels: [2021-03-09T00:31:33.756Z] Experimental: true [2021-03-09T00:31:33.756Z] Insecure Registries: [2021-03-09T00:31:33.756Z] 127.0.0.0/8 [2021-03-09T00:31:33.756Z] Live Restore Enabled: true [2021-03-09T00:31:33.756Z] [2021-03-09T00:31:33.756Z] WARNING: No swap limit support [2021-03-09T00:31:33.756Z] WARNING: No blkio weight support [2021-03-09T00:31:33.756Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-03-09T00:31:33.942Z] #36 5.815 [100%] Built target tini-static [2021-03-09T00:31:33.942Z] #36 5.884 + mkdir -p /build [2021-03-09T00:31:33.942Z] #36 5.886 + cp tini-static /build/docker-init [2021-03-09T00:31:34.074Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-09T00:31:34.074Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-09T00:31:34.074Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41757/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-09T00:31:34.074Z] + bash /home/ubuntu/workspace/moby_PR-41757/check-config.sh [2021-03-09T00:31:34.074Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-09T00:31:34.074Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-03-09T00:31:34.074Z] [2021-03-09T00:31:34.074Z] Generally Necessary: [2021-03-09T00:31:34.074Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-09T00:31:34.074Z] - apparmor: enabled and tools installed [2021-03-09T00:31:34.074Z] - CONFIG_NAMESPACES: enabled [2021-03-09T00:31:34.236Z] #36 DONE 6.1s [2021-03-09T00:31:34.236Z] [2021-03-09T00:31:34.236Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:31:34.236Z] #42 2.007 Note: Building without setproctitle() and strlcpy() support. [2021-03-09T00:31:34.236Z] #42 2.007 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-09T00:31:34.236Z] #42 2.017 Note: Building without GnuTLS support [2021-03-09T00:31:34.236Z] #42 2.023 Makefile.config:39: Warn: you have no libnftables installed [2021-03-09T00:31:34.236Z] #42 2.023 Makefile.config:40: Warn: Building without nftables support [2021-03-09T00:31:34.236Z] #42 2.932 fatal: not a git repository (or any of the parent directories): .git [2021-03-09T00:31:34.236Z] #42 2.950 GEN .gitid [2021-03-09T00:31:34.236Z] #42 2.958 GEN criu/include/version.h [2021-03-09T00:31:34.236Z] #42 2.968 GEN include/common/asm [2021-03-09T00:31:34.236Z] #42 3.853 PBCC images/timens.pb-c.c [2021-03-09T00:31:34.236Z] #42 3.905 DEP images/timens.pb-c.d [2021-03-09T00:31:34.236Z] #42 3.942 PBCC images/fown.pb-c.c [2021-03-09T00:31:34.236Z] #42 3.979 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.028 PBCC images/opts.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.054 PBCC images/memfd.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.080 DEP images/fown.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.118 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.176 DEP images/opts.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.202 DEP images/memfd.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.256 PBCC images/sit.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.271 DEP images/sit.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.308 PBCC images/macvlan.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.318 DEP images/macvlan.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.347 PBCC images/autofs.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.363 DEP images/autofs.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.397 PBCC images/sysctl.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.417 DEP images/sysctl.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.439 PBCC images/time.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.453 DEP images/time.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.486 PBCC images/binfmt-misc.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.511 DEP images/binfmt-misc.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.539 PBCC images/seccomp.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.550 DEP images/seccomp.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.577 PBCC images/userns.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.596 DEP images/userns.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.643 PBCC images/cgroup.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.682 DEP images/cgroup.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.692 PBCC images/ext-file.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.710 DEP images/ext-file.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.738 PBCC images/rpc.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.784 DEP images/rpc.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.813 PBCC images/siginfo.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.817 DEP images/siginfo.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.864 PBCC images/pagemap.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.921 DEP images/pagemap.pb-c.d [2021-03-09T00:31:34.236Z] #42 4.947 PBCC images/rlimit.pb-c.c [2021-03-09T00:31:34.236Z] #42 4.956 DEP images/rlimit.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.010 PBCC images/file-lock.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.032 DEP images/file-lock.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.039 PBCC images/tty.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.108 DEP images/tty.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.141 PBCC images/tun.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.167 PBCC images/netdev.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.174 DEP images/tun.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.235 DEP images/netdev.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.285 PBCC images/vma.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.295 DEP images/vma.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.352 PBCC images/creds.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.360 DEP images/creds.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.384 PBCC images/utsns.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.410 DEP images/utsns.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.447 PBCC images/ipc-desc.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.455 PBCC images/ipc-sem.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.460 DEP images/ipc-desc.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.482 DEP images/ipc-sem.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.521 PBCC images/ipc-msg.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.535 DEP images/ipc-msg.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.555 PBCC images/ipc-shm.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.568 DEP images/ipc-shm.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.617 PBCC images/ipc-var.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.622 DEP images/ipc-var.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.639 PBCC images/sk-opts.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.661 PBCC images/packet-sock.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.697 DEP images/sk-opts.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.734 DEP images/packet-sock.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.778 PBCC images/sk-netlink.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.793 DEP images/sk-netlink.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.852 PBCC images/sk-inet.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.868 DEP images/sk-inet.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.892 PBCC images/sk-unix.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.911 DEP images/sk-unix.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.937 PBCC images/mm.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.964 DEP images/mm.pb-c.d [2021-03-09T00:31:34.236Z] #42 5.988 PBCC images/timerfd.pb-c.c [2021-03-09T00:31:34.236Z] #42 5.995 DEP images/timerfd.pb-c.d [2021-03-09T00:31:34.236Z] #42 6.028 PBCC images/timer.pb-c.c [2021-03-09T00:31:34.236Z] #42 6.042 DEP images/timer.pb-c.d [2021-03-09T00:31:34.236Z] #42 6.053 PBCC images/sa.pb-c.c [2021-03-09T00:31:34.236Z] #42 6.078 DEP images/sa.pb-c.d [2021-03-09T00:31:34.236Z] #42 6.107 PBCC images/pipe-data.pb-c.c [2021-03-09T00:31:34.236Z] #42 6.123 DEP images/pipe-data.pb-c.d [2021-03-09T00:31:34.236Z] #42 6.133 PBCC images/mnt.pb-c.c [2021-03-09T00:31:34.236Z] #42 6.162 DEP images/mnt.pb-c.d [2021-03-09T00:31:34.236Z] #42 6.193 PBCC images/sk-packet.pb-c.c [2021-03-09T00:31:34.236Z] #42 6.203 DEP images/sk-packet.pb-c.d [2021-03-09T00:31:34.236Z] #42 6.226 PBCC images/tcp-stream.pb-c.c [2021-03-09T00:31:34.236Z] #42 6.262 DEP images/tcp-stream.pb-c.d [2021-03-09T00:31:34.236Z] #42 6.299 PBCC images/pipe.pb-c.c [2021-03-09T00:31:34.236Z] #42 6.352 DEP images/pipe.pb-c.d [2021-03-09T00:31:34.236Z] #42 6.387 PBCC images/pstree.pb-c.c [2021-03-09T00:31:34.236Z] #42 6.398 DEP images/pstree.pb-c.d [2021-03-09T00:31:34.236Z] #42 6.461 PBCC images/fs.pb-c.c [2021-03-09T00:31:34.236Z] #42 6.476 DEP images/fs.pb-c.d [2021-03-09T00:31:34.236Z] #42 6.510 PBCC images/signalfd.pb-c.c [2021-03-09T00:31:34.236Z] #42 6.523 DEP images/signalfd.pb-c.d [2021-03-09T00:31:34.236Z] #42 6.558 PBCC images/fh.pb-c.c [2021-03-09T00:31:34.236Z] #42 6.587 PBCC images/fsnotify.pb-c.c [2021-03-09T00:31:34.236Z] #42 6.627 DEP images/fh.pb-c.d [2021-03-09T00:31:34.236Z] #42 6.675 DEP images/fsnotify.pb-c.d [2021-03-09T00:31:34.236Z] #42 6.707 PBCC images/eventpoll.pb-c.c [2021-03-09T00:31:34.236Z] #42 6.724 DEP images/eventpoll.pb-c.d [2021-03-09T00:31:34.236Z] #42 6.759 PBCC images/eventfd.pb-c.c [2021-03-09T00:31:34.236Z] #42 6.766 DEP images/eventfd.pb-c.d [2021-03-09T00:31:34.363Z] - CONFIG_NET_NS: enabled [2021-03-09T00:31:34.363Z] - CONFIG_PID_NS: enabled [2021-03-09T00:31:34.363Z] - CONFIG_IPC_NS: enabled [2021-03-09T00:31:34.363Z] - CONFIG_UTS_NS: enabled [2021-03-09T00:31:34.363Z] - CONFIG_CGROUPS: enabled [2021-03-09T00:31:34.363Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-09T00:31:34.363Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-09T00:31:34.363Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-09T00:31:34.363Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-09T00:31:34.363Z] - CONFIG_CPUSETS: enabled [2021-03-09T00:31:34.363Z] - CONFIG_MEMCG: enabled [2021-03-09T00:31:34.363Z] - CONFIG_KEYS: enabled [2021-03-09T00:31:34.363Z] - CONFIG_VETH: enabled (as module) [2021-03-09T00:31:34.363Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-09T00:31:34.363Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-09T00:31:34.363Z] - CONFIG_NF_NAT_IPV4: missing [2021-03-09T00:31:34.363Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-09T00:31:34.363Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-09T00:31:34.363Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-09T00:31:34.363Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-09T00:31:34.363Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-09T00:31:34.363Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-09T00:31:34.363Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-09T00:31:34.363Z] - CONFIG_NF_NAT_NEEDED: missing [2021-03-09T00:31:34.534Z] #42 6.836 PBCC images/remap-file-path.pb-c.c [2021-03-09T00:31:34.534Z] #42 6.847 DEP images/remap-file-path.pb-c.d [2021-03-09T00:31:34.534Z] #42 6.875 PBCC images/fifo.pb-c.c [2021-03-09T00:31:34.534Z] #42 6.891 DEP images/fifo.pb-c.d [2021-03-09T00:31:34.534Z] #42 6.917 PBCC images/ghost-file.pb-c.c [2021-03-09T00:31:34.534Z] #42 6.977 DEP images/ghost-file.pb-c.d [2021-03-09T00:31:34.534Z] #42 7.072 PBCC images/regfile.pb-c.c [2021-03-09T00:31:34.636Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-09T00:31:34.636Z] [2021-03-09T00:31:34.636Z] Optional Features: [2021-03-09T00:31:34.636Z] - CONFIG_USER_NS: enabled [2021-03-09T00:31:34.636Z] - CONFIG_SECCOMP: enabled [2021-03-09T00:31:34.636Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-09T00:31:34.636Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-09T00:31:34.636Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-09T00:31:34.636Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-09T00:31:34.636Z] - CONFIG_BLK_CGROUP: enabled [2021-03-09T00:31:34.636Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-09T00:31:34.636Z] - CONFIG_IOSCHED_CFQ: missing [2021-03-09T00:31:34.636Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-03-09T00:31:34.636Z] - CONFIG_CGROUP_PERF: enabled [2021-03-09T00:31:34.636Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-09T00:31:34.636Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-09T00:31:34.636Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-09T00:31:34.636Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-09T00:31:34.636Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-09T00:31:34.636Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-09T00:31:34.636Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-09T00:31:34.636Z] - CONFIG_IP_VS: enabled (as module) [2021-03-09T00:31:34.636Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-09T00:31:34.636Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-09T00:31:34.636Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-09T00:31:34.636Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-09T00:31:34.636Z] - CONFIG_EXT4_FS: enabled [2021-03-09T00:31:34.636Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-09T00:31:34.636Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-09T00:31:34.636Z] - Network Drivers: [2021-03-09T00:31:34.636Z] - "overlay": [2021-03-09T00:31:34.636Z] - CONFIG_VXLAN: enabled (as module) [2021-03-09T00:31:34.636Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-09T00:31:34.636Z] Optional (for encrypted networks): [2021-03-09T00:31:34.852Z] #42 7.132 DEP images/regfile.pb-c.d [2021-03-09T00:31:34.852Z] #42 7.177 PBCC images/ns.pb-c.c [2021-03-09T00:31:34.852Z] #42 7.177 DEP images/ns.pb-c.d [2021-03-09T00:31:34.852Z] #42 7.270 PBCC images/fdinfo.pb-c.c [2021-03-09T00:31:34.852Z] #42 7.371 DEP images/fdinfo.pb-c.d [2021-03-09T00:31:34.852Z] #42 7.433 PBCC images/core-aarch64.pb-c.c [2021-03-09T00:31:34.852Z] #42 7.483 PBCC images/core-arm.pb-c.c [2021-03-09T00:31:34.907Z] - CONFIG_CRYPTO: enabled [2021-03-09T00:31:34.907Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-09T00:31:34.907Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-09T00:31:34.907Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-09T00:31:34.907Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-09T00:31:34.907Z] - CONFIG_XFRM: enabled [2021-03-09T00:31:34.907Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-09T00:31:34.907Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-09T00:31:34.907Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-09T00:31:34.907Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-03-09T00:31:34.907Z] - "ipvlan": [2021-03-09T00:31:34.907Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-09T00:31:34.907Z] - "macvlan": [2021-03-09T00:31:34.907Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-09T00:31:34.907Z] - CONFIG_DUMMY: enabled (as module) [2021-03-09T00:31:34.907Z] - "ftp,tftp client in container": [2021-03-09T00:31:34.907Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-09T00:31:34.907Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-09T00:31:34.907Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-09T00:31:34.907Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-09T00:31:34.907Z] - Storage Drivers: [2021-03-09T00:31:34.907Z] - "aufs": [2021-03-09T00:31:34.907Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-09T00:31:34.907Z] - "btrfs": [2021-03-09T00:31:34.907Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-09T00:31:34.907Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-09T00:31:34.907Z] - "devicemapper": [2021-03-09T00:31:34.907Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-09T00:31:34.907Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-09T00:31:34.907Z] - "overlay": [2021-03-09T00:31:34.907Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-09T00:31:34.907Z] - "zfs": [2021-03-09T00:31:34.907Z] - /dev/zfs: present [2021-03-09T00:31:34.907Z] - zfs command: missing [2021-03-09T00:31:34.907Z] - zpool command: missing [2021-03-09T00:31:34.907Z] [2021-03-09T00:31:34.907Z] Limits: [2021-03-09T00:31:34.907Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-09T00:31:34.907Z] [2021-03-09T00:31:34.907Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-09T00:31:35.173Z] #42 7.495 PBCC images/core-ppc64.pb-c.c [2021-03-09T00:31:35.173Z] #42 7.554 PBCC images/core-s390.pb-c.c [2021-03-09T00:31:35.173Z] #42 7.626 PBCC images/core-x86.pb-c.c [2021-03-09T00:31:35.173Z] #42 7.665 PBCC images/core.pb-c.c [2021-03-09T00:31:35.173Z] #42 7.735 PBCC images/inventory.pb-c.c [2021-03-09T00:31:35.173Z] #42 7.736 DEP images/core-aarch64.pb-c.d [2021-03-09T00:31:35.173Z] #42 7.796 DEP images/core-arm.pb-c.d [2021-03-09T00:31:35.173Z] #42 7.854 DEP images/core-ppc64.pb-c.d [2021-03-09T00:31:35.173Z] #42 7.854 DEP images/core-s390.pb-c.d [2021-03-09T00:31:35.265Z] #27 3.940 ### 4.4% ####### 9.9% ######### 13.2% ############# 18.3% ################## 25.8% ###################### 31.1% ####################### 33.3% ########################### 38.8% ################################ 44.5% #################################### 50.9% ######################################### 57.5% ############################################# 63.6% #################################################### 72.8% ######################################################## 78.1% ############################################################ 83.4% ############################################################### 88.5% ################################################################### 93.9% ####################################################################### 99.0% ######################################################################## 100.0% [2021-03-09T00:31:35.265Z] #27 5.800 [2021-03-09T00:31:35.270Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 . [2021-03-09T00:31:35.468Z] #42 7.933 DEP images/core-x86.pb-c.d [2021-03-09T00:31:35.468Z] #42 7.963 DEP images/core.pb-c.d [2021-03-09T00:31:35.468Z] #42 8.012 DEP images/inventory.pb-c.d [2021-03-09T00:31:35.468Z] #42 8.073 PBCC images/cpuinfo.pb-c.c [2021-03-09T00:31:35.530Z] #2 [internal] load .dockerignore [2021-03-09T00:31:35.530Z] #2 sha256:dcbc698c1a0e8f2c3b25eeb616b2c980a4bc86985eac6c92c7057502821aff74 [2021-03-09T00:31:35.530Z] #2 transferring context: 87B done [2021-03-09T00:31:35.530Z] #2 DONE 0.2s [2021-03-09T00:31:35.530Z] [2021-03-09T00:31:35.530Z] #1 [internal] load build definition from Dockerfile [2021-03-09T00:31:35.530Z] #1 sha256:7fd50888cc046ec995d1ee06f553b314f2b5cda60b49c28858cf68edcd64975b [2021-03-09T00:31:35.530Z] #1 transferring dockerfile: 16.54kB done [2021-03-09T00:31:35.530Z] #1 DONE 0.2s [2021-03-09T00:31:35.530Z] [2021-03-09T00:31:35.530Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-09T00:31:35.530Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-09T00:31:35.762Z] #42 8.079 DEP images/cpuinfo.pb-c.d [2021-03-09T00:31:35.763Z] #42 8.121 PBCC images/stats.pb-c.c [2021-03-09T00:31:35.763Z] #42 8.125 DEP images/stats.pb-c.d [2021-03-09T00:31:35.831Z] #27 6.177 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-09T00:31:35.831Z] #27 6.286 [2021-03-09T00:31:35.831Z] #27 6.360 ######################################################################## 100.0% [2021-03-09T00:31:35.831Z] #27 6.393 [2021-03-09T00:31:35.946Z] using credential docker-jenkins-github-credentials [2021-03-09T00:31:35.955Z] Cloning the remote Git repository [2021-03-09T00:31:35.955Z] Cloning with configured refspecs honoured and without tags [2021-03-09T00:31:36.087Z] #27 6.689 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-09T00:31:36.101Z] #3 DONE 0.6s [2021-03-09T00:31:36.101Z] [2021-03-09T00:31:36.101Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-09T00:31:36.101Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-09T00:31:36.101Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-09T00:31:35.954Z] Cloning repository https://github.com/moby/moby.git [2021-03-09T00:31:36.184Z] > git init /home/ubuntu/workspace/moby_PR-41757 # timeout=10 [2021-03-09T00:31:36.344Z] #27 6.803 [2021-03-09T00:31:36.344Z] #27 6.920 ################################################################### 93.1% ######################################################################## 100.0% [2021-03-09T00:31:36.344Z] #27 6.945 [2021-03-09T00:31:36.362Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-09T00:31:36.362Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-03-09T00:31:36.362Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-03-09T00:31:36.362Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 8.39MB / 9.64MB 0.2s [2021-03-09T00:31:36.362Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s [2021-03-09T00:31:36.362Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-03-09T00:31:36.362Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-03-09T00:31:36.398Z] #42 8.964 make[1]: Nothing to be done for 'all'. [2021-03-09T00:31:36.907Z] #27 7.258 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-09T00:31:36.907Z] #27 7.352 [2021-03-09T00:31:36.932Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done [2021-03-09T00:31:36.932Z] #4 DONE 0.9s [2021-03-09T00:31:37.191Z] [2021-03-09T00:31:37.191Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-03-09T00:31:37.191Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-09T00:31:37.436Z] #42 9.837 CC images/stats.o [2021-03-09T00:31:36.757Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:31:36.757Z] > git --version # timeout=10 [2021-03-09T00:31:36.775Z] > git --version # 'git version 2.7.4' [2021-03-09T00:31:36.776Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:31:36.779Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:31:37.728Z] #42 10.17 CC images/core.o [2021-03-09T00:31:37.995Z] #27 7.466 1.2% ###### 9.1% ############ 17.6% ############################ 39.2% ##################################### 51.6% ######################################## 55.8% ######################################### 57.9% ############################################### 66.1% ######################################################### 80.0% ######################################################################## 100.0% [2021-03-09T00:31:37.996Z] #27 8.608 [2021-03-09T00:31:38.020Z] #42 10.51 CC images/core-x86.o [2021-03-09T00:31:38.312Z] #42 10.79 CC images/core-arm.o [2021-03-09T00:31:38.565Z] #27 8.929 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-09T00:31:38.565Z] #27 9.014 [2021-03-09T00:31:38.565Z] #27 9.086 ######################################################################## 100.0% [2021-03-09T00:31:38.565Z] #27 9.116 [2021-03-09T00:31:38.584Z] #6 ... [2021-03-09T00:31:38.584Z] [2021-03-09T00:31:38.584Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-03-09T00:31:38.584Z] #5 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-03-09T00:31:38.584Z] #5 DONE 1.3s [2021-03-09T00:31:38.584Z] [2021-03-09T00:31:38.584Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-09T00:31:38.584Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-09T00:31:38.604Z] #42 11.05 CC images/core-aarch64.o [2021-03-09T00:31:38.604Z] #42 11.25 CC images/core-ppc64.o [2021-03-09T00:31:38.821Z] #27 9.339 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-09T00:31:39.081Z] #27 9.422 [2021-03-09T00:31:39.081Z] #27 9.477 ######################################################################## 100.0% [2021-03-09T00:31:39.081Z] #27 9.505 [2021-03-09T00:31:39.081Z] #27 9.522 Download of images into '/build' complete. [2021-03-09T00:31:39.081Z] #27 9.522 Use something like the following to load the result into a Docker daemon: [2021-03-09T00:31:39.081Z] #27 9.522 tar -cC '/build' . | docker load [2021-03-09T00:31:39.238Z] #42 11.56 CC images/core-s390.o [2021-03-09T00:31:39.238Z] #42 11.85 CC images/cpuinfo.o [2021-03-09T00:31:39.531Z] #42 12.07 CC images/inventory.o [2021-03-09T00:31:39.823Z] #42 12.21 CC images/fdinfo.o [2021-03-09T00:31:39.823Z] #42 12.37 CC images/fown.o [2021-03-09T00:31:40.115Z] #42 12.46 CC images/ns.o [2021-03-09T00:31:40.115Z] #42 12.58 CC images/regfile.o [2021-03-09T00:31:40.429Z] #42 12.77 CC images/ghost-file.o [2021-03-09T00:31:40.429Z] #42 13.01 CC images/fifo.o [2021-03-09T00:31:40.429Z] #42 ... [2021-03-09T00:31:40.429Z] [2021-03-09T00:31:40.429Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-09T00:31:40.429Z] #44 38.52 strings [2021-03-09T00:31:40.429Z] #44 38.94 os [2021-03-09T00:31:40.429Z] #44 40.87 regexp/syntax [2021-03-09T00:31:40.429Z] #44 41.50 fmt [2021-03-09T00:31:40.429Z] #44 43.96 regexp [2021-03-09T00:31:40.429Z] #44 44.79 go/token [2021-03-09T00:31:40.429Z] #44 45.60 go/scanner [2021-03-09T00:31:40.429Z] #44 46.28 internal/lazyregexp [2021-03-09T00:31:40.429Z] #44 46.31 go/ast [2021-03-09T00:31:40.429Z] #44 46.44 net/url [2021-03-09T00:31:40.429Z] #44 47.53 text/template/parse [2021-03-09T00:31:40.489Z] #7 DONE 3.3s [2021-03-09T00:31:40.489Z] [2021-03-09T00:31:40.489Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-03-09T00:31:40.489Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-09T00:31:40.489Z] #6 DONE 3.2s [2021-03-09T00:31:40.764Z] #44 ... [2021-03-09T00:31:40.764Z] [2021-03-09T00:31:40.764Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-09T00:31:40.764Z] #33 39.93 path [2021-03-09T00:31:40.764Z] #33 40.14 fmt [2021-03-09T00:31:40.764Z] #33 40.45 path/filepath [2021-03-09T00:31:40.764Z] #33 41.23 io/ioutil [2021-03-09T00:31:40.764Z] #33 41.66 text/tabwriter [2021-03-09T00:31:40.764Z] #33 43.30 flag [2021-03-09T00:31:40.764Z] #33 43.30 github.com/BurntSushi/toml [2021-03-09T00:31:40.764Z] #33 44.46 log [2021-03-09T00:31:40.764Z] #33 45.94 github.com/BurntSushi/toml/cmd/tomlv [2021-03-09T00:31:40.764Z] #33 DONE 48.7s [2021-03-09T00:31:40.764Z] [2021-03-09T00:31:40.764Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-09T00:31:40.764Z] #50 38.93 encoding/binary [2021-03-09T00:31:40.764Z] #50 39.02 os [2021-03-09T00:31:40.764Z] #50 40.46 encoding/base64 [2021-03-09T00:31:40.764Z] #50 41.00 golang.org/x/sys/unix [2021-03-09T00:31:40.764Z] #50 41.64 fmt [2021-03-09T00:31:40.764Z] #50 45.22 encoding/json [2021-03-09T00:31:40.764Z] #50 47.57 github.com/pkg/diff [2021-03-09T00:31:40.764Z] #50 48.48 go/ast [2021-03-09T00:31:40.764Z] #50 ... [2021-03-09T00:31:40.764Z] [2021-03-09T00:31:40.764Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:31:40.764Z] #42 13.21 CC images/remap-file-path.o [2021-03-09T00:31:40.764Z] #42 13.43 CC images/eventfd.o [2021-03-09T00:31:41.061Z] #42 13.68 CC images/eventpoll.o [2021-03-09T00:31:41.353Z] #42 13.92 CC images/fh.o [2021-03-09T00:31:41.599Z] #27 ... [2021-03-09T00:31:41.600Z] [2021-03-09T00:31:41.600Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:31:41.600Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:31:41.600Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.8s done [2021-03-09T00:31:41.600Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-03-09T00:31:41.645Z] #42 14.09 CC images/fsnotify.o [2021-03-09T00:31:41.866Z] [2021-03-09T00:31:41.866Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:31:41.866Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:31:41.867Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-09T00:31:41.867Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-09T00:31:41.867Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-03-09T00:31:41.867Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-03-09T00:31:41.867Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.15MB / 50.40MB 0.4s [2021-03-09T00:31:41.867Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 2.10MB / 7.81MB 0.4s [2021-03-09T00:31:41.937Z] #42 14.34 CC images/signalfd.o [2021-03-09T00:31:41.937Z] #42 14.51 CC images/fs.o [2021-03-09T00:31:42.126Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s [2021-03-09T00:31:42.126Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.49MB / 50.40MB 0.6s [2021-03-09T00:31:42.126Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done [2021-03-09T00:31:42.126Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.6s [2021-03-09T00:31:42.126Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.6s [2021-03-09T00:31:42.220Z] Fetching without tags [2021-03-09T00:31:42.229Z] #42 14.70 CC images/pstree.o [2021-03-09T00:31:42.229Z] #42 14.82 CC images/pipe.o [2021-03-09T00:31:42.087Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:31:42.118Z] > git config --add remote.origin.fetch +refs/pull/41757/head:refs/remotes/origin/PR-41757 # timeout=10 [2021-03-09T00:31:42.144Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:31:42.175Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:31:42.228Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:31:42.228Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:31:42.229Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:31:42.385Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 17.83MB / 50.40MB 0.7s [2021-03-09T00:31:42.385Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.29MB / 51.83MB 0.7s [2021-03-09T00:31:42.385Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 21.14MB / 50.40MB 0.8s [2021-03-09T00:31:42.385Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 3.15MB / 10.00MB 0.8s [2021-03-09T00:31:42.385Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 11.53MB / 51.83MB 0.8s [2021-03-09T00:31:42.521Z] #42 14.94 CC images/tcp-stream.o [2021-03-09T00:31:42.521Z] #42 15.00 CC images/sk-packet.o [2021-03-09T00:31:42.521Z] #42 15.08 CC images/mnt.o [2021-03-09T00:31:42.521Z] #42 15.15 CC images/pipe-data.o [2021-03-09T00:31:42.521Z] #42 15.21 CC images/sa.o [2021-03-09T00:31:42.557Z] Merging remotes/origin/master commit dbc3365da22ce76367ccaad79248c9a98332d80d into PR head commit 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 [2021-03-09T00:31:42.645Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 29.36MB / 50.40MB 1.0s [2021-03-09T00:31:42.645Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.0s [2021-03-09T00:31:42.645Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 23.07MB / 51.83MB 1.0s [2021-03-09T00:31:42.645Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 38.80MB / 50.40MB 1.1s [2021-03-09T00:31:42.645Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 27.26MB / 51.83MB 1.1s [2021-03-09T00:31:42.813Z] #42 15.27 CC images/timer.o [2021-03-09T00:31:42.813Z] #42 15.35 CC images/timerfd.o [2021-03-09T00:31:42.813Z] #42 ... [2021-03-09T00:31:42.813Z] [2021-03-09T00:31:42.813Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-09T00:31:42.813Z] #12 40.86 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-09T00:31:42.813Z] #12 40.86 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-03-09T00:31:42.813Z] #12 40.86 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:31:42.813Z] #12 41.00 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-09T00:31:42.813Z] #12 41.00 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-03-09T00:31:42.813Z] #12 41.01 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:31:42.813Z] #12 ... [2021-03-09T00:31:42.813Z] [2021-03-09T00:31:42.813Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:31:42.813Z] #42 15.44 CC images/mm.o [2021-03-09T00:31:42.878Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0e41c61213b76fd93) in /home/ubuntu/workspace/moby_PR-41757 [Pipeline] { [Pipeline] checkout [2021-03-09T00:31:42.907Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 41.94MB / 50.40MB 1.2s [2021-03-09T00:31:42.907Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.1s done [2021-03-09T00:31:42.907Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 30.41MB / 51.83MB 1.2s [2021-03-09T00:31:42.907Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 1.05MB / 68.67MB 1.2s [2021-03-09T00:31:42.907Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 46.14MB / 50.40MB 1.4s [2021-03-09T00:31:43.107Z] #42 15.60 CC images/sk-opts.o [2021-03-09T00:31:43.125Z] The recommended git tool is: git [2021-03-09T00:31:43.171Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.6s [2021-03-09T00:31:43.171Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 36.60MB / 51.83MB 1.6s [2021-03-09T00:31:43.171Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 15.27MB / 68.67MB 1.6s [2021-03-09T00:31:43.171Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 44.15MB / 51.83MB 1.7s [2021-03-09T00:31:43.171Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 19.92MB / 68.67MB 1.7s [2021-03-09T00:31:43.399Z] #42 15.72 CC images/sk-unix.o [2021-03-09T00:31:43.399Z] #42 15.91 CC images/sk-inet.o [2021-03-09T00:31:43.431Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.9s done [2021-03-09T00:31:43.431Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.0s [2021-03-09T00:31:43.431Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 27.26MB / 68.67MB 2.0s [2021-03-09T00:31:43.487Z] #8 DONE 41.8s [2021-03-09T00:31:43.487Z] [2021-03-09T00:31:43.487Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-09T00:31:43.487Z] #9 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-09T00:31:43.690Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 32.51MB / 68.67MB 2.2s [2021-03-09T00:31:43.691Z] #42 16.20 CC images/tun.o [2021-03-09T00:31:43.983Z] #42 16.35 CC images/sk-netlink.o [2021-03-09T00:31:43.983Z] #42 16.42 CC images/packet-sock.o [2021-03-09T00:31:44.264Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.4s done [2021-03-09T00:31:44.264Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 37.75MB / 68.67MB 2.5s [2021-03-09T00:31:44.264Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-03-09T00:31:44.264Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 2.5s [2021-03-09T00:31:44.264Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 2.5s [2021-03-09T00:31:44.264Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.5s done [2021-03-09T00:31:44.264Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 42.99MB / 68.67MB 2.7s [2021-03-09T00:31:44.264Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.09MB / 120.17MB 2.7s [2021-03-09T00:31:44.276Z] #42 16.65 CC images/ipc-var.o [2021-03-09T00:31:44.276Z] #42 16.78 CC images/ipc-desc.o [2021-03-09T00:31:44.524Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 49.28MB / 68.67MB 2.9s [2021-03-09T00:31:44.524Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 14.68MB / 120.17MB 3.0s [2021-03-09T00:31:44.568Z] #42 16.85 CC images/ipc-shm.o [2021-03-09T00:31:44.568Z] #42 16.93 CC images/ipc-msg.o [2021-03-09T00:31:44.568Z] #42 17.05 CC images/ipc-sem.o [2021-03-09T00:31:44.635Z] Merge succeeded, producing f2706220e257052215c9fa14cb9f98bdabdaab80 [2021-03-09T00:31:44.635Z] Checking out Revision f2706220e257052215c9fa14cb9f98bdabdaab80 (PR-41757) [2021-03-09T00:31:42.578Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:31:42.605Z] > git checkout -f 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [2021-03-09T00:31:43.649Z] > git remote # timeout=10 [2021-03-09T00:31:43.686Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T00:31:43.718Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:31:43.719Z] > git merge dbc3365da22ce76367ccaad79248c9a98332d80d # timeout=10 [2021-03-09T00:31:44.593Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T00:31:44.639Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:31:44.670Z] > git checkout -f f2706220e257052215c9fa14cb9f98bdabdaab80 # timeout=10 [2021-03-09T00:31:44.784Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 53.48MB / 68.67MB 3.1s [2021-03-09T00:31:44.784Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 21.57MB / 120.17MB 3.2s [2021-03-09T00:31:44.860Z] #42 17.16 CC images/utsns.o [2021-03-09T00:31:44.860Z] #42 17.30 CC images/creds.o [2021-03-09T00:31:45.042Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 59.77MB / 68.67MB 3.3s [2021-03-09T00:31:45.042Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 34.60MB / 120.17MB 3.5s [2021-03-09T00:31:45.151Z] #42 17.44 CC images/vma.o [2021-03-09T00:31:45.151Z] #42 17.63 CC images/netdev.o [2021-03-09T00:31:45.151Z] #42 17.79 CC images/tty.o [2021-03-09T00:31:45.302Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 65.36MB / 68.67MB 3.6s [2021-03-09T00:31:45.377Z] #9 ... [2021-03-09T00:31:45.377Z] [2021-03-09T00:31:45.377Z] #27 [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-09T00:31:45.377Z] #27 sha256:089c05c49cba31d5a8d76fab1b2d6005806a5b39385f644002040d8e9176449e [2021-03-09T00:31:45.377Z] #27 DONE 15.6s [2021-03-09T00:31:45.377Z] [2021-03-09T00:31:45.377Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-09T00:31:45.377Z] #9 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-09T00:31:45.445Z] #42 18.11 CC images/file-lock.o [2021-03-09T00:31:45.561Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 42.99MB / 120.17MB 3.9s [2021-03-09T00:31:45.736Z] #42 18.21 CC images/rlimit.o [2021-03-09T00:31:45.736Z] #42 18.32 CC images/pagemap.o [2021-03-09T00:31:45.820Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 49.28MB / 120.17MB 4.1s [2021-03-09T00:31:45.820Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.3s done [2021-03-09T00:31:45.820Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 59.77MB / 120.17MB 4.3s [2021-03-09T00:31:46.030Z] #42 18.51 CC images/siginfo.o [2021-03-09T00:31:46.030Z] #42 18.60 CC images/rpc.o [2021-03-09T00:31:46.079Z] #8 ... [2021-03-09T00:31:46.079Z] [2021-03-09T00:31:46.079Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-03-09T00:31:46.079Z] #60 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-03-09T00:31:46.079Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-03-09T00:31:46.079Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-03-09T00:31:46.079Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-03-09T00:31:46.079Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s done [2021-03-09T00:31:46.079Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.7s done [2021-03-09T00:31:46.079Z] #60 DONE 4.4s [2021-03-09T00:31:46.079Z] [2021-03-09T00:31:46.079Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:31:46.079Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:31:46.079Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 66.20MB / 120.17MB 4.5s [2021-03-09T00:31:46.312Z] #9 DONE 3.1s [2021-03-09T00:31:46.312Z] [2021-03-09T00:31:46.312Z] #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-09T00:31:46.312Z] #10 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-09T00:31:46.340Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 83.89MB / 120.17MB 4.8s [2021-03-09T00:31:46.496Z] using credential docker-jenkins-github-credentials [2021-03-09T00:31:46.504Z] Cloning the remote Git repository [2021-03-09T00:31:46.504Z] Cloning with configured refspecs honoured and without tags [2021-03-09T00:31:46.670Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 93.32MB / 120.17MB 5.0s [2021-03-09T00:31:46.548Z] Cloning repository https://github.com/moby/moby.git [2021-03-09T00:31:46.679Z] > git init /home/ubuntu/workspace/moby_PR-41757 # timeout=10 [2021-03-09T00:31:46.933Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 101.71MB / 120.17MB 5.3s [2021-03-09T00:31:46.933Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 109.05MB / 120.17MB 5.4s [2021-03-09T00:31:46.933Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 117.44MB / 120.17MB 5.5s [2021-03-09T00:31:47.068Z] #42 19.45 CC images/ext-file.o [2021-03-09T00:31:47.068Z] #42 19.54 CC images/cgroup.o [2021-03-09T00:31:47.360Z] #42 19.88 CC images/userns.o [2021-03-09T00:31:47.653Z] #42 20.12 CC images/google/protobuf/descriptor.o [2021-03-09T00:31:47.684Z] #10 DONE 1.2s [2021-03-09T00:31:47.684Z] [2021-03-09T00:31:47.684Z] #22 [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-09T00:31:47.684Z] #22 sha256:549163bbd3034a3da6e64c6857eb75519a2effc1dff3332611a54b83369bc171 [2021-03-09T00:31:47.684Z] #22 ... [2021-03-09T00:31:47.684Z] [2021-03-09T00:31:47.684Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-09T00:31:47.684Z] #37 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-09T00:31:47.684Z] #37 DONE 0.2s [2021-03-09T00:31:47.684Z] [2021-03-09T00:31:47.684Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-09T00:31:47.684Z] #29 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-09T00:31:47.684Z] #29 DONE 0.2s [2021-03-09T00:31:47.684Z] [2021-03-09T00:31:47.684Z] #30 [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-09T00:31:47.684Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:31:46.996Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:31:46.997Z] > git --version # timeout=10 [2021-03-09T00:31:47.020Z] > git --version # 'git version 2.25.1' [2021-03-09T00:31:47.021Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:31:47.023Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:31:48.288Z] #42 20.93 CC images/opts.o [2021-03-09T00:31:48.580Z] #42 21.03 CC images/seccomp.o [2021-03-09T00:31:48.580Z] #42 21.15 CC images/binfmt-misc.o [2021-03-09T00:31:48.580Z] #42 21.23 CC images/time.o [2021-03-09T00:31:48.770Z] Commit message: "Merge commit 'dbc3365da22ce76367ccaad79248c9a98332d80d' into HEAD" [2021-03-09T00:31:48.774Z] > git rev-list --no-walk 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [2021-03-09T00:31:48.874Z] #42 21.40 CC images/sysctl.o [2021-03-09T00:31:48.874Z] #42 21.48 CC images/autofs.o [2021-03-09T00:31:48.874Z] #42 ... [2021-03-09T00:31:48.874Z] [2021-03-09T00:31:48.874Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-09T00:31:48.874Z] #12 57.00 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-09T00:31:48.874Z] #12 57.00 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-03-09T00:31:48.874Z] #12 57.01 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-09T00:31:49.481Z] #8 ... [2021-03-09T00:31:49.481Z] [2021-03-09T00:31:49.481Z] #21 [internal] load build context [2021-03-09T00:31:49.481Z] #21 sha256:a1db0e2e7c2f801267fee38c89f0521c85d9811f968bdcbdcafd028daed01013 [2021-03-09T00:31:49.481Z] #21 transferring context: 53.41MB 7.2s done [2021-03-09T00:31:49.481Z] #21 DONE 7.5s [2021-03-09T00:31:49.481Z] [2021-03-09T00:31:49.481Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:31:49.481Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:31:49.481Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s [2021-03-09T00:31:49.481Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.4s done [2021-03-09T00:31:49.924Z] + docker version [2021-03-09T00:31:50.955Z] #12 ... [2021-03-09T00:31:50.955Z] [2021-03-09T00:31:50.955Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-09T00:31:50.955Z] #50 49.20 golang.org/x/crypto/ssh/terminal [2021-03-09T00:31:50.955Z] #50 50.30 mvdan.cc/editorconfig [2021-03-09T00:31:50.955Z] #50 51.14 mvdan.cc/sh/v3/fileutil [2021-03-09T00:31:50.955Z] #50 51.29 mvdan.cc/sh/v3/syntax [2021-03-09T00:31:50.955Z] #50 55.40 mvdan.cc/sh/v3/cmd/shfmt [2021-03-09T00:31:50.955Z] #50 DONE 58.8s [2021-03-09T00:31:50.955Z] [2021-03-09T00:31:50.955Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:31:50.955Z] #42 21.61 CC images/macvlan.o [2021-03-09T00:31:50.955Z] #42 21.77 CC images/sit.o [2021-03-09T00:31:50.955Z] #42 21.88 CC images/memfd.o [2021-03-09T00:31:50.955Z] #42 22.04 CC images/timens.o [2021-03-09T00:31:50.955Z] #42 22.17 LINK images/built-in.o [2021-03-09T00:31:50.955Z] #42 22.25 GEN compel/include/asm [2021-03-09T00:31:50.955Z] #42 22.26 GEN compel/include/version.h [2021-03-09T00:31:50.955Z] #42 22.27 touch .config [2021-03-09T00:31:50.955Z] #42 22.28 GEN include/common/config.h [2021-03-09T00:31:50.955Z] #42 22.32 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2021-03-09T00:31:50.955Z] #42 22.39 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-09T00:31:50.955Z] #42 22.42 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-09T00:31:50.955Z] #42 22.44 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2021-03-09T00:31:50.955Z] #42 22.44 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2021-03-09T00:31:50.955Z] #42 22.47 DEP compel/arch/s390/plugins/std/parasite-head.d [2021-03-09T00:31:50.955Z] #42 22.48 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-09T00:31:50.955Z] #42 22.48 DEP compel/plugins/std/infect.d [2021-03-09T00:31:50.955Z] #42 22.55 DEP compel/plugins/std/string.d [2021-03-09T00:31:50.955Z] #42 22.62 DEP compel/plugins/std/log.d [2021-03-09T00:31:50.955Z] #42 22.69 DEP compel/plugins/std/fds.d [2021-03-09T00:31:50.955Z] #42 22.79 DEP compel/plugins/std/std.d [2021-03-09T00:31:50.955Z] #42 22.90 DEP compel/plugins/shmem/shmem.d [2021-03-09T00:31:50.955Z] #42 22.95 DEP compel/plugins/fds/fds.d [2021-03-09T00:31:50.955Z] #42 23.11 CC compel/plugins/std/std.o [2021-03-09T00:31:50.955Z] #42 23.26 CC compel/plugins/std/fds.o [2021-03-09T00:31:50.955Z] #42 23.43 CC compel/plugins/std/log.o [2021-03-09T00:31:51.247Z] #42 ... [2021-03-09T00:31:51.247Z] [2021-03-09T00:31:51.247Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-09T00:31:51.247Z] #44 49.33 go/parser [2021-03-09T00:31:51.247Z] #44 50.38 text/template [2021-03-09T00:31:51.247Z] #44 51.73 encoding/xml [2021-03-09T00:31:51.247Z] #44 53.29 go/doc [2021-03-09T00:31:51.247Z] #44 55.17 github.com/LK4D4/vndr/versioned [2021-03-09T00:31:51.247Z] #44 55.23 compress/flate [2021-03-09T00:31:51.247Z] #44 55.85 github.com/LK4D4/vndr/build [2021-03-09T00:31:51.247Z] #44 56.89 hash/crc32 [2021-03-09T00:31:51.247Z] #44 57.19 compress/gzip [2021-03-09T00:31:51.247Z] #44 57.65 net [2021-03-09T00:31:51.247Z] #44 57.89 vendor/golang.org/x/crypto/chacha20poly1305 [2021-03-09T00:31:51.247Z] #44 58.24 vendor/golang.org/x/crypto/curve25519 [2021-03-09T00:31:51.247Z] #44 58.56 vendor/golang.org/x/text/transform [2021-03-09T00:31:51.247Z] #44 59.32 vendor/golang.org/x/text/unicode/bidi [2021-03-09T00:31:51.388Z] #8 ... [2021-03-09T00:31:51.388Z] [2021-03-09T00:31:51.388Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-09T00:31:51.388Z] #24 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-03-09T00:31:51.388Z] #24 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-03-09T00:31:51.388Z] #24 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-03-09T00:31:51.388Z] #24 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-03-09T00:31:51.388Z] #24 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-03-09T00:31:51.388Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 4.5s done [2021-03-09T00:31:51.388Z] #24 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 4.7s [2021-03-09T00:31:51.541Z] #44 ... [2021-03-09T00:31:51.541Z] [2021-03-09T00:31:51.541Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:31:51.541Z] #55 28.68 Checking out files: 78% (3003/3817) Checking out files: 79% (3016/3817) Checking out files: 80% (3054/3817) Checking out files: 81% (3092/3817) Checking out files: 82% (3130/3817) Checking out files: 83% (3169/3817) Checking out files: 84% (3207/3817) Checking out files: 85% (3245/3817) Checking out files: 86% (3283/3817) Checking out files: 87% (3321/3817) Checking out files: 88% (3359/3817) Checking out files: 89% (3398/3817) Checking out files: 90% (3436/3817) Checking out files: 91% (3474/3817) Checking out files: 92% (3512/3817) Checking out files: 93% (3550/3817) Checking out files: 94% (3588/3817) Checking out files: 95% (3627/3817) Checking out files: 96% (3665/3817) Checking out files: 97% (3703/3817) Checking out files: 98% (3741/3817) Checking out files: 99% (3779/3817) Checking out files: 100% (3817/3817) Checking out files: 100% (3817/3817), done. [2021-03-09T00:31:51.541Z] #55 29.36 + cd /tmp/tmp.JRAY3Ht1Nc/src/github.com/containerd/containerd [2021-03-09T00:31:51.541Z] #55 29.36 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:31:51.541Z] #55 30.61 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-09T00:31:51.541Z] #55 30.61 + BUILDTAGS='netgo osusergo static_build' [2021-03-09T00:31:51.541Z] #55 30.61 + export EXTRA_FLAGS=-buildmode=pie [2021-03-09T00:31:51.541Z] #55 30.61 + EXTRA_FLAGS=-buildmode=pie [2021-03-09T00:31:51.541Z] #55 30.61 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-09T00:31:51.541Z] #55 30.61 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-09T00:31:51.541Z] #55 30.61 + '[' '' = dynamic ']' [2021-03-09T00:31:51.541Z] #55 30.61 + make [2021-03-09T00:31:51.541Z] #55 31.30 + bin/ctr [2021-03-09T00:31:51.970Z] #24 ... [2021-03-09T00:31:51.970Z] [2021-03-09T00:31:51.970Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:31:51.970Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:31:52.178Z] #55 ... [2021-03-09T00:31:52.178Z] [2021-03-09T00:31:52.178Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-09T00:31:52.178Z] #44 60.42 vendor/golang.org/x/text/secure/bidirule [2021-03-09T00:31:52.473Z] #44 60.62 vendor/golang.org/x/text/unicode/norm [2021-03-09T00:31:53.001Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.7s done [2021-03-09T00:31:53.001Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-03-09T00:31:53.990Z] #8 ... [2021-03-09T00:31:53.990Z] [2021-03-09T00:31:53.990Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-09T00:31:53.990Z] #24 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-03-09T00:31:53.990Z] #24 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 7.0s done [2021-03-09T00:31:53.990Z] #24 DONE 12.5s [2021-03-09T00:31:53.990Z] [2021-03-09T00:31:53.990Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:31:53.990Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:31:54.137Z] Client: Docker Engine - Community [2021-03-09T00:31:54.137Z] Version: 20.10.3 [2021-03-09T00:31:54.137Z] API version: 1.41 [2021-03-09T00:31:54.137Z] Go version: go1.13.15 [2021-03-09T00:31:54.137Z] Git commit: 48d30b5 [2021-03-09T00:31:54.137Z] Built: Fri Jan 29 14:33:13 2021 [2021-03-09T00:31:54.137Z] OS/Arch: linux/amd64 [2021-03-09T00:31:54.137Z] Context: default [2021-03-09T00:31:54.137Z] Experimental: true [2021-03-09T00:31:54.137Z] [2021-03-09T00:31:54.137Z] Server: Docker Engine - Community [2021-03-09T00:31:54.137Z] Engine: [2021-03-09T00:31:54.137Z] Version: 20.10.3 [2021-03-09T00:31:54.137Z] API version: 1.41 (minimum version 1.12) [2021-03-09T00:31:54.137Z] Go version: go1.13.15 [2021-03-09T00:31:54.137Z] Git commit: 46229ca [2021-03-09T00:31:54.137Z] Built: Fri Jan 29 14:31:25 2021 [2021-03-09T00:31:54.137Z] OS/Arch: linux/amd64 [2021-03-09T00:31:54.137Z] Experimental: true [2021-03-09T00:31:54.137Z] containerd: [2021-03-09T00:31:54.137Z] Version: 1.4.3 [2021-03-09T00:31:54.137Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-09T00:31:54.137Z] runc: [2021-03-09T00:31:54.137Z] Version: 1.0.0-rc92 [2021-03-09T00:31:54.137Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-09T00:31:54.137Z] docker-init: [2021-03-09T00:31:54.137Z] Version: 0.19.0 [2021-03-09T00:31:54.137Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-09T00:31:54.252Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.4s done [2021-03-09T00:31:54.266Z] #30 ... [2021-03-09T00:31:54.266Z] [2021-03-09T00:31:54.266Z] #62 [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-09T00:31:54.266Z] #62 sha256:d73cf29bff9709c46a7777cf250dda18295ff8783c5900bbd6d9be60f7d3fc41 [2021-03-09T00:31:54.266Z] #62 5.792 + RM_GOPATH=0 [2021-03-09T00:31:54.266Z] #62 5.792 + TMP_GOPATH= [2021-03-09T00:31:54.266Z] #62 5.792 + : /build [2021-03-09T00:31:54.266Z] #62 5.792 + '[' -z '' ']' [2021-03-09T00:31:54.266Z] #62 5.792 ++ mktemp -d [2021-03-09T00:31:54.266Z] #62 5.792 + export GOPATH=/tmp/tmp.IFQskr64ga [2021-03-09T00:31:54.266Z] #62 5.792 + GOPATH=/tmp/tmp.IFQskr64ga [2021-03-09T00:31:54.266Z] #62 5.792 + RM_GOPATH=1 [2021-03-09T00:31:54.266Z] #62 5.792 + case "$(go env GOARCH)" in [2021-03-09T00:31:54.266Z] #62 5.793 ++ go env GOARCH [2021-03-09T00:31:54.266Z] #62 5.798 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:54.266Z] #62 5.798 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:54.266Z] #62 5.799 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:54.266Z] #62 5.800 + dir=/tmp/install [2021-03-09T00:31:54.266Z] #62 5.800 + bin=proxy [2021-03-09T00:31:54.266Z] #62 5.800 + shift [2021-03-09T00:31:54.266Z] #62 5.800 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-09T00:31:54.266Z] #62 5.800 + . /tmp/install/proxy.installer [2021-03-09T00:31:54.266Z] #62 5.800 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:31:54.266Z] #62 5.800 + install_proxy [2021-03-09T00:31:54.266Z] #62 5.800 + case "$1" in [2021-03-09T00:31:54.266Z] #62 5.800 + export CGO_ENABLED=0 [2021-03-09T00:31:54.266Z] #62 5.800 + CGO_ENABLED=0 [2021-03-09T00:31:54.266Z] #62 5.800 + _install_proxy [2021-03-09T00:31:54.266Z] #62 5.800 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-09T00:31:54.266Z] #62 5.800 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.IFQskr64ga/src/github.com/docker/libnetwork [2021-03-09T00:31:54.266Z] #62 5.800 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:31:54.266Z] #62 5.804 Cloning into '/tmp/tmp.IFQskr64ga/src/github.com/docker/libnetwork'... [2021-03-09T00:31:54.266Z] #62 ... [2021-03-09T00:31:54.266Z] [2021-03-09T00:31:54.267Z] #47 [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-09T00:31:54.267Z] #47 sha256:97a34766e72586e36608f0a4de3720fb347ff0b15fb25cc0bee3cd5e0062d84a [2021-03-09T00:31:54.267Z] #47 6.078 + RM_GOPATH=0 [2021-03-09T00:31:54.267Z] #47 6.078 + TMP_GOPATH= [2021-03-09T00:31:54.267Z] #47 6.078 + : /build [2021-03-09T00:31:54.267Z] #47 6.078 + '[' -z '' ']' [2021-03-09T00:31:54.267Z] #47 6.078 ++ mktemp -d [2021-03-09T00:31:54.267Z] #47 6.078 + export GOPATH=/tmp/tmp.AYAuaU3wle [2021-03-09T00:31:54.267Z] #47 6.078 + GOPATH=/tmp/tmp.AYAuaU3wle [2021-03-09T00:31:54.267Z] #47 6.078 + RM_GOPATH=1 [2021-03-09T00:31:54.267Z] #47 6.078 + case "$(go env GOARCH)" in [2021-03-09T00:31:54.267Z] #47 6.078 ++ go env GOARCH [2021-03-09T00:31:54.267Z] #47 6.086 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:54.267Z] #47 6.086 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:54.267Z] #47 6.088 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:54.267Z] #47 6.088 + dir=/tmp/install [2021-03-09T00:31:54.267Z] #47 6.088 + bin=golangci_lint [2021-03-09T00:31:54.267Z] #47 6.088 + shift [2021-03-09T00:31:54.267Z] #47 6.088 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-09T00:31:54.267Z] #47 6.088 + . /tmp/install/golangci_lint.installer [2021-03-09T00:31:54.267Z] #47 6.088 ++ : v1.23.8 [2021-03-09T00:31:54.267Z] #47 6.088 + install_golangci_lint [2021-03-09T00:31:54.267Z] #47 6.088 + set -e [2021-03-09T00:31:54.267Z] #47 6.088 + export GO111MODULE=on [2021-03-09T00:31:54.267Z] #47 6.088 + GO111MODULE=on [2021-03-09T00:31:54.267Z] #47 6.089 + GOBIN=/build [2021-03-09T00:31:54.267Z] #47 6.089 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-09T00:31:54.267Z] #47 6.140 go: finding github.com v1.23.8 [2021-03-09T00:31:54.267Z] #47 6.150 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:31:54.267Z] #47 6.160 go: finding github.com/golangci v1.23.8 [2021-03-09T00:31:54.267Z] #47 6.160 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-09T00:31:54.267Z] #47 6.160 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-09T00:31:54.267Z] #47 ... [2021-03-09T00:31:54.267Z] [2021-03-09T00:31:54.267Z] #45 [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-09T00:31:54.267Z] #45 sha256:e0b1a5bd8039dc0c02d213bda4340f14c47da2b48a1976753cd7c87ef939fdbd [2021-03-09T00:31:54.267Z] #45 6.714 + RM_GOPATH=0 [2021-03-09T00:31:54.267Z] #45 6.714 + TMP_GOPATH= [2021-03-09T00:31:54.267Z] #45 6.714 + : /build [2021-03-09T00:31:54.267Z] #45 6.714 + '[' -z '' ']' [2021-03-09T00:31:54.267Z] #45 6.714 ++ mktemp -d [2021-03-09T00:31:54.267Z] #45 6.714 + export GOPATH=/tmp/tmp.TZq36Wa9lv [2021-03-09T00:31:54.267Z] #45 6.714 + GOPATH=/tmp/tmp.TZq36Wa9lv [2021-03-09T00:31:54.267Z] #45 6.714 + RM_GOPATH=1 [2021-03-09T00:31:54.267Z] #45 6.714 + case "$(go env GOARCH)" in [2021-03-09T00:31:54.267Z] #45 6.714 ++ go env GOARCH [2021-03-09T00:31:54.267Z] #45 6.729 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:54.267Z] #45 6.729 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:54.267Z] #45 6.730 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:54.267Z] #45 6.731 + dir=/tmp/install [2021-03-09T00:31:54.267Z] #45 6.731 + bin=gotestsum [2021-03-09T00:31:54.267Z] #45 6.731 + shift [2021-03-09T00:31:54.267Z] #45 6.732 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-09T00:31:54.267Z] #45 6.732 + . /tmp/install/gotestsum.installer [2021-03-09T00:31:54.267Z] #45 6.732 ++ : v0.5.3 [2021-03-09T00:31:54.267Z] #45 6.732 + install_gotestsum [2021-03-09T00:31:54.267Z] #45 6.732 + set -e [2021-03-09T00:31:54.267Z] #45 6.733 + export GO111MODULE=on [2021-03-09T00:31:54.267Z] #45 6.733 + GO111MODULE=on [2021-03-09T00:31:54.267Z] #45 6.733 + GOBIN=/build [2021-03-09T00:31:54.267Z] #45 6.733 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-09T00:31:54.267Z] #45 6.815 go: finding gotest.tools v0.5.3 [2021-03-09T00:31:54.267Z] #45 6.815 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-09T00:31:54.267Z] #45 ... [2021-03-09T00:31:54.267Z] [2021-03-09T00:31:54.267Z] #47 [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-09T00:31:54.267Z] #47 sha256:97a34766e72586e36608f0a4de3720fb347ff0b15fb25cc0bee3cd5e0062d84a [2021-03-09T00:31:54.267Z] #47 6.902 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:31:54.467Z] + docker info [2021-03-09T00:31:54.511Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-03-09T00:31:54.831Z] #47 7.436 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:31:55.080Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.8s done [2021-03-09T00:31:55.226Z] #44 62.86 vendor/golang.org/x/net/idna [2021-03-09T00:31:55.648Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-03-09T00:31:56.266Z] #44 64.29 vendor/golang.org/x/net/http2/hpack [2021-03-09T00:31:56.900Z] #44 65.03 mime [2021-03-09T00:31:57.228Z] Fetching without tags [2021-03-09T00:31:57.364Z] #47 ... [2021-03-09T00:31:57.364Z] [2021-03-09T00:31:57.364Z] #53 [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-09T00:31:57.364Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:31:57.364Z] #53 8.564 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:31:57.364Z] #53 8.638 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:31:57.364Z] #53 8.638 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:31:57.622Z] #53 ... [2021-03-09T00:31:57.622Z] [2021-03-09T00:31:57.622Z] #34 [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-09T00:31:57.622Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:31:57.622Z] #34 8.763 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:31:57.622Z] #34 8.960 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:31:57.622Z] #34 8.960 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:31:57.622Z] #34 ... [2021-03-09T00:31:57.622Z] [2021-03-09T00:31:57.622Z] #38 [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-09T00:31:57.622Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:31:57.622Z] #38 7.437 + git clone https://github.com/docker/distribution.git . [2021-03-09T00:31:57.622Z] #38 7.437 Cloning into '.'... [2021-03-09T00:31:57.633Z] Merging remotes/origin/master commit dbc3365da22ce76367ccaad79248c9a98332d80d into PR head commit 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 [2021-03-09T00:31:57.113Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:31:57.135Z] > git config --add remote.origin.fetch +refs/pull/41757/head:refs/remotes/origin/PR-41757 # timeout=10 [2021-03-09T00:31:57.188Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:31:57.202Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:31:57.224Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:31:57.224Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:31:57.226Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:31:57.636Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:31:57.648Z] > git checkout -f 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [2021-03-09T00:31:57.879Z] #38 ... [2021-03-09T00:31:57.880Z] [2021-03-09T00:31:57.880Z] #32 [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-09T00:31:57.880Z] #32 sha256:0fd1a287587fdef94e9de559a56021bd2e8d7b7bb660903b8736e93b6269a257 [2021-03-09T00:31:57.880Z] #32 7.086 + RM_GOPATH=0 [2021-03-09T00:31:57.880Z] #32 7.086 + TMP_GOPATH= [2021-03-09T00:31:57.880Z] #32 7.086 + : /build [2021-03-09T00:31:57.880Z] #32 7.086 + '[' -z '' ']' [2021-03-09T00:31:57.880Z] #32 7.086 ++ mktemp -d [2021-03-09T00:31:57.880Z] #32 7.095 + export GOPATH=/tmp/tmp.zMCNLfAW3L [2021-03-09T00:31:57.880Z] #32 7.095 + GOPATH=/tmp/tmp.zMCNLfAW3L [2021-03-09T00:31:57.880Z] #32 7.095 + RM_GOPATH=1 [2021-03-09T00:31:57.880Z] #32 7.095 + case "$(go env GOARCH)" in [2021-03-09T00:31:57.880Z] #32 7.095 ++ go env GOARCH [2021-03-09T00:31:57.880Z] #32 7.111 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:57.880Z] #32 7.111 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:57.880Z] #32 7.111 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:57.880Z] #32 7.115 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:31:57.880Z] #32 7.115 + dir=/tmp/install [2021-03-09T00:31:57.880Z] #32 7.115 + bin=tomlv [2021-03-09T00:31:57.880Z] #32 7.115 + shift [2021-03-09T00:31:57.880Z] #32 7.115 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-09T00:31:57.880Z] #32 7.115 + . /tmp/install/tomlv.installer [2021-03-09T00:31:57.880Z] #32 7.115 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:31:57.880Z] #32 7.115 + install_tomlv [2021-03-09T00:31:57.880Z] #32 7.115 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-09T00:31:57.880Z] #32 7.115 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.zMCNLfAW3L/src/github.com/BurntSushi/toml [2021-03-09T00:31:57.880Z] #32 7.127 Cloning into '/tmp/tmp.zMCNLfAW3L/src/github.com/BurntSushi/toml'... [2021-03-09T00:31:57.880Z] #32 8.314 + cd /tmp/tmp.zMCNLfAW3L/src/github.com/BurntSushi/toml [2021-03-09T00:31:57.880Z] #32 8.314 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:31:57.880Z] #32 8.347 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-09T00:31:57.880Z] #32 9.230 internal/cpu [2021-03-09T00:31:57.880Z] #32 9.276 runtime/internal/atomic [2021-03-09T00:31:57.880Z] #32 9.686 runtime/internal/sys [2021-03-09T00:31:57.880Z] #32 10.00 runtime/internal/math [2021-03-09T00:31:57.880Z] #32 10.12 internal/bytealg [2021-03-09T00:31:57.880Z] #32 10.13 math/bits [2021-03-09T00:31:57.945Z] #44 ... [2021-03-09T00:31:57.945Z] [2021-03-09T00:31:57.945Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:31:57.945Z] #42 24.06 CC compel/plugins/std/string.o [2021-03-09T00:31:57.945Z] #42 24.46 CC compel/plugins/std/infect.o [2021-03-09T00:31:57.945Z] #42 24.73 CC compel/arch/s390/plugins/std/parasite-head.o [2021-03-09T00:31:57.945Z] #42 24.77 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2021-03-09T00:31:57.945Z] #42 24.79 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2021-03-09T00:31:57.945Z] #42 24.84 AR compel/plugins/std.lib.a [2021-03-09T00:31:57.945Z] #42 24.87 CC compel/plugins/fds/fds.o [2021-03-09T00:31:57.945Z] #42 25.00 AR compel/plugins/fds.lib.a [2021-03-09T00:31:57.945Z] #42 25.01 HOSTDEP compel/src/lib/log-host.d [2021-03-09T00:31:57.945Z] #42 25.06 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-09T00:31:57.945Z] #42 25.12 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2021-03-09T00:31:57.945Z] #42 25.17 HOSTDEP compel/src/main-host.d [2021-03-09T00:31:57.945Z] #42 25.25 DEP compel/src/lib/ptrace.d [2021-03-09T00:31:57.945Z] #42 25.38 DEP compel/src/lib/infect.d [2021-03-09T00:31:57.945Z] #42 25.51 DEP compel/src/lib/infect-util.d [2021-03-09T00:31:57.945Z] #42 25.59 DEP compel/src/lib/infect-rpc.d [2021-03-09T00:31:57.945Z] #42 25.70 DEP compel/arch/s390/src/lib/infect.d [2021-03-09T00:31:57.945Z] #42 25.81 DEP compel/arch/s390/src/lib/cpu.d [2021-03-09T00:31:57.945Z] #42 25.85 DEP compel/src/lib/log.d [2021-03-09T00:31:57.945Z] #42 25.93 DEP compel/src/main.d [2021-03-09T00:31:57.945Z] #42 26.02 DEP compel/src/lib/handle-elf.d [2021-03-09T00:31:57.945Z] #42 26.10 DEP compel/arch/s390/src/lib/handle-elf.d [2021-03-09T00:31:57.945Z] #42 26.14 CC compel/src/lib/log.o [2021-03-09T00:31:57.945Z] #42 26.27 CC compel/arch/s390/src/lib/cpu.o [2021-03-09T00:31:57.945Z] #42 26.50 CC compel/arch/s390/src/lib/infect.o [2021-03-09T00:31:57.945Z] #42 26.98 CC compel/src/lib/infect-rpc.o [2021-03-09T00:31:57.945Z] #42 27.15 CC compel/src/lib/infect-util.o [2021-03-09T00:31:57.945Z] #42 27.33 CC compel/src/lib/infect.o [2021-03-09T00:31:57.945Z] #42 28.49 CC compel/src/lib/ptrace.o [2021-03-09T00:31:57.945Z] #42 28.73 AR compel/libcompel.a [2021-03-09T00:31:57.945Z] #42 28.77 HOSTCC compel/src/main-host.o [2021-03-09T00:31:57.945Z] #42 28.98 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2021-03-09T00:31:57.945Z] #42 29.14 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-09T00:31:57.945Z] #42 29.38 HOSTCC compel/src/lib/log-host.o [2021-03-09T00:31:57.945Z] #42 29.47 HOSTLINK compel/compel-host-bin [2021-03-09T00:31:57.945Z] #42 29.54 DEP soccr/soccr.d [2021-03-09T00:31:57.945Z] #42 29.74 CC soccr/soccr.o [2021-03-09T00:31:57.945Z] #42 30.59 AR soccr/libsoccr.a [2021-03-09T00:31:58.141Z] #32 ... [2021-03-09T00:31:58.141Z] [2021-03-09T00:31:58.141Z] #49 [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-09T00:31:58.141Z] #49 sha256:1994ecef52da5f714984a264bf36d4e9f26e60036613137a0003b04a59a4c111 [2021-03-09T00:31:58.141Z] #49 7.369 + RM_GOPATH=0 [2021-03-09T00:31:58.141Z] #49 7.369 + TMP_GOPATH= [2021-03-09T00:31:58.141Z] #49 7.369 + : /build [2021-03-09T00:31:58.141Z] #49 7.369 + '[' -z '' ']' [2021-03-09T00:31:58.141Z] #49 7.377 ++ mktemp -d [2021-03-09T00:31:58.141Z] #49 7.377 + export GOPATH=/tmp/tmp.06wPXrUA4s [2021-03-09T00:31:58.141Z] #49 7.377 + GOPATH=/tmp/tmp.06wPXrUA4s [2021-03-09T00:31:58.141Z] #49 7.377 + RM_GOPATH=1 [2021-03-09T00:31:58.141Z] #49 7.377 + case "$(go env GOARCH)" in [2021-03-09T00:31:58.141Z] #49 7.377 ++ go env GOARCH [2021-03-09T00:31:58.141Z] #49 7.393 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:31:58.141Z] #49 7.408 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:58.141Z] #49 7.408 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:58.141Z] #49 7.408 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:58.141Z] #49 7.408 + dir=/tmp/install [2021-03-09T00:31:58.141Z] #49 7.408 + bin=shfmt [2021-03-09T00:31:58.141Z] #49 7.408 + shift [2021-03-09T00:31:58.141Z] #49 7.408 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-09T00:31:58.141Z] #49 7.408 + . /tmp/install/shfmt.installer [2021-03-09T00:31:58.141Z] #49 7.408 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:31:58.141Z] #49 7.408 + install_shfmt [2021-03-09T00:31:58.141Z] #49 7.408 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-09T00:31:58.141Z] #49 7.408 + git clone https://github.com/mvdan/sh.git /tmp/tmp.06wPXrUA4s/src/github.com/mvdan/sh [2021-03-09T00:31:58.141Z] #49 7.436 Cloning into '/tmp/tmp.06wPXrUA4s/src/github.com/mvdan/sh'... [2021-03-09T00:31:58.141Z] #49 ... [2021-03-09T00:31:58.141Z] [2021-03-09T00:31:58.141Z] #56 [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-09T00:31:58.141Z] #56 sha256:9951118ff3b9fda3c61ba0284284834d948b5144f5ab12857bb653d307414835 [2021-03-09T00:31:58.141Z] #56 6.025 + RM_GOPATH=0 [2021-03-09T00:31:58.141Z] #56 6.025 + TMP_GOPATH= [2021-03-09T00:31:58.141Z] #56 6.025 + : /build [2021-03-09T00:31:58.141Z] #56 6.025 + '[' -z '' ']' [2021-03-09T00:31:58.141Z] #56 6.032 ++ mktemp -d [2021-03-09T00:31:58.141Z] #56 6.032 + export GOPATH=/tmp/tmp.4M8AK8Nl5L [2021-03-09T00:31:58.141Z] #56 6.032 + GOPATH=/tmp/tmp.4M8AK8Nl5L [2021-03-09T00:31:58.141Z] #56 6.032 + RM_GOPATH=1 [2021-03-09T00:31:58.141Z] #56 6.032 + case "$(go env GOARCH)" in [2021-03-09T00:31:58.141Z] #56 6.032 ++ go env GOARCH [2021-03-09T00:31:58.141Z] #56 6.058 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:31:58.141Z] #56 6.067 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:58.141Z] #56 6.067 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:58.141Z] #56 6.067 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:58.141Z] #56 6.067 + dir=/tmp/install [2021-03-09T00:31:58.141Z] #56 6.067 + bin=rootlesskit [2021-03-09T00:31:58.141Z] #56 6.067 + shift [2021-03-09T00:31:58.141Z] #56 6.067 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-09T00:31:58.141Z] #56 6.067 + . /tmp/install/rootlesskit.installer [2021-03-09T00:31:58.141Z] #56 6.067 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:31:58.141Z] #56 6.067 + install_rootlesskit [2021-03-09T00:31:58.141Z] #56 6.067 + case "$1" in [2021-03-09T00:31:58.141Z] #56 6.067 + export CGO_ENABLED=0 [2021-03-09T00:31:58.141Z] #56 6.067 + CGO_ENABLED=0 [2021-03-09T00:31:58.141Z] #56 6.067 + _install_rootlesskit [2021-03-09T00:31:58.141Z] #56 6.067 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-09T00:31:58.141Z] #56 6.067 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.4M8AK8Nl5L/src/github.com/rootless-containers/rootlesskit [2021-03-09T00:31:58.141Z] #56 6.067 Cloning into '/tmp/tmp.4M8AK8Nl5L/src/github.com/rootless-containers/rootlesskit'... [2021-03-09T00:31:58.237Z] #42 30.62 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-09T00:31:58.237Z] #42 30.83 DEP criu/arch/s390/sigframe.d [2021-03-09T00:31:58.399Z] #56 ... [2021-03-09T00:31:58.399Z] [2021-03-09T00:31:58.399Z] #43 [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-09T00:31:58.399Z] #43 sha256:c5047339b0fe649e0b3ecf0acd9732686689aaff11fc0c3bd59d1bafc7a63317 [2021-03-09T00:31:58.399Z] #43 6.569 + RM_GOPATH=0 [2021-03-09T00:31:58.399Z] #43 6.569 + TMP_GOPATH= [2021-03-09T00:31:58.399Z] #43 6.569 + : /build [2021-03-09T00:31:58.399Z] #43 6.569 + '[' -z '' ']' [2021-03-09T00:31:58.399Z] #43 6.569 ++ mktemp -d [2021-03-09T00:31:58.399Z] #43 6.569 + export GOPATH=/tmp/tmp.5oDdtPhB5i [2021-03-09T00:31:58.399Z] #43 6.569 + GOPATH=/tmp/tmp.5oDdtPhB5i [2021-03-09T00:31:58.399Z] #43 6.569 + RM_GOPATH=1 [2021-03-09T00:31:58.399Z] #43 6.569 + case "$(go env GOARCH)" in [2021-03-09T00:31:58.399Z] #43 6.569 ++ go env GOARCH [2021-03-09T00:31:58.399Z] #43 6.586 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:58.399Z] #43 6.586 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:31:58.399Z] #43 6.592 ++ dirname /tmp/install/install.sh [2021-03-09T00:31:58.399Z] #43 6.592 + dir=/tmp/install [2021-03-09T00:31:58.399Z] #43 6.592 + bin=vndr [2021-03-09T00:31:58.399Z] #43 6.592 + shift [2021-03-09T00:31:58.399Z] #43 6.592 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-09T00:31:58.399Z] #43 6.592 + . /tmp/install/vndr.installer [2021-03-09T00:31:58.399Z] #43 6.592 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:31:58.399Z] #43 6.592 + install_vndr [2021-03-09T00:31:58.399Z] #43 6.592 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-09T00:31:58.399Z] #43 6.592 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.5oDdtPhB5i/src/github.com/LK4D4/vndr [2021-03-09T00:31:58.399Z] #43 6.593 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:31:58.399Z] #43 6.610 Cloning into '/tmp/tmp.5oDdtPhB5i/src/github.com/LK4D4/vndr'... [2021-03-09T00:31:58.399Z] #43 7.283 + cd /tmp/tmp.5oDdtPhB5i/src/github.com/LK4D4/vndr [2021-03-09T00:31:58.399Z] #43 7.283 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:31:58.399Z] #43 7.310 + go build -buildmode=pie -v -o /build/vndr . [2021-03-09T00:31:58.399Z] #43 9.648 runtime/internal/atomic [2021-03-09T00:31:58.399Z] #43 9.648 internal/cpu [2021-03-09T00:31:58.399Z] #43 10.09 runtime/internal/math [2021-03-09T00:31:58.399Z] #43 10.25 internal/race [2021-03-09T00:31:58.399Z] #43 10.45 sync/atomic [2021-03-09T00:31:58.399Z] #43 10.63 internal/bytealg [2021-03-09T00:31:58.399Z] #43 10.89 unicode [2021-03-09T00:31:58.399Z] #43 ... [2021-03-09T00:31:58.399Z] [2021-03-09T00:31:58.399Z] #40 [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-09T00:31:58.399Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:31:58.399Z] #40 8.888 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:31:58.399Z] #40 8.960 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:31:58.399Z] #40 8.960 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:31:58.399Z] #40 10.33 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:31:58.529Z] #42 30.91 DEP criu/arch/s390/crtools.d [2021-03-09T00:31:58.529Z] #42 31.07 DEP criu/arch/s390/cpu.d [2021-03-09T00:31:58.661Z] #40 ... [2021-03-09T00:31:58.661Z] [2021-03-09T00:31:58.661Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:31:58.661Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:31:58.661Z] #11 8.571 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:31:58.661Z] #11 8.696 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:31:58.661Z] #11 8.696 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:31:58.661Z] #11 10.11 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:31:58.661Z] #11 ... [2021-03-09T00:31:58.661Z] [2021-03-09T00:31:58.661Z] #32 [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-09T00:31:58.661Z] #32 sha256:0fd1a287587fdef94e9de559a56021bd2e8d7b7bb660903b8736e93b6269a257 [2021-03-09T00:31:58.661Z] #32 11.05 math [2021-03-09T00:31:58.661Z] #32 11.11 runtime [2021-03-09T00:31:58.865Z] #42 31.22 CC criu/arch/s390/cpu.o [2021-03-09T00:31:59.188Z] #42 31.62 CC criu/arch/s390/crtools.o [2021-03-09T00:31:59.188Z] #42 ... [2021-03-09T00:31:59.188Z] [2021-03-09T00:31:59.188Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-09T00:31:59.188Z] #12 67.28 Selecting previously unselected package libapparmor1:s390x. [2021-03-09T00:31:59.188Z] #12 67.28 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2021-03-09T00:31:59.188Z] #12 67.28 Unpacking libapparmor1:s390x (2.13.2-10) ... [2021-03-09T00:31:59.188Z] #12 67.34 Selecting previously unselected package libapparmor-dev:s390x. [2021-03-09T00:31:59.188Z] #12 67.34 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2021-03-09T00:31:59.188Z] #12 67.34 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2021-03-09T00:31:59.188Z] #12 67.44 Selecting previously unselected package libbtrfs0. [2021-03-09T00:31:59.482Z] #12 67.44 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2021-03-09T00:31:59.482Z] #12 67.44 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-09T00:31:59.482Z] #12 67.49 Selecting previously unselected package libbtrfs-dev. [2021-03-09T00:31:59.482Z] #12 67.50 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-03-09T00:31:59.482Z] #12 67.50 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:31:59.482Z] #12 67.56 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2021-03-09T00:31:59.482Z] #12 67.56 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-03-09T00:31:59.482Z] #12 67.56 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-03-09T00:31:59.482Z] #12 67.61 Selecting previously unselected package libudev-dev:s390x. [2021-03-09T00:31:59.482Z] #12 67.61 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_s390x.deb ... [2021-03-09T00:31:59.482Z] #12 67.62 Unpacking libudev-dev:s390x (241-7~deb10u6) ... [2021-03-09T00:31:59.482Z] #12 67.70 Selecting previously unselected package libsepol1-dev:s390x. [2021-03-09T00:31:59.776Z] #12 67.70 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2021-03-09T00:31:59.776Z] #12 67.70 Unpacking libsepol1-dev:s390x (2.8-1) ... [2021-03-09T00:31:59.776Z] #12 67.89 Selecting previously unselected package libpcre16-3:s390x. [2021-03-09T00:31:59.776Z] #12 67.89 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2021-03-09T00:31:59.776Z] #12 67.89 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2021-03-09T00:31:59.852Z] Merge succeeded, producing 8bbf848723438921be6f7f1ce85c7cd78b820ee0 [2021-03-09T00:31:59.852Z] Checking out Revision 8bbf848723438921be6f7f1ce85c7cd78b820ee0 (PR-41757) [2021-03-09T00:31:59.284Z] > git remote # timeout=10 [2021-03-09T00:31:59.293Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T00:31:59.312Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:31:59.313Z] > git merge dbc3365da22ce76367ccaad79248c9a98332d80d # timeout=10 [2021-03-09T00:31:59.823Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T00:31:59.847Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:31:59.851Z] > git checkout -f 8bbf848723438921be6f7f1ce85c7cd78b820ee0 # timeout=10 [2021-03-09T00:32:00.068Z] #12 68.02 Selecting previously unselected package libpcre32-3:s390x. [2021-03-09T00:32:00.068Z] #12 68.02 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2021-03-09T00:32:00.068Z] #12 68.02 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2021-03-09T00:32:00.068Z] #12 68.12 Selecting previously unselected package libpcrecpp0v5:s390x. [2021-03-09T00:32:00.068Z] #12 68.12 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2021-03-09T00:32:00.068Z] #12 68.13 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2021-03-09T00:32:00.068Z] #12 68.20 Selecting previously unselected package libpcre3-dev:s390x. [2021-03-09T00:32:00.068Z] #12 68.20 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2021-03-09T00:32:00.068Z] #12 68.21 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2021-03-09T00:32:00.363Z] #12 68.43 Selecting previously unselected package libselinux1-dev:s390x. [2021-03-09T00:32:00.363Z] #12 68.43 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2021-03-09T00:32:00.363Z] #12 68.43 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2021-03-09T00:32:00.363Z] #12 68.60 Selecting previously unselected package libdevmapper-dev:s390x. [2021-03-09T00:32:00.655Z] #12 68.60 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2021-03-09T00:32:00.655Z] #12 68.60 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-03-09T00:32:00.655Z] #12 68.66 Selecting previously unselected package libseccomp-dev:s390x. [2021-03-09T00:32:00.655Z] #12 68.66 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2021-03-09T00:32:00.655Z] #12 68.67 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2021-03-09T00:32:00.655Z] #12 68.75 Selecting previously unselected package libsystemd-dev:s390x. [2021-03-09T00:32:00.655Z] #12 68.75 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_s390x.deb ... [2021-03-09T00:32:00.655Z] #12 68.76 Unpacking libsystemd-dev:s390x (241-7~deb10u6) ... [2021-03-09T00:32:00.922Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.0s [2021-03-09T00:32:00.959Z] #12 69.15 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2021-03-09T00:32:01.053Z] Client: [2021-03-09T00:32:01.053Z] Context: default [2021-03-09T00:32:01.053Z] Debug Mode: false [2021-03-09T00:32:01.053Z] Plugins: [2021-03-09T00:32:01.053Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-09T00:32:01.053Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-09T00:32:01.053Z] [2021-03-09T00:32:01.053Z] Server: [2021-03-09T00:32:01.053Z] Containers: 0 [2021-03-09T00:32:01.053Z] Running: 0 [2021-03-09T00:32:01.053Z] Paused: 0 [2021-03-09T00:32:01.053Z] Stopped: 0 [2021-03-09T00:32:01.053Z] Images: 0 [2021-03-09T00:32:01.053Z] Server Version: 20.10.3 [2021-03-09T00:32:01.053Z] Storage Driver: overlay2 [2021-03-09T00:32:01.053Z] Backing Filesystem: extfs [2021-03-09T00:32:01.053Z] Supports d_type: true [2021-03-09T00:32:01.053Z] Native Overlay Diff: true [2021-03-09T00:32:01.053Z] Logging Driver: json-file [2021-03-09T00:32:01.053Z] Cgroup Driver: cgroupfs [2021-03-09T00:32:01.053Z] Cgroup Version: 1 [2021-03-09T00:32:01.053Z] Plugins: [2021-03-09T00:32:01.053Z] Volume: local [2021-03-09T00:32:01.053Z] Network: bridge host ipvlan macvlan null overlay [2021-03-09T00:32:01.053Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-09T00:32:01.053Z] Swarm: inactive [2021-03-09T00:32:01.053Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-03-09T00:32:01.053Z] Default Runtime: runc [2021-03-09T00:32:01.053Z] Init Binary: docker-init [2021-03-09T00:32:01.053Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-09T00:32:01.053Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-09T00:32:01.053Z] init version: de40ad0 [2021-03-09T00:32:01.053Z] Security Options: [2021-03-09T00:32:01.053Z] apparmor [2021-03-09T00:32:01.053Z] seccomp [2021-03-09T00:32:01.053Z] Profile: default [2021-03-09T00:32:01.053Z] Kernel Version: 5.4.0-1037-aws [2021-03-09T00:32:01.053Z] Operating System: Ubuntu 18.04.5 LTS [2021-03-09T00:32:01.053Z] OSType: linux [2021-03-09T00:32:01.053Z] Architecture: x86_64 [2021-03-09T00:32:01.053Z] CPUs: 2 [2021-03-09T00:32:01.053Z] Total Memory: 7.487GiB [2021-03-09T00:32:01.053Z] Name: ip-10-100-49-231 [2021-03-09T00:32:01.053Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-03-09T00:32:01.053Z] Docker Root Dir: /var/lib/docker [2021-03-09T00:32:01.053Z] Debug Mode: false [2021-03-09T00:32:01.053Z] Registry: https://index.docker.io/v1/ [2021-03-09T00:32:01.053Z] Labels: [2021-03-09T00:32:01.053Z] Experimental: true [2021-03-09T00:32:01.053Z] Insecure Registries: [2021-03-09T00:32:01.053Z] 127.0.0.0/8 [2021-03-09T00:32:01.053Z] Live Restore Enabled: true [2021-03-09T00:32:01.053Z] [2021-03-09T00:32:01.053Z] WARNING: No swap limit support [2021-03-09T00:32:01.053Z] WARNING: No blkio weight support [2021-03-09T00:32:01.053Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-03-09T00:32:01.262Z] #12 69.20 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2021-03-09T00:32:01.262Z] #12 69.21 Setting up libapparmor1:s390x (2.13.2-10) ... [2021-03-09T00:32:01.262Z] #12 69.21 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-09T00:32:01.262Z] #12 69.22 Setting up libpcre16-3:s390x (2:8.39-12) ... [2021-03-09T00:32:01.262Z] #12 69.23 Setting up libsepol1-dev:s390x (2.8-1) ... [2021-03-09T00:32:01.262Z] #12 69.23 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:32:01.262Z] #12 69.24 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-09T00:32:01.262Z] #12 69.25 Setting up libpcre32-3:s390x (2:8.39-12) ... [2021-03-09T00:32:01.262Z] #12 69.25 Setting up libudev-dev:s390x (241-7~deb10u6) ... [2021-03-09T00:32:01.262Z] #12 69.27 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-09T00:32:01.262Z] #12 69.27 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:32:01.262Z] #12 69.28 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2021-03-09T00:32:01.262Z] #12 69.29 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-09T00:32:01.262Z] #12 69.29 Setting up libsystemd-dev:s390x (241-7~deb10u6) ... [2021-03-09T00:32:01.262Z] #12 69.30 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-09T00:32:01.262Z] #12 69.31 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2021-03-09T00:32:01.262Z] #12 69.31 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:32:01.262Z] #12 69.32 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-09T00:32:01.262Z] #12 69.32 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-09T00:32:01.262Z] #12 69.33 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:32:01.262Z] #12 69.33 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-09T00:32:01.262Z] #12 69.33 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-09T00:32:01.262Z] #12 69.34 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-09T00:32:01.262Z] #12 69.34 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2021-03-09T00:32:01.262Z] #12 69.35 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-03-09T00:32:01.262Z] #12 69.36 Setting up dmsetup (2:1.02.155-3) ... [2021-03-09T00:32:01.262Z] #12 69.37 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-03-09T00:32:01.262Z] #12 69.37 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-03-09T00:32:01.262Z] #12 69.38 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:32:01.357Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-09T00:32:01.357Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-09T00:32:01.357Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41757/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-09T00:32:01.357Z] + bash /home/ubuntu/workspace/moby_PR-41757/check-config.sh [2021-03-09T00:32:01.357Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-09T00:32:01.357Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-03-09T00:32:01.357Z] [2021-03-09T00:32:01.357Z] Generally Necessary: [2021-03-09T00:32:01.357Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-09T00:32:01.357Z] - apparmor: enabled and tools installed [2021-03-09T00:32:01.357Z] - CONFIG_NAMESPACES: enabled [2021-03-09T00:32:01.357Z] - CONFIG_NET_NS: enabled [2021-03-09T00:32:01.357Z] - CONFIG_PID_NS: enabled [2021-03-09T00:32:01.357Z] - CONFIG_IPC_NS: enabled [2021-03-09T00:32:01.357Z] - CONFIG_UTS_NS: enabled [2021-03-09T00:32:01.357Z] - CONFIG_CGROUPS: enabled [2021-03-09T00:32:01.357Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-09T00:32:01.357Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-09T00:32:01.357Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-09T00:32:01.357Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-09T00:32:01.357Z] - CONFIG_CPUSETS: enabled [2021-03-09T00:32:01.357Z] - CONFIG_MEMCG: enabled [2021-03-09T00:32:01.357Z] - CONFIG_KEYS: enabled [2021-03-09T00:32:01.357Z] - CONFIG_VETH: enabled (as module) [2021-03-09T00:32:01.357Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-09T00:32:01.357Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-09T00:32:01.357Z] - CONFIG_NF_NAT_IPV4: missing [2021-03-09T00:32:01.357Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-09T00:32:01.357Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-09T00:32:01.357Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-09T00:32:01.357Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-09T00:32:01.357Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-09T00:32:01.357Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-09T00:32:01.357Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-09T00:32:01.357Z] - CONFIG_NF_NAT_NEEDED: missing [2021-03-09T00:32:01.357Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-09T00:32:01.357Z] [2021-03-09T00:32:01.357Z] Optional Features: [2021-03-09T00:32:01.357Z] - CONFIG_USER_NS: enabled [2021-03-09T00:32:01.357Z] - CONFIG_SECCOMP: enabled [2021-03-09T00:32:01.357Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-09T00:32:01.357Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-09T00:32:01.357Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-09T00:32:01.554Z] #12 DONE 69.8s [2021-03-09T00:32:01.554Z] [2021-03-09T00:32:01.554Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-09T00:32:01.624Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-09T00:32:01.624Z] - CONFIG_BLK_CGROUP: enabled [2021-03-09T00:32:01.624Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-09T00:32:01.624Z] - CONFIG_IOSCHED_CFQ: missing [2021-03-09T00:32:01.624Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-03-09T00:32:01.624Z] - CONFIG_CGROUP_PERF: enabled [2021-03-09T00:32:01.624Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-09T00:32:01.624Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-09T00:32:01.624Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-09T00:32:01.624Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-09T00:32:01.624Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-09T00:32:01.624Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-09T00:32:01.624Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-09T00:32:01.624Z] - CONFIG_IP_VS: enabled (as module) [2021-03-09T00:32:01.624Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-09T00:32:01.624Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-09T00:32:01.624Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-09T00:32:01.624Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-09T00:32:01.624Z] - CONFIG_EXT4_FS: enabled [2021-03-09T00:32:01.624Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-09T00:32:01.624Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-09T00:32:01.624Z] - Network Drivers: [2021-03-09T00:32:01.624Z] - "overlay": [2021-03-09T00:32:01.624Z] - CONFIG_VXLAN: enabled (as module) [2021-03-09T00:32:01.624Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-09T00:32:01.624Z] Optional (for encrypted networks): [2021-03-09T00:32:01.624Z] - CONFIG_CRYPTO: enabled [2021-03-09T00:32:01.624Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-09T00:32:01.624Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-09T00:32:01.624Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-09T00:32:01.624Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-09T00:32:01.624Z] - CONFIG_XFRM: enabled [2021-03-09T00:32:01.624Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-09T00:32:01.624Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-09T00:32:01.624Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-09T00:32:01.624Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-03-09T00:32:01.624Z] - "ipvlan": [2021-03-09T00:32:01.624Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-09T00:32:01.624Z] - "macvlan": [2021-03-09T00:32:01.895Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-09T00:32:01.895Z] - CONFIG_DUMMY: enabled (as module) [2021-03-09T00:32:01.895Z] - "ftp,tftp client in container": [2021-03-09T00:32:01.895Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-09T00:32:01.895Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-09T00:32:01.895Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-09T00:32:01.895Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-09T00:32:01.895Z] - Storage Drivers: [2021-03-09T00:32:01.895Z] - "aufs": [2021-03-09T00:32:01.895Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-09T00:32:01.895Z] - "btrfs": [2021-03-09T00:32:01.895Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-09T00:32:01.895Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-09T00:32:01.895Z] - "devicemapper": [2021-03-09T00:32:01.895Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-09T00:32:01.895Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-09T00:32:01.895Z] - "overlay": [2021-03-09T00:32:01.895Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-09T00:32:01.895Z] - "zfs": [2021-03-09T00:32:01.895Z] - /dev/zfs: present [2021-03-09T00:32:01.895Z] - zfs command: missing [2021-03-09T00:32:01.895Z] - zpool command: missing [2021-03-09T00:32:01.895Z] [2021-03-09T00:32:01.895Z] Limits: [2021-03-09T00:32:01.895Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-09T00:32:01.895Z] [2021-03-09T00:32:01.895Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-09T00:32:02.252Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 . [2021-03-09T00:32:02.827Z] #1 [internal] load build definition from Dockerfile [2021-03-09T00:32:02.827Z] #1 sha256:0fbc3449665aefc1e3a911059d8f6cd4dd69b61503c1ee4a16816eb276ab95b9 [2021-03-09T00:32:02.828Z] #1 transferring dockerfile: [2021-03-09T00:32:02.833Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.2s done [2021-03-09T00:32:02.833Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-03-09T00:32:03.065Z] #13 DONE 1.1s [2021-03-09T00:32:03.065Z] [2021-03-09T00:32:03.065Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-09T00:32:03.065Z] #52 0.932 + RM_GOPATH=0 [2021-03-09T00:32:03.065Z] #52 0.932 + TMP_GOPATH= [2021-03-09T00:32:03.065Z] #52 0.932 + : /build [2021-03-09T00:32:03.065Z] #52 0.932 + '[' -z '' ']' [2021-03-09T00:32:03.065Z] #52 0.932 ++ mktemp -d [2021-03-09T00:32:03.065Z] #52 0.935 + export GOPATH=/tmp/tmp.oojeEQOYQe [2021-03-09T00:32:03.065Z] #52 0.935 + GOPATH=/tmp/tmp.oojeEQOYQe [2021-03-09T00:32:03.065Z] #52 0.935 + RM_GOPATH=1 [2021-03-09T00:32:03.065Z] #52 0.935 + case "$(go env GOARCH)" in [2021-03-09T00:32:03.065Z] #52 0.938 ++ go env GOARCH [2021-03-09T00:32:03.065Z] #52 0.941 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:03.065Z] #52 0.941 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:03.065Z] #52 0.941 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:03.065Z] #52 0.945 + dir=/tmp/install [2021-03-09T00:32:03.065Z] #52 0.945 + bin=runc [2021-03-09T00:32:03.065Z] #52 0.945 + shift [2021-03-09T00:32:03.065Z] #52 0.945 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-09T00:32:03.065Z] #52 0.945 + . /tmp/install/runc.installer [2021-03-09T00:32:03.065Z] #52 0.945 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-09T00:32:03.065Z] #52 0.945 + install_runc [2021-03-09T00:32:03.065Z] #52 0.945 + uname -r [2021-03-09T00:32:03.065Z] #52 0.946 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-09T00:32:03.065Z] #52 0.949 + RUNC_BUILDTAGS='seccomp ' [2021-03-09T00:32:03.065Z] #52 0.949 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-09T00:32:03.065Z] #52 0.949 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-09T00:32:03.065Z] #52 0.949 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.oojeEQOYQe/src/github.com/opencontainers/runc [2021-03-09T00:32:03.065Z] #52 0.952 Cloning into '/tmp/tmp.oojeEQOYQe/src/github.com/opencontainers/runc'... [2021-03-09T00:32:03.091Z] #1 transferring dockerfile: 16.54kB done [2021-03-09T00:32:03.091Z] #1 DONE 0.4s [2021-03-09T00:32:03.091Z] [2021-03-09T00:32:03.091Z] #2 [internal] load .dockerignore [2021-03-09T00:32:03.091Z] #2 sha256:a0400492502fa86bc3262876bc96d91b79095b956725c4b19e2e08d449796113 [2021-03-09T00:32:03.091Z] #2 transferring context: 87B done [2021-03-09T00:32:03.091Z] #2 DONE 0.3s [2021-03-09T00:32:03.091Z] [2021-03-09T00:32:03.091Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-09T00:32:03.091Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-09T00:32:03.407Z] #8 ... [2021-03-09T00:32:03.407Z] [2021-03-09T00:32:03.407Z] #25 [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-09T00:32:03.407Z] #25 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-09T00:32:03.407Z] #25 1.312 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:32:03.407Z] #25 1.328 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:32:03.407Z] #25 1.370 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:32:03.407Z] #25 1.572 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:32:03.407Z] #25 1.903 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:32:03.407Z] #25 2.283 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:32:03.407Z] #25 3.794 Fetched 8423 kB in 3s (3082 kB/s) [2021-03-09T00:32:03.407Z] #25 3.794 Reading package lists... [2021-03-09T00:32:03.407Z] #25 4.733 Reading package lists... [2021-03-09T00:32:03.407Z] #25 5.624 Building dependency tree... [2021-03-09T00:32:03.407Z] #25 5.989 The following additional packages will be installed: [2021-03-09T00:32:03.407Z] #25 5.991 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-09T00:32:03.407Z] #25 5.991 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-09T00:32:03.407Z] #25 5.991 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-09T00:32:03.407Z] #25 5.991 Suggested packages: [2021-03-09T00:32:03.407Z] #25 5.991 krb5-doc krb5-user [2021-03-09T00:32:03.407Z] #25 5.991 Recommended packages: [2021-03-09T00:32:03.407Z] #25 5.991 krb5-locales publicsuffix libsasl2-modules [2021-03-09T00:32:03.407Z] #25 6.201 The following NEW packages will be installed: [2021-03-09T00:32:03.407Z] #25 6.211 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-09T00:32:03.407Z] #25 6.211 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-09T00:32:03.407Z] #25 6.211 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-09T00:32:03.407Z] #25 6.211 libssh2-1 libssl1.1 openssl [2021-03-09T00:32:03.407Z] #25 6.488 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-03-09T00:32:03.407Z] #25 6.488 Need to get 5057 kB of archives. [2021-03-09T00:32:03.407Z] #25 6.488 After this operation, 12.1 MB of additional disk space will be used. [2021-03-09T00:32:03.407Z] #25 6.488 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-09T00:32:03.407Z] #25 6.500 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-03-09T00:32:03.407Z] #25 6.500 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-09T00:32:03.407Z] #25 6.500 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-03-09T00:32:03.407Z] #25 6.520 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-03-09T00:32:03.407Z] #25 6.520 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-03-09T00:32:03.407Z] #25 6.520 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-03-09T00:32:03.407Z] #25 6.520 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-03-09T00:32:03.407Z] #25 6.540 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-03-09T00:32:03.407Z] #25 6.540 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-03-09T00:32:03.407Z] #25 6.555 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-03-09T00:32:03.407Z] #25 6.555 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-03-09T00:32:03.407Z] #25 6.555 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-03-09T00:32:03.407Z] #25 6.555 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-03-09T00:32:03.407Z] #25 6.555 Get:15 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-03-09T00:32:03.407Z] #25 6.557 Get:16 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-09T00:32:03.407Z] #25 6.560 Get:17 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-09T00:32:03.407Z] #25 6.563 Get:18 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-09T00:32:03.407Z] #25 6.571 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-09T00:32:03.407Z] #25 6.571 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-09T00:32:03.407Z] #25 6.576 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-03-09T00:32:03.407Z] #25 6.770 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:32:03.407Z] #25 6.797 Fetched 5057 kB in 0s (14.1 MB/s) [2021-03-09T00:32:03.407Z] #25 6.855 Selecting previously unselected package libssl1.1:amd64. [2021-03-09T00:32:03.407Z] #25 6.855 (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-09T00:32:03.407Z] #25 6.859 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-09T00:32:03.407Z] #25 6.870 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-09T00:32:03.407Z] #25 7.121 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-09T00:32:03.407Z] #25 7.121 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-09T00:32:03.407Z] #25 7.135 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:32:03.407Z] #25 7.180 Selecting previously unselected package libsasl2-2:amd64. [2021-03-09T00:32:03.407Z] #25 7.180 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-09T00:32:03.407Z] #25 7.186 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:32:03.407Z] #25 7.254 Selecting previously unselected package libldap-common. [2021-03-09T00:32:03.407Z] #25 7.254 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-09T00:32:03.408Z] #25 7.263 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:32:03.408Z] #25 7.331 Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-09T00:32:03.408Z] #25 7.331 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 7.337 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:32:03.408Z] #25 7.441 Selecting previously unselected package openssl. [2021-03-09T00:32:03.408Z] #25 7.441 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 7.445 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-09T00:32:03.408Z] #25 7.717 Selecting previously unselected package ca-certificates. [2021-03-09T00:32:03.408Z] #25 7.717 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-09T00:32:03.408Z] #25 7.723 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-09T00:32:03.408Z] #25 7.829 Selecting previously unselected package libkeyutils1:amd64. [2021-03-09T00:32:03.408Z] #25 7.829 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 7.839 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-03-09T00:32:03.408Z] #25 7.880 Selecting previously unselected package libkrb5support0:amd64. [2021-03-09T00:32:03.408Z] #25 7.880 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 7.889 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:03.408Z] #25 7.939 Selecting previously unselected package libk5crypto3:amd64. [2021-03-09T00:32:03.408Z] #25 7.939 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 7.945 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:03.408Z] #25 8.016 Selecting previously unselected package libkrb5-3:amd64. [2021-03-09T00:32:03.408Z] #25 8.016 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 8.026 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:03.408Z] #25 8.160 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-09T00:32:03.408Z] #25 8.160 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 8.166 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:03.408Z] #25 8.231 Selecting previously unselected package libnghttp2-14:amd64. [2021-03-09T00:32:03.408Z] #25 8.231 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 8.239 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-09T00:32:03.408Z] #25 8.301 Selecting previously unselected package libpsl5:amd64. [2021-03-09T00:32:03.408Z] #25 8.301 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 8.306 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-03-09T00:32:03.408Z] #25 8.371 Selecting previously unselected package librtmp1:amd64. [2021-03-09T00:32:03.408Z] #25 8.371 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 8.371 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-09T00:32:03.408Z] #25 8.429 Selecting previously unselected package libssh2-1:amd64. [2021-03-09T00:32:03.408Z] #25 8.429 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 8.431 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-09T00:32:03.408Z] #25 8.526 Selecting previously unselected package libcurl4:amd64. [2021-03-09T00:32:03.408Z] #25 8.526 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 8.530 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-09T00:32:03.408Z] #25 8.631 Selecting previously unselected package curl. [2021-03-09T00:32:03.408Z] #25 8.631 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 8.635 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-09T00:32:03.408Z] #25 8.735 Selecting previously unselected package libonig5:amd64. [2021-03-09T00:32:03.408Z] #25 8.743 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 8.745 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:32:03.408Z] #25 8.827 Selecting previously unselected package libjq1:amd64. [2021-03-09T00:32:03.408Z] #25 8.827 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 8.830 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:32:03.408Z] #25 8.899 Selecting previously unselected package jq. [2021-03-09T00:32:03.408Z] #25 8.899 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:32:03.408Z] #25 8.915 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-09T00:32:03.408Z] #25 8.987 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-03-09T00:32:03.408Z] #25 9.002 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-03-09T00:32:03.408Z] #25 9.013 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-09T00:32:03.408Z] #25 9.140 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-09T00:32:03.408Z] #25 9.151 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:32:03.408Z] #25 9.168 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:03.408Z] #25 9.182 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:32:03.408Z] #25 9.199 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-09T00:32:03.408Z] #25 9.208 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:03.408Z] #25 9.221 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:32:03.408Z] #25 9.237 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-09T00:32:03.408Z] #25 9.258 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:03.408Z] #25 9.273 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-09T00:32:03.408Z] #25 9.292 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:32:03.408Z] #25 9.310 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:32:03.408Z] #25 9.373 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:32:03.662Z] #3 DONE 0.5s [2021-03-09T00:32:03.662Z] [2021-03-09T00:32:03.662Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-09T00:32:03.662Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-09T00:32:03.662Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-09T00:32:03.662Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-03-09T00:32:03.662Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-03-09T00:32:03.662Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 1.05MB / 9.64MB 0.1s [2021-03-09T00:32:03.662Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-09T00:32:03.668Z] #25 9.387 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-09T00:32:03.668Z] #25 ... [2021-03-09T00:32:03.668Z] [2021-03-09T00:32:03.668Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:03.668Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:32:03.699Z] #52 ... [2021-03-09T00:32:03.699Z] [2021-03-09T00:32:03.699Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2021-03-09T00:32:03.699Z] #14 DONE 1.0s [2021-03-09T00:32:03.924Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-03-09T00:32:03.924Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-03-09T00:32:03.929Z] #32 ... [2021-03-09T00:32:03.929Z] [2021-03-09T00:32:03.929Z] #56 [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-09T00:32:03.929Z] #56 sha256:9951118ff3b9fda3c61ba0284284834d948b5144f5ab12857bb653d307414835 [2021-03-09T00:32:03.929Z] #56 11.10 + cd /tmp/tmp.4M8AK8Nl5L/src/github.com/rootless-containers/rootlesskit [2021-03-09T00:32:03.929Z] #56 11.10 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:32:03.929Z] #56 11.37 + export GO111MODULE=on [2021-03-09T00:32:03.929Z] #56 11.37 + GO111MODULE=on [2021-03-09T00:32:03.929Z] #56 11.37 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-09T00:32:03.929Z] #56 11.37 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-09T00:32:03.929Z] #56 14.11 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:32:03.929Z] #56 14.11 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:32:03.929Z] #56 14.11 go: downloading github.com/pkg/errors v0.9.1 [2021-03-09T00:32:03.929Z] #56 14.17 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:32:03.929Z] #56 14.33 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-09T00:32:03.929Z] #56 14.34 go: downloading github.com/google/uuid v1.2.0 [2021-03-09T00:32:03.929Z] #56 14.34 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-09T00:32:03.929Z] #56 14.89 go: extracting github.com/google/uuid v1.2.0 [2021-03-09T00:32:03.929Z] #56 15.00 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:32:03.929Z] #56 15.19 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-09T00:32:03.929Z] #56 15.27 go: extracting github.com/pkg/errors v0.9.1 [2021-03-09T00:32:03.929Z] #56 15.70 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:32:03.929Z] #56 15.72 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-09T00:32:03.929Z] #56 15.96 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:32:03.929Z] #56 16.18 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:32:03.929Z] #56 16.58 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-09T00:32:03.929Z] #56 16.67 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:32:03.991Z] [2021-03-09T00:32:03.991Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:32:03.991Z] #42 32.27 CC criu/arch/s390/sigframe.o [2021-03-09T00:32:03.991Z] #42 32.40 LINK criu/arch/s390/crtools.built-in.o [2021-03-09T00:32:03.991Z] #42 32.42 DEP criu/pie/util-vdso.d [2021-03-09T00:32:03.991Z] #42 32.50 DEP criu/pie/util.d [2021-03-09T00:32:03.991Z] #42 32.61 CC criu/pie/util.o [2021-03-09T00:32:03.991Z] #42 32.76 CC criu/pie/util-vdso.o [2021-03-09T00:32:03.991Z] #42 33.25 AR criu/pie/pie.lib.a [2021-03-09T00:32:03.991Z] #42 33.28 DEP criu/pie/restorer.d [2021-03-09T00:32:03.991Z] #42 33.63 DEP criu/arch/s390/restorer.d [2021-03-09T00:32:03.991Z] #42 33.73 DEP criu/arch/s390/vdso-pie.d [2021-03-09T00:32:03.991Z] #42 33.82 DEP criu/pie/parasite-vdso.d [2021-03-09T00:32:03.991Z] #42 33.93 DEP criu/pie/parasite.d [2021-03-09T00:32:03.991Z] #42 34.12 CC criu/pie/parasite.o [2021-03-09T00:32:03.991Z] #42 35.22 LINK criu/pie/parasite.built-in.o [2021-03-09T00:32:03.991Z] #42 35.22 GEN criu/pie/parasite-blob.h [2021-03-09T00:32:03.991Z] #42 35.24 CC criu/pie/parasite-vdso.o [2021-03-09T00:32:03.991Z] #42 35.65 CC criu/arch/s390/vdso-pie.o [2021-03-09T00:32:03.991Z] #42 35.97 CC criu/arch/s390/restorer.o [2021-03-09T00:32:03.991Z] #42 36.25 CC criu/pie/restorer.o [2021-03-09T00:32:04.185Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s [2021-03-09T00:32:04.187Z] Commit message: "Merge commit 'dbc3365da22ce76367ccaad79248c9a98332d80d' into HEAD" [2021-03-09T00:32:04.186Z] > git rev-list --no-walk 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [2021-03-09T00:32:04.448Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.5s done [2021-03-09T00:32:04.499Z] #56 ... [2021-03-09T00:32:04.499Z] [2021-03-09T00:32:04.499Z] #47 [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-09T00:32:04.499Z] #47 sha256:97a34766e72586e36608f0a4de3720fb347ff0b15fb25cc0bee3cd5e0062d84a [2021-03-09T00:32:04.499Z] #47 17.03 go: downloading github.com/pkg/errors v0.8.1 [2021-03-09T00:32:04.499Z] #47 17.04 go: downloading github.com/fatih/color v1.7.0 [2021-03-09T00:32:04.499Z] #47 17.15 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:32:04.499Z] #47 17.15 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-09T00:32:04.499Z] #47 17.25 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:32:04.625Z] #42 ... [2021-03-09T00:32:04.625Z] [2021-03-09T00:32:04.625Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2021-03-09T00:32:04.625Z] #15 0.660 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-09T00:32:04.625Z] #15 DONE 0.8s [2021-03-09T00:32:04.625Z] [2021-03-09T00:32:04.625Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2021-03-09T00:32:04.711Z] #4 DONE 1.0s [Pipeline] sh [2021-03-09T00:32:04.756Z] #47 17.30 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:32:04.756Z] #47 17.39 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:32:04.756Z] #47 17.49 go: downloading github.com/spf13/viper v1.6.1 [2021-03-09T00:32:05.002Z] [2021-03-09T00:32:05.002Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-03-09T00:32:05.002Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-09T00:32:05.014Z] #47 17.57 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-09T00:32:05.014Z] #47 17.59 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:32:05.014Z] #47 ... [2021-03-09T00:32:05.014Z] [2021-03-09T00:32:05.014Z] #22 [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-09T00:32:05.014Z] #22 sha256:549163bbd3034a3da6e64c6857eb75519a2effc1dff3332611a54b83369bc171 [2021-03-09T00:32:05.014Z] #22 7.684 + RM_GOPATH=0 [2021-03-09T00:32:05.014Z] #22 7.684 + TMP_GOPATH= [2021-03-09T00:32:05.014Z] #22 7.684 + : /build [2021-03-09T00:32:05.014Z] #22 7.684 + '[' -z '' ']' [2021-03-09T00:32:05.014Z] #22 7.684 ++ mktemp -d [2021-03-09T00:32:05.014Z] #22 7.684 + export GOPATH=/tmp/tmp.ZoqXEuhxJM [2021-03-09T00:32:05.014Z] #22 7.684 + GOPATH=/tmp/tmp.ZoqXEuhxJM [2021-03-09T00:32:05.014Z] #22 7.684 + RM_GOPATH=1 [2021-03-09T00:32:05.014Z] #22 7.684 + case "$(go env GOARCH)" in [2021-03-09T00:32:05.014Z] #22 7.684 ++ go env GOARCH [2021-03-09T00:32:05.014Z] #22 7.769 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:05.014Z] #22 7.769 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:05.014Z] #22 7.769 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:05.014Z] #22 7.790 + dir=/tmp/install [2021-03-09T00:32:05.014Z] #22 7.790 + bin=dockercli [2021-03-09T00:32:05.014Z] #22 7.790 + shift [2021-03-09T00:32:05.014Z] #22 7.790 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-09T00:32:05.014Z] #22 7.790 + . /tmp/install/dockercli.installer [2021-03-09T00:32:05.014Z] #22 7.790 ++ : stable [2021-03-09T00:32:05.014Z] #22 7.790 ++ : 17.06.2-ce [2021-03-09T00:32:05.014Z] #22 7.790 + install_dockercli [2021-03-09T00:32:05.014Z] #22 7.790 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-09T00:32:05.014Z] #22 7.790 ++ uname -m [2021-03-09T00:32:05.014Z] #22 7.790 + arch=x86_64 [2021-03-09T00:32:05.014Z] #22 7.790 + '[' x86_64 '!=' x86_64 ']' [2021-03-09T00:32:05.014Z] #22 7.790 + url=https://download.docker.com/linux/static [2021-03-09T00:32:05.014Z] #22 7.790 + tar -xz docker/docker [2021-03-09T00:32:05.014Z] #22 7.794 Install docker/cli version 17.06.2-ce from stable [2021-03-09T00:32:05.014Z] #22 7.796 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-03-09T00:32:05.273Z] #22 ... [2021-03-09T00:32:05.273Z] [2021-03-09T00:32:05.273Z] #30 [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-09T00:32:05.273Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:32:05.273Z] #30 7.538 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-09T00:32:05.273Z] #30 7.545 Cloning into '.'... [2021-03-09T00:32:05.273Z] #30 ... [2021-03-09T00:32:05.273Z] [2021-03-09T00:32:05.273Z] #47 [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-09T00:32:05.273Z] #47 sha256:97a34766e72586e36608f0a4de3720fb347ff0b15fb25cc0bee3cd5e0062d84a [2021-03-09T00:32:05.273Z] #47 17.77 go: extracting github.com/pkg/errors v0.8.1 [2021-03-09T00:32:05.273Z] #47 17.97 go: extracting github.com/fatih/color v1.7.0 [2021-03-09T00:32:05.283Z] #7 ... [2021-03-09T00:32:05.283Z] [2021-03-09T00:32:05.283Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-09T00:32:05.283Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-09T00:32:05.283Z] #5 DONE 0.4s [2021-03-09T00:32:05.445Z] + docker version [2021-03-09T00:32:05.530Z] #47 17.97 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:32:05.530Z] #47 17.98 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:32:05.530Z] #47 18.01 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:32:05.530Z] #47 ... [2021-03-09T00:32:05.530Z] [2021-03-09T00:32:05.530Z] #45 [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-09T00:32:05.530Z] #45 sha256:e0b1a5bd8039dc0c02d213bda4340f14c47da2b48a1976753cd7c87ef939fdbd [2021-03-09T00:32:05.530Z] #45 8.045 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-09T00:32:05.530Z] #45 8.741 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-09T00:32:05.530Z] #45 9.847 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-09T00:32:05.530Z] #45 9.972 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:32:05.530Z] #45 9.973 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:32:05.530Z] #45 9.973 go: downloading github.com/fatih/color v1.9.0 [2021-03-09T00:32:05.530Z] #45 10.04 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:32:05.530Z] #45 10.05 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:32:05.530Z] #45 10.09 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:32:05.530Z] #45 10.83 go: extracting github.com/fatih/color v1.9.0 [2021-03-09T00:32:05.530Z] #45 10.89 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:32:05.530Z] #45 10.93 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:32:05.530Z] #45 10.93 go: downloading github.com/pkg/errors v0.9.1 [2021-03-09T00:32:05.530Z] #45 10.94 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:32:05.530Z] #45 10.94 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:32:05.530Z] #45 10.94 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:32:05.530Z] #45 11.03 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:32:05.530Z] #45 11.04 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-09T00:32:05.530Z] #45 11.56 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:32:05.530Z] #45 12.15 go: extracting github.com/pkg/errors v0.9.1 [2021-03-09T00:32:05.530Z] #45 12.26 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:32:05.530Z] #45 15.08 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:32:05.530Z] #45 15.90 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:32:05.530Z] #45 17.20 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:32:05.530Z] #45 ... [2021-03-09T00:32:05.530Z] [2021-03-09T00:32:05.530Z] #47 [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-09T00:32:05.530Z] #47 sha256:97a34766e72586e36608f0a4de3720fb347ff0b15fb25cc0bee3cd5e0062d84a [2021-03-09T00:32:05.530Z] #47 18.22 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-09T00:32:05.530Z] #47 18.22 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:32:05.544Z] [2021-03-09T00:32:05.544Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-03-09T00:32:05.544Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-09T00:32:05.544Z] #7 DONE 0.5s [2021-03-09T00:32:05.544Z] [2021-03-09T00:32:05.544Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-03-09T00:32:05.544Z] #6 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-03-09T00:32:05.544Z] #6 DONE 0.6s [2021-03-09T00:32:05.663Z] #16 DONE 0.8s [2021-03-09T00:32:05.663Z] [2021-03-09T00:32:05.663Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2021-03-09T00:32:05.790Z] #47 18.31 go: extracting github.com/spf13/viper v1.6.1 [2021-03-09T00:32:05.790Z] #47 18.32 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-09T00:32:05.790Z] #47 18.38 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:32:06.123Z] #47 18.60 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:32:06.381Z] #47 19.04 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:32:06.381Z] #47 19.09 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:32:06.492Z] [2021-03-09T00:32:06.492Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-03-09T00:32:06.492Z] #60 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-03-09T00:32:06.492Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 0.0s done [2021-03-09T00:32:06.492Z] #60 DONE 0.0s [2021-03-09T00:32:06.492Z] [2021-03-09T00:32:06.492Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-09T00:32:06.492Z] #24 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-03-09T00:32:06.492Z] #24 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 0.0s done [2021-03-09T00:32:06.492Z] #24 DONE 0.0s [2021-03-09T00:32:06.492Z] [2021-03-09T00:32:06.492Z] #21 [internal] load build context [2021-03-09T00:32:06.492Z] #21 sha256:b5e78844cd6a0128fb02a9f14461999ab7e5b0429f0e52ee9998d68f90f22fa4 [2021-03-09T00:32:06.699Z] #17 DONE 1.0s [2021-03-09T00:32:06.699Z] [2021-03-09T00:32:06.699Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-03-09T00:32:06.975Z] #47 19.47 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:32:06.975Z] #47 19.53 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:32:07.232Z] #47 19.62 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-09T00:32:07.232Z] #47 19.87 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:32:07.510Z] #47 20.07 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:32:07.510Z] #47 20.08 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-09T00:32:07.736Z] #18 DONE 1.0s [2021-03-09T00:32:07.736Z] [2021-03-09T00:32:07.736Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-09T00:32:07.784Z] #47 20.38 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:32:07.875Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.0s [2021-03-09T00:32:08.030Z] #19 ... [2021-03-09T00:32:08.030Z] [2021-03-09T00:32:08.030Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-09T00:32:08.030Z] #44 66.21 mime/quotedprintable [2021-03-09T00:32:08.030Z] #44 66.42 net/http/internal [2021-03-09T00:32:08.030Z] #44 68.45 net/textproto [2021-03-09T00:32:08.030Z] #44 68.46 crypto/x509 [2021-03-09T00:32:08.030Z] #44 69.01 vendor/golang.org/x/net/http/httpguts [2021-03-09T00:32:08.030Z] #44 69.22 vendor/golang.org/x/net/http/httpproxy [2021-03-09T00:32:08.030Z] #44 69.51 mime/multipart [2021-03-09T00:32:08.030Z] #44 70.99 crypto/tls [2021-03-09T00:32:08.030Z] #44 75.87 net/http/httptrace [2021-03-09T00:32:08.030Z] #44 76.08 net/http [2021-03-09T00:32:08.044Z] #47 ... [2021-03-09T00:32:08.044Z] [2021-03-09T00:32:08.044Z] #53 [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-09T00:32:08.044Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:32:08.044Z] #53 10.47 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:32:08.044Z] #53 14.38 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:32:08.044Z] #53 17.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:32:08.044Z] #53 ... [2021-03-09T00:32:08.044Z] [2021-03-09T00:32:08.044Z] #34 [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-09T00:32:08.044Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:32:08.044Z] #34 10.61 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:32:08.044Z] #34 13.82 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:32:08.044Z] #34 17.33 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:32:08.188Z] Fetching without tags [2021-03-09T00:32:08.301Z] #34 ... [2021-03-09T00:32:08.301Z] [2021-03-09T00:32:08.301Z] #47 [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-09T00:32:08.301Z] #47 sha256:97a34766e72586e36608f0a4de3720fb347ff0b15fb25cc0bee3cd5e0062d84a [2021-03-09T00:32:08.301Z] #47 20.73 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:32:08.301Z] #47 20.96 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:32:08.322Z] #44 ... [2021-03-09T00:32:08.322Z] [2021-03-09T00:32:08.322Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:32:08.322Z] #42 38.32 LINK criu/pie/restorer.built-in.o [2021-03-09T00:32:08.322Z] #42 38.32 GEN criu/pie/restorer-blob.h [2021-03-09T00:32:08.322Z] #42 38.35 DEP criu/vdso.d [2021-03-09T00:32:08.322Z] #42 38.63 DEP criu/uts_ns.d [2021-03-09T00:32:08.322Z] #42 38.80 DEP criu/util.d [2021-03-09T00:32:08.322Z] #42 39.00 DEP criu/uffd.d [2021-03-09T00:32:08.322Z] #42 39.26 DEP criu/tun.d [2021-03-09T00:32:08.322Z] #42 39.42 DEP criu/tty.d [2021-03-09T00:32:08.322Z] #42 39.58 DEP criu/timerfd.d [2021-03-09T00:32:08.322Z] #42 39.76 DEP criu/timens.d [2021-03-09T00:32:08.322Z] #42 39.97 DEP criu/sysfs_parse.d [2021-03-09T00:32:08.322Z] #42 40.15 DEP criu/sysctl.d [2021-03-09T00:32:08.322Z] #42 40.36 DEP criu/string.d [2021-03-09T00:32:08.322Z] #42 40.38 DEP criu/stats.d [2021-03-09T00:32:08.322Z] #42 40.59 DEP criu/sockets.d [2021-03-09T00:32:08.322Z] #42 40.69 DEP criu/sk-unix.d [2021-03-09T00:32:08.322Z] #42 40.81 DEP criu/sk-tcp.d [2021-03-09T00:32:08.322Z] #42 40.93 DEP criu/sk-queue.d [2021-03-09T00:32:08.418Z] #21 transferring context: 14.04MB 1.8s [2021-03-09T00:32:08.465Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.3s done [2021-03-09T00:32:08.577Z] #47 21.12 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:32:08.614Z] #42 41.02 DEP criu/sk-packet.d [2021-03-09T00:32:08.614Z] #42 41.21 DEP criu/sk-netlink.d [2021-03-09T00:32:08.644Z] Merging remotes/origin/master commit dbc3365da22ce76367ccaad79248c9a98332d80d into PR head commit 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 [2021-03-09T00:32:08.834Z] #47 ... [2021-03-09T00:32:08.834Z] [2021-03-09T00:32:08.834Z] #22 [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-09T00:32:08.834Z] #22 sha256:549163bbd3034a3da6e64c6857eb75519a2effc1dff3332611a54b83369bc171 [2021-03-09T00:32:08.834Z] #22 21.36 + mkdir -p /build [2021-03-09T00:32:08.834Z] #22 21.39 + mv docker/docker /build/ [2021-03-09T00:32:08.834Z] #22 21.41 + rmdir docker [2021-03-09T00:32:08.834Z] #22 DONE 21.5s [2021-03-09T00:32:08.905Z] #42 41.41 DEP criu/sk-inet.d [2021-03-09T00:32:09.032Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-03-09T00:32:09.092Z] [2021-03-09T00:32:09.092Z] #56 [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-09T00:32:09.092Z] #56 sha256:9951118ff3b9fda3c61ba0284284834d948b5144f5ab12857bb653d307414835 [2021-03-09T00:32:09.092Z] #56 17.72 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:32:09.092Z] #56 17.95 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:32:09.092Z] #56 19.05 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-09T00:32:09.092Z] #56 20.63 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:32:09.092Z] #56 20.92 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:32:09.092Z] #56 20.99 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:32:09.092Z] #56 21.17 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:32:09.197Z] #42 41.59 DEP criu/signalfd.d [2021-03-09T00:32:09.198Z] #42 41.69 DEP criu/sigframe.d [2021-03-09T00:32:09.198Z] #42 41.76 DEP criu/shmem.d [2021-03-09T00:32:09.198Z] #42 41.88 DEP criu/servicefd.d [2021-03-09T00:32:07.977Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:32:07.998Z] > git config --add remote.origin.fetch +refs/pull/41757/head:refs/remotes/origin/PR-41757 # timeout=10 [2021-03-09T00:32:08.086Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:32:08.130Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:32:08.193Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:32:08.194Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:32:08.206Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:32:08.670Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:32:08.732Z] > git checkout -f 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [2021-03-09T00:32:09.490Z] #42 41.98 DEP criu/seize.d [2021-03-09T00:32:09.490Z] #42 42.10 DEP criu/seccomp.d [2021-03-09T00:32:09.603Z] #8 ... [2021-03-09T00:32:09.603Z] [2021-03-09T00:32:09.603Z] #25 [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-09T00:32:09.603Z] #25 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-09T00:32:09.603Z] #25 10.10 Updating certificates in /etc/ssl/certs... [2021-03-09T00:32:09.603Z] #25 11.31 137 added, 0 removed; done. [2021-03-09T00:32:09.603Z] #25 11.35 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:09.603Z] #25 11.36 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-09T00:32:09.603Z] #25 11.38 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-09T00:32:09.603Z] #25 11.39 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-09T00:32:09.603Z] #25 11.40 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:32:09.603Z] #25 11.42 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-09T00:32:09.603Z] #25 11.43 Updating certificates in /etc/ssl/certs... [2021-03-09T00:32:09.603Z] #25 12.45 0 added, 0 removed; done. [2021-03-09T00:32:09.603Z] #25 12.45 Running hooks in /etc/ca-certificates/update.d... [2021-03-09T00:32:09.603Z] #25 12.45 done. [2021-03-09T00:32:09.603Z] #25 DONE 15.6s [2021-03-09T00:32:09.603Z] [2021-03-09T00:32:09.603Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:09.603Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:32:09.603Z] #8 ... [2021-03-09T00:32:09.603Z] [2021-03-09T00:32:09.603Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-09T00:32:09.603Z] #26 sha256:b52feffdb96b2994a0c4d3910c64b9521ffeaea218316a513696087030bf6195 [2021-03-09T00:32:09.657Z] #56 ... [2021-03-09T00:32:09.657Z] [2021-03-09T00:32:09.657Z] #43 [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-09T00:32:09.657Z] #43 sha256:c5047339b0fe649e0b3ecf0acd9732686689aaff11fc0c3bd59d1bafc7a63317 [2021-03-09T00:32:09.657Z] #43 12.12 runtime [2021-03-09T00:32:09.657Z] #43 15.66 unicode/utf8 [2021-03-09T00:32:09.657Z] #43 16.73 math [2021-03-09T00:32:09.657Z] #43 20.10 unicode/utf16 [2021-03-09T00:32:09.657Z] #43 20.53 container/list [2021-03-09T00:32:09.657Z] #43 21.60 crypto/internal/subtle [2021-03-09T00:32:09.657Z] #43 22.04 crypto/subtle [2021-03-09T00:32:09.657Z] #43 22.16 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-09T00:32:09.657Z] #43 22.32 internal/nettrace [2021-03-09T00:32:09.657Z] #43 ... [2021-03-09T00:32:09.657Z] [2021-03-09T00:32:09.657Z] #49 [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-09T00:32:09.657Z] #49 sha256:1994ecef52da5f714984a264bf36d4e9f26e60036613137a0003b04a59a4c111 [2021-03-09T00:32:09.657Z] #49 21.89 + cd /tmp/tmp.06wPXrUA4s/src/github.com/mvdan/sh [2021-03-09T00:32:09.657Z] #49 21.89 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:32:09.657Z] #49 22.17 + GO111MODULE=on [2021-03-09T00:32:09.657Z] #49 22.18 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-09T00:32:09.783Z] #42 42.32 DEP criu/rst-malloc.d [2021-03-09T00:32:09.783Z] #42 42.36 DEP criu/rbtree.d [2021-03-09T00:32:09.804Z] #21 ... [2021-03-09T00:32:09.804Z] [2021-03-09T00:32:09.804Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-03-09T00:32:09.804Z] #60 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-03-09T00:32:09.804Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-03-09T00:32:09.804Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-03-09T00:32:09.804Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-03-09T00:32:09.804Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.1s done [2021-03-09T00:32:09.804Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.5s done [2021-03-09T00:32:09.804Z] #60 DONE 3.1s [2021-03-09T00:32:09.804Z] [2021-03-09T00:32:09.804Z] #21 [internal] load build context [2021-03-09T00:32:09.804Z] #21 sha256:b5e78844cd6a0128fb02a9f14461999ab7e5b0429f0e52ee9998d68f90f22fa4 [2021-03-09T00:32:09.863Z] #26 DONE 0.1s [2021-03-09T00:32:09.863Z] [2021-03-09T00:32:09.863Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:09.863Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:32:10.075Z] #42 42.38 DEP criu/pstree.d [2021-03-09T00:32:10.075Z] #42 42.51 DEP criu/protobuf.d [2021-03-09T00:32:10.075Z] #42 42.60 GEN criu/protobuf-desc-gen.h [2021-03-09T00:32:10.977Z] Merge succeeded, producing 7a09e59481f853279ef06f840aada47dc7d15e67 [2021-03-09T00:32:10.977Z] Checking out Revision 7a09e59481f853279ef06f840aada47dc7d15e67 (PR-41757) [2021-03-09T00:32:11.111Z] #42 43.69 DEP criu/protobuf-desc.d [2021-03-09T00:32:11.402Z] #42 43.87 DEP criu/proc_parse.d [2021-03-09T00:32:11.402Z] #42 44.10 DEP criu/plugin.d [2021-03-09T00:32:10.190Z] > git remote # timeout=10 [2021-03-09T00:32:10.262Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T00:32:10.280Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:32:10.317Z] > git merge dbc3365da22ce76367ccaad79248c9a98332d80d # timeout=10 [2021-03-09T00:32:10.966Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T00:32:10.981Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:32:10.995Z] > git checkout -f 7a09e59481f853279ef06f840aada47dc7d15e67 # timeout=10 [2021-03-09T00:32:11.694Z] #42 44.18 DEP criu/pipes.d [2021-03-09T00:32:11.695Z] #42 ... [2021-03-09T00:32:11.695Z] [2021-03-09T00:32:11.695Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:32:11.695Z] #57 74.82 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-09T00:32:11.695Z] #57 74.82 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-09T00:32:11.695Z] #57 DONE 79.9s [2021-03-09T00:32:11.695Z] [2021-03-09T00:32:11.695Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-09T00:32:11.695Z] #58 DONE 0.1s [2021-03-09T00:32:11.695Z] [2021-03-09T00:32:11.695Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-09T00:32:11.695Z] #19 0.988 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:32:11.695Z] #19 1.031 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:32:11.695Z] #19 1.031 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:32:11.695Z] #19 1.425 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-09T00:32:11.695Z] #19 2.705 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [239 kB] [2021-03-09T00:32:11.695Z] #19 3.607 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-09T00:32:11.699Z] #49 ... [2021-03-09T00:32:11.699Z] [2021-03-09T00:32:11.699Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:32:11.699Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:32:11.699Z] #11 14.13 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:32:11.699Z] #11 17.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:32:11.699Z] #11 ... [2021-03-09T00:32:11.699Z] [2021-03-09T00:32:11.699Z] #45 [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-09T00:32:11.699Z] #45 sha256:e0b1a5bd8039dc0c02d213bda4340f14c47da2b48a1976753cd7c87ef939fdbd [2021-03-09T00:32:11.699Z] #45 23.33 go: finding github.com/fatih/color v1.9.0 [2021-03-09T00:32:11.699Z] #45 23.46 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:32:11.699Z] #45 23.76 go: finding github.com/pkg/errors v0.9.1 [2021-03-09T00:32:11.699Z] #45 23.94 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:32:11.699Z] #45 23.98 go: finding github.com/spf13/pflag v1.0.3 [2021-03-09T00:32:11.699Z] #45 24.08 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:32:11.958Z] #45 ... [2021-03-09T00:32:11.958Z] [2021-03-09T00:32:11.958Z] #40 [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-09T00:32:11.958Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:32:11.958Z] #40 14.57 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:32:11.958Z] #40 17.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:32:11.995Z] #19 ... [2021-03-09T00:32:11.995Z] [2021-03-09T00:32:11.995Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-09T00:32:11.995Z] #59 DONE 0.1s [2021-03-09T00:32:11.995Z] [2021-03-09T00:32:11.995Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:32:11.995Z] #42 44.38 DEP criu/pie-util.d [2021-03-09T00:32:11.995Z] #42 44.46 DEP criu/pie-util-vdso.d [2021-03-09T00:32:12.222Z] #40 ... [2021-03-09T00:32:12.222Z] [2021-03-09T00:32:12.222Z] #49 [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-09T00:32:12.222Z] #49 sha256:1994ecef52da5f714984a264bf36d4e9f26e60036613137a0003b04a59a4c111 [2021-03-09T00:32:12.222Z] #49 24.74 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:32:12.222Z] #49 24.78 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:32:12.301Z] #42 44.79 DEP criu/path.d [2021-03-09T00:32:12.371Z] #21 transferring context: 53.41MB 5.6s done [2021-03-09T00:32:12.371Z] #21 DONE 6.0s [2021-03-09T00:32:12.371Z] [2021-03-09T00:32:12.371Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:12.371Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:32:12.371Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-09T00:32:12.371Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-09T00:32:12.371Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-03-09T00:32:12.371Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-03-09T00:32:12.371Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.9s done [2021-03-09T00:32:12.371Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 2.5s done [2021-03-09T00:32:12.371Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.6s [2021-03-09T00:32:12.371Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 3.0s done [2021-03-09T00:32:12.371Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.4s done [2021-03-09T00:32:12.371Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.6s [2021-03-09T00:32:12.371Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.6s [2021-03-09T00:32:12.371Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.6s [2021-03-09T00:32:12.481Z] #49 24.96 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:32:12.595Z] #42 45.00 DEP criu/parasite-syscall.d [2021-03-09T00:32:12.901Z] #42 45.25 DEP criu/pagemap.d [2021-03-09T00:32:12.901Z] #42 45.40 DEP criu/pagemap-cache.d [2021-03-09T00:32:13.052Z] #49 25.70 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:32:13.197Z] #42 45.62 DEP criu/page-xfer.d [2021-03-09T00:32:13.197Z] #42 45.90 DEP criu/page-pipe.d [2021-03-09T00:32:13.308Z] #49 25.83 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:32:13.310Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 6.7s done [2021-03-09T00:32:13.489Z] #42 46.01 DEP criu/netfilter.d [2021-03-09T00:32:13.489Z] #42 46.13 DEP criu/net.d [2021-03-09T00:32:13.596Z] Client: Docker Engine - Community [2021-03-09T00:32:13.596Z] Version: 20.10.3 [2021-03-09T00:32:13.596Z] API version: 1.41 [2021-03-09T00:32:13.596Z] Go version: go1.13.15 [2021-03-09T00:32:13.596Z] Git commit: 48d30b5 [2021-03-09T00:32:13.596Z] Built: Fri Jan 29 14:33:53 2021 [2021-03-09T00:32:13.596Z] OS/Arch: linux/arm64 [2021-03-09T00:32:13.596Z] Context: default [2021-03-09T00:32:13.596Z] Experimental: true [2021-03-09T00:32:13.596Z] [2021-03-09T00:32:13.596Z] Server: Docker Engine - Community [2021-03-09T00:32:13.596Z] Engine: [2021-03-09T00:32:13.596Z] Version: 20.10.3 [2021-03-09T00:32:13.596Z] API version: 1.41 (minimum version 1.12) [2021-03-09T00:32:13.596Z] Go version: go1.13.15 [2021-03-09T00:32:13.596Z] Git commit: 46229ca [2021-03-09T00:32:13.596Z] Built: Fri Jan 29 14:32:08 2021 [2021-03-09T00:32:13.596Z] OS/Arch: linux/arm64 [2021-03-09T00:32:13.596Z] Experimental: true [2021-03-09T00:32:13.596Z] containerd: [2021-03-09T00:32:13.596Z] Version: 1.4.3 [2021-03-09T00:32:13.596Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-09T00:32:13.596Z] runc: [2021-03-09T00:32:13.596Z] Version: 1.0.0-rc92 [2021-03-09T00:32:13.596Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-09T00:32:13.596Z] docker-init: [2021-03-09T00:32:13.596Z] Version: 0.19.0 [2021-03-09T00:32:13.596Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-09T00:32:13.781Z] #42 46.40 DEP criu/namespaces.d [2021-03-09T00:32:13.942Z] + docker info [2021-03-09T00:32:14.062Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.0s [2021-03-09T00:32:14.074Z] #42 46.51 DEP criu/mount.d [2021-03-09T00:32:14.365Z] #42 46.68 DEP criu/memfd.d [2021-03-09T00:32:14.365Z] #42 46.75 DEP criu/mem.d [2021-03-09T00:32:14.365Z] #42 46.88 DEP criu/lsm.d [2021-03-09T00:32:14.657Z] #42 47.02 DEP criu/log.d [2021-03-09T00:32:14.657Z] #42 47.19 DEP criu/libnetlink.d [2021-03-09T00:32:14.680Z] #49 26.92 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:32:14.949Z] #42 47.34 DEP criu/kerndat.d [2021-03-09T00:32:14.949Z] #42 47.48 DEP criu/kcmp-ids.d [2021-03-09T00:32:15.190Z] Commit message: "Merge commit 'dbc3365da22ce76367ccaad79248c9a98332d80d' into HEAD" [2021-03-09T00:32:15.222Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.4s done [2021-03-09T00:32:15.222Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.4s done [2021-03-09T00:32:15.222Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 8.5s done [2021-03-09T00:32:15.241Z] #42 47.58 DEP criu/irmap.d [2021-03-09T00:32:15.241Z] #42 47.67 DEP criu/ipc_ns.d [2021-03-09T00:32:15.241Z] #42 47.84 DEP criu/image.d [2021-03-09T00:32:15.241Z] #42 47.93 DEP criu/image-desc.d [2021-03-09T00:32:15.250Z] #49 ... [2021-03-09T00:32:15.250Z] [2021-03-09T00:32:15.250Z] #32 [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-09T00:32:15.250Z] #32 sha256:0fd1a287587fdef94e9de559a56021bd2e8d7b7bb660903b8736e93b6269a257 [2021-03-09T00:32:15.250Z] #32 17.67 internal/testlog [2021-03-09T00:32:15.250Z] #32 17.97 encoding [2021-03-09T00:32:15.250Z] #32 18.21 runtime/cgo [2021-03-09T00:32:15.250Z] #32 ... [2021-03-09T00:32:15.250Z] [2021-03-09T00:32:15.250Z] #45 [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-09T00:32:15.250Z] #45 sha256:e0b1a5bd8039dc0c02d213bda4340f14c47da2b48a1976753cd7c87ef939fdbd [2021-03-09T00:32:15.250Z] #45 24.71 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:32:15.250Z] #45 25.26 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:32:15.250Z] #45 25.41 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:32:15.250Z] #45 25.41 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:32:15.250Z] #45 25.42 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:32:15.195Z] > git rev-list --no-walk 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [2021-03-09T00:32:15.483Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-03-09T00:32:15.533Z] #42 48.04 DEP criu/fsnotify.d [2021-03-09T00:32:15.533Z] #42 48.17 DEP criu/filesystems.d [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-09T00:32:15.745Z] #8 ... [2021-03-09T00:32:15.745Z] [2021-03-09T00:32:15.745Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-09T00:32:15.745Z] #24 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-03-09T00:32:15.745Z] #24 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-03-09T00:32:15.745Z] #24 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-03-09T00:32:15.745Z] #24 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-03-09T00:32:15.745Z] #24 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-03-09T00:32:15.745Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 2.6s done [2021-03-09T00:32:15.745Z] #24 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 6.2s done [2021-03-09T00:32:15.745Z] #24 DONE 9.5s [2021-03-09T00:32:15.745Z] [2021-03-09T00:32:15.745Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:15.745Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:32:15.745Z] #8 ... [2021-03-09T00:32:15.745Z] [2021-03-09T00:32:15.745Z] #25 [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-09T00:32:15.745Z] #25 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-09T00:32:15.824Z] #42 48.34 DEP criu/files.d [2021-03-09T00:32:15.825Z] #42 48.47 DEP criu/files-reg.d [2021-03-09T00:32:16.150Z] #42 48.61 DEP criu/files-ext.d [2021-03-09T00:32:16.150Z] #42 48.71 DEP criu/file-lock.d [2021-03-09T00:32:16.150Z] #42 48.82 DEP criu/file-ids.d [2021-03-09T00:32:16.309Z] + docker version [2021-03-09T00:32:16.445Z] #42 48.96 DEP criu/fifo.d [2021-03-09T00:32:16.445Z] #42 49.10 DEP criu/fdstore.d [2021-03-09T00:32:16.737Z] #42 49.16 DEP criu/fault-injection.d [2021-03-09T00:32:16.737Z] #42 49.19 DEP criu/external.d [2021-03-09T00:32:16.737Z] #42 49.24 DEP criu/eventpoll.d [2021-03-09T00:32:17.028Z] #42 49.44 DEP criu/eventfd.d [2021-03-09T00:32:17.028Z] #42 49.53 DEP criu/crtools.d [2021-03-09T00:32:17.028Z] #42 49.62 DEP criu/cr-service.d [2021-03-09T00:32:17.145Z] #45 ... [2021-03-09T00:32:17.145Z] [2021-03-09T00:32:17.145Z] #62 [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-09T00:32:17.145Z] #62 sha256:d73cf29bff9709c46a7777cf250dda18295ff8783c5900bbd6d9be60f7d3fc41 [2021-03-09T00:32:17.320Z] #42 49.81 DEP criu/cr-restore.d [2021-03-09T00:32:17.612Z] #42 50.03 DEP criu/cr-errno.d [2021-03-09T00:32:17.612Z] #42 50.03 DEP criu/cr-dump.d [2021-03-09T00:32:17.612Z] #42 50.17 DEP criu/cr-dedup.d [2021-03-09T00:32:17.655Z] #25 1.746 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:32:17.655Z] #25 1.760 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:32:17.655Z] #25 1.760 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:32:17.659Z] #62 28.66 Checking out files: 42% (805/1905) Checking out files: 43% (820/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 89% (1714/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-09T00:32:17.659Z] #62 30.24 + cd /tmp/tmp.IFQskr64ga/src/github.com/docker/libnetwork [2021-03-09T00:32:17.659Z] #62 30.24 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:32:17.906Z] #42 50.33 DEP criu/cr-check.d [2021-03-09T00:32:17.906Z] #42 50.58 DEP criu/config.d [2021-03-09T00:32:17.917Z] #25 1.921 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:32:18.177Z] #25 2.223 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:32:18.200Z] #42 50.70 DEP criu/clone-noasan.d [2021-03-09T00:32:18.200Z] #42 50.76 DEP criu/cgroup.d [2021-03-09T00:32:18.223Z] #62 30.78 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-09T00:32:18.445Z] #25 2.536 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:32:18.492Z] #42 50.86 DEP criu/cgroup-props.d [2021-03-09T00:32:18.492Z] #42 50.96 DEP criu/bitmap.d [2021-03-09T00:32:18.492Z] #42 ... [2021-03-09T00:32:18.492Z] [2021-03-09T00:32:18.492Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-09T00:32:18.492Z] #52 6.711 + cd /tmp/tmp.oojeEQOYQe/src/github.com/opencontainers/runc [2021-03-09T00:32:18.492Z] #52 6.711 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-09T00:32:18.492Z] #52 6.949 + '[' -z '' ']' [2021-03-09T00:32:18.492Z] #52 6.949 + target=static [2021-03-09T00:32:18.492Z] #52 6.949 + make 'BUILDTAGS=seccomp ' static [2021-03-09T00:32:18.492Z] #52 7.356 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-09T00:32:18.492Z] #52 ... [2021-03-09T00:32:18.492Z] [2021-03-09T00:32:18.492Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:32:18.492Z] #42 50.96 DEP criu/bfd.d [2021-03-09T00:32:18.492Z] #42 51.04 DEP criu/autofs.d [2021-03-09T00:32:18.784Z] #42 51.19 DEP criu/aio.d [2021-03-09T00:32:18.784Z] #42 51.26 DEP criu/action-scripts.d [2021-03-09T00:32:19.078Z] #42 51.45 CC criu/action-scripts.o [2021-03-09T00:32:19.352Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.1s [2021-03-09T00:32:19.370Z] #42 51.84 CC criu/aio.o [2021-03-09T00:32:19.612Z] #8 ... [2021-03-09T00:32:19.612Z] [2021-03-09T00:32:19.612Z] #27 [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-09T00:32:19.612Z] #27 sha256:47a91dd977dcfa71100cb444bc6dcffb00a58116e1a0c024aee3d4931f824b16 [2021-03-09T00:32:19.612Z] #27 1.247 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-09T00:32:19.612Z] #27 1.346 [2021-03-09T00:32:19.612Z] #27 1.464 ####### 10.0% ######################### 36.0% ######################################## 56.0% ##################################################### 74.6% ####################################################### 77.3% ######################################################################## 100.0% [2021-03-09T00:32:19.612Z] #27 2.157 [2021-03-09T00:32:19.612Z] #27 2.292 ##################################################### 74.0% ######################################################################## 100.0% [2021-03-09T00:32:19.612Z] #27 2.426 [2021-03-09T00:32:19.612Z] #27 2.654 #=#=# 0.0% ######################################################################## 100.0% [2021-03-09T00:32:19.612Z] #27 3.081 [2021-03-09T00:32:19.612Z] #27 3.204 ### 4.8% ######################### 36.1% ################################# 46.7% #################################################### 73.0% ################################################################### 94.0% ######################################################################## 100.0% [2021-03-09T00:32:19.612Z] #27 3.881 [2021-03-09T00:32:19.612Z] #27 4.005 # 2.6% ##### 8.2% ########## 14.8% ############## 20.0% ################## 25.3% ##################### 30.5% ######################### 35.5% ############################# 41.0% ################################# 46.1% ##################################### 51.4% ####################################### 55.4% ############################################ 61.8% ################################################ 67.0% ################################################### 72.1% ####################################################### 77.4% ########################################################### 82.6% ############################################################### 87.5% ################################################################## 92.6% ###################################################################### 98.3% ######################################################################## 100.0% [2021-03-09T00:32:19.612Z] #27 5.880 [2021-03-09T00:32:19.612Z] #27 6.182 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-09T00:32:19.612Z] #27 6.305 [2021-03-09T00:32:19.612Z] #27 6.381 ######################################################################## 100.0% [2021-03-09T00:32:19.612Z] #27 6.413 [2021-03-09T00:32:19.612Z] #27 6.711 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-09T00:32:19.612Z] #27 6.830 [2021-03-09T00:32:19.612Z] #27 6.950 ######################################################################## 100.0% [2021-03-09T00:32:19.612Z] #27 7.001 [2021-03-09T00:32:19.612Z] #27 7.438 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-09T00:32:19.612Z] #27 7.555 [2021-03-09T00:32:19.612Z] #27 7.691 ### 5.1% ####################### 33.1% ##################################### 51.7% ########################################### 60.4% ########################################################### 82.1% ######################################################################## 100.0% [2021-03-09T00:32:19.612Z] #27 8.198 [2021-03-09T00:32:19.612Z] #27 8.555 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-09T00:32:19.612Z] #27 8.668 [2021-03-09T00:32:19.612Z] #27 8.727 ######################################################################## 100.0% [2021-03-09T00:32:19.612Z] #27 8.761 [2021-03-09T00:32:19.612Z] #27 9.245 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-09T00:32:19.612Z] #27 9.356 [2021-03-09T00:32:19.612Z] #27 9.428 ######################################################################## 100.0% [2021-03-09T00:32:19.612Z] #27 9.449 [2021-03-09T00:32:19.612Z] #27 9.473 Download of images into '/build' complete. [2021-03-09T00:32:19.612Z] #27 9.473 Use something like the following to load the result into a Docker daemon: [2021-03-09T00:32:19.612Z] #27 9.473 tar -cC '/build' . | docker load [2021-03-09T00:32:19.661Z] #42 52.21 CC criu/autofs.o [2021-03-09T00:32:19.871Z] #27 ... [2021-03-09T00:32:19.871Z] [2021-03-09T00:32:19.871Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:19.871Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:32:19.871Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.9s done [2021-03-09T00:32:20.121Z] #62 ... [2021-03-09T00:32:20.121Z] [2021-03-09T00:32:20.121Z] #43 [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-09T00:32:20.121Z] #43 sha256:c5047339b0fe649e0b3ecf0acd9732686689aaff11fc0c3bd59d1bafc7a63317 [2021-03-09T00:32:20.121Z] #43 22.50 runtime/cgo [2021-03-09T00:32:20.121Z] #43 ... [2021-03-09T00:32:20.121Z] [2021-03-09T00:32:20.121Z] #47 [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-09T00:32:20.121Z] #47 sha256:97a34766e72586e36608f0a4de3720fb347ff0b15fb25cc0bee3cd5e0062d84a [2021-03-09T00:32:20.121Z] #47 22.60 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:32:20.121Z] #47 23.79 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-09T00:32:20.121Z] #47 23.89 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-09T00:32:20.121Z] #47 24.06 go: downloading golang.org/x/text v0.3.2 [2021-03-09T00:32:20.121Z] #47 30.60 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:32:20.121Z] #47 30.71 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:32:20.121Z] #47 30.80 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:32:20.121Z] #47 30.80 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:32:20.121Z] #47 30.85 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:32:20.121Z] #47 30.91 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:32:20.121Z] #47 30.93 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:32:20.121Z] #47 31.02 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:32:20.121Z] #47 31.04 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:32:20.121Z] #47 31.05 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:32:20.121Z] #47 31.19 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:32:20.121Z] #47 31.21 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:32:20.121Z] #47 31.21 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:32:20.121Z] #47 31.42 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:32:20.121Z] #47 31.49 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:32:20.121Z] #47 31.59 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:32:20.121Z] #47 31.68 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:32:20.121Z] #47 31.78 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:32:20.121Z] #47 31.93 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:32:20.121Z] #47 32.06 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:32:20.121Z] #47 32.10 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:32:20.121Z] #47 32.12 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:32:20.121Z] #47 32.20 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:32:20.121Z] #47 32.28 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:32:20.121Z] #47 32.37 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:32:20.121Z] #47 32.65 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:32:20.121Z] #47 32.70 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:32:20.121Z] #47 32.79 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:32:20.121Z] #47 ... [2021-03-09T00:32:20.121Z] [2021-03-09T00:32:20.121Z] #38 [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-09T00:32:20.121Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:32:20.121Z] #38 28.86 Checking out files: 80% (1358/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-09T00:32:20.121Z] #38 29.42 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-09T00:32:20.356Z] #25 4.180 Fetched 8423 kB in 3s (3137 kB/s) [2021-03-09T00:32:20.697Z] #42 53.07 CC criu/bfd.o [2021-03-09T00:32:20.925Z] #25 4.180 Reading package lists... [2021-03-09T00:32:20.944Z] #38 33.19 + 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-09T00:32:20.989Z] #42 53.49 CC criu/bitmap.o [2021-03-09T00:32:21.249Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-03-09T00:32:21.282Z] #42 53.64 CC criu/cgroup-props.o [2021-03-09T00:32:21.918Z] #42 54.25 CC criu/cgroup.o [2021-03-09T00:32:22.308Z] #25 5.150 Reading package lists... [2021-03-09T00:32:22.308Z] #25 6.078 Building dependency tree... [2021-03-09T00:32:22.308Z] #25 6.397 The following additional packages will be installed: [2021-03-09T00:32:22.308Z] #25 6.402 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-09T00:32:22.308Z] #25 6.402 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-09T00:32:22.308Z] #25 6.402 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-09T00:32:22.308Z] #25 6.402 Suggested packages: [2021-03-09T00:32:22.308Z] #25 6.402 krb5-doc krb5-user [2021-03-09T00:32:22.308Z] #25 6.402 Recommended packages: [2021-03-09T00:32:22.308Z] #25 6.402 krb5-locales publicsuffix libsasl2-modules [2021-03-09T00:32:22.569Z] #25 6.658 The following NEW packages will be installed: [2021-03-09T00:32:22.569Z] #25 6.658 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-09T00:32:22.569Z] #25 6.658 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-09T00:32:22.569Z] #25 6.658 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-09T00:32:22.569Z] #25 6.658 libssh2-1 libssl1.1 openssl [2021-03-09T00:32:22.569Z] #25 6.711 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-03-09T00:32:22.569Z] #25 6.711 Need to get 5057 kB of archives. [2021-03-09T00:32:22.569Z] #25 6.711 After this operation, 12.1 MB of additional disk space will be used. [2021-03-09T00:32:22.569Z] #25 6.711 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-03-09T00:32:22.569Z] #25 6.742 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-09T00:32:22.569Z] #25 6.742 Get:3 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-09T00:32:22.569Z] #25 6.750 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-03-09T00:32:22.829Z] #25 6.948 Get:5 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-03-09T00:32:22.829Z] #25 6.952 Get:6 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-03-09T00:32:22.829Z] #25 6.956 Get:7 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-09T00:32:22.829Z] #25 6.961 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-03-09T00:32:22.829Z] #25 6.961 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-03-09T00:32:22.829Z] #25 6.963 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-03-09T00:32:22.829Z] #25 6.971 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-03-09T00:32:22.829Z] #25 6.980 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-03-09T00:32:22.829Z] #25 6.983 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-03-09T00:32:22.829Z] #25 6.985 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-03-09T00:32:22.829Z] #25 6.991 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-03-09T00:32:22.829Z] #25 6.992 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-03-09T00:32:22.829Z] #25 7.007 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-03-09T00:32:22.829Z] #25 7.007 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-03-09T00:32:22.829Z] #25 7.007 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-09T00:32:22.829Z] #25 7.014 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-09T00:32:22.829Z] #25 7.014 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-09T00:32:22.838Z] #38 ... [2021-03-09T00:32:22.838Z] [2021-03-09T00:32:22.838Z] #47 [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-09T00:32:22.838Z] #47 sha256:97a34766e72586e36608f0a4de3720fb347ff0b15fb25cc0bee3cd5e0062d84a [2021-03-09T00:32:22.838Z] #47 32.90 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:32:22.838Z] #47 32.94 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:32:22.838Z] #47 33.10 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:32:22.838Z] #47 33.14 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-09T00:32:22.838Z] #47 33.16 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:32:22.838Z] #47 33.23 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-09T00:32:22.838Z] #47 33.37 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:32:22.838Z] #47 33.54 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:32:22.838Z] #47 33.66 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:32:22.838Z] #47 33.78 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-09T00:32:22.838Z] #47 33.87 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-09T00:32:22.838Z] #47 33.96 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-09T00:32:22.838Z] #47 33.96 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:32:22.838Z] #47 33.97 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:32:22.838Z] #47 34.05 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:32:22.838Z] #47 34.13 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:32:22.838Z] #47 34.13 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:32:22.838Z] #47 34.26 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:32:22.838Z] #47 34.26 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:32:22.838Z] #47 34.36 go: downloading github.com/spf13/cast v1.3.0 [2021-03-09T00:32:22.838Z] #47 34.44 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-09T00:32:22.838Z] #47 34.56 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:32:22.838Z] #47 34.74 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:32:22.838Z] #47 34.83 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:32:22.838Z] #47 34.83 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:32:22.838Z] #47 34.85 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:32:22.838Z] #47 34.85 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:32:22.838Z] #47 34.90 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:32:22.838Z] #47 35.04 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-09T00:32:22.838Z] #47 35.06 go: extracting github.com/spf13/cast v1.3.0 [2021-03-09T00:32:22.838Z] #47 35.16 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:32:22.838Z] #47 35.17 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:32:22.838Z] #47 35.18 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:32:22.838Z] #47 35.42 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:32:22.838Z] #47 35.44 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:32:22.838Z] #47 35.51 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-09T00:32:22.838Z] #47 35.54 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:32:23.090Z] #25 7.187 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:32:23.090Z] #25 7.230 Fetched 5057 kB in 0s (15.7 MB/s) [2021-03-09T00:32:23.090Z] #25 7.289 Selecting previously unselected package libssl1.1:amd64. [2021-03-09T00:32:23.090Z] #25 7.289 (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-09T00:32:23.090Z] #25 7.289 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-09T00:32:23.095Z] #47 35.57 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:32:23.095Z] #47 35.79 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:32:23.351Z] #25 7.303 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-09T00:32:23.352Z] #47 35.96 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:32:23.352Z] #47 35.97 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:32:23.352Z] #47 35.99 go: downloading github.com/spf13/afero v1.1.2 [2021-03-09T00:32:23.352Z] #47 36.00 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:32:23.428Z] #42 ... [2021-03-09T00:32:23.428Z] [2021-03-09T00:32:23.428Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-09T00:32:23.428Z] #44 84.73 github.com/LK4D4/vndr/godl [2021-03-09T00:32:23.428Z] #44 85.15 github.com/LK4D4/vndr [2021-03-09T00:32:23.428Z] #44 DONE 91.3s [2021-03-09T00:32:23.428Z] [2021-03-09T00:32:23.428Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-09T00:32:23.428Z] #19 7.614 Fetched 8111 kB in 7s (1211 kB/s) [2021-03-09T00:32:23.428Z] #19 7.614 Reading package lists... [2021-03-09T00:32:23.428Z] #19 9.575 Reading package lists... [2021-03-09T00:32:23.428Z] #19 11.42 Building dependency tree... [2021-03-09T00:32:23.428Z] #19 11.93 libcap2-bin is already the newest version (1:2.25-2). [2021-03-09T00:32:23.428Z] #19 11.93 The following additional packages will be installed: [2021-03-09T00:32:23.428Z] #19 11.96 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-09T00:32:23.428Z] #19 11.96 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-09T00:32:23.428Z] #19 11.96 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-09T00:32:23.428Z] #19 11.96 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-09T00:32:23.428Z] #19 11.96 python3.7 python3.7-minimal vim-runtime xxd [2021-03-09T00:32:23.428Z] #19 11.96 Suggested packages: [2021-03-09T00:32:23.428Z] #19 11.96 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-09T00:32:23.428Z] #19 11.96 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-09T00:32:23.428Z] #19 11.96 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-09T00:32:23.428Z] #19 11.96 Recommended packages: [2021-03-09T00:32:23.428Z] #19 11.96 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-09T00:32:23.428Z] #19 11.96 python3-keyrings.alt python3-xdg unzip [2021-03-09T00:32:23.428Z] #19 13.16 The following NEW packages will be installed: [2021-03-09T00:32:23.428Z] #19 13.20 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-09T00:32:23.428Z] #19 13.20 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-09T00:32:23.428Z] #19 13.20 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-09T00:32:23.428Z] #19 13.20 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-09T00:32:23.428Z] #19 13.20 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-09T00:32:23.428Z] #19 13.20 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-09T00:32:23.428Z] #19 13.20 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-09T00:32:23.428Z] #19 13.20 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-09T00:32:23.428Z] #19 13.20 xz-utils zip [2021-03-09T00:32:23.428Z] #19 13.27 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-09T00:32:23.428Z] #19 13.27 Need to get 27.7 MB of archives. [2021-03-09T00:32:23.428Z] #19 13.27 After this operation, 117 MB of additional disk space will be used. [2021-03-09T00:32:23.428Z] #19 13.27 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2021-03-09T00:32:23.428Z] #19 13.29 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-09T00:32:23.428Z] #19 13.32 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-09T00:32:23.428Z] #19 13.36 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2021-03-09T00:32:23.428Z] #19 13.36 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2021-03-09T00:32:23.428Z] #19 13.36 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-09T00:32:23.428Z] #19 13.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2021-03-09T00:32:23.428Z] #19 13.42 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2021-03-09T00:32:23.428Z] #19 13.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2021-03-09T00:32:23.428Z] #19 13.42 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2021-03-09T00:32:23.428Z] #19 13.42 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2021-03-09T00:32:23.428Z] #19 13.42 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2021-03-09T00:32:23.428Z] #19 13.43 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2021-03-09T00:32:23.428Z] #19 13.43 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2021-03-09T00:32:23.428Z] #19 13.43 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2021-03-09T00:32:23.428Z] #19 13.43 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2021-03-09T00:32:23.428Z] #19 13.45 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-03-09T00:32:23.428Z] #19 13.45 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-03-09T00:32:23.428Z] #19 13.46 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2021-03-09T00:32:23.428Z] #19 13.47 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-09T00:32:23.428Z] #19 13.47 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2021-03-09T00:32:23.428Z] #19 13.47 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2021-03-09T00:32:23.428Z] #19 13.48 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2021-03-09T00:32:23.428Z] #19 13.48 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-03-09T00:32:23.428Z] #19 13.49 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-03-09T00:32:23.428Z] #19 13.50 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-03-09T00:32:23.428Z] #19 13.50 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2021-03-09T00:32:23.428Z] #19 13.51 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2021-03-09T00:32:23.428Z] #19 13.51 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-03-09T00:32:23.428Z] #19 13.73 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-09T00:32:23.428Z] #19 13.73 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-09T00:32:23.428Z] #19 13.73 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-09T00:32:23.428Z] #19 13.73 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2021-03-09T00:32:23.428Z] #19 13.74 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2021-03-09T00:32:23.428Z] #19 13.74 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2021-03-09T00:32:23.428Z] #19 13.79 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-09T00:32:23.428Z] #19 13.79 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2021-03-09T00:32:23.428Z] #19 13.80 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2021-03-09T00:32:23.428Z] #19 13.81 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-09T00:32:23.428Z] #19 13.81 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2021-03-09T00:32:23.428Z] #19 13.82 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-09T00:32:23.428Z] #19 13.82 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u3 [1199 kB] [2021-03-09T00:32:23.428Z] #19 13.85 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-09T00:32:23.428Z] #19 13.86 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2021-03-09T00:32:23.428Z] #19 13.87 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-09T00:32:23.428Z] #19 14.05 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2021-03-09T00:32:23.428Z] #19 14.07 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2021-03-09T00:32:23.428Z] #19 14.11 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2021-03-09T00:32:23.428Z] #19 14.46 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:32:23.428Z] #19 14.50 Fetched 27.7 MB in 1s (31.3 MB/s) [2021-03-09T00:32:23.428Z] #19 14.53 Selecting previously unselected package pigz. [2021-03-09T00:32:23.428Z] #19 14.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 ... 23199 files and directories currently installed.) [2021-03-09T00:32:23.428Z] #19 14.59 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2021-03-09T00:32:23.428Z] #19 14.59 Unpacking pigz (2.4-1) ... [2021-03-09T00:32:23.428Z] #19 14.66 Selecting previously unselected package libpython3.7-minimal:s390x. [2021-03-09T00:32:23.428Z] #19 14.67 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2021-03-09T00:32:23.428Z] #19 14.69 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2021-03-09T00:32:23.428Z] #19 14.99 Selecting previously unselected package python3.7-minimal. [2021-03-09T00:32:23.428Z] #19 14.99 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2021-03-09T00:32:23.428Z] #19 15.00 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-09T00:32:23.428Z] #19 15.68 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2021-03-09T00:32:23.428Z] #19 15.73 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-09T00:32:23.609Z] #47 36.16 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-09T00:32:23.612Z] #25 7.573 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-09T00:32:23.612Z] #25 7.573 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-09T00:32:23.612Z] #25 7.582 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:32:23.612Z] #25 7.666 Selecting previously unselected package libsasl2-2:amd64. [2021-03-09T00:32:23.612Z] #25 7.666 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-09T00:32:23.612Z] #25 7.666 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:32:23.612Z] #25 7.738 Selecting previously unselected package libldap-common. [2021-03-09T00:32:23.612Z] #25 7.738 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-09T00:32:23.612Z] #25 7.746 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:32:23.865Z] #47 36.25 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:32:23.865Z] #47 36.32 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:32:23.865Z] #47 36.33 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:32:23.865Z] #47 36.33 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:32:23.866Z] #47 36.43 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-09T00:32:23.866Z] #47 36.45 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:32:23.875Z] #25 7.832 Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-09T00:32:23.875Z] #25 7.832 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-03-09T00:32:23.875Z] #25 7.840 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:32:23.875Z] #25 7.934 Selecting previously unselected package openssl. [2021-03-09T00:32:23.875Z] #25 7.934 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-09T00:32:23.875Z] #25 7.946 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-09T00:32:24.122Z] #47 36.70 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:32:24.122Z] #47 36.76 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:32:24.136Z] #25 8.185 Selecting previously unselected package ca-certificates. [2021-03-09T00:32:24.136Z] #25 8.185 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-09T00:32:24.136Z] #25 8.193 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-09T00:32:24.136Z] #25 8.337 Selecting previously unselected package libkeyutils1:amd64. [2021-03-09T00:32:24.136Z] #25 8.337 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-03-09T00:32:24.136Z] #25 8.342 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-03-09T00:32:24.136Z] #25 8.393 Selecting previously unselected package libkrb5support0:amd64. [2021-03-09T00:32:24.136Z] #25 8.393 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:32:24.136Z] #25 8.399 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:24.379Z] #47 36.77 go: extracting github.com/spf13/afero v1.1.2 [2021-03-09T00:32:24.379Z] #47 36.78 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:32:24.410Z] #25 8.472 Selecting previously unselected package libk5crypto3:amd64. [2021-03-09T00:32:24.410Z] #25 8.472 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:32:24.410Z] #25 8.479 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:24.410Z] #25 8.563 Selecting previously unselected package libkrb5-3:amd64. [2021-03-09T00:32:24.410Z] #25 8.563 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:32:24.410Z] #25 8.573 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:24.536Z] #8 DONE 42.5s [2021-03-09T00:32:24.536Z] [2021-03-09T00:32:24.536Z] #27 [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-09T00:32:24.536Z] #27 sha256:47a91dd977dcfa71100cb444bc6dcffb00a58116e1a0c024aee3d4931f824b16 [2021-03-09T00:32:24.536Z] #27 ... [2021-03-09T00:32:24.536Z] [2021-03-09T00:32:24.536Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-09T00:32:24.536Z] #9 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-09T00:32:24.536Z] #9 ... [2021-03-09T00:32:24.536Z] [2021-03-09T00:32:24.536Z] #27 [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-09T00:32:24.536Z] #27 sha256:47a91dd977dcfa71100cb444bc6dcffb00a58116e1a0c024aee3d4931f824b16 [2021-03-09T00:32:24.536Z] #27 DONE 14.5s [2021-03-09T00:32:24.536Z] [2021-03-09T00:32:24.536Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-09T00:32:24.536Z] #9 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-09T00:32:24.636Z] #47 37.13 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-09T00:32:24.636Z] #47 37.13 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:32:24.636Z] #47 37.16 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:32:24.636Z] #47 37.32 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:32:24.671Z] #25 8.709 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-09T00:32:24.671Z] #25 8.709 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:32:24.671Z] #25 8.716 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:24.671Z] #25 8.815 Selecting previously unselected package libnghttp2-14:amd64. [2021-03-09T00:32:24.671Z] #25 8.815 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-03-09T00:32:24.671Z] #25 8.835 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-09T00:32:24.671Z] #25 8.894 Selecting previously unselected package libpsl5:amd64. [2021-03-09T00:32:24.671Z] #25 8.894 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-03-09T00:32:24.893Z] #47 37.35 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-09T00:32:24.893Z] #47 37.56 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-09T00:32:24.931Z] #25 8.907 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-03-09T00:32:24.931Z] #25 8.962 Selecting previously unselected package librtmp1:amd64. [2021-03-09T00:32:24.931Z] #25 8.962 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-03-09T00:32:24.931Z] #25 8.968 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-09T00:32:24.931Z] #25 9.042 Selecting previously unselected package libssh2-1:amd64. [2021-03-09T00:32:24.931Z] #25 9.045 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-03-09T00:32:24.931Z] #25 9.050 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-09T00:32:24.931Z] #25 9.145 Selecting previously unselected package libcurl4:amd64. [2021-03-09T00:32:24.931Z] #25 9.145 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-03-09T00:32:24.978Z] #19 17.45 Selecting previously unselected package python3-minimal. [2021-03-09T00:32:24.978Z] #19 17.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 ... 23448 files and directories currently installed.) [2021-03-09T00:32:24.978Z] #19 17.47 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2021-03-09T00:32:24.978Z] #19 17.48 Unpacking python3-minimal (3.7.3-1) ... [2021-03-09T00:32:24.978Z] #19 17.52 Selecting previously unselected package libmpdec2:s390x. [2021-03-09T00:32:24.978Z] #19 17.52 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2021-03-09T00:32:24.978Z] #19 17.53 Unpacking libmpdec2:s390x (2.4.2-2) ... [2021-03-09T00:32:24.978Z] #19 17.58 Selecting previously unselected package libpython3.7-stdlib:s390x. [2021-03-09T00:32:25.150Z] #47 37.67 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:32:25.150Z] #47 37.71 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:32:25.150Z] #47 37.75 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:32:25.150Z] #47 37.81 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:32:25.150Z] #47 37.82 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:32:25.191Z] #25 9.149 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-09T00:32:25.191Z] #25 9.255 Selecting previously unselected package curl. [2021-03-09T00:32:25.191Z] #25 9.255 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-03-09T00:32:25.191Z] #25 9.264 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-09T00:32:25.191Z] #25 9.357 Selecting previously unselected package libonig5:amd64. [2021-03-09T00:32:25.191Z] #25 9.357 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-03-09T00:32:25.191Z] #25 9.357 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:32:25.270Z] #19 17.58 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2021-03-09T00:32:25.270Z] #19 17.58 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2021-03-09T00:32:25.406Z] #47 37.95 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:32:25.406Z] #47 38.04 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-09T00:32:25.406Z] #47 ... [2021-03-09T00:32:25.406Z] [2021-03-09T00:32:25.407Z] #56 [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-09T00:32:25.407Z] #56 sha256:9951118ff3b9fda3c61ba0284284834d948b5144f5ab12857bb653d307414835 [2021-03-09T00:32:25.407Z] #56 27.99 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:32:25.407Z] #56 28.82 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:32:25.407Z] #56 29.20 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:32:25.407Z] #56 29.40 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:32:25.407Z] #56 30.40 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:32:25.407Z] #56 31.26 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:32:25.407Z] #56 35.77 go: finding github.com/pkg/errors v0.9.1 [2021-03-09T00:32:25.407Z] #56 36.03 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:32:25.407Z] #56 36.11 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:32:25.407Z] #56 36.25 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:32:25.407Z] #56 36.31 go: finding github.com/google/uuid v1.2.0 [2021-03-09T00:32:25.407Z] #56 36.39 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:32:25.407Z] #56 36.41 go: finding github.com/gofrs/flock v0.8.0 [2021-03-09T00:32:25.407Z] #56 36.44 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-09T00:32:25.407Z] #56 36.51 go: finding github.com/gorilla/mux v1.8.0 [2021-03-09T00:32:25.407Z] #56 36.66 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:32:25.407Z] #56 36.69 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:32:25.407Z] #56 36.71 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:32:25.407Z] #56 36.85 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:32:25.407Z] #56 37.09 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:32:25.407Z] #56 37.20 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:32:25.450Z] #25 9.535 Selecting previously unselected package libjq1:amd64. [2021-03-09T00:32:25.450Z] #25 9.535 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:32:25.450Z] #25 9.545 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:32:25.450Z] #25 9.647 Selecting previously unselected package jq. [2021-03-09T00:32:25.450Z] #25 9.649 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:32:25.450Z] #25 9.652 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-09T00:32:25.663Z] #56 ... [2021-03-09T00:32:25.663Z] [2021-03-09T00:32:25.663Z] #49 [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-09T00:32:25.663Z] #49 sha256:1994ecef52da5f714984a264bf36d4e9f26e60036613137a0003b04a59a4c111 [2021-03-09T00:32:25.663Z] #49 28.18 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:32:25.663Z] #49 29.84 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:32:25.663Z] #49 32.50 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:32:25.663Z] #49 32.56 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:32:25.663Z] #49 32.89 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:32:25.663Z] #49 33.06 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:32:25.663Z] #49 34.31 runtime/cgo [2021-03-09T00:32:25.663Z] #49 34.36 runtime [2021-03-09T00:32:25.710Z] #25 9.783 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-03-09T00:32:25.710Z] #25 9.806 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-03-09T00:32:25.710Z] #25 9.829 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-09T00:32:25.904Z] #19 18.34 Selecting previously unselected package python3.7. [2021-03-09T00:32:25.904Z] #19 18.34 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2021-03-09T00:32:25.904Z] #19 18.35 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-09T00:32:25.904Z] #19 18.44 Selecting previously unselected package libpython3-stdlib:s390x. [2021-03-09T00:32:25.904Z] #19 18.44 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2021-03-09T00:32:25.904Z] #19 18.45 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2021-03-09T00:32:25.904Z] #19 18.52 Setting up python3-minimal (3.7.3-1) ... [2021-03-09T00:32:25.917Z] #9 DONE 1.6s [2021-03-09T00:32:25.917Z] [2021-03-09T00:32:25.917Z] #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-09T00:32:25.917Z] #10 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-09T00:32:25.920Z] #49 ... [2021-03-09T00:32:25.920Z] [2021-03-09T00:32:25.920Z] #47 [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-09T00:32:25.920Z] #47 sha256:97a34766e72586e36608f0a4de3720fb347ff0b15fb25cc0bee3cd5e0062d84a [2021-03-09T00:32:25.920Z] #47 38.35 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:32:25.920Z] #47 38.39 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:32:25.971Z] #25 9.991 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-09T00:32:25.971Z] #25 10.01 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:32:25.971Z] #25 10.05 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:25.971Z] #25 10.07 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:32:25.971Z] #25 10.09 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-09T00:32:25.971Z] #25 10.11 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:25.971Z] #25 10.13 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:32:25.971Z] #25 10.15 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-09T00:32:25.971Z] #25 ... [2021-03-09T00:32:25.971Z] [2021-03-09T00:32:25.971Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:25.971Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:32:25.971Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.6s done [2021-03-09T00:32:25.971Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done [2021-03-09T00:32:25.971Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.7s done [2021-03-09T00:32:25.971Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 1.7s [2021-03-09T00:32:25.971Z] #8 ... [2021-03-09T00:32:25.971Z] [2021-03-09T00:32:25.971Z] #25 [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-09T00:32:25.971Z] #25 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-09T00:32:25.971Z] #25 10.17 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:25.971Z] #25 10.19 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-09T00:32:25.971Z] #25 10.22 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:32:25.971Z] #25 10.27 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:32:26.184Z] Client: [2021-03-09T00:32:26.184Z] Context: default [2021-03-09T00:32:26.184Z] Debug Mode: false [2021-03-09T00:32:26.184Z] Plugins: [2021-03-09T00:32:26.184Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-09T00:32:26.184Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-09T00:32:26.184Z] [2021-03-09T00:32:26.184Z] Server: [2021-03-09T00:32:26.184Z] Containers: 0 [2021-03-09T00:32:26.184Z] Running: 0 [2021-03-09T00:32:26.184Z] Paused: 0 [2021-03-09T00:32:26.184Z] Stopped: 0 [2021-03-09T00:32:26.184Z] Images: 0 [2021-03-09T00:32:26.184Z] Server Version: 20.10.3 [2021-03-09T00:32:26.184Z] Storage Driver: overlay2 [2021-03-09T00:32:26.184Z] Backing Filesystem: extfs [2021-03-09T00:32:26.184Z] Supports d_type: true [2021-03-09T00:32:26.184Z] Native Overlay Diff: true [2021-03-09T00:32:26.184Z] Logging Driver: json-file [2021-03-09T00:32:26.184Z] Cgroup Driver: cgroupfs [2021-03-09T00:32:26.184Z] Cgroup Version: 1 [2021-03-09T00:32:26.184Z] Plugins: [2021-03-09T00:32:26.184Z] Volume: local [2021-03-09T00:32:26.184Z] Network: bridge host ipvlan macvlan null overlay [2021-03-09T00:32:26.184Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-09T00:32:26.184Z] Swarm: inactive [2021-03-09T00:32:26.184Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-03-09T00:32:26.184Z] Default Runtime: runc [2021-03-09T00:32:26.184Z] Init Binary: docker-init [2021-03-09T00:32:26.184Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-09T00:32:26.184Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-09T00:32:26.184Z] init version: de40ad0 [2021-03-09T00:32:26.184Z] Security Options: [2021-03-09T00:32:26.184Z] apparmor [2021-03-09T00:32:26.184Z] seccomp [2021-03-09T00:32:26.184Z] Profile: default [2021-03-09T00:32:26.184Z] Kernel Version: 4.15.0-1093-aws [2021-03-09T00:32:26.184Z] Operating System: Ubuntu 16.04.7 LTS [2021-03-09T00:32:26.184Z] OSType: linux [2021-03-09T00:32:26.184Z] Architecture: aarch64 [2021-03-09T00:32:26.184Z] CPUs: 4 [2021-03-09T00:32:26.184Z] Total Memory: 7.525GiB [2021-03-09T00:32:26.184Z] Name: ip-10-100-56-194 [2021-03-09T00:32:26.184Z] ID: HS3U:IGO5:VPJI:V5M2:5SX2:V5CR:PRXJ:5HSF:G7SK:JBQF:ATHM:TB3S [2021-03-09T00:32:26.184Z] Docker Root Dir: /var/lib/docker [2021-03-09T00:32:26.184Z] Debug Mode: false [2021-03-09T00:32:26.184Z] Registry: https://index.docker.io/v1/ [2021-03-09T00:32:26.184Z] Labels: [2021-03-09T00:32:26.184Z] Experimental: true [2021-03-09T00:32:26.184Z] Insecure Registries: [2021-03-09T00:32:26.184Z] 127.0.0.0/8 [2021-03-09T00:32:26.184Z] Live Restore Enabled: true [2021-03-09T00:32:26.184Z] [2021-03-09T00:32:26.184Z] WARNING: No swap limit support [Pipeline] sh [2021-03-09T00:32:26.231Z] #25 10.29 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:32:26.231Z] #25 10.31 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-09T00:32:26.317Z] Client: Docker Engine - Community [2021-03-09T00:32:26.317Z] Version: 20.10.3 [2021-03-09T00:32:26.317Z] API version: 1.41 [2021-03-09T00:32:26.317Z] Go version: go1.13.15 [2021-03-09T00:32:26.317Z] Git commit: 48d30b5 [2021-03-09T00:32:26.317Z] Built: Fri Jan 29 14:33:21 2021 [2021-03-09T00:32:26.317Z] OS/Arch: linux/amd64 [2021-03-09T00:32:26.317Z] Context: default [2021-03-09T00:32:26.317Z] Experimental: true [2021-03-09T00:32:26.317Z] [2021-03-09T00:32:26.317Z] Server: Docker Engine - Community [2021-03-09T00:32:26.317Z] Engine: [2021-03-09T00:32:26.317Z] Version: 20.10.3 [2021-03-09T00:32:26.317Z] API version: 1.41 (minimum version 1.12) [2021-03-09T00:32:26.317Z] Go version: go1.13.15 [2021-03-09T00:32:26.317Z] Git commit: 46229ca [2021-03-09T00:32:26.317Z] Built: Fri Jan 29 14:31:32 2021 [2021-03-09T00:32:26.317Z] OS/Arch: linux/amd64 [2021-03-09T00:32:26.317Z] Experimental: true [2021-03-09T00:32:26.317Z] containerd: [2021-03-09T00:32:26.317Z] Version: 1.4.3 [2021-03-09T00:32:26.317Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-09T00:32:26.317Z] runc: [2021-03-09T00:32:26.317Z] Version: 1.0.0-rc92 [2021-03-09T00:32:26.317Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-09T00:32:26.317Z] docker-init: [2021-03-09T00:32:26.317Z] Version: 0.19.0 [2021-03-09T00:32:26.317Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-09T00:32:26.476Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-09T00:32:26.476Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-09T00:32:26.476Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41757/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-09T00:32:26.476Z] + bash /home/ubuntu/workspace/moby_PR-41757/check-config.sh [2021-03-09T00:32:26.476Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-09T00:32:26.476Z] info: reading kernel config from /boot/config-4.15.0-1093-aws ... [2021-03-09T00:32:26.476Z] [2021-03-09T00:32:26.476Z] Generally Necessary: [2021-03-09T00:32:26.476Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-09T00:32:26.476Z] - apparmor: enabled and tools installed [2021-03-09T00:32:26.476Z] - CONFIG_NAMESPACES: enabled [2021-03-09T00:32:26.483Z] #47 38.99 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:32:26.483Z] #47 39.00 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-09T00:32:26.646Z] + docker info [2021-03-09T00:32:26.738Z] - CONFIG_NET_NS: enabled [2021-03-09T00:32:26.738Z] - CONFIG_PID_NS: enabled [2021-03-09T00:32:26.738Z] - CONFIG_IPC_NS: enabled [2021-03-09T00:32:26.738Z] - CONFIG_UTS_NS: enabled [2021-03-09T00:32:26.738Z] - CONFIG_CGROUPS: enabled [2021-03-09T00:32:26.738Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-09T00:32:26.738Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-09T00:32:26.738Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-09T00:32:26.738Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-09T00:32:26.738Z] - CONFIG_CPUSETS: enabled [2021-03-09T00:32:26.738Z] - CONFIG_MEMCG: enabled [2021-03-09T00:32:26.738Z] - CONFIG_KEYS: enabled [2021-03-09T00:32:26.738Z] - CONFIG_VETH: enabled (as module) [2021-03-09T00:32:26.738Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-09T00:32:26.738Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-09T00:32:26.738Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-03-09T00:32:26.738Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-09T00:32:26.738Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-09T00:32:26.738Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-09T00:32:26.738Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-09T00:32:26.738Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-09T00:32:26.738Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-09T00:32:26.738Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-09T00:32:26.738Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-03-09T00:32:26.738Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-09T00:32:26.738Z] [2021-03-09T00:32:26.738Z] Optional Features: [2021-03-09T00:32:26.738Z] - CONFIG_USER_NS: enabled [2021-03-09T00:32:26.740Z] #47 39.31 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:32:26.802Z] #25 10.95 Updating certificates in /etc/ssl/certs... [2021-03-09T00:32:26.855Z] #10 DONE 1.0s [2021-03-09T00:32:26.855Z] [2021-03-09T00:32:26.855Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-09T00:32:26.855Z] #29 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-09T00:32:26.940Z] #19 19.24 Selecting previously unselected package python3. [2021-03-09T00:32:26.940Z] #19 19.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 ... 23860 files and directories currently installed.) [2021-03-09T00:32:26.940Z] #19 19.29 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2021-03-09T00:32:26.940Z] #19 19.29 Unpacking python3 (3.7.3-1) ... [2021-03-09T00:32:26.940Z] #19 19.36 Selecting previously unselected package libip4tc0:s390x. [2021-03-09T00:32:26.940Z] #19 19.36 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2021-03-09T00:32:26.940Z] #19 19.36 Unpacking libip4tc0:s390x (1.8.2-4) ... [2021-03-09T00:32:26.940Z] #19 19.44 Selecting previously unselected package libip6tc0:s390x. [2021-03-09T00:32:26.940Z] #19 19.44 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2021-03-09T00:32:26.940Z] #19 19.44 Unpacking libip6tc0:s390x (1.8.2-4) ... [2021-03-09T00:32:26.940Z] #19 19.50 Selecting previously unselected package libiptc0:s390x. [2021-03-09T00:32:26.940Z] #19 19.50 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2021-03-09T00:32:26.940Z] #19 19.50 Unpacking libiptc0:s390x (1.8.2-4) ... [2021-03-09T00:32:26.940Z] #19 19.58 Selecting previously unselected package libnfnetlink0:s390x. [2021-03-09T00:32:27.000Z] - CONFIG_SECCOMP: enabled [2021-03-09T00:32:27.000Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-09T00:32:27.000Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-09T00:32:27.000Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-09T00:32:27.000Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-09T00:32:27.000Z] - CONFIG_BLK_CGROUP: enabled [2021-03-09T00:32:27.000Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-09T00:32:27.000Z] - CONFIG_IOSCHED_CFQ: enabled [2021-03-09T00:32:27.000Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-03-09T00:32:27.000Z] - CONFIG_CGROUP_PERF: enabled [2021-03-09T00:32:27.000Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-09T00:32:27.000Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-09T00:32:27.000Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-09T00:32:27.000Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-09T00:32:27.000Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-09T00:32:27.000Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-09T00:32:27.000Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-09T00:32:27.000Z] - CONFIG_IP_VS: enabled (as module) [2021-03-09T00:32:27.000Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-09T00:32:27.000Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-09T00:32:27.000Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-09T00:32:27.000Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-09T00:32:27.000Z] - CONFIG_EXT4_FS: enabled [2021-03-09T00:32:27.118Z] #29 DONE 0.3s [2021-03-09T00:32:27.118Z] [2021-03-09T00:32:27.118Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-09T00:32:27.118Z] #37 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-09T00:32:27.118Z] #37 DONE 0.3s [2021-03-09T00:32:27.118Z] [2021-03-09T00:32:27.118Z] #30 [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-09T00:32:27.118Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:32:27.232Z] #19 19.58 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2021-03-09T00:32:27.232Z] #19 19.58 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-03-09T00:32:27.232Z] #19 19.62 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2021-03-09T00:32:27.232Z] #19 19.62 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2021-03-09T00:32:27.232Z] #19 19.62 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-03-09T00:32:27.232Z] #19 19.67 Selecting previously unselected package libnftnl11:s390x. [2021-03-09T00:32:27.232Z] #19 19.67 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2021-03-09T00:32:27.232Z] #19 19.69 Unpacking libnftnl11:s390x (1.1.2-2) ... [2021-03-09T00:32:27.232Z] #19 19.74 Selecting previously unselected package iptables. [2021-03-09T00:32:27.232Z] #19 19.74 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2021-03-09T00:32:27.232Z] #19 19.74 Unpacking iptables (1.8.2-4) ... [2021-03-09T00:32:27.262Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-09T00:32:27.262Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-09T00:32:27.262Z] - Network Drivers: [2021-03-09T00:32:27.262Z] - "overlay": [2021-03-09T00:32:27.262Z] - CONFIG_VXLAN: enabled (as module) [2021-03-09T00:32:27.262Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-09T00:32:27.262Z] Optional (for encrypted networks): [2021-03-09T00:32:27.262Z] - CONFIG_CRYPTO: enabled [2021-03-09T00:32:27.262Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-09T00:32:27.262Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-09T00:32:27.262Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-09T00:32:27.262Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-09T00:32:27.262Z] - CONFIG_XFRM: enabled [2021-03-09T00:32:27.262Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-09T00:32:27.262Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-09T00:32:27.262Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-09T00:32:27.262Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-03-09T00:32:27.262Z] - "ipvlan": [2021-03-09T00:32:27.262Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-09T00:32:27.262Z] - "macvlan": [2021-03-09T00:32:27.262Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-09T00:32:27.262Z] - CONFIG_DUMMY: enabled (as module) [2021-03-09T00:32:27.262Z] - "ftp,tftp client in container": [2021-03-09T00:32:27.262Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-09T00:32:27.262Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-09T00:32:27.262Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-09T00:32:27.262Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-09T00:32:27.262Z] - Storage Drivers: [2021-03-09T00:32:27.262Z] - "aufs": [2021-03-09T00:32:27.304Z] #47 39.86 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:32:27.304Z] #47 39.91 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:32:27.304Z] #47 39.92 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:32:27.304Z] #47 39.92 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:32:27.523Z] #19 20.04 Selecting previously unselected package xxd. [2021-03-09T00:32:27.523Z] #19 20.04 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-03-09T00:32:27.523Z] #19 20.06 Unpacking xxd (2:8.1.0875-5) ... [2021-03-09T00:32:27.524Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-09T00:32:27.524Z] - "btrfs": [2021-03-09T00:32:27.524Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-09T00:32:27.524Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-09T00:32:27.524Z] - "devicemapper": [2021-03-09T00:32:27.524Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-09T00:32:27.524Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-09T00:32:27.524Z] - "overlay": [2021-03-09T00:32:27.524Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-09T00:32:27.524Z] - "zfs": [2021-03-09T00:32:27.524Z] - /dev/zfs: missing [2021-03-09T00:32:27.524Z] - zfs command: missing [2021-03-09T00:32:27.524Z] - zpool command: missing [2021-03-09T00:32:27.524Z] [2021-03-09T00:32:27.524Z] Limits: [2021-03-09T00:32:27.524Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-09T00:32:27.524Z] [2021-03-09T00:32:27.524Z] + true [Pipeline] } [Pipeline] // stage [2021-03-09T00:32:27.561Z] #47 40.01 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:32:27.561Z] #47 40.20 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:32:27.561Z] #47 40.24 go: extracting github.com/go-toolsmith/astcast v1.0.0 [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-09T00:32:27.815Z] #19 20.14 Selecting previously unselected package vim-common. [2021-03-09T00:32:27.815Z] #19 20.14 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:32:27.815Z] #19 20.15 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-09T00:32:27.815Z] #19 20.28 Selecting previously unselected package bash-completion. [2021-03-09T00:32:27.815Z] #19 20.28 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-09T00:32:27.818Z] #47 40.25 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:32:27.818Z] #47 40.30 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:32:27.818Z] #47 40.31 go: extracting golang.org/x/text v0.3.2 [2021-03-09T00:32:27.818Z] #47 40.39 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:32:27.818Z] #47 40.44 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:32:27.879Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 . [2021-03-09T00:32:28.075Z] #47 40.55 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:32:28.141Z] #1 [internal] load build definition from Dockerfile [2021-03-09T00:32:28.141Z] #1 sha256:b1261b8cd24a65b6334b0bd9fb60620beea7eb8f1a9e503b7ed3ad8170200550 [2021-03-09T00:32:28.191Z] #25 12.25 137 added, 0 removed; done. [2021-03-09T00:32:28.191Z] #25 12.35 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:32:28.191Z] #25 12.37 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-09T00:32:28.191Z] #25 12.39 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-09T00:32:28.191Z] #25 12.41 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-09T00:32:28.191Z] #25 12.42 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:32:28.191Z] #25 12.45 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-09T00:32:28.191Z] #25 12.46 Updating certificates in /etc/ssl/certs... [2021-03-09T00:32:28.403Z] #1 transferring dockerfile: 16.54kB done [2021-03-09T00:32:28.403Z] #1 DONE 0.2s [2021-03-09T00:32:28.403Z] [2021-03-09T00:32:28.403Z] #2 [internal] load .dockerignore [2021-03-09T00:32:28.403Z] #2 sha256:3d44c612730f8e537737ed9533e6465f96e1d04e2d87eee0036a8b63ec014595 [2021-03-09T00:32:28.403Z] #2 transferring context: 87B done [2021-03-09T00:32:28.403Z] #2 DONE 0.0s [2021-03-09T00:32:28.639Z] #47 41.27 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:32:28.702Z] [2021-03-09T00:32:28.702Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-09T00:32:28.702Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2021-03-09T00:32:29.276Z] #3 DONE 1.0s [2021-03-09T00:32:29.332Z] #19 21.71 Unpacking bash-completion (1:2.8-6) ... [2021-03-09T00:32:29.332Z] #19 ... [2021-03-09T00:32:29.332Z] [2021-03-09T00:32:29.332Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-03-09T00:32:29.332Z] #31 DONE 97.5s [2021-03-09T00:32:29.332Z] [2021-03-09T00:32:29.332Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-09T00:32:29.332Z] #19 21.99 Selecting previously unselected package bzip2. [2021-03-09T00:32:29.332Z] #19 22.00 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2021-03-09T00:32:29.332Z] #19 22.03 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-09T00:32:29.332Z] #19 ... [2021-03-09T00:32:29.332Z] [2021-03-09T00:32:29.332Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:32:29.332Z] #42 56.63 CC criu/clone-noasan.o [2021-03-09T00:32:29.332Z] #42 56.82 CC criu/config.o [2021-03-09T00:32:29.332Z] #42 57.82 CC criu/cr-check.o [2021-03-09T00:32:29.332Z] #42 58.88 CC criu/cr-dedup.o [2021-03-09T00:32:29.332Z] #42 59.12 CC criu/cr-dump.o [2021-03-09T00:32:29.332Z] #42 60.64 CC criu/cr-errno.o [2021-03-09T00:32:29.332Z] #42 60.71 CC criu/cr-restore.o [2021-03-09T00:32:29.537Z] [2021-03-09T00:32:29.537Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-09T00:32:29.537Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2021-03-09T00:32:29.537Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-09T00:32:29.537Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-09T00:32:29.537Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done [2021-03-09T00:32:29.537Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done [2021-03-09T00:32:29.537Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0B / 9.01MB 0.1s [2021-03-09T00:32:29.574Z] #25 13.53 0 added, 0 removed; done. [2021-03-09T00:32:29.574Z] #25 13.53 Running hooks in /etc/ca-certificates/update.d... [2021-03-09T00:32:29.574Z] #25 13.54 done. [2021-03-09T00:32:29.624Z] #42 ... [2021-03-09T00:32:29.624Z] [2021-03-09T00:32:29.624Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-09T00:32:29.624Z] #19 22.13 Selecting previously unselected package xz-utils. [2021-03-09T00:32:29.624Z] #19 22.13 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2021-03-09T00:32:29.624Z] #19 22.15 Unpacking xz-utils (5.2.4-1) ... [2021-03-09T00:32:29.799Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 2.10MB / 9.01MB 0.4s [2021-03-09T00:32:29.882Z] Removing intermediate container b4192499d9e7 [2021-03-09T00:32:29.882Z] ---> f8bb8be0735b [2021-03-09T00:32:29.882Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2021-03-09T00:32:29.882Z] ---> 805dc2d65d1c [2021-03-09T00:32:29.882Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2021-03-09T00:32:29.882Z] ---> 0705090d9ffb [2021-03-09T00:32:29.882Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2021-03-09T00:32:29.882Z] ---> Running in c362172e63e6 [2021-03-09T00:32:29.882Z] Removing intermediate container c362172e63e6 [2021-03-09T00:32:29.882Z] ---> 0c200aff23f0 [2021-03-09T00:32:29.882Z] Successfully built 0c200aff23f0 [2021-03-09T00:32:29.882Z] Successfully tagged moby-buildx:latest [2021-03-09T00:32:29.882Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2021-03-09T00:32:29.882Z] if [ -n "${id}" ]; then \ [2021-03-09T00:32:29.882Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2021-03-09T00:32:29.882Z] && touch bundles/buildx; \ [2021-03-09T00:32:29.882Z] docker rm -f ${id}; \ [2021-03-09T00:32:29.882Z] fi [2021-03-09T00:32:29.882Z] a6d678148be282fa816b5468ca0e5fd32d3324da061ab1e3e31dd0b84d9b4cf7 [2021-03-09T00:32:29.882Z] bundles/buildx version [2021-03-09T00:32:29.882Z] buildx v0.5.1 11057da [2021-03-09T00:32:29.882Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 . [2021-03-09T00:32:29.882Z] #1 [internal] booting buildkit [2021-03-09T00:32:29.882Z] #1 sha256:76e9a8e7deb473a5f42903c3a7fa92b7c9eba91e5f06ea3e4ee2f7143b94b90b [2021-03-09T00:32:29.926Z] #19 22.42 Selecting previously unselected package apparmor. [2021-03-09T00:32:29.926Z] #19 22.42 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2021-03-09T00:32:29.926Z] #19 22.51 Unpacking apparmor (2.13.2-10) ... [2021-03-09T00:32:30.060Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 2.66MB / 9.01MB 0.5s [2021-03-09T00:32:30.175Z] #1 pulling image moby/buildkit:buildx-stable-1 [2021-03-09T00:32:30.329Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 5.99MB / 9.01MB 0.6s [2021-03-09T00:32:30.329Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.8s [2021-03-09T00:32:30.560Z] #19 22.88 Selecting previously unselected package aufs-tools. [2021-03-09T00:32:30.560Z] #19 22.88 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2021-03-09T00:32:30.560Z] #19 22.88 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-09T00:32:30.560Z] #19 22.98 Selecting previously unselected package libonig5:s390x. [2021-03-09T00:32:30.560Z] #19 22.98 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2021-03-09T00:32:30.560Z] #19 22.98 Unpacking libonig5:s390x (6.9.1-1) ... [2021-03-09T00:32:30.560Z] #19 23.09 Selecting previously unselected package libjq1:s390x. [2021-03-09T00:32:30.560Z] #19 23.09 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-03-09T00:32:30.560Z] #19 23.09 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-09T00:32:30.560Z] #19 23.14 Selecting previously unselected package jq. [2021-03-09T00:32:30.560Z] #19 23.14 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-03-09T00:32:30.560Z] #19 23.15 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-09T00:32:30.560Z] #19 23.21 Selecting previously unselected package libaio1:s390x. [2021-03-09T00:32:30.593Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.8s done [2021-03-09T00:32:30.593Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.1s [2021-03-09T00:32:30.851Z] #19 23.21 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2021-03-09T00:32:30.851Z] #19 23.21 Unpacking libaio1:s390x (0.3.112-3) ... [2021-03-09T00:32:30.851Z] #19 23.24 Selecting previously unselected package libgpm2:s390x. [2021-03-09T00:32:30.851Z] #19 23.24 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2021-03-09T00:32:30.851Z] #19 23.24 Unpacking libgpm2:s390x (1.20.7-5) ... [2021-03-09T00:32:30.852Z] #19 23.27 Selecting previously unselected package libicu63:s390x. [2021-03-09T00:32:30.852Z] #19 23.27 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-03-09T00:32:30.852Z] #19 23.27 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-03-09T00:32:30.865Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done [2021-03-09T00:32:30.865Z] #4 DONE 1.3s [2021-03-09T00:32:31.128Z] [2021-03-09T00:32:31.128Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-03-09T00:32:31.128Z] #7 sha256:d71d81e7655e217a265abade180b866597ca13067c3e3d98a7c9383c573e8071 [2021-03-09T00:32:31.161Z] #47 ... [2021-03-09T00:32:31.161Z] [2021-03-09T00:32:31.161Z] #53 [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-09T00:32:31.161Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:32:31.161Z] #53 33.33 Fetched 8423 kB in 25s (336 kB/s) [2021-03-09T00:32:31.161Z] #53 33.33 Reading package lists... [2021-03-09T00:32:31.161Z] #53 40.17 Reading package lists... [2021-03-09T00:32:31.161Z] #53 ... [2021-03-09T00:32:31.161Z] [2021-03-09T00:32:31.161Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:32:31.161Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:32:31.161Z] #11 33.85 Fetched 8423 kB in 26s (329 kB/s) [2021-03-09T00:32:31.161Z] #11 33.85 Reading package lists... [2021-03-09T00:32:31.161Z] #11 40.69 Reading package lists... [2021-03-09T00:32:31.161Z] #11 ... [2021-03-09T00:32:31.161Z] [2021-03-09T00:32:31.161Z] #34 [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-09T00:32:31.161Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:32:31.161Z] #34 33.71 Fetched 8423 kB in 25s (334 kB/s) [2021-03-09T00:32:31.161Z] #34 33.71 Reading package lists... [2021-03-09T00:32:31.161Z] #34 40.50 Reading package lists... [2021-03-09T00:32:31.161Z] #34 ... [2021-03-09T00:32:31.161Z] [2021-03-09T00:32:31.161Z] #40 [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-09T00:32:31.161Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:32:31.161Z] #40 33.74 Fetched 8423 kB in 25s (336 kB/s) [2021-03-09T00:32:31.161Z] #40 33.74 Reading package lists... [2021-03-09T00:32:31.389Z] #7 DONE 0.3s [2021-03-09T00:32:31.389Z] [2021-03-09T00:32:31.389Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-03-09T00:32:31.389Z] #6 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-03-09T00:32:31.389Z] #6 DONE 0.4s [2021-03-09T00:32:31.389Z] [2021-03-09T00:32:31.389Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-09T00:32:31.389Z] #5 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-03-09T00:32:31.652Z] #5 DONE 0.4s [2021-03-09T00:32:32.095Z] #40 40.60 Reading package lists... [2021-03-09T00:32:32.095Z] #40 ... [2021-03-09T00:32:32.095Z] [2021-03-09T00:32:32.095Z] #47 [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-09T00:32:32.095Z] #47 sha256:97a34766e72586e36608f0a4de3720fb347ff0b15fb25cc0bee3cd5e0062d84a [2021-03-09T00:32:32.095Z] #47 44.50 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-09T00:32:32.878Z] #25 ... [2021-03-09T00:32:32.878Z] [2021-03-09T00:32:32.878Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:32.878Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:32:32.878Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.2s done [2021-03-09T00:32:32.878Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 3.0s [2021-03-09T00:32:32.921Z] #19 25.43 Selecting previously unselected package libnet1:s390x. [2021-03-09T00:32:32.921Z] #19 25.43 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-03-09T00:32:32.921Z] #19 25.44 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-09T00:32:32.921Z] #19 25.50 Selecting previously unselected package libnl-3-200:s390x. [2021-03-09T00:32:32.921Z] #19 25.51 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2021-03-09T00:32:32.921Z] #19 25.51 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-03-09T00:32:32.921Z] #19 25.56 Selecting previously unselected package libprotobuf-c1:s390x. [2021-03-09T00:32:32.921Z] #19 25.56 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-03-09T00:32:32.921Z] #19 25.57 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-09T00:32:32.921Z] #19 25.62 Selecting previously unselected package libreadline5:s390x. [2021-03-09T00:32:33.213Z] #19 25.62 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2021-03-09T00:32:33.213Z] #19 25.62 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-03-09T00:32:33.213Z] #19 25.67 Selecting previously unselected package net-tools. [2021-03-09T00:32:33.213Z] #19 25.68 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2021-03-09T00:32:33.213Z] #19 25.68 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-09T00:32:33.213Z] #19 25.78 Selecting previously unselected package python-pip-whl. [2021-03-09T00:32:33.213Z] #19 25.78 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-09T00:32:33.213Z] #19 25.78 Unpacking python-pip-whl (18.1-5) ... [2021-03-09T00:32:33.504Z] #19 26.16 Selecting previously unselected package python3-lib2to3. [2021-03-09T00:32:33.504Z] #19 26.16 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-09T00:32:33.504Z] #19 26.16 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-09T00:32:33.719Z] #30 ... [2021-03-09T00:32:33.719Z] [2021-03-09T00:32:33.719Z] #62 [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-09T00:32:33.719Z] #62 sha256:282c47533163c992b18061c236c03bde2606f618ab8045a2d4162f3d5551041b [2021-03-09T00:32:33.719Z] #62 6.227 + RM_GOPATH=0 [2021-03-09T00:32:33.719Z] #62 6.227 + TMP_GOPATH= [2021-03-09T00:32:33.719Z] #62 6.227 + : /build [2021-03-09T00:32:33.719Z] #62 6.227 + '[' -z '' ']' [2021-03-09T00:32:33.719Z] #62 6.227 ++ mktemp -d [2021-03-09T00:32:33.719Z] #62 6.227 + export GOPATH=/tmp/tmp.u1PntWxAXj [2021-03-09T00:32:33.719Z] #62 6.227 + GOPATH=/tmp/tmp.u1PntWxAXj [2021-03-09T00:32:33.719Z] #62 6.227 + RM_GOPATH=1 [2021-03-09T00:32:33.719Z] #62 6.227 + case "$(go env GOARCH)" in [2021-03-09T00:32:33.719Z] #62 6.227 ++ go env GOARCH [2021-03-09T00:32:33.719Z] #62 6.239 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:33.719Z] #62 6.239 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:33.719Z] #62 6.239 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:33.719Z] #62 6.249 + dir=/tmp/install [2021-03-09T00:32:33.719Z] #62 6.249 + bin=proxy [2021-03-09T00:32:33.719Z] #62 6.249 + shift [2021-03-09T00:32:33.719Z] #62 6.249 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-09T00:32:33.719Z] #62 6.249 + . /tmp/install/proxy.installer [2021-03-09T00:32:33.719Z] #62 6.249 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:32:33.719Z] #62 6.249 + install_proxy [2021-03-09T00:32:33.719Z] #62 6.249 + case "$1" in [2021-03-09T00:32:33.719Z] #62 6.249 + export CGO_ENABLED=0 [2021-03-09T00:32:33.719Z] #62 6.249 + CGO_ENABLED=0 [2021-03-09T00:32:33.719Z] #62 6.249 + _install_proxy [2021-03-09T00:32:33.719Z] #62 6.249 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-09T00:32:33.719Z] #62 6.249 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.u1PntWxAXj/src/github.com/docker/libnetwork [2021-03-09T00:32:33.719Z] #62 6.249 Cloning into '/tmp/tmp.u1PntWxAXj/src/github.com/docker/libnetwork'... [2021-03-09T00:32:33.719Z] #62 6.249 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:32:33.719Z] #62 ... [2021-03-09T00:32:33.719Z] [2021-03-09T00:32:33.719Z] #49 [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-09T00:32:33.719Z] #49 sha256:bb8da2efbff39e3c70d08ac2146a06dfcad59e0204d75ff35f834832e35ea977 [2021-03-09T00:32:33.719Z] #49 6.600 + RM_GOPATH=0 [2021-03-09T00:32:33.719Z] #49 6.600 + TMP_GOPATH= [2021-03-09T00:32:33.719Z] #49 6.600 + : /build [2021-03-09T00:32:33.719Z] #49 6.600 + '[' -z '' ']' [2021-03-09T00:32:33.719Z] #49 6.602 ++ mktemp -d [2021-03-09T00:32:33.719Z] #49 6.602 + export GOPATH=/tmp/tmp.U0ntr4Jeup [2021-03-09T00:32:33.719Z] #49 6.602 + GOPATH=/tmp/tmp.U0ntr4Jeup [2021-03-09T00:32:33.719Z] #49 6.602 + RM_GOPATH=1 [2021-03-09T00:32:33.719Z] #49 6.602 + case "$(go env GOARCH)" in [2021-03-09T00:32:33.719Z] #49 6.604 ++ go env GOARCH [2021-03-09T00:32:33.719Z] #49 6.610 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:33.719Z] #49 6.610 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:33.719Z] #49 6.621 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:33.719Z] #49 6.627 + dir=/tmp/install [2021-03-09T00:32:33.719Z] #49 6.627 + bin=shfmt [2021-03-09T00:32:33.719Z] #49 6.627 + shift [2021-03-09T00:32:33.719Z] #49 6.627 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-09T00:32:33.719Z] #49 6.627 + . /tmp/install/shfmt.installer [2021-03-09T00:32:33.719Z] #49 6.627 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:32:33.719Z] #49 6.627 + install_shfmt [2021-03-09T00:32:33.719Z] #49 6.627 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-09T00:32:33.719Z] #49 6.627 + git clone https://github.com/mvdan/sh.git /tmp/tmp.U0ntr4Jeup/src/github.com/mvdan/sh [2021-03-09T00:32:33.719Z] #49 6.633 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:32:33.719Z] #49 6.634 Cloning into '/tmp/tmp.U0ntr4Jeup/src/github.com/mvdan/sh'... [2021-03-09T00:32:33.728Z] #1 pulling image moby/buildkit:buildx-stable-1 3.0s done [2021-03-09T00:32:33.728Z] #1 creating container buildx_buildkit_default [2021-03-09T00:32:33.728Z] #1 creating container buildx_buildkit_default 0.4s done [2021-03-09T00:32:33.728Z] #1 DONE 3.4s [2021-03-09T00:32:33.728Z] [2021-03-09T00:32:33.728Z] #2 [internal] load build definition from Dockerfile [2021-03-09T00:32:33.728Z] #2 sha256:9f3671179de4d65761d8f602942542c70fab3a247bc2622b5250a417e6634e00 [2021-03-09T00:32:33.728Z] #2 transferring dockerfile: 16.53kB 0.0s done [2021-03-09T00:32:33.728Z] #2 DONE 0.0s [2021-03-09T00:32:33.728Z] [2021-03-09T00:32:33.728Z] #3 [internal] load .dockerignore [2021-03-09T00:32:33.728Z] #3 sha256:489ea8b978a0d7fac4a0d897bdb651549377a72d0f73cbcdcc5cab786bebca6a [2021-03-09T00:32:33.728Z] #3 transferring context: 87B done [2021-03-09T00:32:33.728Z] #3 DONE 0.0s [2021-03-09T00:32:33.728Z] [2021-03-09T00:32:33.728Z] #4 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-09T00:32:33.728Z] #4 sha256:015248391ba8b1ea9cbf068fd1b217d4a8c47b8199713eff20dde0d4bb1ff54e [2021-03-09T00:32:33.796Z] #19 26.25 Selecting previously unselected package python3-distutils. [2021-03-09T00:32:33.796Z] #19 26.25 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-09T00:32:33.796Z] #19 26.25 Unpacking python3-distutils (3.7.3-1) ... [2021-03-09T00:32:33.796Z] #19 26.34 Selecting previously unselected package python3-pip. [2021-03-09T00:32:33.796Z] #19 26.34 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-09T00:32:33.796Z] #19 26.35 Unpacking python3-pip (18.1-5) ... [2021-03-09T00:32:34.088Z] #19 26.49 Selecting previously unselected package python3-pkg-resources. [2021-03-09T00:32:34.088Z] #19 26.49 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-09T00:32:34.088Z] #19 26.51 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-09T00:32:34.088Z] #19 26.56 Selecting previously unselected package python3-setuptools. [2021-03-09T00:32:34.089Z] #19 26.56 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-09T00:32:34.089Z] #19 26.57 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-09T00:32:34.089Z] #19 26.68 Selecting previously unselected package python3-wheel. [2021-03-09T00:32:34.363Z] #4 DONE 0.6s [2021-03-09T00:32:34.363Z] [2021-03-09T00:32:34.363Z] #5 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-09T00:32:34.363Z] #5 sha256:c1ffd679b366d96d85a26e8e9be46cbf879ab4272e5979aa145e5162ea217d35 [2021-03-09T00:32:34.363Z] #5 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-09T00:32:34.363Z] #5 sha256:0fbb1661cd80a39540a487f097952096281220bdd316f86c49a0ff30e5b4d988 8.92MB / 8.92MB 0.2s done [2021-03-09T00:32:34.380Z] #19 26.69 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-09T00:32:34.380Z] #19 26.69 Unpacking python3-wheel (0.32.3-2) ... [2021-03-09T00:32:34.380Z] #19 26.72 Selecting previously unselected package sudo. [2021-03-09T00:32:34.380Z] #19 26.72 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_s390x.deb ... [2021-03-09T00:32:34.380Z] #19 26.73 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-09T00:32:34.658Z] #5 extracting sha256:0fbb1661cd80a39540a487f097952096281220bdd316f86c49a0ff30e5b4d988 [2021-03-09T00:32:34.658Z] #5 extracting sha256:0fbb1661cd80a39540a487f097952096281220bdd316f86c49a0ff30e5b4d988 0.2s done [2021-03-09T00:32:34.658Z] #5 DONE 0.4s [2021-03-09T00:32:34.672Z] #19 27.02 Selecting previously unselected package thin-provisioning-tools. [2021-03-09T00:32:34.672Z] #19 27.02 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2021-03-09T00:32:34.672Z] #19 27.03 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-09T00:32:34.672Z] #19 27.23 Selecting previously unselected package uidmap. [2021-03-09T00:32:34.672Z] #19 27.23 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2021-03-09T00:32:34.672Z] #19 27.23 Unpacking uidmap (1:4.5-1.1) ... [2021-03-09T00:32:34.952Z] [2021-03-09T00:32:34.952Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-03-09T00:32:34.952Z] #8 sha256:fc87f41d59fd17bca5bdacfa76e5840fa11512aef3c722725b3c768af0cd79a5 [2021-03-09T00:32:34.952Z] #8 DONE 0.2s [2021-03-09T00:32:34.952Z] [2021-03-09T00:32:34.952Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-09T00:32:34.952Z] #7 sha256:372687b2b903cd79cdd8659c1562f9f4227eb74c5d3643ad399921b7565c1743 [2021-03-09T00:32:34.990Z] #19 27.33 Selecting previously unselected package vim-runtime. [2021-03-09T00:32:34.990Z] #19 27.33 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:32:34.990Z] #19 27.34 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-09T00:32:34.990Z] #19 27.35 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-09T00:32:34.990Z] #19 27.36 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-09T00:32:35.106Z] #49 ... [2021-03-09T00:32:35.106Z] [2021-03-09T00:32:35.106Z] #47 [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-09T00:32:35.106Z] #47 sha256:ffb1881850cde42d89f5cfb41ca658cccbe962566cb1c2073a1210b735b27ebd [2021-03-09T00:32:35.106Z] #47 7.472 + RM_GOPATH=0 [2021-03-09T00:32:35.106Z] #47 7.472 + TMP_GOPATH= [2021-03-09T00:32:35.106Z] #47 7.472 + : /build [2021-03-09T00:32:35.106Z] #47 7.472 + '[' -z '' ']' [2021-03-09T00:32:35.106Z] #47 7.472 ++ mktemp -d [2021-03-09T00:32:35.106Z] #47 7.478 + export GOPATH=/tmp/tmp.Qtwqa5Bgkw [2021-03-09T00:32:35.106Z] #47 7.478 + GOPATH=/tmp/tmp.Qtwqa5Bgkw [2021-03-09T00:32:35.106Z] #47 7.478 + RM_GOPATH=1 [2021-03-09T00:32:35.106Z] #47 7.478 + case "$(go env GOARCH)" in [2021-03-09T00:32:35.106Z] #47 7.490 ++ go env GOARCH [2021-03-09T00:32:35.106Z] #47 7.536 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:35.106Z] #47 7.536 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:35.106Z] #47 7.539 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:35.106Z] #47 7.543 + dir=/tmp/install [2021-03-09T00:32:35.106Z] #47 7.543 + bin=golangci_lint [2021-03-09T00:32:35.106Z] #47 7.543 + shift [2021-03-09T00:32:35.106Z] #47 7.543 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-09T00:32:35.106Z] #47 7.543 + . /tmp/install/golangci_lint.installer [2021-03-09T00:32:35.106Z] #47 7.543 ++ : v1.23.8 [2021-03-09T00:32:35.106Z] #47 7.543 + install_golangci_lint [2021-03-09T00:32:35.106Z] #47 7.543 + set -e [2021-03-09T00:32:35.106Z] #47 7.543 + export GO111MODULE=on [2021-03-09T00:32:35.106Z] #47 7.543 + GO111MODULE=on [2021-03-09T00:32:35.106Z] #47 7.543 + GOBIN=/build [2021-03-09T00:32:35.106Z] #47 7.543 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-09T00:32:35.106Z] #47 7.564 go: finding github.com v1.23.8 [2021-03-09T00:32:35.106Z] #47 7.564 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-09T00:32:35.106Z] #47 7.564 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-09T00:32:35.106Z] #47 7.564 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:32:35.106Z] #47 7.564 go: finding github.com/golangci v1.23.8 [2021-03-09T00:32:35.106Z] #47 8.310 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:32:35.106Z] #47 ... [2021-03-09T00:32:35.106Z] [2021-03-09T00:32:35.106Z] #43 [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-09T00:32:35.106Z] #43 sha256:c04f631ddbe13747d502f1e8ae4d852e7ab2ec1b7ac742221a1bc2f7bc62ee1d [2021-03-09T00:32:35.106Z] #43 7.137 + RM_GOPATH=0 [2021-03-09T00:32:35.106Z] #43 7.137 + TMP_GOPATH= [2021-03-09T00:32:35.106Z] #43 7.137 + : /build [2021-03-09T00:32:35.106Z] #43 7.137 + '[' -z '' ']' [2021-03-09T00:32:35.106Z] #43 7.153 ++ mktemp -d [2021-03-09T00:32:35.106Z] #43 7.153 + export GOPATH=/tmp/tmp.Tjx2sxphMP [2021-03-09T00:32:35.106Z] #43 7.153 + GOPATH=/tmp/tmp.Tjx2sxphMP [2021-03-09T00:32:35.106Z] #43 7.153 + RM_GOPATH=1 [2021-03-09T00:32:35.106Z] #43 7.153 + case "$(go env GOARCH)" in [2021-03-09T00:32:35.106Z] #43 7.153 ++ go env GOARCH [2021-03-09T00:32:35.106Z] #43 7.203 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:32:35.106Z] #43 7.204 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:35.106Z] #43 7.204 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:35.106Z] #43 7.204 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:35.106Z] #43 7.204 + dir=/tmp/install [2021-03-09T00:32:35.106Z] #43 7.204 + bin=vndr [2021-03-09T00:32:35.106Z] #43 7.204 + shift [2021-03-09T00:32:35.106Z] #43 7.204 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-09T00:32:35.106Z] #43 7.204 + . /tmp/install/vndr.installer [2021-03-09T00:32:35.106Z] #43 7.204 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:32:35.106Z] #43 7.204 + install_vndr [2021-03-09T00:32:35.106Z] #43 7.204 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-09T00:32:35.106Z] #43 7.204 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Tjx2sxphMP/src/github.com/LK4D4/vndr [2021-03-09T00:32:35.106Z] #43 7.238 Cloning into '/tmp/tmp.Tjx2sxphMP/src/github.com/LK4D4/vndr'... [2021-03-09T00:32:35.106Z] #43 8.434 + cd /tmp/tmp.Tjx2sxphMP/src/github.com/LK4D4/vndr [2021-03-09T00:32:35.106Z] #43 8.434 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:32:35.106Z] #43 8.464 + go build -buildmode=pie -v -o /build/vndr . [2021-03-09T00:32:35.248Z] #7 DONE 0.3s [2021-03-09T00:32:35.249Z] [2021-03-09T00:32:35.249Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-03-09T00:32:35.249Z] #6 sha256:40c9f69513e725b643844c4f54ff586edd2c989eaf3d76fa2bc341d2ddd2df16 [2021-03-09T00:32:35.249Z] #6 DONE 0.4s [2021-03-09T00:32:35.249Z] [2021-03-09T00:32:35.249Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-03-09T00:32:35.249Z] #61 sha256:ba75f6da22b483e8edfdd12628a6dd8a49ff4ceb5be365479580b00cb55664a8 [2021-03-09T00:32:35.249Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 0.0s done [2021-03-09T00:32:35.374Z] #43 ... [2021-03-09T00:32:35.374Z] [2021-03-09T00:32:35.374Z] #30 [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-09T00:32:35.374Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:32:35.374Z] #30 8.335 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-09T00:32:35.374Z] #30 8.339 Cloning into '.'... [2021-03-09T00:32:35.510Z] #8 ... [2021-03-09T00:32:35.510Z] [2021-03-09T00:32:35.510Z] #25 [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-09T00:32:35.510Z] #25 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-09T00:32:35.510Z] #25 DONE 19.2s [2021-03-09T00:32:35.510Z] [2021-03-09T00:32:35.510Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:35.510Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:32:35.510Z] #8 ... [2021-03-09T00:32:35.510Z] [2021-03-09T00:32:35.510Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-09T00:32:35.510Z] #26 sha256:499ec5f4dbd948ab467883986ab33c85daf4e11d747d2421a83c1b0b6b859457 [2021-03-09T00:32:35.568Z] #61 ... [2021-03-09T00:32:35.568Z] [2021-03-09T00:32:35.568Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:35.568Z] #9 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-09T00:32:35.568Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-03-09T00:32:35.568Z] #9 DONE 0.3s [2021-03-09T00:32:35.568Z] [2021-03-09T00:32:35.568Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-03-09T00:32:35.568Z] #61 sha256:ba75f6da22b483e8edfdd12628a6dd8a49ff4ceb5be365479580b00cb55664a8 [2021-03-09T00:32:35.568Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.05MB / 9.86MB 0.2s [2021-03-09T00:32:35.998Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 5.24MB / 9.86MB 0.3s [2021-03-09T00:32:35.998Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.5s done [2021-03-09T00:32:35.998Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 [2021-03-09T00:32:36.757Z] #30 ... [2021-03-09T00:32:36.757Z] [2021-03-09T00:32:36.757Z] #56 [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-09T00:32:36.757Z] #56 sha256:e565820459b59c12c7501f0be1a788c6dbd23db77fdb3f4807fa89ee7c40b665 [2021-03-09T00:32:36.757Z] #56 7.423 + RM_GOPATH=0 [2021-03-09T00:32:36.757Z] #56 7.423 + TMP_GOPATH= [2021-03-09T00:32:36.757Z] #56 7.423 + : /build [2021-03-09T00:32:36.757Z] #56 7.423 + '[' -z '' ']' [2021-03-09T00:32:36.757Z] #56 7.423 ++ mktemp -d [2021-03-09T00:32:36.757Z] #56 7.423 + export GOPATH=/tmp/tmp.eAqWu02wvJ [2021-03-09T00:32:36.757Z] #56 7.423 + GOPATH=/tmp/tmp.eAqWu02wvJ [2021-03-09T00:32:36.757Z] #56 7.423 + RM_GOPATH=1 [2021-03-09T00:32:36.757Z] #56 7.423 + case "$(go env GOARCH)" in [2021-03-09T00:32:36.757Z] #56 7.423 ++ go env GOARCH [2021-03-09T00:32:36.757Z] #56 7.450 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:36.757Z] #56 7.450 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:36.757Z] #56 7.450 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:36.757Z] #56 7.450 + dir=/tmp/install [2021-03-09T00:32:36.757Z] #56 7.450 + bin=rootlesskit [2021-03-09T00:32:36.757Z] #56 7.450 + shift [2021-03-09T00:32:36.757Z] #56 7.450 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-09T00:32:36.757Z] #56 7.450 + . /tmp/install/rootlesskit.installer [2021-03-09T00:32:36.757Z] #56 7.450 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:32:36.757Z] #56 7.450 + install_rootlesskit [2021-03-09T00:32:36.757Z] #56 7.450 + case "$1" in [2021-03-09T00:32:36.757Z] #56 7.450 + export CGO_ENABLED=0 [2021-03-09T00:32:36.757Z] #56 7.450 + CGO_ENABLED=0 [2021-03-09T00:32:36.757Z] #56 7.450 + _install_rootlesskit [2021-03-09T00:32:36.757Z] #56 7.471 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-09T00:32:36.757Z] #56 7.471 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.eAqWu02wvJ/src/github.com/rootless-containers/rootlesskit [2021-03-09T00:32:36.757Z] #56 7.471 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:32:36.757Z] #56 7.478 Cloning into '/tmp/tmp.eAqWu02wvJ/src/github.com/rootless-containers/rootlesskit'... [2021-03-09T00:32:36.898Z] #26 DONE 1.8s [2021-03-09T00:32:36.898Z] [2021-03-09T00:32:36.898Z] #27 [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-09T00:32:36.898Z] #27 sha256:26338b9edfbf1c41db25cbdcfa1767ec6191c2039c2d69fd2ecce6c611af2860 [2021-03-09T00:32:36.951Z] [2021-03-09T00:32:36.951Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:36.951Z] #8 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-09T00:32:36.951Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:36.951Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-09T00:32:36.951Z] #8 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2021-03-09T00:32:36.951Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-09T00:32:36.951Z] #8 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2021-03-09T00:32:36.951Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0B / 49.18MB 0.1s [2021-03-09T00:32:36.951Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 5.24MB / 49.18MB 0.4s [2021-03-09T00:32:37.035Z] #56 ... [2021-03-09T00:32:37.035Z] [2021-03-09T00:32:37.035Z] #34 [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-09T00:32:37.035Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:32:37.035Z] #34 9.059 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:32:37.035Z] #34 9.125 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:32:37.035Z] #34 9.152 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:32:37.035Z] #34 ... [2021-03-09T00:32:37.035Z] [2021-03-09T00:32:37.035Z] #40 [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-09T00:32:37.035Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:32:37.035Z] #40 9.064 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:32:37.035Z] #40 9.126 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:32:37.035Z] #40 9.129 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:32:37.035Z] #40 ... [2021-03-09T00:32:37.035Z] [2021-03-09T00:32:37.035Z] #45 [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-09T00:32:37.035Z] #45 sha256:8d3ee14112ec422957ad1e3cb8ea69cdf02f572f72ef463d090dbbc7741783f4 [2021-03-09T00:32:37.035Z] #45 6.614 + RM_GOPATH=0 [2021-03-09T00:32:37.035Z] #45 6.614 + TMP_GOPATH= [2021-03-09T00:32:37.035Z] #45 6.614 + : /build [2021-03-09T00:32:37.035Z] #45 6.614 + '[' -z '' ']' [2021-03-09T00:32:37.035Z] #45 6.614 ++ mktemp -d [2021-03-09T00:32:37.035Z] #45 6.614 + export GOPATH=/tmp/tmp.Eiezr6Enpq [2021-03-09T00:32:37.035Z] #45 6.614 + GOPATH=/tmp/tmp.Eiezr6Enpq [2021-03-09T00:32:37.035Z] #45 6.614 + RM_GOPATH=1 [2021-03-09T00:32:37.035Z] #45 6.614 + case "$(go env GOARCH)" in [2021-03-09T00:32:37.035Z] #45 6.614 ++ go env GOARCH [2021-03-09T00:32:37.035Z] #45 6.626 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:37.035Z] #45 6.626 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:37.035Z] #45 6.626 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:37.035Z] #45 6.626 + dir=/tmp/install [2021-03-09T00:32:37.035Z] #45 6.626 + bin=gotestsum [2021-03-09T00:32:37.035Z] #45 6.626 + shift [2021-03-09T00:32:37.035Z] #45 6.626 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-09T00:32:37.035Z] #45 6.626 + . /tmp/install/gotestsum.installer [2021-03-09T00:32:37.035Z] #45 6.626 ++ : v0.5.3 [2021-03-09T00:32:37.035Z] #45 6.626 + install_gotestsum [2021-03-09T00:32:37.035Z] #45 6.626 + set -e [2021-03-09T00:32:37.035Z] #45 6.626 + export GO111MODULE=on [2021-03-09T00:32:37.035Z] #45 6.626 + GO111MODULE=on [2021-03-09T00:32:37.035Z] #45 6.626 + GOBIN=/build [2021-03-09T00:32:37.035Z] #45 6.626 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-09T00:32:37.035Z] #45 6.697 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-09T00:32:37.035Z] #45 6.697 go: finding gotest.tools v0.5.3 [2021-03-09T00:32:37.035Z] #45 7.681 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-09T00:32:37.035Z] #45 8.828 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-09T00:32:37.035Z] #45 10.26 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:32:37.035Z] #45 10.27 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:32:37.035Z] #45 10.27 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:32:37.035Z] #45 10.27 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:32:37.035Z] #45 10.37 go: downloading github.com/pkg/errors v0.9.1 [2021-03-09T00:32:37.092Z] #19 29.26 Selecting previously unselected package vim. [2021-03-09T00:32:37.092Z] #19 29.27 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2021-03-09T00:32:37.092Z] #19 29.28 Unpacking vim (2:8.1.0875-5) ... [2021-03-09T00:32:37.092Z] #19 29.56 Selecting previously unselected package xfsprogs. [2021-03-09T00:32:37.092Z] #19 29.57 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2021-03-09T00:32:37.092Z] #19 29.57 Unpacking xfsprogs (4.20.0-1) ... [2021-03-09T00:32:37.253Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 11.53MB / 49.18MB 0.5s [2021-03-09T00:32:37.253Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0B / 7.68MB 0.5s [2021-03-09T00:32:37.253Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 17.83MB / 49.18MB 0.6s [2021-03-09T00:32:37.253Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 22.02MB / 49.18MB 0.7s [2021-03-09T00:32:37.296Z] #45 10.59 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:32:37.296Z] #45 ... [2021-03-09T00:32:37.296Z] [2021-03-09T00:32:37.296Z] #32 [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-09T00:32:37.296Z] #32 sha256:d2fdcc6a33ec8a15a5a8b29e6244af48a7cef41a9b6ffbb4fe4e8321eeee9723 [2021-03-09T00:32:37.296Z] #32 8.546 + RM_GOPATH=0 [2021-03-09T00:32:37.296Z] #32 8.546 + TMP_GOPATH= [2021-03-09T00:32:37.296Z] #32 8.546 + : /build [2021-03-09T00:32:37.296Z] #32 8.546 + '[' -z '' ']' [2021-03-09T00:32:37.296Z] #32 8.546 ++ mktemp -d [2021-03-09T00:32:37.296Z] #32 8.547 + export GOPATH=/tmp/tmp.XlNUSnL1Pb [2021-03-09T00:32:37.296Z] #32 8.547 + GOPATH=/tmp/tmp.XlNUSnL1Pb [2021-03-09T00:32:37.296Z] #32 8.547 + RM_GOPATH=1 [2021-03-09T00:32:37.296Z] #32 8.547 + case "$(go env GOARCH)" in [2021-03-09T00:32:37.296Z] #32 8.555 ++ go env GOARCH [2021-03-09T00:32:37.296Z] #32 8.736 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:37.296Z] #32 8.736 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:37.296Z] #32 8.741 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:37.296Z] #32 8.742 + dir=/tmp/install [2021-03-09T00:32:37.296Z] #32 8.742 + bin=tomlv [2021-03-09T00:32:37.296Z] #32 8.742 + shift [2021-03-09T00:32:37.296Z] #32 8.742 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-09T00:32:37.296Z] #32 8.743 + . /tmp/install/tomlv.installer [2021-03-09T00:32:37.296Z] #32 8.743 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:32:37.296Z] #32 8.743 + install_tomlv [2021-03-09T00:32:37.296Z] #32 8.743 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-09T00:32:37.296Z] #32 8.743 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.XlNUSnL1Pb/src/github.com/BurntSushi/toml [2021-03-09T00:32:37.296Z] #32 8.746 Cloning into '/tmp/tmp.XlNUSnL1Pb/src/github.com/BurntSushi/toml'... [2021-03-09T00:32:37.296Z] #32 8.746 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:32:37.296Z] #32 9.970 + cd /tmp/tmp.XlNUSnL1Pb/src/github.com/BurntSushi/toml [2021-03-09T00:32:37.296Z] #32 9.970 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:32:37.296Z] #32 10.00 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-09T00:32:37.296Z] #32 ... [2021-03-09T00:32:37.296Z] [2021-03-09T00:32:37.296Z] #22 [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-09T00:32:37.296Z] #22 sha256:a4a2113cc29f263afe1697b8c40f974a20faeed31662ee2797521be25c61aefe [2021-03-09T00:32:37.296Z] #22 7.781 + RM_GOPATH=0 [2021-03-09T00:32:37.296Z] #22 7.781 + TMP_GOPATH= [2021-03-09T00:32:37.296Z] #22 7.781 + : /build [2021-03-09T00:32:37.296Z] #22 7.781 + '[' -z '' ']' [2021-03-09T00:32:37.296Z] #22 7.781 ++ mktemp -d [2021-03-09T00:32:37.296Z] #22 7.781 + export GOPATH=/tmp/tmp.OTa4IFVce7 [2021-03-09T00:32:37.296Z] #22 7.781 + GOPATH=/tmp/tmp.OTa4IFVce7 [2021-03-09T00:32:37.296Z] #22 7.781 + RM_GOPATH=1 [2021-03-09T00:32:37.296Z] #22 7.781 + case "$(go env GOARCH)" in [2021-03-09T00:32:37.296Z] #22 7.781 ++ go env GOARCH [2021-03-09T00:32:37.296Z] #22 7.789 Install docker/cli version 17.06.2-ce from stable [2021-03-09T00:32:37.296Z] #22 7.790 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:37.296Z] #22 7.790 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:37.296Z] #22 7.790 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:37.296Z] #22 7.790 + dir=/tmp/install [2021-03-09T00:32:37.296Z] #22 7.790 + bin=dockercli [2021-03-09T00:32:37.296Z] #22 7.790 + shift [2021-03-09T00:32:37.296Z] #22 7.790 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-09T00:32:37.296Z] #22 7.790 + . /tmp/install/dockercli.installer [2021-03-09T00:32:37.296Z] #22 7.790 ++ : stable [2021-03-09T00:32:37.296Z] #22 7.790 ++ : 17.06.2-ce [2021-03-09T00:32:37.296Z] #22 7.790 + install_dockercli [2021-03-09T00:32:37.296Z] #22 7.790 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-09T00:32:37.296Z] #22 7.800 ++ uname -m [2021-03-09T00:32:37.296Z] #22 7.800 + arch=x86_64 [2021-03-09T00:32:37.296Z] #22 7.800 + '[' x86_64 '!=' x86_64 ']' [2021-03-09T00:32:37.296Z] #22 7.800 + url=https://download.docker.com/linux/static [2021-03-09T00:32:37.296Z] #22 7.800 + tar -xz docker/docker [2021-03-09T00:32:37.296Z] #22 7.804 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-03-09T00:32:37.349Z] #47 ... [2021-03-09T00:32:37.349Z] [2021-03-09T00:32:37.349Z] #62 [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-09T00:32:37.349Z] #62 sha256:d73cf29bff9709c46a7777cf250dda18295ff8783c5900bbd6d9be60f7d3fc41 [2021-03-09T00:32:37.349Z] #62 DONE 49.5s [2021-03-09T00:32:37.349Z] [2021-03-09T00:32:37.349Z] #43 [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-09T00:32:37.349Z] #43 sha256:c5047339b0fe649e0b3ecf0acd9732686689aaff11fc0c3bd59d1bafc7a63317 [2021-03-09T00:32:37.349Z] #43 48.51 internal/reflectlite [2021-03-09T00:32:37.349Z] #43 48.52 github.com/LK4D4/vndr/godl/singleflight [2021-03-09T00:32:37.349Z] #43 48.92 math/rand [2021-03-09T00:32:37.384Z] #19 29.94 Selecting previously unselected package zip. [2021-03-09T00:32:37.384Z] #19 29.94 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2021-03-09T00:32:37.384Z] #19 29.94 Unpacking zip (3.0-11+b1) ... [2021-03-09T00:32:37.384Z] #19 30.08 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-09T00:32:37.522Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 25.17MB / 49.18MB 0.9s [2021-03-09T00:32:37.522Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 5.50MB / 7.68MB 0.9s [2021-03-09T00:32:37.557Z] #22 ... [2021-03-09T00:32:37.557Z] [2021-03-09T00:32:37.557Z] #53 [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-09T00:32:37.557Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:32:37.557Z] #53 6.633 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:32:37.557Z] #53 6.722 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:32:37.557Z] #53 6.740 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:32:37.557Z] #53 7.006 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:32:37.557Z] #53 8.471 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:32:37.676Z] #19 30.10 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-09T00:32:37.676Z] #19 30.11 Setting up libip6tc0:s390x (1.8.2-4) ... [2021-03-09T00:32:37.676Z] #19 30.11 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-03-09T00:32:37.676Z] #19 30.12 Setting up libgpm2:s390x (1.20.7-5) ... [2021-03-09T00:32:37.676Z] #19 30.13 Setting up libip4tc0:s390x (1.8.2-4) ... [2021-03-09T00:32:37.676Z] #19 30.13 Setting up uidmap (1:4.5-1.1) ... [2021-03-09T00:32:37.676Z] #19 30.14 Setting up libnftnl11:s390x (1.1.2-2) ... [2021-03-09T00:32:37.676Z] #19 30.15 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-09T00:32:37.676Z] #19 30.16 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-09T00:32:37.676Z] #19 30.17 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-09T00:32:37.676Z] #19 30.18 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-03-09T00:32:37.676Z] #19 30.18 Setting up xxd (2:8.1.0875-5) ... [2021-03-09T00:32:37.676Z] #19 30.19 Setting up zip (3.0-11+b1) ... [2021-03-09T00:32:37.676Z] #19 30.20 Setting up vim-common (2:8.1.0875-5) ... [2021-03-09T00:32:37.676Z] #19 30.21 Setting up bash-completion (1:2.8-6) ... [2021-03-09T00:32:37.802Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 37.75MB / 49.18MB 1.1s [2021-03-09T00:32:37.802Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 1.0s [2021-03-09T00:32:37.802Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 45.09MB / 49.18MB 1.2s [2021-03-09T00:32:37.802Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 1.1s done [2021-03-09T00:32:37.802Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0B / 9.98MB 1.2s [2021-03-09T00:32:37.817Z] #53 11.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:32:37.817Z] #53 ... [2021-03-09T00:32:37.817Z] [2021-03-09T00:32:37.817Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:32:37.817Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:32:37.817Z] #11 8.953 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:32:37.817Z] #11 9.026 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:32:37.817Z] #11 9.027 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:32:37.817Z] #11 10.45 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:32:37.817Z] #11 ... [2021-03-09T00:32:37.817Z] [2021-03-09T00:32:37.817Z] #38 [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-09T00:32:37.817Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:32:37.817Z] #38 8.194 + git clone https://github.com/docker/distribution.git . [2021-03-09T00:32:37.817Z] #38 8.201 Cloning into '.'... [2021-03-09T00:32:38.064Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 1.3s [2021-03-09T00:32:38.064Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 1.05MB / 9.98MB 1.3s [2021-03-09T00:32:38.064Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 2.10MB / 9.98MB 1.4s [2021-03-09T00:32:38.064Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 6.29MB / 9.98MB 1.5s [2021-03-09T00:32:38.094Z] #38 ... [2021-03-09T00:32:38.094Z] [2021-03-09T00:32:38.094Z] #40 [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-09T00:32:38.094Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:32:38.094Z] #40 11.22 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:32:38.281Z] #27 ... [2021-03-09T00:32:38.281Z] [2021-03-09T00:32:38.281Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:38.281Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:32:38.281Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.8s done [2021-03-09T00:32:38.281Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-03-09T00:32:38.281Z] #8 DONE 31.9s [2021-03-09T00:32:38.281Z] [2021-03-09T00:32:38.281Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-09T00:32:38.281Z] #9 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-09T00:32:38.283Z] #43 50.82 internal/singleflight [2021-03-09T00:32:38.326Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 1.6s [2021-03-09T00:32:38.594Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.9s done [2021-03-09T00:32:38.594Z] #61 DONE 2.4s [2021-03-09T00:32:38.594Z] [2021-03-09T00:32:38.594Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:38.594Z] #9 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-09T00:32:38.594Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 29.36MB / 96.52MB 2.3s [2021-03-09T00:32:38.594Z] #9 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.2s done [2021-03-09T00:32:38.594Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.2s done [2021-03-09T00:32:38.594Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 28.77MB / 73.58MB 2.1s [2021-03-09T00:32:38.594Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 25.17MB / 57.46MB 2.1s [2021-03-09T00:32:38.594Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 0.9s done [2021-03-09T00:32:38.594Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 20.97MB / 54.14MB 2.1s [2021-03-09T00:32:38.594Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 28.31MB / 57.46MB 2.3s [2021-03-09T00:32:38.594Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 34.60MB / 96.52MB 2.6s [2021-03-09T00:32:38.594Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 32.51MB / 73.58MB 2.4s [2021-03-09T00:32:38.594Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 32.51MB / 57.46MB 2.6s [2021-03-09T00:32:38.594Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 24.12MB / 54.14MB 2.6s [2021-03-09T00:32:38.594Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 40.89MB / 96.52MB 3.0s [2021-03-09T00:32:38.594Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 37.75MB / 73.58MB 2.9s [2021-03-09T00:32:38.594Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 35.65MB / 57.46MB 2.9s [2021-03-09T00:32:38.907Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 2.2s done [2021-03-09T00:32:39.059Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 46.47MB / 96.52MB 3.4s [2021-03-09T00:32:39.059Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 41.94MB / 73.58MB 3.3s [2021-03-09T00:32:39.059Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 40.89MB / 57.46MB 3.3s [2021-03-09T00:32:39.059Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 27.26MB / 54.14MB 3.2s [2021-03-09T00:32:39.169Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 [2021-03-09T00:32:39.192Z] #19 31.50 Setting up libiptc0:s390x (1.8.2-4) ... [2021-03-09T00:32:39.192Z] #19 31.51 Setting up xz-utils (5.2.4-1) ... [2021-03-09T00:32:39.192Z] #19 31.52 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-09T00:32:39.192Z] #19 31.53 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-09T00:32:39.192Z] #19 31.57 invoke-rc.d: could not determine current runlevel [2021-03-09T00:32:39.192Z] #19 31.57 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-09T00:32:39.192Z] #19 31.58 Setting up pigz (2.4-1) ... [2021-03-09T00:32:39.192Z] #19 31.58 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-03-09T00:32:39.192Z] #19 31.59 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-03-09T00:32:39.192Z] #19 31.60 Setting up python-pip-whl (18.1-5) ... [2021-03-09T00:32:39.192Z] #19 31.61 Setting up libmpdec2:s390x (2.4.2-2) ... [2021-03-09T00:32:39.192Z] #19 31.62 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-09T00:32:39.192Z] #19 31.84 Setting up libaio1:s390x (0.3.112-3) ... [2021-03-09T00:32:39.192Z] #19 31.84 Setting up libonig5:s390x (6.9.1-1) ... [2021-03-09T00:32:39.192Z] #19 31.85 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2021-03-09T00:32:39.192Z] #19 31.86 Setting up vim (2:8.1.0875-5) ... [2021-03-09T00:32:39.212Z] #43 51.71 io [2021-03-09T00:32:39.212Z] #43 51.72 strconv [2021-03-09T00:32:39.485Z] #19 31.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-09T00:32:39.485Z] #19 31.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-09T00:32:39.485Z] #19 31.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-09T00:32:39.485Z] #19 31.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-09T00:32:39.485Z] #19 31.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-09T00:32:39.485Z] #19 31.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-09T00:32:39.485Z] #19 31.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-09T00:32:39.485Z] #19 31.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-09T00:32:39.485Z] #19 31.90 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-09T00:32:39.485Z] #19 31.91 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-09T00:32:39.485Z] #19 31.92 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-03-09T00:32:39.485Z] #19 31.92 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-09T00:32:39.485Z] #19 31.93 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2021-03-09T00:32:39.485Z] #19 31.94 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-09T00:32:39.491Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 54.53MB / 96.52MB 3.8s [2021-03-09T00:32:39.491Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 46.14MB / 73.58MB 3.8s [2021-03-09T00:32:39.491Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 30.41MB / 54.14MB 3.6s [2021-03-09T00:32:39.491Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 44.11MB / 57.46MB 3.8s [2021-03-09T00:32:39.670Z] #9 DONE 1.5s [2021-03-09T00:32:39.670Z] [2021-03-09T00:32:39.670Z] #27 [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-09T00:32:39.670Z] #27 sha256:26338b9edfbf1c41db25cbdcfa1767ec6191c2039c2d69fd2ecce6c611af2860 [2021-03-09T00:32:39.670Z] #27 1.537 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-09T00:32:39.670Z] #27 1.690 [2021-03-09T00:32:39.670Z] #27 1.811 ######### 13.8% ######################### 36.0% ####################################### 54.9% ###################################################### 75.4% #################################################################### 95.4% ######################################################################## 100.0% [2021-03-09T00:32:39.670Z] #27 2.330 [2021-03-09T00:32:39.670Z] #27 2.455 ########################## 37.4% ######################################################################## 100.0% [2021-03-09T00:32:39.670Z] #27 2.807 [2021-03-09T00:32:39.906Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 49.28MB / 57.46MB 4.1s [2021-03-09T00:32:39.906Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 61.87MB / 96.52MB 4.4s [2021-03-09T00:32:39.906Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 50.33MB / 73.58MB 4.2s [2021-03-09T00:32:39.906Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 52.43MB / 57.46MB 4.3s [2021-03-09T00:32:39.906Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 33.55MB / 54.14MB 4.1s [2021-03-09T00:32:39.933Z] #27 2.978 ############################################ 62.4% ######################################################################## 100.0% [2021-03-09T00:32:39.933Z] #27 3.124 [2021-03-09T00:32:40.115Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 3.6s [2021-03-09T00:32:40.221Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 4.5s [2021-03-09T00:32:40.378Z] #8 ... [2021-03-09T00:32:40.378Z] [2021-03-09T00:32:40.378Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-03-09T00:32:40.378Z] #60 sha256:f5f6822bf2d1ee8cee9361ba21964db1b075789ef9a6d55e940c346d25984665 [2021-03-09T00:32:40.378Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-03-09T00:32:40.378Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-03-09T00:32:40.378Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-03-09T00:32:40.378Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done [2021-03-09T00:32:40.378Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.6s done [2021-03-09T00:32:40.378Z] #60 DONE 4.1s [2021-03-09T00:32:40.378Z] [2021-03-09T00:32:40.378Z] #21 [internal] load build context [2021-03-09T00:32:40.378Z] #21 sha256:a90a9f42e3358f8e8d80f8fa6cab6c9bdfa4fcdcd712beec0fad6b8d21c9eb67 [2021-03-09T00:32:40.378Z] #21 transferring context: 53.41MB 3.3s done [2021-03-09T00:32:40.378Z] #21 DONE 4.1s [2021-03-09T00:32:40.378Z] [2021-03-09T00:32:40.378Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:40.378Z] #8 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-09T00:32:40.378Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 3.8s done [2021-03-09T00:32:40.529Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 69.21MB / 96.52MB 4.7s [2021-03-09T00:32:40.529Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 54.53MB / 73.58MB 4.7s [2021-03-09T00:32:40.529Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 4.6s done [2021-03-09T00:32:40.529Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 37.75MB / 54.14MB 4.5s [2021-03-09T00:32:40.529Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 74.45MB / 96.52MB 4.8s [2021-03-09T00:32:40.529Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 42.99MB / 54.14MB 4.8s [2021-03-09T00:32:40.581Z] #43 52.93 bytes [2021-03-09T00:32:40.641Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 13.70MB / 62.53MB 4.0s [2021-03-09T00:32:40.641Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 3.15MB / 52.16MB 4.0s [2021-03-09T00:32:40.641Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 4.0s [2021-03-09T00:32:40.641Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 20.97MB / 62.53MB 4.1s [2021-03-09T00:32:40.641Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 10.49MB / 52.16MB 4.1s [2021-03-09T00:32:40.641Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 6.29MB / 97.69MB 4.1s [2021-03-09T00:32:40.718Z] #27 3.245 ####### 9.8% ######################## 34.5% ######################################## 56.1% ###################################################### 75.5% #################################################################### 94.7% ######################################################################## 100.0% [2021-03-09T00:32:40.718Z] #27 3.787 [2021-03-09T00:32:40.844Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 81.79MB / 96.52MB 5.1s [2021-03-09T00:32:40.844Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 58.72MB / 73.58MB 5.1s [2021-03-09T00:32:40.844Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 46.14MB / 54.14MB 5.0s [2021-03-09T00:32:40.917Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 25.17MB / 62.53MB 4.2s [2021-03-09T00:32:40.917Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 14.68MB / 52.16MB 4.2s [2021-03-09T00:32:40.917Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 14.68MB / 97.69MB 4.2s [2021-03-09T00:32:40.917Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 32.51MB / 62.53MB 4.3s [2021-03-09T00:32:40.917Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 21.12MB / 52.16MB 4.3s [2021-03-09T00:32:40.917Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 19.94MB / 97.69MB 4.3s [2021-03-09T00:32:40.994Z] #19 33.62 Setting up iptables (1.8.2-4) ... [2021-03-09T00:32:41.145Z] #43 ... [2021-03-09T00:32:41.145Z] [2021-03-09T00:32:41.145Z] #53 [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-09T00:32:41.145Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:32:41.145Z] #53 40.17 Reading package lists... [2021-03-09T00:32:41.145Z] #53 46.77 Building dependency tree... [2021-03-09T00:32:41.145Z] #53 50.79 The following additional packages will be installed: [2021-03-09T00:32:41.145Z] #53 50.79 libbtrfs0 [2021-03-09T00:32:41.145Z] #53 50.92 The following NEW packages will be installed: [2021-03-09T00:32:41.145Z] #53 50.94 libbtrfs-dev libbtrfs0 [2021-03-09T00:32:41.145Z] #53 51.29 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:32:41.145Z] #53 51.29 Need to get 119 kB of archives. [2021-03-09T00:32:41.145Z] #53 51.29 After this operation, 387 kB of additional disk space will be used. [2021-03-09T00:32:41.145Z] #53 51.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-09T00:32:41.145Z] #53 51.29 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-09T00:32:41.145Z] #53 52.46 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:32:41.145Z] #53 52.66 Fetched 119 kB in 0s (451 kB/s) [2021-03-09T00:32:41.145Z] #53 52.80 Selecting previously unselected package libbtrfs0. [2021-03-09T00:32:41.145Z] #53 52.80 (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-09T00:32:41.145Z] #53 52.91 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-09T00:32:41.145Z] #53 52.95 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-09T00:32:41.145Z] #53 53.03 Selecting previously unselected package libbtrfs-dev. [2021-03-09T00:32:41.145Z] #53 53.07 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-09T00:32:41.145Z] #53 53.08 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:32:41.145Z] #53 53.36 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-09T00:32:41.145Z] #53 53.41 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:32:41.145Z] #53 53.42 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:32:41.145Z] #53 DONE 53.7s [2021-03-09T00:32:41.145Z] [2021-03-09T00:32:41.145Z] #47 [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-09T00:32:41.145Z] #47 sha256:97a34766e72586e36608f0a4de3720fb347ff0b15fb25cc0bee3cd5e0062d84a [2021-03-09T00:32:41.145Z] #47 50.06 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:32:41.145Z] #47 50.09 go: finding github.com/fatih/color v1.7.0 [2021-03-09T00:32:41.145Z] #47 50.13 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:32:41.145Z] #47 50.15 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:32:41.145Z] #47 50.34 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:32:41.145Z] #47 50.40 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:32:41.145Z] #47 50.40 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:32:41.145Z] #47 50.41 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:32:41.145Z] #47 50.43 go: finding github.com/pkg/errors v0.8.1 [2021-03-09T00:32:41.145Z] #47 50.48 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:32:41.145Z] #47 50.51 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:32:41.145Z] #47 50.51 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:32:41.145Z] #47 50.66 go: finding github.com/stretchr/testify v1.4.0 [2021-03-09T00:32:41.145Z] #47 50.66 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:32:41.145Z] #47 50.66 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:32:41.145Z] #47 50.72 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:32:41.145Z] #47 50.74 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:32:41.145Z] #47 50.74 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:32:41.145Z] #47 50.77 go: finding github.com/spf13/viper v1.6.1 [2021-03-09T00:32:41.145Z] #47 50.82 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:32:41.145Z] #47 50.85 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:32:41.145Z] #47 50.89 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:32:41.145Z] #47 50.98 go: finding github.com/stretchr/objx v0.2.0 [2021-03-09T00:32:41.145Z] #47 51.02 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:32:41.145Z] #47 51.05 go: finding github.com/spf13/cobra v0.0.5 [2021-03-09T00:32:41.145Z] #47 51.05 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:32:41.145Z] #47 51.07 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:32:41.145Z] #47 51.09 go: finding github.com/spf13/pflag v1.0.5 [2021-03-09T00:32:41.145Z] #47 51.11 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:32:41.145Z] #47 51.12 go: finding github.com/gobwas/glob v0.2.3 [2021-03-09T00:32:41.145Z] #47 51.12 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:32:41.145Z] #47 51.14 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:32:41.145Z] #47 51.15 go: finding github.com/magiconair/properties v1.8.1 [2021-03-09T00:32:41.145Z] #47 51.18 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:32:41.145Z] #47 51.24 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:32:41.145Z] #47 51.29 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:32:41.145Z] #47 51.37 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:32:41.145Z] #47 51.41 go: finding github.com/spf13/afero v1.1.2 [2021-03-09T00:32:41.145Z] #47 51.47 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:32:41.145Z] #47 51.50 go: finding github.com/spf13/cast v1.3.0 [2021-03-09T00:32:41.145Z] #47 51.51 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:32:41.145Z] #47 51.56 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:32:41.145Z] #47 51.56 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:32:41.145Z] #47 51.59 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:32:41.145Z] #47 51.64 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:32:41.145Z] #47 51.66 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-09T00:32:41.145Z] #47 51.69 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:32:41.145Z] #47 51.73 go: finding golang.org/x/text v0.3.2 [2021-03-09T00:32:41.145Z] #47 51.82 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:32:41.145Z] #47 51.83 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:32:41.145Z] #47 51.97 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:32:41.145Z] #47 51.98 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:32:41.145Z] #47 52.04 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:32:41.145Z] #47 52.07 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:32:41.145Z] #47 52.09 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:32:41.145Z] #47 52.10 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:32:41.145Z] #47 52.10 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-09T00:32:41.145Z] #47 52.12 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:32:41.145Z] #47 52.15 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:32:41.145Z] #47 52.15 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:32:41.145Z] #47 52.18 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:32:41.145Z] #47 52.19 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:32:41.145Z] #47 52.22 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:32:41.145Z] #47 52.23 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:32:41.145Z] #47 52.24 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-09T00:32:41.145Z] #47 52.27 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:32:41.145Z] #47 52.28 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:32:41.145Z] #47 52.32 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:32:41.145Z] #47 52.44 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-09T00:32:41.145Z] #47 52.62 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:32:41.145Z] #47 52.66 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:32:41.146Z] #47 52.69 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:32:41.146Z] #47 52.70 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:32:41.146Z] #47 52.72 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:32:41.178Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 89.13MB / 96.52MB 5.4s [2021-03-09T00:32:41.178Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 62.91MB / 73.58MB 5.4s [2021-03-09T00:32:41.178Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 52.43MB / 54.14MB 5.3s [2021-03-09T00:32:41.178Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 5.4s done [2021-03-09T00:32:41.178Z] #9 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 [2021-03-09T00:32:41.182Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 26.17MB / 52.16MB 4.4s [2021-03-09T00:32:41.182Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 26.21MB / 97.69MB 4.4s [2021-03-09T00:32:41.182Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 45.09MB / 62.53MB 4.6s [2021-03-09T00:32:41.182Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 39.74MB / 52.16MB 4.6s [2021-03-09T00:32:41.182Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 40.89MB / 97.69MB 4.6s [2021-03-09T00:32:41.182Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 42.99MB / 52.16MB 4.7s [2021-03-09T00:32:41.182Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 48.27MB / 97.69MB 4.7s [2021-03-09T00:32:41.286Z] #19 33.63 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-09T00:32:41.286Z] #19 33.64 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-09T00:32:41.286Z] #19 33.65 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-09T00:32:41.286Z] #19 33.65 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-09T00:32:41.286Z] #19 33.65 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-09T00:32:41.286Z] #19 33.66 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-09T00:32:41.286Z] #19 33.66 Setting up python3 (3.7.3-1) ... [2021-03-09T00:32:41.286Z] #19 ... [2021-03-09T00:32:41.286Z] [2021-03-09T00:32:41.286Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:32:41.286Z] #42 63.75 CC criu/cr-service.o [2021-03-09T00:32:41.286Z] #42 64.92 CC criu/crtools.o [2021-03-09T00:32:41.286Z] #42 65.19 CC criu/eventfd.o [2021-03-09T00:32:41.286Z] #42 65.52 CC criu/eventpoll.o [2021-03-09T00:32:41.286Z] #42 66.00 CC criu/external.o [2021-03-09T00:32:41.286Z] #42 66.18 CC criu/fault-injection.o [2021-03-09T00:32:41.286Z] #42 66.26 CC criu/fdstore.o [2021-03-09T00:32:41.286Z] #42 66.43 CC criu/fifo.o [2021-03-09T00:32:41.286Z] #42 66.69 CC criu/file-ids.o [2021-03-09T00:32:41.286Z] #42 66.88 CC criu/file-lock.o [2021-03-09T00:32:41.286Z] #42 67.46 CC criu/files-ext.o [2021-03-09T00:32:41.286Z] #42 67.81 CC criu/files-reg.o [2021-03-09T00:32:41.286Z] #42 69.08 CC criu/files.o [2021-03-09T00:32:41.286Z] #42 70.23 CC criu/filesystems.o [2021-03-09T00:32:41.286Z] #42 70.62 CC criu/fsnotify.o [2021-03-09T00:32:41.286Z] #42 71.31 CC criu/image-desc.o [2021-03-09T00:32:41.286Z] #42 71.40 CC criu/image.o [2021-03-09T00:32:41.286Z] #42 71.90 CC criu/ipc_ns.o [2021-03-09T00:32:41.286Z] #42 72.71 CC criu/irmap.o [2021-03-09T00:32:41.286Z] #42 73.09 CC criu/kcmp-ids.o [2021-03-09T00:32:41.286Z] #42 73.32 CC criu/kerndat.o [2021-03-09T00:32:41.286Z] #42 ... [2021-03-09T00:32:41.286Z] [2021-03-09T00:32:41.286Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-09T00:32:41.286Z] #19 33.89 Setting up python3-wheel (0.32.3-2) ... [2021-03-09T00:32:41.447Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 51.38MB / 62.53MB 4.8s [2021-03-09T00:32:41.447Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 4.8s [2021-03-09T00:32:41.447Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 54.53MB / 97.69MB 4.8s [2021-03-09T00:32:41.447Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 63.99MB / 97.69MB 4.9s [2021-03-09T00:32:41.484Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 95.42MB / 96.52MB 5.7s [2021-03-09T00:32:41.484Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 68.16MB / 73.58MB 5.7s [2021-03-09T00:32:41.484Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 5.8s done [2021-03-09T00:32:41.560Z] Client: [2021-03-09T00:32:41.560Z] Context: default [2021-03-09T00:32:41.560Z] Debug Mode: false [2021-03-09T00:32:41.560Z] Plugins: [2021-03-09T00:32:41.560Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-09T00:32:41.560Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-09T00:32:41.560Z] [2021-03-09T00:32:41.560Z] Server: [2021-03-09T00:32:41.560Z] Containers: 0 [2021-03-09T00:32:41.560Z] Running: 0 [2021-03-09T00:32:41.560Z] Paused: 0 [2021-03-09T00:32:41.560Z] Stopped: 0 [2021-03-09T00:32:41.560Z] Images: 0 [2021-03-09T00:32:41.560Z] Server Version: 20.10.3 [2021-03-09T00:32:41.560Z] Storage Driver: overlay2 [2021-03-09T00:32:41.560Z] Backing Filesystem: extfs [2021-03-09T00:32:41.560Z] Supports d_type: true [2021-03-09T00:32:41.560Z] Native Overlay Diff: true [2021-03-09T00:32:41.560Z] Logging Driver: json-file [2021-03-09T00:32:41.560Z] Cgroup Driver: systemd [2021-03-09T00:32:41.560Z] Cgroup Version: 2 [2021-03-09T00:32:41.560Z] Plugins: [2021-03-09T00:32:41.560Z] Volume: local [2021-03-09T00:32:41.560Z] Network: bridge host ipvlan macvlan null overlay [2021-03-09T00:32:41.560Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-09T00:32:41.560Z] Swarm: inactive [2021-03-09T00:32:41.560Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-03-09T00:32:41.560Z] Default Runtime: runc [2021-03-09T00:32:41.560Z] Init Binary: docker-init [2021-03-09T00:32:41.560Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-09T00:32:41.560Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-09T00:32:41.560Z] init version: de40ad0 [2021-03-09T00:32:41.560Z] Security Options: [2021-03-09T00:32:41.560Z] apparmor [2021-03-09T00:32:41.560Z] seccomp [2021-03-09T00:32:41.560Z] Profile: default [2021-03-09T00:32:41.560Z] cgroupns [2021-03-09T00:32:41.560Z] Kernel Version: 5.4.0-1037-aws [2021-03-09T00:32:41.560Z] Operating System: Ubuntu 20.04.2 LTS [2021-03-09T00:32:41.560Z] OSType: linux [2021-03-09T00:32:41.560Z] Architecture: x86_64 [2021-03-09T00:32:41.560Z] CPUs: 2 [2021-03-09T00:32:41.560Z] Total Memory: 7.569GiB [2021-03-09T00:32:41.560Z] Name: ip-10-100-46-241 [2021-03-09T00:32:41.560Z] ID: OFF2:BTCM:CKDV:MQWH:UM2E:5MQ5:AWUO:EWJ5:ACPR:VNBW:3JGL:VG7K [2021-03-09T00:32:41.560Z] Docker Root Dir: /var/lib/docker [2021-03-09T00:32:41.560Z] Debug Mode: false [2021-03-09T00:32:41.560Z] Registry: https://index.docker.io/v1/ [2021-03-09T00:32:41.560Z] Labels: [2021-03-09T00:32:41.560Z] Experimental: true [2021-03-09T00:32:41.560Z] Insecure Registries: [2021-03-09T00:32:41.560Z] 127.0.0.0/8 [2021-03-09T00:32:41.560Z] Live Restore Enabled: true [2021-03-09T00:32:41.560Z] [2021-03-09T00:32:41.560Z] WARNING: No kernel memory TCP limit support [2021-03-09T00:32:41.560Z] WARNING: No oom kill disable support [2021-03-09T00:32:41.560Z] WARNING: Support for cgroup v2 is experimental [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-09T00:32:41.781Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 6.0s done [2021-03-09T00:32:41.809Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 5.1s [2021-03-09T00:32:41.810Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 74.45MB / 97.69MB 5.1s [2021-03-09T00:32:41.810Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 83.89MB / 97.69MB 5.2s [2021-03-09T00:32:41.902Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 . [2021-03-09T00:32:41.920Z] #19 34.27 Setting up apparmor (2.13.2-10) ... [2021-03-09T00:32:42.073Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 89.13MB / 97.69MB 5.4s [2021-03-09T00:32:42.073Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 5.5s [2021-03-09T00:32:42.163Z] #1 [internal] load build definition from Dockerfile [2021-03-09T00:32:42.163Z] #1 sha256:226cf238cd233862ba037bd0b9f9f810001c0eb853a4f02284377af6b4311177 [2021-03-09T00:32:42.163Z] #1 transferring dockerfile: 16.54kB done [2021-03-09T00:32:42.163Z] #1 DONE 0.1s [2021-03-09T00:32:42.163Z] [2021-03-09T00:32:42.163Z] #2 [internal] load .dockerignore [2021-03-09T00:32:42.163Z] #2 sha256:01cea1d76c859fca0d4245882dc4a65f3204daf550c36305206a5144bb8cfa91 [2021-03-09T00:32:42.163Z] #2 transferring context: 87B done [2021-03-09T00:32:42.163Z] #2 DONE 0.0s [2021-03-09T00:32:42.163Z] [2021-03-09T00:32:42.163Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-09T00:32:42.163Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-09T00:32:42.299Z] #40 14.93 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:32:42.424Z] #3 DONE 0.4s [2021-03-09T00:32:42.424Z] [2021-03-09T00:32:42.424Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-09T00:32:42.424Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-09T00:32:42.424Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-09T00:32:42.555Z] #19 35.18 Setting up xfsprogs (4.20.0-1) ... [2021-03-09T00:32:42.687Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-09T00:32:42.687Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-03-09T00:32:42.687Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-03-09T00:32:42.687Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-03-09T00:32:42.687Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done [2021-03-09T00:32:42.824Z] #27 4.018 #=#=# 0.0% ##### 7.4% ########### 16.5% ################## 26.3% ######################## 33.5% ########################### 38.7% ############################### 43.9% ################################### 49.2% ####################################### 54.3% ########################################## 59.5% ############################################## 64.8% ################################################## 69.8% ###################################################### 75.2% ######################################################### 80.3% ############################################################# 85.6% ################################################################# 90.8% ##################################################################### 96.0% ######################################################################## 100.0% [2021-03-09T00:32:42.824Z] #27 5.845 [2021-03-09T00:32:42.847Z] #19 35.20 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-09T00:32:42.847Z] #19 35.42 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-09T00:32:42.948Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s [2021-03-09T00:32:43.084Z] #27 6.208 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-09T00:32:43.084Z] #27 6.280 [2021-03-09T00:32:43.214Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-03-09T00:32:43.214Z] #4 DONE 0.6s [2021-03-09T00:32:43.214Z] [2021-03-09T00:32:43.214Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-09T00:32:43.214Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-09T00:32:43.268Z] #40 ... [2021-03-09T00:32:43.268Z] [2021-03-09T00:32:43.268Z] #45 [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-09T00:32:43.268Z] #45 sha256:8d3ee14112ec422957ad1e3cb8ea69cdf02f572f72ef463d090dbbc7741783f4 [2021-03-09T00:32:43.268Z] #45 10.83 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-09T00:32:43.268Z] #45 10.98 go: downloading github.com/fatih/color v1.9.0 [2021-03-09T00:32:43.268Z] #45 11.33 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:32:43.268Z] #45 11.45 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:32:43.268Z] #45 11.63 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:32:43.268Z] #45 11.63 go: extracting github.com/pkg/errors v0.9.1 [2021-03-09T00:32:43.268Z] #45 11.67 go: extracting github.com/fatih/color v1.9.0 [2021-03-09T00:32:43.268Z] #45 11.70 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:32:43.268Z] #45 12.12 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-09T00:32:43.268Z] #45 12.33 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:32:43.268Z] #45 12.34 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:32:43.268Z] #45 12.46 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:32:43.268Z] #45 12.90 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:32:43.268Z] #45 14.30 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:32:43.268Z] #45 16.39 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:32:43.335Z] #9 ... [2021-03-09T00:32:43.335Z] [2021-03-09T00:32:43.335Z] #22 [internal] load build context [2021-03-09T00:32:43.335Z] #22 sha256:1bd92ad9218af75782972d5b53ceaaeb904c89fff3178a9b6729708ef4bf0fde [2021-03-09T00:32:43.335Z] #22 transferring context: 53.41MB 7.7s done [2021-03-09T00:32:43.335Z] #22 DONE 7.8s [2021-03-09T00:32:43.335Z] [2021-03-09T00:32:43.335Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-09T00:32:43.335Z] #25 sha256:33ac3e65ba1c55c19bbad81b463b059d04d8a1619999719242a3b2339efce0b3 [2021-03-09T00:32:43.336Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 0.0s done [2021-03-09T00:32:43.336Z] #25 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 54.14MB / 54.14MB 4.1s done [2021-03-09T00:32:43.336Z] #25 extracting sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a [2021-03-09T00:32:43.346Z] #27 6.351 ######################################################################## 100.0% [2021-03-09T00:32:43.346Z] #27 6.378 [2021-03-09T00:32:43.466Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 6.7s done [2021-03-09T00:32:43.466Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 7.0s [2021-03-09T00:32:43.476Z] #5 ... [2021-03-09T00:32:43.476Z] [2021-03-09T00:32:43.476Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-03-09T00:32:43.476Z] #6 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-03-09T00:32:43.476Z] #6 DONE 0.3s [2021-03-09T00:32:43.482Z] #19 36.06 Setting up python3-distutils (3.7.3-1) ... [2021-03-09T00:32:43.610Z] #27 ... [2021-03-09T00:32:43.610Z] [2021-03-09T00:32:43.610Z] #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-09T00:32:43.610Z] #10 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-09T00:32:43.610Z] #10 DONE 3.8s [2021-03-09T00:32:43.610Z] [2021-03-09T00:32:43.610Z] #43 [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-09T00:32:43.610Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:32:43.727Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 4.5s done [2021-03-09T00:32:43.728Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 7.1s [2021-03-09T00:32:43.736Z] [2021-03-09T00:32:43.736Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-03-09T00:32:43.736Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-09T00:32:43.736Z] #7 DONE 0.3s [2021-03-09T00:32:43.736Z] [2021-03-09T00:32:43.736Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-09T00:32:43.736Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-09T00:32:43.736Z] #5 DONE 0.3s [2021-03-09T00:32:44.000Z] [2021-03-09T00:32:44.000Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-03-09T00:32:44.000Z] #60 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-03-09T00:32:44.000Z] #60 DONE 0.0s [2021-03-09T00:32:44.000Z] [2021-03-09T00:32:44.000Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:44.000Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:32:44.000Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-09T00:32:44.000Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-09T00:32:44.000Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-09T00:32:44.000Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-03-09T00:32:44.000Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-03-09T00:32:44.000Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.1s [2021-03-09T00:32:44.000Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.1s [2021-03-09T00:32:44.000Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.1s [2021-03-09T00:32:44.117Z] #19 36.44 Setting up python3-setuptools (40.8.0-1) ... [2021-03-09T00:32:44.222Z] #45 ... [2021-03-09T00:32:44.222Z] [2021-03-09T00:32:44.222Z] #56 [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-09T00:32:44.222Z] #56 sha256:e565820459b59c12c7501f0be1a788c6dbd23db77fdb3f4807fa89ee7c40b665 [2021-03-09T00:32:44.222Z] #56 13.83 + cd /tmp/tmp.eAqWu02wvJ/src/github.com/rootless-containers/rootlesskit [2021-03-09T00:32:44.222Z] #56 13.83 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:32:44.222Z] #56 13.98 + export GO111MODULE=on [2021-03-09T00:32:44.222Z] #56 13.98 + GO111MODULE=on [2021-03-09T00:32:44.222Z] #56 13.98 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-09T00:32:44.222Z] #56 13.98 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-09T00:32:44.222Z] #56 16.64 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-09T00:32:44.222Z] #56 16.70 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:32:44.222Z] #56 16.70 go: downloading github.com/pkg/errors v0.9.1 [2021-03-09T00:32:44.222Z] #56 16.72 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-09T00:32:44.222Z] #56 16.74 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:32:44.222Z] #56 16.97 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:32:44.222Z] #56 17.04 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:32:44.222Z] #56 17.26 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-09T00:32:44.222Z] #56 17.32 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:32:44.222Z] #56 17.32 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:32:44.264Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.19MB / 50.40MB 0.2s [2021-03-09T00:32:44.264Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.05MB / 7.81MB 0.2s [2021-03-09T00:32:44.264Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 24.12MB / 50.40MB 0.4s [2021-03-09T00:32:44.264Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s [2021-03-09T00:32:44.264Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 3.15MB / 10.00MB 0.4s [2021-03-09T00:32:44.409Z] #19 37.00 Setting up python3-pip (18.1-5) ... [2021-03-09T00:32:44.419Z] #47 ... [2021-03-09T00:32:44.419Z] [2021-03-09T00:32:44.419Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:32:44.419Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:32:44.419Z] #11 40.69 Reading package lists... [2021-03-09T00:32:44.419Z] #11 47.11 Building dependency tree... [2021-03-09T00:32:44.419Z] #11 51.25 The following additional packages will be installed: [2021-03-09T00:32:44.419Z] #11 51.27 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-09T00:32:44.419Z] #11 51.27 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-09T00:32:44.419Z] #11 51.27 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-09T00:32:44.419Z] #11 51.27 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-03-09T00:32:44.419Z] #11 51.27 mingw-w64-x86-64-dev [2021-03-09T00:32:44.419Z] #11 51.29 Suggested packages: [2021-03-09T00:32:44.419Z] #11 51.29 gcc-8-locales seccomp wine64 [2021-03-09T00:32:44.419Z] #11 52.65 The following NEW packages will be installed: [2021-03-09T00:32:44.419Z] #11 52.66 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-09T00:32:44.419Z] #11 52.66 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-09T00:32:44.419Z] #11 52.66 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-09T00:32:44.419Z] #11 52.66 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-09T00:32:44.419Z] #11 52.67 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-09T00:32:44.419Z] #11 52.68 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-09T00:32:44.419Z] #11 52.68 The following packages will be upgraded: [2021-03-09T00:32:44.419Z] #11 52.69 libsystemd0 libudev1 [2021-03-09T00:32:44.419Z] #11 53.06 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-09T00:32:44.419Z] #11 53.06 Need to get 78.2 MB of archives. [2021-03-09T00:32:44.419Z] #11 53.06 After this operation, 487 MB of additional disk space will be used. [2021-03-09T00:32:44.419Z] #11 53.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-03-09T00:32:44.419Z] #11 53.07 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-03-09T00:32:44.419Z] #11 53.08 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-03-09T00:32:44.419Z] #11 53.33 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-03-09T00:32:44.419Z] #11 53.60 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-09T00:32:44.419Z] #11 53.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-03-09T00:32:44.419Z] #11 53.63 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-03-09T00:32:44.419Z] #11 53.67 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-09T00:32:44.419Z] #11 54.40 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-09T00:32:44.419Z] #11 54.77 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-09T00:32:44.419Z] #11 54.78 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-03-09T00:32:44.419Z] #11 ... [2021-03-09T00:32:44.419Z] [2021-03-09T00:32:44.419Z] #32 [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-09T00:32:44.419Z] #32 sha256:0fd1a287587fdef94e9de559a56021bd2e8d7b7bb660903b8736e93b6269a257 [2021-03-09T00:32:44.419Z] #32 46.84 sync [2021-03-09T00:32:44.419Z] #32 46.84 internal/reflectlite [2021-03-09T00:32:44.419Z] #32 49.66 sort [2021-03-09T00:32:44.419Z] #32 49.68 errors [2021-03-09T00:32:44.419Z] #32 50.39 strconv [2021-03-09T00:32:44.419Z] #32 51.37 io [2021-03-09T00:32:44.419Z] #32 52.52 internal/oserror [2021-03-09T00:32:44.419Z] #32 52.69 syscall [2021-03-09T00:32:44.419Z] #32 54.40 reflect [2021-03-09T00:32:44.419Z] #32 ... [2021-03-09T00:32:44.419Z] [2021-03-09T00:32:44.419Z] #34 [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-09T00:32:44.419Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:32:44.419Z] #34 40.50 Reading package lists... [2021-03-09T00:32:44.419Z] #34 47.08 Building dependency tree... [2021-03-09T00:32:44.419Z] #34 51.11 The following additional packages will be installed: [2021-03-09T00:32:44.419Z] #34 51.13 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-09T00:32:44.419Z] #34 51.14 Suggested packages: [2021-03-09T00:32:44.419Z] #34 51.15 cmake-doc ninja-build lrzip [2021-03-09T00:32:44.419Z] #34 51.15 Recommended packages: [2021-03-09T00:32:44.419Z] #34 51.15 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-09T00:32:44.419Z] #34 52.14 The following NEW packages will be installed: [2021-03-09T00:32:44.419Z] #34 52.15 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-09T00:32:44.419Z] #34 52.16 vim-common xxd [2021-03-09T00:32:44.419Z] #34 52.55 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:32:44.419Z] #34 52.55 Need to get 14.9 MB of archives. [2021-03-09T00:32:44.419Z] #34 52.55 After this operation, 61.8 MB of additional disk space will be used. [2021-03-09T00:32:44.419Z] #34 52.55 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-09T00:32:44.419Z] #34 52.56 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-09T00:32:44.419Z] #34 52.57 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-09T00:32:44.419Z] #34 52.69 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-09T00:32:44.419Z] #34 53.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-03-09T00:32:44.419Z] #34 53.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-03-09T00:32:44.419Z] #34 53.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-03-09T00:32:44.419Z] #34 53.52 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-03-09T00:32:44.419Z] #34 53.52 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-03-09T00:32:44.419Z] #34 53.54 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-03-09T00:32:44.419Z] #34 55.48 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:32:44.419Z] #34 55.68 Fetched 14.9 MB in 2s (8297 kB/s) [2021-03-09T00:32:44.419Z] #34 55.78 Selecting previously unselected package xxd. [2021-03-09T00:32:44.419Z] #34 55.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-09T00:32:44.419Z] #34 55.88 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-09T00:32:44.419Z] #34 55.89 Unpacking xxd (2:8.1.0875-5) ... [2021-03-09T00:32:44.419Z] #34 56.12 Selecting previously unselected package vim-common. [2021-03-09T00:32:44.419Z] #34 56.12 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:32:44.419Z] #34 56.19 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-09T00:32:44.419Z] #34 56.58 Selecting previously unselected package cmake-data. [2021-03-09T00:32:44.419Z] #34 56.58 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-09T00:32:44.419Z] #34 56.59 Unpacking cmake-data (3.13.4-1) ... [2021-03-09T00:32:44.482Z] #56 17.65 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:32:44.482Z] #56 17.81 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:32:44.482Z] #56 17.85 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-09T00:32:44.529Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 30.41MB / 50.40MB 0.5s [2021-03-09T00:32:44.529Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done [2021-03-09T00:32:44.529Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.5s [2021-03-09T00:32:44.529Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.5s [2021-03-09T00:32:44.529Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 38.80MB / 50.40MB 0.6s [2021-03-09T00:32:44.529Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.19MB / 51.83MB 0.6s [2021-03-09T00:32:44.550Z] #43 ... [2021-03-09T00:32:44.550Z] [2021-03-09T00:32:44.550Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-09T00:32:44.550Z] #37 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-09T00:32:44.550Z] #37 DONE 1.0s [2021-03-09T00:32:44.550Z] [2021-03-09T00:32:44.550Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-09T00:32:44.550Z] #29 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-09T00:32:44.550Z] #29 DONE 1.1s [2021-03-09T00:32:44.677Z] #34 ... [2021-03-09T00:32:44.677Z] [2021-03-09T00:32:44.677Z] #40 [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-09T00:32:44.677Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:32:44.677Z] #40 40.60 Reading package lists... [2021-03-09T00:32:44.677Z] #40 47.29 Building dependency tree... [2021-03-09T00:32:44.677Z] #40 51.05 The following additional packages will be installed: [2021-03-09T00:32:44.677Z] #40 51.06 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-09T00:32:44.677Z] #40 51.06 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-09T00:32:44.677Z] #40 51.07 Suggested packages: [2021-03-09T00:32:44.677Z] #40 51.08 manpages-dev python-setuptools [2021-03-09T00:32:44.677Z] #40 52.35 The following NEW packages will be installed: [2021-03-09T00:32:44.677Z] #40 52.36 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-09T00:32:44.677Z] #40 52.36 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-09T00:32:44.677Z] #40 52.36 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-09T00:32:44.677Z] #40 52.37 python-six zlib1g-dev [2021-03-09T00:32:44.677Z] #40 52.73 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:32:44.677Z] #40 52.73 Need to get 4095 kB of archives. [2021-03-09T00:32:44.677Z] #40 52.73 After this operation, 22.5 MB of additional disk space will be used. [2021-03-09T00:32:44.677Z] #40 52.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-03-09T00:32:44.677Z] #40 52.74 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-09T00:32:44.677Z] #40 52.74 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-09T00:32:44.677Z] #40 52.74 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-09T00:32:44.677Z] #40 52.77 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-03-09T00:32:44.677Z] #40 52.77 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-09T00:32:44.677Z] #40 52.77 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-09T00:32:44.677Z] #40 52.78 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-09T00:32:44.677Z] #40 52.83 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-03-09T00:32:44.677Z] #40 52.90 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-03-09T00:32:44.677Z] #40 52.94 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-03-09T00:32:44.677Z] #40 53.03 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-03-09T00:32:44.677Z] #40 53.09 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-09T00:32:44.677Z] #40 53.09 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-09T00:32:44.677Z] #40 53.10 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-09T00:32:44.677Z] #40 53.11 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-03-09T00:32:44.677Z] #40 53.12 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-03-09T00:32:44.677Z] #40 54.49 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:32:44.677Z] #40 54.92 Fetched 4095 kB in 1s (5870 kB/s) [2021-03-09T00:32:44.677Z] #40 54.99 Selecting previously unselected package libcap-dev:amd64. [2021-03-09T00:32:44.677Z] #40 54.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-09T00:32:44.677Z] #40 55.12 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-03-09T00:32:44.677Z] #40 55.13 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-03-09T00:32:44.677Z] #40 55.26 Selecting previously unselected package libnet1:amd64. [2021-03-09T00:32:44.677Z] #40 55.27 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-09T00:32:44.677Z] #40 55.27 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:32:44.677Z] #40 55.42 Selecting previously unselected package libnet1-dev. [2021-03-09T00:32:44.677Z] #40 55.43 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-09T00:32:44.677Z] #40 55.46 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-09T00:32:44.677Z] #40 55.65 Selecting previously unselected package libnl-3-200:amd64. [2021-03-09T00:32:44.677Z] #40 55.66 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-09T00:32:44.677Z] #40 55.66 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:32:44.677Z] #40 55.79 Selecting previously unselected package libnl-3-dev:amd64. [2021-03-09T00:32:44.677Z] #40 55.82 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-03-09T00:32:44.677Z] #40 55.84 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-09T00:32:44.677Z] #40 56.17 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-09T00:32:44.677Z] #40 56.18 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:32:44.677Z] #40 56.18 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:32:44.677Z] #40 56.28 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-03-09T00:32:44.677Z] #40 56.30 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:32:44.677Z] #40 56.32 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-09T00:32:44.677Z] #40 56.46 Selecting previously unselected package zlib1g-dev:amd64. [2021-03-09T00:32:44.677Z] #40 56.47 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-03-09T00:32:44.677Z] #40 56.48 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-09T00:32:44.677Z] #40 56.71 Selecting previously unselected package libprotobuf17:amd64. [2021-03-09T00:32:44.677Z] #40 56.71 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-03-09T00:32:44.677Z] #40 56.72 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-09T00:32:44.677Z] #40 ... [2021-03-09T00:32:44.677Z] [2021-03-09T00:32:44.677Z] #30 [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-09T00:32:44.677Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:32:44.742Z] #56 18.05 go: extracting github.com/pkg/errors v0.9.1 [2021-03-09T00:32:44.796Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 0.9s [2021-03-09T00:32:44.796Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.6s done [2021-03-09T00:32:44.796Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 19.84MB / 51.83MB 0.9s [2021-03-09T00:32:44.796Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 9.44MB / 68.67MB 0.9s [2021-03-09T00:32:44.830Z] [2021-03-09T00:32:44.830Z] #27 [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-09T00:32:44.830Z] #27 sha256:26338b9edfbf1c41db25cbdcfa1767ec6191c2039c2d69fd2ecce6c611af2860 [2021-03-09T00:32:44.830Z] #27 7.087 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-09T00:32:44.830Z] #27 7.159 [2021-03-09T00:32:44.830Z] #27 7.285 ################ 22.6% ######################################################################## 100.0% [2021-03-09T00:32:44.830Z] #27 7.328 [2021-03-09T00:32:44.830Z] #27 7.573 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-09T00:32:44.830Z] #27 7.680 [2021-03-09T00:32:44.867Z] #25 extracting sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 5.3s done [2021-03-09T00:32:44.867Z] #25 DONE 9.4s [2021-03-09T00:32:44.867Z] [2021-03-09T00:32:44.867Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:44.867Z] #9 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-09T00:32:44.867Z] #9 ... [2021-03-09T00:32:44.867Z] [2021-03-09T00:32:44.867Z] #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-09T00:32:44.867Z] #26 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-03-09T00:32:44.942Z] #30 56.74 Checking out files: 86% (1315/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-09T00:32:45.008Z] #56 18.22 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-09T00:32:45.043Z] #19 37.56 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:32:45.043Z] #19 37.60 Processing triggers for mime-support (3.62) ... [2021-03-09T00:32:45.060Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 23.18MB / 51.83MB 1.0s [2021-03-09T00:32:45.060Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 18.87MB / 68.67MB 1.0s [2021-03-09T00:32:45.060Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 35.65MB / 51.83MB 1.2s [2021-03-09T00:32:45.060Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 30.41MB / 68.67MB 1.2s [2021-03-09T00:32:45.091Z] #27 7.817 ####### 11.1% ###################### 30.9% #################################### 51.3% ############################################## 64.5% ############################################################## 87.3% ######################################################################## 100.0% [2021-03-09T00:32:45.091Z] #27 8.334 [2021-03-09T00:32:45.167Z] #26 0.255 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:32:45.167Z] #26 0.259 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:32:45.167Z] #26 0.290 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:32:45.199Z] #30 57.39 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-09T00:32:45.268Z] #56 18.52 go: downloading github.com/google/uuid v1.2.0 [2021-03-09T00:32:45.322Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.3s done [2021-03-09T00:32:45.322Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 41.94MB / 51.83MB 1.3s [2021-03-09T00:32:45.322Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 47.94MB / 51.83MB 1.4s [2021-03-09T00:32:45.322Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 35.28MB / 68.67MB 1.4s [2021-03-09T00:32:45.322Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 1.4s [2021-03-09T00:32:45.466Z] #26 0.473 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-03-09T00:32:45.527Z] #56 18.76 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:32:45.589Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.6s [2021-03-09T00:32:45.589Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 45.09MB / 68.67MB 1.6s [2021-03-09T00:32:45.589Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 8.39MB / 120.17MB 1.6s [2021-03-09T00:32:45.679Z] #19 DONE 38.1s [2021-03-09T00:32:45.679Z] [2021-03-09T00:32:45.679Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2021-03-09T00:32:45.765Z] #26 ... [2021-03-09T00:32:45.765Z] [2021-03-09T00:32:45.765Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:45.765Z] #9 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-09T00:32:45.765Z] #9 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 4.1s done [2021-03-09T00:32:45.765Z] #9 extracting sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0.4s done [2021-03-09T00:32:45.765Z] #9 DONE 10.1s [2021-03-09T00:32:45.765Z] [2021-03-09T00:32:45.765Z] #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-09T00:32:45.765Z] #26 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-03-09T00:32:45.765Z] #26 0.764 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-09T00:32:45.851Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 55.57MB / 68.67MB 1.8s [2021-03-09T00:32:45.851Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 22.02MB / 120.17MB 1.8s [2021-03-09T00:32:45.851Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-03-09T00:32:45.851Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 62.91MB / 68.67MB 1.9s [2021-03-09T00:32:45.851Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 29.36MB / 120.17MB 1.9s [2021-03-09T00:32:45.851Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.0s [2021-03-09T00:32:45.851Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 35.65MB / 120.17MB 2.0s [2021-03-09T00:32:46.021Z] #30 58.13 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-09T00:32:46.033Z] #27 8.806 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-09T00:32:46.033Z] #27 8.968 [2021-03-09T00:32:46.033Z] #27 9.049 ######################################################################## 100.0% [2021-03-09T00:32:46.033Z] #27 9.100 [2021-03-09T00:32:46.098Z] #56 ... [2021-03-09T00:32:46.098Z] [2021-03-09T00:32:46.098Z] #47 [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-09T00:32:46.098Z] #47 sha256:ffb1881850cde42d89f5cfb41ca658cccbe962566cb1c2073a1210b735b27ebd [2021-03-09T00:32:46.098Z] #47 9.230 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:32:46.098Z] #47 18.62 go: downloading github.com/pkg/errors v0.8.1 [2021-03-09T00:32:46.098Z] #47 18.71 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:32:46.098Z] #47 18.71 go: downloading github.com/fatih/color v1.7.0 [2021-03-09T00:32:46.098Z] #47 18.75 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:32:46.098Z] #47 18.86 go: downloading github.com/spf13/viper v1.6.1 [2021-03-09T00:32:46.098Z] #47 18.86 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-09T00:32:46.098Z] #47 18.86 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-09T00:32:46.098Z] #47 ... [2021-03-09T00:32:46.098Z] [2021-03-09T00:32:46.098Z] #49 [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-09T00:32:46.098Z] #49 sha256:bb8da2efbff39e3c70d08ac2146a06dfcad59e0204d75ff35f834832e35ea977 [2021-03-09T00:32:46.098Z] #49 19.34 + cd /tmp/tmp.U0ntr4Jeup/src/github.com/mvdan/sh [2021-03-09T00:32:46.098Z] #49 19.34 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:32:46.117Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.0s done [2021-03-09T00:32:46.117Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 42.99MB / 120.17MB 2.2s [2021-03-09T00:32:46.117Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.2s [2021-03-09T00:32:46.281Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 9.4s done [2021-03-09T00:32:46.281Z] #8 ... [2021-03-09T00:32:46.281Z] [2021-03-09T00:32:46.281Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-09T00:32:46.281Z] #24 sha256:0dcc34879bceffc8f3a6fbd2e3dbc6e02591d01dc5ebdcd6677dd49142acc9e0 [2021-03-09T00:32:46.281Z] #24 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-03-09T00:32:46.281Z] #24 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-03-09T00:32:46.281Z] #24 sha256:330cbf028662c0c41ff94c23dc1e37d1cd52703e79e795e275d5f6c86022a8e3 529B / 529B done [2021-03-09T00:32:46.281Z] #24 sha256:fc905079e700da665fc183fff2fcc52bb91dd47590da3b534f1c4f5c4a965f28 1.46kB / 1.46kB done [2021-03-09T00:32:46.281Z] #24 sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 49.18MB / 49.18MB 3.5s done [2021-03-09T00:32:46.281Z] #24 extracting sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 4.4s done [2021-03-09T00:32:46.297Z] #27 9.394 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-09T00:32:46.390Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 50.33MB / 120.17MB 2.4s [2021-03-09T00:32:46.405Z] #26 1.307 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-09T00:32:46.557Z] #27 9.523 [2021-03-09T00:32:46.558Z] #27 9.612 ######################################################################## 100.0% [2021-03-09T00:32:46.558Z] #27 9.638 [2021-03-09T00:32:46.558Z] #27 9.657 Download of images into '/build' complete. [2021-03-09T00:32:46.558Z] #27 9.657 Use something like the following to load the result into a Docker daemon: [2021-03-09T00:32:46.558Z] #27 9.657 tar -cC '/build' . | docker load [2021-03-09T00:32:46.561Z] #24 ... [2021-03-09T00:32:46.561Z] [2021-03-09T00:32:46.561Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:46.561Z] #8 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-09T00:32:46.658Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 62.91MB / 120.17MB 2.6s [2021-03-09T00:32:46.658Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.7s done [2021-03-09T00:32:46.658Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 81.79MB / 120.17MB 2.8s [2021-03-09T00:32:46.658Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.7s done [2021-03-09T00:32:46.668Z] #49 19.78 + GO111MODULE=on [2021-03-09T00:32:46.668Z] #49 19.78 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-09T00:32:46.668Z] #49 ... [2021-03-09T00:32:46.668Z] [2021-03-09T00:32:46.668Z] #22 [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-09T00:32:46.668Z] #22 sha256:a4a2113cc29f263afe1697b8c40f974a20faeed31662ee2797521be25c61aefe [2021-03-09T00:32:46.668Z] #22 19.27 + mkdir -p /build [2021-03-09T00:32:46.668Z] #22 19.28 + mv docker/docker /build/ [2021-03-09T00:32:46.668Z] #22 19.34 + rmdir docker [2021-03-09T00:32:46.668Z] #22 DONE 20.0s [2021-03-09T00:32:46.717Z] #20 0.937 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-09T00:32:46.717Z] #20 0.939 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-09T00:32:46.717Z] #20 0.941 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-09T00:32:46.717Z] #20 DONE 1.1s [2021-03-09T00:32:46.717Z] [2021-03-09T00:32:46.717Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:32:46.924Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 88.08MB / 120.17MB 2.9s [2021-03-09T00:32:46.924Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 97.52MB / 120.17MB 3.0s [2021-03-09T00:32:46.931Z] [2021-03-09T00:32:46.931Z] #47 [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-09T00:32:46.931Z] #47 sha256:ffb1881850cde42d89f5cfb41ca658cccbe962566cb1c2073a1210b735b27ebd [2021-03-09T00:32:46.931Z] #47 19.49 go: extracting github.com/fatih/color v1.7.0 [2021-03-09T00:32:46.931Z] #47 19.51 go: extracting github.com/pkg/errors v0.8.1 [2021-03-09T00:32:46.931Z] #47 19.93 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-09T00:32:46.931Z] #47 19.95 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:32:46.931Z] #47 20.02 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:32:46.931Z] #47 20.07 go: extracting github.com/spf13/viper v1.6.1 [2021-03-09T00:32:46.931Z] #47 20.23 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-09T00:32:47.191Z] #47 ... [2021-03-09T00:32:47.191Z] [2021-03-09T00:32:47.191Z] #34 [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-09T00:32:47.191Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:32:47.191Z] #34 10.60 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:32:47.191Z] #34 14.96 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:32:47.191Z] #34 19.33 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:32:47.195Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 103.81MB / 120.17MB 3.1s [2021-03-09T00:32:47.451Z] #34 ... [2021-03-09T00:32:47.451Z] [2021-03-09T00:32:47.451Z] #32 [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-09T00:32:47.451Z] #32 sha256:d2fdcc6a33ec8a15a5a8b29e6244af48a7cef41a9b6ffbb4fe4e8321eeee9723 [2021-03-09T00:32:47.451Z] #32 10.77 internal/cpu [2021-03-09T00:32:47.451Z] #32 10.78 runtime/internal/atomic [2021-03-09T00:32:47.451Z] #32 11.08 runtime/internal/sys [2021-03-09T00:32:47.451Z] #32 11.65 math/bits [2021-03-09T00:32:47.451Z] #32 11.93 internal/bytealg [2021-03-09T00:32:47.451Z] #32 12.21 math [2021-03-09T00:32:47.451Z] #32 13.50 runtime [2021-03-09T00:32:47.451Z] #32 19.12 unicode/utf8 [2021-03-09T00:32:47.451Z] #32 20.08 internal/testlog [2021-03-09T00:32:47.451Z] #32 20.71 encoding [2021-03-09T00:32:47.451Z] #32 ... [2021-03-09T00:32:47.451Z] [2021-03-09T00:32:47.451Z] #43 [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-09T00:32:47.451Z] #43 sha256:c04f631ddbe13747d502f1e8ae4d852e7ab2ec1b7ac742221a1bc2f7bc62ee1d [2021-03-09T00:32:47.451Z] #43 10.48 internal/cpu [2021-03-09T00:32:47.451Z] #43 10.49 runtime/internal/atomic [2021-03-09T00:32:47.451Z] #43 10.95 runtime/internal/sys [2021-03-09T00:32:47.451Z] #43 11.43 runtime/internal/math [2021-03-09T00:32:47.451Z] #43 11.45 internal/bytealg [2021-03-09T00:32:47.451Z] #43 11.57 internal/race [2021-03-09T00:32:47.451Z] #43 11.86 sync/atomic [2021-03-09T00:32:47.451Z] #43 12.82 runtime [2021-03-09T00:32:47.451Z] #43 12.84 unicode [2021-03-09T00:32:47.451Z] #43 19.49 unicode/utf8 [2021-03-09T00:32:47.451Z] #43 20.90 encoding [2021-03-09T00:32:47.464Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 112.20MB / 120.17MB 3.3s [2021-03-09T00:32:47.464Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 3.5s [2021-03-09T00:32:47.532Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 10.6s [2021-03-09T00:32:47.532Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2021-03-09T00:32:47.532Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.5s done [2021-03-09T00:32:47.710Z] #43 ... [2021-03-09T00:32:47.710Z] [2021-03-09T00:32:47.710Z] #47 [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-09T00:32:47.710Z] #47 sha256:ffb1881850cde42d89f5cfb41ca658cccbe962566cb1c2073a1210b735b27ebd [2021-03-09T00:32:47.710Z] #47 20.79 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-09T00:32:47.710Z] #47 21.11 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-09T00:32:48.279Z] #47 21.38 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-09T00:32:48.279Z] #47 21.63 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-09T00:32:48.413Z] #8 ... [2021-03-09T00:32:48.413Z] [2021-03-09T00:32:48.413Z] #21 [internal] load build context [2021-03-09T00:32:48.413Z] #21 sha256:27d549489ad63b6550de646a99307ae34917c3ba79ad2ef8426f53863658ec77 [2021-03-09T00:32:48.413Z] #21 transferring context: 53.40MB 3.9s done [2021-03-09T00:32:48.413Z] #21 DONE 4.5s [2021-03-09T00:32:48.413Z] [2021-03-09T00:32:48.413Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:48.413Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:32:48.466Z] #27 DONE 11.3s [2021-03-09T00:32:48.466Z] [2021-03-09T00:32:48.466Z] #30 [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-09T00:32:48.466Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:32:48.475Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 11.8s done [2021-03-09T00:32:48.503Z] #26 3.601 Fetched 8198 kB in 3s (2445 kB/s) [2021-03-09T00:32:48.503Z] #26 3.601 Reading package lists... [2021-03-09T00:32:48.503Z] #26 ... [2021-03-09T00:32:48.503Z] [2021-03-09T00:32:48.503Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:48.503Z] #9 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-09T00:32:48.503Z] #9 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0.3s done [2021-03-09T00:32:48.503Z] #9 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 2.6s done [2021-03-09T00:32:48.503Z] #9 DONE 13.0s [2021-03-09T00:32:48.539Z] #47 21.92 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:32:48.539Z] #47 21.95 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:32:48.673Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.6s done [2021-03-09T00:32:48.799Z] #47 21.96 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:32:48.800Z] [2021-03-09T00:32:48.800Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:48.800Z] #9 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-09T00:32:48.800Z] #9 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad [2021-03-09T00:32:49.046Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 12.1s done [2021-03-09T00:32:49.046Z] #8 ... [2021-03-09T00:32:49.046Z] [2021-03-09T00:32:49.046Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-09T00:32:49.047Z] #24 sha256:0dcc34879bceffc8f3a6fbd2e3dbc6e02591d01dc5ebdcd6677dd49142acc9e0 [2021-03-09T00:32:49.047Z] #24 DONE 12.5s [2021-03-09T00:32:49.047Z] [2021-03-09T00:32:49.047Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:49.047Z] #8 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-09T00:32:49.047Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.1s [2021-03-09T00:32:49.246Z] #8 ... [2021-03-09T00:32:49.246Z] [2021-03-09T00:32:49.246Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-03-09T00:32:49.246Z] #60 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-03-09T00:32:49.246Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-03-09T00:32:49.246Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-03-09T00:32:49.246Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-03-09T00:32:49.246Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 3.2s done [2021-03-09T00:32:49.246Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.0s done [2021-03-09T00:32:49.246Z] #60 DONE 5.2s [2021-03-09T00:32:49.246Z] [2021-03-09T00:32:49.246Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:49.246Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:32:49.307Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.4s done [2021-03-09T00:32:49.449Z] #21 2.750 Collecting yamllint==1.16.0 [2021-03-09T00:32:49.741Z] #21 3.008 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-09T00:32:49.741Z] #21 3.026 Collecting pyyaml (from yamllint==1.16.0) [2021-03-09T00:32:49.888Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c [2021-03-09T00:32:50.033Z] #21 3.228 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-03-09T00:32:50.325Z] #21 3.620 Installing build dependencies: started [2021-03-09T00:32:50.390Z] #30 ... [2021-03-09T00:32:50.391Z] [2021-03-09T00:32:50.391Z] #53 [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-09T00:32:50.391Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:32:50.391Z] #53 5.384 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:32:50.391Z] #53 5.407 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:32:50.391Z] #53 5.487 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:32:50.391Z] #53 5.597 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:32:50.391Z] #53 6.155 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:32:50.391Z] #53 6.789 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:32:50.633Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.7s done [2021-03-09T00:32:50.633Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-03-09T00:32:50.725Z] #47 ... [2021-03-09T00:32:50.725Z] [2021-03-09T00:32:50.725Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:32:50.725Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:32:50.725Z] #11 14.08 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:32:50.725Z] #11 18.51 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:32:50.895Z] #9 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 2.3s done [2021-03-09T00:32:50.895Z] #9 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 [2021-03-09T00:32:50.985Z] #11 ... [2021-03-09T00:32:50.985Z] [2021-03-09T00:32:50.985Z] #49 [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-09T00:32:50.985Z] #49 sha256:bb8da2efbff39e3c70d08ac2146a06dfcad59e0204d75ff35f834832e35ea977 [2021-03-09T00:32:50.985Z] #49 21.58 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:32:50.985Z] #49 21.68 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:32:50.985Z] #49 21.74 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:32:50.985Z] #49 22.14 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:32:50.985Z] #49 22.16 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:32:50.985Z] #49 23.22 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:32:51.206Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.6s done [2021-03-09T00:32:51.244Z] #49 24.40 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:32:51.275Z] #30 ... [2021-03-09T00:32:51.275Z] [2021-03-09T00:32:51.275Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:32:51.275Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:32:51.275Z] #11 58.61 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-03-09T00:32:51.275Z] #11 61.32 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-03-09T00:32:51.275Z] #11 61.34 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-03-09T00:32:51.275Z] #11 61.34 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-09T00:32:51.275Z] #11 61.34 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-09T00:32:51.275Z] #11 61.35 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-03-09T00:32:51.275Z] #11 61.35 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-03-09T00:32:51.275Z] #11 61.36 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-03-09T00:32:51.275Z] #11 61.39 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-03-09T00:32:51.275Z] #11 61.42 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-03-09T00:32:51.275Z] #11 61.44 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-03-09T00:32:51.275Z] #11 61.47 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-03-09T00:32:51.275Z] #11 61.50 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-03-09T00:32:51.275Z] #11 61.51 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-03-09T00:32:51.275Z] #11 61.52 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-03-09T00:32:51.275Z] #11 61.52 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-03-09T00:32:51.275Z] #11 62.78 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:32:51.275Z] #11 63.00 Fetched 78.2 MB in 9s (8916 kB/s) [2021-03-09T00:32:51.275Z] #11 63.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-09T00:32:51.275Z] #11 63.16 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-03-09T00:32:51.275Z] #11 63.18 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-09T00:32:51.275Z] #11 63.78 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-03-09T00:32:51.275Z] #11 ... [2021-03-09T00:32:51.275Z] [2021-03-09T00:32:51.275Z] #54 [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-09T00:32:51.275Z] #54 sha256:8b53cf9f3eaa4a6e32435cf820da716b3f31f4337a901a66223c6d55a6c4334a [2021-03-09T00:32:51.275Z] #54 1.121 + RM_GOPATH=0 [2021-03-09T00:32:51.275Z] #54 1.121 + TMP_GOPATH= [2021-03-09T00:32:51.275Z] #54 1.121 + : /build [2021-03-09T00:32:51.275Z] #54 1.121 + '[' -z '' ']' [2021-03-09T00:32:51.275Z] #54 1.121 ++ mktemp -d [2021-03-09T00:32:51.275Z] #54 1.124 + export GOPATH=/tmp/tmp.l0b5Y0g1BH [2021-03-09T00:32:51.275Z] #54 1.124 + GOPATH=/tmp/tmp.l0b5Y0g1BH [2021-03-09T00:32:51.275Z] #54 1.124 + RM_GOPATH=1 [2021-03-09T00:32:51.275Z] #54 1.124 + case "$(go env GOARCH)" in [2021-03-09T00:32:51.275Z] #54 1.124 ++ go env GOARCH [2021-03-09T00:32:51.275Z] #54 1.157 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:51.275Z] #54 1.157 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:51.275Z] #54 1.164 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:51.275Z] #54 1.169 + dir=/tmp/install [2021-03-09T00:32:51.275Z] #54 1.169 + bin=containerd [2021-03-09T00:32:51.275Z] #54 1.176 + shift [2021-03-09T00:32:51.275Z] #54 1.176 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-09T00:32:51.275Z] #54 1.176 + . /tmp/install/containerd.installer [2021-03-09T00:32:51.275Z] #54 1.176 ++ set -e [2021-03-09T00:32:51.275Z] #54 1.176 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:32:51.275Z] #54 1.176 + install_containerd [2021-03-09T00:32:51.275Z] #54 1.177 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-09T00:32:51.275Z] #54 1.177 + git clone https://github.com/containerd/containerd.git /tmp/tmp.l0b5Y0g1BH/src/github.com/containerd/containerd [2021-03-09T00:32:51.275Z] #54 1.177 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:32:51.275Z] #54 1.191 Cloning into '/tmp/tmp.l0b5Y0g1BH/src/github.com/containerd/containerd'... [2021-03-09T00:32:51.275Z] #54 ... [2021-03-09T00:32:51.275Z] [2021-03-09T00:32:51.275Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:32:51.275Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:32:51.467Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-03-09T00:32:51.532Z] #11 63.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 ... 15410 files and directories currently installed.) [2021-03-09T00:32:51.532Z] #11 64.01 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-03-09T00:32:51.532Z] #11 64.03 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-09T00:32:51.789Z] #11 64.32 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-03-09T00:32:51.834Z] #21 ... [2021-03-09T00:32:51.834Z] [2021-03-09T00:32:51.834Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:32:51.834Z] #42 74.04 CC criu/libnetlink.o [2021-03-09T00:32:51.834Z] #42 74.22 CC criu/log.o [2021-03-09T00:32:51.834Z] #42 74.44 CC criu/lsm.o [2021-03-09T00:32:51.834Z] #42 74.66 CC criu/mem.o [2021-03-09T00:32:51.834Z] #42 75.82 CC criu/memfd.o [2021-03-09T00:32:51.834Z] #42 76.18 CC criu/mount.o [2021-03-09T00:32:51.834Z] #42 78.32 CC criu/namespaces.o [2021-03-09T00:32:51.834Z] #42 79.18 CC criu/net.o [2021-03-09T00:32:51.834Z] #42 81.27 CC criu/netfilter.o [2021-03-09T00:32:51.834Z] #42 81.52 CC criu/page-pipe.o [2021-03-09T00:32:51.834Z] #42 81.98 CC criu/page-xfer.o [2021-03-09T00:32:51.834Z] #42 83.04 CC criu/pagemap-cache.o [2021-03-09T00:32:51.834Z] #42 83.20 CC criu/pagemap.o [2021-03-09T00:32:51.834Z] #42 83.80 CC criu/parasite-syscall.o [2021-03-09T00:32:51.834Z] #42 ... [2021-03-09T00:32:51.834Z] [2021-03-09T00:32:51.834Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-09T00:32:51.834Z] #39 118.4 + dpkg --print-architecture [2021-03-09T00:32:51.834Z] #39 118.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-09T00:32:51.834Z] #39 118.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-09T00:32:51.834Z] #39 118.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-09T00:32:52.046Z] #11 64.74 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-09T00:32:52.048Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done [2021-03-09T00:32:52.048Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-03-09T00:32:52.303Z] #11 64.74 (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-09T00:32:52.303Z] #11 64.84 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-03-09T00:32:52.448Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.6s done [2021-03-09T00:32:52.561Z] #11 65.00 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-09T00:32:52.561Z] #11 ... [2021-03-09T00:32:52.561Z] [2021-03-09T00:32:52.561Z] #45 [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-09T00:32:52.561Z] #45 sha256:e0b1a5bd8039dc0c02d213bda4340f14c47da2b48a1976753cd7c87ef939fdbd [2021-03-09T00:32:52.561Z] #45 DONE 65.2s [2021-03-09T00:32:52.818Z] [2021-03-09T00:32:52.818Z] #40 [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-09T00:32:52.818Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:32:52.818Z] #40 57.56 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-03-09T00:32:52.818Z] #40 57.56 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-03-09T00:32:52.818Z] #40 57.57 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-09T00:32:52.818Z] #40 57.90 Selecting previously unselected package libprotobuf-dev:amd64. [2021-03-09T00:32:52.818Z] #40 57.90 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-03-09T00:32:52.818Z] #40 57.91 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-09T00:32:52.818Z] #40 59.28 Selecting previously unselected package libprotoc17:amd64. [2021-03-09T00:32:52.818Z] #40 59.28 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-03-09T00:32:52.818Z] #40 59.29 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-09T00:32:52.818Z] #40 59.93 Selecting previously unselected package protobuf-c-compiler. [2021-03-09T00:32:52.818Z] #40 59.94 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:32:52.818Z] #40 59.95 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-09T00:32:52.818Z] #40 60.10 Selecting previously unselected package protobuf-compiler. [2021-03-09T00:32:52.818Z] #40 60.10 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-03-09T00:32:52.818Z] #40 60.13 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-09T00:32:52.818Z] #40 60.33 Selecting previously unselected package python-pkg-resources. [2021-03-09T00:32:52.818Z] #40 60.34 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-09T00:32:52.818Z] #40 60.38 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-09T00:32:52.818Z] #40 60.64 Selecting previously unselected package python-six. [2021-03-09T00:32:52.818Z] #40 60.64 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-09T00:32:52.818Z] #40 60.65 Unpacking python-six (1.12.0-1) ... [2021-03-09T00:32:52.818Z] #40 60.75 Selecting previously unselected package python-protobuf. [2021-03-09T00:32:52.818Z] #40 60.75 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-03-09T00:32:52.818Z] #40 60.77 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-09T00:32:52.818Z] #40 61.66 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-09T00:32:52.818Z] #40 ... [2021-03-09T00:32:52.818Z] [2021-03-09T00:32:52.818Z] #43 [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-09T00:32:52.818Z] #43 sha256:c5047339b0fe649e0b3ecf0acd9732686689aaff11fc0c3bd59d1bafc7a63317 [2021-03-09T00:32:52.818Z] #43 55.40 bufio [2021-03-09T00:32:52.818Z] #43 55.88 reflect [2021-03-09T00:32:52.818Z] #43 57.12 syscall [2021-03-09T00:32:52.818Z] #43 63.80 time [2021-03-09T00:32:52.937Z] #53 ... [2021-03-09T00:32:52.937Z] [2021-03-09T00:32:52.937Z] #47 [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-09T00:32:52.937Z] #47 sha256:eae168b503366594d8af7fa5ccb5843fcb358abaff2aa83fcada62f803572e28 [2021-03-09T00:32:52.937Z] #47 8.840 + RM_GOPATH=0 [2021-03-09T00:32:52.937Z] #47 8.840 + TMP_GOPATH= [2021-03-09T00:32:52.937Z] #47 8.840 + : /build [2021-03-09T00:32:52.937Z] #47 8.840 + '[' -z '' ']' [2021-03-09T00:32:52.937Z] #47 8.840 ++ mktemp -d [2021-03-09T00:32:52.937Z] #47 8.840 + export GOPATH=/tmp/tmp.QHASKNB0hH [2021-03-09T00:32:52.937Z] #47 8.840 + GOPATH=/tmp/tmp.QHASKNB0hH [2021-03-09T00:32:52.937Z] #47 8.840 + RM_GOPATH=1 [2021-03-09T00:32:52.937Z] #47 8.840 + case "$(go env GOARCH)" in [2021-03-09T00:32:52.937Z] #47 8.845 ++ go env GOARCH [2021-03-09T00:32:52.937Z] #47 8.866 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:52.937Z] #47 8.866 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:52.937Z] #47 8.866 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:52.937Z] #47 8.869 + dir=/tmp/install [2021-03-09T00:32:52.937Z] #47 8.869 + bin=golangci_lint [2021-03-09T00:32:52.937Z] #47 8.869 + shift [2021-03-09T00:32:52.937Z] #47 8.869 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-09T00:32:52.937Z] #47 8.869 + . /tmp/install/golangci_lint.installer [2021-03-09T00:32:52.937Z] #47 8.869 ++ : v1.23.8 [2021-03-09T00:32:52.937Z] #47 8.869 + install_golangci_lint [2021-03-09T00:32:52.937Z] #47 8.869 + set -e [2021-03-09T00:32:52.937Z] #47 8.869 + export GO111MODULE=on [2021-03-09T00:32:52.937Z] #47 8.869 + GO111MODULE=on [2021-03-09T00:32:52.937Z] #47 8.869 + GOBIN=/build [2021-03-09T00:32:52.937Z] #47 8.869 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-09T00:32:52.937Z] #47 8.958 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-09T00:32:52.937Z] #47 8.959 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-09T00:32:52.937Z] #47 8.960 go: finding github.com v1.23.8 [2021-03-09T00:32:52.937Z] #47 8.960 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:32:52.937Z] #47 8.960 go: finding github.com/golangci v1.23.8 [2021-03-09T00:32:52.995Z] #8 ... [2021-03-09T00:32:52.996Z] [2021-03-09T00:32:52.996Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-09T00:32:52.996Z] #24 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-03-09T00:32:52.996Z] #24 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-03-09T00:32:52.996Z] #24 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-03-09T00:32:52.996Z] #24 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-03-09T00:32:52.996Z] #24 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-03-09T00:32:52.996Z] #24 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 5.1s done [2021-03-09T00:32:52.996Z] #24 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 3.6s done [2021-03-09T00:32:52.996Z] #24 DONE 9.1s [2021-03-09T00:32:52.996Z] [2021-03-09T00:32:52.996Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:52.996Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:32:53.024Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 [2021-03-09T00:32:53.075Z] #43 ... [2021-03-09T00:32:53.075Z] [2021-03-09T00:32:53.075Z] #34 [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-09T00:32:53.075Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:32:53.075Z] #34 59.60 Selecting previously unselected package libicu63:amd64. [2021-03-09T00:32:53.075Z] #34 59.61 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-09T00:32:53.075Z] #34 59.62 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:32:53.154Z] #49 26.54 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:32:53.879Z] #47 10.05 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:32:53.879Z] #47 ... [2021-03-09T00:32:53.879Z] [2021-03-09T00:32:53.879Z] #62 [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-09T00:32:53.879Z] #62 sha256:05760a2c5e1b4df871fb60b00e6248fdd10049b9b595f754e6ce12614eb31d3f [2021-03-09T00:32:53.879Z] #62 7.815 + RM_GOPATH=0 [2021-03-09T00:32:53.879Z] #62 7.815 + TMP_GOPATH= [2021-03-09T00:32:53.879Z] #62 7.815 + : /build [2021-03-09T00:32:53.879Z] #62 7.815 + '[' -z '' ']' [2021-03-09T00:32:53.879Z] #62 7.815 ++ mktemp -d [2021-03-09T00:32:53.879Z] #62 7.815 + export GOPATH=/tmp/tmp.QyrG96AvJ7 [2021-03-09T00:32:53.879Z] #62 7.815 + GOPATH=/tmp/tmp.QyrG96AvJ7 [2021-03-09T00:32:53.879Z] #62 7.815 + RM_GOPATH=1 [2021-03-09T00:32:53.879Z] #62 7.815 + case "$(go env GOARCH)" in [2021-03-09T00:32:53.879Z] #62 7.815 ++ go env GOARCH [2021-03-09T00:32:53.879Z] #62 7.836 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:53.879Z] #62 7.836 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:53.879Z] #62 7.836 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:53.879Z] #62 7.837 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:32:53.879Z] #62 7.837 + dir=/tmp/install [2021-03-09T00:32:53.879Z] #62 7.837 + bin=proxy [2021-03-09T00:32:53.879Z] #62 7.837 + shift [2021-03-09T00:32:53.879Z] #62 7.837 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-09T00:32:53.879Z] #62 7.837 + . /tmp/install/proxy.installer [2021-03-09T00:32:53.879Z] #62 7.837 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:32:53.879Z] #62 7.837 + install_proxy [2021-03-09T00:32:53.879Z] #62 7.837 + case "$1" in [2021-03-09T00:32:53.879Z] #62 7.837 + export CGO_ENABLED=0 [2021-03-09T00:32:53.879Z] #62 7.837 + CGO_ENABLED=0 [2021-03-09T00:32:53.879Z] #62 7.837 + _install_proxy [2021-03-09T00:32:53.879Z] #62 7.837 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-09T00:32:53.879Z] #62 7.837 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.QyrG96AvJ7/src/github.com/docker/libnetwork [2021-03-09T00:32:53.879Z] #62 7.841 Cloning into '/tmp/tmp.QyrG96AvJ7/src/github.com/docker/libnetwork'... [2021-03-09T00:32:53.879Z] #62 ... [2021-03-09T00:32:53.879Z] [2021-03-09T00:32:53.879Z] #34 [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-09T00:32:53.879Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:32:53.879Z] #34 ... [2021-03-09T00:32:53.879Z] [2021-03-09T00:32:53.879Z] #49 [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-09T00:32:53.879Z] #49 sha256:e273e07ee40b04555832ddebcedd237b5067000d372596693eea2bd89d6aa297 [2021-03-09T00:32:53.879Z] #49 8.985 + RM_GOPATH=0 [2021-03-09T00:32:53.879Z] #49 8.985 + TMP_GOPATH= [2021-03-09T00:32:53.879Z] #49 8.985 + : /build [2021-03-09T00:32:53.879Z] #49 8.985 + '[' -z '' ']' [2021-03-09T00:32:53.879Z] #49 8.985 ++ mktemp -d [2021-03-09T00:32:53.879Z] #49 8.989 + export GOPATH=/tmp/tmp.O7RI4Q2MkN [2021-03-09T00:32:53.879Z] #49 8.989 + GOPATH=/tmp/tmp.O7RI4Q2MkN [2021-03-09T00:32:53.879Z] #49 8.989 + RM_GOPATH=1 [2021-03-09T00:32:53.879Z] #49 8.989 + case "$(go env GOARCH)" in [2021-03-09T00:32:53.879Z] #49 8.989 ++ go env GOARCH [2021-03-09T00:32:53.879Z] #49 9.003 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:53.879Z] #49 9.003 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:53.879Z] #49 9.003 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:53.879Z] #49 9.003 + dir=/tmp/install [2021-03-09T00:32:53.879Z] #49 9.003 + bin=shfmt [2021-03-09T00:32:53.879Z] #49 9.003 + shift [2021-03-09T00:32:53.879Z] #49 9.003 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-09T00:32:53.879Z] #49 9.003 + . /tmp/install/shfmt.installer [2021-03-09T00:32:53.879Z] #49 9.003 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:32:53.879Z] #49 9.003 + install_shfmt [2021-03-09T00:32:53.879Z] #49 9.003 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-09T00:32:53.879Z] #49 9.003 + git clone https://github.com/mvdan/sh.git /tmp/tmp.O7RI4Q2MkN/src/github.com/mvdan/sh [2021-03-09T00:32:53.879Z] #49 9.003 Cloning into '/tmp/tmp.O7RI4Q2MkN/src/github.com/mvdan/sh'... [2021-03-09T00:32:53.879Z] #49 9.003 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:32:54.139Z] #49 ... [2021-03-09T00:32:54.139Z] [2021-03-09T00:32:54.139Z] #40 [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-09T00:32:54.139Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:32:54.139Z] #40 ... [2021-03-09T00:32:54.139Z] [2021-03-09T00:32:54.139Z] #32 [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-09T00:32:54.139Z] #32 sha256:0b01aa5bb06037785010ad4a191d0eaf703ca197de4c4ec077c7d16657d917a6 [2021-03-09T00:32:54.139Z] #32 9.293 + RM_GOPATH=0 [2021-03-09T00:32:54.139Z] #32 9.293 + TMP_GOPATH= [2021-03-09T00:32:54.139Z] #32 9.293 + : /build [2021-03-09T00:32:54.139Z] #32 9.293 + '[' -z '' ']' [2021-03-09T00:32:54.139Z] #32 9.293 ++ mktemp -d [2021-03-09T00:32:54.139Z] #32 9.293 + export GOPATH=/tmp/tmp.1bWYWpHA4e [2021-03-09T00:32:54.139Z] #32 9.293 + GOPATH=/tmp/tmp.1bWYWpHA4e [2021-03-09T00:32:54.139Z] #32 9.293 + RM_GOPATH=1 [2021-03-09T00:32:54.139Z] #32 9.293 + case "$(go env GOARCH)" in [2021-03-09T00:32:54.139Z] #32 9.293 ++ go env GOARCH [2021-03-09T00:32:54.139Z] #32 9.370 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:54.139Z] #32 9.370 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:54.139Z] #32 9.370 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:54.139Z] #32 9.370 + dir=/tmp/install [2021-03-09T00:32:54.139Z] #32 9.370 + bin=tomlv [2021-03-09T00:32:54.139Z] #32 9.370 + shift [2021-03-09T00:32:54.139Z] #32 9.384 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-09T00:32:54.139Z] #32 9.384 + . /tmp/install/tomlv.installer [2021-03-09T00:32:54.139Z] #32 9.384 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:32:54.139Z] #32 9.384 + install_tomlv [2021-03-09T00:32:54.139Z] #32 9.384 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-09T00:32:54.139Z] #32 9.384 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.1bWYWpHA4e/src/github.com/BurntSushi/toml [2021-03-09T00:32:54.139Z] #32 9.384 Cloning into '/tmp/tmp.1bWYWpHA4e/src/github.com/BurntSushi/toml'... [2021-03-09T00:32:54.139Z] #32 9.384 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:32:54.139Z] #32 10.44 + cd /tmp/tmp.1bWYWpHA4e/src/github.com/BurntSushi/toml [2021-03-09T00:32:54.139Z] #32 10.44 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:32:54.139Z] #32 10.46 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-09T00:32:54.399Z] #32 ... [2021-03-09T00:32:54.399Z] [2021-03-09T00:32:54.399Z] #22 [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-09T00:32:54.399Z] #22 sha256:f8b6a777ade76d6c650d919ef077025325dba458ee795d955b61e43ed0f95c7f [2021-03-09T00:32:54.399Z] #22 8.084 + RM_GOPATH=0 [2021-03-09T00:32:54.399Z] #22 8.084 + TMP_GOPATH= [2021-03-09T00:32:54.399Z] #22 8.084 + : /build [2021-03-09T00:32:54.399Z] #22 8.084 + '[' -z '' ']' [2021-03-09T00:32:54.399Z] #22 8.084 ++ mktemp -d [2021-03-09T00:32:54.399Z] #22 8.084 + export GOPATH=/tmp/tmp.dw9Fz6vVjW [2021-03-09T00:32:54.399Z] #22 8.084 + GOPATH=/tmp/tmp.dw9Fz6vVjW [2021-03-09T00:32:54.399Z] #22 8.084 + RM_GOPATH=1 [2021-03-09T00:32:54.399Z] #22 8.084 + case "$(go env GOARCH)" in [2021-03-09T00:32:54.399Z] #22 8.084 ++ go env GOARCH [2021-03-09T00:32:54.399Z] #22 8.119 Install docker/cli version 17.06.2-ce from stable [2021-03-09T00:32:54.399Z] #22 8.119 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:54.399Z] #22 8.119 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:54.399Z] #22 8.119 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:54.399Z] #22 8.119 + dir=/tmp/install [2021-03-09T00:32:54.399Z] #22 8.119 + bin=dockercli [2021-03-09T00:32:54.399Z] #22 8.119 + shift [2021-03-09T00:32:54.399Z] #22 8.119 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-09T00:32:54.399Z] #22 8.119 + . /tmp/install/dockercli.installer [2021-03-09T00:32:54.399Z] #22 8.119 ++ : stable [2021-03-09T00:32:54.399Z] #22 8.119 ++ : 17.06.2-ce [2021-03-09T00:32:54.399Z] #22 8.119 + install_dockercli [2021-03-09T00:32:54.399Z] #22 8.119 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-09T00:32:54.399Z] #22 8.119 ++ uname -m [2021-03-09T00:32:54.399Z] #22 8.119 + arch=x86_64 [2021-03-09T00:32:54.399Z] #22 8.119 + '[' x86_64 '!=' x86_64 ']' [2021-03-09T00:32:54.399Z] #22 8.119 + url=https://download.docker.com/linux/static [2021-03-09T00:32:54.399Z] #22 8.119 + tar -xz docker/docker [2021-03-09T00:32:54.399Z] #22 8.130 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-03-09T00:32:54.444Z] #34 67.08 Selecting previously unselected package libxml2:amd64. [2021-03-09T00:32:54.444Z] #34 67.08 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-03-09T00:32:54.444Z] #34 67.08 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-09T00:32:54.444Z] #34 ... [2021-03-09T00:32:54.444Z] [2021-03-09T00:32:54.444Z] #40 [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-09T00:32:54.444Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:32:54.444Z] #40 67.13 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-09T00:32:54.452Z] #9 ... [2021-03-09T00:32:54.452Z] [2021-03-09T00:32:54.452Z] #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-09T00:32:54.452Z] #26 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-03-09T00:32:54.452Z] #26 3.601 Reading package lists... [2021-03-09T00:32:54.452Z] #26 5.075 Reading package lists... [2021-03-09T00:32:54.452Z] #26 6.612 Building dependency tree... [2021-03-09T00:32:54.452Z] #26 7.132 The following additional packages will be installed: [2021-03-09T00:32:54.452Z] #26 7.133 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-09T00:32:54.452Z] #26 7.133 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-09T00:32:54.452Z] #26 7.138 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-09T00:32:54.452Z] #26 7.138 Suggested packages: [2021-03-09T00:32:54.452Z] #26 7.138 krb5-doc krb5-user [2021-03-09T00:32:54.452Z] #26 7.138 Recommended packages: [2021-03-09T00:32:54.452Z] #26 7.138 krb5-locales publicsuffix libsasl2-modules [2021-03-09T00:32:54.452Z] #26 7.406 The following NEW packages will be installed: [2021-03-09T00:32:54.452Z] #26 7.407 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-09T00:32:54.452Z] #26 7.407 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-09T00:32:54.452Z] #26 7.407 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-09T00:32:54.452Z] #26 7.408 libssh2-1 libssl1.1 openssl [2021-03-09T00:32:54.452Z] #26 7.458 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-03-09T00:32:54.452Z] #26 7.458 Need to get 5175 kB of archives. [2021-03-09T00:32:54.452Z] #26 7.458 After this operation, 14.6 MB of additional disk space will be used. [2021-03-09T00:32:54.452Z] #26 7.458 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u5 [1526 kB] [2021-03-09T00:32:54.452Z] #26 7.485 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-09T00:32:54.452Z] #26 7.506 Get:3 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2021-03-09T00:32:54.452Z] #26 7.515 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-09T00:32:54.452Z] #26 7.518 Get:5 http://deb.debian.org/debian buster/main ppc64el ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-09T00:32:54.452Z] #26 7.518 Get:6 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-09T00:32:54.452Z] #26 7.527 Get:7 http://security.debian.org/debian-security buster/updates/main ppc64el openssl ppc64el 1.1.1d-0+deb10u5 [844 kB] [2021-03-09T00:32:54.452Z] #26 7.528 Get:8 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2021-03-09T00:32:54.452Z] #26 7.533 Get:9 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3+deb10u1 [69.3 kB] [2021-03-09T00:32:54.452Z] #26 7.538 Get:10 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3+deb10u1 [134 kB] [2021-03-09T00:32:54.452Z] #26 7.544 Get:11 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3+deb10u1 [400 kB] [2021-03-09T00:32:54.452Z] #26 7.560 Get:12 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3+deb10u1 [172 kB] [2021-03-09T00:32:54.452Z] #26 7.565 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2021-03-09T00:32:54.452Z] #26 7.572 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2021-03-09T00:32:54.452Z] #26 7.575 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2021-03-09T00:32:54.452Z] #26 7.577 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2021-03-09T00:32:54.452Z] #26 7.581 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2021-03-09T00:32:54.452Z] #26 7.595 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2021-03-09T00:32:54.452Z] #26 7.606 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-03-09T00:32:54.452Z] #26 7.610 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-03-09T00:32:54.452Z] #26 7.616 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-03-09T00:32:54.452Z] #26 7.854 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:32:54.452Z] #26 7.886 Fetched 5175 kB in 0s (29.9 MB/s) [2021-03-09T00:32:54.452Z] #26 7.913 Selecting previously unselected package libssl1.1:ppc64el. [2021-03-09T00:32:54.452Z] #26 7.913 (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-09T00:32:54.452Z] #26 7.922 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_ppc64el.deb ... [2021-03-09T00:32:54.452Z] #26 7.925 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u5) ... [2021-03-09T00:32:54.452Z] #26 8.149 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2021-03-09T00:32:54.452Z] #26 8.149 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-03-09T00:32:54.452Z] #26 8.151 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:32:54.452Z] #26 8.183 Selecting previously unselected package libsasl2-2:ppc64el. [2021-03-09T00:32:54.452Z] #26 8.185 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-03-09T00:32:54.452Z] #26 8.186 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:32:54.452Z] #26 8.222 Selecting previously unselected package libldap-common. [2021-03-09T00:32:54.452Z] #26 8.224 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-09T00:32:54.452Z] #26 8.229 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:32:54.452Z] #26 8.258 Selecting previously unselected package libldap-2.4-2:ppc64el. [2021-03-09T00:32:54.452Z] #26 8.260 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_ppc64el.deb ... [2021-03-09T00:32:54.452Z] #26 8.263 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:32:54.452Z] #26 8.327 Selecting previously unselected package openssl. [2021-03-09T00:32:54.452Z] #26 8.329 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_ppc64el.deb ... [2021-03-09T00:32:54.452Z] #26 8.330 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-09T00:32:54.452Z] #26 8.486 Selecting previously unselected package ca-certificates. [2021-03-09T00:32:54.452Z] #26 8.487 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-09T00:32:54.452Z] #26 8.489 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-09T00:32:54.452Z] #26 8.580 Selecting previously unselected package libkeyutils1:ppc64el. [2021-03-09T00:32:54.452Z] #26 8.586 Preparing to unpack .../07-libkeyutils1_1.6-6_ppc64el.deb ... [2021-03-09T00:32:54.453Z] #26 8.594 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2021-03-09T00:32:54.453Z] #26 8.736 Selecting previously unselected package libkrb5support0:ppc64el. [2021-03-09T00:32:54.453Z] #26 8.738 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_ppc64el.deb ... [2021-03-09T00:32:54.453Z] #26 8.739 Unpacking libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-03-09T00:32:54.453Z] #26 8.780 Selecting previously unselected package libk5crypto3:ppc64el. [2021-03-09T00:32:54.453Z] #26 8.780 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_ppc64el.deb ... [2021-03-09T00:32:54.453Z] #26 8.781 Unpacking libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-03-09T00:32:54.453Z] #26 8.823 Selecting previously unselected package libkrb5-3:ppc64el. [2021-03-09T00:32:54.453Z] #26 8.825 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_ppc64el.deb ... [2021-03-09T00:32:54.453Z] #26 8.826 Unpacking libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-03-09T00:32:54.453Z] #26 8.922 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2021-03-09T00:32:54.453Z] #26 8.923 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_ppc64el.deb ... [2021-03-09T00:32:54.453Z] #26 8.924 Unpacking libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-03-09T00:32:54.453Z] #26 8.977 Selecting previously unselected package libnghttp2-14:ppc64el. [2021-03-09T00:32:54.453Z] #26 8.983 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2021-03-09T00:32:54.453Z] #26 8.983 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-03-09T00:32:54.453Z] #26 9.017 Selecting previously unselected package libpsl5:ppc64el. [2021-03-09T00:32:54.453Z] #26 9.019 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2021-03-09T00:32:54.453Z] #26 9.021 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2021-03-09T00:32:54.453Z] #26 9.050 Selecting previously unselected package librtmp1:ppc64el. [2021-03-09T00:32:54.453Z] #26 9.052 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2021-03-09T00:32:54.453Z] #26 9.053 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-03-09T00:32:54.453Z] #26 9.086 Selecting previously unselected package libssh2-1:ppc64el. [2021-03-09T00:32:54.453Z] #26 9.086 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2021-03-09T00:32:54.453Z] #26 9.087 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2021-03-09T00:32:54.453Z] #26 9.146 Selecting previously unselected package libcurl4:ppc64el. [2021-03-09T00:32:54.453Z] #26 9.148 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2021-03-09T00:32:54.453Z] #26 9.150 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-03-09T00:32:54.453Z] #26 9.223 Selecting previously unselected package curl. [2021-03-09T00:32:54.453Z] #26 9.226 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2021-03-09T00:32:54.453Z] #26 9.227 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-09T00:32:54.453Z] #26 9.278 Selecting previously unselected package libonig5:ppc64el. [2021-03-09T00:32:54.453Z] #26 9.282 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2021-03-09T00:32:54.453Z] #26 9.283 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-03-09T00:32:54.453Z] #26 9.334 Selecting previously unselected package libjq1:ppc64el. [2021-03-09T00:32:54.453Z] #26 9.336 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-09T00:32:54.453Z] #26 9.337 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-09T00:32:54.453Z] #26 9.385 Selecting previously unselected package jq. [2021-03-09T00:32:54.453Z] #26 9.387 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-09T00:32:54.453Z] #26 9.389 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-09T00:32:54.453Z] #26 9.438 Setting up libkeyutils1:ppc64el (1.6-6) ... [2021-03-09T00:32:54.453Z] #26 9.442 Setting up libpsl5:ppc64el (0.20.2-2) ... [2021-03-09T00:32:54.453Z] #26 9.445 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u5) ... [2021-03-09T00:32:54.453Z] #26 9.612 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-03-09T00:32:54.453Z] #26 9.616 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:32:54.453Z] #26 9.622 Setting up libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-03-09T00:32:54.453Z] #26 9.625 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:32:54.453Z] #26 9.629 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-03-09T00:32:54.453Z] #26 9.632 Setting up libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-03-09T00:32:54.453Z] #26 9.636 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:32:54.659Z] #22 ... [2021-03-09T00:32:54.659Z] [2021-03-09T00:32:54.659Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:32:54.659Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:32:54.659Z] #11 ... [2021-03-09T00:32:54.659Z] [2021-03-09T00:32:54.659Z] #38 [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-09T00:32:54.659Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:32:54.702Z] #40 67.14 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:32:54.702Z] #40 67.15 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:32:54.702Z] #40 67.16 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-09T00:32:54.702Z] #40 67.17 Setting up python-six (1.12.0-1) ... [2021-03-09T00:32:54.758Z] #26 9.640 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2021-03-09T00:32:54.758Z] #26 9.647 Setting up libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-03-09T00:32:54.758Z] #26 9.650 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-09T00:32:54.758Z] #26 9.656 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-03-09T00:32:54.758Z] #26 9.659 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-09T00:32:54.758Z] #26 9.664 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:32:54.758Z] #26 9.667 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-09T00:32:54.919Z] #38 10.12 + git clone https://github.com/docker/distribution.git . [2021-03-09T00:32:54.919Z] #38 10.13 Cloning into '.'... [2021-03-09T00:32:54.919Z] #38 ... [2021-03-09T00:32:54.919Z] [2021-03-09T00:32:54.919Z] #56 [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-09T00:32:54.919Z] #56 sha256:73e3f66204f81e4e57975995fa952d079bf595d85f1f0a01879ee18ff8a7c52a [2021-03-09T00:32:54.919Z] #56 7.093 + RM_GOPATH=0 [2021-03-09T00:32:54.919Z] #56 7.093 + TMP_GOPATH= [2021-03-09T00:32:54.919Z] #56 7.093 + : /build [2021-03-09T00:32:54.919Z] #56 7.093 + '[' -z '' ']' [2021-03-09T00:32:54.919Z] #56 7.093 ++ mktemp -d [2021-03-09T00:32:54.919Z] #56 7.093 + export GOPATH=/tmp/tmp.LLQMOlP7dm [2021-03-09T00:32:54.919Z] #56 7.093 + GOPATH=/tmp/tmp.LLQMOlP7dm [2021-03-09T00:32:54.919Z] #56 7.093 + RM_GOPATH=1 [2021-03-09T00:32:54.919Z] #56 7.093 + case "$(go env GOARCH)" in [2021-03-09T00:32:54.919Z] #56 7.093 ++ go env GOARCH [2021-03-09T00:32:54.919Z] #56 7.094 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:54.919Z] #56 7.094 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:54.919Z] #56 7.094 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:54.919Z] #56 7.096 + dir=/tmp/install [2021-03-09T00:32:54.919Z] #56 7.096 + bin=rootlesskit [2021-03-09T00:32:54.919Z] #56 7.096 + shift [2021-03-09T00:32:54.919Z] #56 7.096 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-09T00:32:54.919Z] #56 7.096 + . /tmp/install/rootlesskit.installer [2021-03-09T00:32:54.919Z] #56 7.096 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:32:54.919Z] #56 7.096 + install_rootlesskit [2021-03-09T00:32:54.919Z] #56 7.096 + case "$1" in [2021-03-09T00:32:54.919Z] #56 7.096 + export CGO_ENABLED=0 [2021-03-09T00:32:54.919Z] #56 7.096 + CGO_ENABLED=0 [2021-03-09T00:32:54.919Z] #56 7.096 + _install_rootlesskit [2021-03-09T00:32:54.919Z] #56 7.096 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-09T00:32:54.919Z] #56 7.096 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.LLQMOlP7dm/src/github.com/rootless-containers/rootlesskit [2021-03-09T00:32:54.919Z] #56 7.096 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:32:54.919Z] #56 7.107 Cloning into '/tmp/tmp.LLQMOlP7dm/src/github.com/rootless-containers/rootlesskit'... [2021-03-09T00:32:54.919Z] #56 9.503 + cd /tmp/tmp.LLQMOlP7dm/src/github.com/rootless-containers/rootlesskit [2021-03-09T00:32:54.919Z] #56 9.503 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:32:54.919Z] #56 9.575 + export GO111MODULE=on [2021-03-09T00:32:54.919Z] #56 9.575 + GO111MODULE=on [2021-03-09T00:32:54.919Z] #56 9.575 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-09T00:32:54.919Z] #56 9.575 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-09T00:32:54.919Z] #56 ... [2021-03-09T00:32:54.919Z] [2021-03-09T00:32:54.920Z] #45 [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-09T00:32:54.920Z] #45 sha256:26a6c7b339147b7eb75f83e2ffdd3215faa201ca3ee786941dc52b0591f266aa [2021-03-09T00:32:54.920Z] #45 9.457 + RM_GOPATH=0 [2021-03-09T00:32:54.920Z] #45 9.457 + TMP_GOPATH= [2021-03-09T00:32:54.920Z] #45 9.457 + : /build [2021-03-09T00:32:54.920Z] #45 9.457 + '[' -z '' ']' [2021-03-09T00:32:54.920Z] #45 9.457 ++ mktemp -d [2021-03-09T00:32:54.920Z] #45 9.459 + export GOPATH=/tmp/tmp.1ASowLLwzA [2021-03-09T00:32:54.920Z] #45 9.459 + GOPATH=/tmp/tmp.1ASowLLwzA [2021-03-09T00:32:54.920Z] #45 9.459 + RM_GOPATH=1 [2021-03-09T00:32:54.920Z] #45 9.459 + case "$(go env GOARCH)" in [2021-03-09T00:32:54.920Z] #45 9.459 ++ go env GOARCH [2021-03-09T00:32:54.920Z] #45 9.503 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:54.920Z] #45 9.503 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:32:54.920Z] #45 9.503 ++ dirname /tmp/install/install.sh [2021-03-09T00:32:54.920Z] #45 9.503 + dir=/tmp/install [2021-03-09T00:32:54.920Z] #45 9.503 + bin=gotestsum [2021-03-09T00:32:54.920Z] #45 9.503 + shift [2021-03-09T00:32:54.920Z] #45 9.503 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-09T00:32:54.920Z] #45 9.503 + . /tmp/install/gotestsum.installer [2021-03-09T00:32:54.920Z] #45 9.503 ++ : v0.5.3 [2021-03-09T00:32:54.920Z] #45 9.503 + install_gotestsum [2021-03-09T00:32:54.920Z] #45 9.503 + set -e [2021-03-09T00:32:54.920Z] #45 9.503 + export GO111MODULE=on [2021-03-09T00:32:54.920Z] #45 9.503 + GO111MODULE=on [2021-03-09T00:32:54.920Z] #45 9.503 + GOBIN=/build [2021-03-09T00:32:54.920Z] #45 9.503 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-09T00:32:54.920Z] #45 9.583 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-09T00:32:54.920Z] #45 9.584 go: finding gotest.tools v0.5.3 [2021-03-09T00:32:54.920Z] #45 10.61 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-09T00:32:54.920Z] #45 11.27 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-09T00:32:54.920Z] #45 ... [2021-03-09T00:32:54.920Z] [2021-03-09T00:32:54.920Z] #30 [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-09T00:32:54.920Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:32:54.920Z] #30 10.37 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-09T00:32:55.061Z] #49 ... [2021-03-09T00:32:55.061Z] [2021-03-09T00:32:55.061Z] #45 [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-09T00:32:55.061Z] #45 sha256:8d3ee14112ec422957ad1e3cb8ea69cdf02f572f72ef463d090dbbc7741783f4 [2021-03-09T00:32:55.061Z] #45 18.14 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:32:55.061Z] #45 23.83 go: finding github.com/fatih/color v1.9.0 [2021-03-09T00:32:55.061Z] #45 23.85 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:32:55.061Z] #45 23.91 go: finding github.com/pkg/errors v0.9.1 [2021-03-09T00:32:55.061Z] #45 23.92 go: finding github.com/spf13/pflag v1.0.3 [2021-03-09T00:32:55.061Z] #45 24.13 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:32:55.061Z] #45 24.34 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:32:55.061Z] #45 24.60 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:32:55.061Z] #45 25.09 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:32:55.061Z] #45 25.16 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:32:55.061Z] #45 25.22 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:32:55.061Z] #45 25.25 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:32:55.061Z] #45 ... [2021-03-09T00:32:55.061Z] [2021-03-09T00:32:55.061Z] #47 [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-09T00:32:55.061Z] #47 sha256:ffb1881850cde42d89f5cfb41ca658cccbe962566cb1c2073a1210b735b27ebd [2021-03-09T00:32:55.061Z] #47 24.38 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:32:55.061Z] #47 27.99 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:32:55.061Z] #47 28.05 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:32:55.061Z] #47 28.05 go: downloading github.com/spf13/cast v1.3.0 [2021-03-09T00:32:55.061Z] #47 28.05 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:32:55.061Z] #47 28.05 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:32:55.061Z] #47 28.05 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:32:55.061Z] #47 28.05 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:32:55.061Z] #47 28.06 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:32:55.061Z] #47 28.47 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:32:55.182Z] #30 10.40 Cloning into '.'... [2021-03-09T00:32:55.321Z] #47 28.71 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:32:55.321Z] #47 28.75 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:32:55.404Z] #26 10.53 Updating certificates in /etc/ssl/certs... [2021-03-09T00:32:55.580Z] #47 28.77 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:32:55.580Z] #47 28.94 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:32:55.580Z] #47 28.98 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:32:55.580Z] #47 28.99 go: extracting github.com/spf13/cast v1.3.0 [2021-03-09T00:32:55.583Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.5s done [2021-03-09T00:32:55.703Z] #26 ... [2021-03-09T00:32:55.703Z] [2021-03-09T00:32:55.703Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:55.703Z] #9 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-09T00:32:55.703Z] #9 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 4.8s done [2021-03-09T00:32:55.703Z] #9 extracting sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0.0s done [2021-03-09T00:32:55.703Z] #9 DONE 20.1s [2021-03-09T00:32:55.840Z] #47 29.17 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-09T00:32:55.840Z] #47 29.17 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:32:55.840Z] #47 29.17 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:32:55.840Z] #47 29.18 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:32:55.840Z] #47 29.18 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:32:55.840Z] #47 29.21 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:32:55.840Z] #47 ... [2021-03-09T00:32:55.840Z] [2021-03-09T00:32:55.840Z] #40 [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-09T00:32:55.840Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:32:55.840Z] #40 19.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:32:55.851Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe [2021-03-09T00:32:56.001Z] [2021-03-09T00:32:56.001Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-09T00:32:56.001Z] #10 sha256:de2b7e1945dbe926869611b3b2029194bc28030208e03614c2a9fe1f572df858 [2021-03-09T00:32:56.001Z] #10 DONE 0.2s [2021-03-09T00:32:56.001Z] [2021-03-09T00:32:56.001Z] #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-09T00:32:56.001Z] #11 sha256:ff794b9c1ccc7e487b8893ee6ce30fad412303a0fbaab6fd892b0bc7b203e159 [2021-03-09T00:32:56.100Z] #40 ... [2021-03-09T00:32:56.100Z] [2021-03-09T00:32:56.100Z] #47 [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-09T00:32:56.100Z] #47 sha256:ffb1881850cde42d89f5cfb41ca658cccbe962566cb1c2073a1210b735b27ebd [2021-03-09T00:32:56.100Z] #47 29.28 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:32:56.100Z] #47 29.36 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:32:56.100Z] #47 29.36 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:32:56.100Z] #47 29.44 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:32:56.100Z] #47 ... [2021-03-09T00:32:56.100Z] [2021-03-09T00:32:56.100Z] #56 [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-09T00:32:56.100Z] #56 sha256:e565820459b59c12c7501f0be1a788c6dbd23db77fdb3f4807fa89ee7c40b665 [2021-03-09T00:32:56.100Z] #56 19.46 go: extracting github.com/google/uuid v1.2.0 [2021-03-09T00:32:56.100Z] #56 19.49 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:32:56.100Z] #56 21.04 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:32:56.100Z] #56 21.16 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:32:56.100Z] #56 23.07 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-09T00:32:56.100Z] #56 25.65 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:32:56.100Z] #56 27.69 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:32:56.302Z] #11 DONE 0.2s [2021-03-09T00:32:56.302Z] [2021-03-09T00:32:56.302Z] #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-09T00:32:56.302Z] #26 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-03-09T00:32:56.302Z] #26 ... [2021-03-09T00:32:56.302Z] [2021-03-09T00:32:56.302Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-09T00:32:56.302Z] #38 sha256:b948760ec906f0112e36d43a368d2764d9e6051a21547341b1990eac2341e2c0 [2021-03-09T00:32:56.302Z] #38 DONE 0.1s [2021-03-09T00:32:56.302Z] [2021-03-09T00:32:56.302Z] #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-09T00:32:56.302Z] #26 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-03-09T00:32:56.302Z] #26 11.44 137 added, 0 removed; done. [2021-03-09T00:32:56.302Z] #26 11.48 Setting up libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-03-09T00:32:56.310Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.7s done [2021-03-09T00:32:56.310Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-03-09T00:32:56.360Z] #56 ... [2021-03-09T00:32:56.360Z] [2021-03-09T00:32:56.360Z] #38 [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-09T00:32:56.360Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:32:56.600Z] #26 ... [2021-03-09T00:32:56.600Z] [2021-03-09T00:32:56.600Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-09T00:32:56.600Z] #30 sha256:34d72fd651778c0cdb3dc938aacb06f57ff1869c20cbd1458f724e704eb32e92 [2021-03-09T00:32:56.600Z] #30 DONE 0.1s [2021-03-09T00:32:56.600Z] [2021-03-09T00:32:56.601Z] #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-09T00:32:56.601Z] #26 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-03-09T00:32:56.601Z] #26 11.48 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-09T00:32:56.601Z] #26 11.48 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-03-09T00:32:56.601Z] #26 11.49 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-09T00:32:56.601Z] #26 11.49 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:32:56.601Z] #26 11.57 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-09T00:32:56.601Z] #26 11.80 Updating certificates in /etc/ssl/certs... [2021-03-09T00:32:56.879Z] #38 28.95 Checking out files: 69% (1167/1682) Checking out files: 70% (1178/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-09T00:32:56.879Z] #38 29.79 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-09T00:32:57.226Z] #40 ... [2021-03-09T00:32:57.226Z] [2021-03-09T00:32:57.226Z] #49 [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-09T00:32:57.226Z] #49 sha256:1994ecef52da5f714984a264bf36d4e9f26e60036613137a0003b04a59a4c111 [2021-03-09T00:32:57.226Z] #49 59.44 reflect [2021-03-09T00:32:57.226Z] #49 59.48 syscall [2021-03-09T00:32:57.226Z] #49 66.95 context [2021-03-09T00:32:57.226Z] #49 68.06 internal/poll [2021-03-09T00:32:57.226Z] #49 ... [2021-03-09T00:32:57.226Z] [2021-03-09T00:32:57.226Z] #34 [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-09T00:32:57.226Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:32:57.226Z] #34 67.63 Selecting previously unselected package libarchive13:amd64. [2021-03-09T00:32:57.226Z] #34 67.63 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-03-09T00:32:57.226Z] #34 67.64 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-09T00:32:57.226Z] #34 67.95 Selecting previously unselected package libjsoncpp1:amd64. [2021-03-09T00:32:57.226Z] #34 67.98 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-03-09T00:32:57.226Z] #34 67.99 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-09T00:32:57.226Z] #34 68.15 Selecting previously unselected package librhash0:amd64. [2021-03-09T00:32:57.226Z] #34 68.15 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-03-09T00:32:57.226Z] #34 68.16 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-03-09T00:32:57.226Z] #34 68.34 Selecting previously unselected package libuv1:amd64. [2021-03-09T00:32:57.226Z] #34 68.34 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-03-09T00:32:57.226Z] #34 68.34 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-03-09T00:32:57.226Z] #34 68.53 Selecting previously unselected package cmake. [2021-03-09T00:32:57.227Z] #34 68.54 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-03-09T00:32:57.227Z] #34 68.63 Unpacking cmake (3.13.4-1) ... [2021-03-09T00:32:57.436Z] #39 ... [2021-03-09T00:32:57.436Z] [2021-03-09T00:32:57.436Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:32:57.436Z] #42 84.46 CC criu/path.o [2021-03-09T00:32:57.436Z] #42 84.72 CC criu/pie-util-vdso.o [2021-03-09T00:32:57.436Z] #42 85.07 CC criu/pie-util.o [2021-03-09T00:32:57.436Z] #42 85.20 CC criu/pipes.o [2021-03-09T00:32:57.436Z] #42 85.82 CC criu/plugin.o [2021-03-09T00:32:57.436Z] #42 86.10 CC criu/proc_parse.o [2021-03-09T00:32:57.436Z] #42 87.78 CC criu/protobuf-desc.o [2021-03-09T00:32:57.436Z] #42 88.50 CC criu/protobuf.o [2021-03-09T00:32:57.436Z] #42 88.71 CC criu/pstree.o [2021-03-09T00:32:57.436Z] #42 89.48 CC criu/rbtree.o [2021-03-09T00:32:57.436Z] #42 89.68 CC criu/rst-malloc.o [2021-03-09T00:32:57.436Z] #42 ... [2021-03-09T00:32:57.436Z] [2021-03-09T00:32:57.436Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:32:57.436Z] #21 10.67 Installing build dependencies: finished with status 'done' [2021-03-09T00:32:57.790Z] #34 ... [2021-03-09T00:32:57.790Z] [2021-03-09T00:32:57.790Z] #32 [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-09T00:32:57.790Z] #32 sha256:0fd1a287587fdef94e9de559a56021bd2e8d7b7bb660903b8736e93b6269a257 [2021-03-09T00:32:57.790Z] #32 60.53 time [2021-03-09T00:32:57.790Z] #32 65.31 internal/poll [2021-03-09T00:32:57.790Z] #32 68.14 internal/syscall/execenv [2021-03-09T00:32:57.790Z] #32 68.38 internal/syscall/unix [2021-03-09T00:32:57.790Z] #32 68.65 os [2021-03-09T00:32:57.790Z] #32 69.60 internal/fmtsort [2021-03-09T00:32:57.790Z] #32 70.32 strings [2021-03-09T00:32:57.818Z] #38 ... [2021-03-09T00:32:57.818Z] [2021-03-09T00:32:57.818Z] #43 [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-09T00:32:57.818Z] #43 sha256:c04f631ddbe13747d502f1e8ae4d852e7ab2ec1b7ac742221a1bc2f7bc62ee1d [2021-03-09T00:32:57.818Z] #43 21.11 unicode/utf16 [2021-03-09T00:32:57.818Z] #43 21.72 container/list [2021-03-09T00:32:57.818Z] #43 22.63 crypto/internal/subtle [2021-03-09T00:32:57.818Z] #43 22.78 crypto/subtle [2021-03-09T00:32:57.818Z] #43 22.95 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-09T00:32:57.818Z] #43 23.25 internal/nettrace [2021-03-09T00:32:57.818Z] #43 23.47 runtime/cgo [2021-03-09T00:32:57.818Z] #43 ... [2021-03-09T00:32:57.818Z] [2021-03-09T00:32:57.818Z] #47 [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-09T00:32:57.818Z] #47 sha256:ffb1881850cde42d89f5cfb41ca658cccbe962566cb1c2073a1210b735b27ebd [2021-03-09T00:32:57.818Z] #47 29.53 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:32:57.818Z] #47 29.53 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:32:57.818Z] #47 29.69 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:32:57.818Z] #47 29.70 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:32:57.818Z] #47 29.70 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:32:57.818Z] #47 29.71 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:32:57.819Z] #47 29.83 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:32:57.819Z] #47 29.96 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:32:57.819Z] #47 30.02 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:32:57.819Z] #47 30.13 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-09T00:32:57.819Z] #47 30.19 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:32:57.819Z] #47 30.31 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:32:57.819Z] #47 30.33 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:32:57.819Z] #47 30.36 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:32:57.819Z] #47 30.37 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:32:57.819Z] #47 30.41 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:32:57.819Z] #47 30.45 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:32:57.819Z] #47 30.48 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:32:57.819Z] #47 30.56 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:32:57.819Z] #47 30.59 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:32:57.819Z] #47 30.64 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:32:57.819Z] #47 30.87 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:32:57.819Z] #47 30.92 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:32:57.819Z] #47 30.95 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:32:57.819Z] #47 30.95 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:32:57.819Z] #47 31.01 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:32:57.819Z] #47 31.04 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:32:57.819Z] #47 31.15 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:32:57.819Z] #47 31.22 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:32:57.819Z] #47 31.23 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:32:57.819Z] #47 31.25 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:32:57.819Z] #47 31.26 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:32:58.047Z] #32 ... [2021-03-09T00:32:58.047Z] [2021-03-09T00:32:58.047Z] #43 [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-09T00:32:58.047Z] #43 sha256:c5047339b0fe649e0b3ecf0acd9732686689aaff11fc0c3bd59d1bafc7a63317 [2021-03-09T00:32:58.047Z] #43 69.86 internal/fmtsort [2021-03-09T00:32:58.047Z] #43 69.88 os [2021-03-09T00:32:58.047Z] #43 70.61 strings [2021-03-09T00:32:58.106Z] #47 31.33 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-09T00:32:58.106Z] #47 ... [2021-03-09T00:32:58.106Z] [2021-03-09T00:32:58.106Z] #32 [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-09T00:32:58.106Z] #32 sha256:d2fdcc6a33ec8a15a5a8b29e6244af48a7cef41a9b6ffbb4fe4e8321eeee9723 [2021-03-09T00:32:58.106Z] #32 21.41 runtime/cgo [2021-03-09T00:32:58.106Z] #32 ... [2021-03-09T00:32:58.106Z] [2021-03-09T00:32:58.106Z] #47 [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-09T00:32:58.106Z] #47 sha256:ffb1881850cde42d89f5cfb41ca658cccbe962566cb1c2073a1210b735b27ebd [2021-03-09T00:32:58.106Z] #47 31.54 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:32:58.366Z] #47 31.59 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:32:58.366Z] #47 31.60 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:32:58.366Z] #47 31.63 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:32:58.366Z] #47 31.66 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:32:58.366Z] #47 31.70 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:32:58.366Z] #47 31.73 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-09T00:32:58.366Z] #47 31.76 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:32:58.625Z] #47 31.85 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:32:58.625Z] #47 31.95 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:32:58.625Z] #47 32.01 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:32:58.625Z] #47 32.02 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:32:58.892Z] #47 32.12 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:32:58.892Z] #47 32.22 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:32:59.152Z] #47 32.36 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:32:59.152Z] #47 32.47 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:32:59.152Z] #47 32.48 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:32:59.164Z] #8 ... [2021-03-09T00:32:59.164Z] [2021-03-09T00:32:59.164Z] #25 [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-09T00:32:59.164Z] #25 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-03-09T00:32:59.164Z] #25 2.596 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:32:59.164Z] #25 2.603 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:32:59.164Z] #25 2.607 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:32:59.164Z] #25 2.794 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-03-09T00:32:59.164Z] #25 3.064 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-09T00:32:59.164Z] #25 3.396 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-09T00:32:59.164Z] #25 4.936 Fetched 8246 kB in 3s (3174 kB/s) [2021-03-09T00:32:59.164Z] #25 4.936 Reading package lists... [2021-03-09T00:32:59.164Z] #25 6.252 Reading package lists... [2021-03-09T00:32:59.164Z] #25 7.557 Building dependency tree... [2021-03-09T00:32:59.164Z] #25 8.232 The following additional packages will be installed: [2021-03-09T00:32:59.164Z] #25 8.232 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-09T00:32:59.164Z] #25 8.232 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-09T00:32:59.164Z] #25 8.232 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-09T00:32:59.164Z] #25 8.244 Suggested packages: [2021-03-09T00:32:59.164Z] #25 8.244 krb5-doc krb5-user [2021-03-09T00:32:59.164Z] #25 8.244 Recommended packages: [2021-03-09T00:32:59.164Z] #25 8.244 krb5-locales publicsuffix libsasl2-modules [2021-03-09T00:32:59.164Z] #25 8.468 The following NEW packages will be installed: [2021-03-09T00:32:59.164Z] #25 8.468 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-09T00:32:59.164Z] #25 8.468 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-09T00:32:59.164Z] #25 8.468 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-09T00:32:59.164Z] #25 8.469 libssh2-1 libssl1.1 openssl [2021-03-09T00:32:59.164Z] #25 8.771 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-03-09T00:32:59.164Z] #25 8.771 Need to get 4777 kB of archives. [2021-03-09T00:32:59.164Z] #25 8.771 After this operation, 11.5 MB of additional disk space will be used. [2021-03-09T00:32:59.164Z] #25 8.771 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-09T00:32:59.164Z] #25 8.773 Get:2 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u5 [1382 kB] [2021-03-09T00:32:59.164Z] #25 8.774 Get:3 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2021-03-09T00:32:59.164Z] #25 8.778 Get:4 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-09T00:32:59.164Z] #25 8.781 Get:5 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2021-03-09T00:32:59.164Z] #25 8.782 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB] [2021-03-09T00:32:59.164Z] #25 8.783 Get:7 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB] [2021-03-09T00:32:59.164Z] #25 8.785 Get:8 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB] [2021-03-09T00:32:59.164Z] #25 8.794 Get:9 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB] [2021-03-09T00:32:59.164Z] #25 8.799 Get:10 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2021-03-09T00:32:59.164Z] #25 8.799 Get:11 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2021-03-09T00:32:59.164Z] #25 8.799 Get:12 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2021-03-09T00:32:59.164Z] #25 8.803 Get:13 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2021-03-09T00:32:59.164Z] #25 8.806 Get:14 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB] [2021-03-09T00:32:59.164Z] #25 8.817 Get:15 http://security.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-09T00:32:59.164Z] #25 8.817 Get:16 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-09T00:32:59.164Z] #25 8.817 Get:17 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB] [2021-03-09T00:32:59.164Z] #25 8.817 Get:18 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u5 [823 kB] [2021-03-09T00:32:59.164Z] #25 8.826 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-03-09T00:32:59.164Z] #25 8.832 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-03-09T00:32:59.164Z] #25 8.868 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-03-09T00:32:59.164Z] #25 9.199 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:32:59.164Z] #25 9.241 Fetched 4777 kB in 0s (13.5 MB/s) [2021-03-09T00:32:59.164Z] #25 9.294 Selecting previously unselected package libssl1.1:arm64. [2021-03-09T00:32:59.164Z] #25 9.294 (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-09T00:32:59.164Z] #25 9.303 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_arm64.deb ... [2021-03-09T00:32:59.164Z] #25 9.315 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u5) ... [2021-03-09T00:32:59.164Z] #25 9.693 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-03-09T00:32:59.164Z] #25 9.693 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-03-09T00:32:59.164Z] #25 9.704 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:32:59.164Z] #25 9.770 Selecting previously unselected package libsasl2-2:arm64. [2021-03-09T00:32:59.164Z] #25 9.770 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-03-09T00:32:59.164Z] #25 9.775 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:32:59.164Z] #25 9.914 Selecting previously unselected package libldap-common. [2021-03-09T00:32:59.164Z] #25 9.914 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-09T00:32:59.164Z] #25 9.919 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:32:59.164Z] #25 9.979 Selecting previously unselected package libldap-2.4-2:arm64. [2021-03-09T00:32:59.164Z] #25 9.979 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ... [2021-03-09T00:32:59.164Z] #25 9.983 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:32:59.164Z] #25 10.11 Selecting previously unselected package openssl. [2021-03-09T00:32:59.164Z] #25 10.11 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_arm64.deb ... [2021-03-09T00:32:59.164Z] #25 10.12 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-09T00:32:59.164Z] #25 ... [2021-03-09T00:32:59.164Z] [2021-03-09T00:32:59.164Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:32:59.164Z] #8 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-09T00:32:59.413Z] #47 32.60 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:32:59.413Z] #47 32.64 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:32:59.413Z] #47 32.69 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:32:59.413Z] #47 32.73 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:32:59.413Z] #47 32.74 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:32:59.413Z] #47 32.76 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:32:59.982Z] #47 33.04 go: downloading golang.org/x/text v0.3.2 [2021-03-09T00:32:59.982Z] #47 33.19 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:32:59.982Z] #47 33.19 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:32:59.982Z] #47 33.20 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:33:00.242Z] #47 33.51 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:33:00.505Z] #47 33.61 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:33:00.505Z] #47 33.72 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:33:00.505Z] #47 33.74 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-09T00:33:00.505Z] #47 33.84 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:33:00.525Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.8s done [2021-03-09T00:33:00.525Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-03-09T00:33:00.583Z] #43 ... [2021-03-09T00:33:00.583Z] [2021-03-09T00:33:00.583Z] #34 [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-09T00:33:00.583Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:33:00.583Z] #34 71.77 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:33:00.583Z] #34 71.79 Setting up xxd (2:8.1.0875-5) ... [2021-03-09T00:33:00.583Z] #34 71.80 Setting up libuv1:amd64 (1.24.1-1) ... [2021-03-09T00:33:00.583Z] #34 71.81 Setting up vim-common (2:8.1.0875-5) ... [2021-03-09T00:33:00.583Z] #34 71.87 Setting up librhash0:amd64 (1.3.8-1) ... [2021-03-09T00:33:00.583Z] #34 71.88 Setting up cmake-data (3.13.4-1) ... [2021-03-09T00:33:00.583Z] #34 71.90 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-09T00:33:00.583Z] #34 71.93 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-09T00:33:00.583Z] #34 71.94 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-09T00:33:00.583Z] #34 71.95 Setting up cmake (3.13.4-1) ... [2021-03-09T00:33:00.583Z] #34 71.96 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:33:00.583Z] #34 72.04 Processing triggers for mime-support (3.62) ... [2021-03-09T00:33:00.583Z] #34 DONE 73.0s [2021-03-09T00:33:00.583Z] [2021-03-09T00:33:00.583Z] #40 [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-09T00:33:00.583Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:00.583Z] #40 71.21 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-09T00:33:00.583Z] #40 71.23 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:33:00.583Z] #40 71.25 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-09T00:33:00.583Z] #40 71.26 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-03-09T00:33:00.583Z] #40 71.28 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-09T00:33:00.583Z] #40 71.29 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-09T00:33:00.583Z] #40 71.30 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-09T00:33:00.583Z] #40 71.33 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-09T00:33:00.583Z] #40 71.35 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-09T00:33:00.583Z] #40 71.36 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-09T00:33:00.587Z] #30 ... [2021-03-09T00:33:00.587Z] [2021-03-09T00:33:00.587Z] #45 [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-09T00:33:00.587Z] #45 sha256:26a6c7b339147b7eb75f83e2ffdd3215faa201ca3ee786941dc52b0591f266aa [2021-03-09T00:33:00.587Z] #45 12.79 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:33:00.587Z] #45 12.88 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-09T00:33:00.587Z] #45 12.88 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:33:00.587Z] #45 12.88 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:33:00.587Z] #45 12.94 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:33:00.587Z] #45 12.95 go: downloading github.com/pkg/errors v0.9.1 [2021-03-09T00:33:00.587Z] #45 13.30 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:33:00.587Z] #45 13.30 go: downloading github.com/fatih/color v1.9.0 [2021-03-09T00:33:00.587Z] #45 13.40 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:33:00.587Z] #45 13.40 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:33:00.587Z] #45 13.41 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:33:00.587Z] #45 13.76 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:33:00.587Z] #45 14.16 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-09T00:33:00.587Z] #45 14.25 go: extracting github.com/fatih/color v1.9.0 [2021-03-09T00:33:00.587Z] #45 14.25 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:33:00.587Z] #45 14.25 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:33:00.587Z] #45 14.34 go: extracting github.com/pkg/errors v0.9.1 [2021-03-09T00:33:00.587Z] #45 15.03 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:33:00.587Z] #45 15.49 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:33:00.767Z] #47 33.84 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-09T00:33:00.767Z] #47 33.93 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-09T00:33:00.767Z] #47 34.09 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:33:00.962Z] #21 13.68 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-09T00:33:00.962Z] #21 13.73 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-09T00:33:00.962Z] #21 13.76 Building wheels for collected packages: pyyaml [2021-03-09T00:33:00.962Z] #21 13.76 Running setup.py bdist_wheel for pyyaml: started [2021-03-09T00:33:01.028Z] #47 34.15 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:33:01.028Z] #47 34.32 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:33:01.028Z] #47 34.44 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:33:01.028Z] #47 34.46 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-09T00:33:01.028Z] #47 34.50 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-09T00:33:01.085Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 4.9s done [2021-03-09T00:33:01.085Z] #8 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 [2021-03-09T00:33:01.190Z] #45 17.61 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:33:01.253Z] #21 14.46 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-03-09T00:33:01.253Z] #21 14.46 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-03-09T00:33:01.253Z] #21 14.65 Successfully built pyyaml [2021-03-09T00:33:01.253Z] #21 14.65 Installing collected packages: pyyaml, pathspec, yamllint [2021-03-09T00:33:01.290Z] #47 34.55 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-09T00:33:01.349Z] #8 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0.1s done [2021-03-09T00:33:01.469Z] #8 ... [2021-03-09T00:33:01.469Z] [2021-03-09T00:33:01.469Z] #25 [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-09T00:33:01.469Z] #25 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-09T00:33:01.469Z] #25 1.079 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:01.469Z] #25 1.091 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:01.469Z] #25 1.139 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:01.469Z] #25 1.250 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:33:01.469Z] #25 1.559 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:33:01.469Z] #25 1.986 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:33:01.469Z] #25 3.321 Fetched 8423 kB in 2s (3370 kB/s) [2021-03-09T00:33:01.469Z] #25 3.321 Reading package lists... [2021-03-09T00:33:01.469Z] #25 4.235 Reading package lists... [2021-03-09T00:33:01.469Z] #25 5.125 Building dependency tree... [2021-03-09T00:33:01.469Z] #25 5.451 The following additional packages will be installed: [2021-03-09T00:33:01.469Z] #25 5.451 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-09T00:33:01.469Z] #25 5.451 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-09T00:33:01.469Z] #25 5.452 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-09T00:33:01.469Z] #25 5.453 Suggested packages: [2021-03-09T00:33:01.469Z] #25 5.453 krb5-doc krb5-user [2021-03-09T00:33:01.469Z] #25 5.453 Recommended packages: [2021-03-09T00:33:01.469Z] #25 5.453 krb5-locales publicsuffix libsasl2-modules [2021-03-09T00:33:01.469Z] #25 5.621 The following NEW packages will be installed: [2021-03-09T00:33:01.469Z] #25 5.621 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-09T00:33:01.469Z] #25 5.622 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-09T00:33:01.469Z] #25 5.622 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-09T00:33:01.469Z] #25 5.623 libssh2-1 libssl1.1 openssl [2021-03-09T00:33:01.469Z] #25 5.901 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-03-09T00:33:01.469Z] #25 5.901 Need to get 5057 kB of archives. [2021-03-09T00:33:01.469Z] #25 5.901 After this operation, 12.1 MB of additional disk space will be used. [2021-03-09T00:33:01.469Z] #25 5.901 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-09T00:33:01.469Z] #25 5.904 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-03-09T00:33:01.469Z] #25 5.905 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-03-09T00:33:01.469Z] #25 5.907 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-09T00:33:01.469Z] #25 5.918 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-03-09T00:33:01.469Z] #25 5.918 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-03-09T00:33:01.469Z] #25 5.923 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-03-09T00:33:01.469Z] #25 5.930 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-03-09T00:33:01.469Z] #25 5.943 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-03-09T00:33:01.469Z] #25 5.946 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-09T00:33:01.469Z] #25 5.977 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-09T00:33:01.469Z] #25 5.977 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-03-09T00:33:01.469Z] #25 5.977 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-03-09T00:33:01.469Z] #25 5.977 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-03-09T00:33:01.469Z] #25 5.977 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-03-09T00:33:01.469Z] #25 5.984 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-03-09T00:33:01.470Z] #25 5.984 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-03-09T00:33:01.470Z] #25 5.993 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-03-09T00:33:01.470Z] #25 5.998 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-09T00:33:01.470Z] #25 6.003 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-09T00:33:01.470Z] #25 6.007 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-09T00:33:01.470Z] #25 6.183 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:01.470Z] #25 6.201 Fetched 5057 kB in 0s (14.0 MB/s) [2021-03-09T00:33:01.470Z] #25 6.243 Selecting previously unselected package libssl1.1:amd64. [2021-03-09T00:33:01.470Z] #25 6.243 (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-09T00:33:01.470Z] #25 6.250 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 6.260 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-09T00:33:01.470Z] #25 6.520 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-09T00:33:01.470Z] #25 6.520 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 6.525 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:33:01.470Z] #25 6.568 Selecting previously unselected package libsasl2-2:amd64. [2021-03-09T00:33:01.470Z] #25 6.570 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 6.574 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:33:01.470Z] #25 6.626 Selecting previously unselected package libldap-common. [2021-03-09T00:33:01.470Z] #25 6.626 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-09T00:33:01.470Z] #25 6.697 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:33:01.470Z] #25 6.762 Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-09T00:33:01.470Z] #25 6.762 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 6.765 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:33:01.470Z] #25 6.837 Selecting previously unselected package openssl. [2021-03-09T00:33:01.470Z] #25 6.839 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 6.842 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-09T00:33:01.470Z] #25 6.981 Selecting previously unselected package ca-certificates. [2021-03-09T00:33:01.470Z] #25 6.981 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-09T00:33:01.470Z] #25 7.004 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-09T00:33:01.470Z] #25 7.083 Selecting previously unselected package libkeyutils1:amd64. [2021-03-09T00:33:01.470Z] #25 7.084 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 7.089 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-03-09T00:33:01.470Z] #25 7.134 Selecting previously unselected package libkrb5support0:amd64. [2021-03-09T00:33:01.470Z] #25 7.134 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 7.137 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:33:01.470Z] #25 7.184 Selecting previously unselected package libk5crypto3:amd64. [2021-03-09T00:33:01.470Z] #25 7.184 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 7.190 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:33:01.470Z] #25 7.246 Selecting previously unselected package libkrb5-3:amd64. [2021-03-09T00:33:01.470Z] #25 7.246 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 7.251 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:33:01.470Z] #25 7.419 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-09T00:33:01.470Z] #25 7.419 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 7.425 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:33:01.470Z] #25 7.505 Selecting previously unselected package libnghttp2-14:amd64. [2021-03-09T00:33:01.470Z] #25 7.505 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 7.512 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-09T00:33:01.470Z] #25 7.569 Selecting previously unselected package libpsl5:amd64. [2021-03-09T00:33:01.470Z] #25 7.569 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 7.573 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-03-09T00:33:01.470Z] #25 7.630 Selecting previously unselected package librtmp1:amd64. [2021-03-09T00:33:01.470Z] #25 7.630 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 7.651 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-09T00:33:01.470Z] #25 7.701 Selecting previously unselected package libssh2-1:amd64. [2021-03-09T00:33:01.470Z] #25 7.701 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 7.706 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-09T00:33:01.470Z] #25 7.764 Selecting previously unselected package libcurl4:amd64. [2021-03-09T00:33:01.470Z] #25 7.764 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 7.771 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-09T00:33:01.470Z] #25 7.859 Selecting previously unselected package curl. [2021-03-09T00:33:01.470Z] #25 7.859 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 7.863 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-09T00:33:01.470Z] #25 7.933 Selecting previously unselected package libonig5:amd64. [2021-03-09T00:33:01.470Z] #25 7.933 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 7.940 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:33:01.470Z] #25 8.000 Selecting previously unselected package libjq1:amd64. [2021-03-09T00:33:01.470Z] #25 8.000 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 8.004 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:33:01.470Z] #25 8.054 Selecting previously unselected package jq. [2021-03-09T00:33:01.470Z] #25 8.056 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:33:01.470Z] #25 8.060 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-09T00:33:01.470Z] #25 8.108 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-03-09T00:33:01.470Z] #25 8.121 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-03-09T00:33:01.470Z] #25 8.132 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-09T00:33:01.470Z] #25 8.246 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-09T00:33:01.470Z] #25 8.261 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:33:01.470Z] #25 8.278 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:33:01.470Z] #25 8.292 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:33:01.470Z] #25 8.308 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-09T00:33:01.470Z] #25 8.320 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:33:01.470Z] #25 8.332 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:33:01.470Z] #25 8.348 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-09T00:33:01.470Z] #25 8.362 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:33:01.470Z] #25 8.374 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-09T00:33:01.470Z] #25 8.390 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:33:01.470Z] #25 8.405 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:33:01.470Z] #25 8.423 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:33:01.470Z] #25 8.443 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-09T00:33:01.548Z] #21 14.89 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-09T00:33:01.590Z] #47 34.83 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:33:01.613Z] #8 DONE 25.2s [2021-03-09T00:33:01.613Z] [2021-03-09T00:33:01.613Z] #25 [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-09T00:33:01.613Z] #25 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-03-09T00:33:01.613Z] #25 10.45 Selecting previously unselected package ca-certificates. [2021-03-09T00:33:01.613Z] #25 10.45 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-09T00:33:01.613Z] #25 10.45 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-09T00:33:01.613Z] #25 10.65 Selecting previously unselected package libkeyutils1:arm64. [2021-03-09T00:33:01.613Z] #25 10.65 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ... [2021-03-09T00:33:01.613Z] #25 10.66 Unpacking libkeyutils1:arm64 (1.6-6) ... [2021-03-09T00:33:01.613Z] #25 10.71 Selecting previously unselected package libkrb5support0:arm64. [2021-03-09T00:33:01.613Z] #25 10.71 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_arm64.deb ... [2021-03-09T00:33:01.613Z] #25 10.72 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-03-09T00:33:01.613Z] #25 10.78 Selecting previously unselected package libk5crypto3:arm64. [2021-03-09T00:33:01.613Z] #25 10.78 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_arm64.deb ... [2021-03-09T00:33:01.613Z] #25 10.79 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-03-09T00:33:01.613Z] #25 10.86 Selecting previously unselected package libkrb5-3:arm64. [2021-03-09T00:33:01.613Z] #25 10.86 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_arm64.deb ... [2021-03-09T00:33:01.613Z] #25 10.87 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-03-09T00:33:01.613Z] #25 11.04 Selecting previously unselected package libgssapi-krb5-2:arm64. [2021-03-09T00:33:01.613Z] #25 11.04 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ... [2021-03-09T00:33:01.613Z] #25 11.05 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-03-09T00:33:01.613Z] #25 11.13 Selecting previously unselected package libnghttp2-14:arm64. [2021-03-09T00:33:01.613Z] #25 11.13 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2021-03-09T00:33:01.613Z] #25 11.14 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-03-09T00:33:01.613Z] #25 11.20 Selecting previously unselected package libpsl5:arm64. [2021-03-09T00:33:01.613Z] #25 11.20 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2021-03-09T00:33:01.613Z] #25 11.21 Unpacking libpsl5:arm64 (0.20.2-2) ... [2021-03-09T00:33:01.613Z] #25 11.27 Selecting previously unselected package librtmp1:arm64. [2021-03-09T00:33:01.613Z] #25 11.27 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2021-03-09T00:33:01.613Z] #25 11.27 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-09T00:33:01.613Z] #25 11.33 Selecting previously unselected package libssh2-1:arm64. [2021-03-09T00:33:01.613Z] #25 11.33 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2021-03-09T00:33:01.613Z] #25 11.34 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2021-03-09T00:33:01.613Z] #25 11.46 Selecting previously unselected package libcurl4:arm64. [2021-03-09T00:33:01.613Z] #25 11.46 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ... [2021-03-09T00:33:01.613Z] #25 11.46 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ... [2021-03-09T00:33:01.613Z] #25 11.58 Selecting previously unselected package curl. [2021-03-09T00:33:01.613Z] #25 11.58 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ... [2021-03-09T00:33:01.613Z] #25 11.63 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-09T00:33:01.613Z] #25 11.73 Selecting previously unselected package libonig5:arm64. [2021-03-09T00:33:01.613Z] #25 11.73 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2021-03-09T00:33:01.613Z] #25 11.73 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-03-09T00:33:01.613Z] #25 11.86 Selecting previously unselected package libjq1:arm64. [2021-03-09T00:33:01.613Z] #25 11.87 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-03-09T00:33:01.613Z] #25 11.87 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-03-09T00:33:01.613Z] #25 11.93 Selecting previously unselected package jq. [2021-03-09T00:33:01.613Z] #25 11.93 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-03-09T00:33:01.613Z] #25 11.94 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-09T00:33:01.614Z] #25 12.00 Setting up libkeyutils1:arm64 (1.6-6) ... [2021-03-09T00:33:01.614Z] #25 12.01 Setting up libpsl5:arm64 (0.20.2-2) ... [2021-03-09T00:33:01.614Z] #25 12.03 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u5) ... [2021-03-09T00:33:01.614Z] #25 12.34 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-03-09T00:33:01.614Z] #25 12.36 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:33:01.614Z] #25 12.38 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-03-09T00:33:01.614Z] #25 12.39 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:33:01.614Z] #25 12.41 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-09T00:33:01.614Z] #25 12.43 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-03-09T00:33:01.614Z] #25 12.44 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-09T00:33:01.614Z] #25 12.46 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2021-03-09T00:33:01.614Z] #25 12.48 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-03-09T00:33:01.614Z] #25 12.50 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-09T00:33:01.614Z] #25 12.52 Setting up libonig5:arm64 (6.9.1-1) ... [2021-03-09T00:33:01.614Z] #25 12.53 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-03-09T00:33:01.614Z] #25 12.55 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-09T00:33:01.614Z] #25 12.56 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-09T00:33:01.761Z] #45 18.09 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:33:02.043Z] #25 9.020 Updating certificates in /etc/ssl/certs... [2021-03-09T00:33:02.170Z] #47 35.30 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:33:02.170Z] #47 35.30 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-09T00:33:02.170Z] #47 35.55 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-09T00:33:02.183Z] #21 DONE 15.4s [2021-03-09T00:33:02.183Z] [2021-03-09T00:33:02.183Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2021-03-09T00:33:02.183Z] #24 DONE 0.2s [2021-03-09T00:33:02.183Z] [2021-03-09T00:33:02.183Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2021-03-09T00:33:02.271Z] #26 ... [2021-03-09T00:33:02.271Z] [2021-03-09T00:33:02.271Z] #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-09T00:33:02.271Z] #33 sha256:07bd38020e07841fcce7879f1ab6b1dd20ce28286039f940cb6f6d1efdb1e568 [2021-03-09T00:33:02.271Z] #33 0.527 + RM_GOPATH=0 [2021-03-09T00:33:02.271Z] #33 0.527 + TMP_GOPATH= [2021-03-09T00:33:02.271Z] #33 0.527 + : /build [2021-03-09T00:33:02.271Z] #33 0.527 + '[' -z '' ']' [2021-03-09T00:33:02.271Z] #33 0.528 ++ mktemp -d [2021-03-09T00:33:02.271Z] #33 0.530 + export GOPATH=/tmp/tmp.TECdCANwyD [2021-03-09T00:33:02.271Z] #33 0.530 + GOPATH=/tmp/tmp.TECdCANwyD [2021-03-09T00:33:02.271Z] #33 0.530 + RM_GOPATH=1 [2021-03-09T00:33:02.271Z] #33 0.530 + case "$(go env GOARCH)" in [2021-03-09T00:33:02.271Z] #33 0.531 ++ go env GOARCH [2021-03-09T00:33:02.271Z] #33 0.544 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:02.271Z] #33 0.545 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:02.271Z] #33 0.547 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:02.271Z] #33 0.549 + dir=/tmp/install [2021-03-09T00:33:02.271Z] #33 0.550 + bin=tomlv [2021-03-09T00:33:02.271Z] #33 0.551 + shift [2021-03-09T00:33:02.271Z] #33 0.552 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-09T00:33:02.271Z] #33 0.553 + . /tmp/install/tomlv.installer [2021-03-09T00:33:02.271Z] #33 0.554 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:33:02.271Z] #33 0.555 + install_tomlv [2021-03-09T00:33:02.271Z] #33 0.555 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-09T00:33:02.271Z] #33 0.556 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:33:02.271Z] #33 0.556 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.TECdCANwyD/src/github.com/BurntSushi/toml [2021-03-09T00:33:02.271Z] #33 0.561 Cloning into '/tmp/tmp.TECdCANwyD/src/github.com/BurntSushi/toml'... [2021-03-09T00:33:02.271Z] #33 1.523 + cd /tmp/tmp.TECdCANwyD/src/github.com/BurntSushi/toml [2021-03-09T00:33:02.271Z] #33 1.524 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:33:02.271Z] #33 1.553 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-09T00:33:02.271Z] #33 2.656 math/bits [2021-03-09T00:33:02.271Z] #33 2.662 runtime/internal/sys [2021-03-09T00:33:02.271Z] #33 2.692 runtime/internal/atomic [2021-03-09T00:33:02.271Z] #33 2.712 internal/cpu [2021-03-09T00:33:02.271Z] #33 3.080 runtime/internal/math [2021-03-09T00:33:02.271Z] #33 3.700 unicode/utf8 [2021-03-09T00:33:02.271Z] #33 3.753 sync/atomic [2021-03-09T00:33:02.271Z] #33 4.653 internal/bytealg [2021-03-09T00:33:02.271Z] #33 4.900 math [2021-03-09T00:33:02.271Z] #33 5.058 unicode [2021-03-09T00:33:02.271Z] #33 ... [2021-03-09T00:33:02.271Z] [2021-03-09T00:33:02.271Z] #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-09T00:33:02.271Z] #26 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-03-09T00:33:02.271Z] #26 17.04 0 added, 0 removed; done. [2021-03-09T00:33:02.271Z] #26 17.05 Running hooks in /etc/ca-certificates/update.d... [2021-03-09T00:33:02.271Z] #26 17.07 done. [2021-03-09T00:33:02.271Z] #26 DONE 17.3s [2021-03-09T00:33:02.271Z] [2021-03-09T00:33:02.271Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-09T00:33:02.271Z] #27 sha256:4c55bee203eefdd47ade897059dac1b26ffde0343495596e93990b96727d647b [2021-03-09T00:33:02.271Z] #27 DONE 0.1s [2021-03-09T00:33:02.271Z] [2021-03-09T00:33:02.271Z] #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-09T00:33:02.271Z] #28 sha256:c0fc92346696343890a98f3753d103c4595d74d8184ae5d111562c28cf2c391b [2021-03-09T00:33:02.561Z] #25 13.49 Updating certificates in /etc/ssl/certs... [2021-03-09T00:33:02.573Z] #47 35.61 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:33:02.574Z] #47 35.75 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:33:02.574Z] #47 35.76 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:33:02.574Z] #47 35.83 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-09T00:33:02.708Z] #45 ... [2021-03-09T00:33:02.708Z] [2021-03-09T00:33:02.708Z] #22 [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-09T00:33:02.708Z] #22 sha256:f8b6a777ade76d6c650d919ef077025325dba458ee795d955b61e43ed0f95c7f [2021-03-09T00:33:02.708Z] #22 19.20 + mkdir -p /build [2021-03-09T00:33:02.708Z] #22 19.21 + mv docker/docker /build/ [2021-03-09T00:33:02.708Z] #22 19.21 + rmdir docker [2021-03-09T00:33:02.847Z] #47 35.89 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:33:02.847Z] #47 36.30 go: downloading github.com/spf13/afero v1.1.2 [2021-03-09T00:33:03.001Z] #25 9.762 137 added, 0 removed; done. [2021-03-09T00:33:03.001Z] #25 9.798 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-09T00:33:03.001Z] #25 9.814 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-09T00:33:03.001Z] #25 9.830 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-09T00:33:03.001Z] #25 9.844 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-09T00:33:03.001Z] #25 9.857 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:33:03.001Z] #25 9.881 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-09T00:33:03.001Z] #25 9.890 Updating certificates in /etc/ssl/certs... [2021-03-09T00:33:03.122Z] #47 36.50 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:33:03.122Z] #47 36.53 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:33:03.226Z] #29 DONE 0.9s [2021-03-09T00:33:03.226Z] [2021-03-09T00:33:03.226Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:33:03.226Z] #42 89.92 CC criu/seccomp.o [2021-03-09T00:33:03.226Z] #42 90.35 CC criu/seize.o [2021-03-09T00:33:03.226Z] #42 91.10 CC criu/servicefd.o [2021-03-09T00:33:03.226Z] #42 91.52 CC criu/shmem.o [2021-03-09T00:33:03.226Z] #42 92.22 CC criu/sigframe.o [2021-03-09T00:33:03.226Z] #42 92.32 CC criu/signalfd.o [2021-03-09T00:33:03.226Z] #42 92.48 CC criu/sk-inet.o [2021-03-09T00:33:03.226Z] #42 93.10 CC criu/sk-netlink.o [2021-03-09T00:33:03.226Z] #42 93.50 CC criu/sk-packet.o [2021-03-09T00:33:03.226Z] #42 93.98 CC criu/sk-queue.o [2021-03-09T00:33:03.226Z] #42 94.49 CC criu/sk-tcp.o [2021-03-09T00:33:03.226Z] #42 94.86 CC criu/sk-unix.o [2021-03-09T00:33:03.519Z] #42 ... [2021-03-09T00:33:03.519Z] [2021-03-09T00:33:03.519Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2021-03-09T00:33:03.519Z] #32 DONE 0.2s [2021-03-09T00:33:03.519Z] [2021-03-09T00:33:03.519Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2021-03-09T00:33:03.519Z] #34 DONE 0.1s [2021-03-09T00:33:03.519Z] [2021-03-09T00:33:03.519Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2021-03-09T00:33:03.519Z] #37 DONE 0.1s [2021-03-09T00:33:03.519Z] [2021-03-09T00:33:03.519Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:33:03.689Z] #47 36.95 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:33:03.689Z] #47 37.06 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:33:03.810Z] #42 96.28 CC criu/sockets.o [2021-03-09T00:33:03.989Z] #25 10.77 0 added, 0 removed; done. [2021-03-09T00:33:03.989Z] #25 10.77 Running hooks in /etc/ca-certificates/update.d... [2021-03-09T00:33:03.989Z] #25 10.77 done. [2021-03-09T00:33:04.004Z] #25 14.61 137 added, 0 removed; done. [2021-03-09T00:33:04.078Z] #47 37.11 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:33:04.096Z] #22 DONE 20.4s [2021-03-09T00:33:04.097Z] [2021-03-09T00:33:04.097Z] #56 [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-09T00:33:04.097Z] #56 sha256:73e3f66204f81e4e57975995fa952d079bf595d85f1f0a01879ee18ff8a7c52a [2021-03-09T00:33:04.097Z] #56 12.08 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-09T00:33:04.097Z] #56 12.08 go: downloading github.com/google/uuid v1.2.0 [2021-03-09T00:33:04.097Z] #56 12.22 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:33:04.097Z] #56 12.23 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:33:04.097Z] #56 12.33 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:33:04.097Z] #56 12.33 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:33:04.097Z] #56 12.79 go: downloading github.com/pkg/errors v0.9.1 [2021-03-09T00:33:04.097Z] #56 12.87 go: extracting github.com/google/uuid v1.2.0 [2021-03-09T00:33:04.097Z] #56 13.03 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:33:04.097Z] #56 13.03 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-09T00:33:04.097Z] #56 13.38 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:33:04.097Z] #56 13.74 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:33:04.097Z] #56 14.25 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-09T00:33:04.097Z] #56 14.36 go: extracting github.com/pkg/errors v0.9.1 [2021-03-09T00:33:04.097Z] #56 14.42 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:33:04.097Z] #56 15.85 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-09T00:33:04.097Z] #56 15.87 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-09T00:33:04.097Z] #56 15.96 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:33:04.097Z] #56 16.05 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:33:04.097Z] #56 17.02 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-09T00:33:04.097Z] #56 17.83 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:33:04.097Z] #56 17.84 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:33:04.337Z] #47 37.40 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:33:04.337Z] #47 37.53 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:33:04.356Z] #56 ... [2021-03-09T00:33:04.356Z] [2021-03-09T00:33:04.356Z] #45 [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-09T00:33:04.356Z] #45 sha256:26a6c7b339147b7eb75f83e2ffdd3215faa201ca3ee786941dc52b0591f266aa [2021-03-09T00:33:04.356Z] #45 20.76 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:33:04.356Z] #45 ... [2021-03-09T00:33:04.356Z] [2021-03-09T00:33:04.356Z] #47 [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-09T00:33:04.356Z] #47 sha256:eae168b503366594d8af7fa5ccb5843fcb358abaff2aa83fcada62f803572e28 [2021-03-09T00:33:04.356Z] #47 10.79 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:33:04.382Z] #28 2.178 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-09T00:33:04.446Z] #42 96.77 CC criu/stats.o [2021-03-09T00:33:04.446Z] #42 96.98 CC criu/string.o [2021-03-09T00:33:04.446Z] #42 97.05 CC criu/sysctl.o [2021-03-09T00:33:04.596Z] #47 37.83 go: extracting github.com/spf13/afero v1.1.2 [2021-03-09T00:33:04.596Z] #47 37.86 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:33:04.615Z] #47 ... [2021-03-09T00:33:04.615Z] [2021-03-09T00:33:04.615Z] #43 [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-09T00:33:04.615Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:33:04.615Z] #43 11.07 + RM_GOPATH=0 [2021-03-09T00:33:04.615Z] #43 11.07 + TMP_GOPATH= [2021-03-09T00:33:04.615Z] #43 11.07 + : /build [2021-03-09T00:33:04.615Z] #43 11.07 + '[' -z '' ']' [2021-03-09T00:33:04.615Z] #43 11.07 ++ mktemp -d [2021-03-09T00:33:04.615Z] #43 11.07 + export GOPATH=/tmp/tmp.NrZV4xRaFb [2021-03-09T00:33:04.615Z] #43 11.07 + GOPATH=/tmp/tmp.NrZV4xRaFb [2021-03-09T00:33:04.615Z] #43 11.07 + RM_GOPATH=1 [2021-03-09T00:33:04.615Z] #43 11.07 + case "$(go env GOARCH)" in [2021-03-09T00:33:04.615Z] #43 11.07 ++ go env GOARCH [2021-03-09T00:33:04.615Z] #43 11.17 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:04.615Z] #43 11.17 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:04.615Z] #43 11.18 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:04.615Z] #43 11.18 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:33:04.615Z] #43 11.18 + dir=/tmp/install [2021-03-09T00:33:04.615Z] #43 11.18 + bin=vndr [2021-03-09T00:33:04.615Z] #43 11.18 + shift [2021-03-09T00:33:04.615Z] #43 11.18 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-09T00:33:04.615Z] #43 11.18 + . /tmp/install/vndr.installer [2021-03-09T00:33:04.615Z] #43 11.18 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:33:04.615Z] #43 11.18 + install_vndr [2021-03-09T00:33:04.615Z] #43 11.18 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-09T00:33:04.615Z] #43 11.18 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.NrZV4xRaFb/src/github.com/LK4D4/vndr [2021-03-09T00:33:04.615Z] #43 11.21 Cloning into '/tmp/tmp.NrZV4xRaFb/src/github.com/LK4D4/vndr'... [2021-03-09T00:33:04.615Z] #43 12.59 + cd /tmp/tmp.NrZV4xRaFb/src/github.com/LK4D4/vndr [2021-03-09T00:33:04.615Z] #43 12.59 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:33:04.615Z] #43 12.66 + go build -buildmode=pie -v -o /build/vndr . [2021-03-09T00:33:04.615Z] #43 15.19 internal/race [2021-03-09T00:33:04.615Z] #43 15.38 runtime [2021-03-09T00:33:04.615Z] #43 15.57 sync/atomic [2021-03-09T00:33:04.615Z] #43 16.64 unicode [2021-03-09T00:33:04.826Z] #40 ... [2021-03-09T00:33:04.826Z] [2021-03-09T00:33:04.826Z] #35 [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-09T00:33:04.826Z] #35 sha256:830c5d3a8a81343bec0fbeaf299e5d33c19e7b2712b8911d34dfcc356da2bcc7 [2021-03-09T00:33:04.826Z] #35 1.216 + RM_GOPATH=0 [2021-03-09T00:33:04.826Z] #35 1.216 + TMP_GOPATH= [2021-03-09T00:33:04.826Z] #35 1.216 + : /build [2021-03-09T00:33:04.826Z] #35 1.216 + '[' -z '' ']' [2021-03-09T00:33:04.826Z] #35 1.223 ++ mktemp -d [2021-03-09T00:33:04.826Z] #35 1.224 + export GOPATH=/tmp/tmp.AUroUIdyZB [2021-03-09T00:33:04.826Z] #35 1.225 + GOPATH=/tmp/tmp.AUroUIdyZB [2021-03-09T00:33:04.826Z] #35 1.225 + RM_GOPATH=1 [2021-03-09T00:33:04.826Z] #35 1.225 + case "$(go env GOARCH)" in [2021-03-09T00:33:04.826Z] #35 1.228 ++ go env GOARCH [2021-03-09T00:33:04.826Z] #35 1.257 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:04.826Z] #35 1.257 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:04.826Z] #35 1.257 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:04.826Z] #35 1.270 + dir=/tmp/install [2021-03-09T00:33:04.826Z] #35 1.270 + bin=tini [2021-03-09T00:33:04.826Z] #35 1.270 + shift [2021-03-09T00:33:04.826Z] #35 1.270 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-09T00:33:04.826Z] #35 1.271 + . /tmp/install/tini.installer [2021-03-09T00:33:04.826Z] #35 1.271 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:33:04.826Z] #35 1.271 + install_tini [2021-03-09T00:33:04.826Z] #35 1.277 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-09T00:33:04.826Z] #35 1.277 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:33:04.826Z] #35 1.277 + git clone https://github.com/krallin/tini.git /tmp/tmp.AUroUIdyZB/tini [2021-03-09T00:33:04.826Z] #35 1.280 Cloning into '/tmp/tmp.AUroUIdyZB/tini'... [2021-03-09T00:33:04.826Z] #35 2.330 + cd /tmp/tmp.AUroUIdyZB/tini [2021-03-09T00:33:04.826Z] #35 2.331 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:33:04.826Z] #35 2.336 + cmake . [2021-03-09T00:33:04.826Z] #35 2.938 -- The C compiler identification is GNU 8.3.0 [2021-03-09T00:33:04.826Z] #35 3.045 -- Check for working C compiler: /usr/bin/cc [2021-03-09T00:33:04.826Z] #35 3.879 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-09T00:33:04.826Z] #35 3.894 -- Detecting C compiler ABI info [2021-03-09T00:33:04.875Z] #43 ... [2021-03-09T00:33:04.875Z] [2021-03-09T00:33:04.875Z] #56 [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-09T00:33:04.875Z] #56 sha256:73e3f66204f81e4e57975995fa952d079bf595d85f1f0a01879ee18ff8a7c52a [2021-03-09T00:33:04.875Z] #56 21.15 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:33:04.875Z] #56 ... [2021-03-09T00:33:04.875Z] [2021-03-09T00:33:04.875Z] #32 [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-09T00:33:04.875Z] #32 sha256:0b01aa5bb06037785010ad4a191d0eaf703ca197de4c4ec077c7d16657d917a6 [2021-03-09T00:33:04.875Z] #32 11.37 runtime/internal/atomic [2021-03-09T00:33:04.875Z] #32 11.37 internal/cpu [2021-03-09T00:33:04.875Z] #32 11.73 runtime/internal/sys [2021-03-09T00:33:04.875Z] #32 12.24 runtime/internal/math [2021-03-09T00:33:04.875Z] #32 12.59 math/bits [2021-03-09T00:33:04.875Z] #32 12.61 internal/bytealg [2021-03-09T00:33:04.875Z] #32 13.99 runtime [2021-03-09T00:33:04.875Z] #32 14.15 math [2021-03-09T00:33:04.875Z] #32 20.53 unicode/utf8 [2021-03-09T00:33:04.946Z] #25 15.92 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-03-09T00:33:05.081Z] #42 97.47 CC criu/sysfs_parse.o [2021-03-09T00:33:05.083Z] #35 4.667 -- Detecting C compiler ABI info - done [2021-03-09T00:33:05.083Z] #35 4.765 -- Detecting C compile features [2021-03-09T00:33:05.135Z] #32 ... [2021-03-09T00:33:05.135Z] [2021-03-09T00:33:05.135Z] #40 [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-09T00:33:05.135Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:05.135Z] #40 11.40 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:05.135Z] #40 11.47 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:05.135Z] #40 11.51 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:05.135Z] #40 13.45 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:33:05.135Z] #40 16.73 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:33:05.135Z] #40 19.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:33:05.135Z] #40 ... [2021-03-09T00:33:05.135Z] [2021-03-09T00:33:05.135Z] #32 [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-09T00:33:05.135Z] #32 sha256:0b01aa5bb06037785010ad4a191d0eaf703ca197de4c4ec077c7d16657d917a6 [2021-03-09T00:33:05.135Z] #32 21.61 unicode [2021-03-09T00:33:05.207Z] #25 16.37 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-09T00:33:05.277Z] #47 38.32 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:33:05.277Z] #47 38.34 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:33:05.345Z] #28 2.679 [2021-03-09T00:33:05.376Z] #42 97.86 CC criu/timens.o [2021-03-09T00:33:05.469Z] #25 16.43 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ... [2021-03-09T00:33:05.536Z] #47 ... [2021-03-09T00:33:05.536Z] [2021-03-09T00:33:05.536Z] #49 [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-09T00:33:05.536Z] #49 sha256:bb8da2efbff39e3c70d08ac2146a06dfcad59e0204d75ff35f834832e35ea977 [2021-03-09T00:33:05.536Z] #49 28.71 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:33:05.536Z] #49 28.91 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:33:05.536Z] #49 29.13 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:33:05.536Z] #49 29.27 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:33:05.536Z] #49 30.56 runtime [2021-03-09T00:33:05.536Z] #49 30.58 runtime/cgo [2021-03-09T00:33:05.536Z] #49 ... [2021-03-09T00:33:05.536Z] [2021-03-09T00:33:05.536Z] #62 [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-09T00:33:05.536Z] #62 sha256:282c47533163c992b18061c236c03bde2606f618ab8045a2d4162f3d5551041b [2021-03-09T00:33:05.536Z] #62 34.47 Checking out files: 45% (869/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-03-09T00:33:05.536Z] #62 35.89 + cd /tmp/tmp.u1PntWxAXj/src/github.com/docker/libnetwork [2021-03-09T00:33:05.536Z] #62 35.89 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:33:05.536Z] #62 36.41 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-09T00:33:05.650Z] #35 ... [2021-03-09T00:33:05.650Z] [2021-03-09T00:33:05.650Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:05.650Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:05.650Z] #11 68.22 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-09T00:33:05.650Z] #11 68.24 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-03-09T00:33:05.650Z] #11 68.25 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-09T00:33:05.650Z] #11 71.15 Selecting previously unselected package binutils-mingw-w64. [2021-03-09T00:33:05.650Z] #11 71.15 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-09T00:33:05.650Z] #11 71.16 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-09T00:33:05.650Z] #11 71.29 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-03-09T00:33:05.650Z] #11 71.30 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:33:05.650Z] #11 71.33 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:33:05.650Z] #11 71.53 Selecting previously unselected package dmsetup. [2021-03-09T00:33:05.650Z] #11 71.53 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:33:05.650Z] #11 71.54 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-09T00:33:05.650Z] #11 71.72 Selecting previously unselected package mingw-w64-common. [2021-03-09T00:33:05.650Z] #11 71.72 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-09T00:33:05.650Z] #11 71.72 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-09T00:33:05.668Z] #42 98.21 CC criu/timerfd.o [2021-03-09T00:33:05.705Z] #32 ... [2021-03-09T00:33:05.705Z] [2021-03-09T00:33:05.705Z] #34 [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-09T00:33:05.705Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:33:05.705Z] #34 12.10 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:05.705Z] #34 12.16 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:05.705Z] #34 12.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:05.705Z] #34 14.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:33:05.705Z] #34 17.31 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:33:05.705Z] #34 19.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:33:05.705Z] #34 ... [2021-03-09T00:33:05.705Z] [2021-03-09T00:33:05.705Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:05.705Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:05.705Z] #11 12.11 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:05.705Z] #11 12.14 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:05.705Z] #11 12.14 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:05.705Z] #11 14.11 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:33:05.705Z] #11 17.09 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:33:05.705Z] #11 19.22 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:33:05.906Z] #11 78.52 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-09T00:33:05.906Z] #11 78.53 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-09T00:33:05.906Z] #11 78.54 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-09T00:33:05.906Z] #11 ... [2021-03-09T00:33:05.906Z] [2021-03-09T00:33:05.906Z] #40 [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-09T00:33:05.906Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:05.906Z] #40 78.57 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-09T00:33:05.906Z] #40 78.58 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:33:05.960Z] #42 98.49 CC criu/tty.o [2021-03-09T00:33:05.966Z] #11 ... [2021-03-09T00:33:05.966Z] [2021-03-09T00:33:05.966Z] #43 [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-09T00:33:05.966Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:33:05.966Z] #43 22.03 internal/testlog [2021-03-09T00:33:06.112Z] #62 ... [2021-03-09T00:33:06.112Z] [2021-03-09T00:33:06.112Z] #53 [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-09T00:33:06.112Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:33:06.112Z] #53 29.33 Fetched 8423 kB in 23s (361 kB/s) [2021-03-09T00:33:06.112Z] #53 29.33 Reading package lists... [2021-03-09T00:33:06.227Z] #43 ... [2021-03-09T00:33:06.227Z] [2021-03-09T00:33:06.227Z] #53 [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-09T00:33:06.227Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:33:06.227Z] #53 12.52 Fetched 8423 kB in 7s (1137 kB/s) [2021-03-09T00:33:06.227Z] #53 12.52 Reading package lists... [2021-03-09T00:33:06.227Z] #53 22.66 Reading package lists... [2021-03-09T00:33:06.227Z] #53 ... [2021-03-09T00:33:06.227Z] [2021-03-09T00:33:06.227Z] #47 [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-09T00:33:06.227Z] #47 sha256:eae168b503366594d8af7fa5ccb5843fcb358abaff2aa83fcada62f803572e28 [2021-03-09T00:33:06.227Z] #47 22.43 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:33:06.227Z] #47 22.52 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:33:06.227Z] #47 22.65 go: downloading github.com/pkg/errors v0.8.1 [2021-03-09T00:33:06.371Z] #53 ... [2021-03-09T00:33:06.371Z] [2021-03-09T00:33:06.371Z] #47 [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-09T00:33:06.371Z] #47 sha256:ffb1881850cde42d89f5cfb41ca658cccbe962566cb1c2073a1210b735b27ebd [2021-03-09T00:33:06.371Z] #47 39.01 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:33:06.371Z] #47 39.20 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:33:06.371Z] #47 39.22 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-09T00:33:06.371Z] #47 39.54 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:33:06.371Z] #47 39.61 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:33:06.371Z] #47 39.75 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-09T00:33:06.410Z] #25 17.62 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-09T00:33:06.420Z] #28 2.861 #=#=# 0.7% # 2.1% ## 3.4% ## 3.4% ## 4.0% ### 5.4% ##### 7.1% ###### 9.2% ####### 10.7% ######## 12.2% [2021-03-09T00:33:06.420Z] #28 ... [2021-03-09T00:33:06.420Z] [2021-03-09T00:33:06.420Z] #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-09T00:33:06.420Z] #41 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-09T00:33:06.420Z] #41 1.041 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:06.420Z] #41 1.188 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:06.420Z] #41 1.189 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:06.420Z] #41 2.747 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-09T00:33:06.420Z] #41 5.337 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-03-09T00:33:06.420Z] #41 7.495 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-09T00:33:06.420Z] #41 ... [2021-03-09T00:33:06.420Z] [2021-03-09T00:33:06.421Z] #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-09T00:33:06.421Z] #46 sha256:8c23ffc3bf2871ac19b7bb222469b97111c250c10d48261e1172e6e867495f95 [2021-03-09T00:33:06.421Z] #46 0.883 + RM_GOPATH=0 [2021-03-09T00:33:06.421Z] #46 0.885 + TMP_GOPATH= [2021-03-09T00:33:06.421Z] #46 0.885 + : /build [2021-03-09T00:33:06.421Z] #46 0.885 + '[' -z '' ']' [2021-03-09T00:33:06.421Z] #46 0.887 ++ mktemp -d [2021-03-09T00:33:06.421Z] #46 0.896 + export GOPATH=/tmp/tmp.NzckLsJcBL [2021-03-09T00:33:06.421Z] #46 0.897 + GOPATH=/tmp/tmp.NzckLsJcBL [2021-03-09T00:33:06.421Z] #46 0.897 + RM_GOPATH=1 [2021-03-09T00:33:06.421Z] #46 0.897 + case "$(go env GOARCH)" in [2021-03-09T00:33:06.421Z] #46 0.897 ++ go env GOARCH [2021-03-09T00:33:06.421Z] #46 0.975 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:06.421Z] #46 0.976 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:06.421Z] #46 0.978 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:06.421Z] #46 0.981 + dir=/tmp/install [2021-03-09T00:33:06.421Z] #46 0.983 + bin=gotestsum [2021-03-09T00:33:06.421Z] #46 0.983 + shift [2021-03-09T00:33:06.421Z] #46 0.983 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-09T00:33:06.421Z] #46 0.984 + . /tmp/install/gotestsum.installer [2021-03-09T00:33:06.421Z] #46 0.985 ++ : v0.5.3 [2021-03-09T00:33:06.421Z] #46 0.985 + install_gotestsum [2021-03-09T00:33:06.421Z] #46 0.986 + set -e [2021-03-09T00:33:06.421Z] #46 0.986 + export GO111MODULE=on [2021-03-09T00:33:06.421Z] #46 0.986 + GO111MODULE=on [2021-03-09T00:33:06.421Z] #46 0.987 + GOBIN=/build [2021-03-09T00:33:06.421Z] #46 0.987 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-09T00:33:06.421Z] #46 1.052 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-09T00:33:06.421Z] #46 1.059 go: finding gotest.tools v0.5.3 [2021-03-09T00:33:06.421Z] #46 2.365 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-09T00:33:06.421Z] #46 3.441 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-09T00:33:06.421Z] #46 5.113 go: downloading github.com/pkg/errors v0.9.1 [2021-03-09T00:33:06.421Z] #46 5.114 go: downloading github.com/fatih/color v1.9.0 [2021-03-09T00:33:06.421Z] #46 5.130 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-09T00:33:06.421Z] #46 5.186 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:33:06.421Z] #46 5.428 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:33:06.421Z] #46 5.448 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:33:06.421Z] #46 5.456 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:33:06.421Z] #46 5.460 go: extracting github.com/pkg/errors v0.9.1 [2021-03-09T00:33:06.421Z] #46 5.572 go: extracting github.com/fatih/color v1.9.0 [2021-03-09T00:33:06.421Z] #46 5.602 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:33:06.421Z] #46 5.632 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:33:06.421Z] #46 5.661 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:33:06.421Z] #46 5.699 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:33:06.421Z] #46 5.747 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:33:06.421Z] #46 5.787 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:33:06.421Z] #46 5.973 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-09T00:33:06.421Z] #46 6.054 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:33:06.421Z] #46 6.496 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:33:06.421Z] #46 6.739 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:33:06.421Z] #46 8.888 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:33:06.421Z] #46 ... [2021-03-09T00:33:06.421Z] [2021-03-09T00:33:06.421Z] #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-09T00:33:06.421Z] #44 sha256:2f5fc9dd42c740dd3e5f3ca8a41736d83b646f02ff4fafc85f563418f714e257 [2021-03-09T00:33:06.421Z] #44 0.497 + RM_GOPATH=0 [2021-03-09T00:33:06.421Z] #44 0.497 + TMP_GOPATH= [2021-03-09T00:33:06.421Z] #44 0.497 + : /build [2021-03-09T00:33:06.421Z] #44 0.497 + '[' -z '' ']' [2021-03-09T00:33:06.421Z] #44 0.498 ++ mktemp -d [2021-03-09T00:33:06.421Z] #44 0.501 + export GOPATH=/tmp/tmp.LyKnRxNFWx [2021-03-09T00:33:06.421Z] #44 0.501 + GOPATH=/tmp/tmp.LyKnRxNFWx [2021-03-09T00:33:06.421Z] #44 0.501 + RM_GOPATH=1 [2021-03-09T00:33:06.421Z] #44 0.501 + case "$(go env GOARCH)" in [2021-03-09T00:33:06.421Z] #44 0.502 ++ go env GOARCH [2021-03-09T00:33:06.421Z] #44 0.515 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:06.421Z] #44 0.515 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:06.421Z] #44 0.516 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:06.421Z] #44 0.525 + dir=/tmp/install [2021-03-09T00:33:06.421Z] #44 0.525 + bin=vndr [2021-03-09T00:33:06.421Z] #44 0.525 + shift [2021-03-09T00:33:06.421Z] #44 0.525 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-09T00:33:06.421Z] #44 0.525 + . /tmp/install/vndr.installer [2021-03-09T00:33:06.421Z] #44 0.525 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:33:06.421Z] #44 0.525 + install_vndr [2021-03-09T00:33:06.421Z] #44 0.525 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-09T00:33:06.421Z] #44 0.525 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.LyKnRxNFWx/src/github.com/LK4D4/vndr [2021-03-09T00:33:06.421Z] #44 0.525 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:33:06.421Z] #44 0.531 Cloning into '/tmp/tmp.LyKnRxNFWx/src/github.com/LK4D4/vndr'... [2021-03-09T00:33:06.421Z] #44 1.147 + cd /tmp/tmp.LyKnRxNFWx/src/github.com/LK4D4/vndr [2021-03-09T00:33:06.421Z] #44 1.164 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:33:06.421Z] #44 1.182 + go build -buildmode=pie -v -o /build/vndr . [2021-03-09T00:33:06.421Z] #44 3.000 internal/race [2021-03-09T00:33:06.421Z] #44 3.012 runtime/internal/sys [2021-03-09T00:33:06.421Z] #44 3.040 internal/cpu [2021-03-09T00:33:06.421Z] #44 3.330 runtime/internal/atomic [2021-03-09T00:33:06.421Z] #44 3.433 sync/atomic [2021-03-09T00:33:06.421Z] #44 3.480 runtime/internal/math [2021-03-09T00:33:06.421Z] #44 3.877 unicode [2021-03-09T00:33:06.421Z] #44 4.363 unicode/utf8 [2021-03-09T00:33:06.421Z] #44 4.625 math/bits [2021-03-09T00:33:06.421Z] #44 4.701 internal/bytealg [2021-03-09T00:33:06.421Z] #44 5.958 math [2021-03-09T00:33:06.421Z] #44 6.512 internal/testlog [2021-03-09T00:33:06.421Z] #44 7.273 runtime [2021-03-09T00:33:06.421Z] #44 7.659 encoding [2021-03-09T00:33:06.421Z] #44 7.993 unicode/utf16 [2021-03-09T00:33:06.421Z] #44 8.852 container/list [2021-03-09T00:33:06.487Z] #47 22.82 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:33:06.630Z] #47 39.78 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:33:06.630Z] #47 39.84 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:33:06.630Z] #47 ... [2021-03-09T00:33:06.630Z] [2021-03-09T00:33:06.630Z] #56 [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-09T00:33:06.630Z] #56 sha256:e565820459b59c12c7501f0be1a788c6dbd23db77fdb3f4807fa89ee7c40b665 [2021-03-09T00:33:06.630Z] #56 29.83 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:33:06.630Z] #56 32.00 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:33:06.630Z] #56 32.07 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:33:06.630Z] #56 32.59 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:33:06.630Z] #56 32.86 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:33:06.630Z] #56 33.50 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:33:06.630Z] #56 38.76 go: finding github.com/pkg/errors v0.9.1 [2021-03-09T00:33:06.630Z] #56 39.48 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:33:06.630Z] #56 39.50 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:33:06.630Z] #56 39.79 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:33:06.630Z] #56 39.85 go: finding github.com/google/uuid v1.2.0 [2021-03-09T00:33:06.630Z] #56 39.96 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:33:06.630Z] #56 ... [2021-03-09T00:33:06.630Z] [2021-03-09T00:33:06.630Z] #53 [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-09T00:33:06.630Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:33:06.671Z] #25 17.84 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:33:06.671Z] #25 17.90 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-09T00:33:06.721Z] #44 ... [2021-03-09T00:33:06.721Z] [2021-03-09T00:33:06.721Z] #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-09T00:33:06.721Z] #54 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-03-09T00:33:06.721Z] #54 1.044 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:06.721Z] #54 1.202 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:06.721Z] #54 1.205 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:06.721Z] #54 2.958 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-09T00:33:06.721Z] #54 5.506 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-03-09T00:33:06.721Z] #54 7.633 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-09T00:33:06.721Z] #54 ... [2021-03-09T00:33:06.721Z] [2021-03-09T00:33:06.721Z] #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-09T00:33:06.721Z] #31 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-03-09T00:33:06.721Z] #31 0.503 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-09T00:33:06.721Z] #31 0.508 Cloning into '.'... [2021-03-09T00:33:06.721Z] #31 ... [2021-03-09T00:33:06.721Z] [2021-03-09T00:33:06.721Z] #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-09T00:33:06.721Z] #48 sha256:e109b2aca15be1a58afce7884ebbd7750a71efd9f6f62ca68d1c2b02568c01eb [2021-03-09T00:33:06.721Z] #48 0.840 + RM_GOPATH=0 [2021-03-09T00:33:06.721Z] #48 0.845 + TMP_GOPATH= [2021-03-09T00:33:06.721Z] #48 0.845 + : /build [2021-03-09T00:33:06.721Z] #48 0.845 + '[' -z '' ']' [2021-03-09T00:33:06.721Z] #48 0.848 ++ mktemp -d [2021-03-09T00:33:06.721Z] #48 0.874 + export GOPATH=/tmp/tmp.5i712GZgpp [2021-03-09T00:33:06.721Z] #48 0.875 + GOPATH=/tmp/tmp.5i712GZgpp [2021-03-09T00:33:06.721Z] #48 0.875 + RM_GOPATH=1 [2021-03-09T00:33:06.721Z] #48 0.877 + case "$(go env GOARCH)" in [2021-03-09T00:33:06.721Z] #48 0.880 ++ go env GOARCH [2021-03-09T00:33:06.721Z] #48 0.937 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:06.721Z] #48 0.938 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:06.721Z] #48 0.939 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:06.721Z] #48 0.948 + dir=/tmp/install [2021-03-09T00:33:06.721Z] #48 0.948 + bin=golangci_lint [2021-03-09T00:33:06.721Z] #48 0.949 + shift [2021-03-09T00:33:06.721Z] #48 0.949 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-09T00:33:06.721Z] #48 0.950 + . /tmp/install/golangci_lint.installer [2021-03-09T00:33:06.721Z] #48 0.951 ++ : v1.23.8 [2021-03-09T00:33:06.721Z] #48 0.952 + install_golangci_lint [2021-03-09T00:33:06.721Z] #48 0.952 + set -e [2021-03-09T00:33:06.721Z] #48 0.952 + export GO111MODULE=on [2021-03-09T00:33:06.721Z] #48 0.952 + GO111MODULE=on [2021-03-09T00:33:06.721Z] #48 0.953 + GOBIN=/build [2021-03-09T00:33:06.721Z] #48 0.953 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-09T00:33:06.721Z] #48 1.039 go: finding github.com v1.23.8 [2021-03-09T00:33:06.721Z] #48 1.048 go: finding github.com/golangci v1.23.8 [2021-03-09T00:33:06.721Z] #48 1.051 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-09T00:33:06.721Z] #48 1.061 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-09T00:33:06.722Z] #48 1.064 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:33:06.722Z] #48 2.425 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:33:06.722Z] #48 3.929 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:33:06.752Z] #47 22.97 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-09T00:33:06.752Z] #47 23.05 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:33:06.752Z] #47 23.05 go: downloading github.com/spf13/viper v1.6.1 [2021-03-09T00:33:06.752Z] #47 23.21 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:33:06.837Z] #40 DONE 79.4s [2021-03-09T00:33:06.837Z] [2021-03-09T00:33:06.837Z] #32 [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-09T00:33:06.837Z] #32 sha256:0fd1a287587fdef94e9de559a56021bd2e8d7b7bb660903b8736e93b6269a257 [2021-03-09T00:33:06.837Z] #32 72.52 fmt [2021-03-09T00:33:06.837Z] #32 73.35 path/filepath [2021-03-09T00:33:06.837Z] #32 75.15 io/ioutil [2021-03-09T00:33:06.837Z] #32 75.80 path [2021-03-09T00:33:06.837Z] #32 76.38 text/tabwriter [2021-03-09T00:33:06.837Z] #32 77.54 flag [2021-03-09T00:33:06.837Z] #32 77.55 github.com/BurntSushi/toml [2021-03-09T00:33:06.837Z] #32 79.11 log [2021-03-09T00:33:06.837Z] #32 ... [2021-03-09T00:33:06.837Z] [2021-03-09T00:33:06.837Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:33:06.837Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:33:06.996Z] #42 99.61 CC criu/tun.o [2021-03-09T00:33:07.006Z] #25 17.92 Updating certificates in /etc/ssl/certs... [2021-03-09T00:33:07.045Z] #47 23.23 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:33:07.045Z] #47 23.29 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-09T00:33:07.045Z] #47 23.42 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:33:07.045Z] #47 23.42 go: extracting github.com/spf13/viper v1.6.1 [2021-03-09T00:33:07.045Z] #47 23.51 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-09T00:33:07.077Z] #48 ... [2021-03-09T00:33:07.077Z] [2021-03-09T00:33:07.077Z] #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-09T00:33:07.077Z] #35 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-09T00:33:07.077Z] #35 1.254 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:07.077Z] #35 1.349 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:07.077Z] #35 1.350 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:07.077Z] #35 3.000 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-09T00:33:07.077Z] #35 5.438 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-03-09T00:33:07.077Z] #35 7.592 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-09T00:33:07.077Z] #35 ... [2021-03-09T00:33:07.077Z] [2021-03-09T00:33:07.077Z] #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-09T00:33:07.077Z] #57 sha256:3a1b1b6f269bd5a782e05c866091f6f34831a6493346a3c91faf400a20820c4f [2021-03-09T00:33:07.077Z] #57 0.648 + RM_GOPATH=0 [2021-03-09T00:33:07.077Z] #57 0.648 + TMP_GOPATH= [2021-03-09T00:33:07.077Z] #57 0.648 + : /build [2021-03-09T00:33:07.077Z] #57 0.648 + '[' -z '' ']' [2021-03-09T00:33:07.077Z] #57 0.652 ++ mktemp -d [2021-03-09T00:33:07.077Z] #57 0.653 + export GOPATH=/tmp/tmp.simNn7Au7i [2021-03-09T00:33:07.077Z] #57 0.653 + GOPATH=/tmp/tmp.simNn7Au7i [2021-03-09T00:33:07.077Z] #57 0.653 + RM_GOPATH=1 [2021-03-09T00:33:07.077Z] #57 0.654 + case "$(go env GOARCH)" in [2021-03-09T00:33:07.077Z] #57 0.655 ++ go env GOARCH [2021-03-09T00:33:07.077Z] #57 0.661 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:07.077Z] #57 0.668 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:07.077Z] #57 0.668 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:07.077Z] #57 0.677 + dir=/tmp/install [2021-03-09T00:33:07.077Z] #57 0.677 + bin=rootlesskit [2021-03-09T00:33:07.077Z] #57 0.677 + shift [2021-03-09T00:33:07.077Z] #57 0.678 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-09T00:33:07.077Z] #57 0.678 + . /tmp/install/rootlesskit.installer [2021-03-09T00:33:07.077Z] #57 0.680 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:33:07.077Z] #57 0.681 + install_rootlesskit [2021-03-09T00:33:07.077Z] #57 0.681 + case "$1" in [2021-03-09T00:33:07.077Z] #57 0.681 + export CGO_ENABLED=0 [2021-03-09T00:33:07.077Z] #57 0.681 + CGO_ENABLED=0 [2021-03-09T00:33:07.077Z] #57 0.681 + _install_rootlesskit [2021-03-09T00:33:07.077Z] #57 0.682 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-09T00:33:07.077Z] #57 0.682 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:33:07.077Z] #57 0.682 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.simNn7Au7i/src/github.com/rootless-containers/rootlesskit [2021-03-09T00:33:07.077Z] #57 0.685 Cloning into '/tmp/tmp.simNn7Au7i/src/github.com/rootless-containers/rootlesskit'... [2021-03-09T00:33:07.077Z] #57 6.306 + cd /tmp/tmp.simNn7Au7i/src/github.com/rootless-containers/rootlesskit [2021-03-09T00:33:07.077Z] #57 6.316 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:33:07.077Z] #57 6.386 + export GO111MODULE=on [2021-03-09T00:33:07.077Z] #57 6.387 + GO111MODULE=on [2021-03-09T00:33:07.077Z] #57 6.387 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-09T00:33:07.077Z] #57 6.387 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-09T00:33:07.077Z] #57 8.963 go: downloading github.com/pkg/errors v0.9.1 [2021-03-09T00:33:07.077Z] #57 8.965 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-09T00:33:07.077Z] #57 9.015 go: downloading github.com/google/uuid v1.2.0 [2021-03-09T00:33:07.077Z] #57 9.016 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-09T00:33:07.077Z] #57 9.019 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:33:07.077Z] #57 9.023 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:33:07.077Z] #57 9.060 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:33:07.077Z] #57 9.168 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-09T00:33:07.077Z] #57 9.189 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:33:07.077Z] #57 9.221 go: extracting github.com/pkg/errors v0.9.1 [2021-03-09T00:33:07.077Z] #57 9.390 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:33:07.077Z] #57 9.552 go: extracting github.com/google/uuid v1.2.0 [2021-03-09T00:33:07.077Z] #57 9.670 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-09T00:33:07.077Z] #57 9.714 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:33:07.077Z] #57 9.804 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:33:07.077Z] #57 9.884 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:33:07.077Z] #57 10.33 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:33:07.077Z] #57 10.47 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-09T00:33:07.298Z] #25 DONE 13.5s [2021-03-09T00:33:07.298Z] [2021-03-09T00:33:07.298Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-09T00:33:07.299Z] #26 sha256:abd0f21a63a4d02203a39a2be62e3963ccd890d5cd38ec187dd9cdb140c07270 [2021-03-09T00:33:07.299Z] #26 DONE 0.4s [2021-03-09T00:33:07.299Z] [2021-03-09T00:33:07.299Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-09T00:33:07.299Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-09T00:33:07.299Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.1s done [2021-03-09T00:33:07.299Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-03-09T00:33:07.299Z] #8 DONE 23.0s [2021-03-09T00:33:07.299Z] [2021-03-09T00:33:07.299Z] #27 [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-09T00:33:07.299Z] #27 sha256:ff05d086bca3e8d372c58ff2a3ece84e06b08b78ab681ee3592cf2f8aa7cbab4 [2021-03-09T00:33:07.306Z] #47 23.56 go: extracting github.com/pkg/errors v0.8.1 [2021-03-09T00:33:07.306Z] #47 23.73 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:33:07.306Z] #47 23.77 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:33:07.306Z] #47 23.78 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:33:07.306Z] #47 23.83 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:33:07.400Z] #41 ... [2021-03-09T00:33:07.400Z] [2021-03-09T00:33:07.400Z] #49 [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-09T00:33:07.400Z] #49 sha256:1994ecef52da5f714984a264bf36d4e9f26e60036613137a0003b04a59a4c111 [2021-03-09T00:33:07.400Z] #49 70.01 os [2021-03-09T00:33:07.400Z] #49 73.73 encoding/binary [2021-03-09T00:33:07.400Z] #49 74.27 fmt [2021-03-09T00:33:07.400Z] #49 75.86 encoding/base64 [2021-03-09T00:33:07.400Z] #49 76.72 golang.org/x/sys/unix [2021-03-09T00:33:07.400Z] #49 79.27 encoding/json [2021-03-09T00:33:07.462Z] #57 ... [2021-03-09T00:33:07.462Z] [2021-03-09T00:33:07.462Z] #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-09T00:33:07.462Z] #23 sha256:23918ed8bfd41954ccec3a0ea743652623fb71b9f7883022304d6559766aea6f [2021-03-09T00:33:07.462Z] #23 0.885 + RM_GOPATH=0 [2021-03-09T00:33:07.462Z] #23 0.886 + TMP_GOPATH= [2021-03-09T00:33:07.462Z] #23 0.886 + : /build [2021-03-09T00:33:07.462Z] #23 0.887 + '[' -z '' ']' [2021-03-09T00:33:07.462Z] #23 0.890 ++ mktemp -d [2021-03-09T00:33:07.462Z] #23 0.898 + export GOPATH=/tmp/tmp.JJGjZ4Csfp [2021-03-09T00:33:07.462Z] #23 0.898 + GOPATH=/tmp/tmp.JJGjZ4Csfp [2021-03-09T00:33:07.462Z] #23 0.898 + RM_GOPATH=1 [2021-03-09T00:33:07.462Z] #23 0.899 + case "$(go env GOARCH)" in [2021-03-09T00:33:07.462Z] #23 0.899 ++ go env GOARCH [2021-03-09T00:33:07.462Z] #23 0.966 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:07.462Z] #23 0.967 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:07.462Z] #23 0.970 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:07.462Z] #23 0.972 + dir=/tmp/install [2021-03-09T00:33:07.462Z] #23 0.973 + bin=dockercli [2021-03-09T00:33:07.462Z] #23 0.973 + shift [2021-03-09T00:33:07.462Z] #23 0.973 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-09T00:33:07.462Z] #23 0.973 + . /tmp/install/dockercli.installer [2021-03-09T00:33:07.462Z] #23 0.974 ++ : stable [2021-03-09T00:33:07.462Z] #23 0.974 ++ : 17.06.2-ce [2021-03-09T00:33:07.462Z] #23 0.975 + install_dockercli [2021-03-09T00:33:07.462Z] #23 0.975 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-09T00:33:07.462Z] #23 0.976 Install docker/cli version 17.06.2-ce from stable [2021-03-09T00:33:07.462Z] #23 0.977 ++ uname -m [2021-03-09T00:33:07.462Z] #23 0.982 + arch=ppc64le [2021-03-09T00:33:07.462Z] #23 0.982 + '[' ppc64le '!=' x86_64 ']' [2021-03-09T00:33:07.462Z] #23 0.983 + '[' ppc64le '!=' s390x ']' [2021-03-09T00:33:07.462Z] #23 0.983 + '[' ppc64le '!=' armhf ']' [2021-03-09T00:33:07.462Z] #23 0.983 + build_dockercli [2021-03-09T00:33:07.462Z] #23 0.984 + git clone https://github.com/docker/docker-ce /tmp/tmp.JJGjZ4Csfp/tmp/docker-ce [2021-03-09T00:33:07.462Z] #23 1.001 Cloning into '/tmp/tmp.JJGjZ4Csfp/tmp/docker-ce'... [2021-03-09T00:33:07.462Z] #23 ... [2021-03-09T00:33:07.462Z] [2021-03-09T00:33:07.462Z] #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-09T00:33:07.462Z] #50 sha256:84ad54e9390a7e1d1fe49fd04876213f7d60bfc3a1e94c64dc8dfc6979779816 [2021-03-09T00:33:07.462Z] #50 0.557 + RM_GOPATH=0 [2021-03-09T00:33:07.462Z] #50 0.557 + TMP_GOPATH= [2021-03-09T00:33:07.462Z] #50 0.557 + : /build [2021-03-09T00:33:07.462Z] #50 0.557 + '[' -z '' ']' [2021-03-09T00:33:07.462Z] #50 0.558 ++ mktemp -d [2021-03-09T00:33:07.462Z] #50 0.562 + export GOPATH=/tmp/tmp.j92Tqq57gX [2021-03-09T00:33:07.462Z] #50 0.562 + GOPATH=/tmp/tmp.j92Tqq57gX [2021-03-09T00:33:07.462Z] #50 0.563 + RM_GOPATH=1 [2021-03-09T00:33:07.462Z] #50 0.563 + case "$(go env GOARCH)" in [2021-03-09T00:33:07.462Z] #50 0.564 ++ go env GOARCH [2021-03-09T00:33:07.462Z] #50 0.584 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:07.462Z] #50 0.584 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:07.462Z] #50 0.585 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:07.462Z] #50 0.587 + dir=/tmp/install [2021-03-09T00:33:07.462Z] #50 0.587 + bin=shfmt [2021-03-09T00:33:07.462Z] #50 0.596 + shift [2021-03-09T00:33:07.462Z] #50 0.596 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-09T00:33:07.462Z] #50 0.596 + . /tmp/install/shfmt.installer [2021-03-09T00:33:07.462Z] #50 0.596 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:33:07.462Z] #50 0.596 + install_shfmt [2021-03-09T00:33:07.462Z] #50 0.597 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-09T00:33:07.462Z] #50 0.597 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:33:07.462Z] #50 0.597 + git clone https://github.com/mvdan/sh.git /tmp/tmp.j92Tqq57gX/src/github.com/mvdan/sh [2021-03-09T00:33:07.462Z] #50 0.609 Cloning into '/tmp/tmp.j92Tqq57gX/src/github.com/mvdan/sh'... [2021-03-09T00:33:07.462Z] #50 ... [2021-03-09T00:33:07.462Z] [2021-03-09T00:33:07.462Z] #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-09T00:33:07.462Z] #39 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-09T00:33:07.462Z] #39 0.769 + git clone https://github.com/docker/distribution.git . [2021-03-09T00:33:07.462Z] #39 0.779 Cloning into '.'... [2021-03-09T00:33:07.462Z] #39 ... [2021-03-09T00:33:07.462Z] [2021-03-09T00:33:07.462Z] #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-09T00:33:07.462Z] #63 sha256:6eb457880e7b8a691da6f26ca57531bd03f5e60cbdc142bbfcd7b03062bd7998 [2021-03-09T00:33:07.462Z] #63 0.922 + RM_GOPATH=0 [2021-03-09T00:33:07.462Z] #63 0.927 + TMP_GOPATH= [2021-03-09T00:33:07.462Z] #63 0.927 + : /build [2021-03-09T00:33:07.462Z] #63 0.927 + '[' -z '' ']' [2021-03-09T00:33:07.462Z] #63 0.932 ++ mktemp -d [2021-03-09T00:33:07.462Z] #63 0.961 + export GOPATH=/tmp/tmp.n9BvdZXuBk [2021-03-09T00:33:07.462Z] #63 0.970 + GOPATH=/tmp/tmp.n9BvdZXuBk [2021-03-09T00:33:07.462Z] #63 0.971 + RM_GOPATH=1 [2021-03-09T00:33:07.462Z] #63 0.971 + case "$(go env GOARCH)" in [2021-03-09T00:33:07.462Z] #63 0.973 ++ go env GOARCH [2021-03-09T00:33:07.462Z] #63 1.010 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:07.462Z] #63 1.010 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:07.462Z] #63 1.010 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:07.462Z] #63 1.010 + dir=/tmp/install [2021-03-09T00:33:07.462Z] #63 1.011 + bin=proxy [2021-03-09T00:33:07.462Z] #63 1.011 + shift [2021-03-09T00:33:07.462Z] #63 1.011 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-09T00:33:07.462Z] #63 1.011 + . /tmp/install/proxy.installer [2021-03-09T00:33:07.462Z] #63 1.015 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:33:07.462Z] #63 1.015 + install_proxy [2021-03-09T00:33:07.462Z] #63 1.015 + case "$1" in [2021-03-09T00:33:07.462Z] #63 1.015 + export CGO_ENABLED=0 [2021-03-09T00:33:07.462Z] #63 1.015 + CGO_ENABLED=0 [2021-03-09T00:33:07.462Z] #63 1.016 + _install_proxy [2021-03-09T00:33:07.462Z] #63 1.016 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-09T00:33:07.462Z] #63 1.016 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:33:07.462Z] #63 1.016 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.n9BvdZXuBk/src/github.com/docker/libnetwork [2021-03-09T00:33:07.462Z] #63 1.069 Cloning into '/tmp/tmp.n9BvdZXuBk/src/github.com/docker/libnetwork'... [2021-03-09T00:33:07.565Z] #47 23.93 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:33:07.565Z] #47 24.10 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:33:07.565Z] #47 24.16 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:33:07.633Z] #42 99.99 CC criu/uffd.o [2021-03-09T00:33:07.660Z] #49 ... [2021-03-09T00:33:07.660Z] [2021-03-09T00:33:07.660Z] #35 [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-09T00:33:07.660Z] #35 sha256:830c5d3a8a81343bec0fbeaf299e5d33c19e7b2712b8911d34dfcc356da2bcc7 [2021-03-09T00:33:07.660Z] #35 7.122 -- Detecting C compile features - done [2021-03-09T00:33:07.660Z] #35 7.219 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-09T00:33:07.783Z] #63 ... [2021-03-09T00:33:07.783Z] [2021-03-09T00:33:07.783Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:07.783Z] #12 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-03-09T00:33:07.783Z] #12 1.169 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:07.783Z] #12 1.250 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:07.783Z] #12 1.252 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:07.783Z] #12 2.849 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-09T00:33:07.783Z] #12 5.384 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-03-09T00:33:07.783Z] #12 7.767 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-09T00:33:07.783Z] #12 ... [2021-03-09T00:33:07.783Z] [2021-03-09T00:33:07.783Z] #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-09T00:33:07.783Z] #28 sha256:c0fc92346696343890a98f3753d103c4595d74d8184ae5d111562c28cf2c391b [2021-03-09T00:33:07.826Z] #47 24.25 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-09T00:33:07.826Z] #47 24.26 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-09T00:33:07.871Z] #27 ... [2021-03-09T00:33:07.871Z] [2021-03-09T00:33:07.871Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-09T00:33:07.871Z] #9 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-09T00:33:07.871Z] #9 DONE 0.6s [2021-03-09T00:33:07.871Z] [2021-03-09T00:33:07.871Z] #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-09T00:33:07.871Z] #10 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-09T00:33:07.917Z] #35 7.519 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-09T00:33:07.917Z] #35 7.650 -- Configuring done [2021-03-09T00:33:07.917Z] #35 7.671 -- Generating done [2021-03-09T00:33:07.917Z] #35 7.679 -- Build files have been written to: /tmp/tmp.AUroUIdyZB/tini [2021-03-09T00:33:07.951Z] #25 18.90 0 added, 0 removed; done. [2021-03-09T00:33:07.951Z] #25 18.90 Running hooks in /etc/ca-certificates/update.d... [2021-03-09T00:33:07.951Z] #25 18.90 done. [2021-03-09T00:33:08.086Z] #47 24.44 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:33:08.086Z] #47 24.44 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:33:08.086Z] #47 24.50 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:33:08.086Z] #47 24.54 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:33:08.133Z] #10 DONE 0.6s [2021-03-09T00:33:08.133Z] [2021-03-09T00:33:08.133Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-09T00:33:08.133Z] #29 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-09T00:33:08.173Z] #35 7.688 + make tini-static [2021-03-09T00:33:08.305Z] #42 ... [2021-03-09T00:33:08.305Z] [2021-03-09T00:33:08.305Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-09T00:33:08.305Z] #39 DONE 136.2s [2021-03-09T00:33:08.305Z] [2021-03-09T00:33:08.305Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:33:08.353Z] #47 24.78 go: downloading github.com/fatih/color v1.7.0 [2021-03-09T00:33:08.353Z] #47 24.78 go: downloading github.com/spf13/afero v1.1.2 [2021-03-09T00:33:08.353Z] #47 24.82 go: downloading github.com/spf13/cast v1.3.0 [2021-03-09T00:33:08.353Z] #47 24.91 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-09T00:33:08.430Z] #35 8.041 Scanning dependencies of target tini-static [2021-03-09T00:33:08.524Z] #25 DONE 19.6s [2021-03-09T00:33:08.524Z] [2021-03-09T00:33:08.524Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-09T00:33:08.524Z] #9 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-03-09T00:33:08.524Z] #9 DONE 7.0s [2021-03-09T00:33:08.524Z] [2021-03-09T00:33:08.524Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-09T00:33:08.524Z] #26 sha256:ed5b4161e7d40655eb0fcab83521fa4b348f31526a29cbd222dd4bcf5c7fdb4f [2021-03-09T00:33:08.606Z] #48 ... [2021-03-09T00:33:08.606Z] [2021-03-09T00:33:08.606Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:33:08.606Z] #42 100.9 CC criu/util.o [2021-03-09T00:33:08.687Z] #35 8.151 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-09T00:33:08.787Z] #26 DONE 0.1s [2021-03-09T00:33:08.787Z] [2021-03-09T00:33:08.787Z] #27 [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-09T00:33:08.787Z] #27 sha256:54da10271185ce1ef3f65cb808bcb5eebe80dd7fdabae77c58c5d317e0b793c3 [2021-03-09T00:33:08.930Z] #47 25.34 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:33:09.164Z] #53 39.76 Reading package lists... [2021-03-09T00:33:09.164Z] #53 ... [2021-03-09T00:33:09.164Z] [2021-03-09T00:33:09.164Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:09.164Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:09.164Z] #11 32.41 Fetched 8423 kB in 24s (355 kB/s) [2021-03-09T00:33:09.164Z] #11 32.41 Reading package lists... [2021-03-09T00:33:09.164Z] #11 ... [2021-03-09T00:33:09.164Z] [2021-03-09T00:33:09.164Z] #56 [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-09T00:33:09.164Z] #56 sha256:e565820459b59c12c7501f0be1a788c6dbd23db77fdb3f4807fa89ee7c40b665 [2021-03-09T00:33:09.164Z] #56 39.97 go: finding github.com/gofrs/flock v0.8.0 [2021-03-09T00:33:09.164Z] #56 40.07 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-09T00:33:09.164Z] #56 40.13 go: finding github.com/gorilla/mux v1.8.0 [2021-03-09T00:33:09.164Z] #56 40.27 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:33:09.164Z] #56 40.35 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:33:09.164Z] #56 40.41 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:33:09.164Z] #56 40.51 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:33:09.164Z] #56 40.95 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:33:09.164Z] #56 41.30 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:33:09.191Z] #47 25.51 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:33:09.191Z] #47 25.52 go: extracting github.com/fatih/color v1.7.0 [2021-03-09T00:33:09.191Z] #47 25.75 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-09T00:33:09.423Z] #56 ... [2021-03-09T00:33:09.423Z] [2021-03-09T00:33:09.423Z] #38 [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-09T00:33:09.423Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:33:09.423Z] #38 32.37 + 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-09T00:33:09.423Z] #38 ... [2021-03-09T00:33:09.423Z] [2021-03-09T00:33:09.423Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:09.423Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:09.423Z] #11 32.41 Reading package lists... [2021-03-09T00:33:09.451Z] #47 25.87 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:33:09.539Z] #29 DONE 1.2s [2021-03-09T00:33:09.539Z] [2021-03-09T00:33:09.539Z] #30 [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-09T00:33:09.539Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:33:09.539Z] #30 ... [2021-03-09T00:33:09.539Z] [2021-03-09T00:33:09.539Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-09T00:33:09.539Z] #37 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-09T00:33:09.539Z] #37 DONE 1.3s [2021-03-09T00:33:09.650Z] #42 102.0 CC criu/uts_ns.o [2021-03-09T00:33:09.650Z] #42 ... [2021-03-09T00:33:09.650Z] [2021-03-09T00:33:09.650Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2021-03-09T00:33:09.650Z] #40 DONE 0.2s [2021-03-09T00:33:09.650Z] [2021-03-09T00:33:09.650Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:33:09.650Z] #42 102.2 CC criu/vdso.o [2021-03-09T00:33:09.744Z] #27 ... [2021-03-09T00:33:09.744Z] [2021-03-09T00:33:09.744Z] #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-09T00:33:09.744Z] #10 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-03-09T00:33:09.744Z] #10 DONE 1.1s [2021-03-09T00:33:09.744Z] [2021-03-09T00:33:09.744Z] #62 [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-09T00:33:09.744Z] #62 sha256:a4b0b02ce036042127528ad2657040a060ec0a178d64adfbdbbf1ba2e05f1093 [2021-03-09T00:33:09.756Z] #47 26.02 go: extracting github.com/spf13/cast v1.3.0 [2021-03-09T00:33:09.756Z] #47 26.08 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:33:09.806Z] [2021-03-09T00:33:09.806Z] #27 [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-09T00:33:09.806Z] #27 sha256:ff05d086bca3e8d372c58ff2a3ece84e06b08b78ab681ee3592cf2f8aa7cbab4 [2021-03-09T00:33:09.806Z] #27 1.142 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-09T00:33:09.806Z] #27 1.227 [2021-03-09T00:33:09.806Z] #27 1.343 ## 2.9% ##################### 29.5% ######################################## 56.9% ######################################################## 78.3% ###################################################################### 98.2% ###################################################################### 98.2% ######################################################################## 100.0% [2021-03-09T00:33:09.806Z] #27 1.958 [2021-03-09T00:33:09.806Z] #27 2.075 ################### 27.1% ######################################################################## 100.0% [2021-03-09T00:33:09.806Z] #27 2.226 [2021-03-09T00:33:09.806Z] #27 2.342 ############################################################### 88.2% ######################################################################## 100.0% [2021-03-09T00:33:09.806Z] #27 2.439 [2021-03-09T00:33:09.942Z] #42 102.6 LINK criu/built-in.o [2021-03-09T00:33:09.942Z] #42 102.6 LINK criu/criu [2021-03-09T00:33:09.991Z] #11 ... [2021-03-09T00:33:09.991Z] [2021-03-09T00:33:09.991Z] #34 [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-09T00:33:09.991Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:33:09.991Z] #34 33.18 Fetched 8423 kB in 24s (346 kB/s) [2021-03-09T00:33:09.991Z] #34 33.18 Reading package lists... [2021-03-09T00:33:09.991Z] #34 ... [2021-03-09T00:33:09.991Z] [2021-03-09T00:33:09.991Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:09.991Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:10.007Z] #62 ... [2021-03-09T00:33:10.007Z] [2021-03-09T00:33:10.007Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-09T00:33:10.007Z] #37 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-03-09T00:33:10.007Z] #37 DONE 0.2s [2021-03-09T00:33:10.007Z] [2021-03-09T00:33:10.007Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-09T00:33:10.007Z] #29 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-03-09T00:33:10.007Z] #29 DONE 0.2s [2021-03-09T00:33:10.007Z] [2021-03-09T00:33:10.007Z] #30 [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-09T00:33:10.007Z] #30 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-03-09T00:33:10.055Z] #35 9.471 [100%] Linking C executable tini-static [2021-03-09T00:33:10.065Z] #47 26.40 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:33:10.070Z] #27 2.591 ## 3.7% ###### 9.4% ################ 23.1% ########################## 36.8% ########################################### 61.0% ####################################################################### 99.5% ######################################################################## 100.0% [2021-03-09T00:33:10.070Z] #27 3.260 [2021-03-09T00:33:10.328Z] #47 26.70 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:33:10.328Z] #47 26.70 go: extracting github.com/spf13/afero v1.1.2 [2021-03-09T00:33:10.328Z] #47 26.79 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:33:10.328Z] #47 26.79 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-09T00:33:10.558Z] #11 43.21 Reading package lists... [2021-03-09T00:33:10.558Z] #11 ... [2021-03-09T00:33:10.558Z] [2021-03-09T00:33:10.558Z] #40 [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-09T00:33:10.558Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:10.558Z] #40 33.67 Fetched 8423 kB in 25s (340 kB/s) [2021-03-09T00:33:10.558Z] #40 33.67 Reading package lists... [2021-03-09T00:33:10.558Z] #40 ... [2021-03-09T00:33:10.558Z] [2021-03-09T00:33:10.558Z] #34 [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-09T00:33:10.558Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:33:10.558Z] #34 33.18 Reading package lists... [2021-03-09T00:33:10.575Z] #42 102.9 DEP lib/c/criu.d [2021-03-09T00:33:10.575Z] #42 103.0 CC images/rpc.pb-c.o [2021-03-09T00:33:10.575Z] #42 103.2 CC lib/c/criu.o [2021-03-09T00:33:10.589Z] #47 26.88 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:33:10.589Z] #47 27.07 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-09T00:33:10.600Z] #28 2.861 #=#=# 0.7% # 2.1% ## 3.4% ## 3.4% ## 4.0% ### 5.4% ##### 7.1% ###### 9.2% ####### 10.7% ######## 12.2% ######### 13.8% ########### 15.3% ############ 16.7% ############# 18.5% ############### 21.5% ################ 23.3% ################# 24.9% ##################### 29.4% ####################### 32.7% ######################### 34.8% ########################## 37.0% ############################ 39.5% ############################# 41.4% ############################## 42.6% ################################ 45.6% ################################## 47.6% ################################### 49.7% ##################################### 51.6% ##################################### 52.2% ###################################### 53.1% ####################################### 54.2% ######################################## 56.0% ######################################## 56.4% ########################################## 59.3% ############################################ 61.4% ############################################## 64.8% ################################################ 67.3% ################################################## 69.8% ################################################### 72.1% ###################################################### 75.8% ######################################################### 79.9% ############################################################ 84.0% ################################################################ 90.1% ################################################################### 94.2% ###################################################################### 98.3% ######################################################################## 100.0% [2021-03-09T00:33:10.619Z] #35 10.18 [100%] Built target tini-static [2021-03-09T00:33:10.868Z] #42 ... [2021-03-09T00:33:10.868Z] [2021-03-09T00:33:10.868Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:33:10.868Z] #48 138.6 + /build/golangci-lint --version [2021-03-09T00:33:10.868Z] #48 138.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-09T00:33:10.868Z] #48 DONE 139.0s [2021-03-09T00:33:10.876Z] #35 10.28 + mkdir -p /build [2021-03-09T00:33:10.876Z] #35 10.29 + cp tini-static /build/docker-init [2021-03-09T00:33:10.876Z] #35 DONE 10.6s [2021-03-09T00:33:10.876Z] [2021-03-09T00:33:10.876Z] #43 [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-09T00:33:10.876Z] #43 sha256:c5047339b0fe649e0b3ecf0acd9732686689aaff11fc0c3bd59d1bafc7a63317 [2021-03-09T00:33:10.876Z] #43 73.43 regexp/syntax [2021-03-09T00:33:10.876Z] #43 74.06 fmt [2021-03-09T00:33:10.876Z] #43 78.57 regexp [2021-03-09T00:33:10.876Z] #43 79.03 flag [2021-03-09T00:33:10.876Z] #43 80.79 go/token [2021-03-09T00:33:10.876Z] #43 81.65 go/scanner [2021-03-09T00:33:10.876Z] #43 83.00 go/ast [2021-03-09T00:33:10.876Z] #43 83.34 internal/lazyregexp [2021-03-09T00:33:11.136Z] #43 ... [2021-03-09T00:33:11.136Z] [2021-03-09T00:33:11.136Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:33:11.136Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:33:11.136Z] #41 2.482 Note: Building without setproctitle() and strlcpy() support. [2021-03-09T00:33:11.136Z] #41 2.483 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-09T00:33:11.136Z] #41 2.506 Note: Building without GnuTLS support [2021-03-09T00:33:11.136Z] #41 2.515 Makefile.config:39: Warn: you have no libnftables installed [2021-03-09T00:33:11.136Z] #41 2.522 Makefile.config:40: Warn: Building without nftables support [2021-03-09T00:33:11.161Z] #47 27.61 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:33:11.161Z] #47 27.66 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:33:11.161Z] #47 27.69 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-09T00:33:11.161Z] #47 27.74 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:33:11.166Z] [2021-03-09T00:33:11.166Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:33:11.264Z] #28 8.886 [2021-03-09T00:33:11.421Z] #47 27.77 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-09T00:33:11.464Z] #55 ... [2021-03-09T00:33:11.464Z] [2021-03-09T00:33:11.464Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-09T00:33:11.464Z] #42 104.0 LINK lib/c/built-in.o [2021-03-09T00:33:11.464Z] #42 104.0 LINK lib/c/libcriu.so [2021-03-09T00:33:11.464Z] #42 104.0 LINK lib/c/libcriu.a [2021-03-09T00:33:11.681Z] #47 28.08 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:33:11.681Z] #47 28.11 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:33:11.700Z] #41 4.931 fatal: not a git repository (or any of the parent directories): .git [2021-03-09T00:33:11.700Z] #41 5.022 GEN .gitid [2021-03-09T00:33:11.803Z] #42 104.2 GEN magic.py [2021-03-09T00:33:11.803Z] #42 104.3 Note: Building without setproctitle() and strlcpy() support. [2021-03-09T00:33:11.803Z] #42 104.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-09T00:33:11.803Z] #42 104.4 Note: Building without GnuTLS support [2021-03-09T00:33:11.803Z] #42 104.4 Makefile.config:39: Warn: you have no libnftables installed [2021-03-09T00:33:11.803Z] #42 104.4 Makefile.config:40: Warn: Building without nftables support [2021-03-09T00:33:11.866Z] #28 9.192 # 1.6% ########################## 37.5% ################################################################# 90.8% ######################################################################## 100.0% [2021-03-09T00:33:11.942Z] #47 28.27 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:33:11.942Z] #47 28.43 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:33:11.957Z] #41 5.087 GEN criu/include/version.h [2021-03-09T00:33:11.957Z] #41 5.223 GEN include/common/asm [2021-03-09T00:33:12.095Z] #42 104.7 fatal: not a git repository (or any of the parent directories): .git [2021-03-09T00:33:12.166Z] #28 9.904 [2021-03-09T00:33:12.298Z] #47 28.51 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-09T00:33:12.298Z] #47 28.58 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:33:12.387Z] #42 104.9 make[1]: Nothing to be done for 'all'. [2021-03-09T00:33:12.470Z] #28 10.09 0.5% [2021-03-09T00:33:12.470Z] #28 ... [2021-03-09T00:33:12.470Z] [2021-03-09T00:33:12.470Z] #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-09T00:33:12.470Z] #33 sha256:07bd38020e07841fcce7879f1ab6b1dd20ce28286039f940cb6f6d1efdb1e568 [2021-03-09T00:33:12.470Z] #33 6.123 internal/testlog [2021-03-09T00:33:12.470Z] #33 6.738 runtime [2021-03-09T00:33:12.470Z] #33 7.644 encoding [2021-03-09T00:33:12.470Z] #33 8.355 runtime/cgo [2021-03-09T00:33:12.470Z] #33 ... [2021-03-09T00:33:12.470Z] [2021-03-09T00:33:12.470Z] #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-09T00:33:12.470Z] #28 sha256:c0fc92346696343890a98f3753d103c4595d74d8184ae5d111562c28cf2c391b [2021-03-09T00:33:12.494Z] #27 3.447 ## 2.9% ###### 8.3% ########## 14.0% ############# 19.1% ################# 24.7% #################### 28.2% ######################### 34.9% ############################ 40.1% ################################ 44.8% #################################### 50.3% ######################################## 56.0% ########################################### 61.0% ############################################### 66.3% ################################################### 71.7% ####################################################### 76.9% ########################################################### 82.1% ############################################################## 87.2% ############################################################### 88.0% #################################################################### 95.7% ######################################################################## 100.0% [2021-03-09T00:33:12.494Z] #27 5.485 [2021-03-09T00:33:12.678Z] #42 105.2 make[1]: 'images/built-in.o' is up to date. [2021-03-09T00:33:12.678Z] #42 105.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-09T00:33:12.678Z] #42 105.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-09T00:33:12.678Z] #42 105.2 make[1]: 'compel/libcompel.a' is up to date. [2021-03-09T00:33:12.678Z] #42 105.2 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-09T00:33:12.678Z] #42 105.2 make[1]: Nothing to be done for 'all'. [2021-03-09T00:33:12.678Z] #42 105.2 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-09T00:33:12.755Z] #27 5.951 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-09T00:33:12.769Z] #28 10.09 0.5% ################## 25.9% ################################################ 66.9% ######################################################################## 100.0% [2021-03-09T00:33:12.868Z] #47 29.04 go: downloading golang.org/x/text v0.3.2 [2021-03-09T00:33:12.868Z] #47 29.25 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:33:12.970Z] #42 105.3 make[2]: Nothing to be done for 'all'. [2021-03-09T00:33:12.970Z] #42 105.3 make[2]: Nothing to be done for 'all'. [2021-03-09T00:33:12.970Z] #42 105.4 make[2]: Nothing to be done for 'all'. [2021-03-09T00:33:12.970Z] #42 105.4 make[2]: Nothing to be done for 'all'. [2021-03-09T00:33:12.970Z] #42 105.4 make[2]: Nothing to be done for 'all'. [2021-03-09T00:33:12.970Z] #42 105.4 make[2]: Nothing to be done for 'all'. [2021-03-09T00:33:12.970Z] #42 105.5 make[2]: Nothing to be done for 'all'. [2021-03-09T00:33:12.970Z] #42 105.5 make[2]: Nothing to be done for 'all'. [2021-03-09T00:33:12.970Z] #42 105.5 INSTALL criu/criu [2021-03-09T00:33:13.019Z] #27 6.037 [2021-03-09T00:33:13.083Z] #28 10.75 [2021-03-09T00:33:13.269Z] #42 DONE 105.7s [2021-03-09T00:33:13.269Z] [2021-03-09T00:33:13.269Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:33:13.280Z] #27 6.107 ######################################################################## 100.0% [2021-03-09T00:33:13.280Z] #27 6.136 [2021-03-09T00:33:13.439Z] #47 29.68 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:33:13.541Z] #27 6.519 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-09T00:33:13.541Z] #27 6.650 [2021-03-09T00:33:13.802Z] #27 6.761 ######################################################################## 100.0% [2021-03-09T00:33:13.802Z] #27 6.777 [2021-03-09T00:33:13.852Z] #41 6.775 PBCC images/timens.pb-c.c [2021-03-09T00:33:13.852Z] #41 6.814 DEP images/timens.pb-c.d [2021-03-09T00:33:13.852Z] #41 6.849 PBCC images/fown.pb-c.c [2021-03-09T00:33:13.852Z] #41 6.875 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-09T00:33:13.852Z] #41 6.954 PBCC images/opts.pb-c.c [2021-03-09T00:33:13.852Z] #41 7.031 PBCC images/memfd.pb-c.c [2021-03-09T00:33:13.852Z] #41 7.067 DEP images/fown.pb-c.d [2021-03-09T00:33:13.852Z] #41 7.108 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-09T00:33:13.852Z] #41 7.175 DEP images/opts.pb-c.d [2021-03-09T00:33:13.906Z] #55 ... [2021-03-09T00:33:13.906Z] [2021-03-09T00:33:13.906Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-09T00:33:14.069Z] #27 7.103 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-09T00:33:14.069Z] #27 7.192 [2021-03-09T00:33:14.114Z] #41 7.240 DEP images/memfd.pb-c.d [2021-03-09T00:33:14.114Z] #41 7.349 PBCC images/sit.pb-c.c [2021-03-09T00:33:14.114Z] #41 7.447 DEP images/sit.pb-c.d [2021-03-09T00:33:14.198Z] #43 DONE 0.2s [2021-03-09T00:33:14.198Z] [2021-03-09T00:33:14.198Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2021-03-09T00:33:14.198Z] #45 DONE 0.1s [2021-03-09T00:33:14.198Z] [2021-03-09T00:33:14.198Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:33:14.198Z] #55 ... [2021-03-09T00:33:14.198Z] [2021-03-09T00:33:14.198Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2021-03-09T00:33:14.198Z] #47 DONE 0.1s [2021-03-09T00:33:14.371Z] #41 ... [2021-03-09T00:33:14.371Z] [2021-03-09T00:33:14.371Z] #32 [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-09T00:33:14.371Z] #32 sha256:0fd1a287587fdef94e9de559a56021bd2e8d7b7bb660903b8736e93b6269a257 [2021-03-09T00:33:14.371Z] #32 81.93 github.com/BurntSushi/toml/cmd/tomlv [2021-03-09T00:33:14.371Z] #32 DONE 86.9s [2021-03-09T00:33:14.371Z] [2021-03-09T00:33:14.371Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:33:14.371Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:33:14.371Z] #41 7.570 PBCC images/macvlan.pb-c.c [2021-03-09T00:33:14.371Z] #41 ... [2021-03-09T00:33:14.371Z] [2021-03-09T00:33:14.371Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:14.371Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:14.371Z] #11 86.10 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-09T00:33:14.371Z] #11 86.11 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-09T00:33:14.371Z] #11 86.12 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:33:14.371Z] #11 86.30 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-09T00:33:14.371Z] #11 86.33 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-09T00:33:14.371Z] #11 86.34 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:33:14.393Z] #47 ... [2021-03-09T00:33:14.393Z] [2021-03-09T00:33:14.393Z] #62 [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-09T00:33:14.393Z] #62 sha256:05760a2c5e1b4df871fb60b00e6248fdd10049b9b595f754e6ce12614eb31d3f [2021-03-09T00:33:14.493Z] [2021-03-09T00:33:14.493Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2021-03-09T00:33:14.493Z] #49 DONE 0.2s [2021-03-09T00:33:14.493Z] [2021-03-09T00:33:14.493Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2021-03-09T00:33:14.785Z] #51 DONE 0.1s [2021-03-09T00:33:14.785Z] [2021-03-09T00:33:14.785Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-09T00:33:15.121Z] #27 7.412 ###### 9.1% ############# 19.3% ############################## 41.8% ################################################ 67.4% ################################################################## 93.0% ######################################################################## 100.0% [2021-03-09T00:33:15.121Z] #27 8.055 [2021-03-09T00:33:15.229Z] #28 10.94 0.2% ### 4.7% ####### 10.5% ########### 16.2% ################## 25.7% ##################### 30.2% ######################### 35.9% ############################### 43.6% #################################### 51.2% ####################################### 55.1% ############################################# 62.8% #################################################### 72.9% ######################################################## 78.7% ############################################################## 86.2% ################################################################ 89.5% ##################################################################### 97.1% ######################################################################## 100.0% [2021-03-09T00:33:15.383Z] #27 8.477 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-09T00:33:15.435Z] #62 30.73 Checking out files: 52% (997/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-09T00:33:15.645Z] #27 8.667 [2021-03-09T00:33:15.645Z] #27 8.768 ######################################################################## 100.0% [2021-03-09T00:33:15.670Z] #30 ... [2021-03-09T00:33:15.670Z] [2021-03-09T00:33:15.670Z] #27 [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-09T00:33:15.670Z] #27 sha256:54da10271185ce1ef3f65cb808bcb5eebe80dd7fdabae77c58c5d317e0b793c3 [2021-03-09T00:33:15.670Z] #27 1.837 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-09T00:33:15.670Z] #27 2.011 [2021-03-09T00:33:15.670Z] #27 2.257 0.0% ####### 10.9% ################# 24.0% ############################ 38.9% ####################################### 54.6% ################################################# 69.4% ############################################################# 86.0% ###################################################################### 97.3% ######################################################################## 100.0% [2021-03-09T00:33:15.670Z] #27 3.247 [2021-03-09T00:33:15.670Z] #27 3.415 0.2% ######################################################################## 100.0% [2021-03-09T00:33:15.670Z] #27 3.643 [2021-03-09T00:33:15.670Z] #27 3.784 0.2% ############################################ 62.1% ######################################################################## 100.0% [2021-03-09T00:33:15.670Z] #27 4.128 [2021-03-09T00:33:15.670Z] #27 4.305 0.0% ####### 10.8% ################### 27.1% ###################### 30.6% ###################### 31.0% ###################### 31.1% ############################# 40.3% ################################ 45.4% ############################################### 65.4% ################################################ 67.0% ########################################################## 80.6% ####################################################################### 100.0% ######################################################################## 100.0% [2021-03-09T00:33:15.670Z] #27 6.198 [2021-03-09T00:33:15.695Z] #62 31.94 + cd /tmp/tmp.QyrG96AvJ7/src/github.com/docker/libnetwork [2021-03-09T00:33:15.695Z] #62 31.94 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:33:15.892Z] #28 13.37 #=#=# [2021-03-09T00:33:15.906Z] #27 8.834 [2021-03-09T00:33:15.955Z] #62 32.33 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-09T00:33:16.168Z] #27 9.274 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-09T00:33:16.202Z] #27 6.448 0.0% # 1.7% ### 4.8% ###### 8.9% ####### 10.9% ######### 13.9% ########### 16.5% ############# 18.6% ############## 20.3% ############### 21.9% ################ 22.8% [2021-03-09T00:33:16.202Z] #27 ... [2021-03-09T00:33:16.202Z] [2021-03-09T00:33:16.202Z] #30 [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-09T00:33:16.202Z] #30 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-03-09T00:33:16.202Z] #30 6.202 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-09T00:33:16.202Z] #30 6.210 Cloning into '.'... [2021-03-09T00:33:16.429Z] #27 9.504 [2021-03-09T00:33:16.429Z] #27 9.624 ######################################################################## 100.0% [2021-03-09T00:33:16.576Z] #62 ... [2021-03-09T00:33:16.576Z] [2021-03-09T00:33:16.576Z] #43 [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-09T00:33:16.576Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:33:16.576Z] #43 22.84 encoding [2021-03-09T00:33:16.576Z] #43 23.23 unicode/utf16 [2021-03-09T00:33:16.576Z] #43 23.68 container/list [2021-03-09T00:33:16.576Z] #43 24.20 crypto/internal/subtle [2021-03-09T00:33:16.576Z] #43 24.32 crypto/subtle [2021-03-09T00:33:16.576Z] #43 24.49 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-09T00:33:16.576Z] #43 24.67 internal/nettrace [2021-03-09T00:33:16.576Z] #43 24.94 runtime/cgo [2021-03-09T00:33:16.576Z] #43 ... [2021-03-09T00:33:16.576Z] [2021-03-09T00:33:16.576Z] #56 [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-09T00:33:16.576Z] #56 sha256:73e3f66204f81e4e57975995fa952d079bf595d85f1f0a01879ee18ff8a7c52a [2021-03-09T00:33:16.576Z] #56 22.99 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:33:16.576Z] #56 23.73 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:33:16.576Z] #56 27.71 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:33:16.576Z] #56 28.02 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:33:16.576Z] #56 28.11 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:33:16.576Z] #56 28.91 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:33:16.576Z] #56 28.96 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:33:16.698Z] #27 9.833 [2021-03-09T00:33:16.698Z] #27 9.838 Download of images into '/build' complete. [2021-03-09T00:33:16.698Z] #27 9.838 Use something like the following to load the result into a Docker daemon: [2021-03-09T00:33:16.698Z] #27 9.838 tar -cC '/build' . | docker load [2021-03-09T00:33:16.698Z] #27 ... [2021-03-09T00:33:16.698Z] [2021-03-09T00:33:16.698Z] #30 [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-09T00:33:16.698Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:33:16.698Z] #30 7.344 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-09T00:33:16.823Z] #28 13.58 0.0% # 1.9% ## 3.0% ### 5.2% ##### 7.9% ###### 9.0% ####### 10.0% ######## 11.7% [2021-03-09T00:33:16.823Z] #28 ... [2021-03-09T00:33:16.823Z] [2021-03-09T00:33:16.823Z] #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-09T00:33:16.823Z] #46 sha256:8c23ffc3bf2871ac19b7bb222469b97111c250c10d48261e1172e6e867495f95 [2021-03-09T00:33:16.823Z] #46 10.50 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:33:16.823Z] #46 11.68 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:33:16.823Z] #46 16.73 go: finding github.com/fatih/color v1.9.0 [2021-03-09T00:33:16.823Z] #46 16.73 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:33:16.823Z] #46 16.77 go: finding github.com/pkg/errors v0.9.1 [2021-03-09T00:33:16.823Z] #46 16.78 go: finding github.com/spf13/pflag v1.0.3 [2021-03-09T00:33:16.823Z] #46 16.90 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:33:16.823Z] #46 17.03 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:33:16.823Z] #46 17.33 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:33:16.823Z] #46 17.71 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:33:16.823Z] #46 17.75 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:33:16.823Z] #46 17.76 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:33:16.823Z] #46 17.85 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:33:16.823Z] #46 ... [2021-03-09T00:33:16.823Z] [2021-03-09T00:33:16.823Z] #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-09T00:33:16.823Z] #28 sha256:c0fc92346696343890a98f3753d103c4595d74d8184ae5d111562c28cf2c391b [2021-03-09T00:33:16.846Z] #56 ... [2021-03-09T00:33:16.846Z] [2021-03-09T00:33:16.847Z] #38 [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-09T00:33:16.847Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:33:17.122Z] #30 7.357 Cloning into '.'... [2021-03-09T00:33:17.144Z] #34 43.78 Reading package lists... [2021-03-09T00:33:17.145Z] #34 ... [2021-03-09T00:33:17.145Z] [2021-03-09T00:33:17.145Z] #53 [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-09T00:33:17.145Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:33:17.145Z] #53 39.76 Reading package lists... [2021-03-09T00:33:17.145Z] #53 49.89 Building dependency tree... [2021-03-09T00:33:17.145Z] #53 ... [2021-03-09T00:33:17.145Z] [2021-03-09T00:33:17.145Z] #43 [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-09T00:33:17.145Z] #43 sha256:c04f631ddbe13747d502f1e8ae4d852e7ab2ec1b7ac742221a1bc2f7bc62ee1d [2021-03-09T00:33:17.145Z] #43 40.14 vendor/golang.org/x/crypto/internal/subtle [2021-03-09T00:33:17.145Z] #43 40.52 vendor/golang.org/x/crypto/curve25519 [2021-03-09T00:33:17.145Z] #43 ... [2021-03-09T00:33:17.145Z] [2021-03-09T00:33:17.145Z] #47 [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-09T00:33:17.145Z] #47 sha256:ffb1881850cde42d89f5cfb41ca658cccbe962566cb1c2073a1210b735b27ebd [2021-03-09T00:33:17.145Z] #47 46.97 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-09T00:33:17.145Z] #47 50.21 go: extracting golang.org/x/text v0.3.2 [2021-03-09T00:33:17.153Z] #28 13.58 0.0% # 1.9% ## 3.0% ### 5.2% ##### 7.9% ###### 9.0% ####### 10.0% ######## 11.7% ######### 13.3% ########## 14.9% [2021-03-09T00:33:17.153Z] #28 ... [2021-03-09T00:33:17.153Z] [2021-03-09T00:33:17.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-09T00:33:17.153Z] #44 sha256:2f5fc9dd42c740dd3e5f3ca8a41736d83b646f02ff4fafc85f563418f714e257 [2021-03-09T00:33:17.153Z] #44 10.73 crypto/internal/subtle [2021-03-09T00:33:17.153Z] #44 10.98 crypto/subtle [2021-03-09T00:33:17.153Z] #44 11.85 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-09T00:33:17.153Z] #44 12.36 internal/nettrace [2021-03-09T00:33:17.153Z] #44 12.66 runtime/cgo [2021-03-09T00:33:17.153Z] #44 15.40 vendor/golang.org/x/crypto/internal/subtle [2021-03-09T00:33:17.153Z] #44 ... [2021-03-09T00:33:17.153Z] [2021-03-09T00:33:17.153Z] #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-09T00:33:17.153Z] #28 sha256:c0fc92346696343890a98f3753d103c4595d74d8184ae5d111562c28cf2c391b [2021-03-09T00:33:17.380Z] #38 32.08 Checking out files: 80% (1348/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-09T00:33:17.380Z] #38 ... [2021-03-09T00:33:17.380Z] [2021-03-09T00:33:17.380Z] #49 [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-09T00:33:17.380Z] #49 sha256:e273e07ee40b04555832ddebcedd237b5067000d372596693eea2bd89d6aa297 [2021-03-09T00:33:17.380Z] #49 23.88 + cd /tmp/tmp.O7RI4Q2MkN/src/github.com/mvdan/sh [2021-03-09T00:33:17.380Z] #49 23.88 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:33:17.380Z] #49 24.02 + GO111MODULE=on [2021-03-09T00:33:17.380Z] #49 24.02 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-09T00:33:17.380Z] #49 25.90 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:33:17.380Z] #49 26.00 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:33:17.380Z] #49 26.00 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:33:17.380Z] #49 26.86 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:33:17.380Z] #49 27.01 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:33:17.380Z] #49 27.87 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:33:17.380Z] #49 29.44 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:33:17.380Z] #49 31.60 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:33:17.380Z] #49 33.84 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:33:17.680Z] #49 ... [2021-03-09T00:33:17.680Z] [2021-03-09T00:33:17.680Z] #38 [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-09T00:33:17.680Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:33:17.680Z] #38 32.86 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-09T00:33:17.758Z] #28 13.58 0.0% # 1.9% ## 3.0% ### 5.2% ##### 7.9% ###### 9.0% ####### 10.0% ######## 11.7% ######### 13.3% ########## 14.9% ############ 17.1% ############# 19.0% ############### 20.9% ################ 22.8% ################# 23.9% ################# 25.0% ################### 26.6% ################### 27.7% ##################### [2021-03-09T00:33:17.758Z] #28 ... [2021-03-09T00:33:17.758Z] [2021-03-09T00:33:17.758Z] #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-09T00:33:17.758Z] #57 sha256:3a1b1b6f269bd5a782e05c866091f6f34831a6493346a3c91faf400a20820c4f [2021-03-09T00:33:17.758Z] #57 11.57 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:33:17.758Z] #57 13.12 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:33:17.758Z] #57 13.12 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:33:17.758Z] #57 13.52 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-09T00:33:17.758Z] #57 15.18 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:33:17.758Z] #57 15.23 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:33:17.758Z] #57 20.60 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:33:18.067Z] #57 ... [2021-03-09T00:33:18.067Z] [2021-03-09T00:33:18.067Z] #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-09T00:33:18.067Z] #28 sha256:c0fc92346696343890a98f3753d103c4595d74d8184ae5d111562c28cf2c391b [2021-03-09T00:33:18.573Z] #30 ... [2021-03-09T00:33:18.573Z] [2021-03-09T00:33:18.573Z] #40 [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-09T00:33:18.573Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:18.573Z] #40 9.056 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:18.573Z] #40 9.130 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:18.573Z] #40 9.158 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:18.573Z] #40 ... [2021-03-09T00:33:18.573Z] [2021-03-09T00:33:18.573Z] #56 [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-09T00:33:18.573Z] #56 sha256:47f3455130b3b4dcc5582a64615ea7121a06c9633a69d7749c0688c43d9a409c [2021-03-09T00:33:18.573Z] #56 7.320 + RM_GOPATH=0 [2021-03-09T00:33:18.573Z] #56 7.320 + TMP_GOPATH= [2021-03-09T00:33:18.573Z] #56 7.320 + : /build [2021-03-09T00:33:18.573Z] #56 7.320 + '[' -z '' ']' [2021-03-09T00:33:18.573Z] #56 7.320 ++ mktemp -d [2021-03-09T00:33:18.573Z] #56 7.320 + export GOPATH=/tmp/tmp.i8ht8Oz0tG [2021-03-09T00:33:18.573Z] #56 7.320 + GOPATH=/tmp/tmp.i8ht8Oz0tG [2021-03-09T00:33:18.573Z] #56 7.320 + RM_GOPATH=1 [2021-03-09T00:33:18.573Z] #56 7.320 + case "$(go env GOARCH)" in [2021-03-09T00:33:18.573Z] #56 7.320 ++ go env GOARCH [2021-03-09T00:33:18.573Z] #56 7.366 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:33:18.573Z] #56 7.367 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:18.573Z] #56 7.367 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:18.573Z] #56 7.367 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:18.573Z] #56 7.367 + dir=/tmp/install [2021-03-09T00:33:18.573Z] #56 7.367 + bin=rootlesskit [2021-03-09T00:33:18.573Z] #56 7.367 + shift [2021-03-09T00:33:18.573Z] #56 7.367 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-09T00:33:18.573Z] #56 7.367 + . /tmp/install/rootlesskit.installer [2021-03-09T00:33:18.573Z] #56 7.367 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:33:18.573Z] #56 7.367 + install_rootlesskit [2021-03-09T00:33:18.573Z] #56 7.367 + case "$1" in [2021-03-09T00:33:18.573Z] #56 7.367 + export CGO_ENABLED=0 [2021-03-09T00:33:18.573Z] #56 7.367 + CGO_ENABLED=0 [2021-03-09T00:33:18.573Z] #56 7.367 + _install_rootlesskit [2021-03-09T00:33:18.573Z] #56 7.367 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-09T00:33:18.573Z] #56 7.367 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.i8ht8Oz0tG/src/github.com/rootless-containers/rootlesskit [2021-03-09T00:33:18.573Z] #56 7.367 Cloning into '/tmp/tmp.i8ht8Oz0tG/src/github.com/rootless-containers/rootlesskit'... [2021-03-09T00:33:18.675Z] #28 13.58 0.0% # 1.9% ## 3.0% ### 5.2% ##### 7.9% ###### 9.0% ####### 10.0% ######## 11.7% ######### 13.3% ########## 14.9% ############ 17.1% ############# 19.0% ############### 20.9% ################ 22.8% ################# 23.9% ################# 25.0% ################### 26.6% ################### 27.7% ##################### 29.3% ###################### 31.4% ####################### 33.0% ######################## 34.1% ######################### 34.8% ######################### 35.2% ######################### 35.2% ######################### 35.2% ######################### 35.3% [2021-03-09T00:33:18.675Z] #28 ... [2021-03-09T00:33:18.675Z] [2021-03-09T00:33:18.675Z] #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-09T00:33:18.675Z] #50 sha256:84ad54e9390a7e1d1fe49fd04876213f7d60bfc3a1e94c64dc8dfc6979779816 [2021-03-09T00:33:18.675Z] #50 12.53 + cd /tmp/tmp.j92Tqq57gX/src/github.com/mvdan/sh [2021-03-09T00:33:18.675Z] #50 12.54 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:33:18.675Z] #50 12.63 + GO111MODULE=on [2021-03-09T00:33:18.675Z] #50 12.63 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-09T00:33:18.675Z] #50 15.03 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:33:18.675Z] #50 15.13 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:33:18.675Z] #50 15.15 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:33:18.675Z] #50 15.76 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:33:18.675Z] #50 15.91 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:33:18.675Z] #50 16.92 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:33:18.675Z] #50 18.60 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:33:18.675Z] #50 20.76 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:33:18.835Z] #56 ... [2021-03-09T00:33:18.835Z] [2021-03-09T00:33:18.835Z] #47 [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-09T00:33:18.835Z] #47 sha256:716f54b1e6fadeb22ed98c75c806c4e5b8e9621bfbbb4352228e7a43cf796028 [2021-03-09T00:33:18.835Z] #47 9.205 + RM_GOPATH=0 [2021-03-09T00:33:18.835Z] #47 9.205 + TMP_GOPATH= [2021-03-09T00:33:18.835Z] #47 9.206 + : /build [2021-03-09T00:33:18.835Z] #47 9.213 + '[' -z '' ']' [2021-03-09T00:33:18.835Z] #47 9.216 ++ mktemp -d [2021-03-09T00:33:18.835Z] #47 9.218 + export GOPATH=/tmp/tmp.KgG7Iowki7 [2021-03-09T00:33:18.835Z] #47 9.221 + GOPATH=/tmp/tmp.KgG7Iowki7 [2021-03-09T00:33:18.835Z] #47 9.221 + RM_GOPATH=1 [2021-03-09T00:33:18.835Z] #47 9.222 + case "$(go env GOARCH)" in [2021-03-09T00:33:18.835Z] #47 9.224 ++ go env GOARCH [2021-03-09T00:33:18.835Z] #47 9.242 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:18.835Z] #47 9.243 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:18.835Z] #47 9.243 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:18.835Z] #47 9.245 + dir=/tmp/install [2021-03-09T00:33:18.835Z] #47 9.248 + bin=golangci_lint [2021-03-09T00:33:18.835Z] #47 9.248 + shift [2021-03-09T00:33:18.836Z] #47 9.248 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-09T00:33:18.836Z] #47 9.249 + . /tmp/install/golangci_lint.installer [2021-03-09T00:33:18.836Z] #47 9.249 ++ : v1.23.8 [2021-03-09T00:33:18.836Z] #47 9.249 + install_golangci_lint [2021-03-09T00:33:18.836Z] #47 9.249 + set -e [2021-03-09T00:33:18.836Z] #47 9.250 + export GO111MODULE=on [2021-03-09T00:33:18.836Z] #47 9.250 + GO111MODULE=on [2021-03-09T00:33:18.836Z] #47 9.250 + GOBIN=/build [2021-03-09T00:33:18.836Z] #47 9.250 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-09T00:33:18.836Z] #47 9.282 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-09T00:33:18.836Z] #47 9.307 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-09T00:33:18.836Z] #47 9.309 go: finding github.com v1.23.8 [2021-03-09T00:33:18.836Z] #47 9.311 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:33:18.836Z] #47 9.316 go: finding github.com/golangci v1.23.8 [2021-03-09T00:33:18.836Z] #47 ... [2021-03-09T00:33:18.836Z] [2021-03-09T00:33:18.836Z] #32 [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-09T00:33:18.836Z] #32 sha256:d7acd44b27279b8a9a308d5765b35c76ba7398c4e674760af9a70c8fa270f93c [2021-03-09T00:33:18.836Z] #32 7.362 + RM_GOPATH=0 [2021-03-09T00:33:18.836Z] #32 7.362 + TMP_GOPATH= [2021-03-09T00:33:18.836Z] #32 7.362 + : /build [2021-03-09T00:33:18.836Z] #32 7.362 + '[' -z '' ']' [2021-03-09T00:33:18.836Z] #32 7.362 ++ mktemp -d [2021-03-09T00:33:18.836Z] #32 7.362 + export GOPATH=/tmp/tmp.jy8v1mUX45 [2021-03-09T00:33:18.836Z] #32 7.362 + GOPATH=/tmp/tmp.jy8v1mUX45 [2021-03-09T00:33:18.836Z] #32 7.362 + RM_GOPATH=1 [2021-03-09T00:33:18.836Z] #32 7.362 + case "$(go env GOARCH)" in [2021-03-09T00:33:18.836Z] #32 7.362 ++ go env GOARCH [2021-03-09T00:33:18.836Z] #32 7.366 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:18.836Z] #32 7.366 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:18.836Z] #32 7.366 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:18.836Z] #32 7.373 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:33:18.836Z] #32 7.373 + dir=/tmp/install [2021-03-09T00:33:18.836Z] #32 7.373 + bin=tomlv [2021-03-09T00:33:18.836Z] #32 7.373 + shift [2021-03-09T00:33:18.836Z] #32 7.373 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-09T00:33:18.836Z] #32 7.373 + . /tmp/install/tomlv.installer [2021-03-09T00:33:18.836Z] #32 7.373 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:33:18.836Z] #32 7.373 + install_tomlv [2021-03-09T00:33:18.836Z] #32 7.373 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-09T00:33:18.836Z] #32 7.373 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.jy8v1mUX45/src/github.com/BurntSushi/toml [2021-03-09T00:33:18.836Z] #32 7.373 Cloning into '/tmp/tmp.jy8v1mUX45/src/github.com/BurntSushi/toml'... [2021-03-09T00:33:18.836Z] #32 7.988 + cd /tmp/tmp.jy8v1mUX45/src/github.com/BurntSushi/toml [2021-03-09T00:33:18.836Z] #32 7.988 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:33:18.836Z] #32 8.015 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-09T00:33:18.836Z] #32 8.311 runtime/internal/atomic [2021-03-09T00:33:18.836Z] #32 8.311 internal/cpu [2021-03-09T00:33:18.836Z] #32 8.553 runtime/internal/sys [2021-03-09T00:33:18.836Z] #32 8.722 runtime/internal/math [2021-03-09T00:33:18.836Z] #32 8.761 math/bits [2021-03-09T00:33:18.836Z] #32 9.073 unicode/utf8 [2021-03-09T00:33:18.836Z] #32 9.073 internal/bytealg [2021-03-09T00:33:18.836Z] #32 9.457 math [2021-03-09T00:33:18.836Z] #32 9.701 runtime [2021-03-09T00:33:18.836Z] #32 ... [2021-03-09T00:33:18.836Z] [2021-03-09T00:33:18.836Z] #45 [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-09T00:33:18.836Z] #45 sha256:b378dca45761b108e99281a7e6308699ddbe73225870412fe296780ebd9dbd22 [2021-03-09T00:33:18.836Z] #45 6.820 + RM_GOPATH=0 [2021-03-09T00:33:18.836Z] #45 6.820 + TMP_GOPATH= [2021-03-09T00:33:18.836Z] #45 6.820 + : /build [2021-03-09T00:33:18.836Z] #45 6.820 + '[' -z '' ']' [2021-03-09T00:33:18.836Z] #45 6.820 ++ mktemp -d [2021-03-09T00:33:18.836Z] #45 6.820 + export GOPATH=/tmp/tmp.MxJckrzEjm [2021-03-09T00:33:18.836Z] #45 6.820 + GOPATH=/tmp/tmp.MxJckrzEjm [2021-03-09T00:33:18.836Z] #45 6.820 + RM_GOPATH=1 [2021-03-09T00:33:18.836Z] #45 6.820 + case "$(go env GOARCH)" in [2021-03-09T00:33:18.836Z] #45 6.820 ++ go env GOARCH [2021-03-09T00:33:18.836Z] #45 6.820 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:18.836Z] #45 6.821 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:18.836Z] #45 6.821 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:18.836Z] #45 6.821 + dir=/tmp/install [2021-03-09T00:33:18.836Z] #45 6.821 + bin=gotestsum [2021-03-09T00:33:18.836Z] #45 6.821 + shift [2021-03-09T00:33:18.836Z] #45 6.821 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-09T00:33:18.836Z] #45 6.821 + . /tmp/install/gotestsum.installer [2021-03-09T00:33:18.836Z] #45 6.821 ++ : v0.5.3 [2021-03-09T00:33:18.836Z] #45 6.821 + install_gotestsum [2021-03-09T00:33:18.836Z] #45 6.821 + set -e [2021-03-09T00:33:18.836Z] #45 6.821 + export GO111MODULE=on [2021-03-09T00:33:18.836Z] #45 6.821 + GO111MODULE=on [2021-03-09T00:33:18.836Z] #45 6.821 + GOBIN=/build [2021-03-09T00:33:18.836Z] #45 6.821 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-09T00:33:18.836Z] #45 6.896 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-09T00:33:18.836Z] #45 6.896 go: finding gotest.tools v0.5.3 [2021-03-09T00:33:18.836Z] #45 7.320 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-09T00:33:18.836Z] #45 7.947 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-09T00:33:18.836Z] #45 8.546 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-09T00:33:18.836Z] #45 8.546 go: downloading github.com/fatih/color v1.9.0 [2021-03-09T00:33:18.836Z] #45 8.603 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:33:18.836Z] #45 8.603 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:33:18.836Z] #45 8.723 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:33:18.836Z] #45 8.747 go: downloading github.com/pkg/errors v0.9.1 [2021-03-09T00:33:18.836Z] #45 8.763 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:33:18.836Z] #45 8.836 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:33:18.836Z] #45 9.052 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:33:18.836Z] #45 9.331 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:33:18.836Z] #45 9.335 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-09T00:33:18.836Z] #45 10.13 go: extracting github.com/fatih/color v1.9.0 [2021-03-09T00:33:18.836Z] #45 10.14 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:33:18.836Z] #45 10.16 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:33:18.836Z] #45 10.59 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:33:18.975Z] #50 ... [2021-03-09T00:33:18.975Z] [2021-03-09T00:33:18.975Z] #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-09T00:33:18.975Z] #28 sha256:c0fc92346696343890a98f3753d103c4595d74d8184ae5d111562c28cf2c391b [2021-03-09T00:33:19.055Z] #47 ... [2021-03-09T00:33:19.055Z] [2021-03-09T00:33:19.055Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:19.055Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:19.055Z] #11 43.21 Reading package lists... [2021-03-09T00:33:19.098Z] #45 ... [2021-03-09T00:33:19.098Z] [2021-03-09T00:33:19.098Z] #43 [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-09T00:33:19.098Z] #43 sha256:f31d43ad85063f1d9c713cd78e56c182a21e18c8990e1d97796a591623a5bb9a [2021-03-09T00:33:19.098Z] #43 8.763 + RM_GOPATH=0 [2021-03-09T00:33:19.098Z] #43 8.763 + TMP_GOPATH= [2021-03-09T00:33:19.098Z] #43 8.763 + : /build [2021-03-09T00:33:19.098Z] #43 8.763 + '[' -z '' ']' [2021-03-09T00:33:19.098Z] #43 8.763 ++ mktemp -d [2021-03-09T00:33:19.098Z] #43 8.768 + export GOPATH=/tmp/tmp.eicURUP1aP [2021-03-09T00:33:19.098Z] #43 8.768 + GOPATH=/tmp/tmp.eicURUP1aP [2021-03-09T00:33:19.098Z] #43 8.768 + RM_GOPATH=1 [2021-03-09T00:33:19.098Z] #43 8.768 + case "$(go env GOARCH)" in [2021-03-09T00:33:19.098Z] #43 8.768 ++ go env GOARCH [2021-03-09T00:33:19.098Z] #43 8.775 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:19.098Z] #43 8.775 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:19.098Z] #43 8.775 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:19.098Z] #43 8.779 + dir=/tmp/install [2021-03-09T00:33:19.098Z] #43 8.781 + bin=vndr [2021-03-09T00:33:19.098Z] #43 8.781 + shift [2021-03-09T00:33:19.098Z] #43 8.781 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-09T00:33:19.098Z] #43 8.781 + . /tmp/install/vndr.installer [2021-03-09T00:33:19.098Z] #43 8.781 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:33:19.098Z] #43 8.781 + install_vndr [2021-03-09T00:33:19.098Z] #43 8.781 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-09T00:33:19.098Z] #43 8.781 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.eicURUP1aP/src/github.com/LK4D4/vndr [2021-03-09T00:33:19.098Z] #43 8.781 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:33:19.098Z] #43 9.088 Cloning into '/tmp/tmp.eicURUP1aP/src/github.com/LK4D4/vndr'... [2021-03-09T00:33:19.098Z] #43 ... [2021-03-09T00:33:19.098Z] [2021-03-09T00:33:19.098Z] #62 [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-09T00:33:19.098Z] #62 sha256:57f62fece380342ed19ba1a528b26816b99dbc18a0c7d4390c8418bdc91595ef [2021-03-09T00:33:19.098Z] #62 6.690 + RM_GOPATH=0 [2021-03-09T00:33:19.098Z] #62 6.690 + TMP_GOPATH= [2021-03-09T00:33:19.098Z] #62 6.690 + : /build [2021-03-09T00:33:19.098Z] #62 6.690 + '[' -z '' ']' [2021-03-09T00:33:19.098Z] #62 6.690 ++ mktemp -d [2021-03-09T00:33:19.098Z] #62 6.707 + export GOPATH=/tmp/tmp.WINTB7jimS [2021-03-09T00:33:19.098Z] #62 6.707 + GOPATH=/tmp/tmp.WINTB7jimS [2021-03-09T00:33:19.098Z] #62 6.707 + RM_GOPATH=1 [2021-03-09T00:33:19.098Z] #62 6.707 + case "$(go env GOARCH)" in [2021-03-09T00:33:19.098Z] #62 6.707 ++ go env GOARCH [2021-03-09T00:33:19.098Z] #62 6.707 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:19.098Z] #62 6.707 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:19.098Z] #62 6.711 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:19.098Z] #62 6.718 + dir=/tmp/install [2021-03-09T00:33:19.098Z] #62 6.718 + bin=proxy [2021-03-09T00:33:19.098Z] #62 6.718 + shift [2021-03-09T00:33:19.098Z] #62 6.718 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-09T00:33:19.098Z] #62 6.718 + . /tmp/install/proxy.installer [2021-03-09T00:33:19.098Z] #62 6.718 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:33:19.098Z] #62 6.718 + install_proxy [2021-03-09T00:33:19.098Z] #62 6.718 + case "$1" in [2021-03-09T00:33:19.098Z] #62 6.718 + export CGO_ENABLED=0 [2021-03-09T00:33:19.098Z] #62 6.718 + CGO_ENABLED=0 [2021-03-09T00:33:19.098Z] #62 6.718 + _install_proxy [2021-03-09T00:33:19.098Z] #62 6.718 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-09T00:33:19.098Z] #62 6.718 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.WINTB7jimS/src/github.com/docker/libnetwork [2021-03-09T00:33:19.098Z] #62 6.718 Cloning into '/tmp/tmp.WINTB7jimS/src/github.com/docker/libnetwork'... [2021-03-09T00:33:19.098Z] #62 6.718 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:33:19.500Z] #62 ... [2021-03-09T00:33:19.500Z] [2021-03-09T00:33:19.500Z] #22 [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-09T00:33:19.500Z] #22 sha256:6c37be4b3153133443ee230a97346f458f1dd84b579765e25bc1c4ba9ff19636 [2021-03-09T00:33:19.500Z] #22 7.423 + RM_GOPATH=0 [2021-03-09T00:33:19.500Z] #22 7.423 + TMP_GOPATH= [2021-03-09T00:33:19.500Z] #22 7.423 + : /build [2021-03-09T00:33:19.500Z] #22 7.423 + '[' -z '' ']' [2021-03-09T00:33:19.500Z] #22 7.428 ++ mktemp -d [2021-03-09T00:33:19.500Z] #22 7.428 + export GOPATH=/tmp/tmp.GjkYA7V2ep [2021-03-09T00:33:19.500Z] #22 7.428 + GOPATH=/tmp/tmp.GjkYA7V2ep [2021-03-09T00:33:19.500Z] #22 7.428 + RM_GOPATH=1 [2021-03-09T00:33:19.500Z] #22 7.428 + case "$(go env GOARCH)" in [2021-03-09T00:33:19.500Z] #22 7.428 ++ go env GOARCH [2021-03-09T00:33:19.500Z] #22 7.491 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:19.500Z] #22 7.491 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:19.500Z] #22 7.491 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:19.500Z] #22 7.491 + dir=/tmp/install [2021-03-09T00:33:19.500Z] #22 7.491 + bin=dockercli [2021-03-09T00:33:19.500Z] #22 7.491 + shift [2021-03-09T00:33:19.500Z] #22 7.491 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-09T00:33:19.500Z] #22 7.491 + . /tmp/install/dockercli.installer [2021-03-09T00:33:19.500Z] #22 7.491 ++ : stable [2021-03-09T00:33:19.500Z] #22 7.491 ++ : 17.06.2-ce [2021-03-09T00:33:19.500Z] #22 7.491 + install_dockercli [2021-03-09T00:33:19.500Z] #22 7.491 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-09T00:33:19.500Z] #22 7.491 ++ uname -m [2021-03-09T00:33:19.500Z] #22 7.491 + arch=x86_64 [2021-03-09T00:33:19.500Z] #22 7.491 + '[' x86_64 '!=' x86_64 ']' [2021-03-09T00:33:19.500Z] #22 7.491 + url=https://download.docker.com/linux/static [2021-03-09T00:33:19.500Z] #22 7.491 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-03-09T00:33:19.500Z] #22 7.491 + tar -xz docker/docker [2021-03-09T00:33:19.500Z] #22 7.491 Install docker/cli version 17.06.2-ce from stable [2021-03-09T00:33:19.589Z] #28 13.58 0.0% # 1.9% ## 3.0% ### 5.2% ##### 7.9% ###### 9.0% ####### 10.0% ######## 11.7% ######### 13.3% ########## 14.9% ############ 17.1% ############# 19.0% ############### 20.9% ################ 22.8% ################# 23.9% ################# 25.0% ################### 26.6% ################### 27.7% ##################### 29.3% ###################### 31.4% ####################### 33.0% ######################## 34.1% ######################### 34.8% ######################### 35.2% ######################### 35.2% ######################### 35.2% ######################### 35.3% ######################### 35.3% ######################### 35.4% ######################### 35.5% ######################### 35.6% ######################### 36.0% ########################## 36.2% ########################## 36.9% ########################### 38.0% [2021-03-09T00:33:19.589Z] #28 ... [2021-03-09T00:33:19.589Z] [2021-03-09T00:33:19.589Z] #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-09T00:33:19.589Z] #48 sha256:e109b2aca15be1a58afce7884ebbd7750a71efd9f6f62ca68d1c2b02568c01eb [2021-03-09T00:33:19.589Z] #48 13.50 go: downloading github.com/spf13/viper v1.6.1 [2021-03-09T00:33:19.589Z] #48 13.51 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:33:19.589Z] #48 13.51 go: downloading github.com/pkg/errors v0.8.1 [2021-03-09T00:33:19.589Z] #48 13.51 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-09T00:33:19.589Z] #48 13.52 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:33:19.589Z] #48 13.54 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:33:19.589Z] #48 13.56 go: downloading github.com/fatih/color v1.7.0 [2021-03-09T00:33:19.589Z] #48 13.66 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-09T00:33:19.589Z] #48 13.72 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:33:19.589Z] #48 13.91 go: extracting github.com/pkg/errors v0.8.1 [2021-03-09T00:33:19.589Z] #48 14.01 go: extracting github.com/fatih/color v1.7.0 [2021-03-09T00:33:19.589Z] #48 14.03 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:33:19.589Z] #48 14.08 go: extracting github.com/spf13/viper v1.6.1 [2021-03-09T00:33:19.589Z] #48 14.20 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:33:19.589Z] #48 14.21 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:33:19.589Z] #48 14.22 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:33:19.589Z] #48 14.30 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-09T00:33:19.589Z] #48 14.41 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:33:19.589Z] #48 14.62 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:33:19.589Z] #48 14.77 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:33:19.589Z] #48 14.78 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:33:19.589Z] #48 14.87 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:33:19.589Z] #48 14.89 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:33:19.589Z] #48 14.92 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:33:19.589Z] #48 15.04 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:33:19.589Z] #48 15.06 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:33:19.589Z] #48 15.12 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-09T00:33:19.589Z] #48 15.23 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:33:19.589Z] #48 15.34 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:33:19.589Z] #48 17.92 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:33:19.589Z] #48 21.36 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:33:19.589Z] #48 21.40 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:33:19.589Z] #48 21.41 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:33:19.589Z] #48 21.41 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:33:19.589Z] #48 21.41 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:33:19.589Z] #48 21.41 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:33:19.589Z] #48 21.41 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:33:19.589Z] #48 21.42 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:33:19.589Z] #48 21.43 go: downloading github.com/spf13/afero v1.1.2 [2021-03-09T00:33:19.589Z] #48 21.55 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:33:19.589Z] #48 21.62 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:33:19.589Z] #48 21.63 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-09T00:33:19.589Z] #48 21.75 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:33:19.589Z] #48 21.77 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:33:19.589Z] #48 21.81 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:33:19.589Z] #48 21.82 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:33:19.589Z] #48 21.91 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:33:19.589Z] #48 21.97 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-09T00:33:19.589Z] #48 22.05 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-09T00:33:19.589Z] #48 22.06 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:33:19.589Z] #48 22.16 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:33:19.589Z] #48 22.16 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:33:19.589Z] #48 22.37 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:33:19.589Z] #48 22.44 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-09T00:33:19.589Z] #48 22.55 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:33:19.589Z] #48 22.63 go: extracting github.com/spf13/afero v1.1.2 [2021-03-09T00:33:19.589Z] #48 22.74 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-09T00:33:19.589Z] #48 22.95 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:33:19.589Z] #48 23.03 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:33:19.589Z] #48 23.05 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:33:19.589Z] #48 23.12 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:33:19.589Z] #48 23.13 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:33:19.589Z] #48 23.18 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:33:19.589Z] #48 23.18 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:33:19.589Z] #48 23.43 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:33:19.630Z] #11 ... [2021-03-09T00:33:19.630Z] [2021-03-09T00:33:19.630Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:33:19.630Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:33:19.630Z] #41 7.586 DEP images/macvlan.pb-c.d [2021-03-09T00:33:19.630Z] #41 7.615 PBCC images/autofs.pb-c.c [2021-03-09T00:33:19.630Z] #41 7.650 DEP images/autofs.pb-c.d [2021-03-09T00:33:19.630Z] #41 7.690 PBCC images/sysctl.pb-c.c [2021-03-09T00:33:19.630Z] #41 7.744 DEP images/sysctl.pb-c.d [2021-03-09T00:33:19.630Z] #41 7.803 PBCC images/time.pb-c.c [2021-03-09T00:33:19.630Z] #41 7.836 DEP images/time.pb-c.d [2021-03-09T00:33:19.630Z] #41 7.994 PBCC images/binfmt-misc.pb-c.c [2021-03-09T00:33:19.630Z] #41 8.034 DEP images/binfmt-misc.pb-c.d [2021-03-09T00:33:19.630Z] #41 8.149 PBCC images/seccomp.pb-c.c [2021-03-09T00:33:19.630Z] #41 8.218 DEP images/seccomp.pb-c.d [2021-03-09T00:33:19.630Z] #41 8.277 PBCC images/userns.pb-c.c [2021-03-09T00:33:19.630Z] #41 8.454 DEP images/userns.pb-c.d [2021-03-09T00:33:19.630Z] #41 8.498 PBCC images/cgroup.pb-c.c [2021-03-09T00:33:19.630Z] #41 8.515 DEP images/cgroup.pb-c.d [2021-03-09T00:33:19.630Z] #41 8.556 PBCC images/ext-file.pb-c.c [2021-03-09T00:33:19.630Z] #41 8.562 DEP images/ext-file.pb-c.d [2021-03-09T00:33:19.630Z] #41 8.612 PBCC images/rpc.pb-c.c [2021-03-09T00:33:19.630Z] #41 8.653 DEP images/rpc.pb-c.d [2021-03-09T00:33:19.630Z] #41 8.831 PBCC images/siginfo.pb-c.c [2021-03-09T00:33:19.630Z] #41 8.840 DEP images/siginfo.pb-c.d [2021-03-09T00:33:19.630Z] #41 8.889 PBCC images/pagemap.pb-c.c [2021-03-09T00:33:19.630Z] #41 8.942 DEP images/pagemap.pb-c.d [2021-03-09T00:33:19.630Z] #41 8.983 PBCC images/rlimit.pb-c.c [2021-03-09T00:33:19.630Z] #41 9.041 DEP images/rlimit.pb-c.d [2021-03-09T00:33:19.630Z] #41 9.083 PBCC images/file-lock.pb-c.c [2021-03-09T00:33:19.630Z] #41 9.104 DEP images/file-lock.pb-c.d [2021-03-09T00:33:19.630Z] #41 9.165 PBCC images/tty.pb-c.c [2021-03-09T00:33:19.630Z] #41 9.248 DEP images/tty.pb-c.d [2021-03-09T00:33:19.630Z] #41 9.335 PBCC images/tun.pb-c.c [2021-03-09T00:33:19.630Z] #41 9.394 PBCC images/netdev.pb-c.c [2021-03-09T00:33:19.630Z] #41 9.457 DEP images/tun.pb-c.d [2021-03-09T00:33:19.630Z] #41 9.520 DEP images/netdev.pb-c.d [2021-03-09T00:33:19.630Z] #41 9.603 PBCC images/vma.pb-c.c [2021-03-09T00:33:19.630Z] #41 9.659 DEP images/vma.pb-c.d [2021-03-09T00:33:19.630Z] #41 9.751 PBCC images/creds.pb-c.c [2021-03-09T00:33:19.630Z] #41 9.790 DEP images/creds.pb-c.d [2021-03-09T00:33:19.630Z] #41 9.823 PBCC images/utsns.pb-c.c [2021-03-09T00:33:19.630Z] #41 9.841 DEP images/utsns.pb-c.d [2021-03-09T00:33:19.630Z] #41 9.882 PBCC images/ipc-desc.pb-c.c [2021-03-09T00:33:19.630Z] #41 9.932 PBCC images/ipc-sem.pb-c.c [2021-03-09T00:33:19.630Z] #41 9.968 DEP images/ipc-desc.pb-c.d [2021-03-09T00:33:19.630Z] #41 10.03 DEP images/ipc-sem.pb-c.d [2021-03-09T00:33:19.630Z] #41 10.08 PBCC images/ipc-msg.pb-c.c [2021-03-09T00:33:19.630Z] #41 10.11 DEP images/ipc-msg.pb-c.d [2021-03-09T00:33:19.630Z] #41 10.16 PBCC images/ipc-shm.pb-c.c [2021-03-09T00:33:19.630Z] #41 10.21 DEP images/ipc-shm.pb-c.d [2021-03-09T00:33:19.630Z] #41 10.26 PBCC images/ipc-var.pb-c.c [2021-03-09T00:33:19.630Z] #41 10.29 DEP images/ipc-var.pb-c.d [2021-03-09T00:33:19.630Z] #41 10.35 PBCC images/sk-opts.pb-c.c [2021-03-09T00:33:19.630Z] #41 10.40 PBCC images/packet-sock.pb-c.c [2021-03-09T00:33:19.630Z] #41 10.48 DEP images/sk-opts.pb-c.d [2021-03-09T00:33:19.630Z] #41 10.57 DEP images/packet-sock.pb-c.d [2021-03-09T00:33:19.630Z] #41 10.63 PBCC images/sk-netlink.pb-c.c [2021-03-09T00:33:19.630Z] #41 10.71 DEP images/sk-netlink.pb-c.d [2021-03-09T00:33:19.630Z] #41 10.75 PBCC images/sk-inet.pb-c.c [2021-03-09T00:33:19.630Z] #41 10.80 DEP images/sk-inet.pb-c.d [2021-03-09T00:33:19.630Z] #41 10.86 PBCC images/sk-unix.pb-c.c [2021-03-09T00:33:19.630Z] #41 10.94 DEP images/sk-unix.pb-c.d [2021-03-09T00:33:19.630Z] #41 11.00 PBCC images/mm.pb-c.c [2021-03-09T00:33:19.630Z] #41 11.06 DEP images/mm.pb-c.d [2021-03-09T00:33:19.630Z] #41 11.10 PBCC images/timerfd.pb-c.c [2021-03-09T00:33:19.630Z] #41 11.17 DEP images/timerfd.pb-c.d [2021-03-09T00:33:19.630Z] #41 11.21 PBCC images/timer.pb-c.c [2021-03-09T00:33:19.630Z] #41 11.24 DEP images/timer.pb-c.d [2021-03-09T00:33:19.630Z] #41 11.31 PBCC images/sa.pb-c.c [2021-03-09T00:33:19.630Z] #41 11.38 DEP images/sa.pb-c.d [2021-03-09T00:33:19.630Z] #41 11.43 PBCC images/pipe-data.pb-c.c [2021-03-09T00:33:19.630Z] #41 11.45 DEP images/pipe-data.pb-c.d [2021-03-09T00:33:19.630Z] #41 11.54 PBCC images/mnt.pb-c.c [2021-03-09T00:33:19.630Z] #41 11.61 DEP images/mnt.pb-c.d [2021-03-09T00:33:19.630Z] #41 11.66 PBCC images/sk-packet.pb-c.c [2021-03-09T00:33:19.630Z] #41 11.67 DEP images/sk-packet.pb-c.d [2021-03-09T00:33:19.630Z] #41 11.71 PBCC images/tcp-stream.pb-c.c [2021-03-09T00:33:19.630Z] #41 11.76 DEP images/tcp-stream.pb-c.d [2021-03-09T00:33:19.630Z] #41 11.79 PBCC images/pipe.pb-c.c [2021-03-09T00:33:19.630Z] #41 11.84 DEP images/pipe.pb-c.d [2021-03-09T00:33:19.630Z] #41 11.92 PBCC images/pstree.pb-c.c [2021-03-09T00:33:19.630Z] #41 11.95 DEP images/pstree.pb-c.d [2021-03-09T00:33:19.630Z] #41 12.03 PBCC images/fs.pb-c.c [2021-03-09T00:33:19.630Z] #41 12.06 DEP images/fs.pb-c.d [2021-03-09T00:33:19.630Z] #41 12.10 PBCC images/signalfd.pb-c.c [2021-03-09T00:33:19.630Z] #41 12.19 DEP images/signalfd.pb-c.d [2021-03-09T00:33:19.630Z] #41 12.25 PBCC images/fh.pb-c.c [2021-03-09T00:33:19.630Z] #41 12.31 PBCC images/fsnotify.pb-c.c [2021-03-09T00:33:19.630Z] #41 12.38 DEP images/fh.pb-c.d [2021-03-09T00:33:19.630Z] #41 12.47 DEP images/fsnotify.pb-c.d [2021-03-09T00:33:19.631Z] #41 12.53 PBCC images/eventpoll.pb-c.c [2021-03-09T00:33:19.631Z] #41 12.58 DEP images/eventpoll.pb-c.d [2021-03-09T00:33:19.631Z] #41 12.64 PBCC images/eventfd.pb-c.c [2021-03-09T00:33:19.631Z] #41 12.67 DEP images/eventfd.pb-c.d [2021-03-09T00:33:19.631Z] #41 12.71 PBCC images/remap-file-path.pb-c.c [2021-03-09T00:33:19.631Z] #41 12.74 DEP images/remap-file-path.pb-c.d [2021-03-09T00:33:19.631Z] #41 12.81 PBCC images/fifo.pb-c.c [2021-03-09T00:33:19.631Z] #41 12.84 DEP images/fifo.pb-c.d [2021-03-09T00:33:19.631Z] #41 12.90 PBCC images/ghost-file.pb-c.c [2021-03-09T00:33:19.631Z] #41 12.95 DEP images/ghost-file.pb-c.d [2021-03-09T00:33:19.653Z] #38 ... [2021-03-09T00:33:19.653Z] [2021-03-09T00:33:19.653Z] #32 [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-09T00:33:19.653Z] #32 sha256:0b01aa5bb06037785010ad4a191d0eaf703ca197de4c4ec077c7d16657d917a6 [2021-03-09T00:33:19.653Z] #32 25.72 runtime/cgo [2021-03-09T00:33:19.653Z] #32 ... [2021-03-09T00:33:19.653Z] [2021-03-09T00:33:19.653Z] #56 [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-09T00:33:19.653Z] #56 sha256:73e3f66204f81e4e57975995fa952d079bf595d85f1f0a01879ee18ff8a7c52a [2021-03-09T00:33:19.653Z] #56 33.53 go: finding github.com/pkg/errors v0.9.1 [2021-03-09T00:33:19.653Z] #56 33.68 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:33:19.653Z] #56 33.91 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:33:19.653Z] #56 34.37 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:33:19.653Z] #56 34.64 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:33:19.653Z] #56 34.66 go: finding github.com/google/uuid v1.2.0 [2021-03-09T00:33:19.653Z] #56 34.73 go: finding github.com/gofrs/flock v0.8.0 [2021-03-09T00:33:19.653Z] #56 34.73 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-09T00:33:19.653Z] #56 34.99 go: finding github.com/gorilla/mux v1.8.0 [2021-03-09T00:33:19.653Z] #56 35.13 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:33:19.653Z] #56 35.14 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:33:19.653Z] #56 35.23 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:33:19.653Z] #56 35.35 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:33:19.653Z] #56 35.83 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:33:19.653Z] #56 ... [2021-03-09T00:33:19.653Z] [2021-03-09T00:33:19.653Z] #45 [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-09T00:33:19.653Z] #45 sha256:26a6c7b339147b7eb75f83e2ffdd3215faa201ca3ee786941dc52b0591f266aa [2021-03-09T00:33:19.653Z] #45 26.16 go: finding github.com/fatih/color v1.9.0 [2021-03-09T00:33:19.653Z] #45 26.34 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:33:19.653Z] #45 26.36 go: finding github.com/pkg/errors v0.9.1 [2021-03-09T00:33:19.653Z] #45 26.45 go: finding github.com/spf13/pflag v1.0.3 [2021-03-09T00:33:19.653Z] #45 26.48 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:33:19.653Z] #45 26.52 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:33:19.653Z] #45 26.96 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:33:19.653Z] #45 27.19 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:33:19.653Z] #45 27.39 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:33:19.653Z] #45 27.43 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:33:19.653Z] #45 27.47 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:33:19.762Z] #22 ... [2021-03-09T00:33:19.762Z] [2021-03-09T00:33:19.762Z] #53 [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-09T00:33:19.762Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:33:19.762Z] #53 10.03 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:19.762Z] #53 10.13 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:19.762Z] #53 10.14 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:19.762Z] #53 ... [2021-03-09T00:33:19.762Z] [2021-03-09T00:33:19.762Z] #38 [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-09T00:33:19.762Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:33:19.762Z] #38 8.173 + git clone https://github.com/docker/distribution.git . [2021-03-09T00:33:19.762Z] #38 8.180 Cloning into '.'... [2021-03-09T00:33:19.762Z] #38 ... [2021-03-09T00:33:19.762Z] [2021-03-09T00:33:19.762Z] #49 [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-09T00:33:19.762Z] #49 sha256:de1095cae7188d343f34355baa19992bb0d514e2d9f580cbf7b7b0ff3f5eab9d [2021-03-09T00:33:19.762Z] #49 6.998 + RM_GOPATH=0 [2021-03-09T00:33:19.762Z] #49 6.998 + TMP_GOPATH= [2021-03-09T00:33:19.762Z] #49 6.998 + : /build [2021-03-09T00:33:19.762Z] #49 6.998 + '[' -z '' ']' [2021-03-09T00:33:19.762Z] #49 6.998 ++ mktemp -d [2021-03-09T00:33:19.762Z] #49 6.998 + export GOPATH=/tmp/tmp.wrnilQWaSL [2021-03-09T00:33:19.762Z] #49 6.998 + GOPATH=/tmp/tmp.wrnilQWaSL [2021-03-09T00:33:19.762Z] #49 6.998 + RM_GOPATH=1 [2021-03-09T00:33:19.762Z] #49 6.998 + case "$(go env GOARCH)" in [2021-03-09T00:33:19.762Z] #49 6.998 ++ go env GOARCH [2021-03-09T00:33:19.762Z] #49 7.011 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:19.762Z] #49 7.011 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:19.762Z] #49 7.011 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:19.762Z] #49 7.015 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:33:19.762Z] #49 7.019 + dir=/tmp/install [2021-03-09T00:33:19.762Z] #49 7.019 + bin=shfmt [2021-03-09T00:33:19.762Z] #49 7.019 + shift [2021-03-09T00:33:19.762Z] #49 7.019 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-09T00:33:19.762Z] #49 7.019 + . /tmp/install/shfmt.installer [2021-03-09T00:33:19.762Z] #49 7.019 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:33:19.762Z] #49 7.019 + install_shfmt [2021-03-09T00:33:19.762Z] #49 7.019 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-09T00:33:19.763Z] #49 7.019 + git clone https://github.com/mvdan/sh.git /tmp/tmp.wrnilQWaSL/src/github.com/mvdan/sh [2021-03-09T00:33:19.763Z] #49 7.019 Cloning into '/tmp/tmp.wrnilQWaSL/src/github.com/mvdan/sh'... [2021-03-09T00:33:19.888Z] #41 13.03 PBCC images/regfile.pb-c.c [2021-03-09T00:33:19.888Z] #41 13.07 DEP images/regfile.pb-c.d [2021-03-09T00:33:19.888Z] #41 13.12 PBCC images/ns.pb-c.c [2021-03-09T00:33:19.888Z] #41 13.16 DEP images/ns.pb-c.d [2021-03-09T00:33:19.888Z] #41 13.20 PBCC images/fdinfo.pb-c.c [2021-03-09T00:33:19.912Z] #45 ... [2021-03-09T00:33:19.912Z] [2021-03-09T00:33:19.912Z] #40 [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-09T00:33:19.912Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:19.912Z] #40 36.21 Fetched 8423 kB in 25s (337 kB/s) [2021-03-09T00:33:19.913Z] #48 ... [2021-03-09T00:33:19.913Z] [2021-03-09T00:33:19.913Z] #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-09T00:33:19.913Z] #28 sha256:c0fc92346696343890a98f3753d103c4595d74d8184ae5d111562c28cf2c391b [2021-03-09T00:33:20.024Z] #49 ... [2021-03-09T00:33:20.024Z] [2021-03-09T00:33:20.024Z] #34 [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-09T00:33:20.024Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:33:20.024Z] #34 8.258 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:20.024Z] #34 8.306 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:20.024Z] #34 8.306 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:20.024Z] #34 9.421 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:33:20.024Z] #34 11.45 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:33:20.024Z] #34 ... [2021-03-09T00:33:20.024Z] [2021-03-09T00:33:20.024Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:20.024Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:20.024Z] #11 9.055 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:20.024Z] #11 9.136 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:20.024Z] #11 9.164 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:20.024Z] #11 10.51 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:33:20.144Z] #41 13.31 DEP images/fdinfo.pb-c.d [2021-03-09T00:33:20.144Z] #41 13.35 PBCC images/core-aarch64.pb-c.c [2021-03-09T00:33:20.144Z] #41 13.44 PBCC images/core-arm.pb-c.c [2021-03-09T00:33:20.286Z] #11 ... [2021-03-09T00:33:20.286Z] [2021-03-09T00:33:20.286Z] #43 [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-09T00:33:20.286Z] #43 sha256:f31d43ad85063f1d9c713cd78e56c182a21e18c8990e1d97796a591623a5bb9a [2021-03-09T00:33:20.286Z] #43 11.84 + cd /tmp/tmp.eicURUP1aP/src/github.com/LK4D4/vndr [2021-03-09T00:33:20.286Z] #43 11.84 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:33:20.286Z] #43 11.88 + go build -buildmode=pie -v -o /build/vndr . [2021-03-09T00:33:20.401Z] #41 13.49 PBCC images/core-ppc64.pb-c.c [2021-03-09T00:33:20.401Z] #41 13.53 PBCC images/core-s390.pb-c.c [2021-03-09T00:33:20.401Z] #41 13.59 PBCC images/core-x86.pb-c.c [2021-03-09T00:33:20.401Z] #41 13.65 PBCC images/core.pb-c.c [2021-03-09T00:33:20.401Z] #41 13.71 PBCC images/inventory.pb-c.c [2021-03-09T00:33:20.442Z] #30 ... [2021-03-09T00:33:20.442Z] [2021-03-09T00:33:20.442Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:20.442Z] #11 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-03-09T00:33:20.442Z] #11 6.712 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:20.442Z] #11 6.895 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:20.442Z] #11 6.896 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:20.442Z] #11 7.964 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-09T00:33:20.442Z] #11 10.02 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-03-09T00:33:20.442Z] #11 ... [2021-03-09T00:33:20.442Z] [2021-03-09T00:33:20.442Z] #49 [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-09T00:33:20.442Z] #49 sha256:2a5667526b7b3611cff349fef9027a93b86e287b35706f4bab306f5d0a65840a [2021-03-09T00:33:20.442Z] #49 5.292 + RM_GOPATH=0 [2021-03-09T00:33:20.442Z] #49 5.292 + TMP_GOPATH= [2021-03-09T00:33:20.442Z] #49 5.292 + : /build [2021-03-09T00:33:20.442Z] #49 5.292 + '[' -z '' ']' [2021-03-09T00:33:20.442Z] #49 5.297 ++ mktemp -d [2021-03-09T00:33:20.442Z] #49 5.297 + export GOPATH=/tmp/tmp.GBi7z8gl1C [2021-03-09T00:33:20.442Z] #49 5.297 + GOPATH=/tmp/tmp.GBi7z8gl1C [2021-03-09T00:33:20.442Z] #49 5.297 + RM_GOPATH=1 [2021-03-09T00:33:20.442Z] #49 5.297 + case "$(go env GOARCH)" in [2021-03-09T00:33:20.442Z] #49 5.300 ++ go env GOARCH [2021-03-09T00:33:20.442Z] #49 5.321 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:20.442Z] #49 5.321 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:20.442Z] #49 5.321 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:20.442Z] #49 5.321 + dir=/tmp/install [2021-03-09T00:33:20.442Z] #49 5.321 + bin=shfmt [2021-03-09T00:33:20.442Z] #49 5.321 + shift [2021-03-09T00:33:20.442Z] #49 5.321 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-09T00:33:20.442Z] #49 5.321 + . /tmp/install/shfmt.installer [2021-03-09T00:33:20.442Z] #49 5.321 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:33:20.442Z] #49 5.321 + install_shfmt [2021-03-09T00:33:20.442Z] #49 5.321 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-09T00:33:20.442Z] #49 5.321 + git clone https://github.com/mvdan/sh.git /tmp/tmp.GBi7z8gl1C/src/github.com/mvdan/sh [2021-03-09T00:33:20.442Z] #49 5.322 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:33:20.442Z] #49 5.330 Cloning into '/tmp/tmp.GBi7z8gl1C/src/github.com/mvdan/sh'... [2021-03-09T00:33:20.442Z] #49 ... [2021-03-09T00:33:20.442Z] [2021-03-09T00:33:20.442Z] #56 [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-09T00:33:20.442Z] #56 sha256:b10981a5973d3dfda685f11ee6cc0087e707ba148259755fdb34e6b84372cbdc [2021-03-09T00:33:20.442Z] #56 6.140 + RM_GOPATH=0 [2021-03-09T00:33:20.442Z] #56 6.140 + TMP_GOPATH= [2021-03-09T00:33:20.442Z] #56 6.140 + : /build [2021-03-09T00:33:20.442Z] #56 6.140 + '[' -z '' ']' [2021-03-09T00:33:20.442Z] #56 6.140 ++ mktemp -d [2021-03-09T00:33:20.442Z] #56 6.140 + export GOPATH=/tmp/tmp.RN7LVAAs2g [2021-03-09T00:33:20.442Z] #56 6.140 + GOPATH=/tmp/tmp.RN7LVAAs2g [2021-03-09T00:33:20.442Z] #56 6.140 + RM_GOPATH=1 [2021-03-09T00:33:20.442Z] #56 6.140 + case "$(go env GOARCH)" in [2021-03-09T00:33:20.442Z] #56 6.140 ++ go env GOARCH [2021-03-09T00:33:20.442Z] #56 6.180 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:20.442Z] #56 6.180 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:20.442Z] #56 6.184 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:20.442Z] #56 6.186 + dir=/tmp/install [2021-03-09T00:33:20.442Z] #56 6.186 + bin=rootlesskit [2021-03-09T00:33:20.442Z] #56 6.186 + shift [2021-03-09T00:33:20.442Z] #56 6.186 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-09T00:33:20.442Z] #56 6.186 + . /tmp/install/rootlesskit.installer [2021-03-09T00:33:20.442Z] #56 6.186 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:33:20.442Z] #56 6.186 + install_rootlesskit [2021-03-09T00:33:20.442Z] #56 6.186 + case "$1" in [2021-03-09T00:33:20.442Z] #56 6.186 + export CGO_ENABLED=0 [2021-03-09T00:33:20.442Z] #56 6.186 + CGO_ENABLED=0 [2021-03-09T00:33:20.442Z] #56 6.186 + _install_rootlesskit [2021-03-09T00:33:20.442Z] #56 6.214 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-09T00:33:20.442Z] #56 6.239 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.RN7LVAAs2g/src/github.com/rootless-containers/rootlesskit [2021-03-09T00:33:20.442Z] #56 6.239 Cloning into '/tmp/tmp.RN7LVAAs2g/src/github.com/rootless-containers/rootlesskit'... [2021-03-09T00:33:20.442Z] #56 6.240 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:33:20.442Z] #56 ... [2021-03-09T00:33:20.442Z] [2021-03-09T00:33:20.442Z] #22 [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-09T00:33:20.442Z] #22 sha256:0588548364fb043ce54ce7c1c3607cedd218f2531c87ed9784853731b904ce7f [2021-03-09T00:33:20.442Z] #22 5.336 + RM_GOPATH=0 [2021-03-09T00:33:20.442Z] #22 5.336 + TMP_GOPATH= [2021-03-09T00:33:20.442Z] #22 5.336 + : /build [2021-03-09T00:33:20.442Z] #22 5.336 + '[' -z '' ']' [2021-03-09T00:33:20.442Z] #22 5.336 ++ mktemp -d [2021-03-09T00:33:20.442Z] #22 5.338 + export GOPATH=/tmp/tmp.wgo5eukX1H [2021-03-09T00:33:20.442Z] #22 5.338 + GOPATH=/tmp/tmp.wgo5eukX1H [2021-03-09T00:33:20.442Z] #22 5.338 + RM_GOPATH=1 [2021-03-09T00:33:20.442Z] #22 5.338 + case "$(go env GOARCH)" in [2021-03-09T00:33:20.442Z] #22 5.341 ++ go env GOARCH [2021-03-09T00:33:20.442Z] #22 5.359 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:20.442Z] #22 5.359 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:20.442Z] #22 5.359 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:20.442Z] #22 5.378 Install docker/cli version 17.06.2-ce from stable [2021-03-09T00:33:20.442Z] #22 5.379 + dir=/tmp/install [2021-03-09T00:33:20.442Z] #22 5.379 + bin=dockercli [2021-03-09T00:33:20.442Z] #22 5.379 + shift [2021-03-09T00:33:20.442Z] #22 5.379 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-09T00:33:20.442Z] #22 5.379 + . /tmp/install/dockercli.installer [2021-03-09T00:33:20.442Z] #22 5.379 ++ : stable [2021-03-09T00:33:20.442Z] #22 5.379 ++ : 17.06.2-ce [2021-03-09T00:33:20.442Z] #22 5.379 + install_dockercli [2021-03-09T00:33:20.442Z] #22 5.379 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-09T00:33:20.442Z] #22 5.379 ++ uname -m [2021-03-09T00:33:20.442Z] #22 5.380 + arch=aarch64 [2021-03-09T00:33:20.442Z] #22 5.387 + '[' aarch64 '!=' x86_64 ']' [2021-03-09T00:33:20.442Z] #22 5.387 + '[' aarch64 '!=' s390x ']' [2021-03-09T00:33:20.442Z] #22 5.387 + '[' aarch64 '!=' armhf ']' [2021-03-09T00:33:20.442Z] #22 5.387 + build_dockercli [2021-03-09T00:33:20.442Z] #22 5.387 + git clone https://github.com/docker/docker-ce /tmp/tmp.wgo5eukX1H/tmp/docker-ce [2021-03-09T00:33:20.442Z] #22 5.387 Cloning into '/tmp/tmp.wgo5eukX1H/tmp/docker-ce'... [2021-03-09T00:33:20.442Z] #22 ... [2021-03-09T00:33:20.442Z] [2021-03-09T00:33:20.442Z] #40 [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-09T00:33:20.442Z] #40 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-09T00:33:20.442Z] #40 4.457 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:20.442Z] #40 4.518 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:20.442Z] #40 4.518 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:20.442Z] #40 5.329 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-09T00:33:20.442Z] #40 6.810 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-03-09T00:33:20.442Z] #40 8.671 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-09T00:33:20.442Z] #40 ... [2021-03-09T00:33:20.442Z] [2021-03-09T00:33:20.442Z] #47 [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-09T00:33:20.442Z] #47 sha256:3c1e3b63ee33833bab85d6b0a3d7ca8caa41f810f882a906a9427271dcea9bd4 [2021-03-09T00:33:20.442Z] #47 5.469 + RM_GOPATH=0 [2021-03-09T00:33:20.442Z] #47 5.469 + TMP_GOPATH= [2021-03-09T00:33:20.442Z] #47 5.469 + : /build [2021-03-09T00:33:20.442Z] #47 5.469 + '[' -z '' ']' [2021-03-09T00:33:20.442Z] #47 5.469 ++ mktemp -d [2021-03-09T00:33:20.442Z] #47 5.475 + export GOPATH=/tmp/tmp.V78dv4wiOS [2021-03-09T00:33:20.442Z] #47 5.475 + GOPATH=/tmp/tmp.V78dv4wiOS [2021-03-09T00:33:20.442Z] #47 5.475 + RM_GOPATH=1 [2021-03-09T00:33:20.442Z] #47 5.475 + case "$(go env GOARCH)" in [2021-03-09T00:33:20.442Z] #47 5.477 ++ go env GOARCH [2021-03-09T00:33:20.442Z] #47 5.510 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:20.442Z] #47 5.510 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:20.442Z] #47 5.513 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:20.442Z] #47 5.517 + dir=/tmp/install [2021-03-09T00:33:20.442Z] #47 5.517 + bin=golangci_lint [2021-03-09T00:33:20.442Z] #47 5.517 + shift [2021-03-09T00:33:20.442Z] #47 5.517 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-09T00:33:20.442Z] #47 5.517 + . /tmp/install/golangci_lint.installer [2021-03-09T00:33:20.442Z] #47 5.517 ++ : v1.23.8 [2021-03-09T00:33:20.442Z] #47 5.517 + install_golangci_lint [2021-03-09T00:33:20.442Z] #47 5.517 + set -e [2021-03-09T00:33:20.442Z] #47 5.517 + export GO111MODULE=on [2021-03-09T00:33:20.442Z] #47 5.517 + GO111MODULE=on [2021-03-09T00:33:20.442Z] #47 5.517 + GOBIN=/build [2021-03-09T00:33:20.442Z] #47 5.517 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-09T00:33:20.442Z] #47 5.630 go: finding github.com v1.23.8 [2021-03-09T00:33:20.442Z] #47 5.635 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-09T00:33:20.442Z] #47 5.635 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-09T00:33:20.442Z] #47 5.635 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:33:20.442Z] #47 5.635 go: finding github.com/golangci v1.23.8 [2021-03-09T00:33:20.442Z] #47 6.739 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:33:20.442Z] #47 7.423 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:33:20.442Z] #47 ... [2021-03-09T00:33:20.442Z] [2021-03-09T00:33:20.442Z] #53 [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-09T00:33:20.442Z] #53 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-03-09T00:33:20.442Z] #53 6.280 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:20.442Z] #53 6.308 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:20.442Z] #53 6.308 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:20.442Z] #53 7.453 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-09T00:33:20.442Z] #53 9.478 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-03-09T00:33:20.442Z] #53 ... [2021-03-09T00:33:20.442Z] [2021-03-09T00:33:20.442Z] #43 [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-09T00:33:20.442Z] #43 sha256:82bced187e22a2da8052608be48f5193dd7e75523cd797984b88fd2ce459d822 [2021-03-09T00:33:20.442Z] #43 5.764 + RM_GOPATH=0 [2021-03-09T00:33:20.442Z] #43 5.764 + TMP_GOPATH= [2021-03-09T00:33:20.442Z] #43 5.764 + : /build [2021-03-09T00:33:20.442Z] #43 5.764 + '[' -z '' ']' [2021-03-09T00:33:20.442Z] #43 5.764 ++ mktemp -d [2021-03-09T00:33:20.442Z] #43 5.772 + export GOPATH=/tmp/tmp.MFcV4mBFv9 [2021-03-09T00:33:20.442Z] #43 5.772 + GOPATH=/tmp/tmp.MFcV4mBFv9 [2021-03-09T00:33:20.442Z] #43 5.772 + RM_GOPATH=1 [2021-03-09T00:33:20.442Z] #43 5.772 + case "$(go env GOARCH)" in [2021-03-09T00:33:20.442Z] #43 5.772 ++ go env GOARCH [2021-03-09T00:33:20.442Z] #43 5.808 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:20.442Z] #43 5.810 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:20.442Z] #43 5.816 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:20.442Z] #43 5.816 + dir=/tmp/install [2021-03-09T00:33:20.442Z] #43 5.816 + bin=vndr [2021-03-09T00:33:20.442Z] #43 5.816 + shift [2021-03-09T00:33:20.442Z] #43 5.816 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-09T00:33:20.442Z] #43 5.816 + . /tmp/install/vndr.installer [2021-03-09T00:33:20.442Z] #43 5.816 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:33:20.442Z] #43 5.816 + install_vndr [2021-03-09T00:33:20.442Z] #43 5.816 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-09T00:33:20.442Z] #43 5.816 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.MFcV4mBFv9/src/github.com/LK4D4/vndr [2021-03-09T00:33:20.442Z] #43 5.817 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:33:20.442Z] #43 5.828 Cloning into '/tmp/tmp.MFcV4mBFv9/src/github.com/LK4D4/vndr'... [2021-03-09T00:33:20.442Z] #43 6.504 + cd /tmp/tmp.MFcV4mBFv9/src/github.com/LK4D4/vndr [2021-03-09T00:33:20.442Z] #43 6.504 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-09T00:33:20.442Z] #43 6.554 + go build -buildmode=pie -v -o /build/vndr . [2021-03-09T00:33:20.442Z] #43 8.205 internal/race [2021-03-09T00:33:20.442Z] #43 8.305 internal/cpu [2021-03-09T00:33:20.442Z] #43 8.336 unicode [2021-03-09T00:33:20.442Z] #43 8.411 sync/atomic [2021-03-09T00:33:20.442Z] #43 8.587 unicode/utf8 [2021-03-09T00:33:20.442Z] #43 9.291 internal/bytealg [2021-03-09T00:33:20.442Z] #43 9.600 math [2021-03-09T00:33:20.442Z] #43 9.721 internal/testlog [2021-03-09T00:33:20.442Z] #43 10.70 runtime [2021-03-09T00:33:20.442Z] #43 10.79 encoding [2021-03-09T00:33:20.658Z] #41 13.79 DEP images/core-aarch64.pb-c.d [2021-03-09T00:33:20.658Z] #41 13.85 DEP images/core-arm.pb-c.d [2021-03-09T00:33:20.658Z] #41 13.88 DEP images/core-ppc64.pb-c.d [2021-03-09T00:33:20.658Z] #41 13.96 DEP images/core-s390.pb-c.d [2021-03-09T00:33:20.706Z] #43 ... [2021-03-09T00:33:20.706Z] [2021-03-09T00:33:20.706Z] #38 [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-09T00:33:20.706Z] #38 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-03-09T00:33:20.706Z] #38 6.300 + git clone https://github.com/docker/distribution.git . [2021-03-09T00:33:20.706Z] #38 6.303 Cloning into '.'... [2021-03-09T00:33:20.706Z] #38 ... [2021-03-09T00:33:20.706Z] [2021-03-09T00:33:20.706Z] #32 [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-09T00:33:20.706Z] #32 sha256:b4f0c8c8dcdefb5bdd715f94f043330885343e51bd6873d44e51c41c9ca0a846 [2021-03-09T00:33:20.706Z] #32 5.822 + RM_GOPATH=0 [2021-03-09T00:33:20.706Z] #32 5.822 + TMP_GOPATH= [2021-03-09T00:33:20.706Z] #32 5.822 + : /build [2021-03-09T00:33:20.706Z] #32 5.822 + '[' -z '' ']' [2021-03-09T00:33:20.706Z] #32 5.822 ++ mktemp -d [2021-03-09T00:33:20.706Z] #32 5.836 + export GOPATH=/tmp/tmp.gdnKbwEtVw [2021-03-09T00:33:20.706Z] #32 5.836 + GOPATH=/tmp/tmp.gdnKbwEtVw [2021-03-09T00:33:20.706Z] #32 5.836 + RM_GOPATH=1 [2021-03-09T00:33:20.706Z] #32 5.836 + case "$(go env GOARCH)" in [2021-03-09T00:33:20.706Z] #32 5.836 ++ go env GOARCH [2021-03-09T00:33:20.706Z] #32 5.856 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:20.706Z] #32 5.856 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:20.706Z] #32 5.856 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:20.706Z] #32 5.876 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:33:20.706Z] #32 5.876 + dir=/tmp/install [2021-03-09T00:33:20.706Z] #32 5.876 + bin=tomlv [2021-03-09T00:33:20.706Z] #32 5.876 + shift [2021-03-09T00:33:20.706Z] #32 5.876 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-09T00:33:20.706Z] #32 5.876 + . /tmp/install/tomlv.installer [2021-03-09T00:33:20.706Z] #32 5.876 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:33:20.706Z] #32 5.876 + install_tomlv [2021-03-09T00:33:20.706Z] #32 5.876 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-09T00:33:20.706Z] #32 5.876 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.gdnKbwEtVw/src/github.com/BurntSushi/toml [2021-03-09T00:33:20.706Z] #32 5.877 Cloning into '/tmp/tmp.gdnKbwEtVw/src/github.com/BurntSushi/toml'... [2021-03-09T00:33:20.706Z] #32 6.543 + cd /tmp/tmp.gdnKbwEtVw/src/github.com/BurntSushi/toml [2021-03-09T00:33:20.706Z] #32 6.543 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-09T00:33:20.706Z] #32 6.573 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-09T00:33:20.706Z] #32 7.505 math/bits [2021-03-09T00:33:20.706Z] #32 7.523 runtime/internal/sys [2021-03-09T00:33:20.706Z] #32 7.577 internal/cpu [2021-03-09T00:33:20.706Z] #32 7.613 runtime/internal/atomic [2021-03-09T00:33:20.706Z] #32 7.981 unicode/utf8 [2021-03-09T00:33:20.706Z] #32 7.997 runtime/internal/math [2021-03-09T00:33:20.706Z] #32 8.109 internal/race [2021-03-09T00:33:20.706Z] #32 8.524 sync/atomic [2021-03-09T00:33:20.706Z] #32 8.710 math [2021-03-09T00:33:20.706Z] #32 8.743 internal/bytealg [2021-03-09T00:33:20.706Z] #32 9.251 unicode [2021-03-09T00:33:20.706Z] #32 9.631 internal/testlog [2021-03-09T00:33:20.706Z] #32 10.50 runtime [2021-03-09T00:33:20.706Z] #32 10.54 encoding [2021-03-09T00:33:20.706Z] #32 10.98 runtime/cgo [2021-03-09T00:33:20.706Z] #32 ... [2021-03-09T00:33:20.706Z] [2021-03-09T00:33:20.706Z] #34 [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-09T00:33:20.706Z] #34 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-09T00:33:20.706Z] #34 6.648 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:33:20.706Z] #34 6.772 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:33:20.706Z] #34 6.772 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:33:20.706Z] #34 7.864 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-09T00:33:20.706Z] #34 9.592 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-03-09T00:33:20.914Z] #41 13.99 DEP images/core-x86.pb-c.d [2021-03-09T00:33:20.914Z] #41 14.03 DEP images/core.pb-c.d [2021-03-09T00:33:20.914Z] #41 14.09 DEP images/inventory.pb-c.d [2021-03-09T00:33:20.914Z] #41 14.18 PBCC images/cpuinfo.pb-c.c [2021-03-09T00:33:20.914Z] #41 14.23 DEP images/cpuinfo.pb-c.d [2021-03-09T00:33:20.972Z] #34 ... [2021-03-09T00:33:20.972Z] [2021-03-09T00:33:20.972Z] #45 [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-09T00:33:20.972Z] #45 sha256:f35915b6483afd35e9b5ecb03fba96bde6942043db0fc7711e94644a122bd947 [2021-03-09T00:33:20.972Z] #45 6.028 + RM_GOPATH=0 [2021-03-09T00:33:20.972Z] #45 6.028 + TMP_GOPATH= [2021-03-09T00:33:20.972Z] #45 6.028 + : /build [2021-03-09T00:33:20.972Z] #45 6.028 + '[' -z '' ']' [2021-03-09T00:33:20.972Z] #45 6.056 ++ mktemp -d [2021-03-09T00:33:20.972Z] #45 6.056 + export GOPATH=/tmp/tmp.d2s2a0uTNC [2021-03-09T00:33:20.972Z] #45 6.056 + GOPATH=/tmp/tmp.d2s2a0uTNC [2021-03-09T00:33:20.972Z] #45 6.056 + RM_GOPATH=1 [2021-03-09T00:33:20.972Z] #45 6.056 + case "$(go env GOARCH)" in [2021-03-09T00:33:20.972Z] #45 6.056 ++ go env GOARCH [2021-03-09T00:33:20.972Z] #45 6.084 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:20.972Z] #45 6.084 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:20.972Z] #45 6.084 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:20.972Z] #45 6.084 + dir=/tmp/install [2021-03-09T00:33:20.972Z] #45 6.084 + bin=gotestsum [2021-03-09T00:33:20.972Z] #45 6.084 + shift [2021-03-09T00:33:20.972Z] #45 6.084 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-09T00:33:20.972Z] #45 6.084 + . /tmp/install/gotestsum.installer [2021-03-09T00:33:20.972Z] #45 6.084 ++ : v0.5.3 [2021-03-09T00:33:20.972Z] #45 6.084 + install_gotestsum [2021-03-09T00:33:20.972Z] #45 6.084 + set -e [2021-03-09T00:33:20.972Z] #45 6.084 + export GO111MODULE=on [2021-03-09T00:33:20.972Z] #45 6.084 + GO111MODULE=on [2021-03-09T00:33:20.972Z] #45 6.084 + GOBIN=/build [2021-03-09T00:33:20.972Z] #45 6.084 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-09T00:33:20.972Z] #45 6.125 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-09T00:33:20.972Z] #45 6.132 go: finding gotest.tools v0.5.3 [2021-03-09T00:33:20.972Z] #45 7.072 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-09T00:33:20.972Z] #45 7.740 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-09T00:33:20.972Z] #45 8.870 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:33:20.972Z] #45 8.966 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:33:20.972Z] #45 8.979 go: downloading github.com/fatih/color v1.9.0 [2021-03-09T00:33:20.972Z] #45 8.980 go: downloading github.com/pkg/errors v0.9.1 [2021-03-09T00:33:20.972Z] #45 9.036 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:33:20.972Z] #45 9.174 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:33:20.972Z] #45 9.260 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:33:20.972Z] #45 9.261 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-09T00:33:20.972Z] #45 9.328 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:33:20.972Z] #45 9.345 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:33:20.972Z] #45 9.365 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:33:20.972Z] #45 9.452 go: extracting github.com/fatih/color v1.9.0 [2021-03-09T00:33:20.972Z] #45 9.491 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:33:20.972Z] #45 9.570 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:33:20.972Z] #45 9.687 go: extracting github.com/pkg/errors v0.9.1 [2021-03-09T00:33:20.972Z] #45 9.766 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:33:20.972Z] #45 9.905 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:33:20.972Z] #45 10.03 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:33:20.972Z] #45 10.03 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-09T00:33:20.972Z] #45 ... [2021-03-09T00:33:20.972Z] [2021-03-09T00:33:20.972Z] #27 [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-09T00:33:20.972Z] #27 sha256:54da10271185ce1ef3f65cb808bcb5eebe80dd7fdabae77c58c5d317e0b793c3 [2021-03-09T00:33:21.006Z] #11 52.79 Building dependency tree... [2021-03-09T00:33:21.006Z] #11 ... [2021-03-09T00:33:21.006Z] [2021-03-09T00:33:21.006Z] #40 [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-09T00:33:21.006Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:21.006Z] #40 44.23 Reading package lists... [2021-03-09T00:33:21.006Z] #40 53.94 Building dependency tree... [2021-03-09T00:33:21.006Z] #40 ... [2021-03-09T00:33:21.006Z] [2021-03-09T00:33:21.006Z] #34 [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-09T00:33:21.006Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:33:21.006Z] #34 43.78 Reading package lists... [2021-03-09T00:33:21.171Z] #41 14.29 PBCC images/stats.pb-c.c [2021-03-09T00:33:21.171Z] #41 14.31 DEP images/stats.pb-c.d [2021-03-09T00:33:21.171Z] #41 ... [2021-03-09T00:33:21.171Z] [2021-03-09T00:33:21.171Z] #43 [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-09T00:33:21.171Z] #43 sha256:c5047339b0fe649e0b3ecf0acd9732686689aaff11fc0c3bd59d1bafc7a63317 [2021-03-09T00:33:21.171Z] #43 83.85 net/url [2021-03-09T00:33:21.171Z] #43 85.65 text/template/parse [2021-03-09T00:33:21.171Z] #43 89.10 go/parser [2021-03-09T00:33:21.171Z] #43 90.32 text/template [2021-03-09T00:33:21.171Z] #43 92.50 encoding/xml [2021-03-09T00:33:21.239Z] #43 ... [2021-03-09T00:33:21.239Z] [2021-03-09T00:33:21.239Z] #27 [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-09T00:33:21.239Z] #27 sha256:ff05d086bca3e8d372c58ff2a3ece84e06b08b78ab681ee3592cf2f8aa7cbab4 [2021-03-09T00:33:21.239Z] #27 DONE 14.2s [2021-03-09T00:33:21.239Z] [2021-03-09T00:33:21.239Z] #56 [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-09T00:33:21.239Z] #56 sha256:47f3455130b3b4dcc5582a64615ea7121a06c9633a69d7749c0688c43d9a409c [2021-03-09T00:33:21.239Z] #56 11.86 + cd /tmp/tmp.i8ht8Oz0tG/src/github.com/rootless-containers/rootlesskit [2021-03-09T00:33:21.239Z] #56 11.86 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:33:21.239Z] #56 12.00 + export GO111MODULE=on [2021-03-09T00:33:21.239Z] #56 12.00 + GO111MODULE=on [2021-03-09T00:33:21.239Z] #56 12.00 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-09T00:33:21.239Z] #56 12.00 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-09T00:33:21.428Z] #43 ... [2021-03-09T00:33:21.428Z] [2021-03-09T00:33:21.428Z] #49 [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-09T00:33:21.428Z] #49 sha256:1994ecef52da5f714984a264bf36d4e9f26e60036613137a0003b04a59a4c111 [2021-03-09T00:33:21.428Z] #49 86.00 github.com/pkg/diff [2021-03-09T00:33:21.428Z] #49 86.49 go/ast [2021-03-09T00:33:21.428Z] #49 87.80 golang.org/x/crypto/ssh/terminal [2021-03-09T00:33:21.428Z] #49 89.20 mvdan.cc/editorconfig [2021-03-09T00:33:21.428Z] #49 90.37 mvdan.cc/sh/v3/fileutil [2021-03-09T00:33:21.428Z] #49 90.54 mvdan.cc/sh/v3/syntax [2021-03-09T00:33:21.511Z] #27 6.448 0.0% # 1.7% ### 4.8% ###### 8.9% ####### 10.9% ######### 13.9% ########### 16.5% ############# 18.6% ############## 20.3% ############### 21.9% ################ 22.8% ################# 24.5% ################## 25.5% ################## 26.2% ################### 27.7% #################### 28.3% #################### 29.2% ##################### 30.5% ###################### 31.8% ####################### 32.8% ######################## 34.2% ######################## 34.5% ########################## 36.1% ########################## 36.6% ########################### 37.9% ############################ 39.2% ############################# 40.8% ############################## 42.4% ############################### 43.6% ################################ 44.7% ################################# 46.6% ################################## 48.2% #################################### 50.6% ##################################### 52.5% ####################################### 54.6% ######################################## 56.9% ########################################## 58.4% ########################################### 60.8% ############################################ 62.1% ############################################## 64.0% ############################################### 65.3% ################################################ 67.0% ################################################ 67.8% ################################################## 69.6% ################################################### 71.4% ##################################################### 73.8% ###################################################### 76.4% ######################################################## 78.4% ######################################################### 79.9% ########################################################### 82.3% ############################################################ 84.3% ############################################################# 86.1% ############################################################### 88.8% ################################################################# 90.7% ################################################################## 92.1% #################################################################### 94.7% ##################################################################### 97.1% ###################################################################### 98.3% ######################################################################## 100.0% [2021-03-09T00:33:21.511Z] #27 12.80 [2021-03-09T00:33:21.724Z] #52 ... [2021-03-09T00:33:21.724Z] [2021-03-09T00:33:21.724Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:33:21.724Z] #55 126.0 + bin/containerd [2021-03-09T00:33:21.947Z] #34 53.38 Building dependency tree... [2021-03-09T00:33:22.184Z] #56 13.78 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:33:22.184Z] #56 13.80 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:33:22.184Z] #56 13.82 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:33:22.184Z] #56 13.97 go: downloading github.com/pkg/errors v0.9.1 [2021-03-09T00:33:22.184Z] #56 14.02 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-09T00:33:22.358Z] #49 ... [2021-03-09T00:33:22.358Z] [2021-03-09T00:33:22.358Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:33:22.358Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:33:22.358Z] #41 15.70 make[1]: Nothing to be done for 'all'. [2021-03-09T00:33:22.498Z] #56 14.18 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:33:22.498Z] #56 14.24 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-09T00:33:22.498Z] #56 14.25 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:33:22.760Z] #56 14.57 go: downloading github.com/google/uuid v1.2.0 [2021-03-09T00:33:23.022Z] #56 14.66 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-09T00:33:23.022Z] #56 14.87 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-09T00:33:23.022Z] #56 14.87 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:33:23.091Z] #28 13.58 0.0% # 1.9% ## 3.0% ### 5.2% ##### 7.9% ###### 9.0% ####### 10.0% ######## 11.7% ######### 13.3% ########## 14.9% ############ 17.1% ############# 19.0% ############### 20.9% ################ 22.8% ################# 23.9% ################# 25.0% ################### 26.6% ################### 27.7% ##################### 29.3% ###################### 31.4% ####################### 33.0% ######################## 34.1% ######################### 34.8% ######################### 35.2% ######################### 35.2% ######################### 35.2% ######################### 35.3% ######################### 35.3% ######################### 35.4% ######################### 35.5% ######################### 35.6% ######################### 36.0% ########################## 36.2% ########################## 36.9% ########################### 38.0% ############################ 39.6% ############################# 40.9% ############################## 42.3% ############################## 42.9% ############################### 44.0% ################################ 45.6% ################################# 47.2% ################################## 48.6% ################################### 49.9% ##################################### 51.5% ##################################### 52.6% ###################################### 53.6% ####################################### 54.7% ####################################### 55.3% ######################################## 56.9% ######################################### 58.0% ########################################## 59.1% ########################################### 60.7% ############################################ 61.8% ############################################# 63.4% ############################################## 64.5% ############################################### 66.1% ################################################ 67.7% ################################################# 68.8% ################################################## 70.4% ################################################### 72.0% [2021-03-09T00:33:23.091Z] #28 ... [2021-03-09T00:33:23.091Z] [2021-03-09T00:33:23.092Z] #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-09T00:33:23.092Z] #54 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-03-09T00:33:23.092Z] #54 16.76 Fetched 8198 kB in 16s (521 kB/s) [2021-03-09T00:33:23.092Z] #54 16.76 Reading package lists... [2021-03-09T00:33:23.092Z] #54 25.70 Reading package lists... [2021-03-09T00:33:23.092Z] #54 ... [2021-03-09T00:33:23.092Z] [2021-03-09T00:33:23.092Z] #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-09T00:33:23.092Z] #63 sha256:6eb457880e7b8a691da6f26ca57531bd03f5e60cbdc142bbfcd7b03062bd7998 [2021-03-09T00:33:23.092Z] #63 25.86 Checking out files: 47% (913/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-09T00:33:23.092Z] #63 26.46 + cd /tmp/tmp.n9BvdZXuBk/src/github.com/docker/libnetwork [2021-03-09T00:33:23.092Z] #63 26.47 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:33:23.288Z] #56 15.00 go: extracting github.com/pkg/errors v0.9.1 [2021-03-09T00:33:23.288Z] #56 15.19 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:33:23.799Z] #55 ... [2021-03-09T00:33:23.799Z] [2021-03-09T00:33:23.799Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-09T00:33:23.799Z] #52 80.86 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-09T00:33:23.799Z] #52 81.34 + mkdir -p /build [2021-03-09T00:33:23.799Z] #52 81.34 + cp runc /build/runc [2021-03-09T00:33:23.799Z] #52 DONE 81.7s [2021-03-09T00:33:23.799Z] [2021-03-09T00:33:23.799Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:33:23.862Z] #56 15.38 go: extracting github.com/google/uuid v1.2.0 [2021-03-09T00:33:23.862Z] #56 15.38 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:33:23.862Z] #56 15.53 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:33:24.168Z] #27 15.18 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-09T00:33:24.174Z] #63 27.85 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-09T00:33:24.174Z] #63 ... [2021-03-09T00:33:24.174Z] [2021-03-09T00:33:24.174Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-09T00:33:24.174Z] #35 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-09T00:33:24.174Z] #35 18.06 Fetched 8198 kB in 17s (487 kB/s) [2021-03-09T00:33:24.262Z] #56 15.84 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-09T00:33:24.262Z] #56 15.95 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:33:24.264Z] #41 17.16 CC images/stats.o [2021-03-09T00:33:24.264Z] #41 17.52 CC images/core.o [2021-03-09T00:33:24.448Z] #27 15.63 [2021-03-09T00:33:24.448Z] #27 15.83 # 2.0% ######################################################################## 100.0% [2021-03-09T00:33:24.484Z] #35 18.06 Reading package lists... [2021-03-09T00:33:24.485Z] #35 ... [2021-03-09T00:33:24.485Z] [2021-03-09T00:33:24.485Z] #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-09T00:33:24.485Z] #28 sha256:c0fc92346696343890a98f3753d103c4595d74d8184ae5d111562c28cf2c391b [2021-03-09T00:33:24.715Z] #27 16.00 [2021-03-09T00:33:24.835Z] #56 ... [2021-03-09T00:33:24.835Z] [2021-03-09T00:33:24.835Z] #22 [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-09T00:33:24.835Z] #22 sha256:6c37be4b3153133443ee230a97346f458f1dd84b579765e25bc1c4ba9ff19636 [2021-03-09T00:33:24.835Z] #22 15.90 + mkdir -p /build [2021-03-09T00:33:24.835Z] #22 15.91 + mv docker/docker /build/ [2021-03-09T00:33:24.835Z] #22 15.91 + rmdir docker [2021-03-09T00:33:24.835Z] #22 DONE 16.6s [2021-03-09T00:33:24.835Z] [2021-03-09T00:33:24.835Z] #45 [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-09T00:33:24.835Z] #45 sha256:b378dca45761b108e99281a7e6308699ddbe73225870412fe296780ebd9dbd22 [2021-03-09T00:33:24.835Z] #45 11.06 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:33:24.835Z] #45 11.12 go: extracting github.com/pkg/errors v0.9.1 [2021-03-09T00:33:24.835Z] #45 11.70 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:33:24.835Z] #45 11.75 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:33:24.835Z] #45 12.20 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:33:24.835Z] #45 12.66 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:33:24.835Z] #45 13.55 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:33:24.836Z] #55 ... [2021-03-09T00:33:24.836Z] [2021-03-09T00:33:24.836Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2021-03-09T00:33:24.836Z] #53 DONE 0.2s [2021-03-09T00:33:24.836Z] [2021-03-09T00:33:24.836Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-09T00:33:25.125Z] #28 13.58 0.0% # 1.9% ## 3.0% ### 5.2% ##### 7.9% ###### 9.0% ####### 10.0% ######## 11.7% ######### 13.3% ########## 14.9% ############ 17.1% ############# 19.0% ############### 20.9% ################ 22.8% ################# 23.9% ################# 25.0% ################### 26.6% ################### 27.7% ##################### 29.3% ###################### 31.4% ####################### 33.0% ######################## 34.1% ######################### 34.8% ######################### 35.2% ######################### 35.2% ######################### 35.2% ######################### 35.3% ######################### 35.3% ######################### 35.4% ######################### 35.5% ######################### 35.6% ######################### 36.0% ########################## 36.2% ########################## 36.9% ########################### 38.0% ############################ 39.6% ############################# 40.9% ############################## 42.3% ############################## 42.9% ############################### 44.0% ################################ 45.6% ################################# 47.2% ################################## 48.6% ################################### 49.9% ##################################### 51.5% ##################################### 52.6% ###################################### 53.6% ####################################### 54.7% ####################################### 55.3% ######################################## 56.9% ######################################### 58.0% ########################################## 59.1% ########################################### 60.7% ############################################ 61.8% ############################################# 63.4% ############################################## 64.5% ############################################### 66.1% ################################################ 67.7% ################################################# 68.8% ################################################## 70.4% ################################################### 72.0% ##################################################### 74.2% ###################################################### 76.4% ######################################################## 78.0% ######################################################### 79.6% ########################################################## 80.7% ########################################################### 82.3% ############################################################ 83.9% ############################################################ 84.4% ############################################################# 85.0% ############################################################## 86.6% ############################################################## 87.1% ############################################################### 88.8% ################################################################# 90.9% ################################################################## 92.0% ################################################################### 93.1% ################################################################### 94.2% #################################################################### 95.3% ##################################################################### 96.3% [2021-03-09T00:33:25.125Z] #28 ... [2021-03-09T00:33:25.125Z] [2021-03-09T00:33:25.125Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:25.125Z] #12 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-03-09T00:33:25.125Z] #12 18.90 Fetched 8198 kB in 18s (461 kB/s) [2021-03-09T00:33:25.125Z] #12 18.90 Reading package lists... [2021-03-09T00:33:25.194Z] #40 36.21 Reading package lists... [2021-03-09T00:33:25.194Z] #40 ... [2021-03-09T00:33:25.194Z] [2021-03-09T00:33:25.194Z] #43 [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-09T00:33:25.194Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:33:25.194Z] #43 41.20 vendor/golang.org/x/crypto/internal/subtle [2021-03-09T00:33:25.194Z] #43 41.33 vendor/golang.org/x/crypto/curve25519 [2021-03-09T00:33:25.194Z] #43 ... [2021-03-09T00:33:25.194Z] [2021-03-09T00:33:25.194Z] #53 [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-09T00:33:25.194Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:33:25.194Z] #53 22.66 Reading package lists... [2021-03-09T00:33:25.194Z] #53 31.91 Building dependency tree... [2021-03-09T00:33:25.194Z] #53 37.48 The following additional packages will be installed: [2021-03-09T00:33:25.194Z] #53 37.48 libbtrfs0 [2021-03-09T00:33:25.194Z] #53 37.71 The following NEW packages will be installed: [2021-03-09T00:33:25.194Z] #53 37.72 libbtrfs-dev libbtrfs0 [2021-03-09T00:33:25.194Z] #53 38.38 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:33:25.194Z] #53 38.38 Need to get 119 kB of archives. [2021-03-09T00:33:25.194Z] #53 38.38 After this operation, 387 kB of additional disk space will be used. [2021-03-09T00:33:25.194Z] #53 38.38 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-09T00:33:25.194Z] #53 38.40 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-09T00:33:25.194Z] #53 40.35 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:25.194Z] #53 40.56 Fetched 119 kB in 0s (267 kB/s) [2021-03-09T00:33:25.194Z] #53 40.78 Selecting previously unselected package libbtrfs0. [2021-03-09T00:33:25.194Z] #53 40.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-09T00:33:25.194Z] #53 40.84 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-09T00:33:25.194Z] #53 40.92 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-09T00:33:25.194Z] #53 41.08 Selecting previously unselected package libbtrfs-dev. [2021-03-09T00:33:25.194Z] #53 41.10 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-09T00:33:25.194Z] #53 41.18 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:33:25.194Z] #53 41.45 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-09T00:33:25.194Z] #53 41.59 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:33:25.194Z] #41 18.20 CC images/core-x86.o [2021-03-09T00:33:25.245Z] #34 58.33 The following additional packages will be installed: [2021-03-09T00:33:25.245Z] #34 58.34 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-09T00:33:25.245Z] #34 58.37 Suggested packages: [2021-03-09T00:33:25.245Z] #34 58.37 cmake-doc ninja-build lrzip [2021-03-09T00:33:25.245Z] #34 58.37 Recommended packages: [2021-03-09T00:33:25.245Z] #34 58.37 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-09T00:33:25.245Z] #34 ... [2021-03-09T00:33:25.245Z] [2021-03-09T00:33:25.245Z] #47 [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-09T00:33:25.245Z] #47 sha256:ffb1881850cde42d89f5cfb41ca658cccbe962566cb1c2073a1210b735b27ebd [2021-03-09T00:33:25.245Z] #47 58.28 go: finding github.com/fatih/color v1.7.0 [2021-03-09T00:33:25.245Z] #47 58.44 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:33:25.245Z] #47 58.50 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:33:25.245Z] #47 58.55 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:33:25.423Z] #12 26.95 Reading package lists... [2021-03-09T00:33:25.423Z] #12 ... [2021-03-09T00:33:25.423Z] [2021-03-09T00:33:25.423Z] #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-09T00:33:25.424Z] #28 sha256:c0fc92346696343890a98f3753d103c4595d74d8184ae5d111562c28cf2c391b [2021-03-09T00:33:25.424Z] #28 13.58 0.0% # 1.9% ## 3.0% ### 5.2% ##### 7.9% ###### 9.0% ####### 10.0% ######## 11.7% ######### 13.3% ########## 14.9% ############ 17.1% ############# 19.0% ############### 20.9% ################ 22.8% ################# 23.9% ################# 25.0% ################### 26.6% ################### 27.7% ##################### 29.3% ###################### 31.4% ####################### 33.0% ######################## 34.1% ######################### 34.8% ######################### 35.2% ######################### 35.2% ######################### 35.2% ######################### 35.3% ######################### 35.3% ######################### 35.4% ######################### 35.5% ######################### 35.6% ######################### 36.0% ########################## 36.2% ########################## 36.9% ########################### 38.0% ############################ 39.6% ############################# 40.9% ############################## 42.3% ############################## 42.9% ############################### 44.0% ################################ 45.6% ################################# 47.2% ################################## 48.6% ################################### 49.9% ##################################### 51.5% ##################################### 52.6% ###################################### 53.6% ####################################### 54.7% ####################################### 55.3% ######################################## 56.9% ######################################### 58.0% ########################################## 59.1% ########################################### 60.7% ############################################ 61.8% ############################################# 63.4% ############################################## 64.5% ############################################### 66.1% ################################################ 67.7% ################################################# 68.8% ################################################## 70.4% ################################################### 72.0% ##################################################### 74.2% ###################################################### 76.4% ######################################################## 78.0% ######################################################### 79.6% ########################################################## 80.7% ########################################################### 82.3% ############################################################ 83.9% ############################################################ 84.4% ############################################################# 85.0% ############################################################## 86.6% ############################################################## 87.1% ############################################################### 88.8% ################################################################# 90.9% ################################################################## 92.0% ################################################################### 93.1% ################################################################### 94.2% #################################################################### 95.3% ##################################################################### 96.3% ###################################################################### 97.4% ######################################################################## 100.0% [2021-03-09T00:33:25.424Z] #28 ... [2021-03-09T00:33:25.424Z] [2021-03-09T00:33:25.424Z] #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-09T00:33:25.424Z] #41 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-09T00:33:25.424Z] #41 19.14 Fetched 8198 kB in 18s (452 kB/s) [2021-03-09T00:33:25.451Z] #41 18.73 CC images/core-arm.o [2021-03-09T00:33:25.454Z] #53 41.80 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:33:25.463Z] #45 ... [2021-03-09T00:33:25.463Z] [2021-03-09T00:33:25.463Z] #49 [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-09T00:33:25.463Z] #49 sha256:de1095cae7188d343f34355baa19992bb0d514e2d9f580cbf7b7b0ff3f5eab9d [2021-03-09T00:33:25.463Z] #49 16.92 + cd /tmp/tmp.wrnilQWaSL/src/github.com/mvdan/sh [2021-03-09T00:33:25.463Z] #49 16.92 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:33:25.463Z] #49 16.97 + GO111MODULE=on [2021-03-09T00:33:25.463Z] #49 16.97 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-09T00:33:25.506Z] #47 58.66 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:33:25.506Z] #47 58.73 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:33:25.506Z] #47 58.77 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:33:25.506Z] #47 58.81 go: finding github.com/pkg/errors v0.8.1 [2021-03-09T00:33:25.506Z] #47 58.83 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:33:25.678Z] #27 ... [2021-03-09T00:33:25.678Z] [2021-03-09T00:33:25.678Z] #62 [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-09T00:33:25.678Z] #62 sha256:a4b0b02ce036042127528ad2657040a060ec0a178d64adfbdbbf1ba2e05f1093 [2021-03-09T00:33:25.678Z] #62 5.825 + RM_GOPATH=0 [2021-03-09T00:33:25.678Z] #62 5.825 + TMP_GOPATH= [2021-03-09T00:33:25.678Z] #62 5.825 + : /build [2021-03-09T00:33:25.678Z] #62 5.825 + '[' -z '' ']' [2021-03-09T00:33:25.678Z] #62 5.825 ++ mktemp -d [2021-03-09T00:33:25.678Z] #62 5.833 + export GOPATH=/tmp/tmp.qHMZP2iR8D [2021-03-09T00:33:25.678Z] #62 5.833 + GOPATH=/tmp/tmp.qHMZP2iR8D [2021-03-09T00:33:25.678Z] #62 5.833 + RM_GOPATH=1 [2021-03-09T00:33:25.678Z] #62 5.833 + case "$(go env GOARCH)" in [2021-03-09T00:33:25.678Z] #62 5.833 ++ go env GOARCH [2021-03-09T00:33:25.678Z] #62 5.873 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:25.678Z] #62 5.873 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:25.678Z] #62 5.889 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:25.678Z] #62 5.900 + dir=/tmp/install [2021-03-09T00:33:25.678Z] #62 5.900 + bin=proxy [2021-03-09T00:33:25.678Z] #62 5.900 + shift [2021-03-09T00:33:25.678Z] #62 5.900 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-09T00:33:25.678Z] #62 5.900 + . /tmp/install/proxy.installer [2021-03-09T00:33:25.678Z] #62 5.900 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:33:25.678Z] #62 5.900 + install_proxy [2021-03-09T00:33:25.678Z] #62 5.900 + case "$1" in [2021-03-09T00:33:25.678Z] #62 5.900 + export CGO_ENABLED=0 [2021-03-09T00:33:25.678Z] #62 5.900 + CGO_ENABLED=0 [2021-03-09T00:33:25.678Z] #62 5.900 + _install_proxy [2021-03-09T00:33:25.678Z] #62 5.900 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-09T00:33:25.678Z] #62 5.900 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.qHMZP2iR8D/src/github.com/docker/libnetwork [2021-03-09T00:33:25.678Z] #62 5.901 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:33:25.678Z] #62 5.914 Cloning into '/tmp/tmp.qHMZP2iR8D/src/github.com/docker/libnetwork'... [2021-03-09T00:33:25.678Z] #62 ... [2021-03-09T00:33:25.678Z] [2021-03-09T00:33:25.678Z] #47 [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-09T00:33:25.678Z] #47 sha256:3c1e3b63ee33833bab85d6b0a3d7ca8caa41f810f882a906a9427271dcea9bd4 [2021-03-09T00:33:25.678Z] #47 14.81 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:33:25.678Z] #47 14.87 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-09T00:33:25.678Z] #47 14.95 go: downloading github.com/pkg/errors v0.8.1 [2021-03-09T00:33:25.678Z] #47 15.02 go: downloading github.com/spf13/viper v1.6.1 [2021-03-09T00:33:25.678Z] #47 15.15 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:33:25.678Z] #47 15.17 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-09T00:33:25.678Z] #47 15.18 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-09T00:33:25.678Z] #47 15.31 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-09T00:33:25.678Z] #47 15.34 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:33:25.678Z] #47 15.39 go: downloading github.com/fatih/color v1.7.0 [2021-03-09T00:33:25.678Z] #47 15.39 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:33:25.678Z] #47 15.45 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:33:25.678Z] #47 15.53 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-09T00:33:25.678Z] #47 15.53 go: extracting github.com/pkg/errors v0.8.1 [2021-03-09T00:33:25.678Z] #47 15.65 go: extracting github.com/fatih/color v1.7.0 [2021-03-09T00:33:25.678Z] #47 15.65 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:33:25.678Z] #47 15.65 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:33:25.678Z] #47 15.76 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:33:25.678Z] #47 15.89 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:33:25.678Z] #47 15.91 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-09T00:33:25.678Z] #47 15.91 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:33:25.678Z] #47 15.92 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:33:25.678Z] #47 16.12 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:33:25.678Z] #47 16.16 go: extracting github.com/spf13/viper v1.6.1 [2021-03-09T00:33:25.721Z] #41 19.14 Reading package lists... [2021-03-09T00:33:25.721Z] #41 ... [2021-03-09T00:33:25.721Z] [2021-03-09T00:33:25.721Z] #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-09T00:33:25.721Z] #48 sha256:e109b2aca15be1a58afce7884ebbd7750a71efd9f6f62ca68d1c2b02568c01eb [2021-03-09T00:33:25.721Z] #48 23.67 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:33:25.721Z] #48 23.75 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:33:25.721Z] #48 23.75 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:33:25.721Z] #48 23.76 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-09T00:33:25.721Z] #48 23.98 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:33:25.721Z] #48 24.01 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:33:25.721Z] #48 24.05 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:33:25.721Z] #48 24.17 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-09T00:33:25.721Z] #48 24.19 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:33:25.721Z] #48 24.25 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:33:25.721Z] #48 24.31 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:33:25.721Z] #48 24.42 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:33:25.721Z] #48 24.49 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:33:25.721Z] #48 24.60 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-09T00:33:25.721Z] #48 24.65 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-09T00:33:25.721Z] #48 24.82 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:33:25.721Z] #48 24.94 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:33:25.721Z] #48 25.01 go: downloading golang.org/x/text v0.3.2 [2021-03-09T00:33:25.721Z] #48 25.20 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-09T00:33:25.721Z] #48 25.29 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:33:25.721Z] #48 25.64 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:33:25.721Z] #48 25.69 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-09T00:33:25.721Z] #48 25.71 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:33:25.721Z] #48 25.85 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:33:25.721Z] #48 25.96 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:33:25.721Z] #48 26.28 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-09T00:33:25.721Z] #48 26.56 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:33:25.721Z] #48 26.96 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:33:25.721Z] #48 27.15 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:33:25.721Z] #48 27.22 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:33:25.721Z] #48 27.29 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:33:25.721Z] #48 27.67 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-09T00:33:25.721Z] #48 27.79 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:33:25.721Z] #48 28.07 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-09T00:33:25.721Z] #48 28.16 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:33:25.721Z] #48 28.29 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:33:25.721Z] #48 28.34 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:33:25.721Z] #48 28.42 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:33:25.721Z] #48 28.70 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:33:25.721Z] #48 28.74 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:33:25.721Z] #48 29.11 go: downloading github.com/spf13/cast v1.3.0 [2021-03-09T00:33:25.721Z] #48 29.19 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:33:25.721Z] #48 29.28 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:33:25.721Z] #48 29.45 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:33:25.769Z] #47 58.93 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:33:25.769Z] #47 58.99 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:33:25.769Z] #47 58.99 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:33:25.769Z] #47 59.01 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:33:25.769Z] #47 59.04 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:33:25.769Z] #47 59.05 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:33:25.769Z] #47 59.11 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:33:25.769Z] #47 59.11 go: finding github.com/spf13/viper v1.6.1 [2021-03-09T00:33:25.769Z] #47 59.13 go: finding github.com/stretchr/testify v1.4.0 [2021-03-09T00:33:25.769Z] #47 59.18 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:33:25.946Z] #47 16.18 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:33:25.946Z] #47 16.26 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:33:25.946Z] #47 16.29 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:33:25.946Z] #47 16.35 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:33:26.015Z] #41 19.22 CC images/core-aarch64.o [2021-03-09T00:33:26.023Z] #48 29.57 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:33:26.023Z] #48 29.79 go: extracting github.com/spf13/cast v1.3.0 [2021-03-09T00:33:26.023Z] #48 29.79 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-09T00:33:26.023Z] #48 29.79 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:33:26.023Z] #48 29.81 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:33:26.023Z] #48 29.94 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:33:26.039Z] #53 ... [2021-03-09T00:33:26.039Z] [2021-03-09T00:33:26.039Z] #47 [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-09T00:33:26.039Z] #47 sha256:eae168b503366594d8af7fa5ccb5843fcb358abaff2aa83fcada62f803572e28 [2021-03-09T00:33:26.039Z] #47 32.48 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:33:26.039Z] #47 32.56 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:33:26.039Z] #47 38.00 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:33:26.039Z] #47 39.00 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:33:26.039Z] #47 42.05 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:33:26.039Z] #47 42.06 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:33:26.039Z] #47 42.09 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:33:26.039Z] #47 42.09 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:33:26.039Z] #47 42.09 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:33:26.039Z] #47 42.11 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-09T00:33:26.039Z] #47 42.11 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:33:26.039Z] #47 42.12 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:33:26.039Z] #47 42.35 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:33:26.039Z] #47 42.43 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:33:26.039Z] #47 42.44 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:33:26.039Z] #47 42.47 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:33:26.039Z] #47 42.48 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:33:26.039Z] #47 42.58 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:33:26.095Z] #47 59.21 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:33:26.209Z] #47 16.43 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:33:26.209Z] #47 16.46 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-09T00:33:26.209Z] #47 16.54 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:33:26.325Z] #48 30.09 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:33:26.325Z] #48 30.10 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:33:26.329Z] #47 42.59 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-09T00:33:26.329Z] #47 42.61 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:33:26.329Z] #47 42.76 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:33:26.329Z] #47 42.80 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:33:26.329Z] #47 42.86 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:33:26.355Z] #47 59.35 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:33:26.355Z] #47 59.44 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:33:26.355Z] #47 59.57 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:33:26.355Z] #47 59.62 go: finding github.com/stretchr/objx v0.2.0 [2021-03-09T00:33:26.407Z] #49 18.33 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:33:26.472Z] #47 16.70 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:33:26.472Z] #47 16.81 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-09T00:33:26.472Z] #47 16.83 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:33:26.579Z] #41 19.67 CC images/core-ppc64.o [2021-03-09T00:33:26.591Z] #47 42.96 go: extracting golang.org/x/text v0.3.2 [2021-03-09T00:33:26.591Z] #47 42.99 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:33:26.615Z] #47 59.73 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:33:26.615Z] #47 59.74 go: finding github.com/gobwas/glob v0.2.3 [2021-03-09T00:33:26.615Z] #47 59.84 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:33:26.615Z] #47 59.90 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:33:26.615Z] #47 59.91 go: finding github.com/spf13/cobra v0.0.5 [2021-03-09T00:33:26.615Z] #47 60.02 go: finding github.com/spf13/pflag v1.0.5 [2021-03-09T00:33:26.615Z] #47 60.05 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:33:26.625Z] #48 30.35 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:33:26.625Z] #48 30.45 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:33:26.683Z] #49 18.35 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:33:26.683Z] #49 18.45 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:33:26.736Z] #47 16.93 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:33:26.736Z] #47 16.98 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:33:26.736Z] #47 17.20 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:33:26.852Z] #47 43.24 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:33:26.852Z] #47 43.28 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:33:26.875Z] #47 60.11 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:33:26.925Z] #48 30.63 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:33:26.925Z] #48 30.69 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:33:26.925Z] #48 30.73 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:33:26.944Z] #49 18.86 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:33:27.001Z] #47 17.34 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:33:27.001Z] #47 17.35 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:33:27.001Z] #47 17.36 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:33:27.001Z] #47 17.49 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:33:27.135Z] #47 ... [2021-03-09T00:33:27.135Z] [2021-03-09T00:33:27.135Z] #53 [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-09T00:33:27.135Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:33:27.135Z] #53 49.89 Building dependency tree... [2021-03-09T00:33:27.135Z] #53 54.43 The following additional packages will be installed: [2021-03-09T00:33:27.135Z] #53 54.48 libbtrfs0 [2021-03-09T00:33:27.135Z] #53 54.83 The following NEW packages will be installed: [2021-03-09T00:33:27.135Z] #53 54.84 libbtrfs-dev libbtrfs0 [2021-03-09T00:33:27.135Z] #53 55.30 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:33:27.135Z] #53 55.30 Need to get 119 kB of archives. [2021-03-09T00:33:27.135Z] #53 55.30 After this operation, 387 kB of additional disk space will be used. [2021-03-09T00:33:27.135Z] #53 55.30 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-09T00:33:27.135Z] #53 55.30 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-09T00:33:27.135Z] #53 57.00 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:27.135Z] #53 57.33 Fetched 119 kB in 0s (402 kB/s) [2021-03-09T00:33:27.135Z] #53 57.49 Selecting previously unselected package libbtrfs0. [2021-03-09T00:33:27.135Z] #53 57.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-09T00:33:27.135Z] #53 57.65 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-09T00:33:27.135Z] #53 57.69 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-09T00:33:27.135Z] #53 57.86 Selecting previously unselected package libbtrfs-dev. [2021-03-09T00:33:27.135Z] #53 57.87 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-09T00:33:27.135Z] #53 57.88 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:33:27.135Z] #53 58.25 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-09T00:33:27.135Z] #53 58.27 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:33:27.135Z] #53 58.32 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:33:27.135Z] #53 DONE 60.4s [2021-03-09T00:33:27.135Z] [2021-03-09T00:33:27.135Z] #47 [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-09T00:33:27.135Z] #47 sha256:ffb1881850cde42d89f5cfb41ca658cccbe962566cb1c2073a1210b735b27ebd [2021-03-09T00:33:27.135Z] #47 60.42 go: finding github.com/magiconair/properties v1.8.1 [2021-03-09T00:33:27.142Z] #41 20.25 CC images/core-s390.o [2021-03-09T00:33:27.169Z] #47 43.54 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:33:27.169Z] #47 43.65 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:33:27.211Z] #49 18.96 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:33:27.224Z] #48 31.03 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-09T00:33:27.224Z] #48 31.03 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:33:27.264Z] #47 17.50 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:33:27.264Z] #47 17.56 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:33:27.264Z] #47 17.57 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:33:27.395Z] #47 60.50 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:33:27.395Z] #47 60.62 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:33:27.395Z] #47 60.66 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:33:27.395Z] #47 60.69 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:33:27.436Z] #47 43.77 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:33:27.525Z] #48 31.22 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:33:27.525Z] #48 31.25 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:33:27.525Z] #48 31.32 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:33:27.525Z] #48 31.36 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-09T00:33:27.527Z] #47 17.82 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:33:27.655Z] #47 60.80 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:33:27.655Z] #47 60.83 go: finding github.com/spf13/afero v1.1.2 [2021-03-09T00:33:27.655Z] #47 ... [2021-03-09T00:33:27.655Z] [2021-03-09T00:33:27.655Z] #62 [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-09T00:33:27.655Z] #62 sha256:282c47533163c992b18061c236c03bde2606f618ab8045a2d4162f3d5551041b [2021-03-09T00:33:27.655Z] #62 DONE 60.9s [2021-03-09T00:33:27.655Z] [2021-03-09T00:33:27.655Z] #47 [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-09T00:33:27.655Z] #47 sha256:ffb1881850cde42d89f5cfb41ca658cccbe962566cb1c2073a1210b735b27ebd [2021-03-09T00:33:27.655Z] #47 60.93 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:33:27.655Z] #47 61.01 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:33:27.655Z] #47 61.04 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:33:27.703Z] #47 43.94 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-09T00:33:27.703Z] #47 44.02 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:33:27.703Z] #47 44.05 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:33:27.703Z] #47 44.12 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:33:27.703Z] #47 44.17 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:33:27.703Z] #47 ... [2021-03-09T00:33:27.703Z] [2021-03-09T00:33:27.703Z] #49 [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-09T00:33:27.703Z] #49 sha256:e273e07ee40b04555832ddebcedd237b5067000d372596693eea2bd89d6aa297 [2021-03-09T00:33:27.703Z] #49 34.08 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:33:27.703Z] #49 34.37 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:33:27.703Z] #49 34.71 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:33:27.703Z] #49 35.83 runtime/cgo [2021-03-09T00:33:27.703Z] #49 35.97 runtime [2021-03-09T00:33:27.706Z] #41 20.98 CC images/cpuinfo.o [2021-03-09T00:33:27.791Z] #47 18.09 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:33:27.791Z] #47 18.17 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:33:27.791Z] #47 18.25 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:33:27.791Z] #47 18.28 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-09T00:33:27.828Z] #48 31.49 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:33:27.828Z] #48 31.56 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:33:27.828Z] #48 31.57 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-09T00:33:27.915Z] #47 61.13 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:33:27.915Z] #47 61.13 go: finding github.com/spf13/cast v1.3.0 [2021-03-09T00:33:27.915Z] #47 61.19 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-09T00:33:27.915Z] #47 61.19 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:33:27.962Z] #41 ... [2021-03-09T00:33:27.962Z] [2021-03-09T00:33:27.963Z] #54 [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-09T00:33:27.963Z] #54 sha256:8b53cf9f3eaa4a6e32435cf820da716b3f31f4337a901a66223c6d55a6c4334a [2021-03-09T00:33:27.963Z] #54 43.11 Checking out files: 43% (1654/3817) Checking out files: 44% (1680/3817) Checking out files: 45% (1718/3817) Checking out files: 46% (1756/3817) Checking out files: 47% (1794/3817) Checking out files: 48% (1833/3817) Checking out files: 49% (1871/3817) Checking out files: 50% (1909/3817) Checking out files: 51% (1947/3817) Checking out files: 52% (1985/3817) Checking out files: 53% (2024/3817) Checking out files: 54% (2062/3817) Checking out files: 55% (2100/3817) Checking out files: 56% (2138/3817) Checking out files: 57% (2176/3817) Checking out files: 58% (2214/3817) Checking out files: 59% (2253/3817) Checking out files: 60% (2291/3817) Checking out files: 61% (2329/3817) Checking out files: 62% (2367/3817) Checking out files: 63% (2405/3817) Checking out files: 64% (2443/3817) Checking out files: 65% (2482/3817) Checking out files: 66% (2520/3817) Checking out files: 67% (2558/3817) Checking out files: 68% (2596/3817) Checking out files: 69% (2634/3817) Checking out files: 70% (2672/3817) Checking out files: 71% (2711/3817) Checking out files: 72% (2749/3817) Checking out files: 73% (2787/3817) Checking out files: 74% (2825/3817) Checking out files: 75% (2863/3817) Checking out files: 76% (2901/3817) Checking out files: 77% (2940/3817) Checking out files: 78% (2978/3817) Checking out files: 79% (3016/3817) Checking out files: 80% (3054/3817) Checking out files: 81% (3092/3817) Checking out files: 82% (3130/3817) Checking out files: 83% (3169/3817) Checking out files: 84% (3207/3817) Checking out files: 85% (3245/3817) Checking out files: 86% (3283/3817) Checking out files: 86% (3304/3817) Checking out files: 87% (3321/3817) Checking out files: 88% (3359/3817) Checking out files: 89% (3398/3817) Checking out files: 90% (3436/3817) Checking out files: 91% (3474/3817) Checking out files: 92% (3512/3817) Checking out files: 93% (3550/3817) Checking out files: 94% (3588/3817) Checking out files: 95% (3627/3817) Checking out files: 96% (3665/3817) Checking out files: 97% (3703/3817) Checking out files: 98% (3741/3817) Checking out files: 99% (3779/3817) Checking out files: 100% (3817/3817) Checking out files: 100% (3817/3817), done. [2021-03-09T00:33:27.963Z] #54 44.72 + cd /tmp/tmp.l0b5Y0g1BH/src/github.com/containerd/containerd [2021-03-09T00:33:27.963Z] #54 44.73 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:33:27.963Z] #54 46.45 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-09T00:33:27.963Z] #54 46.45 + BUILDTAGS='netgo osusergo static_build' [2021-03-09T00:33:27.963Z] #54 46.45 + export EXTRA_FLAGS=-buildmode=pie [2021-03-09T00:33:27.963Z] #54 46.45 + EXTRA_FLAGS=-buildmode=pie [2021-03-09T00:33:27.963Z] #54 46.45 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-09T00:33:27.963Z] #54 46.45 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-09T00:33:27.963Z] #54 46.45 + '[' '' = dynamic ']' [2021-03-09T00:33:27.963Z] #54 46.45 + make [2021-03-09T00:33:27.963Z] #49 ... [2021-03-09T00:33:27.963Z] [2021-03-09T00:33:27.964Z] #53 [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-09T00:33:27.964Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:33:27.964Z] #53 DONE 44.2s [2021-03-09T00:33:27.964Z] [2021-03-09T00:33:27.964Z] #47 [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-09T00:33:27.964Z] #47 sha256:eae168b503366594d8af7fa5ccb5843fcb358abaff2aa83fcada62f803572e28 [2021-03-09T00:33:27.964Z] #47 44.19 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:33:27.964Z] #47 44.22 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:33:27.964Z] #47 44.23 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:33:27.964Z] #47 44.54 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:33:27.964Z] #47 44.54 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:33:28.106Z] #47 18.35 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-09T00:33:28.127Z] #48 ... [2021-03-09T00:33:28.127Z] [2021-03-09T00:33:28.127Z] #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-09T00:33:28.127Z] #28 sha256:c0fc92346696343890a98f3753d103c4595d74d8184ae5d111562c28cf2c391b [2021-03-09T00:33:28.127Z] #28 23.45 [2021-03-09T00:33:28.127Z] #28 25.08 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-09T00:33:28.127Z] #28 25.53 [2021-03-09T00:33:28.127Z] #28 25.71 ### 5.0% ######################################################################## 100.0% [2021-03-09T00:33:28.174Z] #47 61.37 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:33:28.174Z] #47 61.46 go: finding golang.org/x/text v0.3.2 [2021-03-09T00:33:28.187Z] #49 19.89 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:33:28.370Z] #47 18.55 go: downloading github.com/spf13/afero v1.1.2 [2021-03-09T00:33:28.370Z] #47 18.69 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:33:28.427Z] #28 26.09 [2021-03-09T00:33:28.434Z] #47 61.69 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:33:28.434Z] #47 61.80 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:33:28.434Z] #47 61.81 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:33:28.434Z] #47 61.86 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:33:28.533Z] #47 44.71 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:33:28.533Z] #47 44.82 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:33:28.533Z] #47 44.87 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:33:28.533Z] #47 44.87 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:33:28.533Z] #47 44.87 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:33:28.533Z] #47 44.94 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-09T00:33:28.533Z] #47 44.97 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:33:28.533Z] #47 44.99 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:33:28.633Z] #47 18.86 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:33:28.634Z] #47 18.95 go: extracting github.com/spf13/afero v1.1.2 [2021-03-09T00:33:28.693Z] #47 61.89 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:33:28.693Z] #47 61.89 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:33:28.693Z] #47 61.96 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:33:28.693Z] #47 61.98 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:33:28.693Z] #47 61.98 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:33:28.693Z] #47 62.02 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:33:28.693Z] #47 62.04 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-09T00:33:28.731Z] #28 ... [2021-03-09T00:33:28.731Z] [2021-03-09T00:33:28.731Z] #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-09T00:33:28.731Z] #57 sha256:3a1b1b6f269bd5a782e05c866091f6f34831a6493346a3c91faf400a20820c4f [2021-03-09T00:33:28.732Z] #57 22.41 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:33:28.732Z] #57 22.64 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:33:28.732Z] #57 23.03 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:33:28.732Z] #57 24.16 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:33:28.732Z] #57 25.46 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:33:28.732Z] #57 30.27 go: finding github.com/pkg/errors v0.9.1 [2021-03-09T00:33:28.732Z] #57 30.38 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:33:28.732Z] #57 30.45 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:33:28.732Z] #57 30.91 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:33:28.732Z] #57 30.92 go: finding github.com/google/uuid v1.2.0 [2021-03-09T00:33:28.732Z] #57 31.05 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:33:28.732Z] #57 31.15 go: finding github.com/gofrs/flock v0.8.0 [2021-03-09T00:33:28.732Z] #57 31.15 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-09T00:33:28.732Z] #57 31.38 go: finding github.com/gorilla/mux v1.8.0 [2021-03-09T00:33:28.732Z] #57 31.49 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:33:28.732Z] #57 31.49 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:33:28.732Z] #57 31.57 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:33:28.732Z] #57 31.79 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:33:28.732Z] #57 32.15 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:33:28.732Z] #57 32.40 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:33:28.732Z] #57 ... [2021-03-09T00:33:28.732Z] [2021-03-09T00:33:28.732Z] #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-09T00:33:28.732Z] #48 sha256:e109b2aca15be1a58afce7884ebbd7750a71efd9f6f62ca68d1c2b02568c01eb [2021-03-09T00:33:28.732Z] #48 31.80 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-09T00:33:28.732Z] #48 31.92 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:33:28.732Z] #48 32.01 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:33:28.732Z] #48 32.17 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:33:28.732Z] #48 32.25 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:33:28.732Z] #48 32.31 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:33:28.732Z] #48 32.64 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:33:28.760Z] #49 ... [2021-03-09T00:33:28.760Z] [2021-03-09T00:33:28.760Z] #40 [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-09T00:33:28.760Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:28.760Z] #40 10.52 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:33:28.760Z] #40 12.23 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:33:28.760Z] #40 14.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:33:28.793Z] #47 45.12 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:33:28.793Z] #47 45.18 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:33:28.893Z] #54 47.60 + bin/ctr [2021-03-09T00:33:28.952Z] #47 62.11 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:33:28.952Z] #47 62.24 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:33:28.952Z] #47 62.28 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:33:28.952Z] #47 62.30 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:33:28.952Z] #47 62.30 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:33:29.021Z] #40 ... [2021-03-09T00:33:29.021Z] [2021-03-09T00:33:29.021Z] #49 [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-09T00:33:29.021Z] #49 sha256:de1095cae7188d343f34355baa19992bb0d514e2d9f580cbf7b7b0ff3f5eab9d [2021-03-09T00:33:29.021Z] #49 20.64 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:33:29.031Z] #48 32.69 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:33:29.031Z] #48 32.73 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:33:29.031Z] #48 32.74 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:33:29.031Z] #48 32.75 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:33:29.031Z] #48 ... [2021-03-09T00:33:29.031Z] [2021-03-09T00:33:29.032Z] #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-09T00:33:29.032Z] #50 sha256:84ad54e9390a7e1d1fe49fd04876213f7d60bfc3a1e94c64dc8dfc6979779816 [2021-03-09T00:33:29.032Z] #50 22.76 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:33:29.032Z] #50 22.77 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:33:29.032Z] #50 23.21 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:33:29.032Z] #50 23.61 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:33:29.032Z] #50 25.13 runtime [2021-03-09T00:33:29.052Z] #47 45.47 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:33:29.052Z] #47 45.47 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:33:29.052Z] #47 45.49 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-09T00:33:29.052Z] #47 45.61 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:33:29.052Z] #47 45.61 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:33:29.284Z] #49 ... [2021-03-09T00:33:29.284Z] [2021-03-09T00:33:29.284Z] #47 [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-09T00:33:29.284Z] #47 sha256:716f54b1e6fadeb22ed98c75c806c4e5b8e9621bfbbb4352228e7a43cf796028 [2021-03-09T00:33:29.284Z] #47 11.01 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:33:29.284Z] #47 12.75 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-09T00:33:29.284Z] #47 19.51 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-09T00:33:29.284Z] #47 19.56 go: downloading github.com/pkg/errors v0.8.1 [2021-03-09T00:33:29.284Z] #47 19.56 go: downloading github.com/fatih/color v1.7.0 [2021-03-09T00:33:29.284Z] #47 19.57 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-09T00:33:29.284Z] #47 19.70 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:33:29.284Z] #47 19.75 go: downloading github.com/spf13/viper v1.6.1 [2021-03-09T00:33:29.284Z] #47 19.80 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:33:29.284Z] #47 20.16 go: extracting github.com/spf13/viper v1.6.1 [2021-03-09T00:33:29.284Z] #47 20.34 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-09T00:33:29.284Z] #47 20.34 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:33:29.284Z] #47 20.34 go: extracting github.com/fatih/color v1.7.0 [2021-03-09T00:33:29.284Z] #47 20.54 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:33:29.284Z] #47 20.54 go: extracting github.com/pkg/errors v0.8.1 [2021-03-09T00:33:29.284Z] #47 20.54 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:33:29.284Z] #47 20.54 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-09T00:33:29.284Z] #47 20.58 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-09T00:33:29.284Z] #47 20.64 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:33:29.284Z] #47 20.87 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:33:29.284Z] #47 21.07 go: downloading github.com/spf13/afero v1.1.2 [2021-03-09T00:33:29.284Z] #47 21.07 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:33:29.312Z] #47 45.69 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:33:29.312Z] #47 45.76 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:33:29.330Z] #50 ... [2021-03-09T00:33:29.330Z] [2021-03-09T00:33:29.330Z] #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-09T00:33:29.330Z] #48 sha256:e109b2aca15be1a58afce7884ebbd7750a71efd9f6f62ca68d1c2b02568c01eb [2021-03-09T00:33:29.330Z] #48 33.05 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:33:29.330Z] #48 33.05 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:33:29.519Z] #47 62.60 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-09T00:33:29.519Z] #47 62.60 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:33:29.519Z] #47 62.74 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:33:29.519Z] #47 62.77 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-09T00:33:29.545Z] #47 ... [2021-03-09T00:33:29.545Z] [2021-03-09T00:33:29.545Z] #45 [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-09T00:33:29.545Z] #45 sha256:b378dca45761b108e99281a7e6308699ddbe73225870412fe296780ebd9dbd22 [2021-03-09T00:33:29.545Z] #45 18.49 go: finding github.com/fatih/color v1.9.0 [2021-03-09T00:33:29.545Z] #45 18.49 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:33:29.545Z] #45 18.49 go: finding github.com/pkg/errors v0.9.1 [2021-03-09T00:33:29.545Z] #45 18.74 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:33:29.545Z] #45 18.74 go: finding github.com/spf13/pflag v1.0.3 [2021-03-09T00:33:29.545Z] #45 18.77 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:33:29.545Z] #45 19.23 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:33:29.545Z] #45 19.38 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:33:29.545Z] #45 19.38 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:33:29.545Z] #45 19.44 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:33:29.545Z] #45 19.56 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:33:29.571Z] #47 46.13 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:33:29.571Z] #47 46.15 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:33:29.630Z] #48 33.49 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:33:29.778Z] #47 62.86 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:33:29.778Z] #47 63.07 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:33:29.778Z] #47 63.14 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:33:29.778Z] #47 63.14 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:33:29.806Z] #45 ... [2021-03-09T00:33:29.806Z] [2021-03-09T00:33:29.806Z] #53 [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-09T00:33:29.806Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:33:29.806Z] #53 11.48 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:33:29.806Z] #53 13.42 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:33:29.806Z] #53 15.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:33:29.806Z] #53 ... [2021-03-09T00:33:29.806Z] [2021-03-09T00:33:29.806Z] #47 [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-09T00:33:29.806Z] #47 sha256:716f54b1e6fadeb22ed98c75c806c4e5b8e9621bfbbb4352228e7a43cf796028 [2021-03-09T00:33:29.806Z] #47 21.24 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:33:29.806Z] #47 21.24 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:33:29.806Z] #47 21.24 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-09T00:33:29.806Z] #47 21.24 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:33:29.806Z] #47 21.27 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:33:29.806Z] #47 21.63 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:33:29.806Z] #47 21.63 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:33:29.930Z] #48 33.58 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:33:29.930Z] #48 33.65 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:33:30.037Z] #47 63.27 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:33:30.037Z] #47 63.31 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:33:30.065Z] #47 ... [2021-03-09T00:33:30.065Z] [2021-03-09T00:33:30.065Z] #27 [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-09T00:33:30.065Z] #27 sha256:54da10271185ce1ef3f65cb808bcb5eebe80dd7fdabae77c58c5d317e0b793c3 [2021-03-09T00:33:30.065Z] #27 17.19 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-09T00:33:30.065Z] #27 17.66 [2021-03-09T00:33:30.065Z] #27 17.85 0.4% ######################################################################## 100.0% [2021-03-09T00:33:30.065Z] #27 18.03 [2021-03-09T00:33:30.065Z] #27 19.34 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-09T00:33:30.065Z] #27 19.96 [2021-03-09T00:33:30.067Z] #47 21.67 go: extracting github.com/spf13/afero v1.1.2 [2021-03-09T00:33:30.068Z] #47 21.71 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:33:30.068Z] #47 21.71 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:33:30.068Z] #47 21.71 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:33:30.143Z] #47 46.38 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:33:30.143Z] #47 ... [2021-03-09T00:33:30.143Z] [2021-03-09T00:33:30.143Z] #56 [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-09T00:33:30.143Z] #56 sha256:73e3f66204f81e4e57975995fa952d079bf595d85f1f0a01879ee18ff8a7c52a [2021-03-09T00:33:30.143Z] #56 36.40 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:33:30.143Z] #56 ... [2021-03-09T00:33:30.143Z] [2021-03-09T00:33:30.143Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:30.143Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:30.143Z] #11 36.58 Fetched 8423 kB in 25s (341 kB/s) [2021-03-09T00:33:30.143Z] #11 36.58 Reading package lists... [2021-03-09T00:33:30.264Z] #54 ... [2021-03-09T00:33:30.264Z] [2021-03-09T00:33:30.264Z] #49 [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-09T00:33:30.264Z] #49 sha256:1994ecef52da5f714984a264bf36d4e9f26e60036613137a0003b04a59a4c111 [2021-03-09T00:33:30.264Z] #49 96.45 mvdan.cc/sh/v3/cmd/shfmt [2021-03-09T00:33:30.264Z] #49 DONE 103.0s [2021-03-09T00:33:30.264Z] [2021-03-09T00:33:30.264Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:33:30.264Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:33:30.264Z] #41 21.42 CC images/inventory.o [2021-03-09T00:33:30.264Z] #41 21.70 CC images/fdinfo.o [2021-03-09T00:33:30.264Z] #41 22.07 CC images/fown.o [2021-03-09T00:33:30.264Z] #41 22.28 CC images/ns.o [2021-03-09T00:33:30.264Z] #41 22.57 CC images/regfile.o [2021-03-09T00:33:30.264Z] #41 22.87 CC images/ghost-file.o [2021-03-09T00:33:30.264Z] #41 23.18 CC images/fifo.o [2021-03-09T00:33:30.264Z] #41 23.37 CC images/remap-file-path.o [2021-03-09T00:33:30.329Z] #47 22.03 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-09T00:33:30.329Z] #47 ... [2021-03-09T00:33:30.329Z] [2021-03-09T00:33:30.329Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:30.329Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:30.329Z] #11 12.23 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:33:30.329Z] #11 14.57 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:33:30.331Z] #27 20.17 #=#=# 0.0% #### 6.3% ####### 10.4% ########## 14.2% ############ 18.0% ############### 21.4% ################# 23.6% ################### 26.8% ##################### 29.8% ####################### 32.9% ########################## 36.4% [2021-03-09T00:33:30.331Z] #27 ... [2021-03-09T00:33:30.331Z] [2021-03-09T00:33:30.331Z] #56 [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-09T00:33:30.331Z] #56 sha256:b10981a5973d3dfda685f11ee6cc0087e707ba148259755fdb34e6b84372cbdc [2021-03-09T00:33:30.331Z] #56 10.70 + cd /tmp/tmp.RN7LVAAs2g/src/github.com/rootless-containers/rootlesskit [2021-03-09T00:33:30.331Z] #56 10.70 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-09T00:33:30.331Z] #56 10.79 + export GO111MODULE=on [2021-03-09T00:33:30.331Z] #56 10.79 + GO111MODULE=on [2021-03-09T00:33:30.331Z] #56 10.79 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-09T00:33:30.331Z] #56 10.79 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-09T00:33:30.331Z] #56 12.74 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:33:30.331Z] #56 12.77 go: downloading github.com/pkg/errors v0.9.1 [2021-03-09T00:33:30.331Z] #56 12.80 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-09T00:33:30.331Z] #56 12.82 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-09T00:33:30.331Z] #56 12.95 go: extracting github.com/pkg/errors v0.9.1 [2021-03-09T00:33:30.331Z] #56 12.99 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:33:30.331Z] #56 12.99 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:33:30.331Z] #56 13.10 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:33:30.331Z] #56 13.13 go: downloading github.com/google/uuid v1.2.0 [2021-03-09T00:33:30.331Z] #56 13.15 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-09T00:33:30.331Z] #56 13.18 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:33:30.331Z] #56 13.23 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:33:30.331Z] #56 13.47 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-09T00:33:30.331Z] #56 13.48 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:33:30.331Z] #56 13.58 go: extracting github.com/google/uuid v1.2.0 [2021-03-09T00:33:30.331Z] #56 13.75 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:33:30.331Z] #56 13.93 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-09T00:33:30.331Z] #56 13.97 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:33:30.331Z] #56 14.65 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:33:30.331Z] #56 14.67 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-09T00:33:30.331Z] #56 14.89 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:33:30.331Z] #56 15.68 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:33:30.331Z] #56 15.74 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:33:30.331Z] #56 15.79 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:33:30.331Z] #56 17.36 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:33:30.331Z] #56 19.06 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:33:30.331Z] #56 20.19 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:33:30.331Z] #56 20.32 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:33:30.331Z] #56 20.39 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:33:30.403Z] #11 46.14 Reading package lists... [2021-03-09T00:33:30.403Z] #11 ... [2021-03-09T00:33:30.403Z] [2021-03-09T00:33:30.403Z] #38 [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-09T00:33:30.403Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:33:30.403Z] #38 35.67 + 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-09T00:33:30.403Z] #38 ... [2021-03-09T00:33:30.403Z] [2021-03-09T00:33:30.403Z] #47 [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-09T00:33:30.403Z] #47 sha256:eae168b503366594d8af7fa5ccb5843fcb358abaff2aa83fcada62f803572e28 [2021-03-09T00:33:30.403Z] #47 46.47 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-09T00:33:30.403Z] #47 46.51 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:33:30.403Z] #47 46.64 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:33:30.403Z] #47 46.65 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:33:30.521Z] #41 23.72 CC images/eventfd.o [2021-03-09T00:33:30.580Z] #48 34.13 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:33:30.580Z] #48 34.34 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:33:30.591Z] #11 ... [2021-03-09T00:33:30.591Z] [2021-03-09T00:33:30.591Z] #47 [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-09T00:33:30.591Z] #47 sha256:716f54b1e6fadeb22ed98c75c806c4e5b8e9621bfbbb4352228e7a43cf796028 [2021-03-09T00:33:30.591Z] #47 22.25 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:33:30.591Z] #47 22.28 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-09T00:33:30.591Z] #47 22.28 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:33:30.591Z] #47 22.28 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:33:30.591Z] #47 22.41 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:33:30.598Z] #56 ... [2021-03-09T00:33:30.598Z] [2021-03-09T00:33:30.598Z] #27 [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-09T00:33:30.598Z] #27 sha256:54da10271185ce1ef3f65cb808bcb5eebe80dd7fdabae77c58c5d317e0b793c3 [2021-03-09T00:33:30.663Z] #47 46.96 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:33:30.663Z] #47 47.05 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-09T00:33:30.663Z] #47 47.05 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:33:30.663Z] #47 47.08 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:33:30.778Z] #41 24.01 CC images/eventpoll.o [2021-03-09T00:33:30.854Z] #47 22.49 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-09T00:33:30.854Z] #47 22.49 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-09T00:33:30.854Z] #47 22.53 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:33:30.854Z] #47 22.53 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:33:30.854Z] #47 22.60 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:33:30.854Z] #47 ... [2021-03-09T00:33:30.854Z] [2021-03-09T00:33:30.854Z] #32 [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-09T00:33:30.854Z] #32 sha256:d7acd44b27279b8a9a308d5765b35c76ba7398c4e674760af9a70c8fa270f93c [2021-03-09T00:33:30.854Z] #32 12.54 internal/race [2021-03-09T00:33:30.854Z] #32 12.71 sync/atomic [2021-03-09T00:33:30.854Z] #32 13.24 unicode [2021-03-09T00:33:30.854Z] #32 16.40 internal/testlog [2021-03-09T00:33:30.854Z] #32 16.84 encoding [2021-03-09T00:33:30.854Z] #32 16.97 runtime/cgo [2021-03-09T00:33:30.854Z] #32 ... [2021-03-09T00:33:30.854Z] [2021-03-09T00:33:30.854Z] #34 [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-09T00:33:30.854Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:33:30.854Z] #34 12.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:33:30.863Z] #27 20.17 #=#=# 0.0% #### 6.3% ####### 10.4% ########## 14.2% ############ 18.0% ############### 21.4% ################# 23.6% ################### 26.8% ##################### 29.8% ####################### 32.9% ########################## 36.4% ############################ 39.4% ################################# 46.1% ################################### 49.9% ###################################### 54.1% ######################################### [2021-03-09T00:33:30.863Z] #27 ... [2021-03-09T00:33:30.863Z] [2021-03-09T00:33:30.863Z] #53 [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-09T00:33:30.863Z] #53 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-03-09T00:33:30.863Z] #53 11.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-09T00:33:30.863Z] #53 20.04 Fetched 8246 kB in 14s (585 kB/s) [2021-03-09T00:33:30.880Z] #48 ... [2021-03-09T00:33:30.880Z] [2021-03-09T00:33:30.880Z] #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-09T00:33:30.880Z] #39 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-09T00:33:30.880Z] #39 24.46 Checking out files: 92% (1561/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-09T00:33:30.880Z] #39 24.62 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-09T00:33:30.880Z] #39 28.41 + 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-09T00:33:30.880Z] #39 ... [2021-03-09T00:33:30.880Z] [2021-03-09T00:33:30.880Z] #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-09T00:33:30.880Z] #54 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-03-09T00:33:30.880Z] #54 25.70 Reading package lists... [2021-03-09T00:33:30.925Z] #47 47.28 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-09T00:33:30.925Z] #47 47.29 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:33:31.116Z] #34 ... [2021-03-09T00:33:31.116Z] [2021-03-09T00:33:31.116Z] #47 [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-09T00:33:31.116Z] #47 sha256:716f54b1e6fadeb22ed98c75c806c4e5b8e9621bfbbb4352228e7a43cf796028 [2021-03-09T00:33:31.116Z] #47 22.71 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:33:31.178Z] #53 20.04 Reading package lists... [2021-03-09T00:33:31.178Z] #53 ... [2021-03-09T00:33:31.178Z] [2021-03-09T00:33:31.178Z] #34 [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-09T00:33:31.178Z] #34 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-09T00:33:31.178Z] #34 11.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-09T00:33:31.178Z] #34 18.82 Fetched 8246 kB in 12s (664 kB/s) [2021-03-09T00:33:31.178Z] #34 18.82 Reading package lists... [2021-03-09T00:33:31.178Z] #34 ... [2021-03-09T00:33:31.178Z] [2021-03-09T00:33:31.178Z] #43 [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-09T00:33:31.178Z] #43 sha256:82bced187e22a2da8052608be48f5193dd7e75523cd797984b88fd2ce459d822 [2021-03-09T00:33:31.178Z] #43 11.31 unicode/utf16 [2021-03-09T00:33:31.178Z] #43 12.46 container/list [2021-03-09T00:33:31.178Z] #43 13.18 crypto/internal/subtle [2021-03-09T00:33:31.178Z] #43 13.73 crypto/subtle [2021-03-09T00:33:31.178Z] #43 13.73 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-09T00:33:31.178Z] #43 13.82 internal/nettrace [2021-03-09T00:33:31.178Z] #43 14.00 runtime/cgo [2021-03-09T00:33:31.178Z] #43 14.05 vendor/golang.org/x/crypto/internal/subtle [2021-03-09T00:33:31.178Z] #43 ... [2021-03-09T00:33:31.178Z] [2021-03-09T00:33:31.178Z] #45 [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-09T00:33:31.178Z] #45 sha256:f35915b6483afd35e9b5ecb03fba96bde6942043db0fc7711e94644a122bd947 [2021-03-09T00:33:31.178Z] #45 11.60 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:33:31.178Z] #45 11.61 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:33:31.178Z] #45 12.29 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:33:31.178Z] #45 19.39 go: finding github.com/fatih/color v1.9.0 [2021-03-09T00:33:31.178Z] #45 19.40 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:33:31.178Z] #45 19.42 go: finding github.com/pkg/errors v0.9.1 [2021-03-09T00:33:31.178Z] #45 19.61 go: finding github.com/spf13/pflag v1.0.3 [2021-03-09T00:33:31.178Z] #45 19.80 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:33:31.178Z] #45 19.92 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:33:31.178Z] #45 20.36 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:33:31.178Z] #45 20.37 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:33:31.178Z] #45 20.38 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:33:31.178Z] #45 20.51 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:33:31.178Z] #45 20.62 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:33:31.186Z] #47 47.52 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:33:31.186Z] #47 47.59 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:33:31.186Z] #47 47.60 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:33:31.186Z] #47 ... [2021-03-09T00:33:31.186Z] [2021-03-09T00:33:31.186Z] #34 [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-09T00:33:31.186Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:33:31.186Z] #34 37.61 Fetched 8423 kB in 26s (327 kB/s) [2021-03-09T00:33:31.186Z] #34 37.61 Reading package lists... [2021-03-09T00:33:31.342Z] #41 24.57 CC images/fh.o [2021-03-09T00:33:31.413Z] #47 ... [2021-03-09T00:33:31.413Z] [2021-03-09T00:33:31.413Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:31.413Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:31.413Z] #11 52.79 Building dependency tree... [2021-03-09T00:33:31.413Z] #11 57.72 The following additional packages will be installed: [2021-03-09T00:33:31.413Z] #11 57.72 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-09T00:33:31.413Z] #11 57.73 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-09T00:33:31.413Z] #11 57.73 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-09T00:33:31.413Z] #11 57.73 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-03-09T00:33:31.413Z] #11 57.73 mingw-w64-x86-64-dev [2021-03-09T00:33:31.413Z] #11 57.76 Suggested packages: [2021-03-09T00:33:31.413Z] #11 57.76 gcc-8-locales seccomp wine64 [2021-03-09T00:33:31.413Z] #11 60.06 The following NEW packages will be installed: [2021-03-09T00:33:31.413Z] #11 60.06 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-09T00:33:31.413Z] #11 60.06 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-09T00:33:31.413Z] #11 60.07 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-09T00:33:31.413Z] #11 60.08 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-09T00:33:31.413Z] #11 60.08 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-09T00:33:31.413Z] #11 60.10 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-09T00:33:31.413Z] #11 60.13 The following packages will be upgraded: [2021-03-09T00:33:31.413Z] #11 60.15 libsystemd0 libudev1 [2021-03-09T00:33:31.413Z] #11 60.78 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-09T00:33:31.413Z] #11 60.78 Need to get 78.2 MB of archives. [2021-03-09T00:33:31.413Z] #11 60.78 After this operation, 487 MB of additional disk space will be used. [2021-03-09T00:33:31.413Z] #11 60.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-03-09T00:33:31.413Z] #11 60.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-03-09T00:33:31.413Z] #11 60.80 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-03-09T00:33:31.413Z] #11 61.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-03-09T00:33:31.413Z] #11 61.56 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-09T00:33:31.413Z] #11 61.61 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-03-09T00:33:31.413Z] #11 61.63 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-03-09T00:33:31.413Z] #11 61.67 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-09T00:33:31.413Z] #11 62.59 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-09T00:33:31.413Z] #11 63.09 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-09T00:33:31.413Z] #11 63.09 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-03-09T00:33:31.447Z] #34 46.86 Reading package lists... [2021-03-09T00:33:31.447Z] #34 ... [2021-03-09T00:33:31.447Z] [2021-03-09T00:33:31.447Z] #54 [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-09T00:33:31.447Z] #54 sha256:bc3a71fd6a6af15a674eb6edc38d170bfb6a5da5f76d67419c230340bc0f2244 [2021-03-09T00:33:31.447Z] #54 1.836 + RM_GOPATH=0 [2021-03-09T00:33:31.447Z] #54 1.836 + TMP_GOPATH= [2021-03-09T00:33:31.447Z] #54 1.836 + : /build [2021-03-09T00:33:31.447Z] #54 1.836 + '[' -z '' ']' [2021-03-09T00:33:31.447Z] #54 1.836 ++ mktemp -d [2021-03-09T00:33:31.447Z] #54 1.836 + export GOPATH=/tmp/tmp.97GxYXdfmK [2021-03-09T00:33:31.447Z] #54 1.836 + GOPATH=/tmp/tmp.97GxYXdfmK [2021-03-09T00:33:31.447Z] #54 1.836 + RM_GOPATH=1 [2021-03-09T00:33:31.447Z] #54 1.836 + case "$(go env GOARCH)" in [2021-03-09T00:33:31.447Z] #54 1.836 ++ go env GOARCH [2021-03-09T00:33:31.447Z] #54 1.933 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:31.447Z] #54 1.933 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:31.447Z] #54 1.934 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:31.447Z] #54 1.939 + dir=/tmp/install [2021-03-09T00:33:31.447Z] #54 1.939 + bin=containerd [2021-03-09T00:33:31.447Z] #54 1.939 + shift [2021-03-09T00:33:31.447Z] #54 1.939 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-09T00:33:31.447Z] #54 1.939 + . /tmp/install/containerd.installer [2021-03-09T00:33:31.447Z] #54 1.939 ++ set -e [2021-03-09T00:33:31.447Z] #54 1.939 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:33:31.447Z] #54 1.939 + install_containerd [2021-03-09T00:33:31.447Z] #54 1.942 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-09T00:33:31.447Z] #54 1.946 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:33:31.447Z] #54 1.946 + git clone https://github.com/containerd/containerd.git /tmp/tmp.97GxYXdfmK/src/github.com/containerd/containerd [2021-03-09T00:33:31.447Z] #54 1.946 Cloning into '/tmp/tmp.97GxYXdfmK/src/github.com/containerd/containerd'... [2021-03-09T00:33:31.485Z] #45 ... [2021-03-09T00:33:31.485Z] [2021-03-09T00:33:31.485Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:31.486Z] #11 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-03-09T00:33:31.486Z] #11 11.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-09T00:33:31.486Z] #11 21.14 Fetched 8246 kB in 15s (562 kB/s) [2021-03-09T00:33:31.486Z] #11 21.14 Reading package lists... [2021-03-09T00:33:31.486Z] #11 ... [2021-03-09T00:33:31.486Z] [2021-03-09T00:33:31.486Z] #27 [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-09T00:33:31.486Z] #27 sha256:54da10271185ce1ef3f65cb808bcb5eebe80dd7fdabae77c58c5d317e0b793c3 [2021-03-09T00:33:31.599Z] #41 24.97 CC images/fsnotify.o [2021-03-09T00:33:31.671Z] #11 ... [2021-03-09T00:33:31.671Z] [2021-03-09T00:33:31.671Z] #40 [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-09T00:33:31.671Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:31.671Z] #40 53.94 Building dependency tree... [2021-03-09T00:33:31.671Z] #40 59.08 The following additional packages will be installed: [2021-03-09T00:33:31.671Z] #40 59.08 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-09T00:33:31.671Z] #40 59.08 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-09T00:33:31.671Z] #40 59.10 Suggested packages: [2021-03-09T00:33:31.671Z] #40 59.10 manpages-dev python-setuptools [2021-03-09T00:33:31.671Z] #40 61.49 The following NEW packages will be installed: [2021-03-09T00:33:31.671Z] #40 61.51 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-09T00:33:31.671Z] #40 61.51 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-09T00:33:31.671Z] #40 61.51 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-09T00:33:31.671Z] #40 61.53 python-six zlib1g-dev [2021-03-09T00:33:31.671Z] #40 62.05 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:33:31.671Z] #40 62.05 Need to get 4095 kB of archives. [2021-03-09T00:33:31.671Z] #40 62.05 After this operation, 22.5 MB of additional disk space will be used. [2021-03-09T00:33:31.671Z] #40 62.05 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-03-09T00:33:31.671Z] #40 62.06 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-09T00:33:31.671Z] #40 62.06 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-09T00:33:31.671Z] #40 62.07 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-09T00:33:31.671Z] #40 62.09 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-03-09T00:33:31.671Z] #40 62.12 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-09T00:33:31.671Z] #40 62.12 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-09T00:33:31.671Z] #40 62.12 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-09T00:33:31.671Z] #40 62.21 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-03-09T00:33:31.671Z] #40 62.34 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-03-09T00:33:31.671Z] #40 62.38 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-03-09T00:33:31.671Z] #40 62.51 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-03-09T00:33:31.671Z] #40 62.61 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-09T00:33:31.671Z] #40 62.62 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-09T00:33:31.671Z] #40 62.65 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-09T00:33:31.671Z] #40 62.69 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-03-09T00:33:31.671Z] #40 62.70 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-03-09T00:33:31.671Z] #40 64.65 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:31.671Z] #40 64.95 Fetched 4095 kB in 1s (4165 kB/s) [2021-03-09T00:33:31.688Z] #47 ... [2021-03-09T00:33:31.688Z] [2021-03-09T00:33:31.688Z] #43 [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-09T00:33:31.688Z] #43 sha256:f31d43ad85063f1d9c713cd78e56c182a21e18c8990e1d97796a591623a5bb9a [2021-03-09T00:33:31.688Z] #43 13.36 unicode [2021-03-09T00:33:31.688Z] #43 13.58 runtime [2021-03-09T00:33:31.688Z] #43 17.82 unicode/utf16 [2021-03-09T00:33:31.688Z] #43 18.09 container/list [2021-03-09T00:33:31.688Z] #43 18.77 crypto/internal/subtle [2021-03-09T00:33:31.688Z] #43 18.90 crypto/subtle [2021-03-09T00:33:31.688Z] #43 19.16 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-09T00:33:31.688Z] #43 19.27 internal/nettrace [2021-03-09T00:33:31.688Z] #43 19.46 runtime/cgo [2021-03-09T00:33:31.931Z] #40 65.08 Selecting previously unselected package libcap-dev:amd64. [2021-03-09T00:33:31.931Z] #40 65.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-09T00:33:31.931Z] #40 65.23 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-03-09T00:33:31.931Z] #40 65.25 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-03-09T00:33:31.950Z] #43 ... [2021-03-09T00:33:31.950Z] [2021-03-09T00:33:31.950Z] #49 [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-09T00:33:31.950Z] #49 sha256:de1095cae7188d343f34355baa19992bb0d514e2d9f580cbf7b7b0ff3f5eab9d [2021-03-09T00:33:31.950Z] #49 22.09 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:33:31.950Z] #49 23.42 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:33:31.950Z] #49 23.72 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:33:31.950Z] #49 23.82 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:33:31.950Z] #49 23.86 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:33:32.190Z] #40 65.43 Selecting previously unselected package libnet1:amd64. [2021-03-09T00:33:32.190Z] #40 65.47 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-09T00:33:32.190Z] #40 65.48 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:33:32.305Z] #27 20.17 #=#=# 0.0% #### 6.3% ####### 10.4% ########## 14.2% ############ 18.0% ############### 21.4% ################# 23.6% ################### 26.8% ##################### 29.8% ####################### 32.9% ########################## 36.4% ############################ 39.4% ################################# 46.1% ################################### 49.9% ###################################### 54.1% ######################################### 58.1% ############################################# 62.7% ############################################### 66.5% ################################################# 69.4% #################################################### 72.7% ###################################################### 75.9% ########################################################### 82.5% ############################################################## 87.4% ################################################################# 90.9% ###################################################################### 98.4% ####################################################################### 99.8% ######################################################################## 100.0% [2021-03-09T00:33:32.305Z] #27 23.56 [2021-03-09T00:33:32.432Z] #54 34.60 Building dependency tree... [2021-03-09T00:33:32.450Z] #40 ... [2021-03-09T00:33:32.450Z] [2021-03-09T00:33:32.450Z] #32 [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-09T00:33:32.450Z] #32 sha256:d2fdcc6a33ec8a15a5a8b29e6244af48a7cef41a9b6ffbb4fe4e8321eeee9723 [2021-03-09T00:33:32.450Z] #32 55.64 sync [2021-03-09T00:33:32.450Z] #32 55.65 internal/reflectlite [2021-03-09T00:33:32.450Z] #32 59.53 sort [2021-03-09T00:33:32.450Z] #32 59.53 errors [2021-03-09T00:33:32.450Z] #32 60.13 strconv [2021-03-09T00:33:32.450Z] #32 62.13 io [2021-03-09T00:33:32.450Z] #32 64.31 internal/oserror [2021-03-09T00:33:32.450Z] #32 64.51 syscall [2021-03-09T00:33:32.450Z] #32 ... [2021-03-09T00:33:32.450Z] [2021-03-09T00:33:32.450Z] #40 [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-09T00:33:32.450Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:32.450Z] #40 65.81 Selecting previously unselected package libnet1-dev. [2021-03-09T00:33:32.450Z] #40 65.82 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-09T00:33:32.450Z] #40 65.83 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-09T00:33:32.529Z] #41 25.43 CC images/signalfd.o [2021-03-09T00:33:32.529Z] #41 25.66 CC images/fs.o [2021-03-09T00:33:32.529Z] #41 25.84 CC images/pstree.o [2021-03-09T00:33:32.529Z] #41 ... [2021-03-09T00:33:32.529Z] [2021-03-09T00:33:32.529Z] #43 [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-09T00:33:32.529Z] #43 sha256:c5047339b0fe649e0b3ecf0acd9732686689aaff11fc0c3bd59d1bafc7a63317 [2021-03-09T00:33:32.529Z] #43 95.15 go/doc [2021-03-09T00:33:32.529Z] #43 98.13 github.com/LK4D4/vndr/build [2021-03-09T00:33:32.529Z] #43 98.28 github.com/LK4D4/vndr/versioned [2021-03-09T00:33:32.529Z] #43 98.44 compress/flate [2021-03-09T00:33:32.529Z] #43 100.9 hash/crc32 [2021-03-09T00:33:32.529Z] #43 101.4 net [2021-03-09T00:33:32.529Z] #43 101.5 compress/gzip [2021-03-09T00:33:32.529Z] #43 102.1 vendor/golang.org/x/text/transform [2021-03-09T00:33:32.529Z] #43 102.7 vendor/golang.org/x/text/unicode/bidi [2021-03-09T00:33:32.529Z] #43 104.7 vendor/golang.org/x/text/secure/bidirule [2021-03-09T00:33:32.529Z] #43 105.0 vendor/golang.org/x/text/unicode/norm [2021-03-09T00:33:32.787Z] #43 ... [2021-03-09T00:33:32.787Z] [2021-03-09T00:33:32.787Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:33:32.787Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:33:32.787Z] #41 26.01 CC images/pipe.o [2021-03-09T00:33:33.047Z] #41 26.24 CC images/tcp-stream.o [2021-03-09T00:33:33.304Z] #41 26.51 CC images/sk-packet.o [2021-03-09T00:33:33.348Z] #49 24.92 runtime/cgo [2021-03-09T00:33:33.348Z] #49 25.00 runtime [2021-03-09T00:33:33.394Z] #40 66.55 Selecting previously unselected package libnl-3-200:amd64. [2021-03-09T00:33:33.394Z] #40 66.56 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-09T00:33:33.394Z] #40 66.57 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:33:33.394Z] #40 ... [2021-03-09T00:33:33.394Z] [2021-03-09T00:33:33.394Z] #43 [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-09T00:33:33.394Z] #43 sha256:c04f631ddbe13747d502f1e8ae4d852e7ab2ec1b7ac742221a1bc2f7bc62ee1d [2021-03-09T00:33:33.394Z] #43 56.55 internal/reflectlite [2021-03-09T00:33:33.394Z] #43 56.56 sync [2021-03-09T00:33:33.394Z] #43 58.83 github.com/LK4D4/vndr/godl/singleflight [2021-03-09T00:33:33.394Z] #43 59.13 math/rand [2021-03-09T00:33:33.394Z] #43 61.38 internal/singleflight [2021-03-09T00:33:33.394Z] #43 62.02 sort [2021-03-09T00:33:33.394Z] #43 62.03 io [2021-03-09T00:33:33.394Z] #43 64.11 bytes [2021-03-09T00:33:33.394Z] #43 64.25 strconv [2021-03-09T00:33:33.394Z] #43 ... [2021-03-09T00:33:33.394Z] [2021-03-09T00:33:33.394Z] #32 [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-09T00:33:33.394Z] #32 sha256:d2fdcc6a33ec8a15a5a8b29e6244af48a7cef41a9b6ffbb4fe4e8321eeee9723 [2021-03-09T00:33:33.394Z] #32 66.65 reflect [2021-03-09T00:33:33.561Z] #41 26.77 CC images/mnt.o [2021-03-09T00:33:33.817Z] #41 26.95 CC images/pipe-data.o [2021-03-09T00:33:33.818Z] #41 27.16 CC images/sa.o [2021-03-09T00:33:34.074Z] #41 27.43 CC images/timer.o [2021-03-09T00:33:34.232Z] #27 25.20 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-09T00:33:34.232Z] #27 ... [2021-03-09T00:33:34.232Z] [2021-03-09T00:33:34.232Z] #49 [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-09T00:33:34.232Z] #49 sha256:2a5667526b7b3611cff349fef9027a93b86e287b35706f4bab306f5d0a65840a [2021-03-09T00:33:34.232Z] #49 14.22 + cd /tmp/tmp.GBi7z8gl1C/src/github.com/mvdan/sh [2021-03-09T00:33:34.232Z] #49 14.22 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-09T00:33:34.232Z] #49 14.49 + GO111MODULE=on [2021-03-09T00:33:34.232Z] #49 14.49 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-09T00:33:34.232Z] #49 16.31 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:33:34.232Z] #49 16.36 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:33:34.232Z] #49 16.39 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:33:34.232Z] #49 16.44 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:33:34.232Z] #49 16.51 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:33:34.232Z] #49 17.34 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:33:34.232Z] #49 18.42 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:33:34.232Z] #49 19.57 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:33:34.232Z] #49 21.52 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-09T00:33:34.232Z] #49 21.67 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-09T00:33:34.232Z] #49 22.15 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-09T00:33:34.232Z] #49 22.37 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-09T00:33:34.232Z] #49 23.40 runtime/cgo [2021-03-09T00:33:34.232Z] #49 23.42 runtime [2021-03-09T00:33:34.232Z] #49 ... [2021-03-09T00:33:34.232Z] [2021-03-09T00:33:34.232Z] #62 [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-09T00:33:34.232Z] #62 sha256:a4b0b02ce036042127528ad2657040a060ec0a178d64adfbdbbf1ba2e05f1093 [2021-03-09T00:33:34.232Z] #62 21.70 Checking out files: 46% (887/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 86% (1655/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-09T00:33:34.232Z] #62 23.04 + cd /tmp/tmp.qHMZP2iR8D/src/github.com/docker/libnetwork [2021-03-09T00:33:34.232Z] #62 23.04 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:33:34.232Z] #62 23.50 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-09T00:33:34.565Z] #54 38.29 The following additional packages will be installed: [2021-03-09T00:33:34.565Z] #54 38.29 libbtrfs0 [2021-03-09T00:33:34.639Z] #41 27.82 CC images/timerfd.o [2021-03-09T00:33:34.775Z] #54 ... [2021-03-09T00:33:34.775Z] [2021-03-09T00:33:34.775Z] #47 [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-09T00:33:34.775Z] #47 sha256:eae168b503366594d8af7fa5ccb5843fcb358abaff2aa83fcada62f803572e28 [2021-03-09T00:33:34.775Z] #47 48.14 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:33:34.775Z] #47 48.28 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-09T00:33:34.775Z] #47 48.51 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:33:34.775Z] #47 48.96 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:33:34.775Z] #47 49.09 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:33:34.775Z] #47 49.42 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:33:34.775Z] #47 49.49 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:33:34.775Z] #47 49.92 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:33:34.775Z] #47 50.02 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:33:34.775Z] #47 50.48 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:33:34.775Z] #47 50.80 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:33:34.868Z] #54 38.56 The following NEW packages will be installed: [2021-03-09T00:33:34.868Z] #54 38.58 libbtrfs-dev libbtrfs0 [2021-03-09T00:33:34.868Z] #54 ... [2021-03-09T00:33:34.868Z] [2021-03-09T00:33:34.868Z] #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-09T00:33:34.868Z] #35 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-09T00:33:34.868Z] #35 18.06 Reading package lists... [2021-03-09T00:33:34.868Z] #35 29.24 Reading package lists... [2021-03-09T00:33:34.896Z] #41 28.07 CC images/mm.o [2021-03-09T00:33:35.036Z] #47 51.27 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:33:35.036Z] #47 51.40 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:33:35.152Z] #41 28.39 CC images/sk-opts.o [2021-03-09T00:33:35.170Z] #35 38.16 Building dependency tree... [2021-03-09T00:33:35.170Z] #35 ... [2021-03-09T00:33:35.170Z] [2021-03-09T00:33:35.170Z] #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-09T00:33:35.170Z] #28 sha256:c0fc92346696343890a98f3753d103c4595d74d8184ae5d111562c28cf2c391b [2021-03-09T00:33:35.170Z] #28 27.89 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-09T00:33:35.170Z] #28 28.01 skipping existing 5cb8031fd95d [2021-03-09T00:33:35.170Z] #28 28.21 [2021-03-09T00:33:35.170Z] #28 29.72 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-09T00:33:35.170Z] #28 30.26 [2021-03-09T00:33:35.170Z] #28 30.51 0.3% ### 5.5% ###### 9.1% ######### 12.8% ############# 18.3% ################# 23.8% ##################### 29.3% ###################### 31.1% ######################### 34.8% ########################### 38.5% ############################## 42.2% ################################## 47.7% ###################################### 53.2% ########################################## 58.8% ############################################## 64.2% ################################################## 69.8% #################################################### 73.5% ######################################################## 79.0% ############################################################ 84.5% ################################################################## 91.8% ###################################################################### 97.3% ######################################################################## 100.0% [2021-03-09T00:33:35.409Z] #41 28.62 CC images/sk-unix.o [2021-03-09T00:33:35.469Z] #28 33.16 [2021-03-09T00:33:35.608Z] #47 51.94 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:33:35.608Z] #47 52.03 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-09T00:33:35.869Z] #47 52.27 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-09T00:33:35.869Z] #47 52.27 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:33:35.869Z] #47 52.35 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:33:35.901Z] #49 ... [2021-03-09T00:33:35.901Z] [2021-03-09T00:33:35.901Z] #62 [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-09T00:33:35.901Z] #62 sha256:57f62fece380342ed19ba1a528b26816b99dbc18a0c7d4390c8418bdc91595ef [2021-03-09T00:33:35.901Z] #62 24.71 Checking out files: 47% (906/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: 99% (1891/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-03-09T00:33:35.901Z] #62 25.79 + cd /tmp/tmp.WINTB7jimS/src/github.com/docker/libnetwork [2021-03-09T00:33:35.901Z] #62 25.79 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-09T00:33:35.901Z] #62 26.40 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-09T00:33:35.973Z] #41 28.98 CC images/sk-inet.o [2021-03-09T00:33:36.119Z] #28 ... [2021-03-09T00:33:36.119Z] [2021-03-09T00:33:36.119Z] #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-09T00:33:36.119Z] #41 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-09T00:33:36.119Z] #41 19.14 Reading package lists... [2021-03-09T00:33:36.119Z] #41 30.43 Reading package lists... [2021-03-09T00:33:36.119Z] #41 39.28 Building dependency tree... [2021-03-09T00:33:36.119Z] #41 ... [2021-03-09T00:33:36.119Z] [2021-03-09T00:33:36.119Z] #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-09T00:33:36.119Z] #35 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-09T00:33:36.119Z] #35 38.16 Building dependency tree... [2021-03-09T00:33:36.230Z] #41 29.38 CC images/tun.o [2021-03-09T00:33:36.441Z] #47 52.71 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:33:36.486Z] #41 29.68 CC images/sk-netlink.o [2021-03-09T00:33:36.517Z] #62 ... [2021-03-09T00:33:36.517Z] [2021-03-09T00:33:36.517Z] #56 [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-09T00:33:36.517Z] #56 sha256:47f3455130b3b4dcc5582a64615ea7121a06c9633a69d7749c0688c43d9a409c [2021-03-09T00:33:36.517Z] #56 18.07 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:33:36.517Z] #56 18.07 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:33:36.517Z] #56 18.15 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:33:36.517Z] #56 18.57 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-09T00:33:36.517Z] #56 18.82 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:33:36.517Z] #56 22.70 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:33:36.517Z] #56 23.05 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:33:36.517Z] #56 23.33 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:33:36.517Z] #56 23.33 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:33:36.517Z] #56 24.11 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:33:36.517Z] #56 25.55 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:33:36.517Z] #56 ... [2021-03-09T00:33:36.517Z] [2021-03-09T00:33:36.518Z] #47 [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-09T00:33:36.518Z] #47 sha256:716f54b1e6fadeb22ed98c75c806c4e5b8e9621bfbbb4352228e7a43cf796028 [2021-03-09T00:33:36.518Z] #47 23.85 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:33:36.518Z] #47 26.20 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-09T00:33:36.518Z] #47 26.21 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:33:36.518Z] #47 26.21 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:33:36.518Z] #47 26.22 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:33:36.518Z] #47 26.22 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:33:36.518Z] #47 26.22 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:33:36.518Z] #47 26.23 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:33:36.518Z] #47 26.27 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:33:36.518Z] #47 26.27 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:33:36.518Z] #47 26.27 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:33:36.518Z] #47 26.29 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:33:36.518Z] #47 26.36 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:33:36.518Z] #47 26.40 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:33:36.518Z] #47 26.40 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:33:36.518Z] #47 26.42 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-09T00:33:36.518Z] #47 26.55 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:33:36.518Z] #47 26.55 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:33:36.518Z] #47 26.62 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:33:36.518Z] #47 26.62 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:33:36.518Z] #47 26.62 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-09T00:33:36.518Z] #47 26.72 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:33:36.518Z] #47 26.80 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:33:36.518Z] #47 26.91 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:33:36.518Z] #47 26.91 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:33:36.518Z] #47 26.91 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:33:36.518Z] #47 27.07 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-09T00:33:36.518Z] #47 27.07 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:33:36.518Z] #47 27.14 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:33:36.518Z] #47 27.52 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:33:36.518Z] #47 27.63 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:33:36.518Z] #47 27.72 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:33:36.518Z] #47 27.81 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:33:36.518Z] #47 27.81 go: downloading github.com/spf13/cast v1.3.0 [2021-03-09T00:33:36.518Z] #47 27.81 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:33:36.518Z] #47 28.00 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-09T00:33:36.518Z] #47 28.00 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:33:36.518Z] #47 28.00 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:33:36.518Z] #47 28.09 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:33:36.518Z] #47 28.12 go: extracting github.com/spf13/cast v1.3.0 [2021-03-09T00:33:36.518Z] #47 28.15 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:33:36.518Z] #47 28.15 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:33:36.518Z] #47 28.15 go: downloading golang.org/x/text v0.3.2 [2021-03-09T00:33:36.518Z] #47 28.20 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-09T00:33:36.697Z] #32 ... [2021-03-09T00:33:36.697Z] [2021-03-09T00:33:36.697Z] #34 [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-09T00:33:36.697Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:33:36.697Z] #34 59.68 The following NEW packages will be installed: [2021-03-09T00:33:36.697Z] #34 59.69 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-09T00:33:36.697Z] #34 59.69 vim-common xxd [2021-03-09T00:33:36.697Z] #34 60.29 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:33:36.697Z] #34 60.29 Need to get 14.9 MB of archives. [2021-03-09T00:33:36.697Z] #34 60.29 After this operation, 61.8 MB of additional disk space will be used. [2021-03-09T00:33:36.697Z] #34 60.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-09T00:33:36.697Z] #34 60.33 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-09T00:33:36.697Z] #34 60.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-09T00:33:36.697Z] #34 60.71 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-09T00:33:36.697Z] #34 62.12 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-03-09T00:33:36.697Z] #34 62.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-03-09T00:33:36.697Z] #34 62.28 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-03-09T00:33:36.697Z] #34 62.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-03-09T00:33:36.697Z] #34 62.32 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-03-09T00:33:36.697Z] #34 62.36 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-03-09T00:33:36.697Z] #34 64.79 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:36.697Z] #34 65.13 Fetched 14.9 MB in 3s (5073 kB/s) [2021-03-09T00:33:36.697Z] #34 65.33 Selecting previously unselected package xxd. [2021-03-09T00:33:36.697Z] #34 65.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-09T00:33:36.697Z] #34 65.47 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-09T00:33:36.697Z] #34 65.47 Unpacking xxd (2:8.1.0875-5) ... [2021-03-09T00:33:36.697Z] #34 65.97 Selecting previously unselected package vim-common. [2021-03-09T00:33:36.697Z] #34 65.97 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:33:36.697Z] #34 66.05 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-09T00:33:36.697Z] #34 67.14 Selecting previously unselected package cmake-data. [2021-03-09T00:33:36.697Z] #34 67.15 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-09T00:33:36.697Z] #34 67.23 Unpacking cmake-data (3.13.4-1) ... [2021-03-09T00:33:36.697Z] #34 ... [2021-03-09T00:33:36.697Z] [2021-03-09T00:33:36.697Z] #30 [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-09T00:33:36.697Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:33:36.743Z] #41 29.91 CC images/packet-sock.o [2021-03-09T00:33:36.779Z] #47 28.35 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:33:36.779Z] #47 28.54 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:33:36.779Z] #47 28.54 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:33:36.779Z] #47 28.54 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:33:36.791Z] #62 ... [2021-03-09T00:33:36.791Z] [2021-03-09T00:33:36.791Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:36.791Z] #11 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-03-09T00:33:36.791Z] #11 21.14 Reading package lists... [2021-03-09T00:33:36.956Z] #30 69.24 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) [2021-03-09T00:33:36.956Z] #30 ... [2021-03-09T00:33:36.956Z] [2021-03-09T00:33:36.956Z] #54 [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-09T00:33:36.956Z] #54 sha256:d2fb064dfe7dbb77f8e042eea0d9c43fe261c308c4dee692ee54b1efbb08c678 [2021-03-09T00:33:36.956Z] #54 2.972 + RM_GOPATH=0 [2021-03-09T00:33:36.956Z] #54 2.972 + TMP_GOPATH= [2021-03-09T00:33:36.956Z] #54 2.972 + : /build [2021-03-09T00:33:36.956Z] #54 2.972 + '[' -z '' ']' [2021-03-09T00:33:36.956Z] #54 2.972 ++ mktemp -d [2021-03-09T00:33:36.956Z] #54 2.972 + export GOPATH=/tmp/tmp.hXAbXf1Vxv [2021-03-09T00:33:36.956Z] #54 2.972 + GOPATH=/tmp/tmp.hXAbXf1Vxv [2021-03-09T00:33:36.956Z] #54 2.972 + RM_GOPATH=1 [2021-03-09T00:33:36.956Z] #54 2.972 + case "$(go env GOARCH)" in [2021-03-09T00:33:36.956Z] #54 2.978 ++ go env GOARCH [2021-03-09T00:33:36.956Z] #54 3.028 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:36.956Z] #54 3.028 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:36.956Z] #54 3.030 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:36.956Z] #54 3.037 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:33:36.956Z] #54 3.037 + dir=/tmp/install [2021-03-09T00:33:36.956Z] #54 3.037 + bin=containerd [2021-03-09T00:33:36.956Z] #54 3.037 + shift [2021-03-09T00:33:36.956Z] #54 3.037 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-09T00:33:36.956Z] #54 3.037 + . /tmp/install/containerd.installer [2021-03-09T00:33:36.956Z] #54 3.037 ++ set -e [2021-03-09T00:33:36.956Z] #54 3.037 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:33:36.956Z] #54 3.037 + install_containerd [2021-03-09T00:33:36.956Z] #54 3.037 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-09T00:33:36.956Z] #54 3.037 + git clone https://github.com/containerd/containerd.git /tmp/tmp.hXAbXf1Vxv/src/github.com/containerd/containerd [2021-03-09T00:33:36.956Z] #54 3.037 Cloning into '/tmp/tmp.hXAbXf1Vxv/src/github.com/containerd/containerd'... [2021-03-09T00:33:37.215Z] #54 ... [2021-03-09T00:33:37.215Z] [2021-03-09T00:33:37.215Z] #30 [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-09T00:33:37.215Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:33:37.215Z] #30 69.24 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-09T00:33:37.215Z] #30 70.06 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-09T00:33:37.307Z] #41 30.36 CC images/ipc-var.o [2021-03-09T00:33:37.375Z] #11 27.56 Reading package lists... [2021-03-09T00:33:37.375Z] #11 ... [2021-03-09T00:33:37.375Z] [2021-03-09T00:33:37.375Z] #38 [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-09T00:33:37.375Z] #38 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-03-09T00:33:37.375Z] #38 17.37 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-09T00:33:37.375Z] #38 19.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-09T00:33:37.418Z] #47 28.88 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:33:37.418Z] #47 28.91 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:33:37.418Z] #47 28.96 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:33:37.418Z] #47 29.13 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:33:37.418Z] #47 29.13 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:33:37.418Z] #47 29.18 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:33:37.564Z] #41 30.64 CC images/ipc-desc.o [2021-03-09T00:33:37.564Z] #41 30.82 CC images/ipc-shm.o [2021-03-09T00:33:37.639Z] #38 ... [2021-03-09T00:33:37.639Z] [2021-03-09T00:33:37.640Z] #40 [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-09T00:33:37.640Z] #40 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-09T00:33:37.640Z] #40 17.75 Fetched 8246 kB in 14s (587 kB/s) [2021-03-09T00:33:37.640Z] #40 17.75 Reading package lists... [2021-03-09T00:33:37.640Z] #40 24.14 Reading package lists... [2021-03-09T00:33:37.640Z] #40 ... [2021-03-09T00:33:37.640Z] [2021-03-09T00:33:37.640Z] #47 [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-09T00:33:37.640Z] #47 sha256:3c1e3b63ee33833bab85d6b0a3d7ca8caa41f810f882a906a9427271dcea9bd4 [2021-03-09T00:33:37.640Z] #47 22.30 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:33:37.640Z] #47 22.30 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:33:37.640Z] #47 22.30 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-09T00:33:37.640Z] #47 22.30 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:33:37.640Z] #47 22.31 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:33:37.640Z] #47 22.31 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:33:37.640Z] #47 22.31 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:33:37.640Z] #47 22.32 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:33:37.640Z] #47 22.34 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-09T00:33:37.640Z] #47 22.45 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:33:37.640Z] #47 22.45 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:33:37.640Z] #47 22.48 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-09T00:33:37.640Z] #47 22.52 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:33:37.640Z] #47 22.55 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:33:37.640Z] #47 22.55 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:33:37.640Z] #47 22.56 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-09T00:33:37.640Z] #47 22.59 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:33:37.640Z] #47 22.60 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:33:37.640Z] #47 22.60 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:33:37.640Z] #47 22.72 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:33:37.640Z] #47 22.84 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:33:37.640Z] #47 22.84 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:33:37.640Z] #47 22.84 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:33:37.640Z] #47 22.87 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:33:37.640Z] #47 22.91 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:33:37.640Z] #47 23.04 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:33:37.640Z] #47 23.06 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:33:37.640Z] #47 23.09 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:33:37.640Z] #47 23.14 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:33:37.640Z] #47 23.15 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:33:37.640Z] #47 23.23 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:33:37.640Z] #47 23.25 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:33:37.640Z] #47 23.28 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:33:37.640Z] #47 23.48 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:33:37.640Z] #47 23.48 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:33:37.640Z] #47 23.57 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:33:37.640Z] #47 23.60 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:33:37.640Z] #47 23.60 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:33:37.640Z] #47 23.61 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:33:37.640Z] #47 23.62 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:33:37.640Z] #47 23.71 go: downloading golang.org/x/text v0.3.2 [2021-03-09T00:33:37.640Z] #47 24.35 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:33:37.640Z] #47 24.41 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:33:37.640Z] #47 24.46 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:33:37.640Z] #47 24.49 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:33:37.640Z] #47 24.51 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:33:37.640Z] #47 24.54 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:33:37.640Z] #47 25.01 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:33:37.640Z] #47 25.12 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:33:37.640Z] #47 25.15 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-09T00:33:37.640Z] #47 25.18 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:33:37.640Z] #47 25.21 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:33:37.640Z] #47 25.33 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:33:37.640Z] #47 25.54 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-09T00:33:37.640Z] #47 25.62 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-09T00:33:37.640Z] #47 25.63 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:33:37.640Z] #47 25.64 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-09T00:33:37.640Z] #47 25.69 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:33:37.640Z] #47 25.71 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:33:37.640Z] #47 25.86 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:33:37.640Z] #47 25.94 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:33:37.640Z] #47 26.08 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-09T00:33:37.640Z] #47 26.32 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:33:37.640Z] #47 26.37 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:33:37.640Z] #47 26.38 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-09T00:33:37.640Z] #47 26.38 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:33:37.640Z] #47 26.43 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:33:37.640Z] #47 26.71 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:33:37.640Z] #47 26.83 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:33:37.640Z] #47 26.84 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:33:37.640Z] #47 26.90 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:33:37.640Z] #47 27.05 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:33:37.640Z] #47 27.23 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:33:37.640Z] #47 27.32 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:33:37.640Z] #47 27.93 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:33:37.640Z] #47 28.07 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:33:37.679Z] #47 29.34 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:33:37.679Z] #47 29.43 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-09T00:33:37.679Z] #47 29.43 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:33:37.679Z] #47 29.43 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:33:37.821Z] #41 30.96 CC images/ipc-msg.o [2021-03-09T00:33:37.824Z] #47 54.14 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-09T00:33:37.904Z] #47 28.07 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:33:37.904Z] #47 28.09 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:33:37.940Z] #47 29.56 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:33:37.940Z] #47 29.59 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-09T00:33:37.940Z] #47 29.68 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:33:37.940Z] #47 29.68 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:33:37.940Z] #47 29.68 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-09T00:33:37.940Z] #47 29.75 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:33:38.078Z] #41 31.22 CC images/ipc-sem.o [2021-03-09T00:33:38.085Z] #47 ... [2021-03-09T00:33:38.085Z] [2021-03-09T00:33:38.085Z] #40 [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-09T00:33:38.085Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:38.085Z] #40 36.21 Reading package lists... [2021-03-09T00:33:38.085Z] #40 45.20 Reading package lists... [2021-03-09T00:33:38.151Z] #30 71.12 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-09T00:33:38.201Z] #47 ... [2021-03-09T00:33:38.201Z] [2021-03-09T00:33:38.201Z] #43 [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-09T00:33:38.201Z] #43 sha256:f31d43ad85063f1d9c713cd78e56c182a21e18c8990e1d97796a591623a5bb9a [2021-03-09T00:33:38.201Z] #43 29.91 vendor/golang.org/x/crypto/internal/subtle [2021-03-09T00:33:38.201Z] #43 30.05 vendor/golang.org/x/crypto/curve25519 [2021-03-09T00:33:38.250Z] #35 42.12 The following additional packages will be installed: [2021-03-09T00:33:38.250Z] #35 42.13 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-09T00:33:38.250Z] #35 42.14 Suggested packages: [2021-03-09T00:33:38.250Z] #35 42.14 cmake-doc ninja-build lrzip [2021-03-09T00:33:38.250Z] #35 42.14 Recommended packages: [2021-03-09T00:33:38.250Z] #35 42.14 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-09T00:33:38.335Z] #41 31.48 CC images/utsns.o [2021-03-09T00:33:38.483Z] #47 28.55 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:33:38.483Z] #47 28.74 go: downloading github.com/spf13/cast v1.3.0 [2021-03-09T00:33:38.483Z] #47 28.93 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:33:38.483Z] #47 28.96 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:33:38.550Z] #35 ... [2021-03-09T00:33:38.550Z] [2021-03-09T00:33:38.550Z] #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-09T00:33:38.550Z] #54 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-03-09T00:33:38.550Z] #54 38.84 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:33:38.550Z] #54 38.84 Need to get 120 kB of archives. [2021-03-09T00:33:38.550Z] #54 38.84 After this operation, 423 kB of additional disk space will be used. [2021-03-09T00:33:38.550Z] #54 38.84 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-03-09T00:33:38.550Z] #54 38.85 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-03-09T00:33:38.550Z] #54 40.66 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:38.550Z] #54 40.99 Fetched 120 kB in 0s (1767 kB/s) [2021-03-09T00:33:38.550Z] #54 41.10 Selecting previously unselected package libbtrfs0. [2021-03-09T00:33:38.551Z] #54 41.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-03-09T00:33:38.551Z] #54 41.29 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-03-09T00:33:38.551Z] #54 41.31 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-09T00:33:38.551Z] #54 41.45 Selecting previously unselected package libbtrfs-dev. [2021-03-09T00:33:38.551Z] #54 41.47 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-03-09T00:33:38.551Z] #54 41.47 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:33:38.551Z] #54 41.78 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-09T00:33:38.551Z] #54 41.86 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:33:38.551Z] #54 41.89 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:33:38.551Z] #54 DONE 42.2s [2021-03-09T00:33:38.551Z] [2021-03-09T00:33:38.551Z] #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-09T00:33:38.551Z] #28 sha256:c0fc92346696343890a98f3753d103c4595d74d8184ae5d111562c28cf2c391b [2021-03-09T00:33:38.551Z] #28 34.98 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-09T00:33:38.551Z] #28 35.40 [2021-03-09T00:33:38.551Z] #28 35.59 ######################################################################## 100.0% [2021-03-09T00:33:38.551Z] #28 35.81 [2021-03-09T00:33:38.592Z] #41 31.70 CC images/creds.o [2021-03-09T00:33:38.786Z] #47 29.03 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:33:38.786Z] #47 29.08 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-09T00:33:38.848Z] #41 31.94 CC images/vma.o [2021-03-09T00:33:38.848Z] #41 32.21 CC images/netdev.o [2021-03-09T00:33:38.851Z] #28 36.79 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-09T00:33:39.026Z] #40 54.49 Building dependency tree... [2021-03-09T00:33:39.026Z] #40 ... [2021-03-09T00:33:39.026Z] [2021-03-09T00:33:39.026Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:39.026Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:39.026Z] #11 46.14 Reading package lists... [2021-03-09T00:33:39.049Z] #47 29.13 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:33:39.049Z] #47 29.14 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:33:39.049Z] #47 29.29 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:33:39.049Z] #47 29.33 go: extracting github.com/spf13/cast v1.3.0 [2021-03-09T00:33:39.313Z] #47 29.54 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:33:39.411Z] #41 32.57 CC images/tty.o [2021-03-09T00:33:39.507Z] #28 37.35 [2021-03-09T00:33:39.663Z] #47 29.97 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:33:39.807Z] #28 37.56 ######################################################################## 100.0% [2021-03-09T00:33:39.927Z] #47 29.98 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-09T00:33:39.927Z] #47 30.29 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:33:39.975Z] #41 33.06 CC images/file-lock.o [2021-03-09T00:33:40.112Z] #28 37.81 [2021-03-09T00:33:40.112Z] #28 37.97 Download of images into '/build' complete. [2021-03-09T00:33:40.112Z] #28 37.98 Use something like the following to load the result into a Docker daemon: [2021-03-09T00:33:40.112Z] #28 37.98 tar -cC '/build' . | docker load [2021-03-09T00:33:40.192Z] #47 30.29 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-09T00:33:40.232Z] #41 33.32 CC images/rlimit.o [2021-03-09T00:33:40.232Z] #41 33.51 CC images/pagemap.o [2021-03-09T00:33:40.415Z] #28 DONE 38.1s [2021-03-09T00:33:40.415Z] [2021-03-09T00:33:40.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-09T00:33:40.415Z] #35 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-09T00:33:40.415Z] #35 43.63 The following NEW packages will be installed: [2021-03-09T00:33:40.415Z] #35 43.65 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-09T00:33:40.415Z] #35 43.65 vim-common xxd [2021-03-09T00:33:40.415Z] #35 43.95 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:33:40.415Z] #35 43.95 Need to get 14.9 MB of archives. [2021-03-09T00:33:40.415Z] #35 43.95 After this operation, 67.2 MB of additional disk space will be used. [2021-03-09T00:33:40.415Z] #35 43.95 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-03-09T00:33:40.415Z] #35 44.01 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-03-09T00:33:40.415Z] #35 44.05 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2021-03-09T00:33:40.415Z] #35 44.26 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-03-09T00:33:40.547Z] #47 30.59 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:33:40.547Z] #47 30.59 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:33:40.795Z] #41 33.88 CC images/siginfo.o [2021-03-09T00:33:40.810Z] #47 ... [2021-03-09T00:33:40.810Z] [2021-03-09T00:33:40.811Z] #56 [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-09T00:33:40.811Z] #56 sha256:b10981a5973d3dfda685f11ee6cc0087e707ba148259755fdb34e6b84372cbdc [2021-03-09T00:33:40.811Z] #56 20.96 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:33:40.811Z] #56 24.94 go: finding github.com/pkg/errors v0.9.1 [2021-03-09T00:33:40.811Z] #56 25.01 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:33:40.811Z] #56 25.01 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:33:40.811Z] #56 25.31 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:33:40.811Z] #56 25.33 go: finding github.com/google/uuid v1.2.0 [2021-03-09T00:33:40.811Z] #56 25.50 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:33:40.811Z] #56 25.59 go: finding github.com/gofrs/flock v0.8.0 [2021-03-09T00:33:40.811Z] #56 25.61 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-09T00:33:40.811Z] #56 25.70 go: finding github.com/gorilla/mux v1.8.0 [2021-03-09T00:33:40.811Z] #56 25.81 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:33:40.811Z] #56 25.83 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:33:40.811Z] #56 25.98 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:33:40.811Z] #56 25.98 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:33:40.811Z] #56 26.23 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:33:40.811Z] #56 26.54 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:33:40.811Z] #56 ... [2021-03-09T00:33:40.811Z] [2021-03-09T00:33:40.811Z] #47 [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-09T00:33:40.811Z] #47 sha256:3c1e3b63ee33833bab85d6b0a3d7ca8caa41f810f882a906a9427271dcea9bd4 [2021-03-09T00:33:40.811Z] #47 31.07 go: extracting golang.org/x/text v0.3.2 [2021-03-09T00:33:41.052Z] #41 34.17 CC images/rpc.o [2021-03-09T00:33:41.238Z] #47 31.44 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:33:41.480Z] #35 ... [2021-03-09T00:33:41.480Z] [2021-03-09T00:33:41.480Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:41.480Z] #12 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-03-09T00:33:41.480Z] #12 26.95 Reading package lists... [2021-03-09T00:33:41.480Z] #12 35.51 Building dependency tree... [2021-03-09T00:33:41.480Z] #12 39.08 The following additional packages will be installed: [2021-03-09T00:33:41.480Z] #12 39.08 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-09T00:33:41.480Z] #12 39.08 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-09T00:33:41.480Z] #12 39.09 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-09T00:33:41.480Z] #12 39.09 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-03-09T00:33:41.480Z] #12 39.09 mingw-w64-x86-64-dev [2021-03-09T00:33:41.480Z] #12 39.10 Suggested packages: [2021-03-09T00:33:41.480Z] #12 39.10 gcc-8-locales seccomp wine64 [2021-03-09T00:33:41.480Z] #12 41.06 The following NEW packages will be installed: [2021-03-09T00:33:41.480Z] #12 41.07 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-09T00:33:41.480Z] #12 41.07 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-09T00:33:41.480Z] #12 41.07 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-09T00:33:41.480Z] #12 41.07 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-09T00:33:41.480Z] #12 41.07 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-09T00:33:41.480Z] #12 41.08 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-09T00:33:41.480Z] #12 41.09 The following packages will be upgraded: [2021-03-09T00:33:41.480Z] #12 41.10 libsystemd0 libudev1 [2021-03-09T00:33:41.480Z] #12 41.25 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-09T00:33:41.480Z] #12 41.25 Need to get 79.4 MB of archives. [2021-03-09T00:33:41.480Z] #12 41.25 After this operation, 532 MB of additional disk space will be used. [2021-03-09T00:33:41.480Z] #12 41.25 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u6 [358 kB] [2021-03-09T00:33:41.480Z] #12 41.30 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u6 [158 kB] [2021-03-09T00:33:41.480Z] #12 41.32 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2021-03-09T00:33:41.480Z] #12 41.79 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2021-03-09T00:33:41.480Z] #12 42.09 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-09T00:33:41.480Z] #12 42.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2021-03-09T00:33:41.480Z] #12 42.11 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2021-03-09T00:33:41.480Z] #12 42.11 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-09T00:33:41.480Z] #12 42.50 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-09T00:33:41.480Z] #12 42.66 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-09T00:33:41.480Z] #12 42.67 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2021-03-09T00:33:41.480Z] #12 ... [2021-03-09T00:33:41.480Z] [2021-03-09T00:33:41.480Z] #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-09T00:33:41.480Z] #35 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-09T00:33:41.480Z] #35 45.36 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+deb10u1 [730 kB] [2021-03-09T00:33:41.842Z] #35 45.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2021-03-09T00:33:41.842Z] #35 45.53 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2021-03-09T00:33:41.842Z] #35 45.53 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2021-03-09T00:33:41.842Z] #35 45.57 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2021-03-09T00:33:41.842Z] #35 45.59 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2021-03-09T00:33:41.983Z] #41 35.36 CC images/ext-file.o [2021-03-09T00:33:42.149Z] #11 56.15 Building dependency tree... [2021-03-09T00:33:42.149Z] #11 ... [2021-03-09T00:33:42.149Z] [2021-03-09T00:33:42.149Z] #62 [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-09T00:33:42.149Z] #62 sha256:05760a2c5e1b4df871fb60b00e6248fdd10049b9b595f754e6ce12614eb31d3f [2021-03-09T00:33:42.149Z] #62 DONE 58.4s [2021-03-09T00:33:42.149Z] [2021-03-09T00:33:42.149Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:42.149Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:42.149Z] #11 56.15 Building dependency tree... [2021-03-09T00:33:42.546Z] #41 35.53 CC images/cgroup.o [2021-03-09T00:33:42.914Z] #35 ... [2021-03-09T00:33:42.914Z] [2021-03-09T00:33:42.914Z] #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-09T00:33:42.914Z] #48 sha256:e109b2aca15be1a58afce7884ebbd7750a71efd9f6f62ca68d1c2b02568c01eb [2021-03-09T00:33:42.914Z] #48 36.54 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-09T00:33:42.914Z] #48 38.78 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:33:42.914Z] #48 46.41 go: extracting golang.org/x/text v0.3.2 [2021-03-09T00:33:42.914Z] #48 ... [2021-03-09T00:33:42.914Z] [2021-03-09T00:33:42.914Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:42.914Z] #12 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-03-09T00:33:42.914Z] #12 46.77 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2021-03-09T00:33:43.110Z] #41 36.18 CC images/userns.o [2021-03-09T00:33:43.170Z] #47 33.16 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-09T00:33:43.367Z] #41 36.42 CC images/google/protobuf/descriptor.o [2021-03-09T00:33:43.425Z] #30 ... [2021-03-09T00:33:43.425Z] [2021-03-09T00:33:43.425Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:43.425Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:43.425Z] #11 67.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-03-09T00:33:43.425Z] #11 70.03 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-03-09T00:33:43.425Z] #11 70.03 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-03-09T00:33:43.425Z] #11 70.04 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-09T00:33:43.425Z] #11 70.05 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-09T00:33:43.425Z] #11 70.06 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-03-09T00:33:43.425Z] #11 70.06 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-03-09T00:33:43.425Z] #11 70.09 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-03-09T00:33:43.425Z] #11 70.10 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-03-09T00:33:43.425Z] #11 70.14 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-03-09T00:33:43.425Z] #11 70.17 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-03-09T00:33:43.425Z] #11 70.19 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-03-09T00:33:43.425Z] #11 70.28 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-03-09T00:33:43.425Z] #11 70.31 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-03-09T00:33:43.425Z] #11 70.31 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-03-09T00:33:43.425Z] #11 70.32 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-03-09T00:33:43.425Z] #11 72.06 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:43.425Z] #11 72.37 Fetched 78.2 MB in 10s (7898 kB/s) [2021-03-09T00:33:43.425Z] #11 72.65 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-09T00:33:43.425Z] #11 72.75 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-03-09T00:33:43.425Z] #11 72.80 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-09T00:33:43.425Z] #11 73.39 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-03-09T00:33:43.425Z] #11 73.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-09T00:33:43.425Z] #11 73.92 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-03-09T00:33:43.425Z] #11 73.94 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-09T00:33:43.425Z] #11 74.28 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-03-09T00:33:43.425Z] #11 74.51 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-09T00:33:43.425Z] #55 146.7 + bin/containerd-stress [2021-03-09T00:33:43.425Z] #11 74.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 ... 15410 files and directories currently installed.) [2021-03-09T00:33:43.425Z] #55 148.2 + bin/containerd-shim [2021-03-09T00:33:43.425Z] #11 74.64 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-03-09T00:33:43.426Z] #11 74.65 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-09T00:33:43.494Z] #43 ... [2021-03-09T00:33:43.494Z] [2021-03-09T00:33:43.494Z] #47 [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-09T00:33:43.494Z] #47 sha256:716f54b1e6fadeb22ed98c75c806c4e5b8e9621bfbbb4352228e7a43cf796028 [2021-03-09T00:33:43.494Z] #47 30.27 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:33:43.494Z] #47 30.42 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:33:43.494Z] #47 30.42 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:33:43.494Z] #47 30.45 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:33:43.494Z] #47 30.49 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-09T00:33:43.494Z] #47 30.52 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:33:43.494Z] #47 30.90 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:33:43.494Z] #47 30.92 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:33:43.494Z] #47 31.14 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:33:43.494Z] #47 31.14 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:33:43.494Z] #47 31.14 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:33:43.494Z] #47 31.14 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:33:43.494Z] #47 31.19 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:33:43.494Z] #47 31.34 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:33:43.494Z] #47 31.46 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:33:43.494Z] #47 31.46 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:33:43.494Z] #47 31.54 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:33:43.494Z] #47 31.54 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:33:43.494Z] #47 31.57 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:33:43.494Z] #47 31.59 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:33:43.494Z] #47 31.75 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-09T00:33:43.494Z] #47 31.84 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:33:43.494Z] #47 31.84 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:33:43.494Z] #47 31.98 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:33:43.494Z] #47 32.06 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:33:43.494Z] #47 32.28 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:33:43.494Z] #47 32.31 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:33:43.494Z] #47 32.33 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:33:43.494Z] #47 32.35 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:33:43.494Z] #47 32.41 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:33:43.494Z] #47 32.46 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:33:43.494Z] #47 32.57 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:33:43.494Z] #47 32.63 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:33:43.494Z] #47 32.63 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:33:43.494Z] #47 32.71 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:33:43.494Z] #47 32.77 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-09T00:33:43.494Z] #47 32.92 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:33:43.494Z] #47 32.92 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:33:43.494Z] #47 32.95 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:33:43.494Z] #47 33.31 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-09T00:33:43.494Z] #47 33.65 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:33:43.494Z] #47 34.79 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:33:43.494Z] #47 ... [2021-03-09T00:33:43.494Z] [2021-03-09T00:33:43.494Z] #38 [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-09T00:33:43.494Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:33:43.494Z] #38 24.03 Checking out files: 89% (1509/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-09T00:33:43.494Z] #38 24.22 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-09T00:33:43.494Z] #38 26.61 + 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-09T00:33:43.685Z] #11 ... [2021-03-09T00:33:43.685Z] [2021-03-09T00:33:43.685Z] #40 [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-09T00:33:43.685Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:43.685Z] #40 66.94 Selecting previously unselected package libnl-3-dev:amd64. [2021-03-09T00:33:43.685Z] #40 66.99 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-03-09T00:33:43.685Z] #40 67.05 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-09T00:33:43.685Z] #40 67.41 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-09T00:33:43.685Z] #40 67.41 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:33:43.685Z] #40 67.42 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:33:43.685Z] #40 67.60 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-03-09T00:33:43.685Z] #40 67.61 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:33:43.685Z] #40 67.67 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-09T00:33:43.685Z] #40 67.89 Selecting previously unselected package zlib1g-dev:amd64. [2021-03-09T00:33:43.685Z] #40 67.90 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-03-09T00:33:43.685Z] #40 67.92 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-09T00:33:43.685Z] #40 68.29 Selecting previously unselected package libprotobuf17:amd64. [2021-03-09T00:33:43.685Z] #40 68.29 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-03-09T00:33:43.685Z] #40 68.31 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-09T00:33:43.685Z] #40 69.28 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-03-09T00:33:43.685Z] #40 69.28 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-03-09T00:33:43.685Z] #40 69.36 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-09T00:33:43.685Z] #40 69.75 Selecting previously unselected package libprotobuf-dev:amd64. [2021-03-09T00:33:43.685Z] #40 69.75 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-03-09T00:33:43.685Z] #40 69.77 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-09T00:33:43.685Z] #40 71.93 Selecting previously unselected package libprotoc17:amd64. [2021-03-09T00:33:43.685Z] #40 71.95 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-03-09T00:33:43.685Z] #40 71.97 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-09T00:33:43.685Z] #40 73.05 Selecting previously unselected package protobuf-c-compiler. [2021-03-09T00:33:43.685Z] #40 73.05 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:33:43.685Z] #40 73.06 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-09T00:33:43.685Z] #40 73.31 Selecting previously unselected package protobuf-compiler. [2021-03-09T00:33:43.685Z] #40 73.31 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-03-09T00:33:43.685Z] #40 73.32 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-09T00:33:43.685Z] #40 73.52 Selecting previously unselected package python-pkg-resources. [2021-03-09T00:33:43.685Z] #40 73.53 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-09T00:33:43.685Z] #40 73.54 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-09T00:33:43.686Z] #40 73.83 Selecting previously unselected package python-six. [2021-03-09T00:33:43.686Z] #40 73.84 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-09T00:33:43.686Z] #40 73.84 Unpacking python-six (1.12.0-1) ... [2021-03-09T00:33:43.686Z] #40 73.94 Selecting previously unselected package python-protobuf. [2021-03-09T00:33:43.686Z] #40 73.94 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-03-09T00:33:43.686Z] #40 73.96 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-09T00:33:43.686Z] #40 74.68 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-09T00:33:43.755Z] #38 ... [2021-03-09T00:33:43.755Z] [2021-03-09T00:33:43.755Z] #56 [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-09T00:33:43.755Z] #56 sha256:47f3455130b3b4dcc5582a64615ea7121a06c9633a69d7749c0688c43d9a409c [2021-03-09T00:33:43.755Z] #56 28.40 go: finding github.com/pkg/errors v0.9.1 [2021-03-09T00:33:43.755Z] #56 28.47 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-09T00:33:43.755Z] #56 28.62 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-09T00:33:43.755Z] #56 29.00 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-09T00:33:43.755Z] #56 29.05 go: finding github.com/google/uuid v1.2.0 [2021-03-09T00:33:43.755Z] #56 29.05 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-09T00:33:43.755Z] #56 29.13 go: finding github.com/gofrs/flock v0.8.0 [2021-03-09T00:33:43.755Z] #56 29.13 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-09T00:33:43.755Z] #56 29.26 go: finding github.com/gorilla/mux v1.8.0 [2021-03-09T00:33:43.755Z] #56 29.34 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-09T00:33:43.755Z] #56 29.36 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-09T00:33:43.755Z] #56 29.44 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-09T00:33:43.755Z] #56 29.54 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-09T00:33:43.755Z] #56 29.89 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-09T00:33:43.755Z] #56 30.43 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-09T00:33:43.755Z] #56 ... [2021-03-09T00:33:43.755Z] [2021-03-09T00:33:43.755Z] #34 [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-09T00:33:43.755Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:33:43.755Z] #34 25.62 Fetched 8423 kB in 18s (472 kB/s) [2021-03-09T00:33:43.755Z] #34 25.62 Reading package lists... [2021-03-09T00:33:43.945Z] #40 ... [2021-03-09T00:33:43.945Z] [2021-03-09T00:33:43.945Z] #43 [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-09T00:33:43.945Z] #43 sha256:c04f631ddbe13747d502f1e8ae4d852e7ab2ec1b7ac742221a1bc2f7bc62ee1d [2021-03-09T00:33:43.945Z] #43 67.22 bufio [2021-03-09T00:33:43.945Z] #43 68.33 reflect [2021-03-09T00:33:43.945Z] #43 69.33 syscall [2021-03-09T00:33:44.016Z] #34 33.33 Reading package lists... [2021-03-09T00:33:44.016Z] #34 ... [2021-03-09T00:33:44.016Z] [2021-03-09T00:33:44.016Z] #53 [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-09T00:33:44.016Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:33:44.016Z] #53 27.81 Fetched 8423 kB in 18s (463 kB/s) [2021-03-09T00:33:44.016Z] #53 27.81 Reading package lists... [2021-03-09T00:33:44.204Z] #43 ... [2021-03-09T00:33:44.204Z] [2021-03-09T00:33:44.204Z] #34 [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-09T00:33:44.204Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:33:44.204Z] #34 70.75 Selecting previously unselected package libicu63:amd64. [2021-03-09T00:33:44.204Z] #34 70.78 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-09T00:33:44.204Z] #34 70.85 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:33:44.464Z] #34 ... [2021-03-09T00:33:44.464Z] [2021-03-09T00:33:44.464Z] #49 [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-09T00:33:44.464Z] #49 sha256:bb8da2efbff39e3c70d08ac2146a06dfcad59e0204d75ff35f834832e35ea977 [2021-03-09T00:33:44.464Z] #49 67.83 syscall [2021-03-09T00:33:44.464Z] #49 67.85 reflect [2021-03-09T00:33:44.566Z] #47 ... [2021-03-09T00:33:44.566Z] [2021-03-09T00:33:44.566Z] #34 [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-09T00:33:44.566Z] #34 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-09T00:33:44.566Z] #34 18.82 Reading package lists... [2021-03-09T00:33:44.566Z] #34 24.72 Reading package lists... [2021-03-09T00:33:44.566Z] #34 30.52 Building dependency tree... [2021-03-09T00:33:44.566Z] #34 32.74 The following additional packages will be installed: [2021-03-09T00:33:44.566Z] #34 32.75 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-09T00:33:44.566Z] #34 32.75 Suggested packages: [2021-03-09T00:33:44.566Z] #34 32.76 cmake-doc ninja-build lrzip [2021-03-09T00:33:44.566Z] #34 32.76 Recommended packages: [2021-03-09T00:33:44.566Z] #34 32.76 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-09T00:33:44.566Z] #34 33.15 The following NEW packages will be installed: [2021-03-09T00:33:44.566Z] #34 33.15 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-09T00:33:44.566Z] #34 33.16 vim-common xxd [2021-03-09T00:33:44.566Z] #34 33.56 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:33:44.566Z] #34 33.56 Need to get 14.2 MB of archives. [2021-03-09T00:33:44.566Z] #34 33.56 After this operation, 60.0 MB of additional disk space will be used. [2021-03-09T00:33:44.566Z] #34 33.56 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-03-09T00:33:44.566Z] #34 33.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-09T00:33:44.566Z] #34 33.60 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-09T00:33:44.566Z] #34 33.84 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-03-09T00:33:44.566Z] #34 ... [2021-03-09T00:33:44.566Z] [2021-03-09T00:33:44.566Z] #43 [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-09T00:33:44.566Z] #43 sha256:82bced187e22a2da8052608be48f5193dd7e75523cd797984b88fd2ce459d822 [2021-03-09T00:33:44.566Z] #43 34.34 github.com/LK4D4/vndr/godl/singleflight [2021-03-09T00:33:44.566Z] #43 34.35 internal/reflectlite [2021-03-09T00:33:44.566Z] #43 34.36 math/rand [2021-03-09T00:33:44.566Z] #43 34.38 internal/singleflight [2021-03-09T00:33:44.566Z] #43 ... [2021-03-09T00:33:44.566Z] [2021-03-09T00:33:44.566Z] #27 [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-09T00:33:44.566Z] #27 sha256:54da10271185ce1ef3f65cb808bcb5eebe80dd7fdabae77c58c5d317e0b793c3 [2021-03-09T00:33:44.566Z] #27 25.68 #=#=# [2021-03-09T00:33:44.566Z] #27 25.87 ######################################################################## 100.0% [2021-03-09T00:33:44.566Z] #27 25.99 [2021-03-09T00:33:44.566Z] #27 26.85 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-09T00:33:44.566Z] #27 27.28 [2021-03-09T00:33:44.566Z] #27 27.54 #=#=# ######################################################################## 100.0% [2021-03-09T00:33:44.566Z] #27 27.72 [2021-03-09T00:33:44.566Z] #27 27.85 Download of images into '/build' complete. [2021-03-09T00:33:44.566Z] #27 27.85 Use something like the following to load the result into a Docker daemon: [2021-03-09T00:33:44.566Z] #27 27.85 tar -cC '/build' . | docker load [2021-03-09T00:33:44.566Z] #27 ... [2021-03-09T00:33:44.566Z] [2021-03-09T00:33:44.566Z] #40 [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-09T00:33:44.566Z] #40 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-09T00:33:44.566Z] #40 24.14 Reading package lists... [2021-03-09T00:33:44.566Z] #40 30.29 Building dependency tree... [2021-03-09T00:33:44.566Z] #40 32.77 The following additional packages will be installed: [2021-03-09T00:33:44.566Z] #40 32.78 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-09T00:33:44.566Z] #40 32.78 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-09T00:33:44.566Z] #40 32.79 Suggested packages: [2021-03-09T00:33:44.566Z] #40 32.79 manpages-dev python-setuptools [2021-03-09T00:33:44.566Z] #40 33.72 The following NEW packages will be installed: [2021-03-09T00:33:44.567Z] #40 33.72 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-09T00:33:44.567Z] #40 33.72 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-09T00:33:44.567Z] #40 33.73 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-09T00:33:44.567Z] #40 33.73 python-six zlib1g-dev [2021-03-09T00:33:44.567Z] #40 34.12 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:33:44.567Z] #40 34.12 Need to get 3798 kB of archives. [2021-03-09T00:33:44.567Z] #40 34.12 After this operation, 21.6 MB of additional disk space will be used. [2021-03-09T00:33:44.567Z] #40 34.12 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2021-03-09T00:33:44.567Z] #40 34.16 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-09T00:33:44.567Z] #40 34.17 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-09T00:33:44.567Z] #40 34.18 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-09T00:33:44.567Z] #40 34.18 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-09T00:33:44.567Z] #40 34.19 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-09T00:33:44.567Z] #40 34.26 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-09T00:33:44.567Z] #40 34.31 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-09T00:33:44.567Z] #40 34.36 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2021-03-09T00:33:44.567Z] #40 34.67 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2021-03-09T00:33:44.567Z] #40 34.69 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2021-03-09T00:33:44.567Z] #40 34.81 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2021-03-09T00:33:44.567Z] #40 34.88 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-09T00:33:44.567Z] #40 34.89 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-09T00:33:44.567Z] #40 34.90 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-09T00:33:44.725Z] #49 ... [2021-03-09T00:33:44.725Z] [2021-03-09T00:33:44.725Z] #32 [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-09T00:33:44.725Z] #32 sha256:d2fdcc6a33ec8a15a5a8b29e6244af48a7cef41a9b6ffbb4fe4e8321eeee9723 [2021-03-09T00:33:44.725Z] #32 74.86 time [2021-03-09T00:33:44.736Z] #41 38.00 CC images/opts.o [2021-03-09T00:33:44.830Z] #40 34.97 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2021-03-09T00:33:44.830Z] #40 34.98 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2021-03-09T00:33:44.958Z] #53 35.29 Reading package lists... [2021-03-09T00:33:44.958Z] #53 ... [2021-03-09T00:33:44.958Z] [2021-03-09T00:33:44.958Z] #40 [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-09T00:33:44.958Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:44.958Z] #40 26.53 Fetched 8423 kB in 18s (470 kB/s) [2021-03-09T00:33:44.958Z] #40 26.53 Reading package lists... [2021-03-09T00:33:44.958Z] #40 34.10 Reading package lists... [2021-03-09T00:33:44.958Z] #40 ... [2021-03-09T00:33:44.958Z] [2021-03-09T00:33:44.958Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:44.958Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:44.958Z] #11 26.46 Fetched 8423 kB in 18s (475 kB/s) [2021-03-09T00:33:44.958Z] #11 26.46 Reading package lists... [2021-03-09T00:33:44.993Z] #41 38.22 CC images/seccomp.o [2021-03-09T00:33:45.251Z] #41 38.45 CC images/binfmt-misc.o [2021-03-09T00:33:45.448Z] #11 61.44 The following additional packages will be installed: [2021-03-09T00:33:45.448Z] #11 61.47 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-09T00:33:45.448Z] #11 61.48 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-09T00:33:45.448Z] #11 61.49 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-09T00:33:45.448Z] #11 61.49 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-03-09T00:33:45.448Z] #11 61.50 mingw-w64-x86-64-dev [2021-03-09T00:33:45.448Z] #11 61.51 Suggested packages: [2021-03-09T00:33:45.448Z] #11 61.53 gcc-8-locales seccomp wine64 [2021-03-09T00:33:45.508Z] #41 38.67 CC images/time.o [2021-03-09T00:33:45.764Z] #41 38.91 CC images/sysctl.o [2021-03-09T00:33:45.884Z] #40 ... [2021-03-09T00:33:45.884Z] [2021-03-09T00:33:45.884Z] #53 [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-09T00:33:45.884Z] #53 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-03-09T00:33:45.884Z] #53 20.04 Reading package lists... [2021-03-09T00:33:45.884Z] #53 26.38 Reading package lists... [2021-03-09T00:33:45.884Z] #53 31.09 Building dependency tree... [2021-03-09T00:33:45.884Z] #53 33.00 The following additional packages will be installed: [2021-03-09T00:33:45.884Z] #53 33.01 libbtrfs0 [2021-03-09T00:33:45.884Z] #53 33.09 The following NEW packages will be installed: [2021-03-09T00:33:45.884Z] #53 33.09 libbtrfs-dev libbtrfs0 [2021-03-09T00:33:45.884Z] #53 33.44 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:33:45.884Z] #53 33.44 Need to get 119 kB of archives. [2021-03-09T00:33:45.884Z] #53 33.44 After this operation, 387 kB of additional disk space will be used. [2021-03-09T00:33:45.884Z] #53 33.44 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-03-09T00:33:45.884Z] #53 33.56 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-03-09T00:33:45.884Z] #53 ... [2021-03-09T00:33:45.884Z] [2021-03-09T00:33:45.884Z] #43 [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-09T00:33:45.884Z] #43 sha256:82bced187e22a2da8052608be48f5193dd7e75523cd797984b88fd2ce459d822 [2021-03-09T00:33:45.884Z] #43 36.21 sort [2021-03-09T00:33:45.901Z] #11 33.91 Reading package lists... [2021-03-09T00:33:45.901Z] #11 ... [2021-03-09T00:33:45.901Z] [2021-03-09T00:33:45.901Z] #47 [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-09T00:33:45.901Z] #47 sha256:716f54b1e6fadeb22ed98c75c806c4e5b8e9621bfbbb4352228e7a43cf796028 [2021-03-09T00:33:45.901Z] #47 37.58 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:33:46.021Z] #41 39.16 CC images/autofs.o [2021-03-09T00:33:46.021Z] #41 ... [2021-03-09T00:33:46.021Z] [2021-03-09T00:33:46.021Z] #43 [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-09T00:33:46.021Z] #43 sha256:c5047339b0fe649e0b3ecf0acd9732686689aaff11fc0c3bd59d1bafc7a63317 [2021-03-09T00:33:46.021Z] #43 108.7 vendor/golang.org/x/net/idna [2021-03-09T00:33:46.021Z] #43 111.1 vendor/golang.org/x/net/http2/hpack [2021-03-09T00:33:46.021Z] #43 112.0 mime [2021-03-09T00:33:46.021Z] #43 113.8 mime/quotedprintable [2021-03-09T00:33:46.021Z] #43 114.1 net/http/internal [2021-03-09T00:33:46.021Z] #43 118.2 net/textproto [2021-03-09T00:33:46.021Z] #43 118.2 crypto/x509 [2021-03-09T00:33:46.148Z] #43 36.21 strconv [2021-03-09T00:33:46.148Z] #43 36.24 syscall [2021-03-09T00:33:46.148Z] #43 36.26 bytes [2021-03-09T00:33:46.279Z] #43 ... [2021-03-09T00:33:46.279Z] [2021-03-09T00:33:46.279Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:33:46.279Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:33:46.279Z] #41 39.37 CC images/macvlan.o [2021-03-09T00:33:46.279Z] #41 39.62 CC images/sit.o [2021-03-09T00:33:46.279Z] #41 ... [2021-03-09T00:33:46.279Z] [2021-03-09T00:33:46.279Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:46.279Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:46.279Z] #11 109.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-09T00:33:46.279Z] #11 109.0 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-09T00:33:46.279Z] #11 109.0 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:33:46.494Z] #12 49.66 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2021-03-09T00:33:46.494Z] #12 49.67 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2021-03-09T00:33:46.494Z] #12 49.69 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-03-09T00:33:46.494Z] #12 49.70 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-03-09T00:33:46.494Z] #12 49.71 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2021-03-09T00:33:46.494Z] #12 49.72 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u6 [110 kB] [2021-03-09T00:33:46.494Z] #12 49.73 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2021-03-09T00:33:46.494Z] #12 49.78 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2021-03-09T00:33:46.494Z] #12 49.82 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2021-03-09T00:33:46.494Z] #12 49.85 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2021-03-09T00:33:46.494Z] #12 49.87 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2021-03-09T00:33:46.494Z] #12 49.94 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2021-03-09T00:33:46.494Z] #12 49.95 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2021-03-09T00:33:46.494Z] #12 49.96 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2021-03-09T00:33:46.494Z] #12 49.97 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u6 [322 kB] [2021-03-09T00:33:46.536Z] #11 ... [2021-03-09T00:33:46.536Z] [2021-03-09T00:33:46.536Z] #43 [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-09T00:33:46.536Z] #43 sha256:c5047339b0fe649e0b3ecf0acd9732686689aaff11fc0c3bd59d1bafc7a63317 [2021-03-09T00:33:46.536Z] #43 119.1 vendor/golang.org/x/net/http/httpguts [2021-03-09T00:33:46.846Z] #47 38.45 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-09T00:33:47.099Z] #43 37.56 strings [2021-03-09T00:33:47.100Z] #43 119.5 vendor/golang.org/x/net/http/httpproxy [2021-03-09T00:33:47.155Z] #12 ... [2021-03-09T00:33:47.155Z] [2021-03-09T00:33:47.155Z] #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-09T00:33:47.155Z] #41 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-09T00:33:47.155Z] #41 39.28 Building dependency tree... [2021-03-09T00:33:47.155Z] #41 43.18 The following additional packages will be installed: [2021-03-09T00:33:47.155Z] #41 43.18 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-09T00:33:47.155Z] #41 43.19 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-09T00:33:47.155Z] #41 43.20 Suggested packages: [2021-03-09T00:33:47.155Z] #41 43.20 manpages-dev python-setuptools [2021-03-09T00:33:47.155Z] #41 45.52 The following NEW packages will be installed: [2021-03-09T00:33:47.155Z] #41 45.53 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-09T00:33:47.156Z] #41 45.54 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-09T00:33:47.156Z] #41 45.55 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-09T00:33:47.156Z] #41 45.55 python-six zlib1g-dev [2021-03-09T00:33:47.156Z] #41 45.84 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:33:47.156Z] #41 45.84 Need to get 4075 kB of archives. [2021-03-09T00:33:47.156Z] #41 45.84 After this operation, 24.5 MB of additional disk space will be used. [2021-03-09T00:33:47.156Z] #41 45.84 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2021-03-09T00:33:47.156Z] #41 45.87 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-09T00:33:47.156Z] #41 45.89 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-09T00:33:47.156Z] #41 45.93 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-09T00:33:47.156Z] #41 45.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2021-03-09T00:33:47.156Z] #41 45.95 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-09T00:33:47.156Z] #41 45.97 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-09T00:33:47.156Z] #41 45.98 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-09T00:33:47.156Z] #41 46.00 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2021-03-09T00:33:47.156Z] #41 46.12 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2021-03-09T00:33:47.156Z] #41 46.14 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2021-03-09T00:33:47.156Z] #41 46.28 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2021-03-09T00:33:47.156Z] #41 46.35 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-09T00:33:47.156Z] #41 46.38 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-09T00:33:47.156Z] #41 46.38 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-09T00:33:47.156Z] #41 46.41 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2021-03-09T00:33:47.156Z] #41 46.42 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2021-03-09T00:33:47.156Z] #41 48.28 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:47.156Z] #41 48.62 Fetched 4075 kB in 1s (6111 kB/s) [2021-03-09T00:33:47.156Z] #41 48.77 Selecting previously unselected package libcap-dev:ppc64el. [2021-03-09T00:33:47.156Z] #41 48.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 ... 15339 files and directories currently installed.) [2021-03-09T00:33:47.156Z] #41 48.84 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2021-03-09T00:33:47.156Z] #41 48.85 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2021-03-09T00:33:47.156Z] #41 49.03 Selecting previously unselected package libnet1:ppc64el. [2021-03-09T00:33:47.156Z] #41 49.04 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-03-09T00:33:47.156Z] #41 49.05 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-09T00:33:47.156Z] #41 49.15 Selecting previously unselected package libnet1-dev. [2021-03-09T00:33:47.156Z] #41 49.18 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-03-09T00:33:47.156Z] #41 49.19 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-09T00:33:47.156Z] #41 49.43 Selecting previously unselected package libnl-3-200:ppc64el. [2021-03-09T00:33:47.156Z] #41 49.44 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-03-09T00:33:47.156Z] #41 49.45 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-09T00:33:47.156Z] #41 49.63 Selecting previously unselected package libnl-3-dev:ppc64el. [2021-03-09T00:33:47.156Z] #41 49.63 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2021-03-09T00:33:47.156Z] #41 49.63 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2021-03-09T00:33:47.156Z] #41 49.98 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-03-09T00:33:47.156Z] #41 49.99 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-03-09T00:33:47.156Z] #41 50.01 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-09T00:33:47.156Z] #41 50.13 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2021-03-09T00:33:47.156Z] #41 50.16 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2021-03-09T00:33:47.156Z] #41 50.16 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-03-09T00:33:47.156Z] #41 50.36 Selecting previously unselected package zlib1g-dev:ppc64el. [2021-03-09T00:33:47.156Z] #41 50.39 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2021-03-09T00:33:47.156Z] #41 50.39 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-03-09T00:33:47.156Z] #41 50.77 Selecting previously unselected package libprotobuf17:ppc64el. [2021-03-09T00:33:47.156Z] #41 50.85 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2021-03-09T00:33:47.156Z] #41 50.86 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-03-09T00:33:47.156Z] #41 ... [2021-03-09T00:33:47.156Z] [2021-03-09T00:33:47.156Z] #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-09T00:33:47.156Z] #35 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-09T00:33:47.156Z] #35 47.61 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:47.156Z] #35 47.92 Fetched 14.9 MB in 2s (7105 kB/s) [2021-03-09T00:33:47.156Z] #35 48.05 Selecting previously unselected package xxd. [2021-03-09T00:33:47.156Z] #35 48.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-03-09T00:33:47.156Z] #35 48.25 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-03-09T00:33:47.156Z] #35 48.25 Unpacking xxd (2:8.1.0875-5) ... [2021-03-09T00:33:47.156Z] #35 48.56 Selecting previously unselected package vim-common. [2021-03-09T00:33:47.156Z] #35 48.58 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:33:47.156Z] #35 48.68 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-09T00:33:47.156Z] #35 49.16 Selecting previously unselected package cmake-data. [2021-03-09T00:33:47.156Z] #35 49.16 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-09T00:33:47.156Z] #35 49.17 Unpacking cmake-data (3.13.4-1) ... [2021-03-09T00:33:47.265Z] #32 ... [2021-03-09T00:33:47.265Z] [2021-03-09T00:33:47.265Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:47.265Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:47.265Z] #11 78.41 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-09T00:33:47.265Z] #11 78.42 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-03-09T00:33:47.265Z] #11 78.43 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-09T00:33:47.663Z] #43 120.1 mime/multipart [2021-03-09T00:33:47.879Z] #55 152.5 + bin/containerd-shim-runc-v1 [2021-03-09T00:33:47.992Z] #11 ... [2021-03-09T00:33:47.992Z] [2021-03-09T00:33:47.992Z] #47 [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-09T00:33:47.992Z] #47 sha256:eae168b503366594d8af7fa5ccb5843fcb358abaff2aa83fcada62f803572e28 [2021-03-09T00:33:47.992Z] #47 62.22 go: finding github.com/fatih/color v1.7.0 [2021-03-09T00:33:47.992Z] #47 62.33 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:33:47.992Z] #47 62.40 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:33:47.992Z] #47 62.41 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:33:47.992Z] #47 62.48 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:33:47.992Z] #47 62.51 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:33:47.992Z] #47 62.55 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:33:47.992Z] #47 62.55 go: finding github.com/pkg/errors v0.8.1 [2021-03-09T00:33:47.992Z] #47 62.79 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:33:47.992Z] #47 62.80 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:33:47.992Z] #47 62.80 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:33:47.992Z] #47 62.88 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:33:47.992Z] #47 62.88 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:33:47.992Z] #47 63.00 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:33:47.992Z] #47 63.03 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:33:47.992Z] #47 63.04 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:33:47.992Z] #47 63.08 go: finding github.com/spf13/viper v1.6.1 [2021-03-09T00:33:47.992Z] #47 63.09 go: finding github.com/stretchr/testify v1.4.0 [2021-03-09T00:33:47.992Z] #47 63.16 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:33:47.992Z] #47 63.17 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:33:47.992Z] #47 63.30 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:33:47.992Z] #47 63.44 go: finding github.com/stretchr/objx v0.2.0 [2021-03-09T00:33:47.992Z] #47 63.56 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:33:47.992Z] #47 63.58 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:33:47.992Z] #47 63.62 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:33:47.992Z] #47 63.67 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:33:47.992Z] #47 63.68 go: finding github.com/gobwas/glob v0.2.3 [2021-03-09T00:33:47.992Z] #47 63.75 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:33:47.992Z] #47 63.90 go: finding github.com/spf13/cobra v0.0.5 [2021-03-09T00:33:47.992Z] #47 63.91 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:33:47.992Z] #47 64.03 go: finding github.com/spf13/pflag v1.0.5 [2021-03-09T00:33:47.992Z] #47 64.07 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:33:47.992Z] #47 64.22 go: finding github.com/magiconair/properties v1.8.1 [2021-03-09T00:33:47.992Z] #47 64.27 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:33:47.992Z] #47 64.32 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:33:47.992Z] #47 64.32 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:33:47.992Z] #47 64.42 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:33:47.992Z] #47 64.50 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:33:48.255Z] #47 64.62 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:33:48.255Z] #47 64.64 go: finding github.com/spf13/afero v1.1.2 [2021-03-09T00:33:48.255Z] #47 64.72 go: finding github.com/spf13/cast v1.3.0 [2021-03-09T00:33:48.285Z] #35 ... [2021-03-09T00:33:48.285Z] [2021-03-09T00:33:48.285Z] #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-09T00:33:48.285Z] #55 sha256:820007770a4d7ac6ded00b5301377074857514836a4dcdfffa9901143c719ee9 [2021-03-09T00:33:48.285Z] #55 0.294 + RM_GOPATH=0 [2021-03-09T00:33:48.285Z] #55 0.294 + TMP_GOPATH= [2021-03-09T00:33:48.285Z] #55 0.308 + : /build [2021-03-09T00:33:48.285Z] #55 0.308 + '[' -z '' ']' [2021-03-09T00:33:48.285Z] #55 0.308 ++ mktemp -d [2021-03-09T00:33:48.285Z] #55 0.321 + export GOPATH=/tmp/tmp.1gqkCQEYz5 [2021-03-09T00:33:48.285Z] #55 0.321 + GOPATH=/tmp/tmp.1gqkCQEYz5 [2021-03-09T00:33:48.285Z] #55 0.321 + RM_GOPATH=1 [2021-03-09T00:33:48.285Z] #55 0.321 + case "$(go env GOARCH)" in [2021-03-09T00:33:48.285Z] #55 0.321 ++ go env GOARCH [2021-03-09T00:33:48.285Z] #55 0.331 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:48.285Z] #55 0.333 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:48.285Z] #55 0.346 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:48.285Z] #55 0.359 + dir=/tmp/install [2021-03-09T00:33:48.285Z] #55 0.363 + bin=containerd [2021-03-09T00:33:48.285Z] #55 0.364 + shift [2021-03-09T00:33:48.285Z] #55 0.365 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-09T00:33:48.285Z] #55 0.365 + . /tmp/install/containerd.installer [2021-03-09T00:33:48.285Z] #55 0.367 ++ set -e [2021-03-09T00:33:48.285Z] #55 0.368 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:33:48.285Z] #55 0.379 + install_containerd [2021-03-09T00:33:48.285Z] #55 0.383 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-09T00:33:48.285Z] #55 0.384 + git clone https://github.com/containerd/containerd.git /tmp/tmp.1gqkCQEYz5/src/github.com/containerd/containerd [2021-03-09T00:33:48.285Z] #55 0.384 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:33:48.285Z] #55 0.387 Cloning into '/tmp/tmp.1gqkCQEYz5/src/github.com/containerd/containerd'... [2021-03-09T00:33:48.499Z] #43 38.88 bufio [2021-03-09T00:33:48.519Z] #47 64.86 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:33:48.519Z] #47 64.89 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:33:48.519Z] #47 64.99 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:33:48.519Z] #47 65.04 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:33:48.519Z] #47 65.10 go: finding golang.org/x/text v0.3.2 [2021-03-09T00:33:48.601Z] #55 ... [2021-03-09T00:33:48.601Z] [2021-03-09T00:33:48.601Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:48.601Z] #12 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-03-09T00:33:48.601Z] #12 51.61 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:48.601Z] #12 51.85 Fetched 79.4 MB in 9s (9051 kB/s) [2021-03-09T00:33:48.601Z] #12 52.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-03-09T00:33:48.601Z] #12 52.21 Preparing to unpack .../libsystemd0_241-7~deb10u6_ppc64el.deb ... [2021-03-09T00:33:48.601Z] #12 52.23 Unpacking libsystemd0:ppc64el (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-09T00:33:48.781Z] #47 65.27 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:33:48.781Z] #47 65.28 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-09T00:33:48.902Z] #12 52.70 Setting up libsystemd0:ppc64el (241-7~deb10u6) ... [2021-03-09T00:33:49.042Z] #47 65.39 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:33:49.042Z] #47 65.45 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:33:49.042Z] #47 65.56 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:33:49.204Z] #12 52.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 ... 15339 files and directories currently installed.) [2021-03-09T00:33:49.204Z] #12 52.99 Preparing to unpack .../libudev1_241-7~deb10u6_ppc64el.deb ... [2021-03-09T00:33:49.204Z] #12 52.99 Unpacking libudev1:ppc64el (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-09T00:33:49.303Z] #47 65.62 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:33:49.303Z] #47 65.62 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:33:49.303Z] #47 65.64 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:33:49.303Z] #47 65.66 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:33:49.303Z] #47 65.68 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:33:49.303Z] #47 65.68 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-09T00:33:49.450Z] #43 39.64 reflect [2021-03-09T00:33:49.458Z] #11 82.67 Selecting previously unselected package binutils-mingw-w64. [2021-03-09T00:33:49.458Z] #11 82.67 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-09T00:33:49.506Z] #12 53.33 Setting up libudev1:ppc64el (241-7~deb10u6) ... [2021-03-09T00:33:49.555Z] #43 122.1 crypto/tls [2021-03-09T00:33:49.566Z] #47 65.87 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:33:49.566Z] #47 65.87 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:33:49.566Z] #47 65.91 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:33:49.566Z] #47 ... [2021-03-09T00:33:49.566Z] [2021-03-09T00:33:49.566Z] #34 [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-09T00:33:49.566Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:33:49.566Z] #34 46.86 Reading package lists... [2021-03-09T00:33:49.566Z] #34 56.47 Building dependency tree... [2021-03-09T00:33:49.566Z] #34 61.81 The following additional packages will be installed: [2021-03-09T00:33:49.566Z] #34 61.87 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-09T00:33:49.566Z] #34 61.97 Suggested packages: [2021-03-09T00:33:49.566Z] #34 61.97 cmake-doc ninja-build lrzip [2021-03-09T00:33:49.566Z] #34 61.97 Recommended packages: [2021-03-09T00:33:49.566Z] #34 61.97 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-09T00:33:49.566Z] #34 63.38 The following NEW packages will be installed: [2021-03-09T00:33:49.566Z] #34 63.38 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-09T00:33:49.566Z] #34 63.38 vim-common xxd [2021-03-09T00:33:49.566Z] #34 63.82 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:33:49.566Z] #34 63.82 Need to get 14.9 MB of archives. [2021-03-09T00:33:49.566Z] #34 63.82 After this operation, 61.8 MB of additional disk space will be used. [2021-03-09T00:33:49.566Z] #34 63.82 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-09T00:33:49.566Z] #34 63.83 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-09T00:33:49.566Z] #34 63.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-09T00:33:49.566Z] #34 64.07 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-09T00:33:49.566Z] #34 65.24 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-03-09T00:33:49.566Z] #34 65.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-03-09T00:33:49.566Z] #34 65.30 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-03-09T00:33:49.566Z] #34 65.31 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-03-09T00:33:49.566Z] #34 65.35 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-03-09T00:33:49.566Z] #34 65.35 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-03-09T00:33:49.566Z] #34 ... [2021-03-09T00:33:49.566Z] [2021-03-09T00:33:49.566Z] #47 [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-09T00:33:49.566Z] #47 sha256:eae168b503366594d8af7fa5ccb5843fcb358abaff2aa83fcada62f803572e28 [2021-03-09T00:33:49.566Z] #47 66.03 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:33:49.714Z] #43 40.06 hash [2021-03-09T00:33:49.717Z] #11 82.91 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-09T00:33:49.820Z] #12 53.48 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-09T00:33:49.820Z] #12 53.48 (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 ... #12 ... [2021-03-09T00:33:49.820Z] [2021-03-09T00:33:49.820Z] #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-09T00:33:49.820Z] #63 sha256:6eb457880e7b8a691da6f26ca57531bd03f5e60cbdc142bbfcd7b03062bd7998 [2021-03-09T00:33:49.820Z] #63 DONE 53.6s [2021-03-09T00:33:49.820Z] [2021-03-09T00:33:49.820Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:49.820Z] #12 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-03-09T00:33:49.820Z] #12 53.48 (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-09T00:33:49.820Z] #12 53.61 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2021-03-09T00:33:49.820Z] #12 53.62 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-09T00:33:49.827Z] #47 66.08 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:33:49.827Z] #47 66.08 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:33:49.827Z] #47 66.12 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:33:49.827Z] #47 66.13 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-09T00:33:49.827Z] #47 66.17 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:33:49.827Z] #47 66.21 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:33:49.827Z] #47 66.22 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-09T00:33:49.827Z] #47 66.26 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:33:49.977Z] #43 40.22 hash/crc32 [2021-03-09T00:33:50.090Z] #47 66.42 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:33:50.090Z] #47 66.54 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:33:50.090Z] #47 66.56 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:33:50.090Z] #47 66.56 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:33:50.090Z] #47 66.58 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:33:50.294Z] #11 ... [2021-03-09T00:33:50.294Z] [2021-03-09T00:33:50.294Z] #45 [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-09T00:33:50.294Z] #45 sha256:8d3ee14112ec422957ad1e3cb8ea69cdf02f572f72ef463d090dbbc7741783f4 [2021-03-09T00:33:50.294Z] #45 DONE 83.4s [2021-03-09T00:33:50.294Z] [2021-03-09T00:33:50.294Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:50.294Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:50.294Z] #11 83.37 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-03-09T00:33:50.294Z] #11 83.37 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:33:50.294Z] #11 83.39 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:33:50.294Z] #11 ... [2021-03-09T00:33:50.294Z] [2021-03-09T00:33:50.294Z] #34 [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-09T00:33:50.294Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:33:50.294Z] #34 82.60 Selecting previously unselected package libxml2:amd64. [2021-03-09T00:33:50.294Z] #34 82.60 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-03-09T00:33:50.294Z] #34 82.61 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-09T00:33:50.294Z] #34 83.37 Selecting previously unselected package libarchive13:amd64. [2021-03-09T00:33:50.294Z] #34 83.37 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-03-09T00:33:50.294Z] #34 83.39 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-09T00:33:50.553Z] #34 83.90 Selecting previously unselected package libjsoncpp1:amd64. [2021-03-09T00:33:50.557Z] #43 40.77 regexp/syntax [2021-03-09T00:33:50.557Z] #43 41.02 crypto [2021-03-09T00:33:50.663Z] #47 ... [2021-03-09T00:33:50.663Z] [2021-03-09T00:33:50.663Z] #40 [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-09T00:33:50.663Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:50.663Z] #40 54.49 Building dependency tree... [2021-03-09T00:33:50.663Z] #40 60.20 The following additional packages will be installed: [2021-03-09T00:33:50.663Z] #40 60.23 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-09T00:33:50.663Z] #40 60.23 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-09T00:33:50.663Z] #40 60.26 Suggested packages: [2021-03-09T00:33:50.663Z] #40 60.28 manpages-dev python-setuptools [2021-03-09T00:33:50.663Z] #40 62.36 The following NEW packages will be installed: [2021-03-09T00:33:50.663Z] #40 62.37 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-09T00:33:50.663Z] #40 62.38 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-09T00:33:50.663Z] #40 62.38 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-09T00:33:50.663Z] #40 62.38 python-six zlib1g-dev [2021-03-09T00:33:50.663Z] #40 62.87 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:33:50.663Z] #40 62.87 Need to get 4095 kB of archives. [2021-03-09T00:33:50.663Z] #40 62.87 After this operation, 22.5 MB of additional disk space will be used. [2021-03-09T00:33:50.663Z] #40 62.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-03-09T00:33:50.663Z] #40 62.87 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-09T00:33:50.663Z] #40 62.87 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-09T00:33:50.663Z] #40 62.88 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-09T00:33:50.663Z] #40 62.88 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-03-09T00:33:50.663Z] #40 62.90 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-09T00:33:50.663Z] #40 62.93 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-09T00:33:50.663Z] #40 62.93 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-09T00:33:50.663Z] #40 62.98 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-03-09T00:33:50.663Z] #40 63.06 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-03-09T00:33:50.663Z] #40 63.07 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-03-09T00:33:50.663Z] #40 63.29 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-03-09T00:33:50.663Z] #40 63.41 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-09T00:33:50.663Z] #40 63.44 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-03-09T00:33:50.663Z] #40 63.45 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-09T00:33:50.663Z] #40 63.50 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-03-09T00:33:50.663Z] #40 63.50 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-03-09T00:33:50.663Z] #40 65.48 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:50.663Z] #40 65.81 Fetched 4095 kB in 1s (4263 kB/s) [2021-03-09T00:33:50.663Z] #40 66.07 Selecting previously unselected package libcap-dev:amd64. [2021-03-09T00:33:50.663Z] #40 66.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-09T00:33:50.663Z] #40 66.17 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-03-09T00:33:50.663Z] #40 66.19 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-03-09T00:33:50.663Z] #40 66.55 Selecting previously unselected package libnet1:amd64. [2021-03-09T00:33:50.663Z] #40 66.55 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-09T00:33:50.663Z] #40 66.62 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:33:50.663Z] #40 66.88 Selecting previously unselected package libnet1-dev. [2021-03-09T00:33:50.663Z] #40 66.88 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-09T00:33:50.663Z] #40 66.91 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-09T00:33:50.663Z] #40 ... [2021-03-09T00:33:50.663Z] [2021-03-09T00:33:50.663Z] #32 [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-09T00:33:50.663Z] #32 sha256:0b01aa5bb06037785010ad4a191d0eaf703ca197de4c4ec077c7d16657d917a6 [2021-03-09T00:33:50.663Z] #32 57.01 internal/reflectlite [2021-03-09T00:33:50.663Z] #32 57.05 sync [2021-03-09T00:33:50.663Z] #32 61.04 sort [2021-03-09T00:33:50.663Z] #32 61.04 errors [2021-03-09T00:33:50.663Z] #32 61.88 strconv [2021-03-09T00:33:50.663Z] #32 63.25 io [2021-03-09T00:33:50.663Z] #32 64.96 internal/oserror [2021-03-09T00:33:50.663Z] #32 65.12 syscall [2021-03-09T00:33:50.663Z] #32 66.96 reflect [2021-03-09T00:33:50.815Z] #34 83.92 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-03-09T00:33:50.815Z] #34 83.93 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-09T00:33:50.815Z] #34 84.07 Selecting previously unselected package librhash0:amd64. [2021-03-09T00:33:50.815Z] #34 84.12 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-03-09T00:33:50.815Z] #34 84.16 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-03-09T00:33:50.926Z] #32 ... [2021-03-09T00:33:50.926Z] [2021-03-09T00:33:50.926Z] #43 [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-09T00:33:50.926Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:33:50.926Z] #43 57.10 sync [2021-03-09T00:33:50.926Z] #43 57.11 internal/reflectlite [2021-03-09T00:33:50.926Z] #43 59.55 github.com/LK4D4/vndr/godl/singleflight [2021-03-09T00:33:50.926Z] #43 60.19 math/rand [2021-03-09T00:33:50.926Z] #43 61.67 internal/singleflight [2021-03-09T00:33:50.926Z] #43 62.67 sort [2021-03-09T00:33:50.926Z] #43 62.67 io [2021-03-09T00:33:50.926Z] #43 64.71 strconv [2021-03-09T00:33:50.926Z] #43 65.11 bytes [2021-03-09T00:33:50.926Z] #43 67.38 bufio [2021-03-09T00:33:50.926Z] #43 ... [2021-03-09T00:33:50.926Z] [2021-03-09T00:33:50.926Z] #40 [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-09T00:33:50.926Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:50.926Z] #40 67.24 Selecting previously unselected package libnl-3-200:amd64. [2021-03-09T00:33:50.926Z] #40 67.25 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-09T00:33:50.926Z] #40 67.25 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:33:51.075Z] #34 84.34 Selecting previously unselected package libuv1:amd64. [2021-03-09T00:33:51.075Z] #34 84.34 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-03-09T00:33:51.075Z] #34 84.36 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-03-09T00:33:51.137Z] #43 ... [2021-03-09T00:33:51.137Z] [2021-03-09T00:33:51.137Z] #47 [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-09T00:33:51.137Z] #47 sha256:3c1e3b63ee33833bab85d6b0a3d7ca8caa41f810f882a906a9427271dcea9bd4 [2021-03-09T00:33:51.137Z] #47 38.69 go: finding github.com/fatih/color v1.7.0 [2021-03-09T00:33:51.137Z] #47 38.71 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:33:51.137Z] #47 39.02 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:33:51.137Z] #47 39.04 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:33:51.137Z] #47 39.05 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:33:51.137Z] #47 39.06 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:33:51.137Z] #47 39.48 go: finding github.com/pkg/errors v0.8.1 [2021-03-09T00:33:51.137Z] #47 39.49 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:33:51.137Z] #47 39.61 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:33:51.137Z] #47 39.78 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:33:51.137Z] #47 39.78 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:33:51.138Z] #47 39.79 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:33:51.138Z] #47 39.96 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:33:51.138Z] #47 40.00 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:33:51.138Z] #47 40.00 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:33:51.138Z] #47 40.01 go: finding github.com/spf13/viper v1.6.1 [2021-03-09T00:33:51.138Z] #47 40.05 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:33:51.138Z] #47 40.12 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:33:51.138Z] #47 40.13 go: finding github.com/stretchr/testify v1.4.0 [2021-03-09T00:33:51.138Z] #47 40.16 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:33:51.138Z] #47 40.17 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:33:51.138Z] #47 40.25 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:33:51.138Z] #47 40.28 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:33:51.138Z] #47 40.28 go: finding github.com/gobwas/glob v0.2.3 [2021-03-09T00:33:51.138Z] #47 40.29 go: finding github.com/spf13/cobra v0.0.5 [2021-03-09T00:33:51.138Z] #47 40.31 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:33:51.138Z] #47 40.34 go: finding github.com/spf13/pflag v1.0.5 [2021-03-09T00:33:51.138Z] #47 40.35 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:33:51.138Z] #47 40.37 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:33:51.138Z] #47 40.37 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:33:51.138Z] #47 40.48 go: finding github.com/stretchr/objx v0.2.0 [2021-03-09T00:33:51.138Z] #47 40.48 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:33:51.138Z] #47 40.48 go: finding github.com/magiconair/properties v1.8.1 [2021-03-09T00:33:51.138Z] #47 40.49 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:33:51.138Z] #47 40.82 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:33:51.138Z] #47 40.83 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:33:51.138Z] #47 40.83 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:33:51.138Z] #47 40.89 go: finding github.com/spf13/afero v1.1.2 [2021-03-09T00:33:51.138Z] #47 40.90 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:33:51.138Z] #47 41.40 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:33:51.138Z] #47 41.40 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:33:51.138Z] #47 41.48 go: finding github.com/spf13/cast v1.3.0 [2021-03-09T00:33:51.138Z] #47 41.49 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:33:51.187Z] #40 67.61 Selecting previously unselected package libnl-3-dev:amd64. [2021-03-09T00:33:51.187Z] #40 67.61 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-03-09T00:33:51.187Z] #40 67.64 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-09T00:33:51.217Z] #47 42.19 go: extracting golang.org/x/text v0.3.2 [2021-03-09T00:33:51.217Z] #47 ... [2021-03-09T00:33:51.217Z] [2021-03-09T00:33:51.217Z] #53 [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-09T00:33:51.217Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:33:51.217Z] #53 35.29 Reading package lists... [2021-03-09T00:33:51.335Z] #34 84.59 Selecting previously unselected package cmake. [2021-03-09T00:33:51.335Z] #34 84.63 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-03-09T00:33:51.335Z] #34 84.64 Unpacking cmake (3.13.4-1) ... [2021-03-09T00:33:51.399Z] #55 155.6 + bin/containerd-shim-runc-v2 [2021-03-09T00:33:51.401Z] #47 41.89 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:33:51.666Z] #47 41.94 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:33:51.666Z] #47 41.99 go: finding golang.org/x/text v0.3.2 [2021-03-09T00:33:51.666Z] #47 42.15 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-09T00:33:51.691Z] #55 156.3 + binaries [2021-03-09T00:33:51.691Z] #55 156.3 + install -D bin/containerd /build/containerd [2021-03-09T00:33:51.691Z] #55 156.3 + install -D bin/containerd-shim /build/containerd-shim [2021-03-09T00:33:51.691Z] #55 156.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-09T00:33:51.691Z] #55 156.4 + install -D bin/ctr /build/ctr [2021-03-09T00:33:51.766Z] #40 68.11 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-09T00:33:51.766Z] #40 68.11 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:33:51.766Z] #40 68.16 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:33:52.027Z] #40 68.43 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-03-09T00:33:52.027Z] #40 68.44 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:33:52.027Z] #40 68.46 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-09T00:33:52.088Z] #43 ... [2021-03-09T00:33:52.088Z] [2021-03-09T00:33:52.088Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:52.088Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:52.088Z] #11 124.0 Selecting previously unselected package libapparmor1:amd64. [2021-03-09T00:33:52.088Z] #11 124.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-03-09T00:33:52.088Z] #11 124.0 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-03-09T00:33:52.088Z] #11 124.1 Selecting previously unselected package libapparmor-dev:amd64. [2021-03-09T00:33:52.088Z] #11 124.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-03-09T00:33:52.088Z] #11 124.2 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-09T00:33:52.088Z] #11 124.3 Selecting previously unselected package libbtrfs0. [2021-03-09T00:33:52.088Z] #11 124.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-09T00:33:52.088Z] #11 124.3 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-09T00:33:52.088Z] #11 124.4 Selecting previously unselected package libbtrfs-dev. [2021-03-09T00:33:52.088Z] #11 124.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-09T00:33:52.088Z] #11 124.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:33:52.088Z] #11 124.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-03-09T00:33:52.088Z] #11 124.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:33:52.088Z] #11 124.6 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:33:52.088Z] #11 124.6 Selecting previously unselected package libudev-dev:amd64. [2021-03-09T00:33:52.088Z] #11 124.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-03-09T00:33:52.088Z] #11 124.6 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:33:52.088Z] #11 124.7 Selecting previously unselected package libsepol1-dev:amd64. [2021-03-09T00:33:52.088Z] #11 124.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-03-09T00:33:52.088Z] #11 124.8 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-03-09T00:33:52.160Z] #53 42.40 Building dependency tree... [2021-03-09T00:33:52.245Z] #47 42.53 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:33:52.245Z] #47 42.55 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:33:52.245Z] #47 42.55 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:33:52.245Z] #47 42.69 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:33:52.290Z] #40 68.68 Selecting previously unselected package zlib1g-dev:amd64. [2021-03-09T00:33:52.290Z] #40 68.70 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-03-09T00:33:52.290Z] #40 68.75 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-09T00:33:52.325Z] #55 DONE 156.9s [2021-03-09T00:33:52.512Z] #47 ... [2021-03-09T00:33:52.512Z] [2021-03-09T00:33:52.512Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:52.512Z] #11 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-03-09T00:33:52.512Z] #11 27.56 Reading package lists... [2021-03-09T00:33:52.512Z] #11 33.12 Building dependency tree... [2021-03-09T00:33:52.512Z] #11 35.16 The following additional packages will be installed: [2021-03-09T00:33:52.512Z] #11 35.17 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-09T00:33:52.512Z] #11 35.17 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-09T00:33:52.512Z] #11 35.17 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-09T00:33:52.512Z] #11 35.17 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-03-09T00:33:52.512Z] #11 35.17 mingw-w64-x86-64-dev [2021-03-09T00:33:52.512Z] #11 35.18 Suggested packages: [2021-03-09T00:33:52.512Z] #11 35.18 gcc-8-locales seccomp wine64 [2021-03-09T00:33:52.512Z] #11 35.78 The following NEW packages will be installed: [2021-03-09T00:33:52.512Z] #11 35.78 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-09T00:33:52.512Z] #11 35.78 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-09T00:33:52.512Z] #11 35.78 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-09T00:33:52.512Z] #11 35.79 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-09T00:33:52.512Z] #11 35.79 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-09T00:33:52.512Z] #11 35.79 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-09T00:33:52.512Z] #11 35.79 The following packages will be upgraded: [2021-03-09T00:33:52.512Z] #11 35.80 libsystemd0 libudev1 [2021-03-09T00:33:52.512Z] #11 36.39 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-09T00:33:52.512Z] #11 36.39 Need to get 73.8 MB of archives. [2021-03-09T00:33:52.512Z] #11 36.39 After this operation, 472 MB of additional disk space will be used. [2021-03-09T00:33:52.512Z] #11 36.39 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u6 [314 kB] [2021-03-09T00:33:52.512Z] #11 36.49 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u6 [146 kB] [2021-03-09T00:33:52.512Z] #11 36.51 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-09T00:33:52.512Z] #11 36.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2021-03-09T00:33:52.512Z] #11 36.92 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-09T00:33:52.512Z] #11 36.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2021-03-09T00:33:52.512Z] #11 36.95 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2021-03-09T00:33:52.512Z] #11 36.96 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-09T00:33:52.512Z] #11 37.94 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-09T00:33:52.512Z] #11 38.54 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-09T00:33:52.512Z] #11 38.54 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB] [2021-03-09T00:33:52.512Z] #11 41.64 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB] [2021-03-09T00:33:52.512Z] #11 ... [2021-03-09T00:33:52.512Z] [2021-03-09T00:33:52.512Z] #47 [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-09T00:33:52.512Z] #47 sha256:3c1e3b63ee33833bab85d6b0a3d7ca8caa41f810f882a906a9427271dcea9bd4 [2021-03-09T00:33:52.512Z] #47 42.86 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:33:52.512Z] #47 42.86 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:33:52.512Z] #47 42.86 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:33:52.512Z] #47 42.96 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:33:52.655Z] #11 125.0 Selecting previously unselected package libpcre16-3:amd64. [2021-03-09T00:33:52.655Z] #11 125.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-03-09T00:33:52.655Z] #11 125.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-03-09T00:33:52.655Z] #11 125.2 Selecting previously unselected package libpcre32-3:amd64. [2021-03-09T00:33:52.655Z] #11 125.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-03-09T00:33:52.655Z] #11 125.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-03-09T00:33:52.775Z] #47 ... [2021-03-09T00:33:52.775Z] [2021-03-09T00:33:52.775Z] #27 [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-09T00:33:52.775Z] #27 sha256:54da10271185ce1ef3f65cb808bcb5eebe80dd7fdabae77c58c5d317e0b793c3 [2021-03-09T00:33:52.775Z] #27 DONE 44.0s [2021-03-09T00:33:52.775Z] [2021-03-09T00:33:52.775Z] #62 [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-09T00:33:52.775Z] #62 sha256:a4b0b02ce036042127528ad2657040a060ec0a178d64adfbdbbf1ba2e05f1093 [2021-03-09T00:33:52.775Z] #62 DONE 43.0s [2021-03-09T00:33:52.775Z] [2021-03-09T00:33:52.775Z] #47 [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-09T00:33:52.775Z] #47 sha256:3c1e3b63ee33833bab85d6b0a3d7ca8caa41f810f882a906a9427271dcea9bd4 [2021-03-09T00:33:52.775Z] #47 43.02 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:33:52.775Z] #47 43.02 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:33:52.775Z] #47 43.03 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:33:52.776Z] #47 43.04 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-09T00:33:52.776Z] #47 43.05 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:33:52.776Z] #47 43.16 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:33:52.776Z] #47 43.22 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:33:52.912Z] #11 125.4 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-03-09T00:33:52.912Z] #11 125.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-03-09T00:33:52.912Z] #11 125.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-09T00:33:52.912Z] #11 125.6 Selecting previously unselected package libpcre3-dev:amd64. [2021-03-09T00:33:52.912Z] #11 125.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-03-09T00:33:52.912Z] #11 125.6 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-09T00:33:52.958Z] [2021-03-09T00:33:52.958Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2021-03-09T00:33:53.038Z] #47 43.24 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:33:53.038Z] #47 43.30 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:33:53.038Z] #47 43.45 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-09T00:33:53.038Z] #47 43.45 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:33:53.112Z] #53 ... [2021-03-09T00:33:53.112Z] [2021-03-09T00:33:53.112Z] #62 [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-09T00:33:53.112Z] #62 sha256:57f62fece380342ed19ba1a528b26816b99dbc18a0c7d4390c8418bdc91595ef [2021-03-09T00:33:53.112Z] #62 DONE 44.6s [2021-03-09T00:33:53.112Z] [2021-03-09T00:33:53.112Z] #43 [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-09T00:33:53.112Z] #43 sha256:f31d43ad85063f1d9c713cd78e56c182a21e18c8990e1d97796a591623a5bb9a [2021-03-09T00:33:53.112Z] #43 44.25 github.com/LK4D4/vndr/godl/singleflight [2021-03-09T00:33:53.112Z] #43 44.27 io [2021-03-09T00:33:53.112Z] #43 44.75 strconv [2021-03-09T00:33:53.234Z] #40 69.62 Selecting previously unselected package libprotobuf17:amd64. [2021-03-09T00:33:53.234Z] #40 69.62 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-03-09T00:33:53.234Z] #40 69.63 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-09T00:33:53.251Z] #56 DONE 0.3s [2021-03-09T00:33:53.251Z] [2021-03-09T00:33:53.251Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2021-03-09T00:33:53.251Z] #60 DONE 0.2s [2021-03-09T00:33:53.251Z] [2021-03-09T00:33:53.251Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2021-03-09T00:33:53.302Z] #47 43.54 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:33:53.302Z] #47 43.59 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:33:53.302Z] #47 ... [2021-03-09T00:33:53.302Z] [2021-03-09T00:33:53.302Z] #32 [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-09T00:33:53.302Z] #32 sha256:b4f0c8c8dcdefb5bdd715f94f043330885343e51bd6873d44e51c41c9ca0a846 [2021-03-09T00:33:53.302Z] #32 33.57 sync [2021-03-09T00:33:53.302Z] #32 33.59 internal/reflectlite [2021-03-09T00:33:53.302Z] #32 35.28 errors [2021-03-09T00:33:53.302Z] #32 35.31 sort [2021-03-09T00:33:53.302Z] #32 35.49 io [2021-03-09T00:33:53.302Z] #32 35.49 internal/oserror [2021-03-09T00:33:53.302Z] #32 35.51 strconv [2021-03-09T00:33:53.302Z] #32 35.73 syscall [2021-03-09T00:33:53.302Z] #32 36.22 strings [2021-03-09T00:33:53.302Z] #32 37.42 bytes [2021-03-09T00:33:53.302Z] #32 39.67 reflect [2021-03-09T00:33:53.302Z] #32 39.78 bufio [2021-03-09T00:33:53.302Z] #32 40.01 path [2021-03-09T00:33:53.302Z] #32 40.54 text/tabwriter [2021-03-09T00:33:53.302Z] #32 42.18 internal/syscall/execenv [2021-03-09T00:33:53.302Z] #32 42.20 internal/syscall/unix [2021-03-09T00:33:53.302Z] #32 42.24 time [2021-03-09T00:33:53.302Z] #32 ... [2021-03-09T00:33:53.302Z] [2021-03-09T00:33:53.302Z] #47 [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-09T00:33:53.302Z] #47 sha256:3c1e3b63ee33833bab85d6b0a3d7ca8caa41f810f882a906a9427271dcea9bd4 [2021-03-09T00:33:53.302Z] #47 43.74 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-09T00:33:53.406Z] #12 ... [2021-03-09T00:33:53.406Z] [2021-03-09T00:33:53.406Z] #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-09T00:33:53.406Z] #48 sha256:e109b2aca15be1a58afce7884ebbd7750a71efd9f6f62ca68d1c2b02568c01eb [2021-03-09T00:33:53.406Z] #48 53.83 go: finding github.com/fatih/color v1.7.0 [2021-03-09T00:33:53.406Z] #48 53.83 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:33:53.406Z] #48 53.99 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:33:53.406Z] #48 54.00 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:33:53.406Z] #48 54.03 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:33:53.406Z] #48 54.08 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:33:53.406Z] #48 54.09 go: finding github.com/pkg/errors v0.8.1 [2021-03-09T00:33:53.406Z] #48 54.10 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:33:53.406Z] #48 54.14 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:33:53.406Z] #48 54.19 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:33:53.406Z] #48 54.21 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:33:53.406Z] #48 54.26 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:33:53.406Z] #48 54.30 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:33:53.406Z] #48 54.30 go: finding github.com/spf13/viper v1.6.1 [2021-03-09T00:33:53.406Z] #48 54.32 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:33:53.406Z] #48 54.37 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:33:53.406Z] #48 54.41 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:33:53.406Z] #48 54.47 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:33:53.406Z] #48 54.57 go: finding github.com/stretchr/testify v1.4.0 [2021-03-09T00:33:53.406Z] #48 54.60 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:33:53.406Z] #48 54.60 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:33:53.406Z] #48 54.72 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:33:53.406Z] #48 54.74 go: finding github.com/spf13/cobra v0.0.5 [2021-03-09T00:33:53.406Z] #48 54.77 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:33:53.406Z] #48 54.78 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:33:53.406Z] #48 54.80 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:33:53.406Z] #48 54.82 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:33:53.406Z] #48 54.87 go: finding github.com/spf13/pflag v1.0.5 [2021-03-09T00:33:53.406Z] #48 54.89 go: finding github.com/gobwas/glob v0.2.3 [2021-03-09T00:33:53.406Z] #48 54.90 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:33:53.406Z] #48 54.92 go: finding github.com/stretchr/objx v0.2.0 [2021-03-09T00:33:53.406Z] #48 54.95 go: finding github.com/magiconair/properties v1.8.1 [2021-03-09T00:33:53.406Z] #48 54.98 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:33:53.406Z] #48 55.00 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:33:53.406Z] #48 55.05 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:33:53.406Z] #48 55.10 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:33:53.406Z] #48 55.11 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:33:53.406Z] #48 55.20 go: finding github.com/spf13/afero v1.1.2 [2021-03-09T00:33:53.406Z] #48 55.35 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:33:53.406Z] #48 55.39 go: finding github.com/spf13/cast v1.3.0 [2021-03-09T00:33:53.406Z] #48 55.44 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:33:53.406Z] #48 55.44 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:33:53.406Z] #48 55.47 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:33:53.406Z] #48 55.56 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:33:53.406Z] #48 55.57 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:33:53.406Z] #48 55.60 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-09T00:33:53.406Z] #48 55.70 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:33:53.406Z] #48 55.75 go: finding golang.org/x/text v0.3.2 [2021-03-09T00:33:53.406Z] #48 55.97 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:33:53.406Z] #48 55.98 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:33:53.406Z] #48 56.02 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:33:53.406Z] #48 56.08 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:33:53.406Z] #48 56.09 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:33:53.406Z] #48 56.11 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:33:53.406Z] #48 56.12 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:33:53.406Z] #48 56.19 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:33:53.406Z] #48 56.19 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:33:53.406Z] #48 56.26 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:33:53.406Z] #48 56.29 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:33:53.406Z] #48 56.31 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:33:53.406Z] #48 56.40 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-09T00:33:53.406Z] #48 56.41 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:33:53.406Z] #48 56.42 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:33:53.406Z] #48 56.45 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-09T00:33:53.406Z] #48 56.49 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:33:53.406Z] #48 56.54 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:33:53.406Z] #48 56.64 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:33:53.406Z] #48 56.79 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:33:53.406Z] #48 56.86 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-09T00:33:53.406Z] #48 57.21 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:33:53.406Z] #48 57.30 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:33:53.476Z] #11 126.0 Selecting previously unselected package libselinux1-dev:amd64. [2021-03-09T00:33:53.476Z] #11 126.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-03-09T00:33:53.476Z] #11 126.0 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-09T00:33:53.543Z] #62 DONE 0.2s [2021-03-09T00:33:53.543Z] [2021-03-09T00:33:53.543Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2021-03-09T00:33:53.578Z] #47 43.82 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:33:53.578Z] #47 43.89 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:33:53.578Z] #47 43.89 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:33:53.578Z] #47 43.96 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:33:53.707Z] #48 57.30 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:33:53.707Z] #48 57.41 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:33:53.707Z] #48 57.44 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:33:53.733Z] #11 126.3 Selecting previously unselected package libdevmapper-dev:amd64. [2021-03-09T00:33:53.733Z] #11 126.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:33:53.733Z] #11 126.3 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-09T00:33:53.835Z] #64 DONE 0.2s [2021-03-09T00:33:53.835Z] [2021-03-09T00:33:53.835Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-09T00:33:53.835Z] #65 DONE 0.0s [2021-03-09T00:33:53.835Z] [2021-03-09T00:33:53.835Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-09T00:33:53.849Z] #47 44.08 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:33:53.990Z] #11 126.4 Selecting previously unselected package libseccomp-dev:amd64. [2021-03-09T00:33:53.990Z] #11 126.4 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-03-09T00:33:53.990Z] #11 126.4 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-03-09T00:33:53.990Z] #11 126.5 Selecting previously unselected package libsystemd-dev:amd64. [2021-03-09T00:33:53.990Z] #11 126.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-03-09T00:33:53.990Z] #11 126.6 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:33:54.054Z] #43 45.60 bytes [2021-03-09T00:33:54.473Z] #66 DONE 0.8s [2021-03-09T00:33:54.553Z] #11 127.1 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-09T00:33:54.553Z] #11 127.1 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-03-09T00:33:54.553Z] #11 127.1 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-03-09T00:33:54.553Z] #11 127.1 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-09T00:33:54.553Z] #11 127.2 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-03-09T00:33:54.553Z] #11 127.2 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-03-09T00:33:54.553Z] #11 127.2 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:33:54.553Z] #11 127.2 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-09T00:33:54.553Z] #11 127.2 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-03-09T00:33:54.553Z] #11 127.2 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:33:54.553Z] #11 127.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-09T00:33:54.553Z] #11 127.3 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:33:54.553Z] #11 127.3 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-09T00:33:54.553Z] #11 127.3 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-09T00:33:54.765Z] [2021-03-09T00:33:54.765Z] #67 exporting to image [2021-03-09T00:33:54.765Z] #67 exporting layers [2021-03-09T00:33:54.803Z] #47 ... [2021-03-09T00:33:54.803Z] [2021-03-09T00:33:54.803Z] #53 [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-09T00:33:54.803Z] #53 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-03-09T00:33:54.803Z] #53 36.29 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:54.803Z] #53 36.86 Fetched 119 kB in 0s (295 kB/s) [2021-03-09T00:33:54.803Z] #53 37.11 Selecting previously unselected package libbtrfs0. [2021-03-09T00:33:54.803Z] #53 37.11 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-03-09T00:33:54.803Z] #53 37.30 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2021-03-09T00:33:54.803Z] #53 38.93 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-09T00:33:54.803Z] #53 40.24 Selecting previously unselected package libbtrfs-dev. [2021-03-09T00:33:54.803Z] #53 40.24 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-03-09T00:33:54.803Z] #53 40.29 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:33:54.803Z] #53 43.24 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-09T00:33:54.803Z] #53 43.30 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:33:54.803Z] #53 43.89 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:33:54.803Z] #53 DONE 44.9s [2021-03-09T00:33:54.803Z] [2021-03-09T00:33:54.803Z] #34 [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-09T00:33:54.803Z] #34 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-09T00:33:54.803Z] #34 34.98 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB] [2021-03-09T00:33:54.803Z] #34 35.15 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2021-03-09T00:33:54.803Z] #34 35.16 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2021-03-09T00:33:54.803Z] #34 35.17 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2021-03-09T00:33:54.803Z] #34 35.20 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2021-03-09T00:33:54.803Z] #34 35.21 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2021-03-09T00:33:54.803Z] #34 37.04 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:54.803Z] #34 37.17 Fetched 14.2 MB in 3s (5661 kB/s) [2021-03-09T00:33:54.803Z] #34 38.93 Selecting previously unselected package xxd. [2021-03-09T00:33:54.803Z] #34 38.93 (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-09T00:33:54.803Z] #34 39.06 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-03-09T00:33:54.803Z] #34 39.78 Unpacking xxd (2:8.1.0875-5) ... [2021-03-09T00:33:54.803Z] #34 42.10 Selecting previously unselected package vim-common. [2021-03-09T00:33:54.803Z] #34 42.10 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:33:54.803Z] #34 43.02 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-09T00:33:54.803Z] #34 44.22 Selecting previously unselected package cmake-data. [2021-03-09T00:33:54.803Z] #34 44.22 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-09T00:33:54.803Z] #34 44.26 Unpacking cmake-data (3.13.4-1) ... [2021-03-09T00:33:54.803Z] #34 ... [2021-03-09T00:33:54.803Z] [2021-03-09T00:33:54.803Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:54.803Z] #11 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-03-09T00:33:54.803Z] #11 43.46 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-03-09T00:33:54.803Z] #11 43.48 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-03-09T00:33:54.803Z] #11 43.50 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-03-09T00:33:54.803Z] #11 43.50 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-03-09T00:33:54.803Z] #11 43.53 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2021-03-09T00:33:54.803Z] #11 43.53 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u6 [110 kB] [2021-03-09T00:33:54.803Z] #11 43.55 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2021-03-09T00:33:54.803Z] #11 43.58 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2021-03-09T00:33:54.803Z] #11 43.60 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2021-03-09T00:33:54.803Z] #11 43.63 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2021-03-09T00:33:54.803Z] #11 43.66 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2021-03-09T00:33:54.803Z] #11 43.71 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2021-03-09T00:33:54.803Z] #11 43.71 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2021-03-09T00:33:54.803Z] #11 43.75 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2021-03-09T00:33:54.803Z] #11 43.75 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u6 [322 kB] [2021-03-09T00:33:54.863Z] #11 127.3 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:33:54.863Z] #11 127.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-09T00:33:54.863Z] #11 127.3 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-09T00:33:54.863Z] #11 127.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:33:54.863Z] #11 127.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-09T00:33:54.863Z] #11 127.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-09T00:33:54.863Z] #11 127.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:33:54.863Z] #11 127.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-09T00:33:54.863Z] #11 127.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-09T00:33:54.863Z] #11 127.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-09T00:33:54.863Z] #11 127.4 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-09T00:33:54.863Z] #11 127.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:33:54.863Z] #11 127.5 Setting up dmsetup (2:1.02.155-3) ... [2021-03-09T00:33:54.863Z] #11 127.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:33:54.863Z] #11 127.5 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-09T00:33:54.863Z] #11 127.5 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:33:55.152Z] #40 71.48 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-03-09T00:33:55.152Z] #40 71.51 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-03-09T00:33:55.152Z] #40 71.54 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-09T00:33:55.380Z] #11 45.65 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:55.533Z] #34 88.13 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:33:55.533Z] #34 88.15 Setting up xxd (2:8.1.0875-5) ... [2021-03-09T00:33:55.533Z] #34 88.18 Setting up libuv1:amd64 (1.24.1-1) ... [2021-03-09T00:33:55.533Z] #34 88.22 Setting up vim-common (2:8.1.0875-5) ... [2021-03-09T00:33:55.533Z] #34 88.31 Setting up librhash0:amd64 (1.3.8-1) ... [2021-03-09T00:33:55.533Z] #34 88.32 Setting up cmake-data (3.13.4-1) ... [2021-03-09T00:33:55.533Z] #34 88.36 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-09T00:33:55.533Z] #34 88.37 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-09T00:33:55.533Z] #34 88.39 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-09T00:33:55.533Z] #34 88.41 Setting up cmake (3.13.4-1) ... [2021-03-09T00:33:55.533Z] #34 88.42 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:33:55.533Z] #34 88.52 Processing triggers for mime-support (3.62) ... [2021-03-09T00:33:55.643Z] #11 45.84 Fetched 73.8 MB in 8s (9418 kB/s) [2021-03-09T00:33:55.822Z] #48 ... [2021-03-09T00:33:55.822Z] [2021-03-09T00:33:55.822Z] #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-09T00:33:55.822Z] #44 sha256:2f5fc9dd42c740dd3e5f3ca8a41736d83b646f02ff4fafc85f563418f714e257 [2021-03-09T00:33:55.822Z] #44 49.61 internal/reflectlite [2021-03-09T00:33:55.822Z] #44 49.61 sync [2021-03-09T00:33:55.822Z] #44 53.06 internal/singleflight [2021-03-09T00:33:55.822Z] #44 53.09 github.com/LK4D4/vndr/godl/singleflight [2021-03-09T00:33:55.822Z] #44 53.09 math/rand [2021-03-09T00:33:55.822Z] #44 56.76 sort [2021-03-09T00:33:55.822Z] #44 56.82 strconv [2021-03-09T00:33:55.822Z] #44 56.82 internal/oserror [2021-03-09T00:33:55.822Z] #44 56.92 io [2021-03-09T00:33:55.822Z] #44 57.24 syscall [2021-03-09T00:33:55.822Z] #44 ... [2021-03-09T00:33:55.822Z] [2021-03-09T00:33:55.822Z] #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-09T00:33:55.822Z] #31 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-03-09T00:33:55.822Z] #31 59.39 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-03-09T00:33:55.906Z] #11 46.03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-03-09T00:33:55.906Z] #11 46.18 Preparing to unpack .../libsystemd0_241-7~deb10u6_arm64.deb ... [2021-03-09T00:33:55.906Z] #11 ... [2021-03-09T00:33:55.906Z] [2021-03-09T00:33:55.907Z] #30 [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-09T00:33:55.907Z] #30 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-03-09T00:33:55.907Z] #30 36.01 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-09T00:33:55.907Z] #30 36.75 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-09T00:33:55.981Z] #43 47.78 bufio [2021-03-09T00:33:56.094Z] #40 72.50 Selecting previously unselected package libprotobuf-dev:amd64. [2021-03-09T00:33:56.094Z] #40 72.51 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-03-09T00:33:56.094Z] #40 72.55 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-09T00:33:56.103Z] #34 DONE 89.4s [2021-03-09T00:33:56.103Z] [2021-03-09T00:33:56.103Z] #40 [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-09T00:33:56.103Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:56.103Z] #40 81.22 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-09T00:33:56.103Z] #40 81.25 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:33:56.103Z] #40 81.26 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:33:56.103Z] #40 81.27 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-09T00:33:56.103Z] #40 81.29 Setting up python-six (1.12.0-1) ... [2021-03-09T00:33:56.103Z] #40 85.62 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-09T00:33:56.103Z] #40 85.65 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:33:56.103Z] #40 85.67 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-09T00:33:56.103Z] #40 85.69 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-03-09T00:33:56.103Z] #40 85.70 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-09T00:33:56.103Z] #40 85.71 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-09T00:33:56.103Z] #40 85.73 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-09T00:33:56.103Z] #40 85.75 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-09T00:33:56.103Z] #40 85.76 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-09T00:33:56.103Z] #40 85.78 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-09T00:33:56.103Z] #40 ... [2021-03-09T00:33:56.103Z] [2021-03-09T00:33:56.103Z] #49 [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-09T00:33:56.103Z] #49 sha256:bb8da2efbff39e3c70d08ac2146a06dfcad59e0204d75ff35f834832e35ea977 [2021-03-09T00:33:56.103Z] #49 79.33 time [2021-03-09T00:33:56.103Z] #49 85.02 encoding/binary [2021-03-09T00:33:56.103Z] #49 85.53 context [2021-03-09T00:33:56.103Z] #49 86.76 os [2021-03-09T00:33:56.103Z] #49 87.86 encoding/base64 [2021-03-09T00:33:56.103Z] #49 88.71 golang.org/x/sys/unix [2021-03-09T00:33:56.126Z] #31 59.64 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-09T00:33:56.170Z] #30 ... [2021-03-09T00:33:56.170Z] [2021-03-09T00:33:56.170Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:56.170Z] #11 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-03-09T00:33:56.170Z] #11 46.40 Unpacking libsystemd0:arm64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-09T00:33:56.363Z] #49 ... [2021-03-09T00:33:56.363Z] [2021-03-09T00:33:56.363Z] #35 [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-09T00:33:56.363Z] #35 sha256:33abb1c2bf9a3c5853fff39fb61040759fca9cb06f50cea9f595e98e53786fd7 [2021-03-09T00:33:56.434Z] #11 46.86 Setting up libsystemd0:arm64 (241-7~deb10u6) ... [2021-03-09T00:33:56.434Z] #11 ... [2021-03-09T00:33:56.434Z] [2021-03-09T00:33:56.434Z] #40 [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-09T00:33:56.434Z] #40 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-09T00:33:56.434Z] #40 36.83 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:56.434Z] #40 37.13 Fetched 3798 kB in 1s (3063 kB/s) [2021-03-09T00:33:56.434Z] #40 38.95 Selecting previously unselected package libcap-dev:arm64. [2021-03-09T00:33:56.434Z] #40 38.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 ... 15383 files and directories currently installed.) [2021-03-09T00:33:56.434Z] #40 39.23 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2021-03-09T00:33:56.434Z] #40 39.92 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2021-03-09T00:33:56.434Z] #40 41.62 Selecting previously unselected package libnet1:arm64. [2021-03-09T00:33:56.434Z] #40 41.63 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-03-09T00:33:56.434Z] #40 42.97 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:33:56.434Z] #40 43.26 Selecting previously unselected package libnet1-dev. [2021-03-09T00:33:56.434Z] #40 43.28 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2021-03-09T00:33:56.434Z] #40 43.45 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-09T00:33:56.434Z] #40 44.21 Selecting previously unselected package libnl-3-200:arm64. [2021-03-09T00:33:56.434Z] #40 44.22 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2021-03-09T00:33:56.434Z] #40 44.27 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-03-09T00:33:56.434Z] #40 44.45 Selecting previously unselected package libnl-3-dev:arm64. [2021-03-09T00:33:56.434Z] #40 44.47 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2021-03-09T00:33:56.434Z] #40 44.47 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2021-03-09T00:33:56.434Z] #40 45.06 Selecting previously unselected package libprotobuf-c1:arm64. [2021-03-09T00:33:56.434Z] #40 45.06 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-03-09T00:33:56.434Z] #40 45.08 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-03-09T00:33:56.434Z] #40 45.32 Selecting previously unselected package libprotobuf-c-dev:arm64. [2021-03-09T00:33:56.434Z] #40 45.33 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2021-03-09T00:33:56.434Z] #40 45.57 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-03-09T00:33:56.434Z] #40 45.84 Selecting previously unselected package zlib1g-dev:arm64. [2021-03-09T00:33:56.434Z] #40 45.87 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2021-03-09T00:33:56.434Z] #40 45.88 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-03-09T00:33:56.434Z] #40 46.37 Selecting previously unselected package libprotobuf17:arm64. [2021-03-09T00:33:56.434Z] #40 46.37 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2021-03-09T00:33:56.434Z] #40 46.39 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2021-03-09T00:33:56.666Z] #40 ... [2021-03-09T00:33:56.666Z] [2021-03-09T00:33:56.666Z] #49 [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-09T00:33:56.666Z] #49 sha256:e273e07ee40b04555832ddebcedd237b5067000d372596693eea2bd89d6aa297 [2021-03-09T00:33:56.666Z] #49 73.19 syscall [2021-03-09T00:33:56.776Z] #11 ... [2021-03-09T00:33:56.776Z] [2021-03-09T00:33:56.776Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:33:56.776Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:33:56.776Z] #41 39.85 CC images/memfd.o [2021-03-09T00:33:56.776Z] #41 40.11 CC images/timens.o [2021-03-09T00:33:56.776Z] #41 40.44 LINK images/built-in.o [2021-03-09T00:33:56.776Z] #41 40.64 GEN compel/include/asm [2021-03-09T00:33:56.776Z] #41 40.68 GEN compel/include/version.h [2021-03-09T00:33:56.776Z] #41 40.69 touch .config [2021-03-09T00:33:56.776Z] #41 40.73 GEN include/common/config.h [2021-03-09T00:33:56.776Z] #41 40.82 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-03-09T00:33:56.776Z] #41 40.85 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-03-09T00:33:56.776Z] #41 40.89 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-03-09T00:33:56.776Z] #41 40.91 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-03-09T00:33:56.776Z] #41 40.93 DEP compel/arch/x86/plugins/std/memcpy.d [2021-03-09T00:33:56.776Z] #41 40.98 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-03-09T00:33:56.776Z] #41 40.99 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-09T00:33:56.776Z] #41 41.03 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-03-09T00:33:56.776Z] #41 41.04 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-09T00:33:56.776Z] #41 41.06 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-09T00:33:56.776Z] #41 41.07 DEP compel/plugins/std/infect.d [2021-03-09T00:33:56.776Z] #41 41.17 DEP compel/plugins/std/string.d [2021-03-09T00:33:56.776Z] #41 41.24 DEP compel/plugins/std/log.d [2021-03-09T00:33:56.776Z] #41 41.32 DEP compel/plugins/std/fds.d [2021-03-09T00:33:56.776Z] #41 41.45 DEP compel/plugins/std/std.d [2021-03-09T00:33:56.776Z] #41 41.58 DEP compel/plugins/shmem/shmem.d [2021-03-09T00:33:56.776Z] #41 41.74 DEP compel/plugins/fds/fds.d [2021-03-09T00:33:56.776Z] #41 41.94 CC compel/plugins/std/std.o [2021-03-09T00:33:56.776Z] #41 42.32 CC compel/plugins/std/fds.o [2021-03-09T00:33:56.776Z] #41 42.78 CC compel/plugins/std/log.o [2021-03-09T00:33:56.776Z] #41 43.56 CC compel/plugins/std/string.o [2021-03-09T00:33:56.776Z] #41 44.22 CC compel/plugins/std/infect.o [2021-03-09T00:33:56.776Z] #41 44.66 CC compel/arch/x86/plugins/std/parasite-head.o [2021-03-09T00:33:56.776Z] #41 44.71 CC compel/arch/x86/plugins/std/memcpy.o [2021-03-09T00:33:56.776Z] #41 44.78 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-03-09T00:33:56.776Z] #41 44.84 AR compel/plugins/std.lib.a [2021-03-09T00:33:56.776Z] #41 44.91 CC compel/plugins/fds/fds.o [2021-03-09T00:33:56.776Z] #41 45.12 AR compel/plugins/fds.lib.a [2021-03-09T00:33:56.776Z] #41 45.18 HOSTDEP compel/src/lib/log-host.d [2021-03-09T00:33:56.776Z] #41 45.25 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-09T00:33:56.776Z] #41 45.42 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-03-09T00:33:56.776Z] #41 45.47 HOSTDEP compel/src/main-host.d [2021-03-09T00:33:56.776Z] #41 45.56 DEP compel/src/lib/ptrace.d [2021-03-09T00:33:56.776Z] #41 45.69 DEP compel/src/lib/infect.d [2021-03-09T00:33:56.776Z] #41 45.86 DEP compel/src/lib/infect-util.d [2021-03-09T00:33:56.776Z] #41 45.95 DEP compel/src/lib/infect-rpc.d [2021-03-09T00:33:56.776Z] #41 46.03 DEP compel/arch/x86/src/lib/infect.d [2021-03-09T00:33:56.776Z] #41 46.15 DEP compel/arch/x86/src/lib/cpu.d [2021-03-09T00:33:56.776Z] #41 46.27 DEP compel/src/lib/log.d [2021-03-09T00:33:56.776Z] #41 46.42 DEP compel/src/main.d [2021-03-09T00:33:56.776Z] #41 46.53 DEP compel/src/lib/handle-elf.d [2021-03-09T00:33:56.777Z] #41 46.66 DEP compel/arch/x86/src/lib/handle-elf.d [2021-03-09T00:33:56.777Z] #41 46.78 CC compel/src/lib/log.o [2021-03-09T00:33:56.777Z] #41 46.99 CC compel/arch/x86/src/lib/cpu.o [2021-03-09T00:33:56.777Z] #41 47.74 CC compel/arch/x86/src/lib/infect.o [2021-03-09T00:33:56.777Z] #41 48.64 CC compel/src/lib/infect-rpc.o [2021-03-09T00:33:56.777Z] #41 49.02 CC compel/src/lib/infect-util.o [2021-03-09T00:33:56.777Z] #41 49.27 CC compel/src/lib/infect.o [2021-03-09T00:33:56.925Z] #43 48.55 reflect [2021-03-09T00:33:56.926Z] #49 73.32 reflect [2021-03-09T00:33:57.038Z] #41 ... [2021-03-09T00:33:57.038Z] [2021-03-09T00:33:57.038Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:57.038Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:57.038Z] #11 DONE 129.6s [2021-03-09T00:33:57.038Z] [2021-03-09T00:33:57.038Z] #43 [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-09T00:33:57.038Z] #43 sha256:c5047339b0fe649e0b3ecf0acd9732686689aaff11fc0c3bd59d1bafc7a63317 [2021-03-09T00:33:57.038Z] #43 128.7 net/http/httptrace [2021-03-09T00:33:57.038Z] #43 128.9 net/http [2021-03-09T00:33:57.186Z] #31 60.64 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-09T00:33:57.408Z] #35 ... [2021-03-09T00:33:57.408Z] [2021-03-09T00:33:57.408Z] #43 [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-09T00:33:57.408Z] #43 sha256:c04f631ddbe13747d502f1e8ae4d852e7ab2ec1b7ac742221a1bc2f7bc62ee1d [2021-03-09T00:33:57.408Z] #43 80.39 time [2021-03-09T00:33:57.408Z] #43 86.25 strings [2021-03-09T00:33:57.408Z] #43 86.62 os [2021-03-09T00:33:57.408Z] #43 89.27 regexp/syntax [2021-03-09T00:33:57.408Z] #43 ... [2021-03-09T00:33:57.408Z] [2021-03-09T00:33:57.408Z] #32 [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-09T00:33:57.408Z] #32 sha256:d2fdcc6a33ec8a15a5a8b29e6244af48a7cef41a9b6ffbb4fe4e8321eeee9723 [2021-03-09T00:33:57.408Z] #32 82.55 internal/poll [2021-03-09T00:33:57.408Z] #32 83.30 internal/fmtsort [2021-03-09T00:33:57.408Z] #32 84.16 internal/syscall/execenv [2021-03-09T00:33:57.408Z] #32 84.29 internal/syscall/unix [2021-03-09T00:33:57.408Z] #32 84.55 strings [2021-03-09T00:33:57.408Z] #32 85.04 os [2021-03-09T00:33:57.408Z] #32 87.36 path [2021-03-09T00:33:57.408Z] #32 87.97 text/tabwriter [2021-03-09T00:33:57.408Z] #32 89.06 path/filepath [2021-03-09T00:33:57.408Z] #32 89.07 fmt [2021-03-09T00:33:57.408Z] #32 ... [2021-03-09T00:33:57.408Z] [2021-03-09T00:33:57.408Z] #35 [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-09T00:33:57.408Z] #35 sha256:33abb1c2bf9a3c5853fff39fb61040759fca9cb06f50cea9f595e98e53786fd7 [2021-03-09T00:33:57.408Z] #35 1.283 + RM_GOPATH=0 [2021-03-09T00:33:57.408Z] #35 1.283 + TMP_GOPATH= [2021-03-09T00:33:57.408Z] #35 1.283 + : /build [2021-03-09T00:33:57.408Z] #35 1.283 + '[' -z '' ']' [2021-03-09T00:33:57.408Z] #35 1.286 ++ mktemp -d [2021-03-09T00:33:57.408Z] #35 1.292 + export GOPATH=/tmp/tmp.34FITzp5Nj [2021-03-09T00:33:57.408Z] #35 1.292 + GOPATH=/tmp/tmp.34FITzp5Nj [2021-03-09T00:33:57.408Z] #35 1.293 + RM_GOPATH=1 [2021-03-09T00:33:57.408Z] #35 1.293 + case "$(go env GOARCH)" in [2021-03-09T00:33:57.408Z] #35 1.293 ++ go env GOARCH [2021-03-09T00:33:57.408Z] #35 1.328 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:57.408Z] #35 1.328 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:33:57.408Z] #35 1.329 ++ dirname /tmp/install/install.sh [2021-03-09T00:33:57.408Z] #35 1.334 + dir=/tmp/install [2021-03-09T00:33:57.408Z] #35 1.336 + bin=tini [2021-03-09T00:33:57.408Z] #35 1.336 + shift [2021-03-09T00:33:57.408Z] #35 1.336 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-09T00:33:57.408Z] #35 1.337 + . /tmp/install/tini.installer [2021-03-09T00:33:57.408Z] #35 1.337 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:33:57.408Z] #35 1.337 + install_tini [2021-03-09T00:33:57.409Z] #35 1.337 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-09T00:33:57.409Z] #35 1.338 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:33:57.409Z] #35 1.338 + git clone https://github.com/krallin/tini.git /tmp/tmp.34FITzp5Nj/tini [2021-03-09T00:33:57.409Z] #35 1.342 Cloning into '/tmp/tmp.34FITzp5Nj/tini'... [2021-03-09T00:33:57.543Z] #67 exporting layers 2.9s done [2021-03-09T00:33:57.543Z] #67 writing image sha256:6175c4a396400042118f37f5dda5b4e3137e1e6c9f1b974947c0cb0cee8c250a done [2021-03-09T00:33:57.543Z] #67 naming to docker.io/library/docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 done [2021-03-09T00:33:57.543Z] #67 DONE 2.9s [2021-03-09T00:33:57.566Z] #40 ... [2021-03-09T00:33:57.566Z] [2021-03-09T00:33:57.566Z] #32 [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-09T00:33:57.566Z] #32 sha256:b4f0c8c8dcdefb5bdd715f94f043330885343e51bd6873d44e51c41c9ca0a846 [2021-03-09T00:33:57.566Z] #32 47.73 internal/poll [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-03-09T00:33:57.860Z] #31 ... [2021-03-09T00:33:57.860Z] [2021-03-09T00:33:57.860Z] #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-09T00:33:57.860Z] #33 sha256:07bd38020e07841fcce7879f1ab6b1dd20ce28286039f940cb6f6d1efdb1e568 [2021-03-09T00:33:57.860Z] #33 51.55 sync [2021-03-09T00:33:57.860Z] #33 51.57 internal/reflectlite [2021-03-09T00:33:57.860Z] #33 56.09 errors [2021-03-09T00:33:57.860Z] #33 56.09 sort [2021-03-09T00:33:57.860Z] #33 56.69 io [2021-03-09T00:33:57.860Z] #33 56.69 internal/oserror [2021-03-09T00:33:57.860Z] #33 56.71 strconv [2021-03-09T00:33:57.860Z] #33 56.93 syscall [2021-03-09T00:33:57.860Z] #33 60.58 strings [2021-03-09T00:33:57.860Z] #33 60.60 bytes [2021-03-09T00:33:57.868Z] #49 ... [2021-03-09T00:33:57.868Z] [2021-03-09T00:33:57.868Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:57.868Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:57.868Z] #11 64.21 The following NEW packages will be installed: [2021-03-09T00:33:57.868Z] #11 64.21 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-09T00:33:57.868Z] #11 64.21 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-09T00:33:57.868Z] #11 64.21 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-09T00:33:57.868Z] #11 64.21 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-09T00:33:57.868Z] #11 64.21 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-09T00:33:57.868Z] #11 64.21 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-09T00:33:57.868Z] #11 64.21 The following packages will be upgraded: [2021-03-09T00:33:57.868Z] #11 64.22 libsystemd0 libudev1 [2021-03-09T00:33:57.868Z] #11 64.49 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-09T00:33:57.868Z] #11 64.49 Need to get 78.2 MB of archives. [2021-03-09T00:33:57.868Z] #11 64.49 After this operation, 487 MB of additional disk space will be used. [2021-03-09T00:33:57.868Z] #11 64.49 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-03-09T00:33:57.868Z] #11 64.51 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-03-09T00:33:57.868Z] #11 64.53 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-03-09T00:33:57.868Z] #11 64.84 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-03-09T00:33:57.868Z] #11 65.24 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-09T00:33:57.868Z] #11 65.25 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-03-09T00:33:57.868Z] #11 65.25 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-03-09T00:33:57.868Z] #11 65.26 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-09T00:33:57.868Z] #11 65.84 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-09T00:33:57.868Z] #11 66.35 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-09T00:33:57.868Z] #11 66.39 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-03-09T00:33:57.868Z] #11 71.28 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-03-09T00:33:57.873Z] #43 ... [2021-03-09T00:33:57.873Z] [2021-03-09T00:33:57.873Z] #47 [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-09T00:33:57.873Z] #47 sha256:716f54b1e6fadeb22ed98c75c806c4e5b8e9621bfbbb4352228e7a43cf796028 [2021-03-09T00:33:57.873Z] #47 47.35 go: finding github.com/fatih/color v1.7.0 [2021-03-09T00:33:57.873Z] #47 47.45 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-09T00:33:57.873Z] #47 47.52 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-09T00:33:57.873Z] #47 47.57 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-09T00:33:57.873Z] #47 47.61 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-09T00:33:57.873Z] #47 47.66 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-09T00:33:57.873Z] #47 47.66 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-09T00:33:57.873Z] #47 47.73 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-09T00:33:57.873Z] #47 47.73 go: finding github.com/pkg/errors v0.8.1 [2021-03-09T00:33:57.873Z] #47 47.74 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-09T00:33:57.873Z] #47 47.74 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-09T00:33:57.873Z] #47 47.78 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-09T00:33:57.873Z] #47 47.81 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-09T00:33:57.873Z] #47 47.87 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-09T00:33:57.873Z] #47 47.88 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-09T00:33:57.873Z] #47 47.89 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-09T00:33:57.873Z] #47 47.90 go: finding github.com/spf13/viper v1.6.1 [2021-03-09T00:33:57.873Z] #47 47.90 go: finding github.com/stretchr/testify v1.4.0 [2021-03-09T00:33:57.873Z] #47 47.95 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:33:57.873Z] #47 47.98 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-09T00:33:57.873Z] #47 47.98 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:33:57.873Z] #47 48.06 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-09T00:33:57.873Z] #47 48.06 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-09T00:33:57.873Z] #47 48.10 go: finding github.com/stretchr/objx v0.2.0 [2021-03-09T00:33:57.873Z] #47 48.15 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-09T00:33:57.873Z] #47 48.17 go: finding github.com/gobwas/glob v0.2.3 [2021-03-09T00:33:57.873Z] #47 48.22 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-09T00:33:57.873Z] #47 48.24 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-09T00:33:57.873Z] #47 48.26 go: finding github.com/spf13/cobra v0.0.5 [2021-03-09T00:33:57.873Z] #47 48.28 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-09T00:33:57.873Z] #47 48.41 go: finding github.com/spf13/pflag v1.0.5 [2021-03-09T00:33:57.873Z] #47 48.41 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-09T00:33:57.873Z] #47 48.47 go: finding github.com/magiconair/properties v1.8.1 [2021-03-09T00:33:57.873Z] #47 48.47 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-09T00:33:57.873Z] #47 48.53 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:33:57.873Z] #47 48.57 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-09T00:33:57.873Z] #47 48.67 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-09T00:33:57.873Z] #47 48.70 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:33:57.873Z] #47 48.72 go: finding github.com/spf13/afero v1.1.2 [2021-03-09T00:33:57.873Z] #47 48.72 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-09T00:33:57.873Z] #47 48.79 go: finding github.com/spf13/cast v1.3.0 [2021-03-09T00:33:57.873Z] #47 48.79 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-09T00:33:57.873Z] #47 48.79 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-09T00:33:57.873Z] #47 48.84 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-09T00:33:57.873Z] #47 48.87 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-09T00:33:57.873Z] #47 48.90 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-09T00:33:57.873Z] #47 48.94 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-09T00:33:57.873Z] #47 49.01 go: finding golang.org/x/text v0.3.2 [2021-03-09T00:33:57.873Z] #47 49.21 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-09T00:33:57.873Z] #47 49.27 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-09T00:33:57.873Z] #47 49.33 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-09T00:33:57.873Z] #47 49.33 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-09T00:33:57.873Z] #47 49.34 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-09T00:33:57.873Z] #47 49.38 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-09T00:33:57.873Z] #47 49.38 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-09T00:33:57.873Z] #47 49.38 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-09T00:33:57.873Z] #47 49.39 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-09T00:33:57.873Z] #47 49.39 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-09T00:33:57.873Z] #47 49.47 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-09T00:33:57.873Z] #47 49.47 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-09T00:33:57.873Z] #47 49.50 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-09T00:33:57.873Z] #47 49.53 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-09T00:33:57.873Z] #47 49.53 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-09T00:33:57.873Z] #47 49.53 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-09T00:33:57.873Z] #47 49.58 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-09T00:33:57.873Z] #47 49.58 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-09T00:33:57.873Z] #47 49.63 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-09T00:33:57.873Z] #47 49.68 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-09T00:33:57.873Z] #47 49.72 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-09T00:33:57.982Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41757/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/test/unit [2021-03-09T00:33:58.139Z] #47 49.94 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-09T00:33:58.139Z] #47 ... [2021-03-09T00:33:58.139Z] [2021-03-09T00:33:58.139Z] #34 [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-09T00:33:58.139Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:33:58.139Z] #34 33.33 Reading package lists... [2021-03-09T00:33:58.139Z] #34 40.39 Building dependency tree... [2021-03-09T00:33:58.139Z] #34 44.17 The following additional packages will be installed: [2021-03-09T00:33:58.139Z] #34 44.19 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-09T00:33:58.139Z] #34 44.21 Suggested packages: [2021-03-09T00:33:58.139Z] #34 44.23 cmake-doc ninja-build lrzip [2021-03-09T00:33:58.139Z] #34 44.23 Recommended packages: [2021-03-09T00:33:58.139Z] #34 44.23 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-09T00:33:58.139Z] #34 45.41 The following NEW packages will be installed: [2021-03-09T00:33:58.139Z] #34 45.41 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-09T00:33:58.139Z] #34 45.41 vim-common xxd [2021-03-09T00:33:58.139Z] #34 45.83 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:33:58.139Z] #34 45.83 Need to get 14.9 MB of archives. [2021-03-09T00:33:58.139Z] #34 45.83 After this operation, 61.8 MB of additional disk space will be used. [2021-03-09T00:33:58.139Z] #34 45.83 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-09T00:33:58.139Z] #34 45.83 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-09T00:33:58.139Z] #34 45.83 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-09T00:33:58.139Z] #34 46.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-09T00:33:58.139Z] #34 46.97 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-03-09T00:33:58.139Z] #34 47.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-03-09T00:33:58.139Z] #34 47.05 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-03-09T00:33:58.139Z] #34 47.06 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-03-09T00:33:58.139Z] #34 47.06 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-03-09T00:33:58.139Z] #34 47.09 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-03-09T00:33:58.139Z] #34 48.54 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:58.139Z] #34 48.87 Fetched 14.9 MB in 2s (7764 kB/s) [2021-03-09T00:33:58.139Z] #34 49.02 Selecting previously unselected package xxd. [2021-03-09T00:33:58.139Z] #34 49.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-09T00:33:58.139Z] #34 49.10 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-09T00:33:58.139Z] #34 49.10 Unpacking xxd (2:8.1.0875-5) ... [2021-03-09T00:33:58.139Z] #34 49.33 Selecting previously unselected package vim-common. [2021-03-09T00:33:58.139Z] #34 49.33 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:33:58.139Z] #34 49.38 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-09T00:33:58.139Z] #34 49.75 Selecting previously unselected package cmake-data. [2021-03-09T00:33:58.139Z] #34 49.79 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-09T00:33:58.139Z] #34 49.79 Unpacking cmake-data (3.13.4-1) ... [2021-03-09T00:33:58.159Z] #33 ... [2021-03-09T00:33:58.159Z] [2021-03-09T00:33:58.159Z] #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-09T00:33:58.159Z] #41 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-09T00:33:58.159Z] #41 51.75 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2021-03-09T00:33:58.159Z] #41 51.76 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2021-03-09T00:33:58.159Z] #41 51.76 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-03-09T00:33:58.159Z] #41 51.99 Selecting previously unselected package libprotobuf-dev:ppc64el. [2021-03-09T00:33:58.159Z] #41 52.00 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2021-03-09T00:33:58.159Z] #41 52.02 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-03-09T00:33:58.159Z] #41 53.34 Selecting previously unselected package libprotoc17:ppc64el. [2021-03-09T00:33:58.159Z] #41 53.34 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2021-03-09T00:33:58.159Z] #41 53.36 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2021-03-09T00:33:58.159Z] #41 53.92 Selecting previously unselected package protobuf-c-compiler. [2021-03-09T00:33:58.159Z] #41 53.92 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2021-03-09T00:33:58.159Z] #41 53.93 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-09T00:33:58.159Z] #41 54.04 Selecting previously unselected package protobuf-compiler. [2021-03-09T00:33:58.159Z] #41 54.05 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2021-03-09T00:33:58.159Z] #41 54.05 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-09T00:33:58.159Z] #41 54.19 Selecting previously unselected package python-pkg-resources. [2021-03-09T00:33:58.159Z] #41 54.19 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-09T00:33:58.159Z] #41 54.20 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-09T00:33:58.159Z] #41 54.54 Selecting previously unselected package python-six. [2021-03-09T00:33:58.159Z] #41 54.55 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-09T00:33:58.159Z] #41 54.56 Unpacking python-six (1.12.0-1) ... [2021-03-09T00:33:58.159Z] #41 54.79 Selecting previously unselected package python-protobuf. [2021-03-09T00:33:58.159Z] #41 54.80 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2021-03-09T00:33:58.159Z] #41 54.80 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-09T00:33:58.159Z] #41 55.24 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-09T00:33:58.159Z] #41 60.97 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-03-09T00:33:58.159Z] #41 60.97 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-09T00:33:58.159Z] #41 60.97 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-09T00:33:58.159Z] #41 60.98 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-03-09T00:33:58.159Z] #41 60.98 Setting up python-six (1.12.0-1) ... [2021-03-09T00:33:58.159Z] #41 ... [2021-03-09T00:33:58.159Z] [2021-03-09T00:33:58.159Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:58.159Z] #12 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-03-09T00:33:58.159Z] #12 57.63 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-09T00:33:58.159Z] #12 57.63 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2021-03-09T00:33:58.159Z] #12 57.64 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-09T00:33:58.159Z] #12 60.80 Selecting previously unselected package binutils-mingw-w64. [2021-03-09T00:33:58.159Z] #12 60.81 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-09T00:33:58.159Z] #12 60.82 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-09T00:33:58.159Z] #12 60.97 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2021-03-09T00:33:58.159Z] #12 61.01 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-03-09T00:33:58.159Z] #12 61.02 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-09T00:33:58.159Z] #12 61.21 Selecting previously unselected package dmsetup. [2021-03-09T00:33:58.159Z] #12 61.22 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2021-03-09T00:33:58.159Z] #12 61.24 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-09T00:33:58.159Z] #12 61.44 Selecting previously unselected package mingw-w64-common. [2021-03-09T00:33:58.159Z] #12 61.46 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-09T00:33:58.159Z] #12 61.47 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-09T00:33:58.345Z] #35 2.127 + cd /tmp/tmp.34FITzp5Nj/tini [2021-03-09T00:33:58.345Z] #35 2.127 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:33:58.345Z] #35 2.136 + cmake . [2021-03-09T00:33:58.402Z] #34 ... [2021-03-09T00:33:58.402Z] [2021-03-09T00:33:58.402Z] #47 [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-09T00:33:58.402Z] #47 sha256:716f54b1e6fadeb22ed98c75c806c4e5b8e9621bfbbb4352228e7a43cf796028 [2021-03-09T00:33:58.402Z] #47 50.11 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-09T00:33:58.402Z] #47 50.11 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-09T00:33:58.402Z] #47 50.11 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:33:58.402Z] #47 50.17 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-09T00:33:58.402Z] #47 ... [2021-03-09T00:33:58.402Z] [2021-03-09T00:33:58.402Z] #53 [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-09T00:33:58.402Z] #53 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-09T00:33:58.402Z] #53 46.18 The following additional packages will be installed: [2021-03-09T00:33:58.402Z] #53 46.20 libbtrfs0 [2021-03-09T00:33:58.402Z] #53 46.46 The following NEW packages will be installed: [2021-03-09T00:33:58.402Z] #53 46.48 libbtrfs-dev libbtrfs0 [2021-03-09T00:33:58.402Z] #53 47.13 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:33:58.402Z] #53 47.13 Need to get 119 kB of archives. [2021-03-09T00:33:58.402Z] #53 47.13 After this operation, 387 kB of additional disk space will be used. [2021-03-09T00:33:58.402Z] #53 47.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-09T00:33:58.402Z] #53 47.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-09T00:33:58.402Z] #53 48.49 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:58.402Z] #53 48.70 Fetched 119 kB in 0s (246 kB/s) [2021-03-09T00:33:58.402Z] #53 48.84 Selecting previously unselected package libbtrfs0. [2021-03-09T00:33:58.402Z] #53 48.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-09T00:33:58.402Z] #53 48.94 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-09T00:33:58.402Z] #53 48.97 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-09T00:33:58.402Z] #53 49.08 Selecting previously unselected package libbtrfs-dev. [2021-03-09T00:33:58.402Z] #53 49.10 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-09T00:33:58.402Z] #53 49.11 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:33:58.402Z] #53 49.42 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-09T00:33:58.402Z] #53 49.47 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:33:58.402Z] #53 49.47 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:33:58.402Z] #53 DONE 50.2s [2021-03-09T00:33:58.439Z] #11 ... [2021-03-09T00:33:58.439Z] [2021-03-09T00:33:58.439Z] #30 [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-09T00:33:58.439Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:33:58.439Z] #30 69.93 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-09T00:33:58.439Z] #30 70.80 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-09T00:33:58.439Z] #30 70.93 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-09T00:33:58.675Z] [2021-03-09T00:33:58.675Z] #30 [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-09T00:33:58.675Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:33:58.675Z] #30 48.46 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-09T00:33:58.675Z] #30 49.23 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-09T00:33:58.914Z] #35 2.849 -- The C compiler identification is GNU 8.3.0 [2021-03-09T00:33:58.915Z] #35 2.921 -- Check for working C compiler: /usr/bin/cc [2021-03-09T00:33:58.928Z] #43 ... [2021-03-09T00:33:58.928Z] [2021-03-09T00:33:58.928Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-09T00:33:58.928Z] #12 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-03-09T00:33:58.928Z] #12 DONE 1.6s [2021-03-09T00:33:58.928Z] [2021-03-09T00:33:58.928Z] #13 [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-09T00:33:58.928Z] #13 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-03-09T00:33:58.938Z] #30 ... [2021-03-09T00:33:58.938Z] [2021-03-09T00:33:58.938Z] #32 [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-09T00:33:58.938Z] #32 sha256:d7acd44b27279b8a9a308d5765b35c76ba7398c4e674760af9a70c8fa270f93c [2021-03-09T00:33:58.938Z] #32 40.57 internal/reflectlite [2021-03-09T00:33:58.938Z] #32 40.58 sync [2021-03-09T00:33:58.938Z] #32 43.15 sort [2021-03-09T00:33:58.938Z] #32 43.15 errors [2021-03-09T00:33:58.938Z] #32 43.62 strconv [2021-03-09T00:33:58.938Z] #32 44.62 io [2021-03-09T00:33:58.938Z] #32 45.87 internal/oserror [2021-03-09T00:33:58.938Z] #32 46.06 syscall [2021-03-09T00:33:58.938Z] #32 47.66 reflect [2021-03-09T00:33:58.938Z] #32 ... [2021-03-09T00:33:58.938Z] [2021-03-09T00:33:58.938Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:33:58.938Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:33:58.938Z] #11 33.91 Reading package lists... [2021-03-09T00:33:58.938Z] #11 41.07 Building dependency tree... [2021-03-09T00:33:58.938Z] #11 44.86 The following additional packages will be installed: [2021-03-09T00:33:58.938Z] #11 44.86 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-09T00:33:58.938Z] #11 44.86 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-09T00:33:58.938Z] #11 44.86 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-09T00:33:58.938Z] #11 44.86 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-03-09T00:33:58.938Z] #11 44.89 mingw-w64-x86-64-dev [2021-03-09T00:33:58.938Z] #11 44.89 Suggested packages: [2021-03-09T00:33:58.938Z] #11 44.89 gcc-8-locales seccomp wine64 [2021-03-09T00:33:58.938Z] #11 46.39 The following NEW packages will be installed: [2021-03-09T00:33:58.938Z] #11 46.39 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-09T00:33:58.938Z] #11 46.39 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-09T00:33:58.938Z] #11 46.39 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-09T00:33:58.938Z] #11 46.39 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-09T00:33:58.938Z] #11 46.39 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-09T00:33:58.938Z] #11 46.39 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-09T00:33:58.938Z] #11 46.43 The following packages will be upgraded: [2021-03-09T00:33:58.938Z] #11 46.43 libsystemd0 libudev1 [2021-03-09T00:33:58.938Z] #11 47.13 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-09T00:33:58.938Z] #11 47.13 Need to get 78.2 MB of archives. [2021-03-09T00:33:58.938Z] #11 47.13 After this operation, 487 MB of additional disk space will be used. [2021-03-09T00:33:58.938Z] #11 47.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-03-09T00:33:58.938Z] #11 47.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-03-09T00:33:58.938Z] #11 47.13 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-03-09T00:33:58.938Z] #11 47.39 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-03-09T00:33:58.938Z] #11 47.64 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-09T00:33:58.938Z] #11 47.64 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-03-09T00:33:58.938Z] #11 47.67 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-03-09T00:33:58.938Z] #11 47.67 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-09T00:33:58.938Z] #11 48.18 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-09T00:33:58.938Z] #11 48.48 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-09T00:33:58.938Z] #11 48.51 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-03-09T00:33:58.963Z] #32 49.23 os [2021-03-09T00:33:59.200Z] #11 ... [2021-03-09T00:33:59.200Z] [2021-03-09T00:33:59.200Z] #40 [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-09T00:33:59.200Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:59.200Z] #40 34.10 Reading package lists... [2021-03-09T00:33:59.200Z] #40 41.15 Building dependency tree... [2021-03-09T00:33:59.200Z] #40 44.85 The following additional packages will be installed: [2021-03-09T00:33:59.200Z] #40 44.85 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-09T00:33:59.200Z] #40 44.85 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-09T00:33:59.200Z] #40 44.85 Suggested packages: [2021-03-09T00:33:59.200Z] #40 44.85 manpages-dev python-setuptools [2021-03-09T00:33:59.200Z] #40 46.39 The following NEW packages will be installed: [2021-03-09T00:33:59.200Z] #40 46.39 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-09T00:33:59.200Z] #40 46.39 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-09T00:33:59.200Z] #40 46.39 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-09T00:33:59.200Z] #40 46.39 python-six zlib1g-dev [2021-03-09T00:33:59.200Z] #40 47.13 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-09T00:33:59.200Z] #40 47.13 Need to get 4095 kB of archives. [2021-03-09T00:33:59.200Z] #40 47.13 After this operation, 22.5 MB of additional disk space will be used. [2021-03-09T00:33:59.200Z] #40 47.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-03-09T00:33:59.200Z] #40 47.13 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-09T00:33:59.200Z] #40 47.13 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-09T00:33:59.200Z] #40 47.13 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-09T00:33:59.200Z] #40 47.13 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-03-09T00:33:59.200Z] #40 47.13 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-09T00:33:59.200Z] #40 47.13 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-09T00:33:59.200Z] #40 47.13 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-09T00:33:59.200Z] #40 47.21 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-03-09T00:33:59.200Z] #40 47.24 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-03-09T00:33:59.200Z] #40 47.30 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-03-09T00:33:59.200Z] #40 47.45 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-03-09T00:33:59.200Z] #40 47.57 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-09T00:33:59.200Z] #40 47.57 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-09T00:33:59.200Z] #40 47.57 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-09T00:33:59.200Z] #40 47.57 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-03-09T00:33:59.200Z] #40 47.57 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-03-09T00:33:59.200Z] #40 48.75 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:33:59.200Z] #40 48.97 Fetched 4095 kB in 1s (4175 kB/s) [2021-03-09T00:33:59.200Z] #40 49.08 Selecting previously unselected package libcap-dev:amd64. [2021-03-09T00:33:59.200Z] #40 49.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-09T00:33:59.200Z] #40 49.19 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-03-09T00:33:59.200Z] #40 49.19 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-03-09T00:33:59.200Z] #40 49.33 Selecting previously unselected package libnet1:amd64. [2021-03-09T00:33:59.200Z] #40 49.34 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-09T00:33:59.200Z] #40 49.34 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:33:59.200Z] #40 49.50 Selecting previously unselected package libnet1-dev. [2021-03-09T00:33:59.200Z] #40 49.51 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-09T00:33:59.200Z] #40 49.53 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-09T00:33:59.200Z] #40 49.75 Selecting previously unselected package libnl-3-200:amd64. [2021-03-09T00:33:59.200Z] #40 49.75 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-09T00:33:59.200Z] #40 49.79 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:33:59.200Z] #40 50.24 Selecting previously unselected package libnl-3-dev:amd64. [2021-03-09T00:33:59.200Z] #40 50.24 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-03-09T00:33:59.200Z] #40 50.25 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-09T00:33:59.200Z] #40 50.64 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-09T00:33:59.200Z] #40 50.64 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:33:59.200Z] #40 50.68 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:33:59.200Z] #40 50.77 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-03-09T00:33:59.200Z] #40 50.77 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:33:59.200Z] #40 50.77 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-09T00:33:59.200Z] #40 50.93 Selecting previously unselected package zlib1g-dev:amd64. [2021-03-09T00:33:59.200Z] #40 50.93 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-03-09T00:33:59.200Z] #40 50.93 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-09T00:33:59.200Z] #40 ... [2021-03-09T00:33:59.200Z] [2021-03-09T00:33:59.200Z] #30 [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-09T00:33:59.200Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:33:59.200Z] #30 49.70 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-09T00:33:59.858Z] #35 ... [2021-03-09T00:33:59.858Z] [2021-03-09T00:33:59.858Z] #40 [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-09T00:33:59.858Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:33:59.858Z] #40 92.44 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-09T00:33:59.858Z] #40 92.45 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:33:59.858Z] #40 DONE 93.0s [2021-03-09T00:33:59.858Z] [2021-03-09T00:33:59.858Z] #35 [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-09T00:33:59.858Z] #35 sha256:33abb1c2bf9a3c5853fff39fb61040759fca9cb06f50cea9f595e98e53786fd7 [2021-03-09T00:33:59.858Z] #35 3.765 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-09T00:33:59.858Z] #35 3.766 -- Detecting C compiler ABI info [2021-03-09T00:33:59.861Z] #13 DONE 1.2s [2021-03-09T00:33:59.861Z] [2021-03-09T00:33:59.861Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-09T00:33:59.861Z] #14 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-03-09T00:34:00.117Z] #14 ... [2021-03-09T00:34:00.117Z] [2021-03-09T00:34:00.117Z] #56 [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-09T00:34:00.117Z] #56 sha256:9951118ff3b9fda3c61ba0284284834d948b5144f5ab12857bb653d307414835 [2021-03-09T00:34:00.117Z] #56 124.3 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-09T00:34:00.117Z] #56 124.3 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-09T00:34:00.117Z] #56 DONE 132.5s [2021-03-09T00:34:00.117Z] [2021-03-09T00:34:00.117Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-09T00:34:00.117Z] #57 sha256:c8d856487cf9ba336ffe0a885bbab873864d30dd993abd77eb6ab7d3d06269ba [2021-03-09T00:34:00.117Z] #57 DONE 0.2s [2021-03-09T00:34:00.117Z] [2021-03-09T00:34:00.117Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-09T00:34:00.117Z] #58 sha256:20089877f1cf970d75f49b89fb5a55bf8579e2407b6c2a49c45d657e02b1d7de [2021-03-09T00:34:00.279Z] #12 ... [2021-03-09T00:34:00.279Z] [2021-03-09T00:34:00.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-09T00:34:00.279Z] #35 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-09T00:34:00.279Z] #35 53.68 Selecting previously unselected package libicu63:ppc64el. [2021-03-09T00:34:00.279Z] #35 53.75 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-03-09T00:34:00.279Z] #35 53.78 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-09T00:34:00.279Z] #35 61.84 Selecting previously unselected package libxml2:ppc64el. [2021-03-09T00:34:00.279Z] #35 61.84 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_ppc64el.deb ... [2021-03-09T00:34:00.279Z] #35 61.85 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-03-09T00:34:00.279Z] #35 62.51 Selecting previously unselected package libarchive13:ppc64el. [2021-03-09T00:34:00.279Z] #35 62.51 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2021-03-09T00:34:00.279Z] #35 62.51 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-03-09T00:34:00.279Z] #35 62.93 Selecting previously unselected package libjsoncpp1:ppc64el. [2021-03-09T00:34:00.279Z] #35 62.94 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2021-03-09T00:34:00.279Z] #35 62.94 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2021-03-09T00:34:00.279Z] #35 63.11 Selecting previously unselected package librhash0:ppc64el. [2021-03-09T00:34:00.279Z] #35 63.13 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2021-03-09T00:34:00.279Z] #35 63.14 Unpacking librhash0:ppc64el (1.3.8-1) ... [2021-03-09T00:34:00.279Z] #35 63.29 Selecting previously unselected package libuv1:ppc64el. [2021-03-09T00:34:00.279Z] #35 63.31 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2021-03-09T00:34:00.279Z] #35 63.31 Unpacking libuv1:ppc64el (1.24.1-1) ... [2021-03-09T00:34:00.279Z] #35 63.49 Selecting previously unselected package cmake. [2021-03-09T00:34:00.279Z] #35 63.50 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2021-03-09T00:34:00.279Z] #35 63.50 Unpacking cmake (3.13.4-1) ... [2021-03-09T00:34:00.359Z] #32 ... [2021-03-09T00:34:00.359Z] [2021-03-09T00:34:00.359Z] #45 [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-09T00:34:00.359Z] #45 sha256:f35915b6483afd35e9b5ecb03fba96bde6942043db0fc7711e94644a122bd947 [2021-03-09T00:34:00.359Z] #45 DONE 50.6s [2021-03-09T00:34:00.359Z] [2021-03-09T00:34:00.359Z] #34 [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-09T00:34:00.359Z] #34 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-09T00:34:00.359Z] #34 50.52 Selecting previously unselected package libicu63:arm64. [2021-03-09T00:34:00.359Z] #34 50.53 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-03-09T00:34:00.359Z] #34 50.67 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-03-09T00:34:00.373Z] #58 DONE 0.1s [2021-03-09T00:34:00.373Z] [2021-03-09T00:34:00.373Z] #51 [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-09T00:34:00.373Z] #51 sha256:68492e169c98d24dc9d8d9dcc95e6fc11e37ad31faa452e0a8228b033ad1ed53 [2021-03-09T00:34:00.373Z] #51 1.537 + RM_GOPATH=0 [2021-03-09T00:34:00.373Z] #51 1.537 + TMP_GOPATH= [2021-03-09T00:34:00.373Z] #51 1.537 + : /build [2021-03-09T00:34:00.373Z] #51 1.537 + '[' -z '' ']' [2021-03-09T00:34:00.373Z] #51 1.537 ++ mktemp -d [2021-03-09T00:34:00.373Z] #51 1.541 + export GOPATH=/tmp/tmp.VWhWUSlLAY [2021-03-09T00:34:00.373Z] #51 1.541 + GOPATH=/tmp/tmp.VWhWUSlLAY [2021-03-09T00:34:00.373Z] #51 1.541 + RM_GOPATH=1 [2021-03-09T00:34:00.373Z] #51 1.541 + case "$(go env GOARCH)" in [2021-03-09T00:34:00.373Z] #51 1.541 ++ go env GOARCH [2021-03-09T00:34:00.373Z] #51 1.590 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:00.373Z] #51 1.590 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:00.373Z] #51 1.590 ++ dirname /tmp/install/install.sh [2021-03-09T00:34:00.374Z] #51 1.590 + dir=/tmp/install [2021-03-09T00:34:00.374Z] #51 1.590 + bin=runc [2021-03-09T00:34:00.374Z] #51 1.590 + shift [2021-03-09T00:34:00.374Z] #51 1.590 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-09T00:34:00.374Z] #51 1.590 + . /tmp/install/runc.installer [2021-03-09T00:34:00.374Z] #51 1.590 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-09T00:34:00.374Z] #51 1.590 + install_runc [2021-03-09T00:34:00.374Z] #51 1.590 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-09T00:34:00.374Z] #51 1.590 + uname -r [2021-03-09T00:34:00.374Z] #51 1.599 + RUNC_BUILDTAGS='seccomp ' [2021-03-09T00:34:00.374Z] #51 1.599 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-09T00:34:00.374Z] #51 1.599 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.VWhWUSlLAY/src/github.com/opencontainers/runc [2021-03-09T00:34:00.374Z] #51 1.599 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-09T00:34:00.374Z] #51 1.604 Cloning into '/tmp/tmp.VWhWUSlLAY/src/github.com/opencontainers/runc'... [2021-03-09T00:34:00.427Z] #35 ... [2021-03-09T00:34:00.427Z] [2021-03-09T00:34:00.427Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:00.427Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:34:00.427Z] #11 83.66 Selecting previously unselected package dmsetup. [2021-03-09T00:34:00.427Z] #11 83.66 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:34:00.427Z] #11 83.68 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-09T00:34:00.427Z] #11 83.93 Selecting previously unselected package mingw-w64-common. [2021-03-09T00:34:00.427Z] #11 83.96 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-09T00:34:00.427Z] #11 83.96 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-09T00:34:00.427Z] #11 90.60 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-09T00:34:00.427Z] #11 90.62 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-09T00:34:00.427Z] #11 90.63 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-09T00:34:00.623Z] #34 ... [2021-03-09T00:34:00.623Z] [2021-03-09T00:34:00.623Z] #49 [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-09T00:34:00.623Z] #49 sha256:2a5667526b7b3611cff349fef9027a93b86e287b35706f4bab306f5d0a65840a [2021-03-09T00:34:00.623Z] #49 40.91 syscall [2021-03-09T00:34:00.623Z] #49 40.93 text/tabwriter [2021-03-09T00:34:00.623Z] #49 41.03 reflect [2021-03-09T00:34:00.623Z] #49 41.03 regexp/syntax [2021-03-09T00:34:00.623Z] #49 48.61 regexp [2021-03-09T00:34:00.623Z] #49 49.99 context [2021-03-09T00:34:00.623Z] #49 50.04 os [2021-03-09T00:34:00.623Z] #49 ... [2021-03-09T00:34:00.623Z] [2021-03-09T00:34:00.623Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:00.623Z] #11 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-03-09T00:34:00.623Z] #11 47.87 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-03-09T00:34:00.623Z] #11 47.92 Preparing to unpack .../libudev1_241-7~deb10u6_arm64.deb ... [2021-03-09T00:34:00.623Z] #11 47.93 Unpacking libudev1:arm64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-09T00:34:00.623Z] #11 48.31 Setting up libudev1:arm64 (241-7~deb10u6) ... [2021-03-09T00:34:00.623Z] #11 48.55 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-09T00:34:00.623Z] #11 48.55 (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-09T00:34:00.623Z] #11 48.65 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2021-03-09T00:34:00.623Z] #11 48.66 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-09T00:34:00.623Z] #11 50.97 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-09T00:34:00.623Z] #11 50.98 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2021-03-09T00:34:00.623Z] #11 50.99 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-09T00:34:00.687Z] #11 ... [2021-03-09T00:34:00.687Z] [2021-03-09T00:34:00.687Z] #32 [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-09T00:34:00.687Z] #32 sha256:d2fdcc6a33ec8a15a5a8b29e6244af48a7cef41a9b6ffbb4fe4e8321eeee9723 [2021-03-09T00:34:00.687Z] #32 91.14 io/ioutil [2021-03-09T00:34:00.687Z] #32 93.47 flag [2021-03-09T00:34:00.687Z] #32 93.48 github.com/BurntSushi/toml [2021-03-09T00:34:00.714Z] ? github.com/docker/docker/api [no test files] [2021-03-09T00:34:00.992Z] #30 ... [2021-03-09T00:34:00.992Z] [2021-03-09T00:34:00.992Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:00.992Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:34:00.992Z] #11 75.96 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-03-09T00:34:00.992Z] #11 75.97 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-03-09T00:34:00.992Z] #11 75.98 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-09T00:34:00.992Z] #11 76.00 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-09T00:34:00.992Z] #11 76.00 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-03-09T00:34:00.992Z] #11 76.00 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-03-09T00:34:00.992Z] #11 76.00 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-03-09T00:34:00.992Z] #11 76.05 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-03-09T00:34:00.992Z] #11 76.07 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-03-09T00:34:00.992Z] #11 76.13 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-03-09T00:34:00.992Z] #11 76.13 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-03-09T00:34:00.992Z] #11 76.19 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-03-09T00:34:00.992Z] #11 76.20 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-03-09T00:34:00.992Z] #11 76.20 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-03-09T00:34:00.992Z] #11 76.21 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-03-09T00:34:00.992Z] #11 ... [2021-03-09T00:34:00.992Z] [2021-03-09T00:34:00.992Z] #34 [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-09T00:34:00.992Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:34:00.992Z] #34 67.32 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:34:00.992Z] #34 67.60 Fetched 14.9 MB in 2s (6470 kB/s) [2021-03-09T00:34:00.992Z] #34 67.81 Selecting previously unselected package xxd. [2021-03-09T00:34:00.992Z] #34 67.81 (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-09T00:34:00.992Z] #34 67.90 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-09T00:34:00.992Z] #34 67.92 Unpacking xxd (2:8.1.0875-5) ... [2021-03-09T00:34:00.992Z] #34 68.37 Selecting previously unselected package vim-common. [2021-03-09T00:34:00.992Z] #34 68.38 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:34:00.992Z] #34 68.45 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-09T00:34:00.992Z] #34 69.11 Selecting previously unselected package cmake-data. [2021-03-09T00:34:00.992Z] #34 69.17 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-09T00:34:00.992Z] #34 69.19 Unpacking cmake-data (3.13.4-1) ... [2021-03-09T00:34:00.992Z] #34 74.77 Selecting previously unselected package libicu63:amd64. [2021-03-09T00:34:00.992Z] #34 74.78 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-09T00:34:00.992Z] #34 74.82 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:34:00.992Z] #34 ... [2021-03-09T00:34:00.992Z] [2021-03-09T00:34:00.992Z] #40 [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-09T00:34:00.992Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:34:00.992Z] #40 75.17 Selecting previously unselected package libprotoc17:amd64. [2021-03-09T00:34:00.992Z] #40 75.17 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-03-09T00:34:00.992Z] #40 75.18 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-09T00:34:00.992Z] #40 76.17 Selecting previously unselected package protobuf-c-compiler. [2021-03-09T00:34:00.992Z] #40 76.18 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:34:00.992Z] #40 76.19 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-09T00:34:00.992Z] #40 76.46 Selecting previously unselected package protobuf-compiler. [2021-03-09T00:34:00.992Z] #40 76.56 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-03-09T00:34:00.992Z] #40 76.58 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-09T00:34:00.992Z] #40 76.85 Selecting previously unselected package python-pkg-resources. [2021-03-09T00:34:00.992Z] #40 76.85 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-09T00:34:00.992Z] #40 76.87 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-09T00:34:00.992Z] #40 77.23 Selecting previously unselected package python-six. [2021-03-09T00:34:00.992Z] #40 77.24 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-09T00:34:00.992Z] #40 77.26 Unpacking python-six (1.12.0-1) ... [2021-03-09T00:34:00.992Z] #40 77.36 Selecting previously unselected package python-protobuf. [2021-03-09T00:34:00.992Z] #40 77.38 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-03-09T00:34:00.992Z] #40 77.41 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-09T00:34:01.202Z] #11 ... [2021-03-09T00:34:01.202Z] [2021-03-09T00:34:01.202Z] #43 [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-09T00:34:01.202Z] #43 sha256:82bced187e22a2da8052608be48f5193dd7e75523cd797984b88fd2ce459d822 [2021-03-09T00:34:01.202Z] #43 41.49 crypto/rc4 [2021-03-09T00:34:01.202Z] #43 42.02 vendor/golang.org/x/net/dns/dnsmessage [2021-03-09T00:34:01.202Z] #43 46.56 time [2021-03-09T00:34:01.202Z] #43 49.55 regexp [2021-03-09T00:34:01.302Z] #51 ... [2021-03-09T00:34:01.303Z] [2021-03-09T00:34:01.303Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-09T00:34:01.303Z] #14 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-03-09T00:34:01.303Z] #14 1.437 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-09T00:34:01.303Z] #14 DONE 1.5s [2021-03-09T00:34:01.467Z] #43 ... [2021-03-09T00:34:01.467Z] [2021-03-09T00:34:01.467Z] #40 [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-09T00:34:01.467Z] #40 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-09T00:34:01.467Z] #40 47.93 Selecting previously unselected package libprotobuf-lite17:arm64. [2021-03-09T00:34:01.467Z] #40 47.94 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2021-03-09T00:34:01.467Z] #40 47.96 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-03-09T00:34:01.467Z] #40 48.22 Selecting previously unselected package libprotobuf-dev:arm64. [2021-03-09T00:34:01.467Z] #40 48.22 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2021-03-09T00:34:01.467Z] #40 48.23 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-03-09T00:34:01.467Z] #40 50.71 Selecting previously unselected package libprotoc17:arm64. [2021-03-09T00:34:01.467Z] #40 50.72 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2021-03-09T00:34:01.467Z] #40 50.72 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2021-03-09T00:34:01.467Z] #40 51.33 Selecting previously unselected package protobuf-c-compiler. [2021-03-09T00:34:01.467Z] #40 51.34 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2021-03-09T00:34:01.467Z] #40 51.36 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-09T00:34:01.467Z] #40 51.75 Selecting previously unselected package protobuf-compiler. [2021-03-09T00:34:01.467Z] #40 51.75 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2021-03-09T00:34:01.467Z] #40 51.77 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-09T00:34:01.558Z] [2021-03-09T00:34:01.558Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-09T00:34:01.558Z] #15 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-03-09T00:34:01.730Z] #40 52.06 Selecting previously unselected package python-pkg-resources. [2021-03-09T00:34:01.730Z] #40 52.06 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-09T00:34:01.730Z] #40 52.06 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-09T00:34:01.826Z] #35 ... [2021-03-09T00:34:01.826Z] [2021-03-09T00:34:01.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-09T00:34:01.826Z] #41 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-09T00:34:01.826Z] #41 65.51 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-03-09T00:34:01.826Z] #41 65.52 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-09T00:34:01.826Z] #41 65.54 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-03-09T00:34:01.826Z] #41 65.56 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2021-03-09T00:34:01.826Z] #41 65.56 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2021-03-09T00:34:01.826Z] #41 65.56 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-09T00:34:01.826Z] #41 65.57 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-09T00:34:01.826Z] #41 65.58 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-03-09T00:34:01.826Z] #41 65.58 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-09T00:34:01.826Z] #41 65.60 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-09T00:34:01.934Z] #40 78.41 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-09T00:34:01.993Z] #40 52.32 Selecting previously unselected package python-six. [2021-03-09T00:34:01.993Z] #40 52.32 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-09T00:34:01.993Z] #40 52.33 Unpacking python-six (1.12.0-1) ... [2021-03-09T00:34:01.993Z] #40 52.44 Selecting previously unselected package python-protobuf. [2021-03-09T00:34:01.993Z] #40 52.44 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2021-03-09T00:34:02.066Z] #32 95.26 log [2021-03-09T00:34:02.259Z] #40 52.57 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-09T00:34:02.505Z] #40 ... [2021-03-09T00:34:02.505Z] [2021-03-09T00:34:02.505Z] #43 [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-09T00:34:02.505Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:34:02.505Z] #43 68.81 reflect [2021-03-09T00:34:02.505Z] #43 69.68 syscall [2021-03-09T00:34:02.505Z] #43 77.75 time [2021-03-09T00:34:02.523Z] #40 53.00 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-09T00:34:02.772Z] #43 ... [2021-03-09T00:34:02.772Z] [2021-03-09T00:34:02.772Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:02.772Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:34:02.772Z] #11 77.90 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:34:02.772Z] #11 78.19 Fetched 78.2 MB in 12s (6520 kB/s) [2021-03-09T00:34:02.772Z] #11 78.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-09T00:34:02.772Z] #11 78.48 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-03-09T00:34:02.772Z] #11 78.51 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-09T00:34:02.772Z] #11 79.04 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-03-09T00:34:02.927Z] #15 DONE 1.6s [2021-03-09T00:34:02.927Z] [2021-03-09T00:34:02.927Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-09T00:34:02.927Z] #16 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-03-09T00:34:03.031Z] #11 79.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 ... 15410 files and directories currently installed.) [2021-03-09T00:34:03.031Z] #11 79.51 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-03-09T00:34:03.292Z] #11 79.60 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-09T00:34:03.445Z] #32 ... [2021-03-09T00:34:03.445Z] [2021-03-09T00:34:03.445Z] #35 [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-09T00:34:03.445Z] #35 sha256:33abb1c2bf9a3c5853fff39fb61040759fca9cb06f50cea9f595e98e53786fd7 [2021-03-09T00:34:03.445Z] #35 4.778 -- Detecting C compiler ABI info - done [2021-03-09T00:34:03.445Z] #35 4.843 -- Detecting C compile features [2021-03-09T00:34:03.445Z] #35 6.828 -- Detecting C compile features - done [2021-03-09T00:34:03.445Z] #35 6.890 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-09T00:34:03.445Z] #35 7.321 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-09T00:34:03.445Z] #35 7.405 -- Configuring done [2021-03-09T00:34:03.445Z] #35 7.450 -- Generating done [2021-03-09T00:34:03.477Z] #40 ... [2021-03-09T00:34:03.477Z] [2021-03-09T00:34:03.477Z] #43 [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-09T00:34:03.477Z] #43 sha256:82bced187e22a2da8052608be48f5193dd7e75523cd797984b88fd2ce459d822 [2021-03-09T00:34:03.477Z] #43 53.69 path/filepath [2021-03-09T00:34:03.477Z] #43 53.72 net [2021-03-09T00:34:03.704Z] #35 7.458 -- Build files have been written to: /tmp/tmp.34FITzp5Nj/tini [2021-03-09T00:34:03.704Z] #35 7.461 + make tini-static [2021-03-09T00:34:03.861Z] #11 80.09 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-03-09T00:34:03.861Z] #11 80.38 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-09T00:34:03.937Z] #41 ... [2021-03-09T00:34:03.937Z] [2021-03-09T00:34:03.937Z] #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-09T00:34:03.937Z] #35 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-09T00:34:03.937Z] #35 66.69 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-09T00:34:03.937Z] #35 66.69 Setting up xxd (2:8.1.0875-5) ... [2021-03-09T00:34:03.937Z] #35 66.70 Setting up libuv1:ppc64el (1.24.1-1) ... [2021-03-09T00:34:03.937Z] #35 66.71 Setting up vim-common (2:8.1.0875-5) ... [2021-03-09T00:34:03.937Z] #35 66.79 Setting up librhash0:ppc64el (1.3.8-1) ... [2021-03-09T00:34:03.937Z] #35 66.79 Setting up cmake-data (3.13.4-1) ... [2021-03-09T00:34:03.937Z] #35 66.80 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-03-09T00:34:03.937Z] #35 66.81 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2021-03-09T00:34:03.937Z] #35 66.83 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-03-09T00:34:03.937Z] #35 66.84 Setting up cmake (3.13.4-1) ... [2021-03-09T00:34:03.937Z] #35 66.84 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:34:03.937Z] #35 66.95 Processing triggers for mime-support (3.62) ... [2021-03-09T00:34:03.937Z] #35 DONE 67.3s [2021-03-09T00:34:03.937Z] [2021-03-09T00:34:03.937Z] #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-09T00:34:03.937Z] #36 sha256:79ad65fae4bb70d46dbd7f1d2362f70c5944ed63943dfdd06c3cf31cb7708e2b [2021-03-09T00:34:03.937Z] #36 0.398 + RM_GOPATH=0 [2021-03-09T00:34:03.937Z] #36 0.399 + TMP_GOPATH= [2021-03-09T00:34:03.937Z] #36 0.399 + : /build [2021-03-09T00:34:03.937Z] #36 0.399 + '[' -z '' ']' [2021-03-09T00:34:03.964Z] #35 7.933 Scanning dependencies of target tini-static [2021-03-09T00:34:04.123Z] #11 80.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-09T00:34:04.123Z] #11 80.54 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-03-09T00:34:04.123Z] #11 80.56 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-09T00:34:04.223Z] #35 8.090 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-09T00:34:04.238Z] #36 0.400 ++ mktemp -d [2021-03-09T00:34:04.238Z] #36 0.403 + export GOPATH=/tmp/tmp.0QaNF7FvHV [2021-03-09T00:34:04.238Z] #36 0.403 + GOPATH=/tmp/tmp.0QaNF7FvHV [2021-03-09T00:34:04.238Z] #36 0.403 + RM_GOPATH=1 [2021-03-09T00:34:04.238Z] #36 0.404 + case "$(go env GOARCH)" in [2021-03-09T00:34:04.238Z] #36 0.405 ++ go env GOARCH [2021-03-09T00:34:04.238Z] #36 0.432 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:04.238Z] #36 0.437 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:04.238Z] #36 0.439 ++ dirname /tmp/install/install.sh [2021-03-09T00:34:04.238Z] #36 0.450 + dir=/tmp/install [2021-03-09T00:34:04.238Z] #36 0.451 + bin=tini [2021-03-09T00:34:04.238Z] #36 0.451 + shift [2021-03-09T00:34:04.238Z] #36 0.451 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-09T00:34:04.238Z] #36 0.462 + . /tmp/install/tini.installer [2021-03-09T00:34:04.238Z] #36 0.462 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:34:04.238Z] #36 0.463 + install_tini [2021-03-09T00:34:04.238Z] #36 0.464 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-09T00:34:04.238Z] #36 0.464 + git clone https://github.com/krallin/tini.git /tmp/tmp.0QaNF7FvHV/tini [2021-03-09T00:34:04.238Z] #36 0.464 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:34:04.238Z] #36 0.472 Cloning into '/tmp/tmp.0QaNF7FvHV/tini'... [2021-03-09T00:34:04.296Z] #16 DONE 1.2s [2021-03-09T00:34:04.296Z] [2021-03-09T00:34:04.296Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:04.296Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:04.296Z] #41 52.25 CC compel/src/lib/ptrace.o [2021-03-09T00:34:04.296Z] #41 53.03 AR compel/libcompel.a [2021-03-09T00:34:04.296Z] #41 53.17 HOSTCC compel/src/main-host.o [2021-03-09T00:34:04.296Z] #41 53.69 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-03-09T00:34:04.296Z] #41 54.03 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-09T00:34:04.296Z] #41 54.72 HOSTCC compel/src/lib/log-host.o [2021-03-09T00:34:04.296Z] #41 55.13 HOSTLINK compel/compel-host-bin [2021-03-09T00:34:04.296Z] #41 55.41 DEP soccr/soccr.d [2021-03-09T00:34:04.296Z] #41 55.70 CC soccr/soccr.o [2021-03-09T00:34:04.296Z] #41 57.28 AR soccr/libsoccr.a [2021-03-09T00:34:04.296Z] #41 57.35 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-09T00:34:04.509Z] #30 ... [2021-03-09T00:34:04.509Z] [2021-03-09T00:34:04.509Z] #40 [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-09T00:34:04.509Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:34:04.510Z] #40 51.21 Selecting previously unselected package libprotobuf17:amd64. [2021-03-09T00:34:04.510Z] #40 51.21 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-03-09T00:34:04.510Z] #40 51.21 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-09T00:34:04.510Z] #40 52.07 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-03-09T00:34:04.510Z] #40 52.07 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-03-09T00:34:04.510Z] #40 52.07 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-09T00:34:04.510Z] #40 52.31 Selecting previously unselected package libprotobuf-dev:amd64. [2021-03-09T00:34:04.510Z] #40 52.32 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-03-09T00:34:04.510Z] #40 52.35 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-09T00:34:04.510Z] #40 53.76 Selecting previously unselected package libprotoc17:amd64. [2021-03-09T00:34:04.510Z] #40 53.78 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-03-09T00:34:04.510Z] #40 53.80 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-09T00:34:04.510Z] #40 54.81 Selecting previously unselected package protobuf-c-compiler. [2021-03-09T00:34:04.510Z] #40 54.81 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:34:04.510Z] #40 54.82 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-09T00:34:04.510Z] #40 54.97 Selecting previously unselected package protobuf-compiler. [2021-03-09T00:34:04.510Z] #40 54.99 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-03-09T00:34:04.510Z] #40 54.99 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-09T00:34:04.510Z] #40 55.19 Selecting previously unselected package python-pkg-resources. [2021-03-09T00:34:04.510Z] #40 55.20 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-09T00:34:04.510Z] #40 55.20 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-09T00:34:04.510Z] #40 55.45 Selecting previously unselected package python-six. [2021-03-09T00:34:04.510Z] #40 55.46 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-09T00:34:04.510Z] #40 55.47 Unpacking python-six (1.12.0-1) ... [2021-03-09T00:34:04.510Z] #40 55.56 Selecting previously unselected package python-protobuf. [2021-03-09T00:34:04.510Z] #40 55.56 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-03-09T00:34:04.510Z] #40 55.56 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-09T00:34:04.510Z] #40 56.11 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-09T00:34:04.536Z] #36 ... [2021-03-09T00:34:04.536Z] [2021-03-09T00:34:04.536Z] #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-09T00:34:04.536Z] #50 sha256:84ad54e9390a7e1d1fe49fd04876213f7d60bfc3a1e94c64dc8dfc6979779816 [2021-03-09T00:34:04.536Z] #50 58.22 sort [2021-03-09T00:34:04.536Z] #50 58.24 io [2021-03-09T00:34:04.536Z] #50 58.25 strconv [2021-03-09T00:34:04.536Z] #50 58.29 syscall [2021-03-09T00:34:04.536Z] #50 62.27 bytes [2021-03-09T00:34:04.536Z] #50 62.90 strings [2021-03-09T00:34:04.552Z] #41 57.89 DEP criu/arch/x86/sigframe.d [2021-03-09T00:34:04.809Z] #41 58.05 DEP criu/arch/x86/sigaction_compat.d [2021-03-09T00:34:04.809Z] #41 58.17 DEP criu/arch/x86/kerndat.d [2021-03-09T00:34:04.837Z] #50 ... [2021-03-09T00:34:04.837Z] [2021-03-09T00:34:04.838Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:04.838Z] #12 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-03-09T00:34:04.838Z] #12 68.50 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-09T00:34:04.838Z] #12 68.51 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-09T00:34:04.838Z] #12 68.52 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-09T00:34:04.877Z] #43 ... [2021-03-09T00:34:04.877Z] [2021-03-09T00:34:04.877Z] #54 [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-09T00:34:04.877Z] #54 sha256:c59b810bda176dba5a853a87f8ca4aea48dfce7e7f070ae5237a3d1e03eeb1d1 [2021-03-09T00:34:04.877Z] #54 2.543 + RM_GOPATH=0 [2021-03-09T00:34:04.877Z] #54 2.543 + TMP_GOPATH= [2021-03-09T00:34:04.877Z] #54 2.543 + : /build [2021-03-09T00:34:04.877Z] #54 2.543 + '[' -z '' ']' [2021-03-09T00:34:04.877Z] #54 2.543 ++ mktemp -d [2021-03-09T00:34:04.877Z] #54 2.547 + export GOPATH=/tmp/tmp.qPEFIj53D5 [2021-03-09T00:34:04.877Z] #54 2.552 + GOPATH=/tmp/tmp.qPEFIj53D5 [2021-03-09T00:34:04.877Z] #54 2.553 + RM_GOPATH=1 [2021-03-09T00:34:04.877Z] #54 2.553 + case "$(go env GOARCH)" in [2021-03-09T00:34:04.877Z] #54 2.554 ++ go env GOARCH [2021-03-09T00:34:04.877Z] #54 2.692 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:04.877Z] #54 2.692 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:04.877Z] #54 2.692 ++ dirname /tmp/install/install.sh [2021-03-09T00:34:04.877Z] #54 2.695 + dir=/tmp/install [2021-03-09T00:34:04.877Z] #54 2.695 + bin=containerd [2021-03-09T00:34:04.877Z] #54 2.695 + shift [2021-03-09T00:34:04.877Z] #54 2.695 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-09T00:34:04.877Z] #54 2.695 + . /tmp/install/containerd.installer [2021-03-09T00:34:04.877Z] #54 2.695 ++ set -e [2021-03-09T00:34:04.877Z] #54 2.695 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:34:04.877Z] #54 2.695 + install_containerd [2021-03-09T00:34:04.877Z] #54 2.698 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-09T00:34:04.877Z] #54 2.698 + git clone https://github.com/containerd/containerd.git /tmp/tmp.qPEFIj53D5/src/github.com/containerd/containerd [2021-03-09T00:34:04.877Z] #54 2.698 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:34:04.877Z] #54 2.700 Cloning into '/tmp/tmp.qPEFIj53D5/src/github.com/containerd/containerd'... [2021-03-09T00:34:04.877Z] #54 ... [2021-03-09T00:34:04.877Z] [2021-03-09T00:34:04.877Z] #43 [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-09T00:34:04.877Z] #43 sha256:82bced187e22a2da8052608be48f5193dd7e75523cd797984b88fd2ce459d822 [2021-03-09T00:34:04.877Z] #43 55.22 os/exec [2021-03-09T00:34:05.066Z] #41 58.34 DEP criu/arch/x86/crtools.d [2021-03-09T00:34:05.323Z] #41 58.48 DEP criu/arch/x86/cpu.d [2021-03-09T00:34:05.323Z] #41 58.60 CC criu/arch/x86/cpu.o [2021-03-09T00:34:05.580Z] #41 ... [2021-03-09T00:34:05.580Z] [2021-03-09T00:34:05.580Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2021-03-09T00:34:05.580Z] #17 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-03-09T00:34:05.580Z] #17 DONE 1.2s [2021-03-09T00:34:05.580Z] [2021-03-09T00:34:05.580Z] #18 [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-09T00:34:05.580Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:34:05.603Z] #35 9.369 [100%] Linking C executable tini-static [2021-03-09T00:34:05.831Z] #43 55.88 internal/lazyregexp [2021-03-09T00:34:05.831Z] #43 55.99 github.com/LK4D4/vndr/versioned [2021-03-09T00:34:05.896Z] #40 ... [2021-03-09T00:34:05.896Z] [2021-03-09T00:34:05.896Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:05.896Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:34:05.896Z] #11 52.12 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-03-09T00:34:05.896Z] #11 54.67 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-03-09T00:34:05.896Z] #11 54.67 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-03-09T00:34:05.896Z] #11 54.67 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-09T00:34:05.896Z] #11 54.67 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-09T00:34:05.896Z] #11 54.67 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-03-09T00:34:05.896Z] #11 54.69 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-03-09T00:34:05.896Z] #11 54.69 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-03-09T00:34:05.896Z] #11 54.74 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-03-09T00:34:05.896Z] #11 54.74 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-03-09T00:34:05.896Z] #11 54.78 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-03-09T00:34:05.896Z] #11 54.78 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-03-09T00:34:05.896Z] #11 54.83 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-03-09T00:34:05.896Z] #11 54.84 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-03-09T00:34:05.896Z] #11 54.86 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-03-09T00:34:05.896Z] #11 54.87 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-03-09T00:34:05.896Z] #11 56.08 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:34:05.896Z] #11 56.32 Fetched 78.2 MB in 8s (9376 kB/s) [2021-03-09T00:34:05.896Z] #11 56.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 ... 15410 files and directories currently installed.) [2021-03-09T00:34:05.896Z] #11 56.51 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-03-09T00:34:05.896Z] #11 56.55 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-09T00:34:05.896Z] #11 56.91 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-03-09T00:34:05.896Z] #11 57.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-09T00:34:05.896Z] #11 57.18 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-03-09T00:34:05.896Z] #11 57.20 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-09T00:34:05.896Z] #11 57.46 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-03-09T00:34:05.896Z] #11 57.71 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-09T00:34:06.159Z] #11 57.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-09T00:34:06.159Z] #11 57.84 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-03-09T00:34:06.159Z] #11 57.84 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-09T00:34:06.172Z] #35 9.904 [100%] Built target tini-static [2021-03-09T00:34:06.172Z] #35 9.962 + mkdir -p /build [2021-03-09T00:34:06.172Z] #35 9.973 + cp tini-static /build/docker-init [2021-03-09T00:34:06.431Z] #35 DONE 10.4s [2021-03-09T00:34:06.431Z] [2021-03-09T00:34:06.431Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:06.431Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:34:06.431Z] #11 97.49 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-09T00:34:06.431Z] #11 97.52 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-09T00:34:06.431Z] #11 97.53 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:06.431Z] #11 97.72 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-09T00:34:06.431Z] #11 97.72 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-09T00:34:06.431Z] #11 97.78 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:06.950Z] #18 1.482 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:34:06.950Z] #18 1.513 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:34:06.950Z] #18 1.524 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:34:07.110Z] #11 ... [2021-03-09T00:34:07.110Z] [2021-03-09T00:34:07.110Z] #45 [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-09T00:34:07.110Z] #45 sha256:b378dca45761b108e99281a7e6308699ddbe73225870412fe296780ebd9dbd22 [2021-03-09T00:34:07.110Z] #45 DONE 59.0s [2021-03-09T00:34:07.110Z] [2021-03-09T00:34:07.110Z] #54 [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-09T00:34:07.110Z] #54 sha256:0344114b4782cb581795c139cc60fca8e375a167765fd02a7563b806375d8450 [2021-03-09T00:34:07.110Z] #54 4.780 + RM_GOPATH=0 [2021-03-09T00:34:07.110Z] #54 4.780 + TMP_GOPATH= [2021-03-09T00:34:07.110Z] #54 4.780 + : /build [2021-03-09T00:34:07.110Z] #54 4.780 + '[' -z '' ']' [2021-03-09T00:34:07.110Z] #54 4.782 ++ mktemp -d [2021-03-09T00:34:07.110Z] #54 4.783 + export GOPATH=/tmp/tmp.E8Y3jnT9KJ [2021-03-09T00:34:07.110Z] #54 4.783 + GOPATH=/tmp/tmp.E8Y3jnT9KJ [2021-03-09T00:34:07.110Z] #54 4.783 + RM_GOPATH=1 [2021-03-09T00:34:07.110Z] #54 4.783 + case "$(go env GOARCH)" in [2021-03-09T00:34:07.110Z] #54 4.794 ++ go env GOARCH [2021-03-09T00:34:07.110Z] #54 4.830 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:07.110Z] #54 4.830 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:07.110Z] #54 4.831 ++ dirname /tmp/install/install.sh [2021-03-09T00:34:07.110Z] #54 4.832 + dir=/tmp/install [2021-03-09T00:34:07.110Z] #54 4.832 + bin=containerd [2021-03-09T00:34:07.110Z] #54 4.832 + shift [2021-03-09T00:34:07.110Z] #54 4.832 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-09T00:34:07.110Z] #54 4.832 + . /tmp/install/containerd.installer [2021-03-09T00:34:07.110Z] #54 4.833 ++ set -e [2021-03-09T00:34:07.110Z] #54 4.833 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:34:07.110Z] #54 4.833 + install_containerd [2021-03-09T00:34:07.110Z] #54 4.834 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-09T00:34:07.110Z] #54 4.838 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:34:07.110Z] #54 4.838 + git clone https://github.com/containerd/containerd.git /tmp/tmp.E8Y3jnT9KJ/src/github.com/containerd/containerd [2021-03-09T00:34:07.110Z] #54 4.840 Cloning into '/tmp/tmp.E8Y3jnT9KJ/src/github.com/containerd/containerd'... [2021-03-09T00:34:07.368Z] #11 ... [2021-03-09T00:34:07.368Z] [2021-03-09T00:34:07.368Z] #43 [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-09T00:34:07.368Z] #43 sha256:c04f631ddbe13747d502f1e8ae4d852e7ab2ec1b7ac742221a1bc2f7bc62ee1d [2021-03-09T00:34:07.368Z] #43 90.74 fmt [2021-03-09T00:34:07.368Z] #43 95.31 regexp [2021-03-09T00:34:07.368Z] #43 95.76 go/token [2021-03-09T00:34:07.368Z] #43 96.76 go/scanner [2021-03-09T00:34:07.368Z] #43 98.29 go/ast [2021-03-09T00:34:07.368Z] #43 99.21 internal/lazyregexp [2021-03-09T00:34:07.368Z] #43 99.67 net/url [2021-03-09T00:34:07.472Z] #11 ... [2021-03-09T00:34:07.472Z] [2021-03-09T00:34:07.472Z] #45 [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-09T00:34:07.472Z] #45 sha256:26a6c7b339147b7eb75f83e2ffdd3215faa201ca3ee786941dc52b0591f266aa [2021-03-09T00:34:07.472Z] #45 DONE 83.4s [2021-03-09T00:34:07.472Z] [2021-03-09T00:34:07.472Z] #49 [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-09T00:34:07.472Z] #49 sha256:e273e07ee40b04555832ddebcedd237b5067000d372596693eea2bd89d6aa297 [2021-03-09T00:34:07.472Z] #49 81.55 context [2021-03-09T00:34:07.472Z] #49 83.37 internal/poll [2021-03-09T00:34:07.513Z] #18 2.197 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:34:07.628Z] #12 ... [2021-03-09T00:34:07.628Z] [2021-03-09T00:34:07.628Z] #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-09T00:34:07.628Z] #43 ... [2021-03-09T00:34:07.629Z] [2021-03-09T00:34:07.628Z] #44 sha256:2f5fc9dd42c740dd3e5f3ca8a41736d83b646f02ff4fafc85f563418f714e257 [2021-03-09T00:34:07.629Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:07.629Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:07.629Z] #44 61.14 vendor/golang.org/x/net/dns/dnsmessage [2021-03-09T00:34:07.629Z] #44 61.71 bytes [2021-03-09T00:34:07.629Z] #41 2.264 Note: Building without setproctitle() and strlcpy() support. [2021-03-09T00:34:07.629Z] #44 68.41 bufio [2021-03-09T00:34:07.629Z] #44 70.96 reflect [2021-03-09T00:34:07.629Z] #44 ... [2021-03-09T00:34:07.629Z] [2021-03-09T00:34:07.629Z] #41 2.264 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-09T00:34:07.629Z] #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-09T00:34:07.629Z] #36 sha256:79ad65fae4bb70d46dbd7f1d2362f70c5944ed63943dfdd06c3cf31cb7708e2b [2021-03-09T00:34:07.629Z] #41 2.304 Note: Building without GnuTLS support [2021-03-09T00:34:07.629Z] #41 2.318 Makefile.config:39: Warn: you have no libnftables installed [2021-03-09T00:34:07.629Z] #36 1.691 + cd /tmp/tmp.0QaNF7FvHV/tini [2021-03-09T00:34:07.629Z] #36 1.692 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:34:07.629Z] #41 2.318 Makefile.config:40: Warn: Building without nftables support [2021-03-09T00:34:07.629Z] #41 4.369 fatal: not a git repository (or any of the parent directories): .git [2021-03-09T00:34:07.629Z] #36 1.749 + cmake . [2021-03-09T00:34:07.629Z] #36 2.778 -- The C compiler identification is GNU 8.3.0 [2021-03-09T00:34:07.629Z] #41 4.442 GEN .gitid [2021-03-09T00:34:07.629Z] #41 4.462 GEN criu/include/version.h [2021-03-09T00:34:07.629Z] #36 2.857 -- Check for working C compiler: /usr/bin/cc [2021-03-09T00:34:07.629Z] #36 3.709 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-09T00:34:07.629Z] #41 4.541 GEN include/common/asm [2021-03-09T00:34:07.629Z] #41 6.252 PBCC images/timens.pb-c.c [2021-03-09T00:34:07.629Z] #36 3.712 -- Detecting C compiler ABI info [2021-03-09T00:34:07.629Z] #41 6.306 DEP images/timens.pb-c.d [2021-03-09T00:34:07.629Z] #41 6.358 PBCC images/fown.pb-c.c [2021-03-09T00:34:07.629Z] #41 6.372 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-09T00:34:07.629Z] #41 6.474 PBCC images/opts.pb-c.c [2021-03-09T00:34:07.629Z] #41 6.592 PBCC images/memfd.pb-c.c [2021-03-09T00:34:07.629Z] #41 6.658 DEP images/fown.pb-c.d [2021-03-09T00:34:07.629Z] #41 6.714 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-09T00:34:07.629Z] #41 6.862 DEP images/opts.pb-c.d [2021-03-09T00:34:07.629Z] #41 6.991 DEP images/memfd.pb-c.d [2021-03-09T00:34:07.629Z] #41 7.112 PBCC images/sit.pb-c.c [2021-03-09T00:34:07.629Z] #41 7.260 DEP images/sit.pb-c.d [2021-03-09T00:34:07.629Z] #41 7.425 PBCC images/macvlan.pb-c.c [2021-03-09T00:34:07.629Z] #41 7.482 DEP images/macvlan.pb-c.d [2021-03-09T00:34:07.629Z] #41 7.628 PBCC images/autofs.pb-c.c [2021-03-09T00:34:07.629Z] #41 7.709 DEP images/autofs.pb-c.d [2021-03-09T00:34:07.629Z] #41 7.811 PBCC images/sysctl.pb-c.c [2021-03-09T00:34:07.629Z] #41 7.962 DEP images/sysctl.pb-c.d [2021-03-09T00:34:07.629Z] #41 8.016 PBCC images/time.pb-c.c [2021-03-09T00:34:07.629Z] #41 8.038 DEP images/time.pb-c.d [2021-03-09T00:34:07.629Z] #41 8.097 PBCC images/binfmt-misc.pb-c.c [2021-03-09T00:34:07.629Z] #41 ... [2021-03-09T00:34:07.629Z] [2021-03-09T00:34:07.629Z] #49 [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-09T00:34:07.629Z] #49 sha256:bb8da2efbff39e3c70d08ac2146a06dfcad59e0204d75ff35f834832e35ea977 [2021-03-09T00:34:07.629Z] #49 91.07 fmt [2021-03-09T00:34:07.629Z] #49 96.08 encoding/json [2021-03-09T00:34:07.629Z] #49 99.66 github.com/pkg/diff [2021-03-09T00:34:07.745Z] #49 ... [2021-03-09T00:34:07.745Z] [2021-03-09T00:34:07.745Z] #32 [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-09T00:34:07.745Z] #32 sha256:0b01aa5bb06037785010ad4a191d0eaf703ca197de4c4ec077c7d16657d917a6 [2021-03-09T00:34:07.745Z] #32 74.18 time [2021-03-09T00:34:07.745Z] #32 81.24 internal/poll [2021-03-09T00:34:07.745Z] #32 81.26 internal/fmtsort [2021-03-09T00:34:07.745Z] #32 82.47 internal/syscall/execenv [2021-03-09T00:34:07.745Z] #32 82.66 internal/syscall/unix [2021-03-09T00:34:07.745Z] #32 83.06 strings [2021-03-09T00:34:07.888Z] #49 ... [2021-03-09T00:34:07.888Z] [2021-03-09T00:34:07.888Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:07.888Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:07.888Z] #41 8.152 DEP images/binfmt-misc.pb-c.d [2021-03-09T00:34:07.888Z] #41 8.209 PBCC images/seccomp.pb-c.c [2021-03-09T00:34:07.888Z] #41 8.252 DEP images/seccomp.pb-c.d [2021-03-09T00:34:08.147Z] #41 8.331 PBCC images/userns.pb-c.c [2021-03-09T00:34:08.147Z] #41 8.362 DEP images/userns.pb-c.d [2021-03-09T00:34:08.147Z] #41 8.432 PBCC images/cgroup.pb-c.c [2021-03-09T00:34:08.147Z] #41 8.442 DEP images/cgroup.pb-c.d [2021-03-09T00:34:08.147Z] #41 8.519 PBCC images/ext-file.pb-c.c [2021-03-09T00:34:08.147Z] #41 8.564 DEP images/ext-file.pb-c.d [2021-03-09T00:34:08.289Z] #36 4.431 -- Detecting C compiler ABI info - done [2021-03-09T00:34:08.289Z] #36 4.504 -- Detecting C compile features [2021-03-09T00:34:08.324Z] #32 84.55 os [2021-03-09T00:34:08.324Z] #32 ... [2021-03-09T00:34:08.324Z] [2021-03-09T00:34:08.324Z] #43 [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-09T00:34:08.324Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:34:08.324Z] #43 84.53 strings [2021-03-09T00:34:08.405Z] #41 8.656 PBCC images/rpc.pb-c.c [2021-03-09T00:34:08.405Z] #41 8.696 DEP images/rpc.pb-c.d [2021-03-09T00:34:08.405Z] #41 8.760 PBCC images/siginfo.pb-c.c [2021-03-09T00:34:08.405Z] #41 8.769 DEP images/siginfo.pb-c.d [2021-03-09T00:34:08.405Z] #41 8.824 PBCC images/pagemap.pb-c.c [2021-03-09T00:34:08.500Z] #54 ... [2021-03-09T00:34:08.500Z] [2021-03-09T00:34:08.500Z] #43 [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-09T00:34:08.500Z] #43 sha256:f31d43ad85063f1d9c713cd78e56c182a21e18c8990e1d97796a591623a5bb9a [2021-03-09T00:34:08.500Z] #43 50.11 syscall [2021-03-09T00:34:08.500Z] #43 57.58 time [2021-03-09T00:34:08.500Z] #43 ... [2021-03-09T00:34:08.500Z] [2021-03-09T00:34:08.500Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:08.500Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:34:08.500Z] #11 60.20 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-09T00:34:08.500Z] #11 60.20 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-03-09T00:34:08.500Z] #11 60.21 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-09T00:34:08.664Z] #41 8.903 DEP images/pagemap.pb-c.d [2021-03-09T00:34:08.664Z] #41 8.964 PBCC images/rlimit.pb-c.c [2021-03-09T00:34:08.664Z] #41 8.990 DEP images/rlimit.pb-c.d [2021-03-09T00:34:08.664Z] #41 9.060 PBCC images/file-lock.pb-c.c [2021-03-09T00:34:08.664Z] #41 9.094 DEP images/file-lock.pb-c.d [2021-03-09T00:34:08.882Z] #18 3.273 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:34:08.923Z] #41 9.155 PBCC images/tty.pb-c.c [2021-03-09T00:34:08.923Z] #41 9.257 DEP images/tty.pb-c.d [2021-03-09T00:34:08.923Z] #41 9.336 PBCC images/tun.pb-c.c [2021-03-09T00:34:08.923Z] #41 9.359 PBCC images/netdev.pb-c.c [2021-03-09T00:34:08.939Z] #36 ... [2021-03-09T00:34:08.939Z] [2021-03-09T00:34:08.939Z] #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-09T00:34:08.939Z] #41 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-09T00:34:08.939Z] #41 72.35 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2021-03-09T00:34:08.939Z] #41 72.36 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:34:08.939Z] #41 DONE 72.7s [2021-03-09T00:34:09.073Z] #11 ... [2021-03-09T00:34:09.073Z] [2021-03-09T00:34:09.073Z] #49 [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-09T00:34:09.073Z] #49 sha256:de1095cae7188d343f34355baa19992bb0d514e2d9f580cbf7b7b0ff3f5eab9d [2021-03-09T00:34:09.073Z] #49 50.68 reflect [2021-03-09T00:34:09.073Z] #49 50.68 syscall [2021-03-09T00:34:09.073Z] #49 58.14 time [2021-03-09T00:34:09.073Z] #49 ... [2021-03-09T00:34:09.073Z] [2021-03-09T00:34:09.073Z] #34 [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-09T00:34:09.073Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:34:09.073Z] #34 53.17 Selecting previously unselected package libicu63:amd64. [2021-03-09T00:34:09.073Z] #34 53.17 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-09T00:34:09.073Z] #34 53.19 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:34:09.073Z] #34 60.26 Selecting previously unselected package libxml2:amd64. [2021-03-09T00:34:09.073Z] #34 60.26 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-03-09T00:34:09.073Z] #34 60.27 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-09T00:34:09.073Z] #34 60.93 Selecting previously unselected package libarchive13:amd64. [2021-03-09T00:34:09.152Z] #43 59.21 encoding/base64 [2021-03-09T00:34:09.152Z] #43 59.21 crypto/cipher [2021-03-09T00:34:09.152Z] #43 59.22 flag [2021-03-09T00:34:09.181Z] #41 ... [2021-03-09T00:34:09.181Z] [2021-03-09T00:34:09.181Z] #32 [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-09T00:34:09.181Z] #32 sha256:d2fdcc6a33ec8a15a5a8b29e6244af48a7cef41a9b6ffbb4fe4e8321eeee9723 [2021-03-09T00:34:09.181Z] #32 97.43 github.com/BurntSushi/toml/cmd/tomlv [2021-03-09T00:34:09.181Z] #32 DONE 102.4s [2021-03-09T00:34:09.181Z] [2021-03-09T00:34:09.181Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:09.181Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:09.181Z] #41 9.418 DEP images/tun.pb-c.d [2021-03-09T00:34:09.181Z] #41 9.549 DEP images/netdev.pb-c.d [2021-03-09T00:34:09.181Z] #41 9.608 PBCC images/vma.pb-c.c [2021-03-09T00:34:09.198Z] ok github.com/docker/docker/api/server 0.009s coverage: 9.0% of statements [2021-03-09T00:34:09.240Z] [2021-03-09T00:34:09.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-09T00:34:09.240Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:34:09.335Z] #34 60.93 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-03-09T00:34:09.335Z] #34 60.94 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-09T00:34:09.335Z] #34 ... [2021-03-09T00:34:09.335Z] [2021-03-09T00:34:09.335Z] #40 [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-09T00:34:09.335Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:34:09.335Z] #40 61.21 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-09T00:34:09.440Z] #41 9.679 DEP images/vma.pb-c.d [2021-03-09T00:34:09.440Z] #41 9.768 PBCC images/creds.pb-c.c [2021-03-09T00:34:09.440Z] #41 9.806 DEP images/creds.pb-c.d [2021-03-09T00:34:09.440Z] #41 9.869 PBCC images/utsns.pb-c.c [2021-03-09T00:34:09.596Z] #40 61.26 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:34:09.596Z] #40 61.28 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:34:09.596Z] #40 61.30 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-09T00:34:09.596Z] #40 61.34 Setting up python-six (1.12.0-1) ... [2021-03-09T00:34:09.700Z] #41 9.913 DEP images/utsns.pb-c.d [2021-03-09T00:34:09.700Z] #41 10.10 PBCC images/ipc-desc.pb-c.c [2021-03-09T00:34:09.715Z] #43 86.13 os [2021-03-09T00:34:09.959Z] #41 10.17 PBCC images/ipc-sem.pb-c.c [2021-03-09T00:34:09.959Z] #41 10.19 DEP images/ipc-desc.pb-c.d [2021-03-09T00:34:09.959Z] #41 10.30 DEP images/ipc-sem.pb-c.d [2021-03-09T00:34:09.959Z] #41 10.44 PBCC images/ipc-msg.pb-c.c [2021-03-09T00:34:10.102Z] #43 ... [2021-03-09T00:34:10.102Z] [2021-03-09T00:34:10.102Z] #34 [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-09T00:34:10.102Z] #34 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-09T00:34:10.102Z] #34 56.83 Selecting previously unselected package libxml2:arm64. [2021-03-09T00:34:10.102Z] #34 56.83 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ... [2021-03-09T00:34:10.102Z] #34 56.86 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-09T00:34:10.102Z] #34 57.66 Selecting previously unselected package libarchive13:arm64. [2021-03-09T00:34:10.102Z] #34 57.68 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2021-03-09T00:34:10.102Z] #34 57.78 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-03-09T00:34:10.102Z] #34 58.29 Selecting previously unselected package libjsoncpp1:arm64. [2021-03-09T00:34:10.102Z] #34 58.32 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2021-03-09T00:34:10.102Z] #34 58.33 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2021-03-09T00:34:10.102Z] #34 58.84 Selecting previously unselected package librhash0:arm64. [2021-03-09T00:34:10.102Z] #34 58.86 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2021-03-09T00:34:10.102Z] #34 58.89 Unpacking librhash0:arm64 (1.3.8-1) ... [2021-03-09T00:34:10.102Z] #34 59.60 Selecting previously unselected package libuv1:arm64. [2021-03-09T00:34:10.102Z] #34 59.60 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2021-03-09T00:34:10.102Z] #34 59.69 Unpacking libuv1:arm64 (1.24.1-1) ... [2021-03-09T00:34:10.102Z] #34 59.91 Selecting previously unselected package cmake. [2021-03-09T00:34:10.102Z] #34 59.91 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2021-03-09T00:34:10.102Z] #34 59.92 Unpacking cmake (3.13.4-1) ... [2021-03-09T00:34:10.220Z] #41 10.53 DEP images/ipc-msg.pb-c.d [2021-03-09T00:34:10.220Z] #41 10.70 PBCC images/ipc-shm.pb-c.c [2021-03-09T00:34:10.250Z] #18 4.802 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:34:10.481Z] #41 10.73 DEP images/ipc-shm.pb-c.d [2021-03-09T00:34:10.481Z] #41 10.78 PBCC images/ipc-var.pb-c.c [2021-03-09T00:34:10.481Z] #41 10.80 DEP images/ipc-var.pb-c.d [2021-03-09T00:34:10.481Z] #41 10.85 PBCC images/sk-opts.pb-c.c [2021-03-09T00:34:10.481Z] #41 10.88 PBCC images/packet-sock.pb-c.c [2021-03-09T00:34:10.481Z] #41 10.93 DEP images/sk-opts.pb-c.d [2021-03-09T00:34:10.740Z] #41 10.99 DEP images/packet-sock.pb-c.d [2021-03-09T00:34:10.740Z] #41 11.06 PBCC images/sk-netlink.pb-c.c [2021-03-09T00:34:10.740Z] #41 11.09 DEP images/sk-netlink.pb-c.d [2021-03-09T00:34:10.740Z] #41 11.12 PBCC images/sk-inet.pb-c.c [2021-03-09T00:34:10.740Z] #41 11.17 DEP images/sk-inet.pb-c.d [2021-03-09T00:34:10.786Z] #42 1.861 Note: Building without setproctitle() and strlcpy() support. [2021-03-09T00:34:10.786Z] #42 1.864 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-09T00:34:10.786Z] #42 1.874 Note: Building without GnuTLS support [2021-03-09T00:34:10.786Z] #42 1.889 Makefile.config:39: Warn: you have no libnftables installed [2021-03-09T00:34:10.786Z] #42 1.890 Makefile.config:40: Warn: Building without nftables support [2021-03-09T00:34:10.999Z] #41 11.22 PBCC images/sk-unix.pb-c.c [2021-03-09T00:34:10.999Z] #41 11.27 DEP images/sk-unix.pb-c.d [2021-03-09T00:34:10.999Z] #41 11.32 PBCC images/mm.pb-c.c [2021-03-09T00:34:10.999Z] #41 11.36 DEP images/mm.pb-c.d [2021-03-09T00:34:11.258Z] #41 11.42 PBCC images/timerfd.pb-c.c [2021-03-09T00:34:11.258Z] #41 11.46 DEP images/timerfd.pb-c.d [2021-03-09T00:34:11.258Z] #41 11.52 PBCC images/timer.pb-c.c [2021-03-09T00:34:11.258Z] #41 11.53 DEP images/timer.pb-c.d [2021-03-09T00:34:11.258Z] #41 11.61 PBCC images/sa.pb-c.c [2021-03-09T00:34:11.258Z] #41 11.67 DEP images/sa.pb-c.d [2021-03-09T00:34:11.517Z] #41 11.72 PBCC images/pipe-data.pb-c.c [2021-03-09T00:34:11.517Z] #41 11.74 DEP images/pipe-data.pb-c.d [2021-03-09T00:34:11.517Z] #41 11.78 PBCC images/mnt.pb-c.c [2021-03-09T00:34:11.517Z] #41 11.83 DEP images/mnt.pb-c.d [2021-03-09T00:34:11.517Z] #41 11.92 PBCC images/sk-packet.pb-c.c [2021-03-09T00:34:11.621Z] #18 ... [2021-03-09T00:34:11.621Z] [2021-03-09T00:34:11.621Z] #51 [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-09T00:34:11.621Z] #51 sha256:68492e169c98d24dc9d8d9dcc95e6fc11e37ad31faa452e0a8228b033ad1ed53 [2021-03-09T00:34:11.621Z] #51 12.73 + cd /tmp/tmp.VWhWUSlLAY/src/github.com/opencontainers/runc [2021-03-09T00:34:11.621Z] #51 12.73 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-09T00:34:11.621Z] #51 13.18 + '[' -z '' ']' [2021-03-09T00:34:11.621Z] #51 13.18 + target=static [2021-03-09T00:34:11.621Z] #51 13.18 + make 'BUILDTAGS=seccomp ' static [2021-03-09T00:34:11.621Z] #51 13.35 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-09T00:34:11.776Z] #41 11.95 DEP images/sk-packet.pb-c.d [2021-03-09T00:34:11.776Z] #41 12.00 PBCC images/tcp-stream.pb-c.c [2021-03-09T00:34:11.776Z] #41 12.06 DEP images/tcp-stream.pb-c.d [2021-03-09T00:34:11.776Z] #41 12.09 PBCC images/pipe.pb-c.c [2021-03-09T00:34:11.776Z] #41 12.15 DEP images/pipe.pb-c.d [2021-03-09T00:34:12.035Z] #41 12.22 PBCC images/pstree.pb-c.c [2021-03-09T00:34:12.035Z] #41 12.24 DEP images/pstree.pb-c.d [2021-03-09T00:34:12.035Z] #41 12.30 PBCC images/fs.pb-c.c [2021-03-09T00:34:12.035Z] #41 12.34 DEP images/fs.pb-c.d [2021-03-09T00:34:12.035Z] #41 12.39 PBCC images/signalfd.pb-c.c [2021-03-09T00:34:12.035Z] #41 12.48 DEP images/signalfd.pb-c.d [2021-03-09T00:34:12.143Z] #40 ... [2021-03-09T00:34:12.143Z] [2021-03-09T00:34:12.143Z] #32 [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-09T00:34:12.143Z] #32 sha256:d7acd44b27279b8a9a308d5765b35c76ba7398c4e674760af9a70c8fa270f93c [2021-03-09T00:34:12.143Z] #32 53.81 time [2021-03-09T00:34:12.143Z] #32 59.59 internal/poll [2021-03-09T00:34:12.143Z] #32 61.48 internal/fmtsort [2021-03-09T00:34:12.143Z] #32 61.84 internal/syscall/execenv [2021-03-09T00:34:12.143Z] #32 62.03 internal/syscall/unix [2021-03-09T00:34:12.143Z] #32 62.09 strings [2021-03-09T00:34:12.143Z] #32 62.45 os [2021-03-09T00:34:12.143Z] #32 ... [2021-03-09T00:34:12.143Z] [2021-03-09T00:34:12.143Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:12.143Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:34:12.143Z] #11 63.03 Selecting previously unselected package binutils-mingw-w64. [2021-03-09T00:34:12.143Z] #11 63.03 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-09T00:34:12.143Z] #11 63.09 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-09T00:34:12.143Z] #11 63.19 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-03-09T00:34:12.143Z] #11 63.19 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:34:12.143Z] #11 63.19 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:34:12.143Z] #11 63.36 Selecting previously unselected package dmsetup. [2021-03-09T00:34:12.143Z] #11 63.36 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:34:12.143Z] #11 63.36 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-09T00:34:12.143Z] #11 63.62 Selecting previously unselected package mingw-w64-common. [2021-03-09T00:34:12.143Z] #11 63.62 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-09T00:34:12.143Z] #11 63.62 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-09T00:34:12.295Z] #41 12.52 PBCC images/fh.pb-c.c [2021-03-09T00:34:12.295Z] #41 12.60 PBCC images/fsnotify.pb-c.c [2021-03-09T00:34:12.295Z] #41 12.63 DEP images/fh.pb-c.d [2021-03-09T00:34:12.295Z] #41 12.72 DEP images/fsnotify.pb-c.d [2021-03-09T00:34:12.555Z] #41 12.79 PBCC images/eventpoll.pb-c.c [2021-03-09T00:34:12.555Z] #41 12.83 DEP images/eventpoll.pb-c.d [2021-03-09T00:34:12.555Z] #41 12.87 PBCC images/eventfd.pb-c.c [2021-03-09T00:34:12.555Z] #41 12.89 DEP images/eventfd.pb-c.d [2021-03-09T00:34:12.555Z] #41 12.96 PBCC images/remap-file-path.pb-c.c [2021-03-09T00:34:12.814Z] #41 12.99 DEP images/remap-file-path.pb-c.d [2021-03-09T00:34:12.814Z] #41 13.04 PBCC images/fifo.pb-c.c [2021-03-09T00:34:12.814Z] #41 13.07 DEP images/fifo.pb-c.d [2021-03-09T00:34:12.814Z] #41 13.13 PBCC images/ghost-file.pb-c.c [2021-03-09T00:34:13.086Z] #41 13.19 DEP images/ghost-file.pb-c.d [2021-03-09T00:34:13.086Z] #41 13.24 PBCC images/regfile.pb-c.c [2021-03-09T00:34:13.086Z] #41 13.36 DEP images/regfile.pb-c.d [2021-03-09T00:34:13.086Z] #41 13.42 PBCC images/ns.pb-c.c [2021-03-09T00:34:13.086Z] #41 13.45 DEP images/ns.pb-c.d [2021-03-09T00:34:13.344Z] #41 13.50 PBCC images/fdinfo.pb-c.c [2021-03-09T00:34:13.344Z] #41 13.61 DEP images/fdinfo.pb-c.d [2021-03-09T00:34:13.344Z] #41 13.67 PBCC images/core-aarch64.pb-c.c [2021-03-09T00:34:13.344Z] #41 13.71 PBCC images/core-arm.pb-c.c [2021-03-09T00:34:13.443Z] #34 63.44 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-03-09T00:34:13.443Z] #34 63.57 Setting up xxd (2:8.1.0875-5) ... [2021-03-09T00:34:13.443Z] #34 ... [2021-03-09T00:34:13.443Z] [2021-03-09T00:34:13.443Z] #32 [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-09T00:34:13.443Z] #32 sha256:b4f0c8c8dcdefb5bdd715f94f043330885343e51bd6873d44e51c41c9ca0a846 [2021-03-09T00:34:13.443Z] #32 53.52 path/filepath [2021-03-09T00:34:13.443Z] #32 54.06 internal/fmtsort [2021-03-09T00:34:13.443Z] #32 54.47 io/ioutil [2021-03-09T00:34:13.443Z] #32 54.85 fmt [2021-03-09T00:34:13.443Z] #32 57.16 github.com/BurntSushi/toml [2021-03-09T00:34:13.443Z] #32 57.19 log [2021-03-09T00:34:13.443Z] #32 57.19 flag [2021-03-09T00:34:13.443Z] #32 61.27 github.com/BurntSushi/toml/cmd/tomlv [2021-03-09T00:34:13.443Z] #32 ... [2021-03-09T00:34:13.443Z] [2021-03-09T00:34:13.443Z] #40 [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-09T00:34:13.443Z] #40 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-09T00:34:13.443Z] #40 56.07 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-03-09T00:34:13.443Z] #40 56.12 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:34:13.443Z] #40 56.13 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-03-09T00:34:13.443Z] #40 56.17 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-03-09T00:34:13.443Z] #40 56.18 Setting up python-six (1.12.0-1) ... [2021-03-09T00:34:13.443Z] #40 58.65 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-03-09T00:34:13.443Z] #40 58.68 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-03-09T00:34:13.443Z] #40 58.86 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2021-03-09T00:34:13.443Z] #40 58.90 Setting up libcap-dev:arm64 (1:2.25-2) ... [2021-03-09T00:34:13.443Z] #40 58.94 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2021-03-09T00:34:13.443Z] #40 58.97 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-09T00:34:13.443Z] #40 58.99 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-09T00:34:13.443Z] #40 59.20 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-03-09T00:34:13.443Z] #40 59.26 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-09T00:34:13.443Z] #40 59.54 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-09T00:34:13.443Z] #40 63.74 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2021-03-09T00:34:13.443Z] #40 ... [2021-03-09T00:34:13.443Z] [2021-03-09T00:34:13.443Z] #34 [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-09T00:34:13.443Z] #34 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-09T00:34:13.443Z] #34 63.74 Setting up libuv1:arm64 (1.24.1-1) ... [2021-03-09T00:34:13.592Z] #42 4.216 fatal: not a git repository (or any of the parent directories): .git [2021-03-09T00:34:13.592Z] #42 4.265 GEN .gitid [2021-03-09T00:34:13.592Z] #42 4.330 GEN criu/include/version.h [2021-03-09T00:34:13.592Z] #42 4.470 GEN include/common/asm [2021-03-09T00:34:13.603Z] #41 13.73 PBCC images/core-ppc64.pb-c.c [2021-03-09T00:34:13.603Z] #41 13.80 PBCC images/core-s390.pb-c.c [2021-03-09T00:34:13.603Z] #41 13.89 PBCC images/core-x86.pb-c.c [2021-03-09T00:34:13.603Z] #41 13.93 PBCC images/core.pb-c.c [2021-03-09T00:34:13.603Z] #41 14.00 PBCC images/inventory.pb-c.c [2021-03-09T00:34:13.862Z] #41 14.09 DEP images/core-aarch64.pb-c.d [2021-03-09T00:34:13.862Z] #41 14.16 DEP images/core-arm.pb-c.d [2021-03-09T00:34:13.862Z] #41 14.23 DEP images/core-ppc64.pb-c.d [2021-03-09T00:34:13.862Z] #41 14.30 DEP images/core-s390.pb-c.d [2021-03-09T00:34:13.917Z] #43 89.73 regexp/syntax [2021-03-09T00:34:13.917Z] #43 ... [2021-03-09T00:34:13.917Z] [2021-03-09T00:34:13.917Z] #34 [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-09T00:34:13.917Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:34:13.917Z] #34 86.09 Selecting previously unselected package libxml2:amd64. [2021-03-09T00:34:13.917Z] #34 86.09 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-03-09T00:34:13.917Z] #34 86.13 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-09T00:34:13.917Z] #34 86.54 Selecting previously unselected package libarchive13:amd64. [2021-03-09T00:34:13.917Z] #34 86.54 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-03-09T00:34:13.917Z] #34 86.60 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-09T00:34:13.917Z] #34 87.18 Selecting previously unselected package libjsoncpp1:amd64. [2021-03-09T00:34:13.917Z] #34 87.19 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-03-09T00:34:13.917Z] #34 87.19 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-09T00:34:13.917Z] #34 87.44 Selecting previously unselected package librhash0:amd64. [2021-03-09T00:34:13.917Z] #34 87.44 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-03-09T00:34:13.917Z] #34 87.46 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-03-09T00:34:13.917Z] #34 87.86 Selecting previously unselected package libuv1:amd64. [2021-03-09T00:34:13.917Z] #34 87.89 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-03-09T00:34:13.917Z] #34 87.91 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-03-09T00:34:13.917Z] #34 88.21 Selecting previously unselected package cmake. [2021-03-09T00:34:13.917Z] #34 88.27 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-03-09T00:34:13.917Z] #34 88.34 Unpacking cmake (3.13.4-1) ... [2021-03-09T00:34:14.022Z] #34 64.20 Setting up vim-common (2:8.1.0875-5) ... [2021-03-09T00:34:14.120Z] #41 14.38 DEP images/core-x86.pb-c.d [2021-03-09T00:34:14.120Z] #41 14.44 DEP images/core.pb-c.d [2021-03-09T00:34:14.120Z] #41 14.50 DEP images/inventory.pb-c.d [2021-03-09T00:34:14.120Z] #41 14.55 PBCC images/cpuinfo.pb-c.c [2021-03-09T00:34:14.286Z] #34 64.60 Setting up librhash0:arm64 (1.3.8-1) ... [2021-03-09T00:34:14.286Z] #34 64.64 Setting up cmake-data (3.13.4-1) ... [2021-03-09T00:34:14.379Z] #41 14.57 DEP images/cpuinfo.pb-c.d [2021-03-09T00:34:14.379Z] #41 14.63 PBCC images/stats.pb-c.c [2021-03-09T00:34:14.379Z] #41 14.64 DEP images/stats.pb-c.d [2021-03-09T00:34:14.863Z] #34 64.94 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-09T00:34:15.142Z] #42 ... [2021-03-09T00:34:15.142Z] [2021-03-09T00:34:15.142Z] #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-09T00:34:15.142Z] #36 sha256:79ad65fae4bb70d46dbd7f1d2362f70c5944ed63943dfdd06c3cf31cb7708e2b [2021-03-09T00:34:15.142Z] #36 6.942 -- Detecting C compile features - done [2021-03-09T00:34:15.142Z] #36 6.992 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-09T00:34:15.142Z] #36 7.303 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-09T00:34:15.142Z] #36 7.496 -- Configuring done [2021-03-09T00:34:15.142Z] #36 7.540 -- Generating done [2021-03-09T00:34:15.142Z] #36 7.542 -- Build files have been written to: /tmp/tmp.0QaNF7FvHV/tini [2021-03-09T00:34:15.142Z] #36 7.563 + make tini-static [2021-03-09T00:34:15.142Z] #36 8.068 Scanning dependencies of target tini-static [2021-03-09T00:34:15.142Z] #36 8.190 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-09T00:34:15.142Z] #36 10.44 [100%] Linking C executable tini-static [2021-03-09T00:34:15.142Z] #36 11.21 [100%] Built target tini-static [2021-03-09T00:34:15.142Z] #36 11.30 + mkdir -p /build [2021-03-09T00:34:15.142Z] #36 11.32 + cp tini-static /build/docker-init [2021-03-09T00:34:15.142Z] #36 DONE 11.5s [2021-03-09T00:34:15.142Z] [2021-03-09T00:34:15.142Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:15.142Z] #12 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-03-09T00:34:15.142Z] #12 75.09 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-09T00:34:15.142Z] #12 75.10 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-03-09T00:34:15.142Z] #12 75.12 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:15.142Z] #12 75.36 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-09T00:34:15.142Z] #12 75.40 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-03-09T00:34:15.142Z] #12 75.40 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:15.441Z] #12 ... [2021-03-09T00:34:15.441Z] [2021-03-09T00:34:15.441Z] #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-09T00:34:15.441Z] #33 sha256:07bd38020e07841fcce7879f1ab6b1dd20ce28286039f940cb6f6d1efdb1e568 [2021-03-09T00:34:15.441Z] #33 69.19 bufio [2021-03-09T00:34:15.441Z] #33 72.43 reflect [2021-03-09T00:34:15.441Z] #33 73.23 path [2021-03-09T00:34:15.441Z] #33 75.19 text/tabwriter [2021-03-09T00:34:15.445Z] #11 ... [2021-03-09T00:34:15.445Z] [2021-03-09T00:34:15.445Z] #34 [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-09T00:34:15.445Z] #34 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-09T00:34:15.445Z] #34 61.29 Selecting previously unselected package libjsoncpp1:amd64. [2021-03-09T00:34:15.445Z] #34 61.30 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-03-09T00:34:15.445Z] #34 61.31 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-09T00:34:15.445Z] #34 61.48 Selecting previously unselected package librhash0:amd64. [2021-03-09T00:34:15.445Z] #34 61.48 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-03-09T00:34:15.445Z] #34 61.48 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-03-09T00:34:15.445Z] #34 61.70 Selecting previously unselected package libuv1:amd64. [2021-03-09T00:34:15.445Z] #34 61.70 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-03-09T00:34:15.445Z] #34 61.72 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-03-09T00:34:15.445Z] #34 61.92 Selecting previously unselected package cmake. [2021-03-09T00:34:15.445Z] #34 61.93 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-03-09T00:34:15.445Z] #34 61.93 Unpacking cmake (3.13.4-1) ... [2021-03-09T00:34:15.445Z] #34 65.56 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:34:15.445Z] #34 65.92 Setting up xxd (2:8.1.0875-5) ... [2021-03-09T00:34:15.445Z] #34 65.98 Setting up libuv1:amd64 (1.24.1-1) ... [2021-03-09T00:34:15.445Z] #34 66.07 Setting up vim-common (2:8.1.0875-5) ... [2021-03-09T00:34:15.445Z] #34 66.13 Setting up librhash0:amd64 (1.3.8-1) ... [2021-03-09T00:34:15.445Z] #34 66.16 Setting up cmake-data (3.13.4-1) ... [2021-03-09T00:34:15.445Z] #34 66.19 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-09T00:34:15.445Z] #34 66.23 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-09T00:34:15.445Z] #34 66.32 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-09T00:34:15.445Z] #34 66.36 Setting up cmake (3.13.4-1) ... [2021-03-09T00:34:15.445Z] #34 66.37 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:34:15.445Z] #34 66.49 Processing triggers for mime-support (3.62) ... [2021-03-09T00:34:15.446Z] #34 DONE 67.1s [2021-03-09T00:34:15.706Z] [2021-03-09T00:34:15.706Z] #40 [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-09T00:34:15.706Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:34:15.706Z] #40 65.90 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-09T00:34:15.706Z] #40 65.97 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:34:15.706Z] #40 66.08 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-09T00:34:15.706Z] #40 66.12 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-03-09T00:34:15.706Z] #40 66.13 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-09T00:34:15.706Z] #40 66.15 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-09T00:34:15.706Z] #40 66.17 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-09T00:34:15.706Z] #40 66.19 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-09T00:34:15.706Z] #40 66.23 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-09T00:34:15.706Z] #40 66.31 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-09T00:34:15.742Z] #33 ... [2021-03-09T00:34:15.742Z] [2021-03-09T00:34:15.742Z] #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-09T00:34:15.742Z] #50 sha256:84ad54e9390a7e1d1fe49fd04876213f7d60bfc3a1e94c64dc8dfc6979779816 [2021-03-09T00:34:15.742Z] #50 69.27 bufio [2021-03-09T00:34:15.742Z] #50 72.84 text/tabwriter [2021-03-09T00:34:15.742Z] #50 72.95 reflect [2021-03-09T00:34:15.742Z] #50 75.45 regexp/syntax [2021-03-09T00:34:15.756Z] #41 16.08 make[1]: Nothing to be done for 'all'. [2021-03-09T00:34:15.813Z] #34 ... [2021-03-09T00:34:15.813Z] [2021-03-09T00:34:15.813Z] #49 [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-09T00:34:15.813Z] #49 sha256:2a5667526b7b3611cff349fef9027a93b86e287b35706f4bab306f5d0a65840a [2021-03-09T00:34:15.813Z] #49 55.86 mvdan.cc/sh/v3/fileutil [2021-03-09T00:34:15.813Z] #49 56.94 encoding/binary [2021-03-09T00:34:15.813Z] #49 56.94 fmt [2021-03-09T00:34:15.813Z] #49 58.78 encoding/base64 [2021-03-09T00:34:15.813Z] #49 58.81 golang.org/x/sys/unix [2021-03-09T00:34:15.813Z] #49 61.45 encoding/json [2021-03-09T00:34:15.813Z] #49 61.45 github.com/pkg/diff [2021-03-09T00:34:15.813Z] #49 61.46 go/token [2021-03-09T00:34:15.813Z] #49 62.73 go/scanner [2021-03-09T00:34:15.813Z] #49 63.59 mvdan.cc/editorconfig [2021-03-09T00:34:15.813Z] #49 63.96 go/ast [2021-03-09T00:34:15.813Z] #49 65.79 mvdan.cc/sh/v3/syntax [2021-03-09T00:34:15.813Z] #49 ... [2021-03-09T00:34:15.813Z] [2021-03-09T00:34:15.813Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:15.813Z] #11 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-03-09T00:34:15.813Z] #11 56.15 Selecting previously unselected package binutils-mingw-w64. [2021-03-09T00:34:15.813Z] #11 56.16 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-09T00:34:15.813Z] #11 56.18 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-09T00:34:15.813Z] #11 56.57 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-03-09T00:34:15.813Z] #11 56.58 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-03-09T00:34:15.813Z] #11 56.59 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-03-09T00:34:15.813Z] #11 56.82 Selecting previously unselected package dmsetup. [2021-03-09T00:34:15.813Z] #11 56.82 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2021-03-09T00:34:15.813Z] #11 56.86 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-09T00:34:15.813Z] #11 57.03 Selecting previously unselected package mingw-w64-common. [2021-03-09T00:34:15.813Z] #11 57.04 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-09T00:34:15.813Z] #11 57.05 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-09T00:34:15.813Z] #11 65.45 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-09T00:34:15.813Z] #11 65.46 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-09T00:34:15.813Z] #11 65.48 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-09T00:34:16.043Z] #50 ... [2021-03-09T00:34:16.043Z] [2021-03-09T00:34:16.043Z] #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-09T00:34:16.043Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:34:16.043Z] #42 7.025 PBCC images/timens.pb-c.c [2021-03-09T00:34:16.043Z] #42 7.073 DEP images/timens.pb-c.d [2021-03-09T00:34:16.043Z] #42 7.117 PBCC images/fown.pb-c.c [2021-03-09T00:34:16.043Z] #42 7.141 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-09T00:34:16.043Z] #42 7.225 PBCC images/opts.pb-c.c [2021-03-09T00:34:16.348Z] #42 7.283 PBCC images/memfd.pb-c.c [2021-03-09T00:34:16.348Z] #42 7.346 DEP images/fown.pb-c.d [2021-03-09T00:34:16.348Z] #42 7.434 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-09T00:34:16.392Z] #11 ... [2021-03-09T00:34:16.392Z] [2021-03-09T00:34:16.392Z] #34 [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-09T00:34:16.392Z] #34 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-09T00:34:16.392Z] #34 66.70 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2021-03-09T00:34:16.470Z] #34 92.46 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:34:16.470Z] #34 92.52 Setting up xxd (2:8.1.0875-5) ... [2021-03-09T00:34:16.470Z] #34 92.60 Setting up libuv1:amd64 (1.24.1-1) ... [2021-03-09T00:34:16.470Z] #34 92.67 Setting up vim-common (2:8.1.0875-5) ... [2021-03-09T00:34:16.470Z] #34 92.84 Setting up librhash0:amd64 (1.3.8-1) ... [2021-03-09T00:34:16.470Z] #34 92.91 Setting up cmake-data (3.13.4-1) ... [2021-03-09T00:34:16.650Z] #42 7.577 DEP images/opts.pb-c.d [2021-03-09T00:34:16.650Z] #42 7.764 DEP images/memfd.pb-c.d [2021-03-09T00:34:16.656Z] #34 66.76 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-03-09T00:34:16.656Z] #34 66.80 Setting up cmake (3.13.4-1) ... [2021-03-09T00:34:16.656Z] #34 66.90 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:34:16.731Z] #34 93.09 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-09T00:34:16.731Z] #34 93.17 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-09T00:34:16.871Z] #51 ... [2021-03-09T00:34:16.871Z] [2021-03-09T00:34:16.871Z] #18 [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-09T00:34:16.871Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:34:16.871Z] #18 10.49 Fetched 8423 kB in 9s (908 kB/s) [2021-03-09T00:34:16.871Z] #18 10.49 Reading package lists... [2021-03-09T00:34:16.871Z] #18 ... [2021-03-09T00:34:16.871Z] [2021-03-09T00:34:16.871Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:16.871Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:16.871Z] #41 59.61 CC criu/arch/x86/crtools.o [2021-03-09T00:34:16.871Z] #41 61.02 CC criu/arch/x86/kerndat.o [2021-03-09T00:34:16.871Z] #41 61.54 CC criu/arch/x86/sigaction_compat.o [2021-03-09T00:34:16.871Z] #41 61.84 CC criu/arch/x86/sigframe.o [2021-03-09T00:34:16.871Z] #41 62.16 LINK criu/arch/x86/crtools.built-in.o [2021-03-09T00:34:16.871Z] #41 62.19 DEP criu/pie/util-vdso-elf32.d [2021-03-09T00:34:16.871Z] #41 62.37 DEP criu/pie/util-vdso.d [2021-03-09T00:34:16.871Z] #41 62.49 DEP criu/pie/util.d [2021-03-09T00:34:16.871Z] #41 62.66 CC criu/pie/util.o [2021-03-09T00:34:16.871Z] #41 62.94 CC criu/pie/util-vdso.o [2021-03-09T00:34:16.871Z] #41 63.60 CC criu/pie/util-vdso-elf32.o [2021-03-09T00:34:16.871Z] #41 64.27 AR criu/pie/pie.lib.a [2021-03-09T00:34:16.871Z] #41 64.32 DEP criu/pie/restorer.d [2021-03-09T00:34:16.871Z] #41 64.66 DEP criu/arch/x86/sigaction_compat_pie.d [2021-03-09T00:34:16.871Z] #41 64.79 DEP criu/arch/x86/restorer_unmap.d [2021-03-09T00:34:16.871Z] #41 64.82 DEP criu/arch/x86/restorer.d [2021-03-09T00:34:16.871Z] #41 65.01 DEP criu/arch/x86/vdso-pie.d [2021-03-09T00:34:16.871Z] #41 65.16 DEP criu/pie/parasite-vdso.d [2021-03-09T00:34:16.871Z] #41 65.30 DEP criu/pie/parasite.d [2021-03-09T00:34:16.871Z] #41 65.58 CC criu/pie/parasite.o [2021-03-09T00:34:16.871Z] #41 66.83 LINK criu/pie/parasite.built-in.o [2021-03-09T00:34:16.871Z] #41 66.85 GEN criu/pie/parasite-blob.h [2021-03-09T00:34:16.871Z] #41 66.88 CC criu/pie/parasite-vdso.o [2021-03-09T00:34:16.871Z] #41 67.57 CC criu/arch/x86/vdso-pie.o [2021-03-09T00:34:16.871Z] #41 67.93 CC criu/arch/x86/restorer.o [2021-03-09T00:34:16.871Z] #41 68.47 CC criu/arch/x86/restorer_unmap.o [2021-03-09T00:34:16.871Z] #41 68.54 CC criu/arch/x86/sigaction_compat_pie.o [2021-03-09T00:34:16.871Z] #41 68.83 CC criu/pie/restorer.o [2021-03-09T00:34:16.952Z] #42 7.787 PBCC images/sit.pb-c.c [2021-03-09T00:34:16.952Z] #42 7.850 DEP images/sit.pb-c.d [2021-03-09T00:34:16.952Z] #42 7.916 PBCC images/macvlan.pb-c.c [2021-03-09T00:34:16.952Z] #42 7.946 DEP images/macvlan.pb-c.d [2021-03-09T00:34:16.952Z] #42 8.006 PBCC images/autofs.pb-c.c [2021-03-09T00:34:16.952Z] #42 8.017 DEP images/autofs.pb-c.d [2021-03-09T00:34:16.952Z] #42 8.048 PBCC images/sysctl.pb-c.c [2021-03-09T00:34:16.952Z] #42 8.064 DEP images/sysctl.pb-c.d [2021-03-09T00:34:16.952Z] #42 8.127 PBCC images/time.pb-c.c [2021-03-09T00:34:16.995Z] #34 93.32 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-09T00:34:16.995Z] #34 93.40 Setting up cmake (3.13.4-1) ... [2021-03-09T00:34:16.995Z] #34 93.46 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:34:17.235Z] #34 ... [2021-03-09T00:34:17.235Z] [2021-03-09T00:34:17.235Z] #40 [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-09T00:34:17.235Z] #40 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-09T00:34:17.235Z] #40 64.20 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:34:17.235Z] #40 DONE 67.6s [2021-03-09T00:34:17.267Z] #42 8.150 DEP images/time.pb-c.d [2021-03-09T00:34:17.267Z] #42 8.209 PBCC images/binfmt-misc.pb-c.c [2021-03-09T00:34:17.267Z] #42 8.263 DEP images/binfmt-misc.pb-c.d [2021-03-09T00:34:17.267Z] #42 8.362 PBCC images/seccomp.pb-c.c [2021-03-09T00:34:17.269Z] #34 93.65 Processing triggers for mime-support (3.62) ... [2021-03-09T00:34:17.499Z] [2021-03-09T00:34:17.499Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:17.499Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:34:17.499Z] #41 ... [2021-03-09T00:34:17.499Z] [2021-03-09T00:34:17.499Z] #32 [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-09T00:34:17.499Z] #32 sha256:b4f0c8c8dcdefb5bdd715f94f043330885343e51bd6873d44e51c41c9ca0a846 [2021-03-09T00:34:17.499Z] #32 DONE 67.8s [2021-03-09T00:34:17.567Z] #42 8.416 DEP images/seccomp.pb-c.d [2021-03-09T00:34:17.567Z] #42 8.467 PBCC images/userns.pb-c.c [2021-03-09T00:34:17.567Z] #42 8.501 DEP images/userns.pb-c.d [2021-03-09T00:34:17.567Z] #42 8.537 PBCC images/cgroup.pb-c.c [2021-03-09T00:34:17.567Z] #42 8.566 DEP images/cgroup.pb-c.d [2021-03-09T00:34:17.567Z] #42 8.587 PBCC images/ext-file.pb-c.c [2021-03-09T00:34:17.567Z] #42 8.606 DEP images/ext-file.pb-c.d [2021-03-09T00:34:17.567Z] #42 8.638 PBCC images/rpc.pb-c.c [2021-03-09T00:34:17.567Z] #42 8.677 DEP images/rpc.pb-c.d [2021-03-09T00:34:17.567Z] #42 8.720 PBCC images/siginfo.pb-c.c [2021-03-09T00:34:17.567Z] #42 8.742 DEP images/siginfo.pb-c.d [2021-03-09T00:34:17.660Z] #41 17.54 CC images/stats.o [2021-03-09T00:34:17.660Z] #41 17.87 CC images/core.o [2021-03-09T00:34:17.763Z] [2021-03-09T00:34:17.763Z] #34 [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-09T00:34:17.763Z] #34 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-09T00:34:17.763Z] #34 67.94 Processing triggers for mime-support (3.62) ... [2021-03-09T00:34:17.839Z] #34 DONE 94.1s [2021-03-09T00:34:17.839Z] [2021-03-09T00:34:17.839Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:17.839Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:34:17.839Z] #11 84.79 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-09T00:34:17.839Z] #11 84.83 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-03-09T00:34:17.839Z] #11 84.87 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-09T00:34:17.839Z] #11 90.43 Selecting previously unselected package binutils-mingw-w64. [2021-03-09T00:34:17.839Z] #11 90.44 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-09T00:34:17.839Z] #11 90.45 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-09T00:34:17.839Z] #11 90.95 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-03-09T00:34:17.839Z] #11 90.96 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:34:17.839Z] #11 91.15 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:34:17.839Z] #11 91.59 Selecting previously unselected package dmsetup. [2021-03-09T00:34:17.839Z] #11 91.59 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:34:17.839Z] #11 91.68 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-09T00:34:17.839Z] #11 91.99 Selecting previously unselected package mingw-w64-common. [2021-03-09T00:34:17.839Z] #11 92.00 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-09T00:34:17.839Z] #11 92.03 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-09T00:34:17.839Z] #11 ... [2021-03-09T00:34:17.839Z] [2021-03-09T00:34:17.839Z] #35 [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-09T00:34:17.839Z] #35 sha256:a9265952ec53de899ecda44c42eea5fff7457f21c84c91197b5f2c2b1f2fd740 [2021-03-09T00:34:17.867Z] #42 8.784 PBCC images/pagemap.pb-c.c [2021-03-09T00:34:17.867Z] #42 8.831 DEP images/pagemap.pb-c.d [2021-03-09T00:34:17.867Z] #42 8.887 PBCC images/rlimit.pb-c.c [2021-03-09T00:34:17.867Z] #42 8.900 DEP images/rlimit.pb-c.d [2021-03-09T00:34:17.867Z] #42 8.952 PBCC images/file-lock.pb-c.c [2021-03-09T00:34:17.867Z] #42 8.972 DEP images/file-lock.pb-c.d [2021-03-09T00:34:17.867Z] #42 9.004 PBCC images/tty.pb-c.c [2021-03-09T00:34:18.167Z] #42 9.063 DEP images/tty.pb-c.d [2021-03-09T00:34:18.167Z] #42 9.159 PBCC images/tun.pb-c.c [2021-03-09T00:34:18.167Z] #42 9.213 PBCC images/netdev.pb-c.c [2021-03-09T00:34:18.167Z] #42 9.279 DEP images/tun.pb-c.d [2021-03-09T00:34:18.167Z] #42 9.352 DEP images/netdev.pb-c.d [2021-03-09T00:34:18.167Z] #42 9.402 PBCC images/vma.pb-c.c [2021-03-09T00:34:18.227Z] #41 ... [2021-03-09T00:34:18.227Z] [2021-03-09T00:34:18.227Z] #49 [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-09T00:34:18.227Z] #49 sha256:bb8da2efbff39e3c70d08ac2146a06dfcad59e0204d75ff35f834832e35ea977 [2021-03-09T00:34:18.227Z] #49 101.3 go/ast [2021-03-09T00:34:18.227Z] #49 102.9 golang.org/x/crypto/ssh/terminal [2021-03-09T00:34:18.227Z] #49 104.8 mvdan.cc/editorconfig [2021-03-09T00:34:18.227Z] #49 106.0 mvdan.cc/sh/v3/fileutil [2021-03-09T00:34:18.227Z] #49 106.2 mvdan.cc/sh/v3/syntax [2021-03-09T00:34:18.227Z] #49 ... [2021-03-09T00:34:18.227Z] [2021-03-09T00:34:18.227Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:18.227Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:18.228Z] #41 18.52 CC images/core-x86.o [2021-03-09T00:34:18.410Z] #35 ... [2021-03-09T00:34:18.410Z] [2021-03-09T00:34:18.410Z] #40 [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-09T00:34:18.410Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:34:18.410Z] #40 84.76 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-09T00:34:18.410Z] #40 84.86 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:34:18.410Z] #40 84.92 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:34:18.410Z] #40 84.93 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-09T00:34:18.410Z] #40 84.95 Setting up python-six (1.12.0-1) ... [2021-03-09T00:34:18.410Z] #40 90.43 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-09T00:34:18.410Z] #40 90.46 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:34:18.410Z] #40 90.59 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-09T00:34:18.410Z] #40 90.96 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-03-09T00:34:18.410Z] #40 91.23 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-09T00:34:18.410Z] #40 91.31 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-09T00:34:18.410Z] #40 91.54 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-09T00:34:18.410Z] #40 91.63 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-09T00:34:18.410Z] #40 91.79 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-09T00:34:18.410Z] #40 91.86 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-09T00:34:18.469Z] #42 9.456 DEP images/vma.pb-c.d [2021-03-09T00:34:18.469Z] #42 9.502 PBCC images/creds.pb-c.c [2021-03-09T00:34:18.469Z] #42 9.519 DEP images/creds.pb-c.d [2021-03-09T00:34:18.469Z] #42 9.585 PBCC images/utsns.pb-c.c [2021-03-09T00:34:18.469Z] #42 9.615 DEP images/utsns.pb-c.d [2021-03-09T00:34:18.487Z] #41 ... [2021-03-09T00:34:18.487Z] [2021-03-09T00:34:18.487Z] #43 [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-09T00:34:18.487Z] #43 sha256:c04f631ddbe13747d502f1e8ae4d852e7ab2ec1b7ac742221a1bc2f7bc62ee1d [2021-03-09T00:34:18.487Z] #43 101.7 text/template/parse [2021-03-09T00:34:18.487Z] #43 104.5 go/parser [2021-03-09T00:34:18.487Z] #43 105.8 text/template [2021-03-09T00:34:18.487Z] #43 107.7 encoding/xml [2021-03-09T00:34:18.487Z] #43 111.0 go/doc [2021-03-09T00:34:18.746Z] #43 ... [2021-03-09T00:34:18.746Z] [2021-03-09T00:34:18.746Z] #54 [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-09T00:34:18.746Z] #54 sha256:d2fb064dfe7dbb77f8e042eea0d9c43fe261c308c4dee692ee54b1efbb08c678 [2021-03-09T00:34:18.764Z] #41 71.73 LINK criu/pie/restorer.built-in.o [2021-03-09T00:34:18.764Z] #41 71.75 GEN criu/pie/restorer-blob.h [2021-03-09T00:34:18.764Z] #41 71.85 DEP criu/vdso.d [2021-03-09T00:34:18.764Z] #41 72.07 DEP criu/vdso-compat.d [2021-03-09T00:34:18.772Z] #42 9.764 PBCC images/ipc-desc.pb-c.c [2021-03-09T00:34:18.772Z] #42 9.776 PBCC images/ipc-sem.pb-c.c [2021-03-09T00:34:18.772Z] #42 9.790 DEP images/ipc-desc.pb-c.d [2021-03-09T00:34:18.772Z] #42 9.855 DEP images/ipc-sem.pb-c.d [2021-03-09T00:34:18.772Z] #42 9.898 PBCC images/ipc-msg.pb-c.c [2021-03-09T00:34:18.772Z] #42 9.922 DEP images/ipc-msg.pb-c.d [2021-03-09T00:34:18.772Z] #42 10.01 PBCC images/ipc-shm.pb-c.c [2021-03-09T00:34:19.021Z] #41 72.20 DEP criu/uts_ns.d [2021-03-09T00:34:19.021Z] #41 72.43 DEP criu/util.d [2021-03-09T00:34:19.072Z] #42 10.08 DEP images/ipc-shm.pb-c.d [2021-03-09T00:34:19.072Z] #42 10.12 PBCC images/ipc-var.pb-c.c [2021-03-09T00:34:19.072Z] #42 10.14 DEP images/ipc-var.pb-c.d [2021-03-09T00:34:19.072Z] #42 10.21 PBCC images/sk-opts.pb-c.c [2021-03-09T00:34:19.072Z] #42 10.23 PBCC images/packet-sock.pb-c.c [2021-03-09T00:34:19.159Z] #34 DONE 69.3s [2021-03-09T00:34:19.159Z] [2021-03-09T00:34:19.159Z] #35 [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-09T00:34:19.159Z] #35 sha256:e3f6d9b54dd93ab02b5b3048c6b8de4431fb44173a58053419e6e6fd4df01f22 [2021-03-09T00:34:19.351Z] #40 ... [2021-03-09T00:34:19.351Z] [2021-03-09T00:34:19.351Z] #35 [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-09T00:34:19.351Z] #35 sha256:a9265952ec53de899ecda44c42eea5fff7457f21c84c91197b5f2c2b1f2fd740 [2021-03-09T00:34:19.351Z] #35 1.439 + RM_GOPATH=0 [2021-03-09T00:34:19.351Z] #35 1.439 + TMP_GOPATH= [2021-03-09T00:34:19.351Z] #35 1.439 + : /build [2021-03-09T00:34:19.351Z] #35 1.439 + '[' -z '' ']' [2021-03-09T00:34:19.351Z] #35 1.441 ++ mktemp -d [2021-03-09T00:34:19.351Z] #35 1.483 + export GOPATH=/tmp/tmp.e7BFgW9DMG [2021-03-09T00:34:19.351Z] #35 1.483 + GOPATH=/tmp/tmp.e7BFgW9DMG [2021-03-09T00:34:19.351Z] #35 1.490 + RM_GOPATH=1 [2021-03-09T00:34:19.351Z] #35 1.490 + case "$(go env GOARCH)" in [2021-03-09T00:34:19.351Z] #35 1.490 ++ go env GOARCH [2021-03-09T00:34:19.351Z] #35 1.516 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:19.351Z] #35 1.516 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:19.351Z] #35 1.517 ++ dirname /tmp/install/install.sh [2021-03-09T00:34:19.351Z] #35 1.531 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:34:19.351Z] #35 1.532 + dir=/tmp/install [2021-03-09T00:34:19.351Z] #35 1.532 + bin=tini [2021-03-09T00:34:19.351Z] #35 1.532 + shift [2021-03-09T00:34:19.351Z] #35 1.532 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-09T00:34:19.351Z] #35 1.532 + . /tmp/install/tini.installer [2021-03-09T00:34:19.351Z] #35 1.532 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:34:19.351Z] #35 1.532 + install_tini [2021-03-09T00:34:19.351Z] #35 1.532 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-09T00:34:19.351Z] #35 1.532 + git clone https://github.com/krallin/tini.git /tmp/tmp.e7BFgW9DMG/tini [2021-03-09T00:34:19.351Z] #35 1.540 Cloning into '/tmp/tmp.e7BFgW9DMG/tini'... [2021-03-09T00:34:19.371Z] #42 10.34 DEP images/sk-opts.pb-c.d [2021-03-09T00:34:19.371Z] #42 ... [2021-03-09T00:34:19.371Z] [2021-03-09T00:34:19.371Z] #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-09T00:34:19.371Z] #46 sha256:8c23ffc3bf2871ac19b7bb222469b97111c250c10d48261e1172e6e867495f95 [2021-03-09T00:34:19.371Z] #46 DONE 83.1s [2021-03-09T00:34:19.371Z] [2021-03-09T00:34:19.371Z] #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-09T00:34:19.371Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:34:19.371Z] #42 10.41 DEP images/packet-sock.pb-c.d [2021-03-09T00:34:19.371Z] #42 10.47 PBCC images/sk-netlink.pb-c.c [2021-03-09T00:34:19.371Z] #42 10.54 DEP images/sk-netlink.pb-c.d [2021-03-09T00:34:19.584Z] #41 72.67 DEP criu/uffd.d [2021-03-09T00:34:19.671Z] #42 10.62 PBCC images/sk-inet.pb-c.c [2021-03-09T00:34:19.671Z] #42 10.70 DEP images/sk-inet.pb-c.d [2021-03-09T00:34:19.671Z] #42 10.78 PBCC images/sk-unix.pb-c.c [2021-03-09T00:34:19.671Z] #42 10.87 DEP images/sk-unix.pb-c.d [2021-03-09T00:34:19.841Z] #41 72.93 DEP criu/tun.d [2021-03-09T00:34:19.841Z] #41 ... [2021-03-09T00:34:19.841Z] [2021-03-09T00:34:19.841Z] #18 [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-09T00:34:19.841Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:34:19.841Z] #18 10.49 Reading package lists... [2021-03-09T00:34:19.972Z] #42 10.96 PBCC images/mm.pb-c.c [2021-03-09T00:34:19.972Z] #42 11.06 DEP images/mm.pb-c.d [2021-03-09T00:34:19.972Z] #42 11.19 PBCC images/timerfd.pb-c.c [2021-03-09T00:34:20.286Z] #42 11.37 DEP images/timerfd.pb-c.d [2021-03-09T00:34:20.286Z] #42 11.41 PBCC images/timer.pb-c.c [2021-03-09T00:34:20.286Z] #42 11.44 DEP images/timer.pb-c.d [2021-03-09T00:34:20.291Z] #35 ... [2021-03-09T00:34:20.291Z] [2021-03-09T00:34:20.291Z] #49 [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-09T00:34:20.291Z] #49 sha256:e273e07ee40b04555832ddebcedd237b5067000d372596693eea2bd89d6aa297 [2021-03-09T00:34:20.291Z] #49 86.56 os [2021-03-09T00:34:20.291Z] #49 90.07 encoding/binary [2021-03-09T00:34:20.291Z] #49 91.28 fmt [2021-03-09T00:34:20.291Z] #49 91.96 encoding/base64 [2021-03-09T00:34:20.291Z] #49 92.94 golang.org/x/sys/unix [2021-03-09T00:34:20.291Z] #49 ... [2021-03-09T00:34:20.291Z] [2021-03-09T00:34:20.291Z] #32 [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-09T00:34:20.291Z] #32 sha256:0b01aa5bb06037785010ad4a191d0eaf703ca197de4c4ec077c7d16657d917a6 [2021-03-09T00:34:20.291Z] #32 87.75 path [2021-03-09T00:34:20.291Z] #32 88.83 text/tabwriter [2021-03-09T00:34:20.291Z] #32 90.12 path/filepath [2021-03-09T00:34:20.291Z] #32 90.13 fmt [2021-03-09T00:34:20.291Z] #32 91.69 io/ioutil [2021-03-09T00:34:20.291Z] #32 93.59 flag [2021-03-09T00:34:20.291Z] #32 93.59 github.com/BurntSushi/toml [2021-03-09T00:34:20.291Z] #32 96.60 log [2021-03-09T00:34:20.301Z] #54 51.60 Checking out files: 39% (1519/3817) Checking out files: 40% (1527/3817) Checking out files: 41% (1565/3817) Checking out files: 42% (1604/3817) Checking out files: 43% (1642/3817) Checking out files: 44% (1680/3817) Checking out files: 45% (1718/3817) Checking out files: 46% (1756/3817) Checking out files: 47% (1794/3817) Checking out files: 48% (1833/3817) Checking out files: 49% (1871/3817) Checking out files: 50% (1909/3817) Checking out files: 51% (1947/3817) Checking out files: 52% (1985/3817) Checking out files: 53% (2024/3817) Checking out files: 54% (2062/3817) Checking out files: 55% (2100/3817) Checking out files: 56% (2138/3817) Checking out files: 57% (2176/3817) Checking out files: 58% (2214/3817) Checking out files: 59% (2253/3817) Checking out files: 60% (2291/3817) Checking out files: 61% (2329/3817) Checking out files: 62% (2367/3817) Checking out files: 63% (2405/3817) Checking out files: 64% (2443/3817) Checking out files: 65% (2482/3817) Checking out files: 66% (2520/3817) Checking out files: 67% (2558/3817) Checking out files: 68% (2596/3817) Checking out files: 69% (2634/3817) Checking out files: 70% (2672/3817) Checking out files: 71% (2711/3817) Checking out files: 72% (2749/3817) Checking out files: 73% (2787/3817) Checking out files: 74% (2825/3817) Checking out files: 75% (2863/3817) Checking out files: 76% (2901/3817) Checking out files: 77% (2940/3817) Checking out files: 78% (2978/3817) Checking out files: 79% (3016/3817) Checking out files: 80% (3054/3817) Checking out files: 81% (3092/3817) Checking out files: 82% (3130/3817) Checking out files: 83% (3169/3817) Checking out files: 83% (3198/3817) Checking out files: 84% (3207/3817) Checking out files: 85% (3245/3817) Checking out files: 86% (3283/3817) Checking out files: 87% (3321/3817) Checking out files: 88% (3359/3817) Checking out files: 89% (3398/3817) Checking out files: 90% (3436/3817) Checking out files: 91% (3474/3817) Checking out files: 92% (3512/3817) Checking out files: 93% (3550/3817) Checking out files: 94% (3588/3817) Checking out files: 95% (3627/3817) Checking out files: 96% (3665/3817) Checking out files: 97% (3703/3817) Checking out files: 98% (3741/3817) Checking out files: 99% (3779/3817) Checking out files: 100% (3817/3817) Checking out files: 100% (3817/3817), done. [2021-03-09T00:34:20.301Z] #54 53.28 + cd /tmp/tmp.hXAbXf1Vxv/src/github.com/containerd/containerd [2021-03-09T00:34:20.552Z] #32 ... [2021-03-09T00:34:20.552Z] [2021-03-09T00:34:20.552Z] #35 [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-09T00:34:20.552Z] #35 sha256:a9265952ec53de899ecda44c42eea5fff7457f21c84c91197b5f2c2b1f2fd740 [2021-03-09T00:34:20.552Z] #35 2.739 + cd /tmp/tmp.e7BFgW9DMG/tini [2021-03-09T00:34:20.552Z] #35 2.740 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:34:20.552Z] #35 2.797 + cmake . [2021-03-09T00:34:20.557Z] #35 ... [2021-03-09T00:34:20.557Z] [2021-03-09T00:34:20.557Z] #43 [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-09T00:34:20.557Z] #43 sha256:82bced187e22a2da8052608be48f5193dd7e75523cd797984b88fd2ce459d822 [2021-03-09T00:34:20.557Z] #43 60.63 go/token [2021-03-09T00:34:20.557Z] #43 61.37 net/url [2021-03-09T00:34:20.557Z] #43 61.70 text/template/parse [2021-03-09T00:34:20.557Z] #43 62.25 go/scanner [2021-03-09T00:34:20.557Z] #43 63.44 encoding/json [2021-03-09T00:34:20.557Z] #43 64.01 go/ast [2021-03-09T00:34:20.557Z] #43 66.31 text/template [2021-03-09T00:34:20.560Z] #54 53.28 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:34:20.585Z] #42 11.51 PBCC images/sa.pb-c.c [2021-03-09T00:34:20.585Z] #42 11.58 DEP images/sa.pb-c.d [2021-03-09T00:34:20.585Z] #42 11.65 PBCC images/pipe-data.pb-c.c [2021-03-09T00:34:20.585Z] #42 11.68 DEP images/pipe-data.pb-c.d [2021-03-09T00:34:20.585Z] #42 ... [2021-03-09T00:34:20.585Z] [2021-03-09T00:34:20.585Z] #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-09T00:34:20.585Z] #44 sha256:2f5fc9dd42c740dd3e5f3ca8a41736d83b646f02ff4fafc85f563418f714e257 [2021-03-09T00:34:20.585Z] #44 74.33 regexp/syntax [2021-03-09T00:34:20.585Z] #44 78.67 hash/crc32 [2021-03-09T00:34:20.585Z] #44 82.70 vendor/golang.org/x/text/transform [2021-03-09T00:34:20.585Z] #44 ... [2021-03-09T00:34:20.585Z] [2021-03-09T00:34:20.585Z] #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-09T00:34:20.585Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:34:20.585Z] #42 11.74 PBCC images/mnt.pb-c.c [2021-03-09T00:34:20.886Z] #42 11.87 DEP images/mnt.pb-c.d [2021-03-09T00:34:20.886Z] #42 11.89 PBCC images/sk-packet.pb-c.c [2021-03-09T00:34:20.886Z] #42 11.90 DEP images/sk-packet.pb-c.d [2021-03-09T00:34:20.886Z] #42 11.93 PBCC images/tcp-stream.pb-c.c [2021-03-09T00:34:20.886Z] #42 11.96 DEP images/tcp-stream.pb-c.d [2021-03-09T00:34:20.886Z] #42 11.98 PBCC images/pipe.pb-c.c [2021-03-09T00:34:20.886Z] #42 12.02 DEP images/pipe.pb-c.d [2021-03-09T00:34:20.886Z] #42 12.10 PBCC images/pstree.pb-c.c [2021-03-09T00:34:20.996Z] #40 ... [2021-03-09T00:34:20.996Z] [2021-03-09T00:34:20.996Z] #43 [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-09T00:34:20.996Z] #43 sha256:f31d43ad85063f1d9c713cd78e56c182a21e18c8990e1d97796a591623a5bb9a [2021-03-09T00:34:20.996Z] #43 61.90 internal/fmtsort [2021-03-09T00:34:20.996Z] #43 62.63 strings [2021-03-09T00:34:20.996Z] #43 63.92 os [2021-03-09T00:34:20.996Z] #43 65.46 regexp/syntax [2021-03-09T00:34:20.996Z] #43 68.09 fmt [2021-03-09T00:34:20.996Z] #43 70.90 regexp [2021-03-09T00:34:20.996Z] #43 ... [2021-03-09T00:34:20.996Z] [2021-03-09T00:34:20.996Z] #35 [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-09T00:34:20.996Z] #35 sha256:3a3ac137eb23dfffbc4dfdb00c7dbd5b19a713ee55a8d99284d0b654b0a064be [2021-03-09T00:34:20.996Z] #35 3.348 + RM_GOPATH=0 [2021-03-09T00:34:20.996Z] #35 3.349 + TMP_GOPATH= [2021-03-09T00:34:20.996Z] #35 3.349 + : /build [2021-03-09T00:34:20.996Z] #35 3.350 + '[' -z '' ']' [2021-03-09T00:34:20.996Z] #35 3.353 ++ mktemp -d [2021-03-09T00:34:20.996Z] #35 3.355 + export GOPATH=/tmp/tmp.kjYWU06aGG [2021-03-09T00:34:20.996Z] #35 3.355 + GOPATH=/tmp/tmp.kjYWU06aGG [2021-03-09T00:34:20.996Z] #35 3.355 + RM_GOPATH=1 [2021-03-09T00:34:20.996Z] #35 3.355 + case "$(go env GOARCH)" in [2021-03-09T00:34:20.996Z] #35 3.355 ++ go env GOARCH [2021-03-09T00:34:20.996Z] #35 3.387 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:20.996Z] #35 3.387 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:20.996Z] #35 3.388 ++ dirname /tmp/install/install.sh [2021-03-09T00:34:20.996Z] #35 3.391 + dir=/tmp/install [2021-03-09T00:34:20.996Z] #35 3.395 + bin=tini [2021-03-09T00:34:20.996Z] #35 3.395 + shift [2021-03-09T00:34:20.996Z] #35 3.395 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-09T00:34:20.996Z] #35 3.396 + . /tmp/install/tini.installer [2021-03-09T00:34:20.996Z] #35 3.396 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:34:20.996Z] #35 3.396 + install_tini [2021-03-09T00:34:20.996Z] #35 3.397 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-09T00:34:20.996Z] #35 3.397 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:34:20.996Z] #35 3.397 + git clone https://github.com/krallin/tini.git /tmp/tmp.kjYWU06aGG/tini [2021-03-09T00:34:20.996Z] #35 3.403 Cloning into '/tmp/tmp.kjYWU06aGG/tini'... [2021-03-09T00:34:20.996Z] #35 4.411 + cd /tmp/tmp.kjYWU06aGG/tini [2021-03-09T00:34:20.996Z] #35 4.411 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:34:20.996Z] #35 4.419 + cmake . [2021-03-09T00:34:20.996Z] #35 5.106 -- The C compiler identification is GNU 8.3.0 [2021-03-09T00:34:20.996Z] #35 5.172 -- Check for working C compiler: /usr/bin/cc [2021-03-09T00:34:20.996Z] #35 ... [2021-03-09T00:34:20.996Z] [2021-03-09T00:34:20.996Z] #40 [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-09T00:34:20.996Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:34:20.996Z] #40 72.54 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-09T00:34:20.996Z] #40 72.56 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:34:21.122Z] #35 3.543 -- The C compiler identification is GNU 8.3.0 [2021-03-09T00:34:21.140Z] #43 71.35 encoding/xml [2021-03-09T00:34:21.140Z] #43 ... [2021-03-09T00:34:21.140Z] [2021-03-09T00:34:21.140Z] #35 [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-09T00:34:21.140Z] #35 sha256:e3f6d9b54dd93ab02b5b3048c6b8de4431fb44173a58053419e6e6fd4df01f22 [2021-03-09T00:34:21.140Z] #35 2.286 + RM_GOPATH=0 [2021-03-09T00:34:21.140Z] #35 2.286 + TMP_GOPATH= [2021-03-09T00:34:21.140Z] #35 2.286 + : /build [2021-03-09T00:34:21.140Z] #35 2.286 + '[' -z '' ']' [2021-03-09T00:34:21.140Z] #35 2.286 ++ mktemp -d [2021-03-09T00:34:21.140Z] #35 2.300 + export GOPATH=/tmp/tmp.HuuGTFUuTe [2021-03-09T00:34:21.140Z] #35 2.300 + GOPATH=/tmp/tmp.HuuGTFUuTe [2021-03-09T00:34:21.140Z] #35 2.300 + RM_GOPATH=1 [2021-03-09T00:34:21.140Z] #35 2.300 + case "$(go env GOARCH)" in [2021-03-09T00:34:21.140Z] #35 2.300 ++ go env GOARCH [2021-03-09T00:34:21.140Z] #35 2.329 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:21.140Z] #35 2.329 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:21.140Z] #35 2.329 ++ dirname /tmp/install/install.sh [2021-03-09T00:34:21.186Z] #42 12.11 DEP images/pstree.pb-c.d [2021-03-09T00:34:21.186Z] #42 12.14 PBCC images/fs.pb-c.c [2021-03-09T00:34:21.186Z] #42 12.17 DEP images/fs.pb-c.d [2021-03-09T00:34:21.186Z] #42 12.21 PBCC images/signalfd.pb-c.c [2021-03-09T00:34:21.186Z] #42 12.27 DEP images/signalfd.pb-c.d [2021-03-09T00:34:21.186Z] #42 12.36 PBCC images/fh.pb-c.c [2021-03-09T00:34:21.382Z] #35 3.676 -- Check for working C compiler: /usr/bin/cc [2021-03-09T00:34:21.404Z] #35 2.338 + dir=/tmp/install [2021-03-09T00:34:21.404Z] #35 2.338 + bin=tini [2021-03-09T00:34:21.404Z] #35 2.338 + shift [2021-03-09T00:34:21.404Z] #35 2.338 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-09T00:34:21.404Z] #35 2.338 + . /tmp/install/tini.installer [2021-03-09T00:34:21.404Z] #35 2.338 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:34:21.404Z] #35 2.338 + install_tini [2021-03-09T00:34:21.404Z] #35 2.338 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-09T00:34:21.404Z] #35 2.338 + git clone https://github.com/krallin/tini.git /tmp/tmp.HuuGTFUuTe/tini [2021-03-09T00:34:21.404Z] #35 2.338 Cloning into '/tmp/tmp.HuuGTFUuTe/tini'... [2021-03-09T00:34:21.404Z] #35 2.339 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:34:21.486Z] #42 12.40 PBCC images/fsnotify.pb-c.c [2021-03-09T00:34:21.486Z] #42 12.49 DEP images/fh.pb-c.d [2021-03-09T00:34:21.486Z] #42 12.54 DEP images/fsnotify.pb-c.d [2021-03-09T00:34:21.486Z] #42 12.59 PBCC images/eventpoll.pb-c.c [2021-03-09T00:34:21.486Z] #42 12.62 DEP images/eventpoll.pb-c.d [2021-03-09T00:34:21.486Z] #42 12.67 PBCC images/eventfd.pb-c.c [2021-03-09T00:34:21.486Z] #42 12.68 DEP images/eventfd.pb-c.d [2021-03-09T00:34:21.789Z] #42 12.79 PBCC images/remap-file-path.pb-c.c [2021-03-09T00:34:21.789Z] #42 12.85 DEP images/remap-file-path.pb-c.d [2021-03-09T00:34:21.789Z] #42 12.93 PBCC images/fifo.pb-c.c [2021-03-09T00:34:21.789Z] #42 12.99 DEP images/fifo.pb-c.d [2021-03-09T00:34:21.937Z] #54 54.76 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-09T00:34:21.937Z] #54 54.76 + BUILDTAGS='netgo osusergo static_build' [2021-03-09T00:34:21.937Z] #54 54.76 + export EXTRA_FLAGS=-buildmode=pie [2021-03-09T00:34:21.937Z] #54 54.76 + EXTRA_FLAGS=-buildmode=pie [2021-03-09T00:34:21.937Z] #54 54.76 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-09T00:34:21.937Z] #54 54.76 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-09T00:34:21.937Z] #54 54.76 + '[' '' = dynamic ']' [2021-03-09T00:34:21.937Z] #54 54.76 + make [2021-03-09T00:34:21.942Z] #40 DONE 73.5s [2021-03-09T00:34:21.942Z] [2021-03-09T00:34:21.942Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:21.942Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:21.942Z] #41 ... [2021-03-09T00:34:21.942Z] [2021-03-09T00:34:21.942Z] #49 [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-09T00:34:21.942Z] #49 sha256:de1095cae7188d343f34355baa19992bb0d514e2d9f580cbf7b7b0ff3f5eab9d [2021-03-09T00:34:21.942Z] #49 63.45 encoding/binary [2021-03-09T00:34:21.942Z] #49 64.65 context [2021-03-09T00:34:21.942Z] #49 65.52 os [2021-03-09T00:34:21.942Z] #49 66.02 encoding/base64 [2021-03-09T00:34:21.942Z] #49 66.80 golang.org/x/sys/unix [2021-03-09T00:34:21.942Z] #49 69.35 fmt [2021-03-09T00:34:22.089Z] #42 13.09 PBCC images/ghost-file.pb-c.c [2021-03-09T00:34:22.089Z] #42 13.19 DEP images/ghost-file.pb-c.d [2021-03-09T00:34:22.089Z] #42 13.24 PBCC images/regfile.pb-c.c [2021-03-09T00:34:22.089Z] #42 13.31 DEP images/regfile.pb-c.d [2021-03-09T00:34:22.204Z] #49 ... [2021-03-09T00:34:22.204Z] [2021-03-09T00:34:22.205Z] #35 [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-09T00:34:22.205Z] #35 sha256:3a3ac137eb23dfffbc4dfdb00c7dbd5b19a713ee55a8d99284d0b654b0a064be [2021-03-09T00:34:22.205Z] #35 5.904 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-09T00:34:22.205Z] #35 5.916 -- Detecting C compiler ABI info [2021-03-09T00:34:22.205Z] #35 6.778 -- Detecting C compiler ABI info - done [2021-03-09T00:34:22.205Z] #35 6.858 -- Detecting C compile features [2021-03-09T00:34:22.363Z] #18 14.46 Reading package lists... [2021-03-09T00:34:22.363Z] #18 ... [2021-03-09T00:34:22.363Z] [2021-03-09T00:34:22.363Z] #43 [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-09T00:34:22.363Z] #43 sha256:c5047339b0fe649e0b3ecf0acd9732686689aaff11fc0c3bd59d1bafc7a63317 [2021-03-09T00:34:22.363Z] #43 144.8 github.com/LK4D4/vndr/godl [2021-03-09T00:34:22.364Z] #43 145.6 github.com/LK4D4/vndr [2021-03-09T00:34:22.364Z] #43 ... [2021-03-09T00:34:22.364Z] [2021-03-09T00:34:22.364Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:22.364Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:22.364Z] #41 73.10 DEP criu/tty.d [2021-03-09T00:34:22.364Z] #41 73.25 DEP criu/timerfd.d [2021-03-09T00:34:22.364Z] #41 73.46 DEP criu/timens.d [2021-03-09T00:34:22.364Z] #41 73.71 DEP criu/sysfs_parse.d [2021-03-09T00:34:22.364Z] #41 73.87 DEP criu/sysctl.d [2021-03-09T00:34:22.364Z] #41 74.07 DEP criu/string.d [2021-03-09T00:34:22.364Z] #41 74.14 DEP criu/stats.d [2021-03-09T00:34:22.364Z] #41 74.27 DEP criu/sockets.d [2021-03-09T00:34:22.364Z] #41 74.46 DEP criu/sk-unix.d [2021-03-09T00:34:22.364Z] #41 74.69 DEP criu/sk-tcp.d [2021-03-09T00:34:22.364Z] #41 74.90 DEP criu/sk-queue.d [2021-03-09T00:34:22.364Z] #41 75.11 DEP criu/sk-packet.d [2021-03-09T00:34:22.364Z] #41 75.34 DEP criu/sk-netlink.d [2021-03-09T00:34:22.364Z] #41 75.57 DEP criu/sk-inet.d [2021-03-09T00:34:22.390Z] #42 13.42 PBCC images/ns.pb-c.c [2021-03-09T00:34:22.390Z] #42 13.46 DEP images/ns.pb-c.d [2021-03-09T00:34:22.620Z] #41 75.82 DEP criu/signalfd.d [2021-03-09T00:34:22.691Z] #42 13.58 PBCC images/fdinfo.pb-c.c [2021-03-09T00:34:22.691Z] #42 13.68 DEP images/fdinfo.pb-c.d [2021-03-09T00:34:22.691Z] #42 13.74 PBCC images/core-aarch64.pb-c.c [2021-03-09T00:34:22.691Z] #42 13.80 PBCC images/core-arm.pb-c.c [2021-03-09T00:34:22.763Z] #35 4.826 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-09T00:34:22.763Z] #35 4.865 -- Detecting C compiler ABI info [2021-03-09T00:34:22.780Z] #35 ... [2021-03-09T00:34:22.780Z] [2021-03-09T00:34:22.780Z] #32 [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-09T00:34:22.780Z] #32 sha256:d7acd44b27279b8a9a308d5765b35c76ba7398c4e674760af9a70c8fa270f93c [2021-03-09T00:34:22.780Z] #32 64.51 path [2021-03-09T00:34:22.780Z] #32 65.40 text/tabwriter [2021-03-09T00:34:22.780Z] #32 66.50 path/filepath [2021-03-09T00:34:22.780Z] #32 66.50 fmt [2021-03-09T00:34:22.780Z] #32 68.08 io/ioutil [2021-03-09T00:34:22.780Z] #32 70.38 github.com/BurntSushi/toml [2021-03-09T00:34:22.780Z] #32 70.38 flag [2021-03-09T00:34:22.780Z] #32 72.17 log [2021-03-09T00:34:22.801Z] #35 3.821 + cd /tmp/tmp.HuuGTFUuTe/tini [2021-03-09T00:34:22.801Z] #35 3.821 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-09T00:34:22.801Z] #35 3.852 + cmake . [2021-03-09T00:34:22.877Z] #41 76.00 DEP criu/sigframe.d [2021-03-09T00:34:22.877Z] #41 76.10 DEP criu/shmem.d [2021-03-09T00:34:22.877Z] #41 ... [2021-03-09T00:34:22.877Z] [2021-03-09T00:34:22.877Z] #43 [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-09T00:34:22.877Z] #43 sha256:c5047339b0fe649e0b3ecf0acd9732686689aaff11fc0c3bd59d1bafc7a63317 [2021-03-09T00:34:22.877Z] #43 DONE 155.6s [2021-03-09T00:34:22.878Z] #54 55.75 + bin/ctr [2021-03-09T00:34:22.992Z] #42 13.89 PBCC images/core-ppc64.pb-c.c [2021-03-09T00:34:22.992Z] #42 13.95 PBCC images/core-s390.pb-c.c [2021-03-09T00:34:22.992Z] #42 14.02 PBCC images/core-x86.pb-c.c [2021-03-09T00:34:23.044Z] #32 ... [2021-03-09T00:34:23.044Z] [2021-03-09T00:34:23.044Z] #49 [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-09T00:34:23.044Z] #49 sha256:de1095cae7188d343f34355baa19992bb0d514e2d9f580cbf7b7b0ff3f5eab9d [2021-03-09T00:34:23.044Z] #49 74.56 encoding/json [2021-03-09T00:34:23.134Z] [2021-03-09T00:34:23.134Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:23.134Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:23.134Z] #41 76.32 DEP criu/servicefd.d [2021-03-09T00:34:23.295Z] #42 14.15 PBCC images/core.pb-c.c [2021-03-09T00:34:23.295Z] #42 14.25 PBCC images/inventory.pb-c.c [2021-03-09T00:34:23.295Z] #42 14.40 DEP images/core-aarch64.pb-c.d [2021-03-09T00:34:23.295Z] #42 14.44 DEP images/core-arm.pb-c.d [2021-03-09T00:34:23.334Z] #35 5.550 -- Detecting C compiler ABI info - done [2021-03-09T00:34:23.334Z] #35 5.601 -- Detecting C compile features [2021-03-09T00:34:23.378Z] #35 4.452 -- The C compiler identification is GNU 8.3.0 [2021-03-09T00:34:23.378Z] #35 4.503 -- Check for working C compiler: /usr/bin/cc [2021-03-09T00:34:23.391Z] #41 76.54 DEP criu/seize.d [2021-03-09T00:34:23.599Z] #42 14.55 DEP images/core-ppc64.pb-c.d [2021-03-09T00:34:23.599Z] #42 14.66 DEP images/core-s390.pb-c.d [2021-03-09T00:34:23.599Z] #42 14.70 DEP images/core-x86.pb-c.d [2021-03-09T00:34:23.599Z] #42 14.77 DEP images/core.pb-c.d [2021-03-09T00:34:23.648Z] #41 76.73 DEP criu/seccomp.d [2021-03-09T00:34:23.648Z] #41 76.94 DEP criu/rst-malloc.d [2021-03-09T00:34:23.901Z] #42 14.83 DEP images/inventory.pb-c.d [2021-03-09T00:34:23.901Z] #42 14.96 PBCC images/cpuinfo.pb-c.c [2021-03-09T00:34:23.901Z] #42 14.99 DEP images/cpuinfo.pb-c.d [2021-03-09T00:34:23.905Z] #41 77.09 DEP criu/rbtree.d [2021-03-09T00:34:23.905Z] #41 77.18 DEP criu/pstree.d [2021-03-09T00:34:24.204Z] #42 15.08 PBCC images/stats.pb-c.c [2021-03-09T00:34:24.204Z] #42 15.14 DEP images/stats.pb-c.d [2021-03-09T00:34:24.468Z] #41 77.54 DEP criu/protobuf.d [2021-03-09T00:34:24.468Z] #41 77.70 GEN criu/protobuf-desc-gen.h [2021-03-09T00:34:24.792Z] #35 5.563 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-09T00:34:24.792Z] #35 5.573 -- Detecting C compiler ABI info [2021-03-09T00:34:25.246Z] #35 ... [2021-03-09T00:34:25.246Z] [2021-03-09T00:34:25.246Z] #43 [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-09T00:34:25.246Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:34:25.246Z] #43 91.34 fmt [2021-03-09T00:34:25.246Z] #43 94.95 regexp [2021-03-09T00:34:25.246Z] #43 98.59 go/token [2021-03-09T00:34:25.246Z] #43 99.89 go/scanner [2021-03-09T00:34:25.246Z] #43 100.6 internal/lazyregexp [2021-03-09T00:34:25.246Z] #43 100.8 net/url [2021-03-09T00:34:25.246Z] #43 101.3 go/ast [2021-03-09T00:34:25.246Z] #43 ... [2021-03-09T00:34:25.246Z] [2021-03-09T00:34:25.246Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:25.246Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:34:25.246Z] #11 101.3 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-09T00:34:25.246Z] #11 101.3 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-09T00:34:25.246Z] #11 101.3 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-09T00:34:25.246Z] #11 ... [2021-03-09T00:34:25.246Z] [2021-03-09T00:34:25.246Z] #40 [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-09T00:34:25.246Z] #40 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-09T00:34:25.246Z] #40 99.88 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-09T00:34:25.246Z] #40 99.90 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:34:25.246Z] #40 DONE 101.6s [2021-03-09T00:34:25.246Z] [2021-03-09T00:34:25.246Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:25.246Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:25.369Z] #35 6.350 -- Detecting C compiler ABI info - done [2021-03-09T00:34:25.369Z] #35 6.386 -- Detecting C compile features [2021-03-09T00:34:25.601Z] #49 76.93 github.com/pkg/diff [2021-03-09T00:34:26.176Z] #54 ... [2021-03-09T00:34:26.176Z] [2021-03-09T00:34:26.176Z] #49 [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-09T00:34:26.176Z] #49 sha256:bb8da2efbff39e3c70d08ac2146a06dfcad59e0204d75ff35f834832e35ea977 [2021-03-09T00:34:26.176Z] #49 112.3 mvdan.cc/sh/v3/cmd/shfmt [2021-03-09T00:34:26.176Z] #49 DONE 118.8s [2021-03-09T00:34:26.176Z] [2021-03-09T00:34:26.176Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:26.176Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:26.176Z] #41 19.02 CC images/core-arm.o [2021-03-09T00:34:26.176Z] #41 19.34 CC images/core-aarch64.o [2021-03-09T00:34:26.176Z] #41 19.67 CC images/core-ppc64.o [2021-03-09T00:34:26.176Z] #41 20.40 CC images/core-s390.o [2021-03-09T00:34:26.176Z] #41 21.07 CC images/cpuinfo.o [2021-03-09T00:34:26.176Z] #41 21.48 CC images/inventory.o [2021-03-09T00:34:26.176Z] #41 21.86 CC images/fdinfo.o [2021-03-09T00:34:26.176Z] #41 22.20 CC images/fown.o [2021-03-09T00:34:26.176Z] #41 22.46 CC images/ns.o [2021-03-09T00:34:26.176Z] #41 22.67 CC images/regfile.o [2021-03-09T00:34:26.176Z] #41 22.91 CC images/ghost-file.o [2021-03-09T00:34:26.176Z] #41 23.26 CC images/fifo.o [2021-03-09T00:34:26.176Z] #41 23.59 CC images/remap-file-path.o [2021-03-09T00:34:26.176Z] #41 23.79 CC images/eventfd.o [2021-03-09T00:34:26.176Z] #41 24.06 CC images/eventpoll.o [2021-03-09T00:34:26.176Z] #41 24.45 CC images/fh.o [2021-03-09T00:34:26.176Z] #41 24.82 CC images/fsnotify.o [2021-03-09T00:34:26.176Z] #41 25.35 CC images/signalfd.o [2021-03-09T00:34:26.176Z] #41 25.53 CC images/fs.o [2021-03-09T00:34:26.176Z] #41 25.72 CC images/pstree.o [2021-03-09T00:34:26.176Z] #41 26.02 CC images/pipe.o [2021-03-09T00:34:26.176Z] #41 26.33 CC images/tcp-stream.o [2021-03-09T00:34:26.330Z] #42 17.33 make[1]: Nothing to be done for 'all'. [2021-03-09T00:34:26.363Z] #41 79.22 DEP criu/protobuf-desc.d [2021-03-09T00:34:26.363Z] #41 79.41 DEP criu/proc_parse.d [2021-03-09T00:34:26.363Z] #41 79.61 DEP criu/plugin.d [2021-03-09T00:34:26.435Z] #41 26.78 CC images/sk-packet.o [2021-03-09T00:34:26.621Z] #41 79.75 DEP criu/pipes.d [2021-03-09T00:34:26.693Z] #41 27.11 CC images/mnt.o [2021-03-09T00:34:26.877Z] #41 79.98 DEP criu/pie-util.d [2021-03-09T00:34:26.877Z] #41 80.09 DEP criu/pie-util-vdso.d [2021-03-09T00:34:26.953Z] #41 27.30 CC images/pipe-data.o [2021-03-09T00:34:26.989Z] #49 78.44 go/ast [2021-03-09T00:34:27.133Z] #41 80.26 DEP criu/pie-util-vdso-elf32.d [2021-03-09T00:34:27.133Z] #41 80.40 DEP criu/path.d [2021-03-09T00:34:27.211Z] #41 27.50 CC images/sa.o [2021-03-09T00:34:27.317Z] #35 8.432 -- Detecting C compile features - done [2021-03-09T00:34:27.390Z] #41 80.54 DEP criu/parasite-syscall.d [2021-03-09T00:34:27.470Z] #41 27.68 CC images/timer.o [2021-03-09T00:34:27.562Z] #49 ... [2021-03-09T00:34:27.562Z] [2021-03-09T00:34:27.562Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:27.562Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:34:27.562Z] #11 69.33 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-09T00:34:27.562Z] #11 69.37 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-09T00:34:27.562Z] #11 69.37 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-09T00:34:27.562Z] #11 76.12 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-09T00:34:27.562Z] #11 76.12 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-09T00:34:27.562Z] #11 76.13 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:27.562Z] #11 76.30 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-09T00:34:27.562Z] #11 76.30 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-09T00:34:27.562Z] #11 76.31 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:27.580Z] #35 8.546 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-09T00:34:27.580Z] #35 ... [2021-03-09T00:34:27.580Z] [2021-03-09T00:34:27.580Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:27.580Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:34:27.580Z] #41 4.288 Note: Building without setproctitle() and strlcpy() support. [2021-03-09T00:34:27.580Z] #41 4.288 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-09T00:34:27.580Z] #41 4.302 Note: Building without GnuTLS support [2021-03-09T00:34:27.580Z] #41 4.330 Makefile.config:39: Warn: you have no libnftables installed [2021-03-09T00:34:27.580Z] #41 4.330 Makefile.config:40: Warn: Building without nftables support [2021-03-09T00:34:27.580Z] #41 6.692 fatal: not a git repository (or any of the parent directories): .git [2021-03-09T00:34:27.580Z] #41 6.765 GEN .gitid [2021-03-09T00:34:27.580Z] #41 6.846 GEN criu/include/version.h [2021-03-09T00:34:27.580Z] #41 6.951 GEN include/common/asm [2021-03-09T00:34:27.580Z] #41 8.703 PBCC images/timens.pb-c.c [2021-03-09T00:34:27.580Z] #41 8.758 DEP images/timens.pb-c.d [2021-03-09T00:34:27.580Z] #41 8.899 PBCC images/fown.pb-c.c [2021-03-09T00:34:27.580Z] #41 8.913 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-09T00:34:27.580Z] #41 8.972 PBCC images/opts.pb-c.c [2021-03-09T00:34:27.580Z] #41 9.071 PBCC images/memfd.pb-c.c [2021-03-09T00:34:27.580Z] #41 9.099 DEP images/fown.pb-c.d [2021-03-09T00:34:27.580Z] #41 9.140 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-09T00:34:27.580Z] #41 9.203 DEP images/opts.pb-c.d [2021-03-09T00:34:27.580Z] #41 9.278 DEP images/memfd.pb-c.d [2021-03-09T00:34:27.580Z] #41 9.369 PBCC images/sit.pb-c.c [2021-03-09T00:34:27.580Z] #41 9.463 DEP images/sit.pb-c.d [2021-03-09T00:34:27.580Z] #41 9.515 PBCC images/macvlan.pb-c.c [2021-03-09T00:34:27.580Z] #41 9.535 DEP images/macvlan.pb-c.d [2021-03-09T00:34:27.580Z] #41 9.627 PBCC images/autofs.pb-c.c [2021-03-09T00:34:27.580Z] #41 9.659 DEP images/autofs.pb-c.d [2021-03-09T00:34:27.580Z] #41 9.727 PBCC images/sysctl.pb-c.c [2021-03-09T00:34:27.580Z] #41 9.736 DEP images/sysctl.pb-c.d [2021-03-09T00:34:27.581Z] #41 9.802 PBCC images/time.pb-c.c [2021-03-09T00:34:27.581Z] #41 9.812 DEP images/time.pb-c.d [2021-03-09T00:34:27.581Z] #41 9.883 PBCC images/binfmt-misc.pb-c.c [2021-03-09T00:34:27.581Z] #41 9.895 DEP images/binfmt-misc.pb-c.d [2021-03-09T00:34:27.581Z] #41 9.940 PBCC images/seccomp.pb-c.c [2021-03-09T00:34:27.581Z] #41 9.950 DEP images/seccomp.pb-c.d [2021-03-09T00:34:27.581Z] #41 9.979 PBCC images/userns.pb-c.c [2021-03-09T00:34:27.581Z] #41 10.02 DEP images/userns.pb-c.d [2021-03-09T00:34:27.581Z] #41 10.09 PBCC images/cgroup.pb-c.c [2021-03-09T00:34:27.581Z] #41 10.18 DEP images/cgroup.pb-c.d [2021-03-09T00:34:27.581Z] #41 10.21 PBCC images/ext-file.pb-c.c [2021-03-09T00:34:27.581Z] #41 10.22 DEP images/ext-file.pb-c.d [2021-03-09T00:34:27.581Z] #41 10.25 PBCC images/rpc.pb-c.c [2021-03-09T00:34:27.581Z] #41 10.27 DEP images/rpc.pb-c.d [2021-03-09T00:34:27.581Z] #41 10.30 PBCC images/siginfo.pb-c.c [2021-03-09T00:34:27.581Z] #41 10.32 DEP images/siginfo.pb-c.d [2021-03-09T00:34:27.647Z] #41 80.74 DEP criu/pagemap.d [2021-03-09T00:34:27.647Z] #41 80.93 DEP criu/pagemap-cache.d [2021-03-09T00:34:27.729Z] #41 28.07 CC images/timerfd.o [2021-03-09T00:34:27.824Z] #11 ... [2021-03-09T00:34:27.824Z] [2021-03-09T00:34:27.824Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:27.824Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:27.824Z] #41 4.853 Note: Building without setproctitle() and strlcpy() support. [2021-03-09T00:34:27.824Z] #41 4.853 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-09T00:34:27.824Z] #41 4.861 Note: Building without GnuTLS support [2021-03-09T00:34:27.824Z] #41 4.878 Makefile.config:39: Warn: you have no libnftables installed [2021-03-09T00:34:27.824Z] #41 4.878 Makefile.config:40: Warn: Building without nftables support [2021-03-09T00:34:27.843Z] #41 10.36 PBCC images/pagemap.pb-c.c [2021-03-09T00:34:27.843Z] #41 10.40 DEP images/pagemap.pb-c.d [2021-03-09T00:34:27.843Z] #41 10.46 PBCC images/rlimit.pb-c.c [2021-03-09T00:34:27.843Z] #41 10.52 DEP images/rlimit.pb-c.d [2021-03-09T00:34:27.843Z] #41 10.55 PBCC images/file-lock.pb-c.c [2021-03-09T00:34:27.843Z] #41 10.57 DEP images/file-lock.pb-c.d [2021-03-09T00:34:27.843Z] #41 10.63 PBCC images/tty.pb-c.c [2021-03-09T00:34:27.843Z] #41 10.68 DEP images/tty.pb-c.d [2021-03-09T00:34:27.875Z] #42 ... [2021-03-09T00:34:27.875Z] [2021-03-09T00:34:27.875Z] #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-09T00:34:27.875Z] #33 sha256:07bd38020e07841fcce7879f1ab6b1dd20ce28286039f940cb6f6d1efdb1e568 [2021-03-09T00:34:27.875Z] #33 81.41 internal/syscall/execenv [2021-03-09T00:34:27.875Z] #33 81.43 internal/syscall/unix [2021-03-09T00:34:27.875Z] #33 81.43 time [2021-03-09T00:34:27.875Z] #33 89.15 internal/poll [2021-03-09T00:34:27.875Z] #33 ... [2021-03-09T00:34:27.875Z] [2021-03-09T00:34:27.875Z] #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-09T00:34:27.875Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:34:27.875Z] #42 19.11 CC images/stats.o [2021-03-09T00:34:27.904Z] #41 81.01 DEP criu/page-xfer.d [2021-03-09T00:34:27.904Z] #41 81.14 DEP criu/page-pipe.d [2021-03-09T00:34:27.988Z] #41 28.26 CC images/mm.o [2021-03-09T00:34:28.108Z] #41 10.73 PBCC images/tun.pb-c.c [2021-03-09T00:34:28.108Z] #41 10.78 PBCC images/netdev.pb-c.c [2021-03-09T00:34:28.108Z] #41 ... [2021-03-09T00:34:28.108Z] [2021-03-09T00:34:28.108Z] #35 [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-09T00:34:28.108Z] #35 sha256:e3f6d9b54dd93ab02b5b3048c6b8de4431fb44173a58053419e6e6fd4df01f22 [2021-03-09T00:34:28.108Z] #35 8.960 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-09T00:34:28.108Z] #35 9.028 -- Configuring done [2021-03-09T00:34:28.108Z] #35 9.043 -- Generating done [2021-03-09T00:34:28.108Z] #35 9.046 -- Build files have been written to: /tmp/tmp.HuuGTFUuTe/tini [2021-03-09T00:34:28.108Z] #35 9.055 + make tini-static [2021-03-09T00:34:28.161Z] #41 81.27 DEP criu/netfilter.d [2021-03-09T00:34:28.248Z] #41 28.61 CC images/sk-opts.o [2021-03-09T00:34:28.397Z] #41 ... [2021-03-09T00:34:28.397Z] [2021-03-09T00:34:28.397Z] #35 [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-09T00:34:28.397Z] #35 sha256:3a3ac137eb23dfffbc4dfdb00c7dbd5b19a713ee55a8d99284d0b654b0a064be [2021-03-09T00:34:28.397Z] #35 9.203 -- Detecting C compile features - done [2021-03-09T00:34:28.397Z] #35 9.284 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-09T00:34:28.397Z] #35 9.536 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-09T00:34:28.397Z] #35 9.654 -- Configuring done [2021-03-09T00:34:28.397Z] #35 9.687 -- Generating done [2021-03-09T00:34:28.397Z] #35 9.696 -- Build files have been written to: /tmp/tmp.kjYWU06aGG/tini [2021-03-09T00:34:28.397Z] #35 9.703 + make tini-static [2021-03-09T00:34:28.397Z] #35 10.14 Scanning dependencies of target tini-static [2021-03-09T00:34:28.397Z] #35 10.27 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-09T00:34:28.397Z] #35 11.78 [100%] Linking C executable tini-static [2021-03-09T00:34:28.397Z] #35 12.41 [100%] Built target tini-static [2021-03-09T00:34:28.397Z] #35 12.48 + mkdir -p /build [2021-03-09T00:34:28.397Z] #35 12.49 + cp tini-static /build/docker-init [2021-03-09T00:34:28.397Z] #35 DONE 12.9s [2021-03-09T00:34:28.397Z] [2021-03-09T00:34:28.398Z] #32 [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-09T00:34:28.398Z] #32 sha256:d7acd44b27279b8a9a308d5765b35c76ba7398c4e674760af9a70c8fa270f93c [2021-03-09T00:34:28.398Z] #32 74.94 github.com/BurntSushi/toml/cmd/tomlv [2021-03-09T00:34:28.398Z] #32 DONE 80.0s [2021-03-09T00:34:28.398Z] [2021-03-09T00:34:28.398Z] #43 [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-09T00:34:28.398Z] #43 sha256:f31d43ad85063f1d9c713cd78e56c182a21e18c8990e1d97796a591623a5bb9a [2021-03-09T00:34:28.398Z] #43 72.91 go/token [2021-03-09T00:34:28.398Z] #43 74.10 go/scanner [2021-03-09T00:34:28.398Z] #43 75.19 go/ast [2021-03-09T00:34:28.398Z] #43 75.43 internal/lazyregexp [2021-03-09T00:34:28.398Z] #43 75.91 net/url [2021-03-09T00:34:28.398Z] #43 77.67 text/template/parse [2021-03-09T00:34:28.418Z] #41 81.47 DEP criu/net.d [2021-03-09T00:34:28.418Z] #41 81.73 DEP criu/namespaces.d [2021-03-09T00:34:28.507Z] #41 28.75 CC images/sk-unix.o [2021-03-09T00:34:28.526Z] #42 19.54 CC images/core.o [2021-03-09T00:34:28.526Z] #42 ... [2021-03-09T00:34:28.526Z] [2021-03-09T00:34:28.526Z] #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-09T00:34:28.526Z] #50 sha256:84ad54e9390a7e1d1fe49fd04876213f7d60bfc3a1e94c64dc8dfc6979779816 [2021-03-09T00:34:28.526Z] #50 82.35 time [2021-03-09T00:34:28.526Z] #50 88.46 regexp [2021-03-09T00:34:28.526Z] #50 92.38 context [2021-03-09T00:34:28.542Z] #41 3.233 Note: Building without setproctitle() and strlcpy() support. [2021-03-09T00:34:28.542Z] #41 3.233 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-09T00:34:28.542Z] #41 3.265 Note: Building without GnuTLS support [2021-03-09T00:34:28.542Z] #41 3.308 Makefile.config:39: Warn: you have no libnftables installed [2021-03-09T00:34:28.542Z] #41 3.308 Makefile.config:40: Warn: Building without nftables support [2021-03-09T00:34:28.660Z] #43 ... [2021-03-09T00:34:28.660Z] [2021-03-09T00:34:28.660Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:28.660Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:28.660Z] #41 6.859 fatal: not a git repository (or any of the parent directories): .git [2021-03-09T00:34:28.660Z] #41 6.925 GEN .gitid [2021-03-09T00:34:28.660Z] #41 6.984 GEN criu/include/version.h [2021-03-09T00:34:28.675Z] #41 81.92 DEP criu/mount.d [2021-03-09T00:34:28.721Z] #35 9.585 Scanning dependencies of target tini-static [2021-03-09T00:34:28.721Z] #35 ... [2021-03-09T00:34:28.721Z] [2021-03-09T00:34:28.721Z] #49 [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-09T00:34:28.721Z] #49 sha256:2a5667526b7b3611cff349fef9027a93b86e287b35706f4bab306f5d0a65840a [2021-03-09T00:34:28.721Z] #49 68.89 golang.org/x/crypto/ssh/terminal [2021-03-09T00:34:28.721Z] #49 74.61 mvdan.cc/sh/v3/cmd/shfmt [2021-03-09T00:34:28.767Z] #41 29.12 CC images/sk-inet.o [2021-03-09T00:34:28.767Z] #41 ... [2021-03-09T00:34:28.767Z] [2021-03-09T00:34:28.767Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:28.767Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:34:28.767Z] #11 122.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-09T00:34:28.767Z] #11 122.1 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-09T00:34:28.767Z] #11 122.1 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:28.825Z] #50 92.44 os [2021-03-09T00:34:28.826Z] #50 ... [2021-03-09T00:34:28.826Z] [2021-03-09T00:34:28.826Z] #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-09T00:34:28.826Z] #33 sha256:07bd38020e07841fcce7879f1ab6b1dd20ce28286039f940cb6f6d1efdb1e568 [2021-03-09T00:34:28.826Z] #33 91.88 os [2021-03-09T00:34:28.921Z] #41 7.064 GEN include/common/asm [2021-03-09T00:34:28.932Z] #41 82.07 DEP criu/memfd.d [2021-03-09T00:34:28.932Z] #41 82.22 DEP criu/mem.d [2021-03-09T00:34:28.985Z] #49 ... [2021-03-09T00:34:28.985Z] [2021-03-09T00:34:28.985Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:28.985Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:34:28.985Z] #41 10.82 DEP images/tun.pb-c.d [2021-03-09T00:34:28.985Z] #41 10.85 DEP images/netdev.pb-c.d [2021-03-09T00:34:28.985Z] #41 10.90 PBCC images/vma.pb-c.c [2021-03-09T00:34:28.985Z] #41 10.97 DEP images/vma.pb-c.d [2021-03-09T00:34:28.985Z] #41 11.03 PBCC images/creds.pb-c.c [2021-03-09T00:34:28.985Z] #41 11.08 DEP images/creds.pb-c.d [2021-03-09T00:34:28.985Z] #41 11.11 PBCC images/utsns.pb-c.c [2021-03-09T00:34:28.985Z] #41 11.16 DEP images/utsns.pb-c.d [2021-03-09T00:34:28.985Z] #41 11.22 PBCC images/ipc-desc.pb-c.c [2021-03-09T00:34:28.985Z] #41 11.28 PBCC images/ipc-sem.pb-c.c [2021-03-09T00:34:28.985Z] #41 11.29 DEP images/ipc-desc.pb-c.d [2021-03-09T00:34:28.985Z] #41 11.42 DEP images/ipc-sem.pb-c.d [2021-03-09T00:34:28.985Z] #41 11.54 PBCC images/ipc-msg.pb-c.c [2021-03-09T00:34:28.985Z] #41 11.57 DEP images/ipc-msg.pb-c.d [2021-03-09T00:34:28.985Z] #41 11.64 PBCC images/ipc-shm.pb-c.c [2021-03-09T00:34:28.985Z] #41 11.66 DEP images/ipc-shm.pb-c.d [2021-03-09T00:34:28.985Z] #41 11.82 PBCC images/ipc-var.pb-c.c [2021-03-09T00:34:28.985Z] #41 11.85 DEP images/ipc-var.pb-c.d [2021-03-09T00:34:29.189Z] #41 82.39 DEP criu/lsm.d [2021-03-09T00:34:29.189Z] #41 82.52 DEP criu/log.d [2021-03-09T00:34:29.249Z] #41 11.89 PBCC images/sk-opts.pb-c.c [2021-03-09T00:34:29.249Z] #41 11.94 PBCC images/packet-sock.pb-c.c [2021-03-09T00:34:29.249Z] #41 11.98 DEP images/sk-opts.pb-c.d [2021-03-09T00:34:29.249Z] #41 12.01 DEP images/packet-sock.pb-c.d [2021-03-09T00:34:29.249Z] #41 12.06 PBCC images/sk-netlink.pb-c.c [2021-03-09T00:34:29.249Z] #41 12.10 DEP images/sk-netlink.pb-c.d [2021-03-09T00:34:29.445Z] #41 82.63 DEP criu/libnetlink.d [2021-03-09T00:34:29.478Z] #33 93.08 internal/fmtsort [2021-03-09T00:34:29.518Z] #41 12.16 PBCC images/sk-inet.pb-c.c [2021-03-09T00:34:29.518Z] #41 12.20 DEP images/sk-inet.pb-c.d [2021-03-09T00:34:29.518Z] #41 12.22 PBCC images/sk-unix.pb-c.c [2021-03-09T00:34:29.518Z] #41 12.26 DEP images/sk-unix.pb-c.d [2021-03-09T00:34:29.518Z] #41 12.33 PBCC images/mm.pb-c.c [2021-03-09T00:34:29.702Z] #41 82.79 DEP criu/kerndat.d [2021-03-09T00:34:29.702Z] #41 ... [2021-03-09T00:34:29.702Z] [2021-03-09T00:34:29.702Z] #30 [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-09T00:34:29.702Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:34:29.702Z] #30 DONE 162.0s [2021-03-09T00:34:29.702Z] [2021-03-09T00:34:29.702Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:29.702Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:29.702Z] #41 83.01 DEP criu/kcmp-ids.d [2021-03-09T00:34:29.702Z] #41 ... [2021-03-09T00:34:29.702Z] [2021-03-09T00:34:29.702Z] #18 [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-09T00:34:29.702Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:34:29.702Z] #18 14.46 Reading package lists... [2021-03-09T00:34:29.702Z] #18 18.96 Building dependency tree... [2021-03-09T00:34:29.702Z] #18 20.39 libcap2-bin is already the newest version (1:2.25-2). [2021-03-09T00:34:29.702Z] #18 20.39 The following additional packages will be installed: [2021-03-09T00:34:29.702Z] #18 20.39 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-09T00:34:29.702Z] #18 20.39 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-09T00:34:29.702Z] #18 20.39 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-09T00:34:29.702Z] #18 20.39 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-09T00:34:29.702Z] #18 20.40 python3.7 python3.7-minimal vim-runtime xxd [2021-03-09T00:34:29.702Z] #18 20.40 Suggested packages: [2021-03-09T00:34:29.702Z] #18 20.40 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-09T00:34:29.702Z] #18 20.40 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-09T00:34:29.702Z] #18 20.40 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-09T00:34:29.702Z] #18 20.40 Recommended packages: [2021-03-09T00:34:29.702Z] #18 20.40 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-09T00:34:29.702Z] #18 20.40 python3-keyrings.alt python3-xdg unzip [2021-03-09T00:34:29.702Z] #18 22.09 The following NEW packages will be installed: [2021-03-09T00:34:29.702Z] #18 22.09 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-09T00:34:29.702Z] #18 22.10 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-09T00:34:29.702Z] #18 22.10 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-09T00:34:29.702Z] #18 22.10 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-09T00:34:29.702Z] #18 22.10 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-09T00:34:29.702Z] #18 22.10 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-09T00:34:29.702Z] #18 22.10 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-09T00:34:29.702Z] #18 22.10 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-09T00:34:29.702Z] #18 22.10 xz-utils zip [2021-03-09T00:34:29.702Z] #18 22.45 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-09T00:34:29.702Z] #18 22.45 Need to get 28.5 MB of archives. [2021-03-09T00:34:29.702Z] #18 22.45 After this operation, 116 MB of additional disk space will be used. [2021-03-09T00:34:29.702Z] #18 22.45 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-03-09T00:34:29.702Z] #18 22.45 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-09T00:34:29.702Z] #18 22.49 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-09T00:34:29.702Z] #18 22.58 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-03-09T00:34:29.702Z] #18 22.58 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-03-09T00:34:29.702Z] #18 22.59 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-09T00:34:29.702Z] #18 22.69 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-03-09T00:34:29.702Z] #18 22.72 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-03-09T00:34:29.702Z] #18 22.72 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-03-09T00:34:29.703Z] #18 22.73 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-03-09T00:34:29.703Z] #18 22.73 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-03-09T00:34:29.703Z] #18 22.73 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-03-09T00:34:29.703Z] #18 22.74 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-03-09T00:34:29.703Z] #18 22.74 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-03-09T00:34:29.703Z] #18 22.74 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-03-09T00:34:29.703Z] #18 22.75 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-03-09T00:34:29.703Z] #18 22.76 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-09T00:34:29.703Z] #18 22.77 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-09T00:34:29.703Z] #18 22.79 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-03-09T00:34:29.703Z] #18 22.79 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-09T00:34:29.703Z] #18 22.80 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-03-09T00:34:29.703Z] #18 22.81 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-03-09T00:34:29.703Z] #18 22.83 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-03-09T00:34:29.703Z] #18 22.84 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-09T00:34:29.703Z] #18 22.85 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-09T00:34:29.703Z] #18 22.87 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-09T00:34:29.703Z] #18 22.87 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-03-09T00:34:29.703Z] #18 22.87 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-03-09T00:34:29.703Z] #18 22.87 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-09T00:34:29.703Z] #18 23.36 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-09T00:34:29.703Z] #18 23.36 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-09T00:34:29.703Z] #18 23.36 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-09T00:34:29.703Z] #18 23.37 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-03-09T00:34:29.703Z] #18 23.37 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-03-09T00:34:29.703Z] #18 23.37 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-09T00:34:29.703Z] #18 23.46 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-09T00:34:29.703Z] #18 23.47 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-09T00:34:29.703Z] #18 23.47 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-03-09T00:34:29.703Z] #18 23.49 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-09T00:34:29.703Z] #18 23.50 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-09T00:34:29.703Z] #18 23.51 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-09T00:34:29.703Z] #18 23.52 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-03-09T00:34:29.703Z] #18 23.57 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-09T00:34:29.703Z] #18 23.59 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-03-09T00:34:29.703Z] #18 23.61 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-09T00:34:29.703Z] #18 23.97 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-03-09T00:34:29.703Z] #18 24.02 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-03-09T00:34:29.703Z] #18 24.06 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-03-09T00:34:29.782Z] #41 12.38 DEP images/mm.pb-c.d [2021-03-09T00:34:29.782Z] #41 12.40 PBCC images/timerfd.pb-c.c [2021-03-09T00:34:29.782Z] #41 12.44 DEP images/timerfd.pb-c.d [2021-03-09T00:34:29.782Z] #41 12.50 PBCC images/timer.pb-c.c [2021-03-09T00:34:29.782Z] #41 12.51 DEP images/timer.pb-c.d [2021-03-09T00:34:29.782Z] #41 12.57 PBCC images/sa.pb-c.c [2021-03-09T00:34:29.960Z] #18 ... [2021-03-09T00:34:29.960Z] [2021-03-09T00:34:29.960Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:29.960Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:29.960Z] #41 83.14 DEP criu/irmap.d [2021-03-09T00:34:30.046Z] #41 12.59 DEP images/sa.pb-c.d [2021-03-09T00:34:30.046Z] #41 12.64 PBCC images/pipe-data.pb-c.c [2021-03-09T00:34:30.046Z] #41 12.68 DEP images/pipe-data.pb-c.d [2021-03-09T00:34:30.046Z] #41 12.74 PBCC images/mnt.pb-c.c [2021-03-09T00:34:30.046Z] #41 12.79 DEP images/mnt.pb-c.d [2021-03-09T00:34:30.148Z] #11 ... [2021-03-09T00:34:30.148Z] [2021-03-09T00:34:30.148Z] #43 [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-09T00:34:30.148Z] #43 sha256:c04f631ddbe13747d502f1e8ae4d852e7ab2ec1b7ac742221a1bc2f7bc62ee1d [2021-03-09T00:34:30.148Z] #43 113.3 github.com/LK4D4/vndr/versioned [2021-03-09T00:34:30.148Z] #43 113.4 compress/flate [2021-03-09T00:34:30.148Z] #43 114.2 github.com/LK4D4/vndr/build [2021-03-09T00:34:30.148Z] #43 116.2 hash/crc32 [2021-03-09T00:34:30.148Z] #43 116.6 compress/gzip [2021-03-09T00:34:30.148Z] #43 117.2 net [2021-03-09T00:34:30.148Z] #43 117.3 vendor/golang.org/x/text/transform [2021-03-09T00:34:30.148Z] #43 118.0 vendor/golang.org/x/text/unicode/bidi [2021-03-09T00:34:30.148Z] #43 120.2 vendor/golang.org/x/text/secure/bidirule [2021-03-09T00:34:30.148Z] #43 120.5 vendor/golang.org/x/text/unicode/norm [2021-03-09T00:34:30.148Z] #43 ... [2021-03-09T00:34:30.148Z] [2021-03-09T00:34:30.148Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:30.148Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:30.148Z] #41 29.44 CC images/tun.o [2021-03-09T00:34:30.148Z] #41 29.73 CC images/sk-netlink.o [2021-03-09T00:34:30.148Z] #41 30.01 CC images/packet-sock.o [2021-03-09T00:34:30.148Z] #41 30.39 CC images/ipc-var.o [2021-03-09T00:34:30.216Z] #41 83.37 DEP criu/ipc_ns.d [2021-03-09T00:34:30.310Z] #41 12.82 PBCC images/sk-packet.pb-c.c [2021-03-09T00:34:30.310Z] #41 12.83 DEP images/sk-packet.pb-c.d [2021-03-09T00:34:30.310Z] #41 12.88 PBCC images/tcp-stream.pb-c.c [2021-03-09T00:34:30.310Z] #41 12.92 DEP images/tcp-stream.pb-c.d [2021-03-09T00:34:30.310Z] #41 12.95 PBCC images/pipe.pb-c.c [2021-03-09T00:34:30.310Z] #41 12.97 DEP images/pipe.pb-c.d [2021-03-09T00:34:30.310Z] #41 13.05 PBCC images/pstree.pb-c.c [2021-03-09T00:34:30.310Z] #41 13.07 DEP images/pstree.pb-c.d [2021-03-09T00:34:30.310Z] #41 13.10 PBCC images/fs.pb-c.c [2021-03-09T00:34:30.310Z] #41 13.11 DEP images/fs.pb-c.d [2021-03-09T00:34:30.310Z] #41 13.15 PBCC images/signalfd.pb-c.c [2021-03-09T00:34:30.310Z] #41 8.594 PBCC images/timens.pb-c.c [2021-03-09T00:34:30.310Z] #41 8.657 DEP images/timens.pb-c.d [2021-03-09T00:34:30.310Z] #41 8.720 PBCC images/fown.pb-c.c [2021-03-09T00:34:30.407Z] #41 30.63 CC images/ipc-desc.o [2021-03-09T00:34:30.407Z] #41 30.83 CC images/ipc-shm.o [2021-03-09T00:34:30.473Z] #41 83.61 DEP criu/image.d [2021-03-09T00:34:30.473Z] #41 83.83 DEP criu/image-desc.d [2021-03-09T00:34:30.572Z] #41 8.721 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-09T00:34:30.572Z] #41 8.825 PBCC images/opts.pb-c.c [2021-03-09T00:34:30.572Z] #41 8.863 PBCC images/memfd.pb-c.c [2021-03-09T00:34:30.572Z] #41 8.928 DEP images/fown.pb-c.d [2021-03-09T00:34:30.578Z] #41 13.17 DEP images/signalfd.pb-c.d [2021-03-09T00:34:30.578Z] #41 13.27 PBCC images/fh.pb-c.c [2021-03-09T00:34:30.578Z] #41 13.30 PBCC images/fsnotify.pb-c.c [2021-03-09T00:34:30.578Z] #41 13.34 DEP images/fh.pb-c.d [2021-03-09T00:34:30.730Z] #41 83.94 DEP criu/fsnotify.d [2021-03-09T00:34:30.730Z] #41 84.08 DEP criu/filesystems.d [2021-03-09T00:34:30.834Z] #41 9.041 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-09T00:34:30.834Z] #41 9.041 DEP images/opts.pb-c.d [2021-03-09T00:34:30.834Z] #41 9.116 DEP images/memfd.pb-c.d [2021-03-09T00:34:30.861Z] #41 13.39 DEP images/fsnotify.pb-c.d [2021-03-09T00:34:30.861Z] #41 13.46 PBCC images/eventpoll.pb-c.c [2021-03-09T00:34:30.861Z] #41 13.51 DEP images/eventpoll.pb-c.d [2021-03-09T00:34:30.861Z] #41 13.55 PBCC images/eventfd.pb-c.c [2021-03-09T00:34:30.861Z] #41 13.57 DEP images/eventfd.pb-c.d [2021-03-09T00:34:30.861Z] #41 13.61 PBCC images/remap-file-path.pb-c.c [2021-03-09T00:34:30.861Z] #41 13.64 DEP images/remap-file-path.pb-c.d [2021-03-09T00:34:30.976Z] #41 31.05 CC images/ipc-msg.o [2021-03-09T00:34:30.987Z] #41 84.19 DEP criu/files.d [2021-03-09T00:34:31.085Z] #41 ... [2021-03-09T00:34:31.085Z] [2021-03-09T00:34:31.085Z] #35 [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-09T00:34:31.085Z] #35 sha256:a9265952ec53de899ecda44c42eea5fff7457f21c84c91197b5f2c2b1f2fd740 [2021-03-09T00:34:31.085Z] #35 8.071 -- Detecting C compile features - done [2021-03-09T00:34:31.085Z] #35 8.117 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-09T00:34:31.085Z] #35 8.415 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-09T00:34:31.085Z] #35 8.579 -- Configuring done [2021-03-09T00:34:31.085Z] #35 8.599 -- Generating done [2021-03-09T00:34:31.085Z] #35 8.631 -- Build files have been written to: /tmp/tmp.e7BFgW9DMG/tini [2021-03-09T00:34:31.085Z] #35 8.651 + make tini-static [2021-03-09T00:34:31.085Z] #35 9.154 Scanning dependencies of target tini-static [2021-03-09T00:34:31.085Z] #35 9.314 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-09T00:34:31.085Z] #35 11.27 [100%] Linking C executable tini-static [2021-03-09T00:34:31.085Z] #35 12.48 [100%] Built target tini-static [2021-03-09T00:34:31.085Z] #35 12.79 + mkdir -p /build [2021-03-09T00:34:31.085Z] #35 12.79 + cp tini-static /build/docker-init [2021-03-09T00:34:31.085Z] #35 DONE 13.4s [2021-03-09T00:34:31.085Z] [2021-03-09T00:34:31.085Z] #49 [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-09T00:34:31.085Z] #49 sha256:e273e07ee40b04555832ddebcedd237b5067000d372596693eea2bd89d6aa297 [2021-03-09T00:34:31.085Z] #49 97.73 encoding/json [2021-03-09T00:34:31.085Z] #49 105.0 github.com/pkg/diff [2021-03-09T00:34:31.085Z] #49 106.2 go/ast [2021-03-09T00:34:31.085Z] #49 106.7 golang.org/x/crypto/ssh/terminal [2021-03-09T00:34:31.097Z] #41 9.250 PBCC images/sit.pb-c.c [2021-03-09T00:34:31.097Z] #41 9.250 DEP images/sit.pb-c.d [2021-03-09T00:34:31.097Z] #41 9.391 PBCC images/macvlan.pb-c.c [2021-03-09T00:34:31.097Z] #41 9.391 DEP images/macvlan.pb-c.d [2021-03-09T00:34:31.097Z] #41 9.391 PBCC images/autofs.pb-c.c [2021-03-09T00:34:31.097Z] #41 9.391 DEP images/autofs.pb-c.d [2021-03-09T00:34:31.097Z] #41 9.464 PBCC images/sysctl.pb-c.c [2021-03-09T00:34:31.097Z] #41 9.464 DEP images/sysctl.pb-c.d [2021-03-09T00:34:31.125Z] #41 ... [2021-03-09T00:34:31.125Z] [2021-03-09T00:34:31.125Z] #35 [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-09T00:34:31.125Z] #35 sha256:e3f6d9b54dd93ab02b5b3048c6b8de4431fb44173a58053419e6e6fd4df01f22 [2021-03-09T00:34:31.125Z] #35 9.714 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-09T00:34:31.125Z] #35 11.20 [100%] Linking C executable tini-static [2021-03-09T00:34:31.125Z] #35 11.64 [100%] Built target tini-static [2021-03-09T00:34:31.125Z] #35 11.71 + mkdir -p /build [2021-03-09T00:34:31.125Z] #35 11.71 + cp tini-static /build/docker-init [2021-03-09T00:34:31.125Z] #35 DONE 12.0s [2021-03-09T00:34:31.125Z] [2021-03-09T00:34:31.125Z] #49 [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-09T00:34:31.125Z] #49 sha256:2a5667526b7b3611cff349fef9027a93b86e287b35706f4bab306f5d0a65840a [2021-03-09T00:34:31.125Z] #49 DONE 81.4s [2021-03-09T00:34:31.125Z] [2021-03-09T00:34:31.125Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:31.125Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:34:31.125Z] #41 13.71 PBCC images/fifo.pb-c.c [2021-03-09T00:34:31.125Z] #41 13.74 DEP images/fifo.pb-c.d [2021-03-09T00:34:31.125Z] #41 13.84 PBCC images/ghost-file.pb-c.c [2021-03-09T00:34:31.125Z] #41 13.90 DEP images/ghost-file.pb-c.d [2021-03-09T00:34:31.235Z] #41 31.34 CC images/ipc-sem.o [2021-03-09T00:34:31.235Z] #41 31.55 CC images/utsns.o [2021-03-09T00:34:31.244Z] #41 84.40 DEP criu/files-reg.d [2021-03-09T00:34:31.244Z] #41 84.56 DEP criu/files-ext.d [2021-03-09T00:34:31.346Z] #49 ... [2021-03-09T00:34:31.347Z] [2021-03-09T00:34:31.347Z] #32 [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-09T00:34:31.347Z] #32 sha256:0b01aa5bb06037785010ad4a191d0eaf703ca197de4c4ec077c7d16657d917a6 [2021-03-09T00:34:31.347Z] #32 100.2 github.com/BurntSushi/toml/cmd/tomlv [2021-03-09T00:34:31.347Z] #32 DONE 107.6s [2021-03-09T00:34:31.347Z] [2021-03-09T00:34:31.347Z] #43 [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-09T00:34:31.347Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:34:31.347Z] #43 103.1 text/template/parse [2021-03-09T00:34:31.358Z] #41 9.541 PBCC images/time.pb-c.c [2021-03-09T00:34:31.359Z] #41 9.569 DEP images/time.pb-c.d [2021-03-09T00:34:31.388Z] #41 13.98 PBCC images/regfile.pb-c.c [2021-03-09T00:34:31.388Z] #41 14.09 DEP images/regfile.pb-c.d [2021-03-09T00:34:31.388Z] #41 14.14 PBCC images/ns.pb-c.c [2021-03-09T00:34:31.495Z] #41 31.75 CC images/creds.o [2021-03-09T00:34:31.501Z] #41 84.75 DEP criu/file-lock.d [2021-03-09T00:34:31.501Z] #41 84.87 DEP criu/file-ids.d [2021-03-09T00:34:31.588Z] #33 94.98 path/filepath [2021-03-09T00:34:31.588Z] #33 94.99 fmt [2021-03-09T00:34:31.588Z] #33 ... [2021-03-09T00:34:31.588Z] [2021-03-09T00:34:31.588Z] #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-09T00:34:31.588Z] #44 sha256:2f5fc9dd42c740dd3e5f3ca8a41736d83b646f02ff4fafc85f563418f714e257 [2021-03-09T00:34:31.588Z] #44 85.22 time [2021-03-09T00:34:31.588Z] #44 90.85 regexp [2021-03-09T00:34:31.588Z] #44 ... [2021-03-09T00:34:31.588Z] [2021-03-09T00:34:31.588Z] #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-09T00:34:31.588Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:34:31.588Z] #42 20.41 CC images/core-x86.o [2021-03-09T00:34:31.588Z] #42 21.11 CC images/core-arm.o [2021-03-09T00:34:31.588Z] #42 21.57 CC images/core-aarch64.o [2021-03-09T00:34:31.588Z] #42 22.05 CC images/core-ppc64.o [2021-03-09T00:34:31.620Z] #41 9.872 PBCC images/binfmt-misc.pb-c.c [2021-03-09T00:34:31.620Z] #41 9.872 DEP images/binfmt-misc.pb-c.d [2021-03-09T00:34:31.620Z] #41 9.872 PBCC images/seccomp.pb-c.c [2021-03-09T00:34:31.620Z] #41 9.872 DEP images/seccomp.pb-c.d [2021-03-09T00:34:31.620Z] #41 9.872 PBCC images/userns.pb-c.c [2021-03-09T00:34:31.620Z] #41 9.872 DEP images/userns.pb-c.d [2021-03-09T00:34:31.620Z] #41 9.912 PBCC images/cgroup.pb-c.c [2021-03-09T00:34:31.620Z] #41 9.941 DEP images/cgroup.pb-c.d [2021-03-09T00:34:31.652Z] #41 14.23 DEP images/ns.pb-c.d [2021-03-09T00:34:31.652Z] #41 14.37 PBCC images/fdinfo.pb-c.c [2021-03-09T00:34:31.652Z] #41 ... [2021-03-09T00:34:31.652Z] [2021-03-09T00:34:31.652Z] #43 [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-09T00:34:31.652Z] #43 sha256:82bced187e22a2da8052608be48f5193dd7e75523cd797984b88fd2ce459d822 [2021-03-09T00:34:31.652Z] #43 72.04 go/parser [2021-03-09T00:34:31.652Z] #43 76.63 go/doc [2021-03-09T00:34:31.652Z] #43 78.25 compress/gzip [2021-03-09T00:34:31.652Z] #43 79.29 crypto/ecdsa [2021-03-09T00:34:31.652Z] #43 80.80 vendor/golang.org/x/crypto/cryptobyte [2021-03-09T00:34:31.652Z] #43 81.15 vendor/golang.org/x/text/unicode/bidi [2021-03-09T00:34:31.652Z] #43 81.93 github.com/LK4D4/vndr/build [2021-03-09T00:34:31.755Z] #41 32.02 CC images/vma.o [2021-03-09T00:34:31.758Z] #41 84.99 DEP criu/fifo.d [2021-03-09T00:34:31.758Z] #41 85.12 DEP criu/fdstore.d [2021-03-09T00:34:31.882Z] #41 9.985 PBCC images/ext-file.pb-c.c [2021-03-09T00:34:31.882Z] #41 10.16 DEP images/ext-file.pb-c.d [2021-03-09T00:34:31.882Z] #41 10.16 PBCC images/rpc.pb-c.c [2021-03-09T00:34:31.882Z] #41 10.16 DEP images/rpc.pb-c.d [2021-03-09T00:34:31.882Z] #41 10.22 PBCC images/siginfo.pb-c.c [2021-03-09T00:34:31.890Z] #42 22.85 CC images/core-s390.o [2021-03-09T00:34:31.915Z] #43 ... [2021-03-09T00:34:31.915Z] [2021-03-09T00:34:31.915Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:31.915Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:34:31.915Z] #41 14.61 DEP images/fdinfo.pb-c.d [2021-03-09T00:34:31.915Z] #41 14.74 PBCC images/core-aarch64.pb-c.c [2021-03-09T00:34:31.917Z] #43 ... [2021-03-09T00:34:31.917Z] [2021-03-09T00:34:31.917Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:31.917Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:31.917Z] #41 6.794 fatal: not a git repository (or any of the parent directories): .git [2021-03-09T00:34:31.917Z] #41 6.825 GEN .gitid [2021-03-09T00:34:32.015Z] #41 32.20 CC images/netdev.o [2021-03-09T00:34:32.015Z] #41 85.22 DEP criu/fault-injection.d [2021-03-09T00:34:32.015Z] #41 85.24 DEP criu/external.d [2021-03-09T00:34:32.015Z] #41 85.37 DEP criu/eventpoll.d [2021-03-09T00:34:32.143Z] #41 10.28 DEP images/siginfo.pb-c.d [2021-03-09T00:34:32.143Z] #41 10.33 PBCC images/pagemap.pb-c.c [2021-03-09T00:34:32.143Z] #41 10.42 DEP images/pagemap.pb-c.d [2021-03-09T00:34:32.177Z] #41 6.848 GEN criu/include/version.h [2021-03-09T00:34:32.177Z] #41 6.905 GEN include/common/asm [2021-03-09T00:34:32.179Z] #41 14.83 PBCC images/core-arm.pb-c.c [2021-03-09T00:34:32.179Z] #41 14.90 PBCC images/core-ppc64.pb-c.c [2021-03-09T00:34:32.179Z] #41 14.94 PBCC images/core-s390.pb-c.c [2021-03-09T00:34:32.271Z] #41 85.52 DEP criu/eventfd.d [2021-03-09T00:34:32.271Z] #41 85.67 DEP criu/crtools.d [2021-03-09T00:34:32.274Z] #41 32.61 CC images/tty.o [2021-03-09T00:34:32.405Z] #41 10.57 PBCC images/rlimit.pb-c.c [2021-03-09T00:34:32.405Z] #41 10.57 DEP images/rlimit.pb-c.d [2021-03-09T00:34:32.405Z] #41 10.63 PBCC images/file-lock.pb-c.c [2021-03-09T00:34:32.405Z] #41 10.63 DEP images/file-lock.pb-c.d [2021-03-09T00:34:32.405Z] #41 10.70 PBCC images/tty.pb-c.c [2021-03-09T00:34:32.405Z] #41 10.79 DEP images/tty.pb-c.d [2021-03-09T00:34:32.442Z] #41 15.05 PBCC images/core-x86.pb-c.c [2021-03-09T00:34:32.442Z] #41 15.08 PBCC images/core.pb-c.c [2021-03-09T00:34:32.442Z] #41 15.13 PBCC images/inventory.pb-c.c [2021-03-09T00:34:32.442Z] #41 15.15 DEP images/core-aarch64.pb-c.d [2021-03-09T00:34:32.442Z] #41 15.17 DEP images/core-arm.pb-c.d [2021-03-09T00:34:32.442Z] #41 15.22 DEP images/core-ppc64.pb-c.d [2021-03-09T00:34:32.442Z] #41 15.26 DEP images/core-s390.pb-c.d [2021-03-09T00:34:32.528Z] #41 85.80 DEP criu/cr-service.d [2021-03-09T00:34:32.528Z] #41 85.91 DEP criu/cr-restore.d [2021-03-09T00:34:32.667Z] #41 10.84 PBCC images/tun.pb-c.c [2021-03-09T00:34:32.667Z] #41 10.98 PBCC images/netdev.pb-c.c [2021-03-09T00:34:32.667Z] #41 10.98 DEP images/tun.pb-c.d [2021-03-09T00:34:32.667Z] #41 11.06 DEP images/netdev.pb-c.d [2021-03-09T00:34:32.706Z] #41 15.31 DEP images/core-x86.pb-c.d [2021-03-09T00:34:32.706Z] #41 15.48 DEP images/core.pb-c.d [2021-03-09T00:34:32.842Z] #41 33.12 CC images/file-lock.o [2021-03-09T00:34:32.929Z] #41 11.21 PBCC images/vma.pb-c.c [2021-03-09T00:34:32.929Z] #41 11.21 DEP images/vma.pb-c.d [2021-03-09T00:34:32.929Z] #41 11.28 PBCC images/creds.pb-c.c [2021-03-09T00:34:32.929Z] #41 11.28 DEP images/creds.pb-c.d [2021-03-09T00:34:32.929Z] #41 11.34 PBCC images/utsns.pb-c.c [2021-03-09T00:34:32.929Z] #41 11.38 DEP images/utsns.pb-c.d [2021-03-09T00:34:32.953Z] #42 23.81 CC images/cpuinfo.o [2021-03-09T00:34:32.969Z] #41 15.66 DEP images/inventory.pb-c.d [2021-03-09T00:34:33.092Z] #41 86.09 DEP criu/cr-errno.d [2021-03-09T00:34:33.092Z] #41 86.13 DEP criu/cr-dump.d [2021-03-09T00:34:33.092Z] #41 86.30 DEP criu/cr-dedup.d [2021-03-09T00:34:33.100Z] #41 33.28 CC images/rlimit.o [2021-03-09T00:34:33.100Z] #41 33.48 CC images/pagemap.o [2021-03-09T00:34:33.190Z] #41 11.44 PBCC images/ipc-desc.pb-c.c [2021-03-09T00:34:33.190Z] #41 11.49 PBCC images/ipc-sem.pb-c.c [2021-03-09T00:34:33.190Z] #41 11.51 DEP images/ipc-desc.pb-c.d [2021-03-09T00:34:33.190Z] #41 11.60 DEP images/ipc-sem.pb-c.d [2021-03-09T00:34:33.233Z] #41 15.84 PBCC images/cpuinfo.pb-c.c [2021-03-09T00:34:33.253Z] #42 24.33 CC images/inventory.o [2021-03-09T00:34:33.349Z] #41 86.41 DEP criu/cr-check.d [2021-03-09T00:34:33.349Z] #41 86.65 DEP criu/config.d [2021-03-09T00:34:33.359Z] #41 33.73 CC images/siginfo.o [2021-03-09T00:34:33.452Z] #41 11.66 PBCC images/ipc-msg.pb-c.c [2021-03-09T00:34:33.452Z] #41 11.68 DEP images/ipc-msg.pb-c.d [2021-03-09T00:34:33.452Z] #41 11.75 PBCC images/ipc-shm.pb-c.c [2021-03-09T00:34:33.452Z] #41 11.78 DEP images/ipc-shm.pb-c.d [2021-03-09T00:34:33.452Z] #41 11.82 PBCC images/ipc-var.pb-c.c [2021-03-09T00:34:33.452Z] #41 11.85 DEP images/ipc-var.pb-c.d [2021-03-09T00:34:33.452Z] #41 11.90 PBCC images/sk-opts.pb-c.c [2021-03-09T00:34:33.497Z] #41 15.97 DEP images/cpuinfo.pb-c.d [2021-03-09T00:34:33.497Z] #41 16.10 PBCC images/stats.pb-c.c [2021-03-09T00:34:33.497Z] #41 16.21 DEP images/stats.pb-c.d [2021-03-09T00:34:33.553Z] #42 24.66 CC images/fdinfo.o [2021-03-09T00:34:33.605Z] #41 86.85 DEP criu/clone-noasan.d [2021-03-09T00:34:33.605Z] #41 86.92 DEP criu/cgroup.d [2021-03-09T00:34:33.618Z] #41 33.94 CC images/rpc.o [2021-03-09T00:34:33.713Z] #41 11.95 PBCC images/packet-sock.pb-c.c [2021-03-09T00:34:33.714Z] #41 12.04 DEP images/sk-opts.pb-c.d [2021-03-09T00:34:33.862Z] #41 87.14 DEP criu/cgroup-props.d [2021-03-09T00:34:33.975Z] #41 12.11 DEP images/packet-sock.pb-c.d [2021-03-09T00:34:33.975Z] #41 12.18 PBCC images/sk-netlink.pb-c.c [2021-03-09T00:34:33.975Z] #41 12.22 DEP images/sk-netlink.pb-c.d [2021-03-09T00:34:33.975Z] #41 12.30 PBCC images/sk-inet.pb-c.c [2021-03-09T00:34:33.975Z] #41 12.36 DEP images/sk-inet.pb-c.d [2021-03-09T00:34:33.975Z] #41 12.40 PBCC images/sk-unix.pb-c.c [2021-03-09T00:34:34.097Z] #41 8.840 PBCC images/timens.pb-c.c [2021-03-09T00:34:34.097Z] #41 8.900 DEP images/timens.pb-c.d [2021-03-09T00:34:34.097Z] #41 8.958 PBCC images/fown.pb-c.c [2021-03-09T00:34:34.097Z] #41 8.997 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-09T00:34:34.119Z] #41 87.23 DEP criu/bitmap.d [2021-03-09T00:34:34.119Z] #41 87.25 DEP criu/bfd.d [2021-03-09T00:34:34.119Z] #41 87.35 DEP criu/autofs.d [2021-03-09T00:34:34.219Z] #42 25.08 CC images/fown.o [2021-03-09T00:34:34.236Z] #41 12.51 DEP images/sk-unix.pb-c.d [2021-03-09T00:34:34.236Z] #41 12.51 PBCC images/mm.pb-c.c [2021-03-09T00:34:34.236Z] #41 12.58 DEP images/mm.pb-c.d [2021-03-09T00:34:34.236Z] #41 12.64 PBCC images/timerfd.pb-c.c [2021-03-09T00:34:34.356Z] #41 9.141 PBCC images/opts.pb-c.c [2021-03-09T00:34:34.356Z] #41 9.195 PBCC images/memfd.pb-c.c [2021-03-09T00:34:34.376Z] #41 87.49 DEP criu/aio.d [2021-03-09T00:34:34.376Z] #41 87.59 DEP criu/action-scripts.d [2021-03-09T00:34:34.498Z] #41 12.70 DEP images/timerfd.pb-c.d [2021-03-09T00:34:34.498Z] #41 12.74 PBCC images/timer.pb-c.c [2021-03-09T00:34:34.498Z] #41 12.78 DEP images/timer.pb-c.d [2021-03-09T00:34:34.498Z] #41 12.86 PBCC images/sa.pb-c.c [2021-03-09T00:34:34.498Z] #41 12.91 DEP images/sa.pb-c.d [2021-03-09T00:34:34.518Z] #42 25.63 CC images/ns.o [2021-03-09T00:34:34.616Z] #41 9.307 DEP images/fown.pb-c.d [2021-03-09T00:34:34.616Z] #41 9.335 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-09T00:34:34.617Z] #41 9.392 DEP images/opts.pb-c.d [2021-03-09T00:34:34.617Z] #41 9.422 DEP images/memfd.pb-c.d [2021-03-09T00:34:34.617Z] #41 9.460 PBCC images/sit.pb-c.c [2021-03-09T00:34:34.617Z] #41 9.495 DEP images/sit.pb-c.d [2021-03-09T00:34:34.617Z] #41 9.543 PBCC images/macvlan.pb-c.c [2021-03-09T00:34:34.632Z] #41 87.85 CC criu/action-scripts.o [2021-03-09T00:34:34.759Z] #41 12.97 PBCC images/pipe-data.pb-c.c [2021-03-09T00:34:34.759Z] #41 12.99 DEP images/pipe-data.pb-c.d [2021-03-09T00:34:34.759Z] #41 13.04 PBCC images/mnt.pb-c.c [2021-03-09T00:34:34.759Z] #41 13.09 DEP images/mnt.pb-c.d [2021-03-09T00:34:34.759Z] #41 13.18 PBCC images/sk-packet.pb-c.c [2021-03-09T00:34:34.877Z] #41 9.557 DEP images/macvlan.pb-c.d [2021-03-09T00:34:34.877Z] #41 9.610 PBCC images/autofs.pb-c.c [2021-03-09T00:34:34.877Z] #41 9.643 DEP images/autofs.pb-c.d [2021-03-09T00:34:34.877Z] #41 9.699 PBCC images/sysctl.pb-c.c [2021-03-09T00:34:34.877Z] #41 9.744 DEP images/sysctl.pb-c.d [2021-03-09T00:34:34.877Z] #41 9.795 PBCC images/time.pb-c.c [2021-03-09T00:34:34.892Z] #41 ... [2021-03-09T00:34:34.892Z] [2021-03-09T00:34:34.892Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:34.892Z] #11 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-03-09T00:34:34.892Z] #11 75.34 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-09T00:34:34.892Z] #11 75.34 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-03-09T00:34:34.892Z] #11 75.34 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:34.892Z] #11 75.55 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-09T00:34:34.892Z] #11 75.55 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-03-09T00:34:34.892Z] #11 75.56 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:34.997Z] #41 35.22 CC images/ext-file.o [2021-03-09T00:34:35.020Z] #41 13.21 DEP images/sk-packet.pb-c.d [2021-03-09T00:34:35.020Z] #41 13.26 PBCC images/tcp-stream.pb-c.c [2021-03-09T00:34:35.020Z] #41 13.29 DEP images/tcp-stream.pb-c.d [2021-03-09T00:34:35.020Z] #41 13.37 PBCC images/pipe.pb-c.c [2021-03-09T00:34:35.137Z] #41 9.827 DEP images/time.pb-c.d [2021-03-09T00:34:35.137Z] #41 9.879 PBCC images/binfmt-misc.pb-c.c [2021-03-09T00:34:35.137Z] #41 9.907 DEP images/binfmt-misc.pb-c.d [2021-03-09T00:34:35.137Z] #41 9.963 PBCC images/seccomp.pb-c.c [2021-03-09T00:34:35.137Z] #41 10.00 DEP images/seccomp.pb-c.d [2021-03-09T00:34:35.155Z] #11 ... [2021-03-09T00:34:35.155Z] [2021-03-09T00:34:35.155Z] #43 [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-09T00:34:35.155Z] #43 sha256:82bced187e22a2da8052608be48f5193dd7e75523cd797984b88fd2ce459d822 [2021-03-09T00:34:35.155Z] #43 85.19 vendor/golang.org/x/text/unicode/norm [2021-03-09T00:34:35.155Z] #43 85.41 vendor/golang.org/x/net/http2/hpack [2021-03-09T00:34:35.168Z] #42 26.02 CC images/regfile.o [2021-03-09T00:34:35.168Z] #42 ... [2021-03-09T00:34:35.168Z] [2021-03-09T00:34:35.168Z] #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-09T00:34:35.168Z] #55 sha256:820007770a4d7ac6ded00b5301377074857514836a4dcdfffa9901143c719ee9 [2021-03-09T00:34:35.168Z] #55 53.75 Checking out files: 64% (2474/3817) Checking out files: 65% (2482/3817) Checking out files: 66% (2520/3817) Checking out files: 67% (2558/3817) Checking out files: 68% (2596/3817) Checking out files: 69% (2634/3817) Checking out files: 70% (2672/3817) Checking out files: 71% (2711/3817) Checking out files: 72% (2749/3817) Checking out files: 73% (2787/3817) Checking out files: 74% (2825/3817) Checking out files: 75% (2863/3817) Checking out files: 76% (2901/3817) Checking out files: 77% (2940/3817) Checking out files: 78% (2978/3817) Checking out files: 79% (3016/3817) Checking out files: 80% (3054/3817) Checking out files: 81% (3092/3817) Checking out files: 82% (3130/3817) Checking out files: 83% (3169/3817) Checking out files: 84% (3207/3817) Checking out files: 85% (3245/3817) Checking out files: 86% (3283/3817) Checking out files: 87% (3321/3817) Checking out files: 88% (3359/3817) Checking out files: 89% (3398/3817) Checking out files: 90% (3436/3817) Checking out files: 91% (3474/3817) Checking out files: 92% (3512/3817) Checking out files: 93% (3550/3817) Checking out files: 94% (3588/3817) Checking out files: 95% (3627/3817) Checking out files: 96% (3665/3817) Checking out files: 97% (3703/3817) Checking out files: 98% (3741/3817) Checking out files: 99% (3779/3817) Checking out files: 100% (3817/3817) Checking out files: 100% (3817/3817), done. [2021-03-09T00:34:35.168Z] #55 54.70 + cd /tmp/tmp.1gqkCQEYz5/src/github.com/containerd/containerd [2021-03-09T00:34:35.168Z] #55 54.70 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:34:35.196Z] #41 88.24 CC criu/aio.o [2021-03-09T00:34:35.256Z] #41 35.46 CC images/cgroup.o [2021-03-09T00:34:35.334Z] #41 13.44 DEP images/pipe.pb-c.d [2021-03-09T00:34:35.334Z] #41 13.54 PBCC images/pstree.pb-c.c [2021-03-09T00:34:35.334Z] #41 13.60 DEP images/pstree.pb-c.d [2021-03-09T00:34:35.334Z] #41 13.73 PBCC images/fs.pb-c.c [2021-03-09T00:34:35.334Z] #41 13.77 DEP images/fs.pb-c.d [2021-03-09T00:34:35.334Z] #41 13.77 PBCC images/signalfd.pb-c.c [2021-03-09T00:34:35.334Z] #41 13.79 DEP images/signalfd.pb-c.d [2021-03-09T00:34:35.398Z] #41 10.09 PBCC images/userns.pb-c.c [2021-03-09T00:34:35.398Z] #41 10.11 DEP images/userns.pb-c.d [2021-03-09T00:34:35.398Z] #41 10.21 PBCC images/cgroup.pb-c.c [2021-03-09T00:34:35.398Z] #41 10.28 DEP images/cgroup.pb-c.d [2021-03-09T00:34:35.452Z] #41 88.80 CC criu/autofs.o [2021-03-09T00:34:35.469Z] #55 57.04 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-09T00:34:35.469Z] #55 57.04 + BUILDTAGS='netgo osusergo static_build' [2021-03-09T00:34:35.469Z] #55 57.05 + export EXTRA_FLAGS=-buildmode=pie [2021-03-09T00:34:35.469Z] #55 57.05 + EXTRA_FLAGS=-buildmode=pie [2021-03-09T00:34:35.469Z] #55 57.05 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-09T00:34:35.469Z] #55 57.05 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-09T00:34:35.469Z] #55 57.05 + '[' '' = dynamic ']' [2021-03-09T00:34:35.469Z] #55 57.05 + make [2021-03-09T00:34:35.606Z] #41 13.88 PBCC images/fh.pb-c.c [2021-03-09T00:34:35.606Z] #41 13.92 PBCC images/fsnotify.pb-c.c [2021-03-09T00:34:35.658Z] #41 10.36 PBCC images/ext-file.pb-c.c [2021-03-09T00:34:35.658Z] #41 10.41 DEP images/ext-file.pb-c.d [2021-03-09T00:34:35.658Z] #41 10.47 PBCC images/rpc.pb-c.c [2021-03-09T00:34:35.658Z] #41 10.52 DEP images/rpc.pb-c.d [2021-03-09T00:34:35.658Z] #41 10.60 PBCC images/siginfo.pb-c.c [2021-03-09T00:34:35.824Z] #41 35.97 CC images/userns.o [2021-03-09T00:34:35.870Z] #41 14.01 DEP images/fh.pb-c.d [2021-03-09T00:34:35.870Z] #41 14.14 DEP images/fsnotify.pb-c.d [2021-03-09T00:34:35.870Z] #41 14.14 PBCC images/eventpoll.pb-c.c [2021-03-09T00:34:35.919Z] #41 10.63 DEP images/siginfo.pb-c.d [2021-03-09T00:34:35.919Z] #41 10.76 PBCC images/pagemap.pb-c.c [2021-03-09T00:34:35.919Z] #41 10.82 DEP images/pagemap.pb-c.d [2021-03-09T00:34:35.919Z] #41 10.87 PBCC images/rlimit.pb-c.c [2021-03-09T00:34:36.082Z] #41 36.26 CC images/google/protobuf/descriptor.o [2021-03-09T00:34:36.132Z] #41 14.19 DEP images/eventpoll.pb-c.d [2021-03-09T00:34:36.132Z] #41 14.26 PBCC images/eventfd.pb-c.c [2021-03-09T00:34:36.132Z] #41 14.33 DEP images/eventfd.pb-c.d [2021-03-09T00:34:36.132Z] #41 14.33 PBCC images/remap-file-path.pb-c.c [2021-03-09T00:34:36.132Z] #41 14.46 DEP images/remap-file-path.pb-c.d [2021-03-09T00:34:36.132Z] #41 14.48 PBCC images/fifo.pb-c.c [2021-03-09T00:34:36.132Z] #41 14.56 DEP images/fifo.pb-c.d [2021-03-09T00:34:36.132Z] #41 14.59 PBCC images/ghost-file.pb-c.c [2021-03-09T00:34:36.180Z] #41 10.90 DEP images/rlimit.pb-c.d [2021-03-09T00:34:36.180Z] #41 10.96 PBCC images/file-lock.pb-c.c [2021-03-09T00:34:36.180Z] #41 11.00 DEP images/file-lock.pb-c.d [2021-03-09T00:34:36.180Z] #41 11.04 PBCC images/tty.pb-c.c [2021-03-09T00:34:36.180Z] #41 11.08 DEP images/tty.pb-c.d [2021-03-09T00:34:36.393Z] #41 14.70 DEP images/ghost-file.pb-c.d [2021-03-09T00:34:36.393Z] #41 14.79 PBCC images/regfile.pb-c.c [2021-03-09T00:34:36.440Z] #41 11.14 PBCC images/tun.pb-c.c [2021-03-09T00:34:36.440Z] #41 11.24 PBCC images/netdev.pb-c.c [2021-03-09T00:34:36.440Z] #41 11.28 DEP images/tun.pb-c.d [2021-03-09T00:34:36.440Z] #41 11.33 DEP images/netdev.pb-c.d [2021-03-09T00:34:36.527Z] #55 58.20 + bin/ctr [2021-03-09T00:34:36.654Z] #41 14.85 DEP images/regfile.pb-c.d [2021-03-09T00:34:36.654Z] #41 14.88 PBCC images/ns.pb-c.c [2021-03-09T00:34:36.654Z] #41 14.95 DEP images/ns.pb-c.d [2021-03-09T00:34:36.654Z] #41 15.05 PBCC images/fdinfo.pb-c.c [2021-03-09T00:34:36.700Z] #41 11.40 PBCC images/vma.pb-c.c [2021-03-09T00:34:36.700Z] #41 11.47 DEP images/vma.pb-c.d [2021-03-09T00:34:36.700Z] #41 11.53 PBCC images/creds.pb-c.c [2021-03-09T00:34:36.700Z] #41 11.56 DEP images/creds.pb-c.d [2021-03-09T00:34:36.700Z] #41 11.59 PBCC images/utsns.pb-c.c [2021-03-09T00:34:36.700Z] #41 11.61 DEP images/utsns.pb-c.d [2021-03-09T00:34:36.820Z] #41 ... [2021-03-09T00:34:36.820Z] [2021-03-09T00:34:36.820Z] #18 [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-09T00:34:36.820Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:34:36.820Z] #18 24.86 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:34:36.820Z] #18 25.07 Fetched 28.5 MB in 2s (15.0 MB/s) [2021-03-09T00:34:36.820Z] #18 25.28 Selecting previously unselected package pigz. [2021-03-09T00:34:36.820Z] #18 25.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2021-03-09T00:34:36.820Z] #18 25.32 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-03-09T00:34:36.820Z] #18 25.33 Unpacking pigz (2.4-1) ... [2021-03-09T00:34:36.820Z] #18 25.44 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-03-09T00:34:36.820Z] #18 25.45 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:34:36.820Z] #18 25.46 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:34:36.820Z] #18 25.81 Selecting previously unselected package python3.7-minimal. [2021-03-09T00:34:36.820Z] #18 25.81 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:34:36.820Z] #18 25.82 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-09T00:34:36.820Z] #18 26.58 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:34:36.820Z] #18 26.60 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-09T00:34:36.820Z] #18 28.47 Selecting previously unselected package python3-minimal. [2021-03-09T00:34:36.820Z] #18 28.47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2021-03-09T00:34:36.820Z] #18 28.54 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-03-09T00:34:36.820Z] #18 28.55 Unpacking python3-minimal (3.7.3-1) ... [2021-03-09T00:34:36.820Z] #18 28.64 Selecting previously unselected package libmpdec2:amd64. [2021-03-09T00:34:36.820Z] #18 28.64 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-03-09T00:34:36.820Z] #18 28.65 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-03-09T00:34:36.820Z] #18 28.73 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-03-09T00:34:36.820Z] #18 28.75 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:34:36.820Z] #18 28.76 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:34:36.820Z] #18 29.73 Selecting previously unselected package python3.7. [2021-03-09T00:34:36.820Z] #18 29.73 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:34:36.820Z] #18 29.74 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-09T00:34:36.820Z] #18 29.86 Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-09T00:34:36.820Z] #18 29.87 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-03-09T00:34:36.820Z] #18 29.88 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-09T00:34:36.820Z] #18 29.98 Setting up python3-minimal (3.7.3-1) ... [2021-03-09T00:34:36.820Z] #18 30.97 Selecting previously unselected package python3. [2021-03-09T00:34:36.820Z] #18 30.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2021-03-09T00:34:36.820Z] #18 31.03 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-03-09T00:34:36.820Z] #18 31.05 Unpacking python3 (3.7.3-1) ... [2021-03-09T00:34:36.820Z] #18 31.15 Selecting previously unselected package libip4tc0:amd64. [2021-03-09T00:34:36.820Z] #18 31.17 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-03-09T00:34:36.820Z] #18 31.18 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-03-09T00:34:36.820Z] #18 31.27 Selecting previously unselected package libip6tc0:amd64. [2021-03-09T00:34:36.820Z] #18 31.27 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-03-09T00:34:36.820Z] #18 31.28 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-03-09T00:34:36.820Z] #18 31.38 Selecting previously unselected package libiptc0:amd64. [2021-03-09T00:34:36.820Z] #18 31.38 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-03-09T00:34:36.820Z] #18 31.38 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-03-09T00:34:36.820Z] #18 31.45 Selecting previously unselected package libnfnetlink0:amd64. [2021-03-09T00:34:36.820Z] #18 31.45 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-03-09T00:34:36.820Z] #18 31.46 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-09T00:34:36.820Z] #18 31.53 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-03-09T00:34:36.916Z] #41 15.13 DEP images/fdinfo.pb-c.d [2021-03-09T00:34:36.960Z] #41 11.68 PBCC images/ipc-desc.pb-c.c [2021-03-09T00:34:36.961Z] #41 11.71 PBCC images/ipc-sem.pb-c.c [2021-03-09T00:34:36.961Z] #41 11.74 DEP images/ipc-desc.pb-c.d [2021-03-09T00:34:36.961Z] #41 11.81 DEP images/ipc-sem.pb-c.d [2021-03-09T00:34:37.077Z] #18 31.54 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-03-09T00:34:37.077Z] #18 31.55 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-09T00:34:37.077Z] #18 31.66 Selecting previously unselected package libnftnl11:amd64. [2021-03-09T00:34:37.077Z] #18 31.66 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-03-09T00:34:37.077Z] #18 31.66 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-03-09T00:34:37.077Z] #18 31.76 Selecting previously unselected package iptables. [2021-03-09T00:34:37.178Z] #41 15.24 PBCC images/core-aarch64.pb-c.c [2021-03-09T00:34:37.178Z] #41 15.24 PBCC images/core-arm.pb-c.c [2021-03-09T00:34:37.178Z] #41 15.29 PBCC images/core-ppc64.pb-c.c [2021-03-09T00:34:37.178Z] #41 15.39 PBCC images/core-s390.pb-c.c [2021-03-09T00:34:37.221Z] #41 11.85 PBCC images/ipc-msg.pb-c.c [2021-03-09T00:34:37.221Z] #41 11.95 DEP images/ipc-msg.pb-c.d [2021-03-09T00:34:37.221Z] #41 11.99 PBCC images/ipc-shm.pb-c.c [2021-03-09T00:34:37.221Z] #41 12.04 DEP images/ipc-shm.pb-c.d [2021-03-09T00:34:37.221Z] #41 12.10 PBCC images/ipc-var.pb-c.c [2021-03-09T00:34:37.334Z] #18 31.76 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-03-09T00:34:37.334Z] #18 31.78 Unpacking iptables (1.8.2-4) ... [2021-03-09T00:34:37.439Z] #41 15.53 PBCC images/core-x86.pb-c.c [2021-03-09T00:34:37.439Z] #41 15.66 PBCC images/core.pb-c.c [2021-03-09T00:34:37.439Z] #41 15.66 PBCC images/inventory.pb-c.c [2021-03-09T00:34:37.439Z] #41 15.77 DEP images/core-aarch64.pb-c.d [2021-03-09T00:34:37.481Z] #41 12.12 DEP images/ipc-var.pb-c.d [2021-03-09T00:34:37.481Z] #41 12.19 PBCC images/sk-opts.pb-c.c [2021-03-09T00:34:37.481Z] #41 12.21 PBCC images/packet-sock.pb-c.c [2021-03-09T00:34:37.481Z] #41 12.25 DEP images/sk-opts.pb-c.d [2021-03-09T00:34:37.481Z] #41 12.27 DEP images/packet-sock.pb-c.d [2021-03-09T00:34:37.481Z] #41 12.30 PBCC images/sk-netlink.pb-c.c [2021-03-09T00:34:37.481Z] #41 12.35 DEP images/sk-netlink.pb-c.d [2021-03-09T00:34:37.481Z] #41 12.42 PBCC images/sk-inet.pb-c.c [2021-03-09T00:34:37.481Z] #41 12.45 DEP images/sk-inet.pb-c.d [2021-03-09T00:34:37.591Z] #18 32.10 Selecting previously unselected package xxd. [2021-03-09T00:34:37.591Z] #18 32.11 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-09T00:34:37.591Z] #18 32.12 Unpacking xxd (2:8.1.0875-5) ... [2021-03-09T00:34:37.701Z] #41 15.87 DEP images/core-arm.pb-c.d [2021-03-09T00:34:37.701Z] #41 15.97 DEP images/core-ppc64.pb-c.d [2021-03-09T00:34:37.701Z] #41 16.03 DEP images/core-s390.pb-c.d [2021-03-09T00:34:37.701Z] #41 16.07 DEP images/core-x86.pb-c.d [2021-03-09T00:34:37.701Z] #41 16.14 DEP images/core.pb-c.d [2021-03-09T00:34:37.742Z] #41 12.51 PBCC images/sk-unix.pb-c.c [2021-03-09T00:34:37.742Z] #41 12.56 DEP images/sk-unix.pb-c.d [2021-03-09T00:34:37.742Z] #41 12.62 PBCC images/mm.pb-c.c [2021-03-09T00:34:37.742Z] #41 12.67 DEP images/mm.pb-c.d [2021-03-09T00:34:37.848Z] #18 32.23 Selecting previously unselected package vim-common. [2021-03-09T00:34:37.848Z] #18 32.24 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:34:37.848Z] #18 32.27 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-09T00:34:37.848Z] #18 32.44 Selecting previously unselected package bash-completion. [2021-03-09T00:34:37.848Z] #18 32.44 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-09T00:34:37.963Z] #41 16.32 DEP images/inventory.pb-c.d [2021-03-09T00:34:37.963Z] #41 16.32 PBCC images/cpuinfo.pb-c.c [2021-03-09T00:34:37.963Z] #41 16.32 DEP images/cpuinfo.pb-c.d [2021-03-09T00:34:37.963Z] #41 16.36 PBCC images/stats.pb-c.c [2021-03-09T00:34:37.963Z] #41 16.39 DEP images/stats.pb-c.d [2021-03-09T00:34:37.988Z] #41 37.93 CC images/opts.o [2021-03-09T00:34:37.988Z] #41 38.13 CC images/seccomp.o [2021-03-09T00:34:38.003Z] #41 12.74 PBCC images/timerfd.pb-c.c [2021-03-09T00:34:38.003Z] #41 12.81 DEP images/timerfd.pb-c.d [2021-03-09T00:34:38.003Z] #41 12.86 PBCC images/timer.pb-c.c [2021-03-09T00:34:38.003Z] #41 12.91 DEP images/timer.pb-c.d [2021-03-09T00:34:38.247Z] #41 38.44 CC images/binfmt-misc.o [2021-03-09T00:34:38.247Z] #41 38.69 CC images/time.o [2021-03-09T00:34:38.265Z] #41 12.98 PBCC images/sa.pb-c.c [2021-03-09T00:34:38.265Z] #41 13.03 DEP images/sa.pb-c.d [2021-03-09T00:34:38.265Z] #41 13.10 PBCC images/pipe-data.pb-c.c [2021-03-09T00:34:38.265Z] #41 13.15 DEP images/pipe-data.pb-c.d [2021-03-09T00:34:38.265Z] #41 13.23 PBCC images/mnt.pb-c.c [2021-03-09T00:34:38.526Z] #41 13.31 DEP images/mnt.pb-c.d [2021-03-09T00:34:38.526Z] #41 13.38 PBCC images/sk-packet.pb-c.c [2021-03-09T00:34:38.786Z] #41 13.41 DEP images/sk-packet.pb-c.d [2021-03-09T00:34:38.786Z] #41 13.47 PBCC images/tcp-stream.pb-c.c [2021-03-09T00:34:38.786Z] #41 13.55 DEP images/tcp-stream.pb-c.d [2021-03-09T00:34:38.786Z] #41 13.60 PBCC images/pipe.pb-c.c [2021-03-09T00:34:38.786Z] #41 13.65 DEP images/pipe.pb-c.d [2021-03-09T00:34:38.814Z] #41 38.94 CC images/sysctl.o [2021-03-09T00:34:38.814Z] #41 39.09 CC images/autofs.o [2021-03-09T00:34:39.047Z] #41 13.70 PBCC images/pstree.pb-c.c [2021-03-09T00:34:39.047Z] #41 13.72 DEP images/pstree.pb-c.d [2021-03-09T00:34:39.047Z] #41 13.78 PBCC images/fs.pb-c.c [2021-03-09T00:34:39.047Z] #41 13.81 DEP images/fs.pb-c.d [2021-03-09T00:34:39.047Z] #41 13.88 PBCC images/signalfd.pb-c.c [2021-03-09T00:34:39.073Z] #41 39.34 CC images/macvlan.o [2021-03-09T00:34:39.309Z] #41 13.97 DEP images/signalfd.pb-c.d [2021-03-09T00:34:39.309Z] #41 14.06 PBCC images/fh.pb-c.c [2021-03-09T00:34:39.309Z] #41 14.11 PBCC images/fsnotify.pb-c.c [2021-03-09T00:34:39.309Z] #41 14.14 DEP images/fh.pb-c.d [2021-03-09T00:34:39.309Z] #41 14.21 DEP images/fsnotify.pb-c.d [2021-03-09T00:34:39.332Z] #41 39.58 CC images/sit.o [2021-03-09T00:34:39.351Z] #41 ... [2021-03-09T00:34:39.351Z] [2021-03-09T00:34:39.351Z] #43 [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-09T00:34:39.351Z] #43 sha256:f31d43ad85063f1d9c713cd78e56c182a21e18c8990e1d97796a591623a5bb9a [2021-03-09T00:34:39.351Z] #43 80.82 go/parser [2021-03-09T00:34:39.351Z] #43 81.91 text/template [2021-03-09T00:34:39.351Z] #43 84.84 encoding/xml [2021-03-09T00:34:39.351Z] #43 87.36 go/doc [2021-03-09T00:34:39.351Z] #43 ... [2021-03-09T00:34:39.351Z] [2021-03-09T00:34:39.351Z] #49 [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-09T00:34:39.351Z] #49 sha256:de1095cae7188d343f34355baa19992bb0d514e2d9f580cbf7b7b0ff3f5eab9d [2021-03-09T00:34:39.351Z] #49 81.11 golang.org/x/crypto/ssh/terminal [2021-03-09T00:34:39.351Z] #49 82.88 mvdan.cc/editorconfig [2021-03-09T00:34:39.351Z] #49 83.16 mvdan.cc/sh/v3/fileutil [2021-03-09T00:34:39.351Z] #49 83.33 mvdan.cc/sh/v3/syntax [2021-03-09T00:34:39.351Z] #49 90.13 mvdan.cc/sh/v3/cmd/shfmt [2021-03-09T00:34:39.351Z] #49 ... [2021-03-09T00:34:39.351Z] [2021-03-09T00:34:39.351Z] #43 [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-09T00:34:39.351Z] #43 sha256:f31d43ad85063f1d9c713cd78e56c182a21e18c8990e1d97796a591623a5bb9a [2021-03-09T00:34:39.351Z] #43 91.03 github.com/LK4D4/vndr/build [2021-03-09T00:34:39.382Z] #43 89.55 net/textproto [2021-03-09T00:34:39.382Z] #43 89.56 crypto/x509 [2021-03-09T00:34:39.570Z] #41 14.32 PBCC images/eventpoll.pb-c.c [2021-03-09T00:34:39.570Z] #41 14.34 DEP images/eventpoll.pb-c.d [2021-03-09T00:34:39.570Z] #41 14.41 PBCC images/eventfd.pb-c.c [2021-03-09T00:34:39.570Z] #41 14.42 DEP images/eventfd.pb-c.d [2021-03-09T00:34:39.591Z] #41 39.79 CC images/memfd.o [2021-03-09T00:34:39.612Z] #43 91.41 github.com/LK4D4/vndr/versioned [2021-03-09T00:34:39.830Z] #41 14.48 PBCC images/remap-file-path.pb-c.c [2021-03-09T00:34:39.830Z] #41 14.54 DEP images/remap-file-path.pb-c.d [2021-03-09T00:34:39.830Z] #41 14.60 PBCC images/fifo.pb-c.c [2021-03-09T00:34:39.830Z] #41 14.62 DEP images/fifo.pb-c.d [2021-03-09T00:34:39.830Z] #41 14.67 PBCC images/ghost-file.pb-c.c [2021-03-09T00:34:39.830Z] #41 14.71 DEP images/ghost-file.pb-c.d [2021-03-09T00:34:39.855Z] #41 40.10 CC images/timens.o [2021-03-09T00:34:39.874Z] #43 91.53 compress/flate [2021-03-09T00:34:40.091Z] #41 14.76 PBCC images/regfile.pb-c.c [2021-03-09T00:34:40.091Z] #41 14.80 DEP images/regfile.pb-c.d [2021-03-09T00:34:40.091Z] #41 14.85 PBCC images/ns.pb-c.c [2021-03-09T00:34:40.091Z] #41 14.91 DEP images/ns.pb-c.d [2021-03-09T00:34:40.091Z] #41 14.97 PBCC images/fdinfo.pb-c.c [2021-03-09T00:34:40.114Z] #41 40.33 LINK images/built-in.o [2021-03-09T00:34:40.333Z] #43 90.47 vendor/golang.org/x/net/idna [2021-03-09T00:34:40.333Z] #43 ... [2021-03-09T00:34:40.333Z] [2021-03-09T00:34:40.333Z] #54 [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-09T00:34:40.333Z] #54 sha256:c59b810bda176dba5a853a87f8ca4aea48dfce7e7f070ae5237a3d1e03eeb1d1 [2021-03-09T00:34:40.333Z] #54 41.13 Checking out files: 42% (1641/3817) Checking out files: 43% (1642/3817) Checking out files: 44% (1680/3817) Checking out files: 45% (1718/3817) Checking out files: 46% (1756/3817) Checking out files: 47% (1794/3817) Checking out files: 48% (1833/3817) Checking out files: 49% (1871/3817) Checking out files: 50% (1909/3817) Checking out files: 51% (1947/3817) Checking out files: 52% (1985/3817) Checking out files: 53% (2024/3817) Checking out files: 54% (2062/3817) Checking out files: 55% (2100/3817) Checking out files: 56% (2138/3817) Checking out files: 57% (2176/3817) Checking out files: 58% (2214/3817) Checking out files: 59% (2253/3817) Checking out files: 60% (2291/3817) Checking out files: 61% (2329/3817) Checking out files: 62% (2367/3817) Checking out files: 63% (2405/3817) Checking out files: 64% (2443/3817) Checking out files: 65% (2482/3817) Checking out files: 66% (2520/3817) Checking out files: 67% (2558/3817) Checking out files: 68% (2596/3817) Checking out files: 69% (2634/3817) Checking out files: 70% (2672/3817) Checking out files: 71% (2711/3817) Checking out files: 72% (2749/3817) Checking out files: 73% (2787/3817) Checking out files: 74% (2825/3817) Checking out files: 75% (2863/3817) Checking out files: 76% (2901/3817) Checking out files: 77% (2940/3817) Checking out files: 78% (2978/3817) Checking out files: 79% (3016/3817) Checking out files: 80% (3054/3817) Checking out files: 81% (3092/3817) Checking out files: 82% (3130/3817) Checking out files: 83% (3169/3817) Checking out files: 84% (3207/3817) Checking out files: 85% (3245/3817) Checking out files: 86% (3283/3817) Checking out files: 87% (3321/3817) Checking out files: 88% (3359/3817) Checking out files: 88% (3373/3817) Checking out files: 89% (3398/3817) Checking out files: 90% (3436/3817) Checking out files: 91% (3474/3817) Checking out files: 92% (3512/3817) Checking out files: 93% (3550/3817) Checking out files: 94% (3588/3817) Checking out files: 95% (3627/3817) Checking out files: 96% (3665/3817) Checking out files: 97% (3703/3817) Checking out files: 98% (3741/3817) Checking out files: 99% (3779/3817) Checking out files: 100% (3817/3817) Checking out files: 100% (3817/3817), done. [2021-03-09T00:34:40.333Z] #54 42.57 + cd /tmp/tmp.qPEFIj53D5/src/github.com/containerd/containerd [2021-03-09T00:34:40.333Z] #54 42.57 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:34:40.333Z] #54 44.48 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-09T00:34:40.333Z] #54 44.48 + BUILDTAGS='netgo osusergo static_build' [2021-03-09T00:34:40.333Z] #54 44.48 + export EXTRA_FLAGS=-buildmode=pie [2021-03-09T00:34:40.333Z] #54 44.48 + EXTRA_FLAGS=-buildmode=pie [2021-03-09T00:34:40.333Z] #54 44.48 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-09T00:34:40.333Z] #54 44.48 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-09T00:34:40.333Z] #54 44.48 + '[' '' = dynamic ']' [2021-03-09T00:34:40.333Z] #54 44.48 + make [2021-03-09T00:34:40.333Z] #54 45.47 + bin/ctr [2021-03-09T00:34:40.351Z] #41 15.11 DEP images/fdinfo.pb-c.d [2021-03-09T00:34:40.351Z] #41 15.16 PBCC images/core-aarch64.pb-c.c [2021-03-09T00:34:40.351Z] #41 15.20 PBCC images/core-arm.pb-c.c [2021-03-09T00:34:40.351Z] #41 15.25 PBCC images/core-ppc64.pb-c.c [2021-03-09T00:34:40.374Z] #41 40.49 GEN compel/include/asm [2021-03-09T00:34:40.374Z] #41 40.52 GEN compel/include/version.h [2021-03-09T00:34:40.374Z] #41 40.54 touch .config [2021-03-09T00:34:40.374Z] #41 40.61 GEN include/common/config.h [2021-03-09T00:34:40.374Z] #41 40.68 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-03-09T00:34:40.374Z] #41 40.70 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-03-09T00:34:40.374Z] #41 40.72 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-03-09T00:34:40.374Z] #41 40.73 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-03-09T00:34:40.374Z] #41 40.75 DEP compel/arch/x86/plugins/std/memcpy.d [2021-03-09T00:34:40.374Z] #41 40.76 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-03-09T00:34:40.374Z] #41 40.78 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-09T00:34:40.374Z] #41 40.81 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-03-09T00:34:40.374Z] #41 40.83 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-09T00:34:40.612Z] #41 15.31 PBCC images/core-s390.pb-c.c [2021-03-09T00:34:40.612Z] #41 15.36 PBCC images/core-x86.pb-c.c [2021-03-09T00:34:40.612Z] #41 15.40 PBCC images/core.pb-c.c [2021-03-09T00:34:40.612Z] #41 15.47 PBCC images/inventory.pb-c.c [2021-03-09T00:34:40.633Z] #41 40.84 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-09T00:34:40.633Z] #41 40.85 DEP compel/plugins/std/infect.d [2021-03-09T00:34:40.633Z] #41 ... [2021-03-09T00:34:40.633Z] [2021-03-09T00:34:40.633Z] #43 [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-09T00:34:40.633Z] #43 sha256:c04f631ddbe13747d502f1e8ae4d852e7ab2ec1b7ac742221a1bc2f7bc62ee1d [2021-03-09T00:34:40.633Z] #43 123.9 vendor/golang.org/x/net/idna [2021-03-09T00:34:40.633Z] #43 126.0 vendor/golang.org/x/net/http2/hpack [2021-03-09T00:34:40.633Z] #43 127.2 mime [2021-03-09T00:34:40.633Z] #43 129.0 mime/quotedprintable [2021-03-09T00:34:40.633Z] #43 129.4 net/http/internal [2021-03-09T00:34:40.633Z] #43 133.7 net/textproto [2021-03-09T00:34:40.633Z] #43 133.7 crypto/x509 [2021-03-09T00:34:40.633Z] #43 ... [2021-03-09T00:34:40.633Z] [2021-03-09T00:34:40.633Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:40.633Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:40.633Z] #41 40.98 DEP compel/plugins/std/string.d [2021-03-09T00:34:40.633Z] #41 41.10 DEP compel/plugins/std/log.d [2021-03-09T00:34:40.872Z] #41 15.54 DEP images/core-aarch64.pb-c.d [2021-03-09T00:34:40.872Z] #41 15.60 DEP images/core-arm.pb-c.d [2021-03-09T00:34:40.872Z] #41 15.66 DEP images/core-ppc64.pb-c.d [2021-03-09T00:34:40.872Z] #41 15.71 DEP images/core-s390.pb-c.d [2021-03-09T00:34:40.872Z] #41 15.77 DEP images/core-x86.pb-c.d [2021-03-09T00:34:40.872Z] #41 15.83 DEP images/core.pb-c.d [2021-03-09T00:34:40.892Z] #41 41.20 DEP compel/plugins/std/fds.d [2021-03-09T00:34:40.909Z] #54 ... [2021-03-09T00:34:40.909Z] [2021-03-09T00:34:40.909Z] #43 [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-09T00:34:40.909Z] #43 sha256:82bced187e22a2da8052608be48f5193dd7e75523cd797984b88fd2ce459d822 [2021-03-09T00:34:40.909Z] #43 91.22 mime/multipart [2021-03-09T00:34:41.121Z] #18 35.09 Unpacking bash-completion (1:2.8-6) ... [2021-03-09T00:34:41.121Z] #18 35.53 Selecting previously unselected package bzip2. [2021-03-09T00:34:41.121Z] #18 35.53 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-03-09T00:34:41.121Z] #18 35.55 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-09T00:34:41.121Z] #18 35.61 Selecting previously unselected package xz-utils. [2021-03-09T00:34:41.121Z] #18 35.62 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-03-09T00:34:41.121Z] #18 35.62 Unpacking xz-utils (5.2.4-1) ... [2021-03-09T00:34:41.134Z] #41 15.88 DEP images/inventory.pb-c.d [2021-03-09T00:34:41.134Z] #41 15.92 PBCC images/cpuinfo.pb-c.c [2021-03-09T00:34:41.134Z] #41 15.96 DEP images/cpuinfo.pb-c.d [2021-03-09T00:34:41.134Z] #41 16.02 PBCC images/stats.pb-c.c [2021-03-09T00:34:41.134Z] #41 16.07 DEP images/stats.pb-c.d [2021-03-09T00:34:41.151Z] #41 41.28 DEP compel/plugins/std/std.d [2021-03-09T00:34:41.151Z] #41 41.35 DEP compel/plugins/shmem/shmem.d [2021-03-09T00:34:41.151Z] #41 41.43 DEP compel/plugins/fds/fds.d [2021-03-09T00:34:41.378Z] #18 35.79 Selecting previously unselected package apparmor. [2021-03-09T00:34:41.378Z] #18 35.79 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-03-09T00:34:41.378Z] #18 35.87 Unpacking apparmor (2.13.2-10) ... [2021-03-09T00:34:41.411Z] #41 41.57 CC compel/plugins/std/std.o [2021-03-09T00:34:41.634Z] #18 36.21 Selecting previously unselected package aufs-tools. [2021-03-09T00:34:41.634Z] #18 36.21 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-03-09T00:34:41.634Z] #18 36.22 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-09T00:34:41.670Z] #41 41.86 CC compel/plugins/std/fds.o [2021-03-09T00:34:41.891Z] #18 36.34 Selecting previously unselected package libonig5:amd64. [2021-03-09T00:34:41.891Z] #18 36.37 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-03-09T00:34:41.891Z] #18 36.38 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:34:41.928Z] #41 42.36 CC compel/plugins/std/log.o [2021-03-09T00:34:42.075Z] #41 ... [2021-03-09T00:34:42.075Z] [2021-03-09T00:34:42.075Z] #54 [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-09T00:34:42.075Z] #54 sha256:bc3a71fd6a6af15a674eb6edc38d170bfb6a5da5f76d67419c230340bc0f2244 [2021-03-09T00:34:42.075Z] #54 64.18 Checking out files: 22% (846/3817) Checking out files: 23% (878/3817) Checking out files: 24% (917/3817) Checking out files: 25% (955/3817) Checking out files: 26% (993/3817) Checking out files: 27% (1031/3817) Checking out files: 28% (1069/3817) Checking out files: 29% (1107/3817) Checking out files: 30% (1146/3817) Checking out files: 31% (1184/3817) Checking out files: 32% (1222/3817) Checking out files: 33% (1260/3817) Checking out files: 34% (1298/3817) Checking out files: 35% (1336/3817) Checking out files: 36% (1375/3817) Checking out files: 37% (1413/3817) Checking out files: 38% (1451/3817) Checking out files: 39% (1489/3817) Checking out files: 40% (1527/3817) Checking out files: 41% (1565/3817) Checking out files: 42% (1604/3817) Checking out files: 43% (1642/3817) Checking out files: 44% (1680/3817) Checking out files: 45% (1718/3817) Checking out files: 46% (1756/3817) Checking out files: 47% (1794/3817) Checking out files: 48% (1833/3817) Checking out files: 49% (1871/3817) Checking out files: 50% (1909/3817) Checking out files: 51% (1947/3817) Checking out files: 52% (1985/3817) Checking out files: 53% (2024/3817) Checking out files: 54% (2062/3817) Checking out files: 55% (2100/3817) Checking out files: 56% (2138/3817) Checking out files: 57% (2176/3817) Checking out files: 58% (2214/3817) Checking out files: 59% (2253/3817) Checking out files: 60% (2291/3817) Checking out files: 61% (2329/3817) Checking out files: 62% (2367/3817) Checking out files: 63% (2405/3817) Checking out files: 64% (2443/3817) Checking out files: 65% (2482/3817) Checking out files: 66% (2520/3817) Checking out files: 67% (2558/3817) Checking out files: 68% (2596/3817) Checking out files: 69% (2634/3817) Checking out files: 70% (2672/3817) Checking out files: 71% (2711/3817) Checking out files: 72% (2749/3817) Checking out files: 73% (2787/3817) Checking out files: 74% (2825/3817) Checking out files: 75% (2863/3817) Checking out files: 76% (2901/3817) Checking out files: 77% (2940/3817) Checking out files: 78% (2978/3817) Checking out files: 79% (3016/3817) Checking out files: 80% (3054/3817) Checking out files: 81% (3092/3817) Checking out files: 82% (3130/3817) Checking out files: 83% (3169/3817) Checking out files: 84% (3207/3817) Checking out files: 84% (3238/3817) Checking out files: 85% (3245/3817) Checking out files: 86% (3283/3817) Checking out files: 87% (3321/3817) Checking out files: 88% (3359/3817) Checking out files: 89% (3398/3817) Checking out files: 90% (3436/3817) Checking out files: 91% (3474/3817) Checking out files: 92% (3512/3817) Checking out files: 93% (3550/3817) Checking out files: 94% (3588/3817) Checking out files: 95% (3627/3817) Checking out files: 96% (3665/3817) Checking out files: 97% (3703/3817) Checking out files: 98% (3741/3817) Checking out files: 99% (3779/3817) Checking out files: 100% (3817/3817) Checking out files: 100% (3817/3817), done. [2021-03-09T00:34:42.075Z] #54 66.79 + cd /tmp/tmp.97GxYXdfmK/src/github.com/containerd/containerd [2021-03-09T00:34:42.075Z] #54 66.79 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:34:42.075Z] #54 68.49 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-09T00:34:42.075Z] #54 68.51 + BUILDTAGS='netgo osusergo static_build' [2021-03-09T00:34:42.075Z] #54 68.51 + export EXTRA_FLAGS=-buildmode=pie [2021-03-09T00:34:42.075Z] #54 68.51 + EXTRA_FLAGS=-buildmode=pie [2021-03-09T00:34:42.075Z] #54 68.51 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-09T00:34:42.075Z] #54 68.51 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-09T00:34:42.075Z] #54 68.51 + '[' '' = dynamic ']' [2021-03-09T00:34:42.075Z] #54 68.51 + make [2021-03-09T00:34:42.075Z] #54 69.75 + bin/ctr [2021-03-09T00:34:42.148Z] #18 36.51 Selecting previously unselected package libjq1:amd64. [2021-03-09T00:34:42.148Z] #18 36.52 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:34:42.148Z] #18 36.53 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:34:42.148Z] #18 36.65 Selecting previously unselected package jq. [2021-03-09T00:34:42.148Z] #18 36.66 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:34:42.148Z] #18 36.73 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-09T00:34:42.404Z] #18 36.82 Selecting previously unselected package libaio1:amd64. [2021-03-09T00:34:42.404Z] #18 36.83 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-03-09T00:34:42.404Z] #18 36.83 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-03-09T00:34:42.404Z] #18 36.89 Selecting previously unselected package libgpm2:amd64. [2021-03-09T00:34:42.404Z] #18 36.89 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-03-09T00:34:42.404Z] #18 36.91 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-03-09T00:34:42.424Z] #43 94.16 hash/crc32 [2021-03-09T00:34:42.647Z] #54 ... [2021-03-09T00:34:42.647Z] [2021-03-09T00:34:42.647Z] #43 [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-09T00:34:42.647Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:34:42.647Z] #43 108.9 go/parser [2021-03-09T00:34:42.647Z] #43 109.7 text/template [2021-03-09T00:34:42.647Z] #43 112.7 encoding/xml [2021-03-09T00:34:42.647Z] #43 116.0 go/doc [2021-03-09T00:34:42.647Z] #43 118.8 github.com/LK4D4/vndr/versioned [2021-03-09T00:34:42.647Z] #43 118.8 github.com/LK4D4/vndr/build [2021-03-09T00:34:42.647Z] #43 118.9 compress/flate [2021-03-09T00:34:42.647Z] #43 ... [2021-03-09T00:34:42.647Z] [2021-03-09T00:34:42.647Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:42.647Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:34:42.647Z] #11 110.2 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-09T00:34:42.647Z] #11 110.2 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-09T00:34:42.647Z] #11 110.3 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:42.647Z] #11 110.4 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-09T00:34:42.647Z] #11 110.4 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-09T00:34:42.647Z] #11 110.5 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:42.661Z] #18 36.98 Selecting previously unselected package libicu63:amd64. [2021-03-09T00:34:42.661Z] #18 36.99 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-09T00:34:42.661Z] #18 36.99 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:34:42.685Z] #43 94.41 net [2021-03-09T00:34:42.842Z] #43 92.94 vendor/golang.org/x/net/http/httpguts [2021-03-09T00:34:42.842Z] #43 92.95 vendor/golang.org/x/net/http/httpproxy [2021-03-09T00:34:42.865Z] #41 43.26 CC compel/plugins/std/string.o [2021-03-09T00:34:42.907Z] #11 ... [2021-03-09T00:34:42.907Z] [2021-03-09T00:34:42.907Z] #49 [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-09T00:34:42.907Z] #49 sha256:e273e07ee40b04555832ddebcedd237b5067000d372596693eea2bd89d6aa297 [2021-03-09T00:34:42.907Z] #49 109.2 mvdan.cc/editorconfig [2021-03-09T00:34:42.907Z] #49 110.5 mvdan.cc/sh/v3/fileutil [2021-03-09T00:34:42.907Z] #49 110.7 mvdan.cc/sh/v3/syntax [2021-03-09T00:34:42.907Z] #49 118.1 mvdan.cc/sh/v3/cmd/shfmt [2021-03-09T00:34:42.907Z] #49 ... [2021-03-09T00:34:42.907Z] [2021-03-09T00:34:42.907Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:42.907Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:42.907Z] #41 17.64 make[1]: Nothing to be done for 'all'. [2021-03-09T00:34:43.258Z] #43 94.89 compress/gzip [2021-03-09T00:34:43.509Z] #55 ... [2021-03-09T00:34:43.509Z] [2021-03-09T00:34:43.509Z] #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-09T00:34:43.509Z] #44 sha256:2f5fc9dd42c740dd3e5f3ca8a41736d83b646f02ff4fafc85f563418f714e257 [2021-03-09T00:34:43.509Z] #44 96.18 path/filepath [2021-03-09T00:34:43.509Z] #44 96.33 net [2021-03-09T00:34:43.509Z] #44 99.65 internal/lazyregexp [2021-03-09T00:34:43.509Z] #44 100.1 github.com/LK4D4/vndr/versioned [2021-03-09T00:34:43.509Z] #44 100.3 os/exec [2021-03-09T00:34:43.509Z] #44 103.4 encoding/binary [2021-03-09T00:34:43.509Z] #44 103.4 go/scanner [2021-03-09T00:34:43.509Z] #44 103.5 net/url [2021-03-09T00:34:43.509Z] #44 ... [2021-03-09T00:34:43.509Z] [2021-03-09T00:34:43.509Z] #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-09T00:34:43.509Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:34:43.509Z] #42 26.34 CC images/ghost-file.o [2021-03-09T00:34:43.509Z] #42 26.76 CC images/fifo.o [2021-03-09T00:34:43.509Z] #42 27.00 CC images/remap-file-path.o [2021-03-09T00:34:43.509Z] #42 27.23 CC images/eventfd.o [2021-03-09T00:34:43.509Z] #42 27.51 CC images/eventpoll.o [2021-03-09T00:34:43.509Z] #42 27.89 CC images/fh.o [2021-03-09T00:34:43.509Z] #42 28.21 CC images/fsnotify.o [2021-03-09T00:34:43.509Z] #42 28.93 CC images/signalfd.o [2021-03-09T00:34:43.509Z] #42 29.21 CC images/fs.o [2021-03-09T00:34:43.509Z] #42 29.39 CC images/pstree.o [2021-03-09T00:34:43.509Z] #42 29.66 CC images/pipe.o [2021-03-09T00:34:43.509Z] #42 29.94 CC images/tcp-stream.o [2021-03-09T00:34:43.509Z] #42 30.23 CC images/sk-packet.o [2021-03-09T00:34:43.509Z] #42 30.59 CC images/mnt.o [2021-03-09T00:34:43.509Z] #42 30.84 CC images/pipe-data.o [2021-03-09T00:34:43.509Z] #42 31.05 CC images/sa.o [2021-03-09T00:34:43.509Z] #42 31.36 CC images/timer.o [2021-03-09T00:34:43.509Z] #42 31.82 CC images/timerfd.o [2021-03-09T00:34:43.509Z] #42 32.11 CC images/mm.o [2021-03-09T00:34:43.509Z] #42 32.50 CC images/sk-opts.o [2021-03-09T00:34:43.509Z] #42 32.72 CC images/sk-unix.o [2021-03-09T00:34:43.509Z] #42 33.10 CC images/sk-inet.o [2021-03-09T00:34:43.509Z] #42 33.68 CC images/tun.o [2021-03-09T00:34:43.509Z] #42 34.07 CC images/sk-netlink.o [2021-03-09T00:34:43.509Z] #42 ... [2021-03-09T00:34:43.509Z] [2021-03-09T00:34:43.509Z] #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-09T00:34:43.509Z] #33 sha256:07bd38020e07841fcce7879f1ab6b1dd20ce28286039f940cb6f6d1efdb1e568 [2021-03-09T00:34:43.509Z] #33 96.94 io/ioutil [2021-03-09T00:34:43.509Z] #33 99.32 github.com/BurntSushi/toml [2021-03-09T00:34:43.509Z] #33 99.32 log [2021-03-09T00:34:43.509Z] #33 99.33 flag [2021-03-09T00:34:43.509Z] #33 104.3 github.com/BurntSushi/toml/cmd/tomlv [2021-03-09T00:34:43.509Z] #33 ... [2021-03-09T00:34:43.509Z] [2021-03-09T00:34:43.509Z] #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-09T00:34:43.509Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:34:43.509Z] #42 34.33 CC images/packet-sock.o [2021-03-09T00:34:43.520Z] #43 95.40 vendor/golang.org/x/text/transform [2021-03-09T00:34:43.805Z] #41 43.93 CC compel/plugins/std/infect.o [2021-03-09T00:34:43.809Z] #42 34.79 CC images/ipc-var.o [2021-03-09T00:34:44.064Z] #41 44.32 CC compel/arch/x86/plugins/std/parasite-head.o [2021-03-09T00:34:44.064Z] #41 44.36 CC compel/arch/x86/plugins/std/memcpy.o [2021-03-09T00:34:44.064Z] #41 44.39 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-03-09T00:34:44.064Z] #41 44.46 AR compel/plugins/std.lib.a [2021-03-09T00:34:44.064Z] #41 44.53 CC compel/plugins/fds/fds.o [2021-03-09T00:34:44.093Z] #43 ... [2021-03-09T00:34:44.093Z] [2021-03-09T00:34:44.093Z] #49 [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-09T00:34:44.093Z] #49 sha256:de1095cae7188d343f34355baa19992bb0d514e2d9f580cbf7b7b0ff3f5eab9d [2021-03-09T00:34:44.093Z] #49 DONE 95.9s [2021-03-09T00:34:44.111Z] #42 35.14 CC images/ipc-desc.o [2021-03-09T00:34:44.238Z] #43 94.52 crypto/tls [2021-03-09T00:34:44.292Z] #41 19.02 CC images/stats.o [2021-03-09T00:34:44.356Z] [2021-03-09T00:34:44.356Z] #54 [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-09T00:34:44.356Z] #54 sha256:0344114b4782cb581795c139cc60fca8e375a167765fd02a7563b806375d8450 [2021-03-09T00:34:44.411Z] #42 35.43 CC images/ipc-shm.o [2021-03-09T00:34:44.553Z] #41 19.46 CC images/core.o [2021-03-09T00:34:44.632Z] #41 44.87 AR compel/plugins/fds.lib.a [2021-03-09T00:34:44.632Z] #41 44.91 HOSTDEP compel/src/lib/log-host.d [2021-03-09T00:34:44.711Z] #42 35.59 CC images/ipc-msg.o [2021-03-09T00:34:44.711Z] #42 35.85 CC images/ipc-sem.o [2021-03-09T00:34:44.919Z] #41 44.98 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-09T00:34:44.919Z] #41 45.07 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-03-09T00:34:44.919Z] #41 45.24 HOSTDEP compel/src/main-host.d [2021-03-09T00:34:45.012Z] #42 36.25 CC images/utsns.o [2021-03-09T00:34:45.178Z] #41 45.36 DEP compel/src/lib/ptrace.d [2021-03-09T00:34:45.178Z] #41 45.55 DEP compel/src/lib/infect.d [2021-03-09T00:34:45.313Z] #42 ... [2021-03-09T00:34:45.313Z] [2021-03-09T00:34:45.313Z] #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-09T00:34:45.313Z] #33 sha256:07bd38020e07841fcce7879f1ab6b1dd20ce28286039f940cb6f6d1efdb1e568 [2021-03-09T00:34:45.313Z] #33 DONE 109.0s [2021-03-09T00:34:45.313Z] [2021-03-09T00:34:45.313Z] #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-09T00:34:45.313Z] #44 sha256:2f5fc9dd42c740dd3e5f3ca8a41736d83b646f02ff4fafc85f563418f714e257 [2021-03-09T00:34:45.313Z] #44 107.0 go/ast [2021-03-09T00:34:45.313Z] #44 107.9 text/template/parse [2021-03-09T00:34:45.313Z] #44 108.7 encoding/json [2021-03-09T00:34:45.510Z] #41 20.04 CC images/core-x86.o [2021-03-09T00:34:45.633Z] #43 ... [2021-03-09T00:34:45.633Z] [2021-03-09T00:34:45.633Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:45.633Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:34:45.633Z] #41 18.38 make[1]: Nothing to be done for 'all'. [2021-03-09T00:34:45.633Z] #41 20.06 CC images/stats.o [2021-03-09T00:34:45.633Z] #41 20.66 CC images/core.o [2021-03-09T00:34:45.633Z] #41 21.50 CC images/core-x86.o [2021-03-09T00:34:45.633Z] #41 22.13 CC images/core-arm.o [2021-03-09T00:34:45.633Z] #41 22.70 CC images/core-aarch64.o [2021-03-09T00:34:45.633Z] #41 23.18 CC images/core-ppc64.o [2021-03-09T00:34:45.633Z] #41 23.86 CC images/core-s390.o [2021-03-09T00:34:45.633Z] #41 24.75 CC images/cpuinfo.o [2021-03-09T00:34:45.633Z] #41 25.36 CC images/inventory.o [2021-03-09T00:34:45.633Z] #41 25.67 CC images/fdinfo.o [2021-03-09T00:34:45.633Z] #41 26.17 CC images/fown.o [2021-03-09T00:34:45.633Z] #41 26.45 CC images/ns.o [2021-03-09T00:34:45.633Z] #41 26.74 CC images/regfile.o [2021-03-09T00:34:45.633Z] #41 27.05 CC images/ghost-file.o [2021-03-09T00:34:45.633Z] #41 27.49 CC images/fifo.o [2021-03-09T00:34:45.633Z] #41 27.81 CC images/remap-file-path.o [2021-03-09T00:34:45.633Z] #41 27.94 CC images/eventfd.o [2021-03-09T00:34:45.633Z] #41 28.14 CC images/eventpoll.o [2021-03-09T00:34:45.666Z] #54 45.35 Checking out files: 35% (1349/3817) Checking out files: 36% (1375/3817) Checking out files: 37% (1413/3817) Checking out files: 38% (1451/3817) Checking out files: 39% (1489/3817) Checking out files: 40% (1527/3817) Checking out files: 41% (1565/3817) Checking out files: 42% (1604/3817) Checking out files: 43% (1642/3817) Checking out files: 44% (1680/3817) Checking out files: 45% (1718/3817) Checking out files: 46% (1756/3817) Checking out files: 47% (1794/3817) Checking out files: 48% (1833/3817) Checking out files: 49% (1871/3817) Checking out files: 50% (1909/3817) Checking out files: 51% (1947/3817) Checking out files: 52% (1985/3817) Checking out files: 53% (2024/3817) Checking out files: 54% (2062/3817) Checking out files: 55% (2100/3817) Checking out files: 56% (2138/3817) Checking out files: 57% (2176/3817) Checking out files: 58% (2214/3817) Checking out files: 59% (2253/3817) Checking out files: 60% (2291/3817) Checking out files: 61% (2329/3817) Checking out files: 62% (2367/3817) Checking out files: 63% (2405/3817) Checking out files: 64% (2443/3817) Checking out files: 65% (2482/3817) Checking out files: 66% (2520/3817) Checking out files: 67% (2558/3817) Checking out files: 68% (2596/3817) Checking out files: 69% (2634/3817) Checking out files: 70% (2672/3817) Checking out files: 71% (2711/3817) Checking out files: 72% (2749/3817) Checking out files: 73% (2787/3817) Checking out files: 74% (2825/3817) Checking out files: 75% (2863/3817) Checking out files: 76% (2901/3817) Checking out files: 77% (2940/3817) Checking out files: 78% (2978/3817) Checking out files: 79% (3016/3817) Checking out files: 80% (3054/3817) Checking out files: 80% (3083/3817) Checking out files: 81% (3092/3817) Checking out files: 82% (3130/3817) Checking out files: 83% (3169/3817) Checking out files: 84% (3207/3817) Checking out files: 85% (3245/3817) Checking out files: 86% (3283/3817) Checking out files: 87% (3321/3817) Checking out files: 88% (3359/3817) Checking out files: 89% (3398/3817) Checking out files: 90% (3436/3817) Checking out files: 91% (3474/3817) Checking out files: 92% (3512/3817) Checking out files: 93% (3550/3817) Checking out files: 94% (3588/3817) Checking out files: 95% (3627/3817) Checking out files: 96% (3665/3817) Checking out files: 97% (3703/3817) Checking out files: 98% (3741/3817) Checking out files: 99% (3779/3817) Checking out files: 100% (3817/3817) Checking out files: 100% (3817/3817), done. [2021-03-09T00:34:45.666Z] #54 47.18 + cd /tmp/tmp.E8Y3jnT9KJ/src/github.com/containerd/containerd [2021-03-09T00:34:45.666Z] #54 47.18 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-09T00:34:45.762Z] #41 45.80 DEP compel/src/lib/infect-util.d [2021-03-09T00:34:45.762Z] #41 45.95 DEP compel/src/lib/infect-rpc.d [2021-03-09T00:34:45.762Z] #41 46.06 DEP compel/arch/x86/src/lib/infect.d [2021-03-09T00:34:45.762Z] #41 46.17 DEP compel/arch/x86/src/lib/cpu.d [2021-03-09T00:34:45.770Z] #41 20.55 CC images/core-arm.o [2021-03-09T00:34:45.897Z] #41 ... [2021-03-09T00:34:45.897Z] [2021-03-09T00:34:45.897Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:45.897Z] #11 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-03-09T00:34:45.897Z] #11 94.86 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-09T00:34:45.897Z] #11 94.86 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-03-09T00:34:45.897Z] #11 94.87 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:45.971Z] #44 ... [2021-03-09T00:34:45.971Z] [2021-03-09T00:34:45.971Z] #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-09T00:34:45.971Z] #50 sha256:84ad54e9390a7e1d1fe49fd04876213f7d60bfc3a1e94c64dc8dfc6979779816 [2021-03-09T00:34:45.971Z] #50 99.60 mvdan.cc/sh/v3/fileutil [2021-03-09T00:34:45.971Z] #50 100.1 flag [2021-03-09T00:34:45.971Z] #50 100.1 github.com/pkg/diff [2021-03-09T00:34:45.971Z] #50 100.1 go/token [2021-03-09T00:34:45.971Z] #50 100.1 encoding/binary [2021-03-09T00:34:45.971Z] #50 103.0 go/scanner [2021-03-09T00:34:45.971Z] #50 104.5 mvdan.cc/editorconfig [2021-03-09T00:34:45.971Z] #50 105.2 mvdan.cc/sh/v3/syntax [2021-03-09T00:34:45.971Z] #50 106.2 encoding/base64 [2021-03-09T00:34:45.971Z] #50 107.3 go/ast [2021-03-09T00:34:45.971Z] #50 108.3 encoding/json [2021-03-09T00:34:45.971Z] #50 108.6 golang.org/x/sys/unix [2021-03-09T00:34:45.971Z] #50 ... [2021-03-09T00:34:45.971Z] [2021-03-09T00:34:45.971Z] #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-09T00:34:45.971Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:34:45.971Z] #42 36.59 CC images/creds.o [2021-03-09T00:34:46.017Z] #18 40.52 Selecting previously unselected package libnet1:amd64. [2021-03-09T00:34:46.017Z] #18 40.53 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-09T00:34:46.017Z] #18 40.53 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:34:46.029Z] #41 46.22 DEP compel/src/lib/log.d [2021-03-09T00:34:46.029Z] #41 46.39 DEP compel/src/main.d [2021-03-09T00:34:46.029Z] #41 46.46 DEP compel/src/lib/handle-elf.d [2021-03-09T00:34:46.031Z] #41 20.92 CC images/core-aarch64.o [2021-03-09T00:34:46.272Z] #42 37.17 CC images/vma.o [2021-03-09T00:34:46.284Z] #18 40.63 Selecting previously unselected package libnl-3-200:amd64. [2021-03-09T00:34:46.284Z] #18 40.64 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-09T00:34:46.284Z] #18 40.64 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:34:46.284Z] #18 40.76 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-09T00:34:46.284Z] #18 40.77 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:34:46.284Z] #18 40.77 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:34:46.292Z] #41 21.25 CC images/core-ppc64.o [2021-03-09T00:34:46.314Z] #41 46.56 DEP compel/arch/x86/src/lib/handle-elf.d [2021-03-09T00:34:46.314Z] #41 46.67 CC compel/src/lib/log.o [2021-03-09T00:34:46.543Z] #18 40.88 Selecting previously unselected package libreadline5:amd64. [2021-03-09T00:34:46.543Z] #18 40.89 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-03-09T00:34:46.543Z] #18 40.89 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-09T00:34:46.543Z] #18 41.04 Selecting previously unselected package net-tools. [2021-03-09T00:34:46.543Z] #18 41.05 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-03-09T00:34:46.543Z] #18 41.06 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-09T00:34:46.572Z] #42 37.67 CC images/netdev.o [2021-03-09T00:34:46.572Z] #42 ... [2021-03-09T00:34:46.572Z] [2021-03-09T00:34:46.572Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:46.572Z] #12 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-03-09T00:34:46.572Z] #12 100.4 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-09T00:34:46.572Z] #12 100.4 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-03-09T00:34:46.572Z] #12 100.4 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:46.578Z] #41 46.89 CC compel/arch/x86/src/lib/cpu.o [2021-03-09T00:34:46.578Z] #41 ... [2021-03-09T00:34:46.578Z] [2021-03-09T00:34:46.578Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:46.578Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:34:46.578Z] #11 136.2 Selecting previously unselected package libapparmor1:amd64. [2021-03-09T00:34:46.578Z] #11 136.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-03-09T00:34:46.578Z] #11 136.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-03-09T00:34:46.578Z] #11 136.3 Selecting previously unselected package libapparmor-dev:amd64. [2021-03-09T00:34:46.578Z] #11 136.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-03-09T00:34:46.578Z] #11 136.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-09T00:34:46.579Z] #11 136.5 Selecting previously unselected package libbtrfs0. [2021-03-09T00:34:46.579Z] #11 136.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-09T00:34:46.579Z] #11 136.5 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-09T00:34:46.579Z] #11 136.6 Selecting previously unselected package libbtrfs-dev. [2021-03-09T00:34:46.579Z] #11 136.6 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-09T00:34:46.579Z] #11 136.6 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:34:46.579Z] #11 136.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-03-09T00:34:46.579Z] #11 136.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:34:46.579Z] #11 136.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:34:46.579Z] #11 136.8 Selecting previously unselected package libudev-dev:amd64. [2021-03-09T00:34:46.579Z] #11 136.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-03-09T00:34:46.579Z] #11 136.8 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:34:46.579Z] #11 137.0 Selecting previously unselected package libsepol1-dev:amd64. [2021-03-09T00:34:46.579Z] #11 137.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-03-09T00:34:46.579Z] #11 137.0 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-03-09T00:34:46.579Z] #11 137.3 Selecting previously unselected package libpcre16-3:amd64. [2021-03-09T00:34:46.579Z] #11 137.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-03-09T00:34:46.579Z] #11 137.3 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-03-09T00:34:46.579Z] #11 137.5 Selecting previously unselected package libpcre32-3:amd64. [2021-03-09T00:34:46.579Z] #11 137.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-03-09T00:34:46.579Z] #11 137.5 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-03-09T00:34:46.579Z] #11 137.7 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-03-09T00:34:46.579Z] #11 137.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-03-09T00:34:46.579Z] #11 137.7 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-09T00:34:46.579Z] #11 137.8 Selecting previously unselected package libpcre3-dev:amd64. [2021-03-09T00:34:46.579Z] #11 137.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-03-09T00:34:46.579Z] #11 137.9 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-09T00:34:46.579Z] #11 138.3 Selecting previously unselected package libselinux1-dev:amd64. [2021-03-09T00:34:46.579Z] #11 138.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-03-09T00:34:46.579Z] #11 138.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-09T00:34:46.579Z] #11 138.6 Selecting previously unselected package libdevmapper-dev:amd64. [2021-03-09T00:34:46.579Z] #11 138.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:34:46.579Z] #11 138.7 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-09T00:34:46.579Z] #11 138.8 Selecting previously unselected package libseccomp-dev:amd64. [2021-03-09T00:34:46.579Z] #11 138.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-03-09T00:34:46.579Z] #11 138.8 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-03-09T00:34:46.579Z] #11 139.0 Selecting previously unselected package libsystemd-dev:amd64. [2021-03-09T00:34:46.579Z] #11 139.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-03-09T00:34:46.579Z] #11 139.0 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:34:46.579Z] #11 139.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-09T00:34:46.579Z] #11 139.6 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-03-09T00:34:46.579Z] #11 139.7 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-03-09T00:34:46.579Z] #11 139.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-09T00:34:46.579Z] #11 139.7 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-03-09T00:34:46.579Z] #11 139.7 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-03-09T00:34:46.579Z] #11 139.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:46.579Z] #11 139.7 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-09T00:34:46.579Z] #11 139.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-03-09T00:34:46.579Z] #11 139.8 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:34:46.579Z] #11 139.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-09T00:34:46.579Z] #11 139.8 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:34:46.579Z] #11 139.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-09T00:34:46.579Z] #11 139.9 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-09T00:34:46.579Z] #11 139.9 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:34:46.579Z] #11 139.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-09T00:34:46.579Z] #11 139.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-09T00:34:46.579Z] #11 139.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:46.579Z] #11 139.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-09T00:34:46.579Z] #11 139.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-09T00:34:46.579Z] #11 139.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:46.579Z] #11 140.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-09T00:34:46.579Z] #11 140.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-09T00:34:46.579Z] #11 140.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-09T00:34:46.579Z] #11 140.0 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-09T00:34:46.579Z] #11 140.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:34:46.801Z] #18 41.28 Selecting previously unselected package python-pip-whl. [2021-03-09T00:34:46.801Z] #18 41.30 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-09T00:34:46.801Z] #18 41.31 Unpacking python-pip-whl (18.1-5) ... [2021-03-09T00:34:46.801Z] #18 ... [2021-03-09T00:34:46.801Z] [2021-03-09T00:34:46.801Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:46.801Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:46.801Z] #41 90.10 CC criu/bfd.o [2021-03-09T00:34:46.801Z] #41 90.59 CC criu/bitmap.o [2021-03-09T00:34:46.801Z] #41 90.74 CC criu/cgroup-props.o [2021-03-09T00:34:46.801Z] #41 91.47 CC criu/cgroup.o [2021-03-09T00:34:46.801Z] #41 94.21 CC criu/clone-noasan.o [2021-03-09T00:34:46.801Z] #41 94.41 CC criu/config.o [2021-03-09T00:34:46.801Z] #41 95.73 CC criu/cr-check.o [2021-03-09T00:34:46.801Z] #41 97.56 CC criu/cr-dedup.o [2021-03-09T00:34:46.801Z] #41 97.96 CC criu/cr-dump.o [2021-03-09T00:34:46.839Z] #11 140.0 Setting up dmsetup (2:1.02.155-3) ... [2021-03-09T00:34:46.839Z] #11 140.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:34:46.839Z] #11 140.0 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-09T00:34:46.839Z] #11 140.0 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:34:46.872Z] #12 ... [2021-03-09T00:34:46.872Z] [2021-03-09T00:34:46.872Z] #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-09T00:34:46.872Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:34:46.872Z] #42 38.02 CC images/tty.o [2021-03-09T00:34:47.058Z] #41 100.3 CC criu/cr-errno.o [2021-03-09T00:34:47.058Z] #41 100.3 CC criu/cr-restore.o [2021-03-09T00:34:47.234Z] #41 21.79 CC images/core-s390.o [2021-03-09T00:34:47.315Z] #41 ... [2021-03-09T00:34:47.315Z] [2021-03-09T00:34:47.315Z] #18 [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-09T00:34:47.315Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:34:47.315Z] #18 41.89 Selecting previously unselected package python3-lib2to3. [2021-03-09T00:34:47.315Z] #18 41.89 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-09T00:34:47.315Z] #18 41.90 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-09T00:34:47.315Z] #18 41.98 Selecting previously unselected package python3-distutils. [2021-03-09T00:34:47.315Z] #18 41.99 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-09T00:34:47.494Z] #41 22.35 CC images/cpuinfo.o [2021-03-09T00:34:47.520Z] #42 38.62 CC images/file-lock.o [2021-03-09T00:34:47.571Z] #18 41.99 Unpacking python3-distutils (3.7.3-1) ... [2021-03-09T00:34:47.571Z] #18 42.14 Selecting previously unselected package python3-pip. [2021-03-09T00:34:47.571Z] #18 42.15 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-09T00:34:47.571Z] #18 42.16 Unpacking python3-pip (18.1-5) ... [2021-03-09T00:34:47.584Z] #54 48.85 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-09T00:34:47.584Z] #54 48.85 + BUILDTAGS='netgo osusergo static_build' [2021-03-09T00:34:47.584Z] #54 48.85 + export EXTRA_FLAGS=-buildmode=pie [2021-03-09T00:34:47.584Z] #54 48.85 + EXTRA_FLAGS=-buildmode=pie [2021-03-09T00:34:47.584Z] #54 48.85 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-09T00:34:47.584Z] #54 48.85 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-09T00:34:47.584Z] #54 48.85 + '[' '' = dynamic ']' [2021-03-09T00:34:47.584Z] #54 48.85 + make [2021-03-09T00:34:47.757Z] #41 ... [2021-03-09T00:34:47.757Z] [2021-03-09T00:34:47.757Z] #49 [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-09T00:34:47.757Z] #49 sha256:e273e07ee40b04555832ddebcedd237b5067000d372596693eea2bd89d6aa297 [2021-03-09T00:34:47.757Z] #49 DONE 124.2s [2021-03-09T00:34:47.757Z] [2021-03-09T00:34:47.757Z] #43 [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-09T00:34:47.757Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:34:47.757Z] #43 121.6 hash/crc32 [2021-03-09T00:34:47.757Z] #43 122.1 compress/gzip [2021-03-09T00:34:47.757Z] #43 122.5 net [2021-03-09T00:34:47.757Z] #43 122.8 vendor/golang.org/x/text/transform [2021-03-09T00:34:47.757Z] #43 123.4 vendor/golang.org/x/text/unicode/bidi [2021-03-09T00:34:47.819Z] #42 38.83 CC images/rlimit.o [2021-03-09T00:34:47.827Z] #18 42.36 Selecting previously unselected package python3-pkg-resources. [2021-03-09T00:34:47.827Z] #18 42.39 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-09T00:34:47.827Z] #18 42.40 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-09T00:34:48.083Z] #18 42.54 Selecting previously unselected package python3-setuptools. [2021-03-09T00:34:48.083Z] #18 42.55 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-09T00:34:48.083Z] #18 42.56 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-09T00:34:48.083Z] #18 42.79 Selecting previously unselected package python3-wheel. [2021-03-09T00:34:48.119Z] #42 39.15 CC images/pagemap.o [2021-03-09T00:34:48.339Z] #18 42.79 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-09T00:34:48.339Z] #18 42.80 Unpacking python3-wheel (0.32.3-2) ... [2021-03-09T00:34:48.339Z] #18 42.89 Selecting previously unselected package sudo. [2021-03-09T00:34:48.339Z] #18 42.90 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-03-09T00:34:48.339Z] #18 42.91 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-09T00:34:48.418Z] #42 39.59 CC images/siginfo.o [2021-03-09T00:34:48.565Z] #54 49.94 + bin/ctr [2021-03-09T00:34:48.718Z] #42 39.88 CC images/rpc.o [2021-03-09T00:34:48.901Z] #18 43.41 Selecting previously unselected package thin-provisioning-tools. [2021-03-09T00:34:48.901Z] #18 43.41 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-03-09T00:34:48.901Z] #18 43.43 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-09T00:34:49.141Z] #43 125.5 vendor/golang.org/x/text/secure/bidirule [2021-03-09T00:34:49.157Z] #18 43.65 Selecting previously unselected package uidmap. [2021-03-09T00:34:49.157Z] #18 43.66 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-03-09T00:34:49.157Z] #18 43.66 Unpacking uidmap (1:4.5-1.1) ... [2021-03-09T00:34:49.374Z] #11 DONE 142.2s [2021-03-09T00:34:49.374Z] [2021-03-09T00:34:49.374Z] #51 [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-09T00:34:49.374Z] #51 sha256:6b34f617ba3439f9948f1d59771bdb0a317f66ebf93981a46aece775a58c66cf [2021-03-09T00:34:49.401Z] #43 125.8 vendor/golang.org/x/text/unicode/norm [2021-03-09T00:34:49.413Z] #18 43.78 Selecting previously unselected package vim-runtime. [2021-03-09T00:34:49.413Z] #18 43.79 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:34:49.413Z] #18 43.84 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-09T00:34:49.413Z] #18 43.86 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-09T00:34:49.413Z] #18 43.87 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-09T00:34:49.953Z] #54 ... [2021-03-09T00:34:49.953Z] [2021-03-09T00:34:49.953Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:49.953Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:49.953Z] #41 18.02 make[1]: Nothing to be done for 'all'. [2021-03-09T00:34:49.953Z] #41 19.41 CC images/stats.o [2021-03-09T00:34:49.953Z] #41 19.77 CC images/core.o [2021-03-09T00:34:49.953Z] #41 20.41 CC images/core-x86.o [2021-03-09T00:34:49.953Z] #41 21.01 CC images/core-arm.o [2021-03-09T00:34:49.953Z] #41 21.37 CC images/core-aarch64.o [2021-03-09T00:34:49.953Z] #41 21.74 CC images/core-ppc64.o [2021-03-09T00:34:49.953Z] #41 22.65 CC images/core-s390.o [2021-03-09T00:34:49.953Z] #41 23.34 CC images/cpuinfo.o [2021-03-09T00:34:49.953Z] #41 23.82 CC images/inventory.o [2021-03-09T00:34:49.953Z] #41 24.04 CC images/fdinfo.o [2021-03-09T00:34:49.953Z] #41 24.43 CC images/fown.o [2021-03-09T00:34:49.953Z] #41 24.66 CC images/ns.o [2021-03-09T00:34:49.953Z] #41 24.88 CC images/regfile.o [2021-03-09T00:34:49.953Z] #41 25.07 CC images/ghost-file.o [2021-03-09T00:34:49.953Z] #41 25.37 CC images/fifo.o [2021-03-09T00:34:49.953Z] #41 25.60 CC images/remap-file-path.o [2021-03-09T00:34:49.953Z] #41 25.90 CC images/eventfd.o [2021-03-09T00:34:49.953Z] #41 26.17 CC images/eventpoll.o [2021-03-09T00:34:49.953Z] #41 26.47 CC images/fh.o [2021-03-09T00:34:49.953Z] #41 26.84 CC images/fsnotify.o [2021-03-09T00:34:49.953Z] #41 27.47 CC images/signalfd.o [2021-03-09T00:34:49.953Z] #41 27.71 CC images/fs.o [2021-03-09T00:34:49.953Z] #41 27.87 CC images/pstree.o [2021-03-09T00:34:49.953Z] #41 28.07 CC images/pipe.o [2021-03-09T00:34:49.953Z] #41 28.24 CC images/tcp-stream.o [2021-03-09T00:34:50.142Z] #11 ... [2021-03-09T00:34:50.142Z] [2021-03-09T00:34:50.142Z] #43 [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-09T00:34:50.142Z] #43 sha256:82bced187e22a2da8052608be48f5193dd7e75523cd797984b88fd2ce459d822 [2021-03-09T00:34:50.142Z] #43 100.1 net/http/httptrace [2021-03-09T00:34:50.142Z] #43 100.4 net/http [2021-03-09T00:34:50.215Z] #41 28.46 CC images/sk-packet.o [2021-03-09T00:34:50.477Z] #41 28.69 CC images/mnt.o [2021-03-09T00:34:50.738Z] #41 28.93 CC images/pipe-data.o [2021-03-09T00:34:50.754Z] #51 1.634 + RM_GOPATH=0 [2021-03-09T00:34:50.754Z] #51 1.634 + TMP_GOPATH= [2021-03-09T00:34:50.754Z] #51 1.634 + : /build [2021-03-09T00:34:50.754Z] #51 1.634 + '[' -z '' ']' [2021-03-09T00:34:50.754Z] #51 1.637 ++ mktemp -d [2021-03-09T00:34:50.754Z] #51 1.640 + export GOPATH=/tmp/tmp.gs8bTRqKPT [2021-03-09T00:34:50.754Z] #51 1.641 + GOPATH=/tmp/tmp.gs8bTRqKPT [2021-03-09T00:34:50.754Z] #51 1.641 + RM_GOPATH=1 [2021-03-09T00:34:50.754Z] #51 1.641 + case "$(go env GOARCH)" in [2021-03-09T00:34:50.754Z] #51 1.645 ++ go env GOARCH [2021-03-09T00:34:50.754Z] #51 1.666 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:50.754Z] #51 1.666 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:50.754Z] #51 1.666 ++ dirname /tmp/install/install.sh [2021-03-09T00:34:50.754Z] #51 1.668 + dir=/tmp/install [2021-03-09T00:34:50.754Z] #51 1.668 + bin=runc [2021-03-09T00:34:50.754Z] #51 1.668 + shift [2021-03-09T00:34:50.754Z] #51 1.668 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-09T00:34:50.754Z] #51 1.668 + . /tmp/install/runc.installer [2021-03-09T00:34:50.754Z] #51 1.668 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-09T00:34:50.754Z] #51 1.669 + install_runc [2021-03-09T00:34:50.754Z] #51 1.670 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-09T00:34:50.754Z] #51 1.672 + uname -r [2021-03-09T00:34:50.754Z] #51 1.676 + RUNC_BUILDTAGS='seccomp ' [2021-03-09T00:34:50.754Z] #51 1.676 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-09T00:34:50.754Z] #51 1.676 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-09T00:34:50.754Z] #51 1.677 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gs8bTRqKPT/src/github.com/opencontainers/runc [2021-03-09T00:34:50.754Z] #51 1.693 Cloning into '/tmp/tmp.gs8bTRqKPT/src/github.com/opencontainers/runc'... [2021-03-09T00:34:50.754Z] #51 ... [2021-03-09T00:34:50.754Z] [2021-03-09T00:34:50.754Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-09T00:34:50.754Z] #12 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-03-09T00:34:50.754Z] #12 DONE 1.7s [2021-03-09T00:34:50.754Z] [2021-03-09T00:34:50.754Z] #13 [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-09T00:34:50.754Z] #13 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-03-09T00:34:50.830Z] #42 41.56 CC images/ext-file.o [2021-03-09T00:34:50.830Z] #42 41.84 CC images/cgroup.o [2021-03-09T00:34:50.999Z] #41 29.12 CC images/sa.o [2021-03-09T00:34:51.261Z] #41 29.39 CC images/timer.o [2021-03-09T00:34:51.322Z] #13 ... [2021-03-09T00:34:51.323Z] [2021-03-09T00:34:51.323Z] #43 [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-09T00:34:51.323Z] #43 sha256:c04f631ddbe13747d502f1e8ae4d852e7ab2ec1b7ac742221a1bc2f7bc62ee1d [2021-03-09T00:34:51.323Z] #43 134.7 vendor/golang.org/x/net/http/httpguts [2021-03-09T00:34:51.323Z] #43 134.9 vendor/golang.org/x/net/http/httpproxy [2021-03-09T00:34:51.323Z] #43 135.5 mime/multipart [2021-03-09T00:34:51.323Z] #43 137.6 crypto/tls [2021-03-09T00:34:51.478Z] #42 42.63 CC images/userns.o [2021-03-09T00:34:51.522Z] #41 29.72 CC images/timerfd.o [2021-03-09T00:34:51.522Z] #41 29.91 CC images/mm.o [2021-03-09T00:34:51.582Z] #43 144.8 net/http/httptrace [2021-03-09T00:34:51.582Z] #43 ... [2021-03-09T00:34:51.582Z] [2021-03-09T00:34:51.582Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:51.582Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:51.582Z] #41 47.66 CC compel/arch/x86/src/lib/infect.o [2021-03-09T00:34:51.582Z] #41 48.28 CC compel/src/lib/infect-rpc.o [2021-03-09T00:34:51.582Z] #41 48.65 CC compel/src/lib/infect-util.o [2021-03-09T00:34:51.582Z] #41 48.87 CC compel/src/lib/infect.o [2021-03-09T00:34:51.784Z] #41 30.24 CC images/sk-opts.o [2021-03-09T00:34:51.843Z] #41 52.16 CC compel/src/lib/ptrace.o [2021-03-09T00:34:51.942Z] #43 ... [2021-03-09T00:34:51.942Z] [2021-03-09T00:34:51.942Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:51.942Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:51.942Z] #41 22.82 CC images/inventory.o [2021-03-09T00:34:51.942Z] #41 23.06 CC images/fdinfo.o [2021-03-09T00:34:51.942Z] #41 23.60 CC images/fown.o [2021-03-09T00:34:51.942Z] #41 23.92 CC images/ns.o [2021-03-09T00:34:51.942Z] #41 24.08 CC images/regfile.o [2021-03-09T00:34:51.942Z] #41 24.28 CC images/ghost-file.o [2021-03-09T00:34:51.942Z] #41 24.47 CC images/fifo.o [2021-03-09T00:34:51.942Z] #41 24.70 CC images/remap-file-path.o [2021-03-09T00:34:51.942Z] #41 24.86 CC images/eventfd.o [2021-03-09T00:34:51.942Z] #41 25.00 CC images/eventpoll.o [2021-03-09T00:34:51.942Z] #41 25.25 CC images/fh.o [2021-03-09T00:34:51.942Z] #41 25.51 CC images/fsnotify.o [2021-03-09T00:34:51.942Z] #41 26.01 CC images/signalfd.o [2021-03-09T00:34:51.942Z] #41 26.30 CC images/fs.o [2021-03-09T00:34:51.942Z] #41 26.48 CC images/pstree.o [2021-03-09T00:34:51.942Z] #41 26.69 CC images/pipe.o [2021-03-09T00:34:52.102Z] #41 ... [2021-03-09T00:34:52.102Z] [2021-03-09T00:34:52.102Z] #13 [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-09T00:34:52.102Z] #13 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-03-09T00:34:52.102Z] #13 DONE 1.3s [2021-03-09T00:34:52.102Z] [2021-03-09T00:34:52.102Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-09T00:34:52.102Z] #14 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-03-09T00:34:52.129Z] #42 43.02 CC images/google/protobuf/descriptor.o [2021-03-09T00:34:52.202Z] #41 26.96 CC images/tcp-stream.o [2021-03-09T00:34:52.357Z] #41 30.46 CC images/sk-unix.o [2021-03-09T00:34:52.462Z] #41 27.13 CC images/sk-packet.o [2021-03-09T00:34:52.619Z] #41 30.76 CC images/sk-inet.o [2021-03-09T00:34:52.693Z] #18 47.02 Selecting previously unselected package vim. [2021-03-09T00:34:52.693Z] #18 47.03 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-03-09T00:34:52.693Z] #18 47.05 Unpacking vim (2:8.1.0875-5) ... [2021-03-09T00:34:52.722Z] #41 27.42 CC images/mnt.o [2021-03-09T00:34:52.782Z] #42 ... [2021-03-09T00:34:52.783Z] [2021-03-09T00:34:52.783Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:52.783Z] #12 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-03-09T00:34:52.783Z] #12 116.6 Selecting previously unselected package libapparmor1:ppc64el. [2021-03-09T00:34:52.783Z] #12 116.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2021-03-09T00:34:52.783Z] #12 116.6 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2021-03-09T00:34:52.880Z] #41 31.10 CC images/tun.o [2021-03-09T00:34:52.948Z] #18 47.55 Selecting previously unselected package xfsprogs. [2021-03-09T00:34:52.948Z] #18 47.56 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-03-09T00:34:52.948Z] #18 47.57 Unpacking xfsprogs (4.20.0-1) ... [2021-03-09T00:34:52.983Z] #41 27.71 CC images/pipe-data.o [2021-03-09T00:34:53.041Z] #14 1.014 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-09T00:34:53.041Z] #14 DONE 1.1s [2021-03-09T00:34:53.041Z] [2021-03-09T00:34:53.041Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-09T00:34:53.041Z] #15 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-03-09T00:34:53.080Z] #12 116.7 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-03-09T00:34:53.080Z] #12 116.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2021-03-09T00:34:53.080Z] #12 116.7 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2021-03-09T00:34:53.080Z] #12 117.0 Selecting previously unselected package libbtrfs0. [2021-03-09T00:34:53.142Z] #41 31.33 CC images/sk-netlink.o [2021-03-09T00:34:53.243Z] #41 27.99 CC images/sa.o [2021-03-09T00:34:53.379Z] #12 117.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-03-09T00:34:53.379Z] #12 117.0 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-09T00:34:53.379Z] #12 117.1 Selecting previously unselected package libbtrfs-dev. [2021-03-09T00:34:53.379Z] #12 117.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-03-09T00:34:53.379Z] #12 117.1 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:34:53.403Z] #41 31.56 CC images/packet-sock.o [2021-03-09T00:34:53.503Z] #41 28.23 CC images/timer.o [2021-03-09T00:34:53.510Z] #18 47.99 Selecting previously unselected package zip. [2021-03-09T00:34:53.510Z] #18 47.99 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-03-09T00:34:53.510Z] #18 48.00 Unpacking zip (3.0-11+b1) ... [2021-03-09T00:34:53.510Z] #18 48.21 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-09T00:34:53.665Z] #41 31.91 CC images/ipc-var.o [2021-03-09T00:34:53.665Z] #41 32.12 CC images/ipc-desc.o [2021-03-09T00:34:53.678Z] #12 117.2 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2021-03-09T00:34:53.678Z] #12 117.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-03-09T00:34:53.678Z] #12 117.3 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-09T00:34:53.678Z] #12 117.4 Selecting previously unselected package libudev-dev:ppc64el. [2021-03-09T00:34:53.678Z] #12 117.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_ppc64el.deb ... [2021-03-09T00:34:53.678Z] #12 117.4 Unpacking libudev-dev:ppc64el (241-7~deb10u6) ... [2021-03-09T00:34:53.763Z] #41 28.54 CC images/timerfd.o [2021-03-09T00:34:53.766Z] #18 48.23 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-09T00:34:53.766Z] #18 48.25 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-03-09T00:34:53.766Z] #18 48.26 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-09T00:34:53.766Z] #18 48.28 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-03-09T00:34:53.766Z] #18 48.30 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-03-09T00:34:53.766Z] #18 48.31 Setting up uidmap (1:4.5-1.1) ... [2021-03-09T00:34:53.766Z] #18 48.32 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-03-09T00:34:53.766Z] #18 48.33 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:34:53.766Z] #18 48.34 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-09T00:34:53.766Z] #18 48.35 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:34:53.766Z] #18 48.37 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:34:53.766Z] #18 48.38 Setting up xxd (2:8.1.0875-5) ... [2021-03-09T00:34:53.766Z] #18 48.39 Setting up zip (3.0-11+b1) ... [2021-03-09T00:34:53.766Z] #18 48.40 Setting up vim-common (2:8.1.0875-5) ... [2021-03-09T00:34:53.988Z] #12 117.5 Selecting previously unselected package libsepol1-dev:ppc64el. [2021-03-09T00:34:53.988Z] #12 117.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2021-03-09T00:34:53.988Z] #12 117.5 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2021-03-09T00:34:53.988Z] #12 117.9 Selecting previously unselected package libpcre16-3:ppc64el. [2021-03-09T00:34:53.988Z] #12 117.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2021-03-09T00:34:53.988Z] #12 117.9 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2021-03-09T00:34:54.022Z] #18 48.42 Setting up bash-completion (1:2.8-6) ... [2021-03-09T00:34:54.023Z] #41 28.75 CC images/mm.o [2021-03-09T00:34:54.023Z] #41 28.99 CC images/sk-opts.o [2021-03-09T00:34:54.238Z] #41 32.32 CC images/ipc-shm.o [2021-03-09T00:34:54.287Z] #12 118.2 Selecting previously unselected package libpcre32-3:ppc64el. [2021-03-09T00:34:54.424Z] #15 DONE 1.3s [2021-03-09T00:34:54.424Z] [2021-03-09T00:34:54.424Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-09T00:34:54.424Z] #16 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-03-09T00:34:54.500Z] #41 32.57 CC images/ipc-msg.o [2021-03-09T00:34:54.500Z] #41 ... [2021-03-09T00:34:54.500Z] [2021-03-09T00:34:54.500Z] #43 [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-09T00:34:54.500Z] #43 sha256:f31d43ad85063f1d9c713cd78e56c182a21e18c8990e1d97796a591623a5bb9a [2021-03-09T00:34:54.500Z] #43 96.05 vendor/golang.org/x/text/unicode/bidi [2021-03-09T00:34:54.500Z] #43 97.84 vendor/golang.org/x/text/secure/bidirule [2021-03-09T00:34:54.500Z] #43 98.12 vendor/golang.org/x/text/unicode/norm [2021-03-09T00:34:54.500Z] #43 102.0 vendor/golang.org/x/net/idna [2021-03-09T00:34:54.500Z] #43 104.0 vendor/golang.org/x/net/http2/hpack [2021-03-09T00:34:54.500Z] #43 105.0 mime [2021-03-09T00:34:54.500Z] #43 ... [2021-03-09T00:34:54.500Z] [2021-03-09T00:34:54.500Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:54.500Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:54.500Z] #41 32.84 CC images/ipc-sem.o [2021-03-09T00:34:54.587Z] #12 118.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2021-03-09T00:34:54.587Z] #12 118.2 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2021-03-09T00:34:54.593Z] #41 29.22 CC images/sk-unix.o [2021-03-09T00:34:54.762Z] #41 33.00 CC images/utsns.o [2021-03-09T00:34:54.853Z] #41 29.54 CC images/sk-inet.o [2021-03-09T00:34:54.893Z] #12 118.4 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2021-03-09T00:34:54.893Z] #12 118.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2021-03-09T00:34:54.893Z] #12 118.5 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-03-09T00:34:54.893Z] #12 118.6 Selecting previously unselected package libpcre3-dev:ppc64el. [2021-03-09T00:34:54.893Z] #12 118.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2021-03-09T00:34:54.893Z] #12 118.6 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2021-03-09T00:34:55.024Z] #41 33.18 CC images/creds.o [2021-03-09T00:34:55.024Z] #41 33.40 CC images/vma.o [2021-03-09T00:34:55.113Z] #41 29.85 CC images/tun.o [2021-03-09T00:34:55.226Z] #12 119.0 Selecting previously unselected package libselinux1-dev:ppc64el. [2021-03-09T00:34:55.226Z] #12 119.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2021-03-09T00:34:55.226Z] #12 119.1 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-03-09T00:34:55.285Z] #41 33.59 CC images/netdev.o [2021-03-09T00:34:55.373Z] #41 30.19 CC images/sk-netlink.o [2021-03-09T00:34:55.525Z] #12 119.3 Selecting previously unselected package libdevmapper-dev:ppc64el. [2021-03-09T00:34:55.525Z] #12 119.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2021-03-09T00:34:55.525Z] #12 119.3 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-03-09T00:34:55.525Z] #12 119.5 Selecting previously unselected package libseccomp-dev:ppc64el. [2021-03-09T00:34:55.532Z] #43 ... [2021-03-09T00:34:55.532Z] [2021-03-09T00:34:55.532Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:55.532Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:34:55.532Z] #41 28.55 CC images/fh.o [2021-03-09T00:34:55.532Z] #41 29.01 CC images/fsnotify.o [2021-03-09T00:34:55.532Z] #41 29.76 CC images/signalfd.o [2021-03-09T00:34:55.532Z] #41 30.20 CC images/fs.o [2021-03-09T00:34:55.532Z] #41 30.49 CC images/pstree.o [2021-03-09T00:34:55.532Z] #41 30.68 CC images/pipe.o [2021-03-09T00:34:55.532Z] #41 30.97 CC images/tcp-stream.o [2021-03-09T00:34:55.532Z] #41 31.24 CC images/sk-packet.o [2021-03-09T00:34:55.532Z] #41 31.68 CC images/mnt.o [2021-03-09T00:34:55.532Z] #41 31.98 CC images/pipe-data.o [2021-03-09T00:34:55.532Z] #41 32.25 CC images/sa.o [2021-03-09T00:34:55.532Z] #41 32.60 CC images/timer.o [2021-03-09T00:34:55.532Z] #41 33.00 CC images/timerfd.o [2021-03-09T00:34:55.532Z] #41 33.33 CC images/mm.o [2021-03-09T00:34:55.532Z] #41 33.75 CC images/sk-opts.o [2021-03-09T00:34:55.532Z] #41 33.90 CC images/sk-unix.o [2021-03-09T00:34:55.532Z] #41 34.17 CC images/sk-inet.o [2021-03-09T00:34:55.532Z] #41 34.66 CC images/tun.o [2021-03-09T00:34:55.532Z] #41 34.91 CC images/sk-netlink.o [2021-03-09T00:34:55.532Z] #41 35.20 CC images/packet-sock.o [2021-03-09T00:34:55.532Z] #41 35.74 CC images/ipc-var.o [2021-03-09T00:34:55.532Z] #41 36.01 CC images/ipc-desc.o [2021-03-09T00:34:55.532Z] #41 36.25 CC images/ipc-shm.o [2021-03-09T00:34:55.532Z] #41 36.64 CC images/ipc-msg.o [2021-03-09T00:34:55.532Z] #41 37.03 CC images/ipc-sem.o [2021-03-09T00:34:55.532Z] #41 37.47 CC images/utsns.o [2021-03-09T00:34:55.532Z] #41 37.82 CC images/creds.o [2021-03-09T00:34:55.532Z] #41 38.19 CC images/vma.o [2021-03-09T00:34:55.634Z] #41 30.40 CC images/packet-sock.o [2021-03-09T00:34:55.797Z] #41 38.45 CC images/netdev.o [2021-03-09T00:34:55.810Z] #16 DONE 1.2s [2021-03-09T00:34:55.810Z] [2021-03-09T00:34:55.810Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2021-03-09T00:34:55.810Z] #17 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-03-09T00:34:55.827Z] #12 119.5 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2021-03-09T00:34:55.827Z] #12 119.5 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2021-03-09T00:34:55.827Z] #12 119.6 Selecting previously unselected package libsystemd-dev:ppc64el. [2021-03-09T00:34:55.827Z] #12 119.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_ppc64el.deb ... [2021-03-09T00:34:55.827Z] #12 119.6 Unpacking libsystemd-dev:ppc64el (241-7~deb10u6) ... [2021-03-09T00:34:55.858Z] #41 34.04 CC images/tty.o [2021-03-09T00:34:56.060Z] #41 38.79 CC images/tty.o [2021-03-09T00:34:56.204Z] #41 30.77 CC images/ipc-var.o [2021-03-09T00:34:56.204Z] #41 30.95 CC images/ipc-desc.o [2021-03-09T00:34:56.204Z] #41 31.15 CC images/ipc-shm.o [2021-03-09T00:34:56.431Z] #41 34.52 CC images/file-lock.o [2021-03-09T00:34:56.431Z] #41 34.70 CC images/rlimit.o [2021-03-09T00:34:56.486Z] #12 120.2 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-03-09T00:34:56.486Z] #12 120.2 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2021-03-09T00:34:56.486Z] #12 120.2 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2021-03-09T00:34:56.486Z] #12 120.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-09T00:34:56.486Z] #12 120.3 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2021-03-09T00:34:56.486Z] #12 120.3 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2021-03-09T00:34:56.486Z] #12 120.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:56.486Z] #12 120.3 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-09T00:34:56.486Z] #12 120.3 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2021-03-09T00:34:56.486Z] #12 120.3 Setting up libudev-dev:ppc64el (241-7~deb10u6) ... [2021-03-09T00:34:56.486Z] #12 120.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-09T00:34:56.486Z] #12 120.4 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:34:56.486Z] #12 120.4 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2021-03-09T00:34:56.486Z] #12 120.4 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-09T00:34:56.486Z] #12 120.4 Setting up libsystemd-dev:ppc64el (241-7~deb10u6) ... [2021-03-09T00:34:56.486Z] #12 120.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-09T00:34:56.637Z] #41 39.29 CC images/file-lock.o [2021-03-09T00:34:56.637Z] #41 39.49 CC images/rlimit.o [2021-03-09T00:34:56.692Z] #41 34.88 CC images/pagemap.o [2021-03-09T00:34:56.747Z] #17 DONE 1.2s [2021-03-09T00:34:56.747Z] [2021-03-09T00:34:56.747Z] #18 [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-09T00:34:56.747Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:34:56.775Z] #41 31.37 CC images/ipc-msg.o [2021-03-09T00:34:56.775Z] #41 31.61 CC images/ipc-sem.o [2021-03-09T00:34:56.786Z] #12 120.4 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2021-03-09T00:34:56.786Z] #12 120.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:56.786Z] #12 120.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-09T00:34:56.786Z] #12 120.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-09T00:34:56.787Z] #12 120.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:56.787Z] #12 120.5 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-09T00:34:56.787Z] #12 120.5 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-09T00:34:56.787Z] #12 120.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-09T00:34:56.787Z] #12 120.5 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-03-09T00:34:56.787Z] #12 120.5 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-09T00:34:56.787Z] #12 120.5 Setting up dmsetup (2:1.02.155-3) ... [2021-03-09T00:34:56.787Z] #12 120.5 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-09T00:34:56.787Z] #12 120.5 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-03-09T00:34:56.787Z] #12 120.5 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:34:56.900Z] #41 ... [2021-03-09T00:34:56.900Z] [2021-03-09T00:34:56.900Z] #56 [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-09T00:34:56.900Z] #56 sha256:b10981a5973d3dfda685f11ee6cc0087e707ba148259755fdb34e6b84372cbdc [2021-03-09T00:34:56.900Z] #56 97.77 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-09T00:34:56.901Z] #56 97.77 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-09T00:34:56.901Z] #56 DONE 107.2s [2021-03-09T00:34:56.901Z] [2021-03-09T00:34:56.901Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:56.901Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:34:56.901Z] #41 39.66 CC images/pagemap.o [2021-03-09T00:34:56.954Z] #41 35.21 CC images/siginfo.o [2021-03-09T00:34:57.035Z] #41 31.85 CC images/utsns.o [2021-03-09T00:34:57.164Z] #41 ... [2021-03-09T00:34:57.164Z] [2021-03-09T00:34:57.164Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-09T00:34:57.164Z] #57 sha256:49678facbd946a02a5c7ba79d8a2804e0f4b2e74636ae34ce0d812ac51ada686 [2021-03-09T00:34:57.164Z] #57 DONE 0.2s [2021-03-09T00:34:57.216Z] #41 35.44 CC images/rpc.o [2021-03-09T00:34:57.289Z] #18 51.25 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-03-09T00:34:57.290Z] #18 51.26 Setting up xz-utils (5.2.4-1) ... [2021-03-09T00:34:57.290Z] #18 51.27 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-09T00:34:57.290Z] #18 51.29 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-09T00:34:57.290Z] #18 51.36 invoke-rc.d: could not determine current runlevel [2021-03-09T00:34:57.290Z] #18 51.37 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-09T00:34:57.290Z] #18 51.37 Setting up pigz (2.4-1) ... [2021-03-09T00:34:57.290Z] #18 51.39 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-09T00:34:57.290Z] #18 51.40 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:34:57.290Z] #18 51.42 Setting up python-pip-whl (18.1-5) ... [2021-03-09T00:34:57.290Z] #18 51.43 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-03-09T00:34:57.290Z] #18 51.44 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-09T00:34:57.290Z] #18 51.88 Setting up libaio1:amd64 (0.3.112-3) ... [2021-03-09T00:34:57.290Z] #18 51.89 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:34:57.290Z] #18 51.90 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:34:57.290Z] #18 51.92 Setting up vim (2:8.1.0875-5) ... [2021-03-09T00:34:57.290Z] #18 51.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-09T00:34:57.295Z] #41 ... [2021-03-09T00:34:57.295Z] [2021-03-09T00:34:57.295Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:57.295Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:34:57.295Z] #11 133.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-09T00:34:57.295Z] #11 133.6 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-09T00:34:57.295Z] #11 133.6 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:57.431Z] [2021-03-09T00:34:57.431Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-09T00:34:57.431Z] #58 sha256:086ae4a2b0f1d1dddb5b0f465cc1dfdd10f7801494390adeca7b42adbb0f739e [2021-03-09T00:34:57.431Z] #58 DONE 0.2s [2021-03-09T00:34:57.431Z] [2021-03-09T00:34:57.431Z] #38 [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-09T00:34:57.431Z] #38 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-03-09T00:34:57.431Z] #38 ... [2021-03-09T00:34:57.431Z] [2021-03-09T00:34:57.431Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:57.431Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:34:57.431Z] #41 40.19 CC images/siginfo.o [2021-03-09T00:34:57.441Z] #12 DONE 121.0s [2021-03-09T00:34:57.441Z] [2021-03-09T00:34:57.441Z] #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-09T00:34:57.441Z] #52 sha256:391ee5199bdf738346dcfaa69e5e614e0ee40d292714bcec9e820270738dece9 [2021-03-09T00:34:57.545Z] #18 52.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-09T00:34:57.545Z] #18 52.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-09T00:34:57.545Z] #18 52.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-09T00:34:57.545Z] #18 52.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-09T00:34:57.545Z] #18 52.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-09T00:34:57.545Z] #18 52.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-09T00:34:57.545Z] #18 52.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-09T00:34:57.742Z] #52 0.538 + RM_GOPATH=0 [2021-03-09T00:34:57.742Z] #52 0.540 + TMP_GOPATH= [2021-03-09T00:34:57.742Z] #52 0.542 + : /build [2021-03-09T00:34:57.742Z] #52 0.543 + '[' -z '' ']' [2021-03-09T00:34:57.742Z] #52 ... [2021-03-09T00:34:57.742Z] [2021-03-09T00:34:57.742Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-09T00:34:57.742Z] #13 sha256:b94135c23903589bfeef79bd7a859aa77f5d77cac2e64aae46b4183454a3e060 [2021-03-09T00:34:57.742Z] #13 DONE 0.6s [2021-03-09T00:34:57.742Z] [2021-03-09T00:34:57.742Z] #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-09T00:34:57.742Z] #52 sha256:391ee5199bdf738346dcfaa69e5e614e0ee40d292714bcec9e820270738dece9 [2021-03-09T00:34:57.742Z] #52 0.545 ++ mktemp -d [2021-03-09T00:34:57.742Z] #52 0.547 + export GOPATH=/tmp/tmp.7fqyvqqZU2 [2021-03-09T00:34:57.742Z] #52 0.547 + GOPATH=/tmp/tmp.7fqyvqqZU2 [2021-03-09T00:34:57.742Z] #52 0.548 + RM_GOPATH=1 [2021-03-09T00:34:57.742Z] #52 0.549 + case "$(go env GOARCH)" in [2021-03-09T00:34:57.742Z] #52 0.550 ++ go env GOARCH [2021-03-09T00:34:57.742Z] #52 0.573 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:57.742Z] #52 0.574 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:34:57.742Z] #52 0.576 ++ dirname /tmp/install/install.sh [2021-03-09T00:34:57.742Z] #52 0.578 + dir=/tmp/install [2021-03-09T00:34:57.742Z] #52 0.579 + bin=runc [2021-03-09T00:34:57.742Z] #52 0.580 + shift [2021-03-09T00:34:57.742Z] #52 0.581 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-09T00:34:57.742Z] #52 0.582 + . /tmp/install/runc.installer [2021-03-09T00:34:57.742Z] #52 0.587 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-09T00:34:57.742Z] #52 0.589 + install_runc [2021-03-09T00:34:57.742Z] #52 0.590 + uname -r [2021-03-09T00:34:57.742Z] #52 0.592 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-09T00:34:57.742Z] #52 0.597 + RUNC_BUILDTAGS='seccomp ' [2021-03-09T00:34:57.742Z] #52 0.597 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-09T00:34:57.742Z] #52 0.598 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-09T00:34:57.742Z] #52 0.598 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.7fqyvqqZU2/src/github.com/opencontainers/runc [2021-03-09T00:34:57.742Z] #52 0.600 Cloning into '/tmp/tmp.7fqyvqqZU2/src/github.com/opencontainers/runc'... [2021-03-09T00:34:57.802Z] #18 52.37 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:34:57.802Z] #18 52.38 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-09T00:34:57.802Z] #18 52.39 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-09T00:34:57.802Z] #18 52.41 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-09T00:34:57.802Z] #18 52.42 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-09T00:34:58.007Z] #41 40.59 CC images/rpc.o [2021-03-09T00:34:58.058Z] #18 52.54 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-09T00:34:58.177Z] #41 36.57 CC images/ext-file.o [2021-03-09T00:34:58.388Z] #52 ... [2021-03-09T00:34:58.388Z] [2021-03-09T00:34:58.388Z] #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-09T00:34:58.388Z] #14 sha256:019f51ecfd803723b0b9a61b7e05ba706e9d86a078f72d077a8ab43eeb2e9ccc [2021-03-09T00:34:58.388Z] #14 DONE 0.6s [2021-03-09T00:34:58.439Z] #41 36.77 CC images/cgroup.o [2021-03-09T00:34:58.653Z] #18 1.575 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:34:58.653Z] #18 1.666 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:34:58.653Z] #18 1.762 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:34:58.688Z] [2021-03-09T00:34:58.688Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-09T00:34:58.688Z] #15 sha256:fa150b462abe21c0842ca3bb8b2af46cbb6f2141aee1950feab35c3a2258ce13 [2021-03-09T00:34:58.688Z] #15 0.238 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-09T00:34:58.688Z] #15 DONE 0.3s [2021-03-09T00:34:58.688Z] [2021-03-09T00:34:58.688Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-09T00:34:58.688Z] #16 sha256:655a7efebbd89ea6256be84d236e344c608f082a642e9394768d9520c8284f07 [2021-03-09T00:34:58.701Z] #41 ... [2021-03-09T00:34:58.701Z] [2021-03-09T00:34:58.701Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:34:58.701Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:34:58.701Z] #11 100.5 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-09T00:34:58.701Z] #11 100.5 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-09T00:34:58.701Z] #11 100.5 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:34:58.912Z] #18 ... [2021-03-09T00:34:58.912Z] [2021-03-09T00:34:58.912Z] #56 [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-09T00:34:58.912Z] #56 sha256:e565820459b59c12c7501f0be1a788c6dbd23db77fdb3f4807fa89ee7c40b665 [2021-03-09T00:34:58.912Z] #56 142.3 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-09T00:34:58.912Z] #56 142.3 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-09T00:34:58.956Z] #41 41.64 CC images/ext-file.o [2021-03-09T00:34:58.956Z] #41 41.78 CC images/cgroup.o [2021-03-09T00:34:58.963Z] #11 ... [2021-03-09T00:34:58.963Z] [2021-03-09T00:34:58.963Z] #43 [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-09T00:34:58.963Z] #43 sha256:f31d43ad85063f1d9c713cd78e56c182a21e18c8990e1d97796a591623a5bb9a [2021-03-09T00:34:58.963Z] #43 106.8 mime/quotedprintable [2021-03-09T00:34:58.963Z] #43 107.2 net/http/internal [2021-03-09T00:34:59.171Z] #56 ... [2021-03-09T00:34:59.171Z] [2021-03-09T00:34:59.171Z] #18 [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-09T00:34:59.171Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:34:59.171Z] #18 2.335 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:34:59.171Z] #18 ... [2021-03-09T00:34:59.171Z] [2021-03-09T00:34:59.171Z] #56 [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-09T00:34:59.171Z] #56 sha256:e565820459b59c12c7501f0be1a788c6dbd23db77fdb3f4807fa89ee7c40b665 [2021-03-09T00:34:59.171Z] #56 DONE 152.6s [2021-03-09T00:34:59.347Z] #16 DONE 0.4s [2021-03-09T00:34:59.347Z] [2021-03-09T00:34:59.347Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-09T00:34:59.347Z] #17 sha256:014420600259ce67fcf640c2e80d4638883d75766789d4038d9d929517221565 [2021-03-09T00:34:59.433Z] [2021-03-09T00:34:59.433Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-09T00:34:59.433Z] #57 sha256:d1671f3a57d080ad73c002f5bec79dc0eab31b3ade2d26f649686ba161eb0d0c [2021-03-09T00:34:59.433Z] #57 DONE 0.1s [2021-03-09T00:34:59.433Z] [2021-03-09T00:34:59.433Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-09T00:34:59.433Z] #58 sha256:d19bb8278ef35768295dc61d11f08b940f0ef9913dea072462d6f493fbbf1d5b [2021-03-09T00:34:59.433Z] #58 DONE 0.1s [2021-03-09T00:34:59.433Z] [2021-03-09T00:34:59.433Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:34:59.433Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:34:59.433Z] #41 52.78 AR compel/libcompel.a [2021-03-09T00:34:59.433Z] #41 52.95 HOSTCC compel/src/main-host.o [2021-03-09T00:34:59.433Z] #41 53.35 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-03-09T00:34:59.433Z] #41 53.56 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-09T00:34:59.433Z] #41 54.14 HOSTCC compel/src/lib/log-host.o [2021-03-09T00:34:59.433Z] #41 54.36 HOSTLINK compel/compel-host-bin [2021-03-09T00:34:59.433Z] #41 54.55 DEP soccr/soccr.d [2021-03-09T00:34:59.433Z] #41 54.82 CC soccr/soccr.o [2021-03-09T00:34:59.433Z] #41 56.89 AR soccr/libsoccr.a [2021-03-09T00:34:59.433Z] #41 56.94 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-09T00:34:59.433Z] #41 57.71 DEP criu/arch/x86/sigframe.d [2021-03-09T00:34:59.433Z] #41 57.80 DEP criu/arch/x86/sigaction_compat.d [2021-03-09T00:34:59.433Z] #41 57.95 DEP criu/arch/x86/kerndat.d [2021-03-09T00:34:59.433Z] #41 58.06 DEP criu/arch/x86/crtools.d [2021-03-09T00:34:59.433Z] #41 58.19 DEP criu/arch/x86/cpu.d [2021-03-09T00:34:59.433Z] #41 58.36 CC criu/arch/x86/cpu.o [2021-03-09T00:34:59.433Z] #41 59.03 CC criu/arch/x86/crtools.o [2021-03-09T00:34:59.541Z] #41 42.21 CC images/userns.o [2021-03-09T00:34:59.545Z] #43 111.2 net/textproto [2021-03-09T00:34:59.545Z] #43 111.2 crypto/x509 [2021-03-09T00:34:59.647Z] #17 DONE 0.4s [2021-03-09T00:34:59.647Z] [2021-03-09T00:34:59.647Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-03-09T00:34:59.647Z] #18 sha256:b5c691b79a79694b2c56e6ee2a28b3911ddca902f50501f5c24b9b08f71dc2fc [2021-03-09T00:34:59.952Z] #18 DONE 0.3s [2021-03-09T00:34:59.952Z] [2021-03-09T00:34:59.952Z] #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-09T00:34:59.952Z] #19 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-03-09T00:35:00.120Z] #41 42.77 CC images/google/protobuf/descriptor.o [2021-03-09T00:35:00.253Z] #19 0.480 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:35:00.375Z] #41 60.77 CC criu/arch/x86/kerndat.o [2021-03-09T00:35:00.555Z] #19 0.566 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:35:00.555Z] #19 0.574 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:35:00.933Z] #43 112.3 vendor/golang.org/x/net/http/httpguts [2021-03-09T00:35:00.933Z] #43 112.6 vendor/golang.org/x/net/http/httpproxy [2021-03-09T00:35:01.195Z] #43 113.0 mime/multipart [2021-03-09T00:35:01.313Z] #41 61.80 CC criu/arch/x86/sigaction_compat.o [2021-03-09T00:35:01.314Z] #41 ... [2021-03-09T00:35:01.314Z] [2021-03-09T00:35:01.314Z] #18 [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-09T00:35:01.314Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:35:01.314Z] #18 4.544 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:35:01.324Z] #18 55.55 Setting up iptables (1.8.2-4) ... [2021-03-09T00:35:01.324Z] #18 55.56 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-09T00:35:01.324Z] #18 55.58 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-09T00:35:01.324Z] #18 55.58 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-09T00:35:01.324Z] #18 55.59 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-09T00:35:01.324Z] #18 55.60 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-09T00:35:01.324Z] #18 55.61 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-09T00:35:01.324Z] #18 55.62 Setting up python3 (3.7.3-1) ... [2021-03-09T00:35:01.581Z] #18 56.10 Setting up python3-wheel (0.32.3-2) ... [2021-03-09T00:35:01.581Z] #18 ... [2021-03-09T00:35:01.581Z] [2021-03-09T00:35:01.581Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:01.581Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:01.581Z] #41 104.9 CC criu/cr-service.o [2021-03-09T00:35:01.581Z] #41 106.6 CC criu/crtools.o [2021-03-09T00:35:01.581Z] #41 107.1 CC criu/eventfd.o [2021-03-09T00:35:01.581Z] #41 107.5 CC criu/eventpoll.o [2021-03-09T00:35:01.581Z] #41 108.3 CC criu/external.o [2021-03-09T00:35:01.581Z] #41 108.7 CC criu/fault-injection.o [2021-03-09T00:35:01.581Z] #41 108.8 CC criu/fdstore.o [2021-03-09T00:35:01.581Z] #41 109.1 CC criu/fifo.o [2021-03-09T00:35:01.581Z] #41 109.6 CC criu/file-ids.o [2021-03-09T00:35:01.581Z] #41 109.9 CC criu/file-lock.o [2021-03-09T00:35:01.581Z] #41 110.7 CC criu/files-ext.o [2021-03-09T00:35:01.581Z] #41 111.0 CC criu/files-reg.o [2021-03-09T00:35:01.581Z] #41 113.0 CC criu/files.o [2021-03-09T00:35:01.837Z] #41 115.1 CC criu/filesystems.o [2021-03-09T00:35:01.881Z] #18 ... [2021-03-09T00:35:01.881Z] [2021-03-09T00:35:01.881Z] #43 [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-09T00:35:01.881Z] #43 sha256:c04f631ddbe13747d502f1e8ae4d852e7ab2ec1b7ac742221a1bc2f7bc62ee1d [2021-03-09T00:35:01.881Z] #43 145.2 net/http [2021-03-09T00:35:02.046Z] #41 44.47 CC images/opts.o [2021-03-09T00:35:02.047Z] #41 44.75 CC images/seccomp.o [2021-03-09T00:35:02.121Z] #19 1.940 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-09T00:35:02.140Z] #43 ... [2021-03-09T00:35:02.140Z] [2021-03-09T00:35:02.140Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:02.140Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:02.140Z] #41 37.25 CC images/userns.o [2021-03-09T00:35:02.140Z] #41 37.55 CC images/google/protobuf/descriptor.o [2021-03-09T00:35:02.140Z] #41 39.13 CC images/opts.o [2021-03-09T00:35:02.140Z] #41 39.33 CC images/seccomp.o [2021-03-09T00:35:02.140Z] #41 39.64 CC images/binfmt-misc.o [2021-03-09T00:35:02.140Z] #41 39.84 CC images/time.o [2021-03-09T00:35:02.140Z] #41 40.01 CC images/sysctl.o [2021-03-09T00:35:02.140Z] #41 40.27 CC images/autofs.o [2021-03-09T00:35:02.140Z] #41 40.47 CC images/macvlan.o [2021-03-09T00:35:02.141Z] #43 ... [2021-03-09T00:35:02.141Z] [2021-03-09T00:35:02.141Z] #51 [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-09T00:35:02.141Z] #51 sha256:6b34f617ba3439f9948f1d59771bdb0a317f66ebf93981a46aece775a58c66cf [2021-03-09T00:35:02.141Z] #51 12.83 + cd /tmp/tmp.gs8bTRqKPT/src/github.com/opencontainers/runc [2021-03-09T00:35:02.141Z] #51 12.83 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-09T00:35:02.141Z] #51 13.21 + '[' -z '' ']' [2021-03-09T00:35:02.141Z] #51 13.21 + target=static [2021-03-09T00:35:02.141Z] #51 13.21 + make 'BUILDTAGS=seccomp ' static [2021-03-09T00:35:02.310Z] #41 45.03 CC images/binfmt-misc.o [2021-03-09T00:35:02.400Z] #41 ... [2021-03-09T00:35:02.400Z] [2021-03-09T00:35:02.400Z] #18 [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-09T00:35:02.400Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:35:02.400Z] #18 56.86 Setting up apparmor (2.13.2-10) ... [2021-03-09T00:35:02.400Z] #51 13.63 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-09T00:35:02.401Z] #41 40.67 CC images/sit.o [2021-03-09T00:35:02.578Z] #41 45.25 CC images/time.o [2021-03-09T00:35:02.663Z] #41 40.94 CC images/memfd.o [2021-03-09T00:35:02.841Z] #41 45.50 CC images/sysctl.o [2021-03-09T00:35:02.841Z] #41 45.65 CC images/autofs.o [2021-03-09T00:35:02.926Z] #41 41.20 CC images/timens.o [2021-03-09T00:35:03.105Z] #41 ... [2021-03-09T00:35:03.105Z] [2021-03-09T00:35:03.105Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:35:03.105Z] #11 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-03-09T00:35:03.105Z] #11 111.6 Selecting previously unselected package libapparmor1:arm64. [2021-03-09T00:35:03.105Z] #11 111.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2021-03-09T00:35:03.105Z] #11 111.7 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-03-09T00:35:03.105Z] #11 111.9 Selecting previously unselected package libapparmor-dev:arm64. [2021-03-09T00:35:03.105Z] #11 111.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-03-09T00:35:03.105Z] #11 111.9 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-03-09T00:35:03.105Z] #11 112.1 Selecting previously unselected package libbtrfs0. [2021-03-09T00:35:03.105Z] #11 112.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2021-03-09T00:35:03.105Z] #11 112.1 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-09T00:35:03.105Z] #11 112.2 Selecting previously unselected package libbtrfs-dev. [2021-03-09T00:35:03.105Z] #11 112.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-03-09T00:35:03.105Z] #11 112.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:35:03.105Z] #11 112.4 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-03-09T00:35:03.105Z] #11 112.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-03-09T00:35:03.105Z] #11 112.4 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-03-09T00:35:03.105Z] #11 112.5 Selecting previously unselected package libudev-dev:arm64. [2021-03-09T00:35:03.105Z] #11 112.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_arm64.deb ... [2021-03-09T00:35:03.105Z] #11 112.6 Unpacking libudev-dev:arm64 (241-7~deb10u6) ... [2021-03-09T00:35:03.105Z] #11 112.7 Selecting previously unselected package libsepol1-dev:arm64. [2021-03-09T00:35:03.105Z] #11 112.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2021-03-09T00:35:03.105Z] #11 112.7 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2021-03-09T00:35:03.105Z] #11 113.1 Selecting previously unselected package libpcre16-3:arm64. [2021-03-09T00:35:03.105Z] #11 113.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2021-03-09T00:35:03.105Z] #11 113.1 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2021-03-09T00:35:03.105Z] #11 113.3 Selecting previously unselected package libpcre32-3:arm64. [2021-03-09T00:35:03.105Z] #11 113.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2021-03-09T00:35:03.105Z] #11 113.3 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2021-03-09T00:35:03.189Z] #41 41.44 LINK images/built-in.o [2021-03-09T00:35:03.189Z] #41 41.60 GEN compel/include/asm [2021-03-09T00:35:03.189Z] #41 41.62 GEN compel/include/version.h [2021-03-09T00:35:03.369Z] #11 113.6 Selecting previously unselected package libpcrecpp0v5:arm64. [2021-03-09T00:35:03.369Z] #11 113.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2021-03-09T00:35:03.369Z] #11 113.6 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-03-09T00:35:03.369Z] #11 113.8 Selecting previously unselected package libpcre3-dev:arm64. [2021-03-09T00:35:03.369Z] #11 113.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2021-03-09T00:35:03.369Z] #11 113.8 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2021-03-09T00:35:03.450Z] #41 41.65 touch .config [2021-03-09T00:35:03.451Z] #41 41.71 GEN include/common/config.h [2021-03-09T00:35:03.451Z] #41 41.80 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-03-09T00:35:03.451Z] #41 41.82 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-03-09T00:35:03.451Z] #41 41.84 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-03-09T00:35:03.451Z] #41 41.87 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-03-09T00:35:03.663Z] #19 3.541 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-03-09T00:35:03.713Z] #41 41.90 DEP compel/arch/x86/plugins/std/memcpy.d [2021-03-09T00:35:03.713Z] #41 41.93 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-03-09T00:35:03.713Z] #41 41.95 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-09T00:35:03.713Z] #41 41.99 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-03-09T00:35:03.713Z] #41 42.01 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-09T00:35:03.713Z] #41 42.04 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-09T00:35:03.713Z] #41 42.04 DEP compel/plugins/std/infect.d [2021-03-09T00:35:03.875Z] #11 ... [2021-03-09T00:35:03.875Z] [2021-03-09T00:35:03.875Z] #43 [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-09T00:35:03.875Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:35:03.875Z] #43 129.2 vendor/golang.org/x/net/idna [2021-03-09T00:35:03.875Z] #43 131.1 vendor/golang.org/x/net/http2/hpack [2021-03-09T00:35:03.875Z] #43 132.2 mime [2021-03-09T00:35:03.875Z] #43 133.9 mime/quotedprintable [2021-03-09T00:35:03.875Z] #43 134.3 net/http/internal [2021-03-09T00:35:03.875Z] #43 139.1 net/textproto [2021-03-09T00:35:03.875Z] #43 139.1 crypto/x509 [2021-03-09T00:35:03.875Z] #43 ... [2021-03-09T00:35:03.875Z] [2021-03-09T00:35:03.875Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:03.875Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:03.875Z] #41 32.13 CC images/creds.o [2021-03-09T00:35:03.875Z] #41 32.38 CC images/vma.o [2021-03-09T00:35:03.875Z] #41 32.67 CC images/netdev.o [2021-03-09T00:35:03.875Z] #41 33.00 CC images/tty.o [2021-03-09T00:35:03.875Z] #41 33.51 CC images/file-lock.o [2021-03-09T00:35:03.875Z] #41 33.71 CC images/rlimit.o [2021-03-09T00:35:03.875Z] #41 33.88 CC images/pagemap.o [2021-03-09T00:35:03.875Z] #41 34.13 CC images/siginfo.o [2021-03-09T00:35:03.875Z] #41 34.37 CC images/rpc.o [2021-03-09T00:35:03.875Z] #41 35.37 CC images/ext-file.o [2021-03-09T00:35:03.875Z] #41 35.63 CC images/cgroup.o [2021-03-09T00:35:03.875Z] #41 36.31 CC images/userns.o [2021-03-09T00:35:03.875Z] #41 36.52 CC images/google/protobuf/descriptor.o [2021-03-09T00:35:03.875Z] #41 38.07 CC images/opts.o [2021-03-09T00:35:03.875Z] #41 38.30 CC images/seccomp.o [2021-03-09T00:35:03.875Z] #41 ... [2021-03-09T00:35:03.875Z] [2021-03-09T00:35:03.875Z] #43 [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-09T00:35:03.875Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:35:03.875Z] #43 140.2 vendor/golang.org/x/net/http/httpguts [2021-03-09T00:35:03.945Z] #11 114.4 Selecting previously unselected package libselinux1-dev:arm64. [2021-03-09T00:35:03.946Z] #11 114.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2021-03-09T00:35:03.946Z] #11 114.4 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2021-03-09T00:35:03.975Z] #41 42.15 DEP compel/plugins/std/string.d [2021-03-09T00:35:03.975Z] #41 42.23 DEP compel/plugins/std/log.d [2021-03-09T00:35:03.975Z] #41 42.31 DEP compel/plugins/std/fds.d [2021-03-09T00:35:04.136Z] #43 140.5 vendor/golang.org/x/net/http/httpproxy [2021-03-09T00:35:04.236Z] #41 42.44 DEP compel/plugins/std/std.d [2021-03-09T00:35:04.236Z] #41 42.53 DEP compel/plugins/shmem/shmem.d [2021-03-09T00:35:04.236Z] #41 ... [2021-03-09T00:35:04.236Z] [2021-03-09T00:35:04.236Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:35:04.236Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:35:04.236Z] #11 116.0 Selecting previously unselected package libapparmor1:amd64. [2021-03-09T00:35:04.236Z] #11 116.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-03-09T00:35:04.236Z] #11 116.0 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-03-09T00:35:04.236Z] #11 116.1 Selecting previously unselected package libapparmor-dev:amd64. [2021-03-09T00:35:04.292Z] #18 58.54 Setting up xfsprogs (4.20.0-1) ... [2021-03-09T00:35:04.292Z] #18 58.56 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-09T00:35:04.292Z] #18 58.96 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-09T00:35:04.311Z] #19 ... [2021-03-09T00:35:04.311Z] [2021-03-09T00:35:04.311Z] #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-09T00:35:04.311Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:35:04.311Z] #42 45.49 CC images/opts.o [2021-03-09T00:35:04.311Z] #42 45.75 CC images/seccomp.o [2021-03-09T00:35:04.311Z] #42 45.99 CC images/binfmt-misc.o [2021-03-09T00:35:04.311Z] #42 46.12 CC images/time.o [2021-03-09T00:35:04.311Z] #42 46.29 CC images/sysctl.o [2021-03-09T00:35:04.311Z] #42 46.55 CC images/autofs.o [2021-03-09T00:35:04.311Z] #42 46.80 CC images/macvlan.o [2021-03-09T00:35:04.311Z] #42 46.99 CC images/sit.o [2021-03-09T00:35:04.311Z] #42 47.23 CC images/memfd.o [2021-03-09T00:35:04.311Z] #42 47.74 CC images/timens.o [2021-03-09T00:35:04.311Z] #42 48.11 LINK images/built-in.o [2021-03-09T00:35:04.311Z] #42 48.35 GEN compel/include/asm [2021-03-09T00:35:04.311Z] #42 48.37 GEN compel/include/version.h [2021-03-09T00:35:04.311Z] #42 48.41 touch .config [2021-03-09T00:35:04.311Z] #42 48.45 GEN include/common/config.h [2021-03-09T00:35:04.311Z] #42 48.61 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-09T00:35:04.311Z] #42 48.63 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-09T00:35:04.311Z] #42 48.67 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2021-03-09T00:35:04.311Z] #42 48.70 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2021-03-09T00:35:04.311Z] #42 48.74 DEP compel/arch/ppc64/plugins/std/memcmp.d [2021-03-09T00:35:04.311Z] #42 48.78 DEP compel/arch/ppc64/plugins/std/memcpy.d [2021-03-09T00:35:04.311Z] #42 48.82 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2021-03-09T00:35:04.311Z] #42 48.87 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-09T00:35:04.311Z] #42 48.88 DEP compel/plugins/std/infect.d [2021-03-09T00:35:04.311Z] #42 49.10 DEP compel/plugins/std/string.d [2021-03-09T00:35:04.311Z] #42 49.20 DEP compel/plugins/std/log.d [2021-03-09T00:35:04.311Z] #42 49.32 DEP compel/plugins/std/fds.d [2021-03-09T00:35:04.311Z] #42 49.43 DEP compel/plugins/std/std.d [2021-03-09T00:35:04.311Z] #42 49.64 DEP compel/plugins/shmem/shmem.d [2021-03-09T00:35:04.311Z] #42 49.84 DEP compel/plugins/fds/fds.d [2021-03-09T00:35:04.311Z] #42 50.00 CC compel/plugins/std/std.o [2021-03-09T00:35:04.311Z] #42 50.18 CC compel/plugins/std/fds.o [2021-03-09T00:35:04.311Z] #42 50.77 CC compel/plugins/std/log.o [2021-03-09T00:35:04.311Z] #42 51.68 CC compel/plugins/std/string.o [2021-03-09T00:35:04.311Z] #42 52.42 CC compel/plugins/std/infect.o [2021-03-09T00:35:04.311Z] #42 52.95 CC compel/arch/ppc64/plugins/std/parasite-head.o [2021-03-09T00:35:04.311Z] #42 52.98 CC compel/arch/ppc64/plugins/std/memcpy.o [2021-03-09T00:35:04.311Z] #42 53.06 CC compel/arch/ppc64/plugins/std/memcmp.o [2021-03-09T00:35:04.311Z] #42 53.13 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2021-03-09T00:35:04.311Z] #42 53.18 AR compel/plugins/std.lib.a [2021-03-09T00:35:04.311Z] #42 53.29 CC compel/plugins/fds/fds.o [2021-03-09T00:35:04.311Z] #42 53.79 AR compel/plugins/fds.lib.a [2021-03-09T00:35:04.311Z] #42 53.89 HOSTDEP compel/src/lib/log-host.d [2021-03-09T00:35:04.311Z] #42 53.98 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-09T00:35:04.311Z] #42 54.14 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2021-03-09T00:35:04.311Z] #42 54.22 HOSTDEP compel/src/main-host.d [2021-03-09T00:35:04.311Z] #42 54.32 DEP compel/src/lib/ptrace.d [2021-03-09T00:35:04.311Z] #42 54.55 DEP compel/src/lib/infect.d [2021-03-09T00:35:04.311Z] #42 54.84 DEP compel/src/lib/infect-util.d [2021-03-09T00:35:04.311Z] #42 55.00 DEP compel/src/lib/infect-rpc.d [2021-03-09T00:35:04.311Z] #42 55.14 DEP compel/arch/ppc64/src/lib/infect.d [2021-03-09T00:35:04.311Z] #42 55.31 DEP compel/arch/ppc64/src/lib/cpu.d [2021-03-09T00:35:04.311Z] #42 55.43 DEP compel/src/lib/log.d [2021-03-09T00:35:04.311Z] #42 55.56 DEP compel/src/main.d [2021-03-09T00:35:04.497Z] #11 116.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-03-09T00:35:04.497Z] #11 116.1 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-09T00:35:04.497Z] #11 116.3 Selecting previously unselected package libbtrfs0. [2021-03-09T00:35:04.497Z] #11 116.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-09T00:35:04.522Z] #11 114.8 Selecting previously unselected package libdevmapper-dev:arm64. [2021-03-09T00:35:04.522Z] #11 114.8 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2021-03-09T00:35:04.522Z] #11 114.8 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-03-09T00:35:04.609Z] #42 55.69 DEP compel/src/lib/handle-elf.d [2021-03-09T00:35:04.610Z] #42 55.82 DEP compel/arch/ppc64/src/lib/handle-elf.d [2021-03-09T00:35:04.707Z] #43 141.1 mime/multipart [2021-03-09T00:35:04.759Z] #11 116.3 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-09T00:35:04.759Z] #11 116.4 Selecting previously unselected package libbtrfs-dev. [2021-03-09T00:35:04.759Z] #11 116.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-09T00:35:04.759Z] #11 116.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:35:04.759Z] #11 116.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-03-09T00:35:04.759Z] #11 116.6 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:35:04.759Z] #11 116.6 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:35:04.786Z] #11 115.1 Selecting previously unselected package libseccomp-dev:arm64. [2021-03-09T00:35:04.786Z] #11 115.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2021-03-09T00:35:04.786Z] #11 115.2 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2021-03-09T00:35:04.909Z] #42 ... [2021-03-09T00:35:04.909Z] [2021-03-09T00:35:04.909Z] #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-09T00:35:04.909Z] #19 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-03-09T00:35:04.909Z] #19 5.020 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-09T00:35:05.020Z] #11 116.7 Selecting previously unselected package libudev-dev:amd64. [2021-03-09T00:35:05.020Z] #11 116.7 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-03-09T00:35:05.020Z] #11 116.7 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:35:05.020Z] #11 116.9 Selecting previously unselected package libsepol1-dev:amd64. [2021-03-09T00:35:05.020Z] #11 116.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-03-09T00:35:05.020Z] #11 116.9 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-03-09T00:35:05.216Z] #19 ... [2021-03-09T00:35:05.216Z] [2021-03-09T00:35:05.216Z] #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-09T00:35:05.216Z] #44 sha256:2f5fc9dd42c740dd3e5f3ca8a41736d83b646f02ff4fafc85f563418f714e257 [2021-03-09T00:35:05.216Z] #44 119.1 text/template [2021-03-09T00:35:05.216Z] #44 120.7 go/parser [2021-03-09T00:35:05.216Z] #44 125.8 encoding/xml [2021-03-09T00:35:05.362Z] #11 115.6 Selecting previously unselected package libsystemd-dev:arm64. [2021-03-09T00:35:05.362Z] #11 115.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_arm64.deb ... [2021-03-09T00:35:05.362Z] #11 115.7 Unpacking libsystemd-dev:arm64 (241-7~deb10u6) ... [2021-03-09T00:35:05.517Z] #44 ... [2021-03-09T00:35:05.517Z] [2021-03-09T00:35:05.517Z] #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-09T00:35:05.517Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:35:05.517Z] #42 55.97 CC compel/src/lib/log.o [2021-03-09T00:35:05.517Z] #42 56.24 CC compel/arch/ppc64/src/lib/cpu.o [2021-03-09T00:35:05.517Z] #42 56.57 CC compel/arch/ppc64/src/lib/infect.o [2021-03-09T00:35:05.593Z] #11 117.2 Selecting previously unselected package libpcre16-3:amd64. [2021-03-09T00:35:05.593Z] #11 117.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-03-09T00:35:05.593Z] #11 117.2 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-03-09T00:35:05.593Z] #11 117.4 Selecting previously unselected package libpcre32-3:amd64. [2021-03-09T00:35:05.593Z] #11 117.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-03-09T00:35:05.593Z] #11 117.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-03-09T00:35:05.659Z] #18 59.91 Setting up python3-distutils (3.7.3-1) ... [2021-03-09T00:35:05.855Z] #11 117.6 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-03-09T00:35:05.855Z] #11 117.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-03-09T00:35:05.855Z] #11 117.6 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-09T00:35:05.855Z] #11 117.7 Selecting previously unselected package libpcre3-dev:amd64. [2021-03-09T00:35:05.916Z] #18 60.44 Setting up python3-setuptools (40.8.0-1) ... [2021-03-09T00:35:06.117Z] #11 117.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-03-09T00:35:06.117Z] #11 117.8 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-09T00:35:06.131Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 14.7% of statements [2021-03-09T00:35:06.131Z] ok github.com/docker/docker/api/server/middleware 0.009s coverage: 37.7% of statements [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-09T00:35:06.131Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 5.7% of statements [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/types [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-09T00:35:06.131Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2021-03-09T00:35:06.131Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-09T00:35:06.131Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2021-03-09T00:35:06.131Z] ok github.com/docker/docker/api/types/versions 0.009s coverage: 75.0% of statements [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/builder [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-09T00:35:06.131Z] ok github.com/docker/docker/builder/remotecontext 0.361s coverage: 13.7% of statements [2021-03-09T00:35:06.131Z] ok github.com/docker/docker/builder/dockerfile 0.960s coverage: 48.3% of statements [2021-03-09T00:35:06.131Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-09T00:35:06.131Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-03-09T00:35:06.422Z] ok github.com/docker/docker/builder/remotecontext/git 1.039s coverage: 86.3% of statements [2021-03-09T00:35:06.422Z] ? github.com/docker/docker/cli [no test files] [2021-03-09T00:35:06.422Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-09T00:35:06.594Z] #42 57.69 CC compel/src/lib/infect-rpc.o [2021-03-09T00:35:06.617Z] #43 143.1 crypto/tls [2021-03-09T00:35:06.690Z] #11 118.2 Selecting previously unselected package libselinux1-dev:amd64. [2021-03-09T00:35:06.690Z] #11 118.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-03-09T00:35:06.690Z] #11 118.3 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-09T00:35:06.690Z] #11 118.5 Selecting previously unselected package libdevmapper-dev:amd64. [2021-03-09T00:35:06.690Z] #11 118.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:35:06.690Z] #11 118.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-09T00:35:06.690Z] #11 118.6 Selecting previously unselected package libseccomp-dev:amd64. [2021-03-09T00:35:06.757Z] #11 116.7 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-03-09T00:35:06.757Z] #11 116.7 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2021-03-09T00:35:06.757Z] #11 116.8 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-03-09T00:35:06.757Z] #11 116.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-09T00:35:06.757Z] #11 116.9 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2021-03-09T00:35:06.757Z] #11 116.9 Setting up libsepol1-dev:arm64 (2.8-1) ... [2021-03-09T00:35:06.757Z] #11 116.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:35:06.757Z] #11 117.0 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-09T00:35:06.757Z] #11 117.0 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2021-03-09T00:35:06.757Z] #11 117.1 Setting up libudev-dev:arm64 (241-7~deb10u6) ... [2021-03-09T00:35:06.757Z] #11 117.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-09T00:35:06.757Z] #11 117.2 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:35:06.757Z] #11 117.2 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-03-09T00:35:06.757Z] #11 117.2 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-09T00:35:06.952Z] #11 118.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-03-09T00:35:06.952Z] #11 118.6 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-03-09T00:35:06.952Z] #11 118.7 Selecting previously unselected package libsystemd-dev:amd64. [2021-03-09T00:35:06.952Z] #11 118.7 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-03-09T00:35:06.952Z] #11 118.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:35:07.020Z] #11 117.2 Setting up libsystemd-dev:arm64 (241-7~deb10u6) ... [2021-03-09T00:35:07.020Z] #11 117.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-09T00:35:07.020Z] #11 117.3 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2021-03-09T00:35:07.020Z] #11 117.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:35:07.020Z] #11 117.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-09T00:35:07.020Z] #11 117.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-09T00:35:07.020Z] #11 117.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:35:07.020Z] #11 117.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-09T00:35:07.020Z] #11 117.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-09T00:35:07.020Z] #11 117.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-09T00:35:07.250Z] #42 58.22 CC compel/src/lib/infect-util.o [2021-03-09T00:35:07.283Z] #18 61.73 Setting up python3-pip (18.1-5) ... [2021-03-09T00:35:07.283Z] #11 117.5 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2021-03-09T00:35:07.283Z] #11 117.6 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-03-09T00:35:07.283Z] #11 117.6 Setting up dmsetup (2:1.02.155-3) ... [2021-03-09T00:35:07.283Z] #11 117.7 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-03-09T00:35:07.283Z] #11 117.7 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-03-09T00:35:07.283Z] #11 117.7 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:35:07.525Z] #11 119.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-09T00:35:07.525Z] #11 119.2 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-03-09T00:35:07.525Z] #11 119.2 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-03-09T00:35:07.525Z] #11 119.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-09T00:35:07.525Z] #11 119.2 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-03-09T00:35:07.525Z] #11 119.3 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-03-09T00:35:07.525Z] #11 119.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:35:07.525Z] #11 119.3 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-09T00:35:07.525Z] #11 119.3 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-03-09T00:35:07.525Z] #11 119.3 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:35:07.525Z] #11 119.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-09T00:35:07.550Z] #42 58.55 CC compel/src/lib/infect.o [2021-03-09T00:35:07.787Z] #11 119.4 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:35:07.787Z] #11 119.4 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-09T00:35:07.787Z] #11 119.4 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-09T00:35:07.787Z] #11 119.4 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:35:07.787Z] #11 119.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-09T00:35:07.787Z] #11 119.4 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-09T00:35:07.787Z] #11 119.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:35:07.787Z] #11 119.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-09T00:35:07.787Z] #11 119.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-09T00:35:07.787Z] #11 119.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:35:07.787Z] #11 119.5 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-09T00:35:07.787Z] #11 119.5 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-09T00:35:07.787Z] #11 119.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-09T00:35:07.787Z] #11 119.5 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-09T00:35:07.787Z] #11 119.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:35:07.787Z] #11 119.6 Setting up dmsetup (2:1.02.155-3) ... [2021-03-09T00:35:07.787Z] #11 119.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:35:08.050Z] #11 119.6 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-09T00:35:08.050Z] #11 119.6 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:35:08.469Z] #18 62.85 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:35:08.469Z] #18 62.89 Processing triggers for mime-support (3.62) ... [2021-03-09T00:35:08.965Z] #51 ... [2021-03-09T00:35:08.965Z] [2021-03-09T00:35:08.966Z] #43 [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-09T00:35:08.966Z] #43 sha256:c04f631ddbe13747d502f1e8ae4d852e7ab2ec1b7ac742221a1bc2f7bc62ee1d [2021-03-09T00:35:08.966Z] #43 161.2 github.com/LK4D4/vndr/godl [2021-03-09T00:35:08.966Z] #43 162.0 github.com/LK4D4/vndr [2021-03-09T00:35:09.153Z] ok github.com/docker/docker/client 0.118s coverage: 75.4% of statements [2021-03-09T00:35:09.211Z] #11 DONE 119.3s [2021-03-09T00:35:09.211Z] [2021-03-09T00:35:09.211Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:09.211Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:35:09.211Z] #41 45.91 CC images/macvlan.o [2021-03-09T00:35:09.211Z] #41 46.21 CC images/sit.o [2021-03-09T00:35:09.211Z] #41 46.44 CC images/memfd.o [2021-03-09T00:35:09.211Z] #41 46.83 CC images/timens.o [2021-03-09T00:35:09.211Z] #41 47.03 LINK images/built-in.o [2021-03-09T00:35:09.211Z] #41 47.16 GEN compel/include/asm [2021-03-09T00:35:09.211Z] #41 47.19 GEN compel/include/version.h [2021-03-09T00:35:09.211Z] #41 47.25 touch .config [2021-03-09T00:35:09.211Z] #41 47.34 GEN include/common/config.h [2021-03-09T00:35:09.211Z] #41 47.44 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-09T00:35:09.211Z] #41 47.45 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2021-03-09T00:35:09.211Z] #41 47.49 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2021-03-09T00:35:09.211Z] #41 47.51 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2021-03-09T00:35:09.211Z] #41 47.55 DEP compel/plugins/std/infect.d [2021-03-09T00:35:09.211Z] #41 47.63 DEP compel/plugins/std/string.d [2021-03-09T00:35:09.211Z] #41 47.76 DEP compel/plugins/std/log.d [2021-03-09T00:35:09.211Z] #41 47.92 DEP compel/plugins/std/fds.d [2021-03-09T00:35:09.211Z] #41 48.10 DEP compel/plugins/std/std.d [2021-03-09T00:35:09.211Z] #41 48.20 DEP compel/plugins/shmem/shmem.d [2021-03-09T00:35:09.211Z] #41 48.30 DEP compel/plugins/fds/fds.d [2021-03-09T00:35:09.211Z] #41 48.45 CC compel/plugins/std/std.o [2021-03-09T00:35:09.211Z] #41 48.68 CC compel/plugins/std/fds.o [2021-03-09T00:35:09.211Z] #41 48.92 CC compel/plugins/std/log.o [2021-03-09T00:35:09.211Z] #41 49.97 CC compel/plugins/std/string.o [2021-03-09T00:35:09.211Z] #41 50.63 CC compel/plugins/std/infect.o [2021-03-09T00:35:09.211Z] #41 51.01 CC compel/arch/aarch64/plugins/std/parasite-head.o [2021-03-09T00:35:09.211Z] #41 51.04 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2021-03-09T00:35:09.211Z] #41 51.13 AR compel/plugins/std.lib.a [2021-03-09T00:35:09.211Z] #41 51.22 CC compel/plugins/fds/fds.o [2021-03-09T00:35:09.211Z] #41 51.55 AR compel/plugins/fds.lib.a [2021-03-09T00:35:09.211Z] #41 51.65 HOSTDEP compel/src/lib/log-host.d [2021-03-09T00:35:09.211Z] #41 51.84 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-09T00:35:09.211Z] #41 51.91 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2021-03-09T00:35:09.211Z] #41 52.04 HOSTDEP compel/src/main-host.d [2021-03-09T00:35:09.216Z] #43 ... [2021-03-09T00:35:09.216Z] [2021-03-09T00:35:09.216Z] #56 [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-09T00:35:09.216Z] #56 sha256:73e3f66204f81e4e57975995fa952d079bf595d85f1f0a01879ee18ff8a7c52a [2021-03-09T00:35:09.216Z] #56 145.4 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-09T00:35:09.216Z] #56 145.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-09T00:35:09.398Z] #18 DONE 63.8s [2021-03-09T00:35:09.398Z] [2021-03-09T00:35:09.398Z] #19 [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-09T00:35:09.398Z] #19 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-03-09T00:35:09.419Z] Running on azwin-2-264e50 in d:\jenkins\workspace\moby_PR-41757 [Pipeline] { [Pipeline] ws [2021-03-09T00:35:09.447Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-03-09T00:35:09.788Z] #41 52.27 DEP compel/src/lib/ptrace.d [2021-03-09T00:35:09.788Z] #41 52.45 DEP compel/src/lib/infect.d [2021-03-09T00:35:09.788Z] #41 ... [2021-03-09T00:35:09.788Z] [2021-03-09T00:35:09.788Z] #43 [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-09T00:35:09.788Z] #43 sha256:82bced187e22a2da8052608be48f5193dd7e75523cd797984b88fd2ce459d822 [2021-03-09T00:35:09.788Z] #43 111.1 github.com/LK4D4/vndr/godl [2021-03-09T00:35:09.788Z] #43 111.9 github.com/LK4D4/vndr [2021-03-09T00:35:09.788Z] #43 DONE 120.1s [2021-03-09T00:35:09.788Z] [2021-03-09T00:35:09.788Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-09T00:35:09.788Z] #12 sha256:45b665fa2f6159ddf5354c16cc477f2d9ed38abd838cba31085b0c76fe535cce [2021-03-09T00:35:09.971Z] #11 DONE 121.5s [2021-03-09T00:35:09.971Z] [2021-03-09T00:35:09.971Z] #51 [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-09T00:35:09.971Z] #51 sha256:9893bee24b08f8d20f4496d0d5a58d9d9ac0e04d3d4b1f63491b1422239fc3ed [2021-03-09T00:35:10.764Z] #19 1.369 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-09T00:35:10.764Z] #19 1.372 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-09T00:35:10.764Z] #19 1.376 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-09T00:35:10.764Z] #19 DONE 1.4s [2021-03-09T00:35:10.764Z] [2021-03-09T00:35:10.764Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:35:10.764Z] #20 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-03-09T00:35:11.146Z] #42 62.24 CC compel/src/lib/ptrace.o [2021-03-09T00:35:11.454Z] The recommended git tool is: git [2021-03-09T00:35:11.816Z] #42 62.77 AR compel/libcompel.a [2021-03-09T00:35:11.816Z] #42 62.91 HOSTCC compel/src/main-host.o [2021-03-09T00:35:11.816Z] #42 ... [2021-03-09T00:35:11.816Z] [2021-03-09T00:35:11.816Z] #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-09T00:35:11.816Z] #19 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-03-09T00:35:11.816Z] #19 12.04 Fetched 8198 kB in 12s (707 kB/s) [2021-03-09T00:35:12.253Z] #43 ... [2021-03-09T00:35:12.253Z] [2021-03-09T00:35:12.253Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:12.253Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:12.253Z] #41 62.14 CC criu/arch/x86/sigframe.o [2021-03-09T00:35:12.253Z] #41 62.42 LINK criu/arch/x86/crtools.built-in.o [2021-03-09T00:35:12.253Z] #41 62.47 DEP criu/pie/util-vdso-elf32.d [2021-03-09T00:35:12.253Z] #41 62.59 DEP criu/pie/util-vdso.d [2021-03-09T00:35:12.253Z] #41 62.71 DEP criu/pie/util.d [2021-03-09T00:35:12.253Z] #41 62.86 CC criu/pie/util.o [2021-03-09T00:35:12.253Z] #41 63.22 CC criu/pie/util-vdso.o [2021-03-09T00:35:12.253Z] #41 63.95 CC criu/pie/util-vdso-elf32.o [2021-03-09T00:35:12.253Z] #41 64.57 AR criu/pie/pie.lib.a [2021-03-09T00:35:12.253Z] #41 64.65 DEP criu/pie/restorer.d [2021-03-09T00:35:12.253Z] #41 64.94 DEP criu/arch/x86/sigaction_compat_pie.d [2021-03-09T00:35:12.253Z] #41 65.12 DEP criu/arch/x86/restorer_unmap.d [2021-03-09T00:35:12.253Z] #41 65.16 DEP criu/arch/x86/restorer.d [2021-03-09T00:35:12.253Z] #41 65.34 DEP criu/arch/x86/vdso-pie.d [2021-03-09T00:35:12.253Z] #41 65.46 DEP criu/pie/parasite-vdso.d [2021-03-09T00:35:12.253Z] #41 65.68 DEP criu/pie/parasite.d [2021-03-09T00:35:12.253Z] #41 65.99 CC criu/pie/parasite.o [2021-03-09T00:35:12.253Z] #41 67.28 LINK criu/pie/parasite.built-in.o [2021-03-09T00:35:12.253Z] #41 67.29 GEN criu/pie/parasite-blob.h [2021-03-09T00:35:12.253Z] #41 67.32 CC criu/pie/parasite-vdso.o [2021-03-09T00:35:12.253Z] #41 68.04 CC criu/arch/x86/vdso-pie.o [2021-03-09T00:35:12.253Z] #41 68.42 CC criu/arch/x86/restorer.o [2021-03-09T00:35:12.253Z] #41 68.95 CC criu/arch/x86/restorer_unmap.o [2021-03-09T00:35:12.253Z] #41 69.02 CC criu/arch/x86/sigaction_compat_pie.o [2021-03-09T00:35:12.253Z] #41 69.28 CC criu/pie/restorer.o [2021-03-09T00:35:12.253Z] #41 72.40 LINK criu/pie/restorer.built-in.o [2021-03-09T00:35:12.253Z] #41 72.41 GEN criu/pie/restorer-blob.h [2021-03-09T00:35:12.253Z] #41 72.53 DEP criu/vdso.d [2021-03-09T00:35:12.354Z] #12 DONE 3.2s [2021-03-09T00:35:12.354Z] [2021-03-09T00:35:12.354Z] #13 [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-09T00:35:12.354Z] #13 sha256:b0628dda7da84e32d5a5d214281ecebf965c5f7d2d2e684d31f49f89636c78be [2021-03-09T00:35:12.512Z] #41 72.75 DEP criu/vdso-compat.d [2021-03-09T00:35:12.512Z] #41 72.87 DEP criu/uts_ns.d [2021-03-09T00:35:12.654Z] #20 ... [2021-03-09T00:35:12.654Z] [2021-03-09T00:35:12.654Z] #38 [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-09T00:35:12.654Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:35:12.654Z] #38 195.0 + dpkg --print-architecture [2021-03-09T00:35:12.654Z] #38 195.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-09T00:35:12.654Z] #38 195.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-09T00:35:12.654Z] #38 195.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-09T00:35:12.654Z] #38 ... [2021-03-09T00:35:12.654Z] [2021-03-09T00:35:12.654Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:12.654Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:12.654Z] #41 115.9 CC criu/fsnotify.o [2021-03-09T00:35:12.654Z] #41 117.0 CC criu/image-desc.o [2021-03-09T00:35:12.654Z] #41 117.1 CC criu/image.o [2021-03-09T00:35:12.654Z] #41 118.1 CC criu/ipc_ns.o [2021-03-09T00:35:12.654Z] #41 119.3 CC criu/irmap.o [2021-03-09T00:35:12.654Z] #41 119.9 CC criu/kcmp-ids.o [2021-03-09T00:35:12.654Z] #41 120.2 CC criu/kerndat.o [2021-03-09T00:35:12.654Z] #41 121.4 CC criu/libnetlink.o [2021-03-09T00:35:12.654Z] #41 121.9 CC criu/log.o [2021-03-09T00:35:12.654Z] #41 122.3 CC criu/lsm.o [2021-03-09T00:35:12.654Z] #41 122.8 CC criu/mem.o [2021-03-09T00:35:12.654Z] #41 125.0 CC criu/memfd.o [2021-03-09T00:35:12.654Z] #41 125.7 CC criu/mount.o [2021-03-09T00:35:12.771Z] #41 73.05 DEP criu/util.d [2021-03-09T00:35:12.771Z] #41 ... [2021-03-09T00:35:12.771Z] [2021-03-09T00:35:12.771Z] #18 [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-09T00:35:12.771Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:35:12.771Z] #18 5.980 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:35:12.771Z] #18 11.55 Fetched 8423 kB in 10s (817 kB/s) [2021-03-09T00:35:12.771Z] #18 11.55 Reading package lists... [2021-03-09T00:35:12.771Z] #18 15.86 Reading package lists... [2021-03-09T00:35:12.771Z] #18 ... [2021-03-09T00:35:12.771Z] [2021-03-09T00:35:12.771Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:12.771Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:12.771Z] #41 73.25 DEP criu/uffd.d [2021-03-09T00:35:13.339Z] #41 73.48 DEP criu/tun.d [2021-03-09T00:35:13.339Z] #41 73.66 DEP criu/tty.d [2021-03-09T00:35:13.599Z] #41 73.93 DEP criu/timerfd.d [2021-03-09T00:35:13.858Z] #41 74.10 DEP criu/timens.d [2021-03-09T00:35:14.117Z] #41 74.36 DEP criu/sysfs_parse.d [2021-03-09T00:35:14.184Z] #51 ... [2021-03-09T00:35:14.184Z] [2021-03-09T00:35:14.184Z] #43 [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-09T00:35:14.184Z] #43 sha256:f31d43ad85063f1d9c713cd78e56c182a21e18c8990e1d97796a591623a5bb9a [2021-03-09T00:35:14.184Z] #43 115.2 crypto/tls [2021-03-09T00:35:14.184Z] #43 121.5 net/http/httptrace [2021-03-09T00:35:14.184Z] #43 121.8 net/http [2021-03-09T00:35:14.184Z] #43 ... [2021-03-09T00:35:14.184Z] [2021-03-09T00:35:14.184Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:14.184Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:14.184Z] #41 42.62 DEP compel/plugins/fds/fds.d [2021-03-09T00:35:14.184Z] #41 42.76 CC compel/plugins/std/std.o [2021-03-09T00:35:14.184Z] #41 43.06 CC compel/plugins/std/fds.o [2021-03-09T00:35:14.184Z] #41 43.51 CC compel/plugins/std/log.o [2021-03-09T00:35:14.184Z] #41 44.28 CC compel/plugins/std/string.o [2021-03-09T00:35:14.184Z] #41 44.85 CC compel/plugins/std/infect.o [2021-03-09T00:35:14.184Z] #41 45.25 CC compel/arch/x86/plugins/std/parasite-head.o [2021-03-09T00:35:14.184Z] #41 45.32 CC compel/arch/x86/plugins/std/memcpy.o [2021-03-09T00:35:14.184Z] #41 45.37 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-03-09T00:35:14.184Z] #41 45.42 AR compel/plugins/std.lib.a [2021-03-09T00:35:14.184Z] #41 45.51 CC compel/plugins/fds/fds.o [2021-03-09T00:35:14.184Z] #41 45.84 AR compel/plugins/fds.lib.a [2021-03-09T00:35:14.184Z] #41 45.90 HOSTDEP compel/src/lib/log-host.d [2021-03-09T00:35:14.184Z] #41 45.97 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-09T00:35:14.184Z] #41 46.09 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-03-09T00:35:14.184Z] #41 46.15 HOSTDEP compel/src/main-host.d [2021-03-09T00:35:14.184Z] #41 46.28 DEP compel/src/lib/ptrace.d [2021-03-09T00:35:14.184Z] #41 46.46 DEP compel/src/lib/infect.d [2021-03-09T00:35:14.184Z] #41 46.62 DEP compel/src/lib/infect-util.d [2021-03-09T00:35:14.184Z] #41 46.71 DEP compel/src/lib/infect-rpc.d [2021-03-09T00:35:14.184Z] #41 46.82 DEP compel/arch/x86/src/lib/infect.d [2021-03-09T00:35:14.184Z] #41 46.97 DEP compel/arch/x86/src/lib/cpu.d [2021-03-09T00:35:14.184Z] #41 47.02 DEP compel/src/lib/log.d [2021-03-09T00:35:14.184Z] #41 47.10 DEP compel/src/main.d [2021-03-09T00:35:14.184Z] #41 47.22 DEP compel/src/lib/handle-elf.d [2021-03-09T00:35:14.184Z] #41 47.35 DEP compel/arch/x86/src/lib/handle-elf.d [2021-03-09T00:35:14.184Z] #41 47.43 CC compel/src/lib/log.o [2021-03-09T00:35:14.184Z] #41 47.66 CC compel/arch/x86/src/lib/cpu.o [2021-03-09T00:35:14.184Z] #41 48.51 CC compel/arch/x86/src/lib/infect.o [2021-03-09T00:35:14.184Z] #41 49.48 CC compel/src/lib/infect-rpc.o [2021-03-09T00:35:14.184Z] #41 49.89 CC compel/src/lib/infect-util.o [2021-03-09T00:35:14.184Z] #41 50.13 CC compel/src/lib/infect.o [2021-03-09T00:35:14.184Z] #41 ... [2021-03-09T00:35:14.184Z] [2021-03-09T00:35:14.184Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-09T00:35:14.184Z] #12 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-03-09T00:35:14.184Z] #12 DONE 4.0s [2021-03-09T00:35:14.184Z] [2021-03-09T00:35:14.184Z] #13 [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-09T00:35:14.184Z] #13 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-03-09T00:35:14.282Z] #13 ... [2021-03-09T00:35:14.282Z] [2021-03-09T00:35:14.282Z] #30 [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-09T00:35:14.282Z] #30 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-03-09T00:35:14.282Z] #30 DONE 124.0s [2021-03-09T00:35:14.282Z] [2021-03-09T00:35:14.282Z] #13 [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-09T00:35:14.282Z] #13 sha256:b0628dda7da84e32d5a5d214281ecebf965c5f7d2d2e684d31f49f89636c78be [2021-03-09T00:35:14.282Z] #13 DONE 1.9s [2021-03-09T00:35:14.282Z] [2021-03-09T00:35:14.283Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-09T00:35:14.283Z] #14 sha256:32f6cc3ae9f58f5f089f3ea1f950a58492e7d9d8c82f02929abf8033cd75cd45 [2021-03-09T00:35:14.375Z] #41 74.58 DEP criu/sysctl.d [2021-03-09T00:35:14.375Z] #41 74.79 DEP criu/string.d [2021-03-09T00:35:14.446Z] #13 ... [2021-03-09T00:35:14.446Z] [2021-03-09T00:35:14.446Z] #56 [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-09T00:35:14.446Z] #56 sha256:47f3455130b3b4dcc5582a64615ea7121a06c9633a69d7749c0688c43d9a409c [2021-03-09T00:35:14.446Z] #56 118.5 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-09T00:35:14.446Z] #56 118.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-09T00:35:14.446Z] #56 DONE 126.0s [2021-03-09T00:35:14.446Z] [2021-03-09T00:35:14.446Z] #51 [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-09T00:35:14.446Z] #51 sha256:9893bee24b08f8d20f4496d0d5a58d9d9ac0e04d3d4b1f63491b1422239fc3ed [2021-03-09T00:35:14.446Z] #51 4.064 + RM_GOPATH=0 [2021-03-09T00:35:14.446Z] #51 4.064 + TMP_GOPATH= [2021-03-09T00:35:14.446Z] #51 4.064 + : /build [2021-03-09T00:35:14.446Z] #51 4.064 + '[' -z '' ']' [2021-03-09T00:35:14.446Z] #51 4.064 ++ mktemp -d [2021-03-09T00:35:14.446Z] #51 4.066 + export GOPATH=/tmp/tmp.YQvRcy3t1B [2021-03-09T00:35:14.446Z] #51 4.066 + GOPATH=/tmp/tmp.YQvRcy3t1B [2021-03-09T00:35:14.446Z] #51 4.066 + RM_GOPATH=1 [2021-03-09T00:35:14.446Z] #51 4.066 + case "$(go env GOARCH)" in [2021-03-09T00:35:14.446Z] #51 4.066 ++ go env GOARCH [2021-03-09T00:35:14.446Z] #51 4.082 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:35:14.446Z] #51 4.082 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:35:14.446Z] #51 4.082 ++ dirname /tmp/install/install.sh [2021-03-09T00:35:14.446Z] #51 4.082 + dir=/tmp/install [2021-03-09T00:35:14.446Z] #51 4.082 + bin=runc [2021-03-09T00:35:14.446Z] #51 4.082 + shift [2021-03-09T00:35:14.446Z] #51 4.082 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-09T00:35:14.446Z] #51 4.082 + . /tmp/install/runc.installer [2021-03-09T00:35:14.446Z] #51 4.082 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-09T00:35:14.446Z] #51 4.082 + install_runc [2021-03-09T00:35:14.446Z] #51 4.082 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-09T00:35:14.446Z] #51 4.098 + uname -r [2021-03-09T00:35:14.446Z] #51 4.102 + RUNC_BUILDTAGS='seccomp ' [2021-03-09T00:35:14.446Z] #51 4.102 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-09T00:35:14.446Z] #51 4.102 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.YQvRcy3t1B/src/github.com/opencontainers/runc [2021-03-09T00:35:14.446Z] #51 4.102 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-09T00:35:14.446Z] #51 4.113 Cloning into '/tmp/tmp.YQvRcy3t1B/src/github.com/opencontainers/runc'... [2021-03-09T00:35:14.494Z] #56 ... [2021-03-09T00:35:14.494Z] [2021-03-09T00:35:14.494Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:14.494Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:14.494Z] #41 38.64 CC images/binfmt-misc.o [2021-03-09T00:35:14.494Z] #41 38.83 CC images/time.o [2021-03-09T00:35:14.494Z] #41 39.12 CC images/sysctl.o [2021-03-09T00:35:14.494Z] #41 39.38 CC images/autofs.o [2021-03-09T00:35:14.494Z] #41 39.62 CC images/macvlan.o [2021-03-09T00:35:14.494Z] #41 39.76 CC images/sit.o [2021-03-09T00:35:14.494Z] #41 39.97 CC images/memfd.o [2021-03-09T00:35:14.494Z] #41 40.30 CC images/timens.o [2021-03-09T00:35:14.494Z] #41 40.54 LINK images/built-in.o [2021-03-09T00:35:14.494Z] #41 40.71 GEN compel/include/asm [2021-03-09T00:35:14.494Z] #41 40.73 GEN compel/include/version.h [2021-03-09T00:35:14.494Z] #41 40.75 touch .config [2021-03-09T00:35:14.494Z] #41 40.80 GEN include/common/config.h [2021-03-09T00:35:14.494Z] #41 40.88 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-03-09T00:35:14.494Z] #41 40.90 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-03-09T00:35:14.494Z] #41 40.92 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-03-09T00:35:14.494Z] #41 40.94 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-03-09T00:35:14.494Z] #41 40.99 DEP compel/arch/x86/plugins/std/memcpy.d [2021-03-09T00:35:14.494Z] #41 41.03 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-03-09T00:35:14.494Z] #41 41.04 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-09T00:35:14.494Z] #41 41.07 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-03-09T00:35:14.494Z] #41 41.09 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-09T00:35:14.494Z] #41 41.12 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-09T00:35:14.494Z] #41 41.12 DEP compel/plugins/std/infect.d [2021-03-09T00:35:14.494Z] #41 41.23 DEP compel/plugins/std/string.d [2021-03-09T00:35:14.494Z] #41 41.30 DEP compel/plugins/std/log.d [2021-03-09T00:35:14.494Z] #41 41.43 DEP compel/plugins/std/fds.d [2021-03-09T00:35:14.494Z] #41 41.53 DEP compel/plugins/std/std.d [2021-03-09T00:35:14.494Z] #41 41.68 DEP compel/plugins/shmem/shmem.d [2021-03-09T00:35:14.494Z] #41 41.83 DEP compel/plugins/fds/fds.d [2021-03-09T00:35:14.494Z] #41 42.01 CC compel/plugins/std/std.o [2021-03-09T00:35:14.494Z] #41 42.41 CC compel/plugins/std/fds.o [2021-03-09T00:35:14.494Z] #41 42.92 CC compel/plugins/std/log.o [2021-03-09T00:35:14.494Z] #41 43.89 CC compel/plugins/std/string.o [2021-03-09T00:35:14.494Z] #41 44.68 CC compel/plugins/std/infect.o [2021-03-09T00:35:14.494Z] #41 45.11 CC compel/arch/x86/plugins/std/parasite-head.o [2021-03-09T00:35:14.494Z] #41 45.16 CC compel/arch/x86/plugins/std/memcpy.o [2021-03-09T00:35:14.494Z] #41 45.21 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-03-09T00:35:14.494Z] #41 45.27 AR compel/plugins/std.lib.a [2021-03-09T00:35:14.494Z] #41 45.34 CC compel/plugins/fds/fds.o [2021-03-09T00:35:14.494Z] #41 45.53 AR compel/plugins/fds.lib.a [2021-03-09T00:35:14.494Z] #41 45.59 HOSTDEP compel/src/lib/log-host.d [2021-03-09T00:35:14.494Z] #41 45.65 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-09T00:35:14.494Z] #41 45.74 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-03-09T00:35:14.494Z] #41 45.80 HOSTDEP compel/src/main-host.d [2021-03-09T00:35:14.494Z] #41 45.87 DEP compel/src/lib/ptrace.d [2021-03-09T00:35:14.494Z] #41 45.97 DEP compel/src/lib/infect.d [2021-03-09T00:35:14.494Z] #41 46.09 DEP compel/src/lib/infect-util.d [2021-03-09T00:35:14.494Z] #41 46.23 DEP compel/src/lib/infect-rpc.d [2021-03-09T00:35:14.494Z] #41 46.35 DEP compel/arch/x86/src/lib/infect.d [2021-03-09T00:35:14.494Z] #41 46.45 DEP compel/arch/x86/src/lib/cpu.d [2021-03-09T00:35:14.494Z] #41 46.50 DEP compel/src/lib/log.d [2021-03-09T00:35:14.494Z] #41 46.54 DEP compel/src/main.d [2021-03-09T00:35:14.494Z] #41 46.60 DEP compel/src/lib/handle-elf.d [2021-03-09T00:35:14.494Z] #41 46.74 DEP compel/arch/x86/src/lib/handle-elf.d [2021-03-09T00:35:14.494Z] #41 46.82 CC compel/src/lib/log.o [2021-03-09T00:35:14.494Z] #41 47.02 CC compel/arch/x86/src/lib/cpu.o [2021-03-09T00:35:14.494Z] #41 47.71 CC compel/arch/x86/src/lib/infect.o [2021-03-09T00:35:14.494Z] #41 48.51 CC compel/src/lib/infect-rpc.o [2021-03-09T00:35:14.494Z] #41 48.84 CC compel/src/lib/infect-util.o [2021-03-09T00:35:14.494Z] #41 ... [2021-03-09T00:35:14.494Z] [2021-03-09T00:35:14.494Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:35:14.494Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:35:14.494Z] #11 148.6 Selecting previously unselected package libapparmor1:amd64. [2021-03-09T00:35:14.494Z] #11 148.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-03-09T00:35:14.494Z] #11 148.6 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-03-09T00:35:14.494Z] #11 148.8 Selecting previously unselected package libapparmor-dev:amd64. [2021-03-09T00:35:14.494Z] #11 148.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-03-09T00:35:14.494Z] #11 148.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-09T00:35:14.494Z] #11 149.0 Selecting previously unselected package libbtrfs0. [2021-03-09T00:35:14.494Z] #11 149.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-09T00:35:14.494Z] #11 149.0 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-09T00:35:14.494Z] #11 149.0 Selecting previously unselected package libbtrfs-dev. [2021-03-09T00:35:14.494Z] #11 149.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-09T00:35:14.494Z] #11 149.1 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:35:14.494Z] #11 149.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-03-09T00:35:14.494Z] #11 149.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:35:14.494Z] #11 149.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:35:14.494Z] #11 149.3 Selecting previously unselected package libudev-dev:amd64. [2021-03-09T00:35:14.494Z] #11 149.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-03-09T00:35:14.494Z] #11 149.3 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:35:14.494Z] #11 149.5 Selecting previously unselected package libsepol1-dev:amd64. [2021-03-09T00:35:14.494Z] #11 149.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-03-09T00:35:14.494Z] #11 149.5 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-03-09T00:35:14.494Z] #11 149.8 Selecting previously unselected package libpcre16-3:amd64. [2021-03-09T00:35:14.494Z] #11 149.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-03-09T00:35:14.494Z] #11 149.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-03-09T00:35:14.494Z] #11 150.0 Selecting previously unselected package libpcre32-3:amd64. [2021-03-09T00:35:14.494Z] #11 150.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-03-09T00:35:14.494Z] #11 150.0 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-03-09T00:35:14.494Z] #11 150.2 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-03-09T00:35:14.494Z] #11 150.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-03-09T00:35:14.494Z] #11 150.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-09T00:35:14.494Z] #11 150.3 Selecting previously unselected package libpcre3-dev:amd64. [2021-03-09T00:35:14.494Z] #11 150.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-03-09T00:35:14.494Z] #11 150.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-09T00:35:14.494Z] #11 150.8 Selecting previously unselected package libselinux1-dev:amd64. [2021-03-09T00:35:14.494Z] #11 150.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-03-09T00:35:14.494Z] #11 150.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-09T00:35:14.634Z] #41 74.83 DEP criu/stats.d [2021-03-09T00:35:14.634Z] #41 74.94 DEP criu/sockets.d [2021-03-09T00:35:14.709Z] #51 ... [2021-03-09T00:35:14.709Z] [2021-03-09T00:35:14.709Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-09T00:35:14.709Z] #57 sha256:1dd9bea01e288515d2276a36533bca9fde1625d953953cd01ca51702634132ac [2021-03-09T00:35:14.709Z] #57 DONE 0.4s [2021-03-09T00:35:14.753Z] #11 151.1 Selecting previously unselected package libdevmapper-dev:amd64. [2021-03-09T00:35:14.754Z] #11 151.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-03-09T00:35:14.754Z] #11 151.1 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-09T00:35:14.754Z] #11 151.2 Selecting previously unselected package libseccomp-dev:amd64. [2021-03-09T00:35:14.754Z] #11 151.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-03-09T00:35:14.754Z] #11 151.2 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-03-09T00:35:14.893Z] #41 75.10 DEP criu/sk-unix.d [2021-03-09T00:35:14.971Z] [2021-03-09T00:35:14.971Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-09T00:35:14.971Z] #58 sha256:952bfc0326dd46feb54b4cb2c4e4c44a4fe763d06eac26bdecc55dae332228ff [2021-03-09T00:35:15.023Z] #11 151.3 Selecting previously unselected package libsystemd-dev:amd64. [2021-03-09T00:35:15.023Z] #11 151.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-03-09T00:35:15.023Z] #11 151.4 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:35:15.152Z] #41 75.30 DEP criu/sk-tcp.d [2021-03-09T00:35:15.152Z] #41 75.54 DEP criu/sk-queue.d [2021-03-09T00:35:15.270Z] #58 DONE 0.4s [2021-03-09T00:35:15.270Z] [2021-03-09T00:35:15.270Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:15.270Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:15.270Z] #41 52.96 CC compel/src/lib/ptrace.o [2021-03-09T00:35:15.270Z] #41 53.52 AR compel/libcompel.a [2021-03-09T00:35:15.270Z] #41 53.58 HOSTCC compel/src/main-host.o [2021-03-09T00:35:15.412Z] #41 75.71 DEP criu/sk-packet.d [2021-03-09T00:35:15.531Z] #41 53.97 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-03-09T00:35:15.594Z] #11 151.9 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-09T00:35:15.594Z] #11 152.0 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-03-09T00:35:15.594Z] #11 152.0 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-03-09T00:35:15.594Z] #11 152.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-09T00:35:15.594Z] #11 152.1 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-03-09T00:35:15.671Z] #41 75.84 DEP criu/sk-netlink.d [2021-03-09T00:35:15.671Z] #41 76.01 DEP criu/sk-inet.d [2021-03-09T00:35:15.684Z] #14 1.692 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-09T00:35:15.794Z] #41 54.22 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-09T00:35:15.854Z] #11 152.1 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-03-09T00:35:15.854Z] #11 152.2 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:35:15.854Z] #11 152.2 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-09T00:35:15.854Z] #11 152.2 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-03-09T00:35:15.854Z] #11 152.2 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:35:15.854Z] #11 152.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-09T00:35:15.854Z] #11 152.3 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-09T00:35:15.854Z] #11 152.3 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-09T00:35:15.854Z] #11 152.3 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-09T00:35:15.854Z] #11 152.4 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-09T00:35:15.931Z] #41 76.18 DEP criu/signalfd.d [2021-03-09T00:35:16.114Z] #11 152.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-09T00:35:16.114Z] #11 152.4 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-09T00:35:16.190Z] #41 76.34 DEP criu/sigframe.d [2021-03-09T00:35:16.190Z] #41 76.52 DEP criu/shmem.d [2021-03-09T00:35:16.261Z] #14 DONE 2.2s [2021-03-09T00:35:16.261Z] [2021-03-09T00:35:16.261Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-09T00:35:16.261Z] #15 sha256:9cb04e72ef9a04b0f4bfc192576234c11f69ea05edf915c6cc3526012abfec52 [2021-03-09T00:35:16.382Z] #41 54.61 HOSTCC compel/src/lib/log-host.o [2021-03-09T00:35:16.382Z] #41 54.77 HOSTLINK compel/compel-host-bin [2021-03-09T00:35:16.413Z] #19 12.04 Reading package lists... [2021-03-09T00:35:16.413Z] #19 ... [2021-03-09T00:35:16.413Z] [2021-03-09T00:35:16.413Z] #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-09T00:35:16.413Z] #50 sha256:84ad54e9390a7e1d1fe49fd04876213f7d60bfc3a1e94c64dc8dfc6979779816 [2021-03-09T00:35:16.413Z] #50 129.6 golang.org/x/crypto/ssh/terminal [2021-03-09T00:35:16.413Z] #50 133.3 mvdan.cc/sh/v3/cmd/shfmt [2021-03-09T00:35:16.413Z] #50 DONE 139.3s [2021-03-09T00:35:16.413Z] [2021-03-09T00:35:16.413Z] #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-09T00:35:16.413Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:35:16.413Z] #42 63.25 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2021-03-09T00:35:16.413Z] #42 63.47 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-09T00:35:16.413Z] #42 64.00 HOSTCC compel/src/lib/log-host.o [2021-03-09T00:35:16.413Z] #42 64.31 HOSTLINK compel/compel-host-bin [2021-03-09T00:35:16.413Z] #42 64.60 DEP soccr/soccr.d [2021-03-09T00:35:16.413Z] #42 64.90 CC soccr/soccr.o [2021-03-09T00:35:16.413Z] #42 67.21 AR soccr/libsoccr.a [2021-03-09T00:35:16.413Z] #42 67.24 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-09T00:35:16.450Z] #41 76.71 DEP criu/servicefd.d [2021-03-09T00:35:16.642Z] #41 54.84 DEP soccr/soccr.d [2021-03-09T00:35:16.683Z] #11 152.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:35:16.709Z] #41 76.91 DEP criu/seize.d [2021-03-09T00:35:16.713Z] #42 67.85 DEP criu/arch/ppc64/sigframe.d [2021-03-09T00:35:16.822Z] #41 ... [2021-03-09T00:35:16.822Z] [2021-03-09T00:35:16.822Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:35:16.822Z] #20 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-03-09T00:35:16.822Z] #20 5.401 Collecting yamllint==1.16.0 [2021-03-09T00:35:16.903Z] #41 54.98 CC soccr/soccr.o [2021-03-09T00:35:16.945Z] #11 153.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-09T00:35:16.945Z] #11 153.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-09T00:35:16.945Z] #11 153.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-09T00:35:16.968Z] #41 77.16 DEP criu/seccomp.d [2021-03-09T00:35:16.968Z] #41 77.31 DEP criu/rst-malloc.d [2021-03-09T00:35:16.968Z] #41 77.38 DEP criu/rbtree.d [2021-03-09T00:35:17.026Z] #42 68.13 DEP criu/arch/ppc64/crtools.d [2021-03-09T00:35:17.210Z] #11 153.5 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-09T00:35:17.210Z] #11 153.5 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-09T00:35:17.227Z] #41 77.43 DEP criu/pstree.d [2021-03-09T00:35:17.325Z] #42 68.29 DEP criu/arch/ppc64/cpu.d [2021-03-09T00:35:17.325Z] #42 68.50 CC criu/arch/ppc64/cpu.o [2021-03-09T00:35:17.487Z] #41 77.61 DEP criu/protobuf.d [2021-03-09T00:35:17.487Z] #41 77.84 GEN criu/protobuf-desc-gen.h [2021-03-09T00:35:17.498Z] #11 153.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-09T00:35:17.625Z] #42 ... [2021-03-09T00:35:17.625Z] [2021-03-09T00:35:17.625Z] #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-09T00:35:17.625Z] #52 sha256:391ee5199bdf738346dcfaa69e5e614e0ee40d292714bcec9e820270738dece9 [2021-03-09T00:35:17.625Z] #52 10.33 + cd /tmp/tmp.7fqyvqqZU2/src/github.com/opencontainers/runc [2021-03-09T00:35:17.625Z] #52 10.33 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-09T00:35:17.625Z] #52 10.76 + '[' -z '' ']' [2021-03-09T00:35:17.625Z] #52 10.76 + target=static [2021-03-09T00:35:17.625Z] #52 10.76 + make 'BUILDTAGS=seccomp ' static [2021-03-09T00:35:17.625Z] #52 11.17 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-09T00:35:17.625Z] #52 ... [2021-03-09T00:35:17.625Z] [2021-03-09T00:35:17.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-09T00:35:17.625Z] #19 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-03-09T00:35:17.625Z] #19 12.04 Reading package lists... [2021-03-09T00:35:17.758Z] #11 153.9 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-09T00:35:17.758Z] #11 154.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:35:18.053Z] #11 154.5 Setting up dmsetup (2:1.02.155-3) ... [2021-03-09T00:35:18.334Z] #15 DONE 1.9s [2021-03-09T00:35:18.334Z] [2021-03-09T00:35:18.334Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-09T00:35:18.334Z] #16 sha256:f675607c515653c7bef5a9539c0ba98c237e0ad89b1b5f56bc801ffac0555ef7 [2021-03-09T00:35:18.349Z] #41 56.48 AR soccr/libsoccr.a [2021-03-09T00:35:18.349Z] #41 56.53 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-09T00:35:18.349Z] #41 ... [2021-03-09T00:35:18.349Z] [2021-03-09T00:35:18.349Z] #13 [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-09T00:35:18.349Z] #13 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-03-09T00:35:18.349Z] #13 DONE 4.7s [2021-03-09T00:35:18.611Z] [2021-03-09T00:35:18.611Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-09T00:35:18.611Z] #14 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-03-09T00:35:18.663Z] #11 155.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-09T00:35:18.663Z] #11 155.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-09T00:35:18.922Z] #16 ... [2021-03-09T00:35:18.922Z] [2021-03-09T00:35:18.922Z] #51 [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-09T00:35:18.922Z] #51 sha256:9e28faaf76839517a5588ac325b7083f094f13170b36dfdf9d1643150bfd51e9 [2021-03-09T00:35:18.922Z] #51 2.487 + RM_GOPATH=0 [2021-03-09T00:35:18.922Z] #51 2.487 + TMP_GOPATH= [2021-03-09T00:35:18.922Z] #51 2.487 + : /build [2021-03-09T00:35:18.922Z] #51 2.487 + '[' -z '' ']' [2021-03-09T00:35:18.922Z] #51 2.488 ++ mktemp -d [2021-03-09T00:35:18.922Z] #51 2.500 + export GOPATH=/tmp/tmp.igi1utmk73 [2021-03-09T00:35:18.922Z] #51 2.500 + GOPATH=/tmp/tmp.igi1utmk73 [2021-03-09T00:35:18.922Z] #51 2.500 + RM_GOPATH=1 [2021-03-09T00:35:18.922Z] #51 2.500 + case "$(go env GOARCH)" in [2021-03-09T00:35:18.922Z] #51 2.500 ++ go env GOARCH [2021-03-09T00:35:18.922Z] #51 2.521 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:35:18.922Z] #51 2.521 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:35:18.922Z] #51 2.521 ++ dirname /tmp/install/install.sh [2021-03-09T00:35:18.922Z] #51 2.530 + dir=/tmp/install [2021-03-09T00:35:18.922Z] #51 2.530 + bin=runc [2021-03-09T00:35:18.922Z] #51 2.530 + shift [2021-03-09T00:35:18.922Z] #51 2.530 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-09T00:35:18.922Z] #51 2.530 + . /tmp/install/runc.installer [2021-03-09T00:35:18.922Z] #51 2.530 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-09T00:35:18.922Z] #51 2.530 + install_runc [2021-03-09T00:35:18.922Z] #51 2.530 + uname -r [2021-03-09T00:35:18.922Z] #51 2.533 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-09T00:35:18.922Z] #51 2.537 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-09T00:35:18.922Z] #51 2.538 + RUNC_BUILDTAGS='seccomp ' [2021-03-09T00:35:18.922Z] #51 2.538 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-09T00:35:18.922Z] #51 2.538 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.igi1utmk73/src/github.com/opencontainers/runc [2021-03-09T00:35:18.922Z] #51 2.540 Cloning into '/tmp/tmp.igi1utmk73/src/github.com/opencontainers/runc'... [2021-03-09T00:35:18.922Z] #51 9.885 + cd /tmp/tmp.igi1utmk73/src/github.com/opencontainers/runc [2021-03-09T00:35:18.922Z] #51 9.885 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-09T00:35:18.922Z] #51 10.12 + '[' -z '' ']' [2021-03-09T00:35:18.922Z] #51 ... [2021-03-09T00:35:18.922Z] [2021-03-09T00:35:18.922Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:18.922Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:35:18.922Z] #41 52.65 DEP compel/src/lib/infect-util.d [2021-03-09T00:35:18.922Z] #41 52.83 DEP compel/src/lib/infect-rpc.d [2021-03-09T00:35:18.922Z] #41 52.92 DEP compel/arch/aarch64/src/lib/infect.d [2021-03-09T00:35:18.922Z] #41 53.13 DEP compel/arch/aarch64/src/lib/cpu.d [2021-03-09T00:35:18.922Z] #41 53.16 DEP compel/src/lib/log.d [2021-03-09T00:35:18.922Z] #41 53.24 DEP compel/src/main.d [2021-03-09T00:35:18.922Z] #41 53.36 DEP compel/src/lib/handle-elf.d [2021-03-09T00:35:18.922Z] #41 53.54 DEP compel/arch/aarch64/src/lib/handle-elf.d [2021-03-09T00:35:18.922Z] #41 53.66 CC compel/src/lib/log.o [2021-03-09T00:35:18.922Z] #41 53.90 CC compel/arch/aarch64/src/lib/cpu.o [2021-03-09T00:35:18.922Z] #41 54.18 CC compel/arch/aarch64/src/lib/infect.o [2021-03-09T00:35:18.922Z] #41 54.56 CC compel/src/lib/infect-rpc.o [2021-03-09T00:35:18.922Z] #41 54.91 CC compel/src/lib/infect-util.o [2021-03-09T00:35:18.922Z] #41 55.32 CC compel/src/lib/infect.o [2021-03-09T00:35:18.922Z] #41 57.53 CC compel/src/lib/ptrace.o [2021-03-09T00:35:18.922Z] #41 57.88 AR compel/libcompel.a [2021-03-09T00:35:18.922Z] #41 58.03 HOSTCC compel/src/main-host.o [2021-03-09T00:35:18.922Z] #41 58.72 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2021-03-09T00:35:18.922Z] #41 58.87 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-09T00:35:18.922Z] #41 59.33 HOSTCC compel/src/lib/log-host.o [2021-03-09T00:35:18.922Z] #41 59.53 HOSTLINK compel/compel-host-bin [2021-03-09T00:35:18.922Z] #41 59.65 DEP soccr/soccr.d [2021-03-09T00:35:18.922Z] #41 59.88 CC soccr/soccr.o [2021-03-09T00:35:18.922Z] #41 61.12 AR soccr/libsoccr.a [2021-03-09T00:35:18.922Z] #41 61.23 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-09T00:35:18.922Z] #41 61.65 DEP criu/arch/aarch64/sigframe.d [2021-03-09T00:35:18.927Z] #11 155.2 Processing triggers for libc-bin (2.28-10) ...#11 ... [2021-03-09T00:35:18.927Z] [2021-03-09T00:35:18.927Z] #56 [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-09T00:35:18.927Z] #56 sha256:73e3f66204f81e4e57975995fa952d079bf595d85f1f0a01879ee18ff8a7c52a [2021-03-09T00:35:18.927Z] #56 DONE 155.3s [2021-03-09T00:35:18.927Z] [2021-03-09T00:35:18.927Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-09T00:35:18.927Z] #57 sha256:efa9a541cd6aed1632c0bf5bca4b81000c8eac1fcd43c4c9a7548519051dac18 [2021-03-09T00:35:18.927Z] #57 DONE 0.1s [2021-03-09T00:35:18.927Z] [2021-03-09T00:35:18.927Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:35:18.927Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:35:18.927Z] #11 155.2 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:35:18.927Z] #11 ... [2021-03-09T00:35:18.927Z] [2021-03-09T00:35:18.927Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-09T00:35:18.927Z] #58 sha256:c0efe1b42a80d8bc925899ea042383d67f4507dabcd322df75c9771f200b87c2 [2021-03-09T00:35:19.186Z] #41 61.84 DEP criu/arch/aarch64/crtools.d [2021-03-09T00:35:19.186Z] #41 ... [2021-03-09T00:35:19.186Z] [2021-03-09T00:35:19.186Z] #51 [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-09T00:35:19.186Z] #51 sha256:9e28faaf76839517a5588ac325b7083f094f13170b36dfdf9d1643150bfd51e9 [2021-03-09T00:35:19.186Z] #51 10.12 + target=static [2021-03-09T00:35:19.186Z] #51 10.12 + make 'BUILDTAGS=seccomp ' static [2021-03-09T00:35:19.188Z] #58 DONE 0.1s [2021-03-09T00:35:19.188Z] [2021-03-09T00:35:19.188Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:19.188Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:19.188Z] #41 49.15 CC compel/src/lib/infect.o [2021-03-09T00:35:19.188Z] #41 51.45 CC compel/src/lib/ptrace.o [2021-03-09T00:35:19.188Z] #41 51.82 AR compel/libcompel.a [2021-03-09T00:35:19.188Z] #41 51.88 HOSTCC compel/src/main-host.o [2021-03-09T00:35:19.188Z] #41 52.23 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-03-09T00:35:19.188Z] #41 52.50 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-09T00:35:19.188Z] #41 52.83 HOSTCC compel/src/lib/log-host.o [2021-03-09T00:35:19.188Z] #41 52.98 HOSTLINK compel/compel-host-bin [2021-03-09T00:35:19.188Z] #41 53.11 DEP soccr/soccr.d [2021-03-09T00:35:19.188Z] #41 53.35 CC soccr/soccr.o [2021-03-09T00:35:19.267Z] #19 17.50 Reading package lists... [2021-03-09T00:35:19.267Z] #19 ... [2021-03-09T00:35:19.267Z] [2021-03-09T00:35:19.267Z] #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-09T00:35:19.267Z] #44 sha256:2f5fc9dd42c740dd3e5f3ca8a41736d83b646f02ff4fafc85f563418f714e257 [2021-03-09T00:35:19.267Z] #44 133.1 math/big [2021-03-09T00:35:19.267Z] #44 136.5 go/doc [2021-03-09T00:35:19.396Z] #41 ... [2021-03-09T00:35:19.396Z] [2021-03-09T00:35:19.396Z] #43 [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-09T00:35:19.396Z] #43 sha256:c04f631ddbe13747d502f1e8ae4d852e7ab2ec1b7ac742221a1bc2f7bc62ee1d [2021-03-09T00:35:19.396Z] #43 DONE 172.4s [2021-03-09T00:35:19.396Z] [2021-03-09T00:35:19.396Z] #18 [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-09T00:35:19.396Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:35:19.396Z] #18 15.86 Reading package lists... [2021-03-09T00:35:19.396Z] #18 20.29 Building dependency tree... [2021-03-09T00:35:19.396Z] #18 22.39 libcap2-bin is already the newest version (1:2.25-2). [2021-03-09T00:35:19.396Z] #18 22.39 The following additional packages will be installed: [2021-03-09T00:35:19.396Z] #18 22.39 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-09T00:35:19.396Z] #18 22.40 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-09T00:35:19.396Z] #18 22.40 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-09T00:35:19.396Z] #18 22.40 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-09T00:35:19.396Z] #18 22.40 python3.7 python3.7-minimal vim-runtime xxd [2021-03-09T00:35:19.396Z] #18 22.40 Suggested packages: [2021-03-09T00:35:19.396Z] #18 22.40 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-09T00:35:19.396Z] #18 22.40 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-09T00:35:19.396Z] #18 22.40 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-09T00:35:19.396Z] #18 22.40 Recommended packages: [2021-03-09T00:35:19.396Z] #18 22.40 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-09T00:35:19.396Z] #18 22.40 python3-keyrings.alt python3-xdg unzip [2021-03-09T00:35:19.448Z] #41 ... [2021-03-09T00:35:19.448Z] [2021-03-09T00:35:19.448Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-03-09T00:35:19.448Z] #11 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-03-09T00:35:19.448Z] #11 DONE 155.8s [2021-03-09T00:35:19.448Z] [2021-03-09T00:35:19.448Z] #51 [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-09T00:35:19.448Z] #51 sha256:13c6310c3623d00ff8635d1642269ada48f777ef458d3313bf5eaae58298252d [2021-03-09T00:35:19.451Z] #51 10.50 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-09T00:35:19.568Z] #44 ... [2021-03-09T00:35:19.568Z] [2021-03-09T00:35:19.568Z] #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-09T00:35:19.568Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:35:19.568Z] #42 69.11 CC criu/arch/ppc64/crtools.o [2021-03-09T00:35:19.568Z] #42 70.30 CC criu/arch/ppc64/sigframe.o [2021-03-09T00:35:19.568Z] #42 70.66 LINK criu/arch/ppc64/crtools.built-in.o [2021-03-09T00:35:19.568Z] #42 70.72 DEP criu/pie/util-vdso.d [2021-03-09T00:35:19.867Z] #42 70.87 DEP criu/pie/util.d [2021-03-09T00:35:20.184Z] #42 71.03 CC criu/pie/util.o [2021-03-09T00:35:20.405Z] #51 ... [2021-03-09T00:35:20.405Z] [2021-03-09T00:35:20.405Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-09T00:35:20.405Z] #16 sha256:f675607c515653c7bef5a9539c0ba98c237e0ad89b1b5f56bc801ffac0555ef7 [2021-03-09T00:35:20.405Z] #16 DONE 2.0s [2021-03-09T00:35:20.405Z] [2021-03-09T00:35:20.405Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:20.405Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:35:20.405Z] #41 62.08 DEP criu/arch/aarch64/cpu.d [2021-03-09T00:35:20.405Z] #41 62.13 DEP criu/arch/aarch64/bitops.d [2021-03-09T00:35:20.405Z] #41 62.25 CC criu/arch/aarch64/bitops.o [2021-03-09T00:35:20.405Z] #41 62.32 CC criu/arch/aarch64/cpu.o [2021-03-09T00:35:20.405Z] #41 62.51 CC criu/arch/aarch64/crtools.o [2021-03-09T00:35:20.405Z] #41 63.12 CC criu/arch/aarch64/sigframe.o [2021-03-09T00:35:20.486Z] #42 71.35 CC criu/pie/util-vdso.o [2021-03-09T00:35:20.669Z] #41 63.45 LINK criu/arch/aarch64/crtools.built-in.o [2021-03-09T00:35:20.933Z] #41 63.53 DEP criu/pie/util-vdso.d [2021-03-09T00:35:21.129Z] #20 9.736 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-09T00:35:21.129Z] #20 9.830 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-09T00:35:21.129Z] #20 9.868 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-09T00:35:21.129Z] #20 9.935 Collecting pyyaml (from yamllint==1.16.0) [2021-03-09T00:35:21.129Z] #20 10.19 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-03-09T00:35:21.135Z] #42 72.15 AR criu/pie/pie.lib.a [2021-03-09T00:35:21.135Z] #42 72.22 DEP criu/pie/restorer.d [2021-03-09T00:35:21.197Z] #41 63.69 DEP criu/pie/util.d [2021-03-09T00:35:21.197Z] #41 63.88 CC criu/pie/util.o [2021-03-09T00:35:21.303Z] #18 24.64 The following NEW packages will be installed: [2021-03-09T00:35:21.359Z] #51 ... [2021-03-09T00:35:21.359Z] [2021-03-09T00:35:21.359Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-09T00:35:21.359Z] #12 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-03-09T00:35:21.359Z] #12 DONE 1.9s [2021-03-09T00:35:21.359Z] [2021-03-09T00:35:21.359Z] #51 [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-09T00:35:21.359Z] #51 sha256:13c6310c3623d00ff8635d1642269ada48f777ef458d3313bf5eaae58298252d [2021-03-09T00:35:21.359Z] #51 1.901 + RM_GOPATH=0 [2021-03-09T00:35:21.359Z] #51 1.901 + TMP_GOPATH= [2021-03-09T00:35:21.359Z] #51 1.901 + : /build [2021-03-09T00:35:21.359Z] #51 1.901 + '[' -z '' ']' [2021-03-09T00:35:21.359Z] #51 1.905 ++ mktemp -d [2021-03-09T00:35:21.359Z] #51 1.921 + export GOPATH=/tmp/tmp.BZkpUuidxp [2021-03-09T00:35:21.359Z] #51 1.921 + GOPATH=/tmp/tmp.BZkpUuidxp [2021-03-09T00:35:21.359Z] #51 1.921 + RM_GOPATH=1 [2021-03-09T00:35:21.359Z] #51 1.921 + case "$(go env GOARCH)" in [2021-03-09T00:35:21.359Z] #51 1.921 ++ go env GOARCH [2021-03-09T00:35:21.359Z] #51 1.953 + export GO_BUILDMODE=-buildmode=pie [2021-03-09T00:35:21.359Z] #51 1.953 + GO_BUILDMODE=-buildmode=pie [2021-03-09T00:35:21.359Z] #51 1.953 ++ dirname /tmp/install/install.sh [2021-03-09T00:35:21.359Z] #51 1.973 + dir=/tmp/install [2021-03-09T00:35:21.359Z] #51 1.973 + bin=runc [2021-03-09T00:35:21.359Z] #51 1.973 + shift [2021-03-09T00:35:21.359Z] #51 1.973 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-09T00:35:21.359Z] #51 1.973 + . /tmp/install/runc.installer [2021-03-09T00:35:21.359Z] #51 1.973 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-09T00:35:21.359Z] #51 1.973 + install_runc [2021-03-09T00:35:21.359Z] #51 1.973 + uname -r [2021-03-09T00:35:21.359Z] #51 1.973 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-09T00:35:21.359Z] #51 1.993 + RUNC_BUILDTAGS='seccomp ' [2021-03-09T00:35:21.359Z] #51 1.993 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-09T00:35:21.359Z] #51 1.993 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.BZkpUuidxp/src/github.com/opencontainers/runc [2021-03-09T00:35:21.359Z] #51 1.995 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-09T00:35:21.359Z] #51 1.995 Cloning into '/tmp/tmp.BZkpUuidxp/src/github.com/opencontainers/runc'... [2021-03-09T00:35:21.386Z] #20 10.49 Installing collected packages: pathspec, pyyaml, yamllint [2021-03-09T00:35:21.461Z] #41 64.20 CC criu/pie/util-vdso.o [2021-03-09T00:35:21.562Z] #18 24.65 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-09T00:35:21.562Z] #18 24.65 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-09T00:35:21.562Z] #18 24.65 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-09T00:35:21.562Z] #18 24.65 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-09T00:35:21.562Z] #18 24.65 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-09T00:35:21.562Z] #18 24.65 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-09T00:35:21.562Z] #18 24.65 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-09T00:35:21.562Z] #18 24.65 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-09T00:35:21.562Z] #18 24.65 xz-utils zip [2021-03-09T00:35:21.642Z] #20 10.90 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-09T00:35:21.796Z] #42 72.67 DEP criu/arch/ppc64/vdso-trampoline.d [2021-03-09T00:35:21.796Z] #42 72.73 DEP criu/arch/ppc64/restorer.d [2021-03-09T00:35:21.822Z] #18 24.99 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-09T00:35:21.822Z] #18 24.99 Need to get 28.5 MB of archives. [2021-03-09T00:35:21.822Z] #18 24.99 After this operation, 116 MB of additional disk space will be used. [2021-03-09T00:35:21.822Z] #18 24.99 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-03-09T00:35:21.822Z] #18 25.00 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-09T00:35:21.822Z] #18 25.03 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-09T00:35:21.898Z] #20 DONE 11.2s [2021-03-09T00:35:21.898Z] [2021-03-09T00:35:21.898Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-09T00:35:21.898Z] #23 sha256:98d2b1f93759a5cefffb95d957b0ea0990966e9e0350ade65b334f5fae839022 [2021-03-09T00:35:22.082Z] #18 25.12 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-03-09T00:35:22.082Z] #18 25.12 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-03-09T00:35:22.082Z] #18 25.12 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-09T00:35:22.082Z] #18 25.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-09T00:35:22.082Z] #18 25.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-03-09T00:35:22.082Z] #18 25.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-03-09T00:35:22.082Z] #18 25.22 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-03-09T00:35:22.082Z] #18 25.23 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-03-09T00:35:22.082Z] #18 25.23 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-03-09T00:35:22.082Z] #18 25.23 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-03-09T00:35:22.082Z] #18 25.23 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-03-09T00:35:22.082Z] #18 25.24 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-03-09T00:35:22.082Z] #18 25.24 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-03-09T00:35:22.082Z] #18 25.26 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-09T00:35:22.082Z] #18 25.27 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-09T00:35:22.082Z] #18 25.28 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-03-09T00:35:22.082Z] #18 25.29 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-09T00:35:22.082Z] #18 25.30 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-03-09T00:35:22.094Z] #42 73.03 DEP criu/arch/ppc64/vdso-pie.d [2021-03-09T00:35:22.094Z] #42 73.20 DEP criu/pie/parasite-vdso.d [2021-03-09T00:35:22.341Z] #18 25.32 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-03-09T00:35:22.341Z] #18 25.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-09T00:35:22.341Z] #18 25.35 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-09T00:35:22.341Z] #18 25.36 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-09T00:35:22.341Z] #18 25.37 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-09T00:35:22.341Z] #18 25.37 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-03-09T00:35:22.341Z] #18 25.37 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-03-09T00:35:22.341Z] #18 25.37 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-09T00:35:22.392Z] #42 73.42 DEP criu/pie/parasite.d [2021-03-09T00:35:22.415Z] #41 ... [2021-03-09T00:35:22.415Z] [2021-03-09T00:35:22.415Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2021-03-09T00:35:22.415Z] #17 sha256:d30e02ac8b6e2e6d6a59961b4803a4d076ab9c882cdb8140a846da750eaa758f [2021-03-09T00:35:22.415Z] #17 DONE 2.1s [2021-03-09T00:35:22.415Z] [2021-03-09T00:35:22.415Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:22.415Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:35:22.415Z] #41 64.93 AR criu/pie/pie.lib.a [2021-03-09T00:35:22.415Z] #41 64.99 DEP criu/pie/restorer.d [2021-03-09T00:35:22.463Z] #23 DONE 0.3s [2021-03-09T00:35:22.463Z] [2021-03-09T00:35:22.463Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-09T00:35:22.463Z] #28 sha256:e03a29233e32194b6b23d8c3250da3fd6a6c1d187c97cfa2c2ecb60a435f69e1 [2021-03-09T00:35:22.680Z] #41 65.36 DEP criu/arch/aarch64/intraprocedure.d [2021-03-09T00:35:22.680Z] #41 65.39 DEP criu/arch/aarch64/restorer.d [2021-03-09T00:35:22.691Z] #42 73.80 CC criu/pie/parasite.o [2021-03-09T00:35:22.818Z] #14 4.075 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-09T00:35:22.818Z] #14 DONE 4.3s [2021-03-09T00:35:22.818Z] [2021-03-09T00:35:22.818Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-09T00:35:22.818Z] #15 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-03-09T00:35:22.910Z] #18 25.91 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-09T00:35:22.910Z] #18 25.91 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-09T00:35:22.910Z] #18 25.91 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-09T00:35:22.910Z] #18 25.91 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-03-09T00:35:22.910Z] #18 25.92 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-03-09T00:35:22.910Z] #18 25.93 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-09T00:35:22.910Z] #18 26.02 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-09T00:35:22.910Z] #18 26.03 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-09T00:35:22.910Z] #18 26.04 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-03-09T00:35:22.910Z] #18 26.06 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-09T00:35:22.910Z] #18 26.07 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-09T00:35:22.910Z] #18 26.09 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-09T00:35:22.910Z] #18 26.09 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-03-09T00:35:22.910Z] #18 26.16 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-09T00:35:22.943Z] #41 65.66 DEP criu/arch/aarch64/vdso-pie.d [2021-03-09T00:35:22.943Z] #41 65.81 DEP criu/pie/parasite-vdso.d [2021-03-09T00:35:23.170Z] #18 26.18 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-03-09T00:35:23.170Z] #18 26.20 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-09T00:35:23.206Z] #41 65.93 DEP criu/pie/parasite.d [2021-03-09T00:35:23.265Z] #51 ... [2021-03-09T00:35:23.265Z] [2021-03-09T00:35:23.265Z] #13 [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-09T00:35:23.265Z] #13 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-03-09T00:35:23.265Z] #13 DONE 2.1s [2021-03-09T00:35:23.265Z] [2021-03-09T00:35:23.265Z] #43 [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-09T00:35:23.265Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:35:23.265Z] #43 149.7 net/http/httptrace [2021-03-09T00:35:23.265Z] #43 149.9 net/http [2021-03-09T00:35:23.430Z] #18 26.51 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-03-09T00:35:23.430Z] #18 26.56 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-03-09T00:35:23.430Z] #18 26.61 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-03-09T00:35:23.470Z] #41 66.20 CC criu/pie/parasite.o [2021-03-09T00:35:23.525Z] #43 ... [2021-03-09T00:35:23.525Z] [2021-03-09T00:35:23.525Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-09T00:35:23.525Z] #14 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-03-09T00:35:24.237Z] #42 75.47 LINK criu/pie/parasite.built-in.o [2021-03-09T00:35:24.368Z] #18 27.35 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:35:24.368Z] #18 27.50 Fetched 28.5 MB in 2s (15.0 MB/s) [2021-03-09T00:35:24.368Z] #18 27.57 Selecting previously unselected package pigz. [2021-03-09T00:35:24.464Z] #14 1.083 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-09T00:35:24.536Z] #42 75.48 GEN criu/pie/parasite-blob.h [2021-03-09T00:35:24.536Z] #42 75.53 CC criu/pie/parasite-vdso.o [2021-03-09T00:35:24.627Z] #18 27.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 ... 23432 files and directories currently installed.) [2021-03-09T00:35:24.627Z] #18 27.62 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-03-09T00:35:24.627Z] #18 27.63 Unpacking pigz (2.4-1) ... [2021-03-09T00:35:24.627Z] #18 27.73 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-03-09T00:35:24.627Z] #18 27.73 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:35:24.627Z] #18 27.74 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:35:24.723Z] #14 DONE 1.2s [2021-03-09T00:35:24.723Z] [2021-03-09T00:35:24.723Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-09T00:35:24.723Z] #15 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-03-09T00:35:24.865Z] #41 67.25 LINK criu/pie/parasite.built-in.o [2021-03-09T00:35:24.865Z] #41 67.26 GEN criu/pie/parasite-blob.h [2021-03-09T00:35:24.865Z] #41 67.28 CC criu/pie/parasite-vdso.o [2021-03-09T00:35:25.196Z] #18 28.19 Selecting previously unselected package python3.7-minimal. [2021-03-09T00:35:25.196Z] #18 28.20 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:35:25.196Z] #18 28.22 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-09T00:35:25.200Z] #42 ... [2021-03-09T00:35:25.200Z] [2021-03-09T00:35:25.200Z] #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-09T00:35:25.200Z] #19 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-03-09T00:35:25.200Z] #19 17.50 Reading package lists... [2021-03-09T00:35:25.200Z] #19 21.21 Building dependency tree... [2021-03-09T00:35:25.200Z] #19 22.91 libcap2-bin is already the newest version (1:2.25-2). [2021-03-09T00:35:25.200Z] #19 22.91 The following additional packages will be installed: [2021-03-09T00:35:25.200Z] #19 22.91 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-09T00:35:25.200Z] #19 22.91 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-09T00:35:25.200Z] #19 22.92 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-09T00:35:25.200Z] #19 22.92 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-09T00:35:25.200Z] #19 22.92 python3.7 python3.7-minimal vim-runtime xxd [2021-03-09T00:35:25.200Z] #19 22.93 Suggested packages: [2021-03-09T00:35:25.200Z] #19 22.93 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-09T00:35:25.200Z] #19 22.93 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-09T00:35:25.200Z] #19 22.93 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-09T00:35:25.200Z] #19 22.93 Recommended packages: [2021-03-09T00:35:25.200Z] #19 22.94 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-09T00:35:25.200Z] #19 22.94 python3-keyrings.alt python3-xdg unzip [2021-03-09T00:35:25.200Z] #19 25.07 The following NEW packages will be installed: [2021-03-09T00:35:25.200Z] #19 25.07 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-09T00:35:25.200Z] #19 25.07 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-09T00:35:25.200Z] #19 25.07 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-09T00:35:25.200Z] #19 25.07 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-09T00:35:25.200Z] #19 25.07 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-09T00:35:25.200Z] #19 25.08 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-09T00:35:25.200Z] #19 25.08 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-09T00:35:25.200Z] #19 25.08 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-09T00:35:25.200Z] #19 25.08 xz-utils zip [2021-03-09T00:35:25.200Z] #19 25.19 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-09T00:35:25.200Z] #19 25.19 Need to get 29.2 MB of archives. [2021-03-09T00:35:25.200Z] #19 25.19 After this operation, 134 MB of additional disk space will be used. [2021-03-09T00:35:25.200Z] #19 25.19 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2021-03-09T00:35:25.200Z] #19 25.21 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-09T00:35:25.200Z] #19 25.26 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-09T00:35:25.200Z] #19 25.40 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2021-03-09T00:35:25.200Z] #19 25.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2021-03-09T00:35:25.200Z] #19 25.41 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-09T00:35:25.442Z] #41 68.00 CC criu/arch/aarch64/vdso-pie.o [2021-03-09T00:35:25.515Z] #19 25.51 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2021-03-09T00:35:25.515Z] #19 25.54 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2021-03-09T00:35:25.515Z] #19 25.54 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2021-03-09T00:35:25.515Z] #19 25.55 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2021-03-09T00:35:25.515Z] #19 25.56 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2021-03-09T00:35:25.515Z] #19 25.57 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2021-03-09T00:35:25.515Z] #19 25.58 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2021-03-09T00:35:25.515Z] #19 25.59 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2021-03-09T00:35:25.515Z] #19 25.59 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2021-03-09T00:35:25.515Z] #19 25.60 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2021-03-09T00:35:25.515Z] #19 25.63 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-03-09T00:35:25.515Z] #19 25.66 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-03-09T00:35:25.515Z] #19 25.70 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2021-03-09T00:35:25.515Z] #19 25.73 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-09T00:35:25.515Z] #19 25.73 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2021-03-09T00:35:25.515Z] #19 25.76 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2021-03-09T00:35:25.515Z] #19 25.81 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2021-03-09T00:35:25.711Z] #41 68.32 CC criu/arch/aarch64/restorer.o [2021-03-09T00:35:25.820Z] #19 25.82 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-03-09T00:35:25.820Z] #19 25.84 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-03-09T00:35:25.820Z] #19 25.86 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-03-09T00:35:25.820Z] #19 25.87 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2021-03-09T00:35:25.820Z] #19 25.87 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2021-03-09T00:35:25.820Z] #19 25.88 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-03-09T00:35:25.975Z] #41 68.78 CC criu/arch/aarch64/intraprocedure.o [2021-03-09T00:35:25.975Z] #41 68.83 CC criu/pie/restorer.o [2021-03-09T00:35:26.105Z] #15 DONE 1.2s [2021-03-09T00:35:26.105Z] [2021-03-09T00:35:26.105Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-09T00:35:26.105Z] #16 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-03-09T00:35:26.124Z] #19 26.40 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-09T00:35:26.134Z] #18 29.14 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:35:26.134Z] #18 29.22 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-09T00:35:26.425Z] #19 26.40 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-09T00:35:26.425Z] #19 26.40 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-09T00:35:26.425Z] #19 26.40 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2021-03-09T00:35:26.425Z] #19 26.42 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2021-03-09T00:35:26.425Z] #19 26.45 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2021-03-09T00:35:26.425Z] #19 26.55 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-09T00:35:26.425Z] #19 26.57 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2021-03-09T00:35:26.425Z] #19 26.58 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2021-03-09T00:35:26.425Z] #19 26.59 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-09T00:35:26.425Z] #19 26.60 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2021-03-09T00:35:26.425Z] #19 26.61 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-09T00:35:26.425Z] #19 26.63 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u3 [1230 kB] [2021-03-09T00:35:26.633Z] #28 ... [2021-03-09T00:35:26.633Z] [2021-03-09T00:35:26.633Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:26.633Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:26.633Z] #41 129.7 CC criu/namespaces.o [2021-03-09T00:35:26.633Z] #41 131.4 CC criu/net.o [2021-03-09T00:35:26.633Z] #41 134.9 CC criu/netfilter.o [2021-03-09T00:35:26.633Z] #41 135.4 CC criu/page-pipe.o [2021-03-09T00:35:26.633Z] #41 136.2 CC criu/page-xfer.o [2021-03-09T00:35:26.633Z] #41 137.4 CC criu/pagemap-cache.o [2021-03-09T00:35:26.633Z] #41 137.7 CC criu/pagemap.o [2021-03-09T00:35:26.633Z] #41 138.6 CC criu/parasite-syscall.o [2021-03-09T00:35:26.633Z] #41 139.5 CC criu/path.o [2021-03-09T00:35:26.633Z] #41 139.8 CC criu/pie-util-vdso-elf32.o [2021-03-09T00:35:26.724Z] #19 26.75 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-09T00:35:26.724Z] #19 26.78 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2021-03-09T00:35:26.724Z] #19 26.80 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-09T00:35:26.889Z] #41 140.2 CC criu/pie-util-vdso.o [2021-03-09T00:35:27.024Z] #19 27.11 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2021-03-09T00:35:27.024Z] #19 27.19 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2021-03-09T00:35:27.029Z] #15 DONE 3.8s [2021-03-09T00:35:27.029Z] [2021-03-09T00:35:27.029Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-09T00:35:27.029Z] #16 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-03-09T00:35:27.046Z] #16 DONE 1.2s [2021-03-09T00:35:27.046Z] [2021-03-09T00:35:27.046Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:27.046Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:27.046Z] #41 55.11 AR soccr/libsoccr.a [2021-03-09T00:35:27.046Z] #41 55.20 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-09T00:35:27.046Z] #41 55.88 DEP criu/arch/x86/sigframe.d [2021-03-09T00:35:27.046Z] #41 56.00 DEP criu/arch/x86/sigaction_compat.d [2021-03-09T00:35:27.046Z] #41 56.15 DEP criu/arch/x86/kerndat.d [2021-03-09T00:35:27.046Z] #41 56.29 DEP criu/arch/x86/crtools.d [2021-03-09T00:35:27.046Z] #41 56.43 DEP criu/arch/x86/cpu.d [2021-03-09T00:35:27.046Z] #41 56.64 CC criu/arch/x86/cpu.o [2021-03-09T00:35:27.046Z] #41 57.54 CC criu/arch/x86/crtools.o [2021-03-09T00:35:27.046Z] #41 59.34 CC criu/arch/x86/kerndat.o [2021-03-09T00:35:27.046Z] #41 59.99 CC criu/arch/x86/sigaction_compat.o [2021-03-09T00:35:27.046Z] #41 60.35 CC criu/arch/x86/sigframe.o [2021-03-09T00:35:27.046Z] #41 60.76 LINK criu/arch/x86/crtools.built-in.o [2021-03-09T00:35:27.046Z] #41 60.91 DEP criu/pie/util-vdso-elf32.d [2021-03-09T00:35:27.046Z] #41 61.05 DEP criu/pie/util-vdso.d [2021-03-09T00:35:27.046Z] #41 61.17 DEP criu/pie/util.d [2021-03-09T00:35:27.046Z] #41 61.47 CC criu/pie/util.o [2021-03-09T00:35:27.145Z] #41 ... [2021-03-09T00:35:27.145Z] [2021-03-09T00:35:27.145Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-09T00:35:27.145Z] #28 sha256:e03a29233e32194b6b23d8c3250da3fd6a6c1d187c97cfa2c2ecb60a435f69e1 [2021-03-09T00:35:27.145Z] #28 DONE 4.9s [2021-03-09T00:35:27.145Z] [2021-03-09T00:35:27.145Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-09T00:35:27.145Z] #31 sha256:9da30f86a57f75c390650639fdc6c7772807ffc370b380f1f9e10e561196550f [2021-03-09T00:35:27.307Z] #41 61.92 CC criu/pie/util-vdso.o [2021-03-09T00:35:27.307Z] #41 ... [2021-03-09T00:35:27.307Z] [2021-03-09T00:35:27.307Z] #43 [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-09T00:35:27.307Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:35:27.307Z] #43 163.5 github.com/LK4D4/vndr/godl [2021-03-09T00:35:27.320Z] #19 27.24 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2021-03-09T00:35:27.513Z] #18 ... [2021-03-09T00:35:27.513Z] [2021-03-09T00:35:27.513Z] #30 [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-09T00:35:27.513Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:35:27.513Z] #30 DONE 180.4s [2021-03-09T00:35:27.513Z] [2021-03-09T00:35:27.513Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:27.513Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:27.513Z] #41 79.73 DEP criu/protobuf-desc.d [2021-03-09T00:35:27.513Z] #41 79.98 DEP criu/proc_parse.d [2021-03-09T00:35:27.513Z] #41 80.39 DEP criu/plugin.d [2021-03-09T00:35:27.513Z] #41 80.56 DEP criu/pipes.d [2021-03-09T00:35:27.513Z] #41 80.72 DEP criu/pie-util.d [2021-03-09T00:35:27.513Z] #41 80.84 DEP criu/pie-util-vdso.d [2021-03-09T00:35:27.513Z] #41 80.94 DEP criu/pie-util-vdso-elf32.d [2021-03-09T00:35:27.513Z] #41 81.10 DEP criu/path.d [2021-03-09T00:35:27.513Z] #41 81.25 DEP criu/parasite-syscall.d [2021-03-09T00:35:27.513Z] #41 81.45 DEP criu/pagemap.d [2021-03-09T00:35:27.513Z] #41 81.59 DEP criu/pagemap-cache.d [2021-03-09T00:35:27.513Z] #41 81.67 DEP criu/page-xfer.d [2021-03-09T00:35:27.513Z] #41 81.88 DEP criu/page-pipe.d [2021-03-09T00:35:27.514Z] #41 81.96 DEP criu/netfilter.d [2021-03-09T00:35:27.514Z] #41 82.06 DEP criu/net.d [2021-03-09T00:35:27.514Z] #41 82.22 DEP criu/namespaces.d [2021-03-09T00:35:27.514Z] #41 82.42 DEP criu/mount.d [2021-03-09T00:35:27.514Z] #41 82.67 DEP criu/memfd.d [2021-03-09T00:35:27.514Z] #41 82.80 DEP criu/mem.d [2021-03-09T00:35:27.514Z] #41 82.97 DEP criu/lsm.d [2021-03-09T00:35:27.514Z] #41 83.11 DEP criu/log.d [2021-03-09T00:35:27.514Z] #41 83.22 DEP criu/libnetlink.d [2021-03-09T00:35:27.514Z] #41 83.32 DEP criu/kerndat.d [2021-03-09T00:35:27.514Z] #41 83.56 DEP criu/kcmp-ids.d [2021-03-09T00:35:27.514Z] #41 83.66 DEP criu/irmap.d [2021-03-09T00:35:27.514Z] #41 83.82 DEP criu/ipc_ns.d [2021-03-09T00:35:27.514Z] #41 83.99 DEP criu/image.d [2021-03-09T00:35:27.514Z] #41 84.17 DEP criu/image-desc.d [2021-03-09T00:35:27.514Z] #41 84.25 DEP criu/fsnotify.d [2021-03-09T00:35:27.514Z] #41 84.42 DEP criu/filesystems.d [2021-03-09T00:35:27.514Z] #41 84.52 DEP criu/files.d [2021-03-09T00:35:27.514Z] #41 84.66 DEP criu/files-reg.d [2021-03-09T00:35:27.514Z] #41 84.83 DEP criu/files-ext.d [2021-03-09T00:35:27.514Z] #41 85.00 DEP criu/file-lock.d [2021-03-09T00:35:27.514Z] #41 85.18 DEP criu/file-ids.d [2021-03-09T00:35:27.514Z] #41 85.36 DEP criu/fifo.d [2021-03-09T00:35:27.514Z] #41 85.57 DEP criu/fdstore.d [2021-03-09T00:35:27.514Z] #41 85.66 DEP criu/fault-injection.d [2021-03-09T00:35:27.514Z] #41 85.72 DEP criu/external.d [2021-03-09T00:35:27.514Z] #41 85.82 DEP criu/eventpoll.d [2021-03-09T00:35:27.514Z] #41 86.02 DEP criu/eventfd.d [2021-03-09T00:35:27.514Z] #41 86.20 DEP criu/crtools.d [2021-03-09T00:35:27.514Z] #41 86.38 DEP criu/cr-service.d [2021-03-09T00:35:27.514Z] #41 86.55 DEP criu/cr-restore.d [2021-03-09T00:35:27.514Z] #41 86.80 DEP criu/cr-errno.d [2021-03-09T00:35:27.514Z] #41 86.83 DEP criu/cr-dump.d [2021-03-09T00:35:27.514Z] #41 87.05 DEP criu/cr-dedup.d [2021-03-09T00:35:27.514Z] #41 87.19 DEP criu/cr-check.d [2021-03-09T00:35:27.514Z] #41 87.37 DEP criu/config.d [2021-03-09T00:35:27.514Z] #41 87.54 DEP criu/clone-noasan.d [2021-03-09T00:35:27.514Z] #41 87.63 DEP criu/cgroup.d [2021-03-09T00:35:27.719Z] #31 DONE 0.7s [2021-03-09T00:35:27.719Z] [2021-03-09T00:35:27.720Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:27.720Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:27.720Z] #41 140.7 CC criu/pie-util.o [2021-03-09T00:35:27.720Z] #41 140.9 CC criu/pipes.o [2021-03-09T00:35:27.773Z] #41 87.97 DEP criu/cgroup-props.d [2021-03-09T00:35:27.773Z] #41 88.13 DEP criu/bitmap.d [2021-03-09T00:35:27.773Z] #41 88.20 DEP criu/bfd.d [2021-03-09T00:35:27.966Z] #19 28.22 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:35:27.975Z] #41 ... [2021-03-09T00:35:27.975Z] [2021-03-09T00:35:27.975Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-09T00:35:27.975Z] #33 sha256:6f838540f559d7d18840b436b92bc2cc15ef3c3b3b3ad5cae3cf53af77b96582 [2021-03-09T00:35:27.975Z] #33 DONE 0.1s [2021-03-09T00:35:27.975Z] [2021-03-09T00:35:27.975Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-09T00:35:27.975Z] #36 sha256:b819c72109e4fb5990ee08bff9d6486a552274d6071b74775401c38e24aeb6f2 [2021-03-09T00:35:27.975Z] #36 DONE 0.1s [2021-03-09T00:35:27.975Z] [2021-03-09T00:35:27.975Z] #54 [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-09T00:35:27.975Z] #54 sha256:8b53cf9f3eaa4a6e32435cf820da716b3f31f4337a901a66223c6d55a6c4334a [2021-03-09T00:35:28.033Z] #41 88.37 DEP criu/autofs.d [2021-03-09T00:35:28.247Z] #43 ... [2021-03-09T00:35:28.247Z] [2021-03-09T00:35:28.247Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2021-03-09T00:35:28.247Z] #17 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-03-09T00:35:28.247Z] #17 DONE 1.1s [2021-03-09T00:35:28.247Z] [2021-03-09T00:35:28.247Z] #18 [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-09T00:35:28.247Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:35:28.264Z] #19 28.34 Fetched 29.2 MB in 2s (13.9 MB/s) [2021-03-09T00:35:28.265Z] #19 28.40 Selecting previously unselected package pigz. [2021-03-09T00:35:28.536Z] #41 ... [2021-03-09T00:35:28.536Z] [2021-03-09T00:35:28.536Z] #22 [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-09T00:35:28.536Z] #22 sha256:0588548364fb043ce54ce7c1c3607cedd218f2531c87ed9784853731b904ce7f [2021-03-09T00:35:28.536Z] #22 132.3 Checking out files: 19% (2178/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: 34% (3809/11201) Checking out files: 34% (3861/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: 56% (6332/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: 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: 80% (9063/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: 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-09T00:35:28.536Z] #22 136.4 + cd /tmp/tmp.wgo5eukX1H/tmp/docker-ce [2021-03-09T00:35:28.536Z] #22 136.4 + git checkout -q v17.06.2-ce [2021-03-09T00:35:28.537Z] #54 ... [2021-03-09T00:35:28.537Z] [2021-03-09T00:35:28.537Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:28.537Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:28.537Z] #41 141.7 CC criu/plugin.o [2021-03-09T00:35:28.568Z] #19 28.40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) [2021-03-09T00:35:28.568Z] #19 28.50 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2021-03-09T00:35:28.568Z] #19 28.51 Unpacking pigz (2.4-1) ... [2021-03-09T00:35:28.568Z] #19 28.61 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2021-03-09T00:35:28.568Z] #19 28.62 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2021-03-09T00:35:28.568Z] #19 28.63 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2021-03-09T00:35:28.601Z] #41 88.67 DEP criu/aio.d [2021-03-09T00:35:28.601Z] #41 88.90 DEP criu/action-scripts.d [2021-03-09T00:35:28.861Z] #41 89.28 CC criu/action-scripts.o [2021-03-09T00:35:28.861Z] #41 ... [2021-03-09T00:35:28.861Z] [2021-03-09T00:35:28.861Z] #18 [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-09T00:35:28.861Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:35:28.861Z] #18 32.17 Selecting previously unselected package python3-minimal. [2021-03-09T00:35:28.871Z] #19 29.17 Selecting previously unselected package python3.7-minimal. [2021-03-09T00:35:28.944Z] #16 ... [2021-03-09T00:35:28.944Z] [2021-03-09T00:35:28.944Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:28.944Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:28.944Z] #41 57.14 DEP criu/arch/x86/sigframe.d [2021-03-09T00:35:28.944Z] #41 57.27 DEP criu/arch/x86/sigaction_compat.d [2021-03-09T00:35:28.944Z] #41 57.34 DEP criu/arch/x86/kerndat.d [2021-03-09T00:35:28.944Z] #41 57.57 DEP criu/arch/x86/crtools.d [2021-03-09T00:35:28.944Z] #41 57.72 DEP criu/arch/x86/cpu.d [2021-03-09T00:35:28.944Z] #41 57.91 CC criu/arch/x86/cpu.o [2021-03-09T00:35:28.944Z] #41 58.63 CC criu/arch/x86/crtools.o [2021-03-09T00:35:28.944Z] #41 59.86 CC criu/arch/x86/kerndat.o [2021-03-09T00:35:28.944Z] #41 60.38 CC criu/arch/x86/sigaction_compat.o [2021-03-09T00:35:28.944Z] #41 60.66 CC criu/arch/x86/sigframe.o [2021-03-09T00:35:28.944Z] #41 60.89 LINK criu/arch/x86/crtools.built-in.o [2021-03-09T00:35:28.944Z] #41 60.97 DEP criu/pie/util-vdso-elf32.d [2021-03-09T00:35:28.944Z] #41 61.11 DEP criu/pie/util-vdso.d [2021-03-09T00:35:28.944Z] #41 61.35 DEP criu/pie/util.d [2021-03-09T00:35:28.944Z] #41 61.64 CC criu/pie/util.o [2021-03-09T00:35:28.944Z] #41 61.94 CC criu/pie/util-vdso.o [2021-03-09T00:35:28.944Z] #41 62.65 CC criu/pie/util-vdso-elf32.o [2021-03-09T00:35:28.944Z] #41 63.44 AR criu/pie/pie.lib.a [2021-03-09T00:35:28.944Z] #41 63.50 DEP criu/pie/restorer.d [2021-03-09T00:35:28.944Z] #41 63.79 DEP criu/arch/x86/sigaction_compat_pie.d [2021-03-09T00:35:28.944Z] #41 63.96 DEP criu/arch/x86/restorer_unmap.d [2021-03-09T00:35:28.944Z] #41 64.00 DEP criu/arch/x86/restorer.d [2021-03-09T00:35:28.944Z] #41 64.15 DEP criu/arch/x86/vdso-pie.d [2021-03-09T00:35:28.944Z] #41 64.32 DEP criu/pie/parasite-vdso.d [2021-03-09T00:35:28.944Z] #41 64.48 DEP criu/pie/parasite.d [2021-03-09T00:35:28.944Z] #41 64.82 CC criu/pie/parasite.o [2021-03-09T00:35:28.944Z] #41 66.25 LINK criu/pie/parasite.built-in.o [2021-03-09T00:35:28.944Z] #41 66.29 GEN criu/pie/parasite-blob.h [2021-03-09T00:35:28.944Z] #41 66.29 CC criu/pie/parasite-vdso.o [2021-03-09T00:35:28.944Z] #41 66.98 CC criu/arch/x86/vdso-pie.o [2021-03-09T00:35:28.944Z] #41 67.28 CC criu/arch/x86/restorer.o [2021-03-09T00:35:29.100Z] #41 142.2 CC criu/proc_parse.o [2021-03-09T00:35:29.121Z] #18 32.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2021-03-09T00:35:29.121Z] #18 32.23 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-03-09T00:35:29.121Z] #18 32.23 Unpacking python3-minimal (3.7.3-1) ... [2021-03-09T00:35:29.121Z] #18 32.32 Selecting previously unselected package libmpdec2:amd64. [2021-03-09T00:35:29.121Z] #18 32.32 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-03-09T00:35:29.121Z] #18 32.34 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-03-09T00:35:29.121Z] #18 32.44 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-03-09T00:35:29.121Z] #18 32.44 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:35:29.178Z] #19 29.17 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2021-03-09T00:35:29.178Z] #19 29.19 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-09T00:35:29.381Z] #18 32.44 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:35:29.489Z] #22 ... [2021-03-09T00:35:29.489Z] [2021-03-09T00:35:29.489Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:29.489Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:35:29.489Z] #41 72.11 LINK criu/pie/restorer.built-in.o [2021-03-09T00:35:29.490Z] #41 72.12 GEN criu/pie/restorer-blob.h [2021-03-09T00:35:29.490Z] #41 72.20 DEP criu/vdso.d [2021-03-09T00:35:29.523Z] #41 ... [2021-03-09T00:35:29.523Z] [2021-03-09T00:35:29.523Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-09T00:35:29.523Z] #16 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-03-09T00:35:29.523Z] #16 DONE 2.7s [2021-03-09T00:35:29.523Z] [2021-03-09T00:35:29.523Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2021-03-09T00:35:29.523Z] #17 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-03-09T00:35:29.630Z] #18 1.568 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:35:29.630Z] #18 1.615 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:35:29.630Z] #18 1.615 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:35:29.753Z] #41 72.34 DEP criu/uts_ns.d [2021-03-09T00:35:29.753Z] #41 72.54 DEP criu/util.d [2021-03-09T00:35:30.016Z] #41 72.78 DEP criu/uffd.d [2021-03-09T00:35:30.198Z] #18 2.184 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:35:30.235Z] #19 30.37 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2021-03-09T00:35:30.235Z] #19 30.38 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-09T00:35:30.279Z] #41 73.07 DEP criu/tun.d [2021-03-09T00:35:30.319Z] #18 33.30 Selecting previously unselected package python3.7. [2021-03-09T00:35:30.319Z] #18 33.31 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:35:30.319Z] #18 33.33 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-09T00:35:30.319Z] #18 33.44 Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-09T00:35:30.319Z] #18 33.45 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-03-09T00:35:30.319Z] #18 33.45 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-09T00:35:30.579Z] #18 33.57 Setting up python3-minimal (3.7.3-1) ... [2021-03-09T00:35:30.858Z] #41 73.31 DEP criu/tty.d [2021-03-09T00:35:30.858Z] #41 73.55 DEP criu/timerfd.d [2021-03-09T00:35:30.858Z] #41 73.68 DEP criu/timens.d [2021-03-09T00:35:31.121Z] #41 73.84 DEP criu/sysfs_parse.d [2021-03-09T00:35:31.147Z] #18 34.35 Selecting previously unselected package python3. [2021-03-09T00:35:31.147Z] #18 34.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2021-03-09T00:35:31.147Z] #18 34.38 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-03-09T00:35:31.147Z] #18 34.39 Unpacking python3 (3.7.3-1) ... [2021-03-09T00:35:31.385Z] #41 74.01 DEP criu/sysctl.d [2021-03-09T00:35:31.407Z] #18 34.47 Selecting previously unselected package libip4tc0:amd64. [2021-03-09T00:35:31.407Z] #18 34.48 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-03-09T00:35:31.407Z] #18 34.48 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-03-09T00:35:31.407Z] #18 34.56 Selecting previously unselected package libip6tc0:amd64. [2021-03-09T00:35:31.407Z] #18 34.57 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-03-09T00:35:31.407Z] #18 34.58 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-03-09T00:35:31.621Z] #41 144.8 CC criu/protobuf-desc.o [2021-03-09T00:35:31.650Z] #41 74.14 DEP criu/string.d [2021-03-09T00:35:31.650Z] #41 74.18 DEP criu/stats.d [2021-03-09T00:35:31.650Z] #41 74.43 DEP criu/sockets.d [2021-03-09T00:35:31.667Z] #18 34.70 Selecting previously unselected package libiptc0:amd64. [2021-03-09T00:35:31.667Z] #18 34.70 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-03-09T00:35:31.667Z] #18 34.71 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-03-09T00:35:31.667Z] #18 34.80 Selecting previously unselected package libnfnetlink0:amd64. [2021-03-09T00:35:31.667Z] #18 34.80 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-03-09T00:35:31.667Z] #18 34.82 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-09T00:35:31.667Z] #18 34.88 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-03-09T00:35:31.667Z] #18 34.88 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-03-09T00:35:31.667Z] #18 34.89 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-09T00:35:31.877Z] #41 ... [2021-03-09T00:35:31.878Z] [2021-03-09T00:35:31.878Z] #38 [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-09T00:35:31.878Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:35:31.878Z] #38 DONE 224.3s [2021-03-09T00:35:31.914Z] #41 74.57 DEP criu/sk-unix.d [2021-03-09T00:35:31.927Z] #18 34.96 Selecting previously unselected package libnftnl11:amd64. [2021-03-09T00:35:31.927Z] #18 34.96 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-03-09T00:35:31.927Z] #18 34.97 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-03-09T00:35:31.927Z] #18 35.04 Selecting previously unselected package iptables. [2021-03-09T00:35:31.927Z] #18 35.05 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-03-09T00:35:31.927Z] #18 35.06 Unpacking iptables (1.8.2-4) ... [2021-03-09T00:35:32.073Z] #17 DONE 2.7s [2021-03-09T00:35:32.073Z] [2021-03-09T00:35:32.073Z] #18 [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-09T00:35:32.073Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:35:32.107Z] #18 3.700 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:35:32.134Z] [2021-03-09T00:35:32.134Z] #51 [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-09T00:35:32.134Z] #51 sha256:68492e169c98d24dc9d8d9dcc95e6fc11e37ad31faa452e0a8228b033ad1ed53 [2021-03-09T00:35:32.179Z] #41 74.72 DEP criu/sk-tcp.d [2021-03-09T00:35:32.179Z] #41 74.90 DEP criu/sk-queue.d [2021-03-09T00:35:32.179Z] #41 ... [2021-03-09T00:35:32.179Z] [2021-03-09T00:35:32.179Z] #18 [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-09T00:35:32.179Z] #18 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-03-09T00:35:32.179Z] #18 2.244 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:35:32.179Z] #18 2.425 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:35:32.179Z] #18 2.513 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:35:32.179Z] #18 2.899 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-09T00:35:32.179Z] #18 3.851 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-03-09T00:35:32.179Z] #18 5.030 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-09T00:35:32.179Z] #18 7.523 Fetched 8246 kB in 6s (1433 kB/s) [2021-03-09T00:35:32.186Z] #18 35.35 Selecting previously unselected package xxd. [2021-03-09T00:35:32.186Z] #18 35.35 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-09T00:35:32.186Z] #18 35.37 Unpacking xxd (2:8.1.0875-5) ... [2021-03-09T00:35:32.342Z] #19 ... [2021-03-09T00:35:32.342Z] [2021-03-09T00:35:32.342Z] #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-09T00:35:32.342Z] #44 sha256:2f5fc9dd42c740dd3e5f3ca8a41736d83b646f02ff4fafc85f563418f714e257 [2021-03-09T00:35:32.342Z] #44 145.7 vendor/golang.org/x/text/unicode/norm [2021-03-09T00:35:32.342Z] #44 146.4 github.com/LK4D4/vndr/build [2021-03-09T00:35:32.342Z] #44 155.6 vendor/golang.org/x/net/http2/hpack [2021-03-09T00:35:32.342Z] #44 ... [2021-03-09T00:35:32.342Z] [2021-03-09T00:35:32.342Z] #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-09T00:35:32.342Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:35:32.342Z] #42 76.43 CC criu/arch/ppc64/vdso-pie.o [2021-03-09T00:35:32.342Z] #42 76.98 CC criu/arch/ppc64/restorer.o [2021-03-09T00:35:32.342Z] #42 77.56 CC criu/arch/ppc64/vdso-trampoline.o [2021-03-09T00:35:32.342Z] #42 77.61 CC criu/pie/restorer.o [2021-03-09T00:35:32.342Z] #42 81.39 LINK criu/pie/restorer.built-in.o [2021-03-09T00:35:32.342Z] #42 81.40 GEN criu/pie/restorer-blob.h [2021-03-09T00:35:32.342Z] #42 81.57 DEP criu/vdso.d [2021-03-09T00:35:32.342Z] #42 81.81 DEP criu/uts_ns.d [2021-03-09T00:35:32.342Z] #42 82.07 DEP criu/util.d [2021-03-09T00:35:32.342Z] #42 82.47 DEP criu/uffd.d [2021-03-09T00:35:32.342Z] #42 82.77 DEP criu/tun.d [2021-03-09T00:35:32.342Z] #42 83.06 DEP criu/tty.d [2021-03-09T00:35:32.342Z] #42 83.32 DEP criu/timerfd.d [2021-03-09T00:35:32.443Z] #18 7.523 Reading package lists... [2021-03-09T00:35:32.443Z] #18 ... [2021-03-09T00:35:32.443Z] [2021-03-09T00:35:32.443Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:32.443Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:35:32.443Z] #41 75.10 DEP criu/sk-packet.d [2021-03-09T00:35:32.446Z] #18 35.49 Selecting previously unselected package vim-common. [2021-03-09T00:35:32.446Z] #18 35.50 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:35:32.446Z] #18 35.52 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-09T00:35:32.446Z] #18 35.71 Selecting previously unselected package bash-completion. [2021-03-09T00:35:32.446Z] #18 35.72 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-09T00:35:32.643Z] #42 83.53 DEP criu/timens.d [2021-03-09T00:35:32.643Z] #42 83.73 DEP criu/sysfs_parse.d [2021-03-09T00:35:32.645Z] #18 ... [2021-03-09T00:35:32.645Z] [2021-03-09T00:35:32.645Z] #51 [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-09T00:35:32.645Z] #51 sha256:9893bee24b08f8d20f4496d0d5a58d9d9ac0e04d3d4b1f63491b1422239fc3ed [2021-03-09T00:35:32.645Z] #51 12.72 + cd /tmp/tmp.YQvRcy3t1B/src/github.com/opencontainers/runc [2021-03-09T00:35:32.645Z] #51 12.72 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-09T00:35:32.645Z] #51 13.11 + '[' -z '' ']' [2021-03-09T00:35:32.645Z] #51 13.11 + target=static [2021-03-09T00:35:32.645Z] #51 13.11 + make 'BUILDTAGS=seccomp ' static [2021-03-09T00:35:32.645Z] #51 13.56 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-09T00:35:32.645Z] #51 ... [2021-03-09T00:35:32.645Z] [2021-03-09T00:35:32.645Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:32.645Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:32.645Z] #41 67.85 CC criu/arch/x86/restorer_unmap.o [2021-03-09T00:35:32.645Z] #41 67.88 CC criu/arch/x86/sigaction_compat_pie.o [2021-03-09T00:35:32.645Z] #41 68.23 CC criu/pie/restorer.o [2021-03-09T00:35:32.696Z] #51 ... [2021-03-09T00:35:32.696Z] [2021-03-09T00:35:32.696Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:32.696Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:32.696Z] #41 145.9 CC criu/protobuf.o [2021-03-09T00:35:32.722Z] #41 75.38 DEP criu/sk-netlink.d [2021-03-09T00:35:32.942Z] #42 83.94 DEP criu/sysctl.d [2021-03-09T00:35:32.942Z] #42 84.14 DEP criu/string.d [2021-03-09T00:35:32.942Z] #42 ... [2021-03-09T00:35:32.942Z] [2021-03-09T00:35:32.942Z] #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-09T00:35:32.942Z] #19 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-03-09T00:35:32.942Z] #19 33.19 Selecting previously unselected package python3-minimal. [2021-03-09T00:35:32.987Z] #41 75.51 DEP criu/sk-inet.d [2021-03-09T00:35:32.987Z] #41 75.67 DEP criu/signalfd.d [2021-03-09T00:35:33.047Z] #18 4.985 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:35:33.216Z] #41 71.43 LINK criu/pie/restorer.built-in.o [2021-03-09T00:35:33.216Z] #41 71.45 GEN criu/pie/restorer-blob.h [2021-03-09T00:35:33.216Z] #41 71.53 DEP criu/vdso.d [2021-03-09T00:35:33.245Z] #19 33.19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23610 files and directories currently installed.) [2021-03-09T00:35:33.245Z] #19 33.31 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2021-03-09T00:35:33.245Z] #19 33.32 Unpacking python3-minimal (3.7.3-1) ... [2021-03-09T00:35:33.245Z] #19 33.43 Selecting previously unselected package libmpdec2:ppc64el. [2021-03-09T00:35:33.250Z] #41 75.77 DEP criu/sigframe.d [2021-03-09T00:35:33.250Z] #41 75.84 DEP criu/shmem.d [2021-03-09T00:35:33.250Z] #41 75.94 DEP criu/servicefd.d [2021-03-09T00:35:33.260Z] #41 146.5 CC criu/pstree.o [2021-03-09T00:35:33.477Z] #41 71.70 DEP criu/vdso-compat.d [2021-03-09T00:35:33.477Z] #41 ... [2021-03-09T00:35:33.477Z] [2021-03-09T00:35:33.477Z] #43 [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-09T00:35:33.477Z] #43 sha256:f31d43ad85063f1d9c713cd78e56c182a21e18c8990e1d97796a591623a5bb9a [2021-03-09T00:35:33.477Z] #43 135.1 github.com/LK4D4/vndr/godl [2021-03-09T00:35:33.477Z] #43 135.9 github.com/LK4D4/vndr [2021-03-09T00:35:33.477Z] #43 ... [2021-03-09T00:35:33.477Z] [2021-03-09T00:35:33.477Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:33.477Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:33.477Z] #41 71.85 DEP criu/uts_ns.d [2021-03-09T00:35:33.514Z] #41 76.07 DEP criu/seize.d [2021-03-09T00:35:33.514Z] #41 76.23 DEP criu/seccomp.d [2021-03-09T00:35:33.545Z] #19 33.44 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2021-03-09T00:35:33.545Z] #19 33.44 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2021-03-09T00:35:33.545Z] #19 33.57 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2021-03-09T00:35:33.545Z] #19 33.57 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2021-03-09T00:35:33.545Z] #19 33.58 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2021-03-09T00:35:33.739Z] #41 72.00 DEP criu/util.d [2021-03-09T00:35:33.778Z] #41 76.52 DEP criu/rst-malloc.d [2021-03-09T00:35:33.778Z] #41 76.59 DEP criu/rbtree.d [2021-03-09T00:35:33.987Z] #18 ... [2021-03-09T00:35:33.987Z] [2021-03-09T00:35:33.987Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:33.987Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:33.987Z] #41 62.77 CC criu/pie/util-vdso-elf32.o [2021-03-09T00:35:33.987Z] #41 63.68 AR criu/pie/pie.lib.a [2021-03-09T00:35:33.987Z] #41 63.75 DEP criu/pie/restorer.d [2021-03-09T00:35:33.987Z] #41 64.03 DEP criu/arch/x86/sigaction_compat_pie.d [2021-03-09T00:35:33.987Z] #41 64.14 DEP criu/arch/x86/restorer_unmap.d [2021-03-09T00:35:33.987Z] #41 64.15 DEP criu/arch/x86/restorer.d [2021-03-09T00:35:33.987Z] #41 64.31 DEP criu/arch/x86/vdso-pie.d [2021-03-09T00:35:33.987Z] #41 64.47 DEP criu/pie/parasite-vdso.d [2021-03-09T00:35:33.987Z] #41 64.69 DEP criu/pie/parasite.d [2021-03-09T00:35:33.987Z] #41 65.02 CC criu/pie/parasite.o [2021-03-09T00:35:33.987Z] #41 66.29 LINK criu/pie/parasite.built-in.o [2021-03-09T00:35:33.987Z] #41 66.31 GEN criu/pie/parasite-blob.h [2021-03-09T00:35:33.987Z] #41 66.34 CC criu/pie/parasite-vdso.o [2021-03-09T00:35:33.987Z] #41 67.12 CC criu/arch/x86/vdso-pie.o [2021-03-09T00:35:33.987Z] #41 67.39 CC criu/arch/x86/restorer.o [2021-03-09T00:35:33.987Z] #41 68.00 CC criu/arch/x86/restorer_unmap.o [2021-03-09T00:35:33.987Z] #41 68.05 CC criu/arch/x86/sigaction_compat_pie.o [2021-03-09T00:35:33.987Z] #41 68.40 CC criu/pie/restorer.o [2021-03-09T00:35:34.000Z] #41 72.30 DEP criu/uffd.d [2021-03-09T00:35:34.178Z] #41 76.63 DEP criu/pstree.d [2021-03-09T00:35:34.178Z] #41 76.92 DEP criu/protobuf.d [2021-03-09T00:35:34.178Z] #41 77.04 GEN criu/protobuf-desc-gen.h [2021-03-09T00:35:34.189Z] #41 ... [2021-03-09T00:35:34.189Z] [2021-03-09T00:35:34.189Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-09T00:35:34.189Z] #39 sha256:ec96d0a172fcd1ddab5aad14a3061400d4466c6dfa9f64743f2eb5a2bd6adc52 [2021-03-09T00:35:34.189Z] #39 DONE 1.0s [2021-03-09T00:35:34.189Z] [2021-03-09T00:35:34.189Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:34.189Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:34.189Z] #41 147.4 CC criu/rbtree.o [2021-03-09T00:35:34.260Z] #41 72.50 DEP criu/tun.d [2021-03-09T00:35:34.261Z] #41 ... [2021-03-09T00:35:34.261Z] [2021-03-09T00:35:34.261Z] #43 [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-09T00:35:34.261Z] #43 sha256:f31d43ad85063f1d9c713cd78e56c182a21e18c8990e1d97796a591623a5bb9a [2021-03-09T00:35:34.261Z] #43 DONE 146.2s [2021-03-09T00:35:34.439Z] using credential docker-jenkins-github-credentials [2021-03-09T00:35:34.446Z] #41 147.6 CC criu/rst-malloc.o [2021-03-09T00:35:34.514Z] Cloning the remote Git repository [2021-03-09T00:35:34.514Z] Cloning with configured refspecs honoured and without tags [2021-03-09T00:35:34.521Z] [2021-03-09T00:35:34.521Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:34.521Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:34.521Z] #41 72.74 DEP criu/tty.d [2021-03-09T00:35:34.521Z] #41 72.95 DEP criu/timerfd.d [2021-03-09T00:35:34.702Z] #41 147.9 CC criu/seccomp.o [2021-03-09T00:35:34.782Z] #41 73.08 DEP criu/timens.d [2021-03-09T00:35:34.915Z] #19 34.88 Selecting previously unselected package python3.7. [2021-03-09T00:35:34.915Z] #19 34.90 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2021-03-09T00:35:34.915Z] #19 34.91 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-09T00:35:34.915Z] #19 35.15 Selecting previously unselected package libpython3-stdlib:ppc64el. [2021-03-09T00:35:35.043Z] #41 73.24 DEP criu/sysfs_parse.d [2021-03-09T00:35:35.043Z] #41 73.51 DEP criu/sysctl.d [2021-03-09T00:35:35.215Z] #19 35.15 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2021-03-09T00:35:35.215Z] #19 35.16 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-03-09T00:35:35.215Z] #19 35.28 Setting up python3-minimal (3.7.3-1) ... [2021-03-09T00:35:35.264Z] #41 148.4 CC criu/seize.o [2021-03-09T00:35:35.615Z] #41 73.66 DEP criu/string.d [2021-03-09T00:35:35.615Z] #41 73.70 DEP criu/stats.d [2021-03-09T00:35:35.615Z] #41 73.82 DEP criu/sockets.d [2021-03-09T00:35:35.615Z] #41 73.99 DEP criu/sk-unix.d [2021-03-09T00:35:35.738Z] #18 38.34 Unpacking bash-completion (1:2.8-6) ... [2021-03-09T00:35:35.738Z] #18 38.69 Selecting previously unselected package bzip2. [2021-03-09T00:35:35.738Z] #18 38.69 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-03-09T00:35:35.738Z] #18 38.70 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-09T00:35:35.738Z] #18 38.77 Selecting previously unselected package xz-utils. [2021-03-09T00:35:35.738Z] #18 38.77 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-03-09T00:35:35.738Z] #18 38.78 Unpacking xz-utils (5.2.4-1) ... [2021-03-09T00:35:35.738Z] #18 38.97 Selecting previously unselected package apparmor. [2021-03-09T00:35:35.738Z] #18 38.97 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-03-09T00:35:35.998Z] #18 39.05 Unpacking apparmor (2.13.2-10) ... [2021-03-09T00:35:36.188Z] #41 74.26 DEP criu/sk-tcp.d [2021-03-09T00:35:36.188Z] #41 74.41 DEP criu/sk-queue.d [2021-03-09T00:35:36.192Z] #41 149.1 CC criu/servicefd.o [2021-03-09T00:35:36.192Z] #41 149.5 CC criu/shmem.o [2021-03-09T00:35:34.918Z] Cloning repository https://github.com/moby/moby.git [2021-03-09T00:35:35.381Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-03-09T00:35:36.257Z] #18 39.40 Selecting previously unselected package aufs-tools. [2021-03-09T00:35:36.258Z] #18 39.42 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-03-09T00:35:36.258Z] #18 39.42 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-09T00:35:36.270Z] #19 36.29 Selecting previously unselected package python3. [2021-03-09T00:35:36.270Z] #19 36.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24022 files and directories currently installed.) [2021-03-09T00:35:36.270Z] #19 36.41 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2021-03-09T00:35:36.270Z] #19 36.42 Unpacking python3 (3.7.3-1) ... [2021-03-09T00:35:36.282Z] ok github.com/docker/docker/cmd/dockerd 0.114s coverage: 29.1% of statements [2021-03-09T00:35:36.282Z] ok github.com/docker/docker/container 0.111s coverage: 34.7% of statements [2021-03-09T00:35:36.282Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-09T00:35:36.282Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-09T00:35:36.282Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-09T00:35:36.282Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-09T00:35:36.450Z] #41 74.57 DEP criu/sk-packet.d [2021-03-09T00:35:36.450Z] #41 74.80 DEP criu/sk-netlink.d [2021-03-09T00:35:36.517Z] #18 39.56 Selecting previously unselected package libonig5:amd64. [2021-03-09T00:35:36.517Z] #18 39.56 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-03-09T00:35:36.517Z] #18 39.57 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:35:36.517Z] #18 39.69 Selecting previously unselected package libjq1:amd64. [2021-03-09T00:35:36.517Z] #18 39.70 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:35:36.517Z] #18 39.71 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:35:36.569Z] #19 36.53 Selecting previously unselected package libip4tc0:ppc64el. [2021-03-09T00:35:36.569Z] #19 36.54 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2021-03-09T00:35:36.569Z] #19 36.54 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2021-03-09T00:35:36.569Z] #19 36.64 Selecting previously unselected package libip6tc0:ppc64el. [2021-03-09T00:35:36.569Z] #19 36.64 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2021-03-09T00:35:36.569Z] #19 36.64 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2021-03-09T00:35:36.569Z] #19 36.72 Selecting previously unselected package libiptc0:ppc64el. [2021-03-09T00:35:36.569Z] #19 36.73 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2021-03-09T00:35:36.569Z] #19 36.74 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2021-03-09T00:35:36.569Z] #19 36.86 Selecting previously unselected package libnfnetlink0:ppc64el. [2021-03-09T00:35:36.712Z] #41 74.97 DEP criu/sk-inet.d [2021-03-09T00:35:36.777Z] #18 39.82 Selecting previously unselected package jq. [2021-03-09T00:35:36.777Z] #18 39.83 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:35:36.777Z] #18 39.84 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-09T00:35:36.777Z] #18 39.93 Selecting previously unselected package libaio1:amd64. [2021-03-09T00:35:36.777Z] #18 39.94 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-03-09T00:35:36.777Z] #18 39.95 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-03-09T00:35:36.777Z] #18 40.01 Selecting previously unselected package libgpm2:amd64. [2021-03-09T00:35:36.777Z] #18 40.02 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-03-09T00:35:36.777Z] #18 40.03 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-03-09T00:35:36.785Z] #41 79.22 DEP criu/protobuf-desc.d [2021-03-09T00:35:36.785Z] #41 79.45 DEP criu/proc_parse.d [2021-03-09T00:35:36.868Z] #19 36.87 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2021-03-09T00:35:36.868Z] #19 36.89 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-03-09T00:35:36.868Z] #19 36.97 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2021-03-09T00:35:36.868Z] #19 36.97 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2021-03-09T00:35:36.868Z] #19 36.97 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-03-09T00:35:36.868Z] #19 37.07 Selecting previously unselected package libnftnl11:ppc64el. [2021-03-09T00:35:36.974Z] #41 75.20 DEP criu/signalfd.d [2021-03-09T00:35:36.974Z] #41 75.38 DEP criu/sigframe.d [2021-03-09T00:35:37.070Z] #41 79.81 DEP criu/plugin.d [2021-03-09T00:35:37.085Z] #18 40.08 Selecting previously unselected package libicu63:amd64. [2021-03-09T00:35:37.085Z] #18 40.09 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-09T00:35:37.085Z] #18 40.09 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:35:37.122Z] #41 150.3 CC criu/sigframe.o [2021-03-09T00:35:37.166Z] #19 37.07 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2021-03-09T00:35:37.166Z] #19 37.08 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2021-03-09T00:35:37.166Z] #19 37.23 Selecting previously unselected package iptables. [2021-03-09T00:35:37.166Z] #19 37.24 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2021-03-09T00:35:37.166Z] #19 37.24 Unpacking iptables (1.8.2-4) ... [2021-03-09T00:35:37.235Z] #41 75.50 DEP criu/shmem.d [2021-03-09T00:35:37.235Z] #41 75.64 DEP criu/servicefd.d [2021-03-09T00:35:37.285Z] #41 71.55 LINK criu/pie/restorer.built-in.o [2021-03-09T00:35:37.285Z] #41 71.58 GEN criu/pie/restorer-blob.h [2021-03-09T00:35:37.285Z] #41 71.70 DEP criu/vdso.d [2021-03-09T00:35:37.285Z] #41 72.00 DEP criu/vdso-compat.d [2021-03-09T00:35:37.285Z] #41 72.13 DEP criu/uts_ns.d [2021-03-09T00:35:37.336Z] #41 79.94 DEP criu/pipes.d [2021-03-09T00:35:37.379Z] #41 150.5 CC criu/signalfd.o [2021-03-09T00:35:37.379Z] #41 150.7 CC criu/sk-inet.o [2021-03-09T00:35:37.497Z] #41 75.84 DEP criu/seize.d [2021-03-09T00:35:37.545Z] #41 72.33 DEP criu/util.d [2021-03-09T00:35:37.605Z] #41 80.14 DEP criu/pie-util.d [2021-03-09T00:35:37.605Z] #41 80.37 DEP criu/pie-util-vdso.d [2021-03-09T00:35:37.758Z] #41 76.05 DEP criu/seccomp.d [2021-03-09T00:35:37.805Z] #41 72.54 DEP criu/uffd.d [2021-03-09T00:35:37.829Z] #19 38.00 Selecting previously unselected package xxd. [2021-03-09T00:35:37.887Z] #41 80.45 DEP criu/path.d [2021-03-09T00:35:37.887Z] #41 80.59 DEP criu/parasite-syscall.d [2021-03-09T00:35:38.020Z] #41 76.28 DEP criu/rst-malloc.d [2021-03-09T00:35:38.020Z] #41 76.32 DEP criu/rbtree.d [2021-03-09T00:35:38.020Z] #41 76.39 DEP criu/pstree.d [2021-03-09T00:35:38.068Z] #41 72.78 DEP criu/tun.d [2021-03-09T00:35:38.068Z] #41 72.92 DEP criu/tty.d [2021-03-09T00:35:38.133Z] #19 38.01 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-03-09T00:35:38.133Z] #19 38.04 Unpacking xxd (2:8.1.0875-5) ... [2021-03-09T00:35:38.133Z] #19 38.20 Selecting previously unselected package vim-common. [2021-03-09T00:35:38.133Z] #19 38.20 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:35:38.133Z] #19 38.30 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-09T00:35:38.162Z] #41 80.83 DEP criu/pagemap.d [2021-03-09T00:35:36.352Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:35:36.352Z] > git --version # timeout=10 [2021-03-09T00:35:36.400Z] > git --version # 'git version 2.24.1.windows.2' [2021-03-09T00:35:36.401Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:35:36.404Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:35:38.332Z] #41 73.05 DEP criu/timerfd.d [2021-03-09T00:35:38.332Z] #41 ... [2021-03-09T00:35:38.332Z] [2021-03-09T00:35:38.332Z] #43 [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-09T00:35:38.332Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:35:38.332Z] #43 164.7 github.com/LK4D4/vndr [2021-03-09T00:35:38.332Z] #43 ... [2021-03-09T00:35:38.332Z] [2021-03-09T00:35:38.332Z] #18 [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-09T00:35:38.332Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:35:38.332Z] #18 10.35 Fetched 8423 kB in 9s (924 kB/s) [2021-03-09T00:35:38.429Z] #41 81.00 DEP criu/pagemap-cache.d [2021-03-09T00:35:38.429Z] #41 81.21 DEP criu/page-xfer.d [2021-03-09T00:35:38.434Z] #19 38.54 Selecting previously unselected package bash-completion. [2021-03-09T00:35:38.434Z] #19 38.55 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-09T00:35:38.593Z] #41 76.63 DEP criu/protobuf.d [2021-03-09T00:35:38.593Z] #41 76.84 GEN criu/protobuf-desc-gen.h [2021-03-09T00:35:38.593Z] #18 10.35 Reading package lists... [2021-03-09T00:35:38.593Z] #18 ... [2021-03-09T00:35:38.593Z] [2021-03-09T00:35:38.593Z] #43 [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-09T00:35:38.593Z] #43 sha256:15c3ed8cdfc13b21d89d1415cf1d5305ee5fd480693894c9fe6349e25d4c9481 [2021-03-09T00:35:38.593Z] #43 DONE 175.1s [2021-03-09T00:35:38.698Z] #41 81.49 DEP criu/page-pipe.d [2021-03-09T00:35:38.747Z] #41 151.7 CC criu/sk-netlink.o [2021-03-09T00:35:38.747Z] #41 152.0 CC criu/sk-packet.o [2021-03-09T00:35:38.853Z] [2021-03-09T00:35:38.853Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:38.853Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:38.853Z] #41 73.19 DEP criu/timens.d [2021-03-09T00:35:38.853Z] #41 73.41 DEP criu/sysfs_parse.d [2021-03-09T00:35:38.853Z] #41 73.63 DEP criu/sysctl.d [2021-03-09T00:35:38.978Z] #41 81.66 DEP criu/netfilter.d [2021-03-09T00:35:39.113Z] #41 73.90 DEP criu/string.d [2021-03-09T00:35:39.113Z] #41 73.97 DEP criu/stats.d [2021-03-09T00:35:39.252Z] #41 81.91 DEP criu/net.d [2021-03-09T00:35:39.310Z] #41 152.4 CC criu/sk-queue.o [2021-03-09T00:35:39.310Z] #41 ... [2021-03-09T00:35:39.310Z] [2021-03-09T00:35:39.310Z] #47 [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-09T00:35:39.310Z] #47 sha256:97a34766e72586e36608f0a4de3720fb347ff0b15fb25cc0bee3cd5e0062d84a [2021-03-09T00:35:39.310Z] #47 230.9 + /build/golangci-lint --version [2021-03-09T00:35:39.310Z] #47 231.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-09T00:35:39.310Z] #47 DONE 231.9s [2021-03-09T00:35:39.520Z] #41 82.11 DEP criu/namespaces.d [2021-03-09T00:35:39.520Z] #41 82.32 DEP criu/mount.d [2021-03-09T00:35:39.566Z] [2021-03-09T00:35:39.566Z] #54 [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-09T00:35:39.566Z] #54 sha256:8b53cf9f3eaa4a6e32435cf820da716b3f31f4337a901a66223c6d55a6c4334a [2021-03-09T00:35:39.566Z] #54 ... [2021-03-09T00:35:39.566Z] [2021-03-09T00:35:39.566Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:39.566Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:39.566Z] #41 152.9 CC criu/sk-tcp.o [2021-03-09T00:35:39.655Z] #18 ... [2021-03-09T00:35:39.655Z] [2021-03-09T00:35:39.655Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:39.655Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:39.655Z] #41 89.71 CC criu/aio.o [2021-03-09T00:35:39.655Z] #41 90.24 CC criu/autofs.o [2021-03-09T00:35:39.655Z] #41 91.49 CC criu/bfd.o [2021-03-09T00:35:39.655Z] #41 92.05 CC criu/bitmap.o [2021-03-09T00:35:39.655Z] #41 92.20 CC criu/cgroup-props.o [2021-03-09T00:35:39.655Z] #41 92.96 CC criu/cgroup.o [2021-03-09T00:35:39.655Z] #41 95.78 CC criu/clone-noasan.o [2021-03-09T00:35:39.655Z] #41 96.02 CC criu/config.o [2021-03-09T00:35:39.655Z] #41 97.37 CC criu/cr-check.o [2021-03-09T00:35:39.655Z] #41 99.22 CC criu/cr-dedup.o [2021-03-09T00:35:39.655Z] #41 99.57 CC criu/cr-dump.o [2021-03-09T00:35:39.683Z] #41 74.29 DEP criu/sockets.d [2021-03-09T00:35:39.785Z] #41 ... [2021-03-09T00:35:39.785Z] [2021-03-09T00:35:39.785Z] #22 [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-09T00:35:39.785Z] #22 sha256:0588548364fb043ce54ce7c1c3607cedd218f2531c87ed9784853731b904ce7f [2021-03-09T00:35:39.785Z] #22 140.1 + mkdir -p /tmp/tmp.wgo5eukX1H/src/github.com/docker [2021-03-09T00:35:39.785Z] #22 140.1 + mv components/cli /tmp/tmp.wgo5eukX1H/src/github.com/docker/cli [2021-03-09T00:35:39.785Z] #22 140.1 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-03-09T00:35:39.785Z] #22 ... [2021-03-09T00:35:39.785Z] [2021-03-09T00:35:39.785Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:39.785Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:35:39.785Z] #41 82.60 DEP criu/memfd.d [2021-03-09T00:35:39.946Z] #41 74.57 DEP criu/sk-unix.d [2021-03-09T00:35:39.946Z] #41 74.81 DEP criu/sk-tcp.d [2021-03-09T00:35:40.052Z] #41 82.79 DEP criu/mem.d [2021-03-09T00:35:40.127Z] #41 153.5 CC criu/sk-unix.o [2021-03-09T00:35:40.206Z] #41 75.01 DEP criu/sk-queue.d [2021-03-09T00:35:40.206Z] #41 75.13 DEP criu/sk-packet.d [2021-03-09T00:35:40.315Z] #41 82.98 DEP criu/lsm.d [2021-03-09T00:35:40.466Z] #41 75.26 DEP criu/sk-netlink.d [2021-03-09T00:35:40.509Z] #41 78.43 DEP criu/protobuf-desc.d [2021-03-09T00:35:40.509Z] #41 78.60 DEP criu/proc_parse.d [2021-03-09T00:35:40.509Z] #41 78.77 DEP criu/plugin.d [2021-03-09T00:35:40.509Z] #41 78.85 DEP criu/pipes.d [2021-03-09T00:35:40.582Z] #41 83.20 DEP criu/log.d [2021-03-09T00:35:40.582Z] #41 83.39 DEP criu/libnetlink.d [2021-03-09T00:35:40.726Z] #41 75.43 DEP criu/sk-inet.d [2021-03-09T00:35:40.770Z] #41 78.99 DEP criu/pie-util.d [2021-03-09T00:35:40.770Z] #41 79.07 DEP criu/pie-util-vdso.d [2021-03-09T00:35:40.861Z] #41 83.50 DEP criu/kerndat.d [2021-03-09T00:35:40.986Z] #41 75.61 DEP criu/signalfd.d [2021-03-09T00:35:40.986Z] #41 75.71 DEP criu/sigframe.d [2021-03-09T00:35:40.986Z] #41 75.78 DEP criu/shmem.d [2021-03-09T00:35:41.032Z] #41 79.19 DEP criu/pie-util-vdso-elf32.d [2021-03-09T00:35:41.032Z] #41 79.30 DEP criu/path.d [2021-03-09T00:35:41.032Z] #41 79.40 DEP criu/parasite-syscall.d [2021-03-09T00:35:41.035Z] #41 ... [2021-03-09T00:35:41.035Z] [2021-03-09T00:35:41.035Z] #18 [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-09T00:35:41.035Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:35:41.035Z] #18 43.92 Selecting previously unselected package libnet1:amd64. [2021-03-09T00:35:41.035Z] #18 43.92 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-09T00:35:41.035Z] #18 43.93 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:35:41.035Z] #18 44.04 Selecting previously unselected package libnl-3-200:amd64. [2021-03-09T00:35:41.035Z] #18 44.06 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-09T00:35:41.035Z] #18 44.07 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:35:41.035Z] #18 44.16 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-09T00:35:41.035Z] #18 44.16 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:35:41.035Z] #18 44.16 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:35:41.035Z] #18 44.23 Selecting previously unselected package libreadline5:amd64. [2021-03-09T00:35:41.035Z] #18 44.23 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-03-09T00:35:41.035Z] #18 44.24 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-09T00:35:41.035Z] #18 44.35 Selecting previously unselected package net-tools. [2021-03-09T00:35:41.127Z] #41 83.78 DEP criu/kcmp-ids.d [2021-03-09T00:35:41.127Z] #41 83.84 DEP criu/irmap.d [2021-03-09T00:35:41.246Z] #41 75.91 DEP criu/servicefd.d [2021-03-09T00:35:41.246Z] #41 76.01 DEP criu/seize.d [2021-03-09T00:35:41.246Z] #41 76.15 DEP criu/seccomp.d [2021-03-09T00:35:41.293Z] #41 79.60 DEP criu/pagemap.d [2021-03-09T00:35:41.294Z] #18 44.36 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-03-09T00:35:41.294Z] #18 44.36 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-09T00:35:41.294Z] #18 44.59 Selecting previously unselected package python-pip-whl. [2021-03-09T00:35:41.294Z] #18 44.60 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-09T00:35:41.389Z] #41 83.94 DEP criu/ipc_ns.d [2021-03-09T00:35:41.389Z] #41 84.05 DEP criu/image.d [2021-03-09T00:35:41.389Z] #41 84.16 DEP criu/image-desc.d [2021-03-09T00:35:41.506Z] #41 76.24 DEP criu/rst-malloc.d [2021-03-09T00:35:41.506Z] #41 76.29 DEP criu/rbtree.d [2021-03-09T00:35:41.506Z] #41 76.33 DEP criu/pstree.d [2021-03-09T00:35:41.506Z] #41 76.44 DEP criu/protobuf.d [2021-03-09T00:35:41.554Z] #18 44.61 Unpacking python-pip-whl (18.1-5) ... [2021-03-09T00:35:41.555Z] #41 79.76 DEP criu/pagemap-cache.d [2021-03-09T00:35:41.555Z] #41 79.87 DEP criu/page-xfer.d [2021-03-09T00:35:41.653Z] #41 84.25 DEP criu/fsnotify.d [2021-03-09T00:35:41.653Z] #41 84.43 DEP criu/filesystems.d [2021-03-09T00:35:41.767Z] #41 76.55 GEN criu/protobuf-desc-gen.h [2021-03-09T00:35:41.767Z] #41 ... [2021-03-09T00:35:41.767Z] [2021-03-09T00:35:41.767Z] #51 [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-09T00:35:41.767Z] #51 sha256:13c6310c3623d00ff8635d1642269ada48f777ef458d3313bf5eaae58298252d [2021-03-09T00:35:41.767Z] #51 12.32 + cd /tmp/tmp.BZkpUuidxp/src/github.com/opencontainers/runc [2021-03-09T00:35:41.767Z] #51 12.33 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-09T00:35:41.767Z] #51 12.72 + '[' -z '' ']' [2021-03-09T00:35:41.767Z] #51 12.74 + target=static [2021-03-09T00:35:41.767Z] #51 12.74 + make 'BUILDTAGS=seccomp ' static [2021-03-09T00:35:41.767Z] #51 13.20 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-09T00:35:41.813Z] #18 45.13 Selecting previously unselected package python3-lib2to3. [2021-03-09T00:35:41.816Z] #41 80.04 DEP criu/page-pipe.d [2021-03-09T00:35:41.855Z] ok github.com/docker/docker/daemon/cluster 0.061s coverage: 0.5% of statements [2021-03-09T00:35:41.916Z] #41 84.57 DEP criu/files.d [2021-03-09T00:35:42.021Z] #41 155.1 CC criu/sockets.o [2021-03-09T00:35:42.027Z] #51 ... [2021-03-09T00:35:42.027Z] [2021-03-09T00:35:42.027Z] #18 [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-09T00:35:42.027Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:35:42.027Z] #18 10.35 Reading package lists... [2021-03-09T00:35:42.078Z] #18 45.14 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-09T00:35:42.078Z] #18 45.15 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-09T00:35:42.078Z] #18 45.28 Selecting previously unselected package python3-distutils. [2021-03-09T00:35:42.078Z] #41 80.18 DEP criu/netfilter.d [2021-03-09T00:35:42.078Z] #41 80.34 DEP criu/net.d [2021-03-09T00:35:42.200Z] #41 84.77 DEP criu/files-reg.d [2021-03-09T00:35:42.200Z] #41 84.94 DEP criu/files-ext.d [2021-03-09T00:35:42.336Z] #18 45.28 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-09T00:35:42.336Z] #18 45.32 Unpacking python3-distutils (3.7.3-1) ... [2021-03-09T00:35:42.336Z] #18 45.48 Selecting previously unselected package python3-pip. [2021-03-09T00:35:42.336Z] #18 45.48 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-09T00:35:42.336Z] #18 45.49 Unpacking python3-pip (18.1-5) ... [2021-03-09T00:35:42.336Z] #18 45.67 Selecting previously unselected package python3-pkg-resources. [2021-03-09T00:35:42.336Z] #18 45.68 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-09T00:35:42.340Z] #41 ... [2021-03-09T00:35:42.340Z] [2021-03-09T00:35:42.340Z] #30 [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-09T00:35:42.340Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:35:42.340Z] #30 DONE 152.8s [2021-03-09T00:35:42.340Z] [2021-03-09T00:35:42.340Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:42.340Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:42.340Z] #41 80.51 DEP criu/namespaces.d [2021-03-09T00:35:42.340Z] #41 ... [2021-03-09T00:35:42.340Z] [2021-03-09T00:35:42.340Z] #18 [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-09T00:35:42.340Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:35:42.340Z] #18 2.945 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-09T00:35:42.340Z] #18 2.980 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-09T00:35:42.340Z] #18 2.980 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-09T00:35:42.340Z] #18 3.582 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-09T00:35:42.340Z] #18 4.774 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-09T00:35:42.340Z] #18 6.105 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-09T00:35:42.466Z] #41 85.04 DEP criu/file-lock.d [2021-03-09T00:35:42.466Z] #41 85.18 DEP criu/file-ids.d [2021-03-09T00:35:42.466Z] #41 85.31 DEP criu/fifo.d [2021-03-09T00:35:42.466Z] #41 ... [2021-03-09T00:35:42.466Z] [2021-03-09T00:35:42.466Z] #18 [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-09T00:35:42.466Z] #18 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-03-09T00:35:42.466Z] #18 10.38 Reading package lists... [2021-03-09T00:35:42.466Z] #18 13.62 Building dependency tree... [2021-03-09T00:35:42.466Z] #18 15.71 libcap2-bin is already the newest version (1:2.25-2). [2021-03-09T00:35:42.466Z] #18 15.71 The following additional packages will be installed: [2021-03-09T00:35:42.466Z] #18 15.71 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-09T00:35:42.466Z] #18 15.72 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-09T00:35:42.466Z] #18 15.72 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-09T00:35:42.466Z] #18 15.72 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-09T00:35:42.466Z] #18 15.72 python3.7 python3.7-minimal vim-runtime xxd [2021-03-09T00:35:42.466Z] #18 15.73 Suggested packages: [2021-03-09T00:35:42.466Z] #18 15.73 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-09T00:35:42.466Z] #18 15.73 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-09T00:35:42.466Z] #18 15.73 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-09T00:35:42.466Z] #18 15.73 Recommended packages: [2021-03-09T00:35:42.466Z] #18 15.73 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-09T00:35:42.466Z] #18 15.73 python3-keyrings.alt python3-xdg unzip [2021-03-09T00:35:42.466Z] #18 17.41 The following NEW packages will be installed: [2021-03-09T00:35:42.466Z] #18 17.42 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-09T00:35:42.466Z] #18 17.42 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-09T00:35:42.466Z] #18 17.42 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-09T00:35:42.466Z] #18 17.42 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-09T00:35:42.466Z] #18 17.42 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-09T00:35:42.466Z] #18 17.42 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-09T00:35:42.466Z] #18 17.42 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-09T00:35:42.466Z] #18 17.42 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-09T00:35:42.466Z] #18 17.42 xz-utils zip [2021-03-09T00:35:42.466Z] #18 17.74 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-09T00:35:42.466Z] #18 17.74 Need to get 27.6 MB of archives. [2021-03-09T00:35:42.466Z] #18 17.74 After this operation, 114 MB of additional disk space will be used. [2021-03-09T00:35:42.466Z] #18 17.74 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2021-03-09T00:35:42.466Z] #18 17.75 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-09T00:35:42.466Z] #18 17.79 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-09T00:35:42.466Z] #18 17.88 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2021-03-09T00:35:42.466Z] #18 17.89 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2021-03-09T00:35:42.466Z] #18 17.89 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-09T00:35:42.466Z] #18 17.94 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2021-03-09T00:35:42.466Z] #18 17.96 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2021-03-09T00:35:42.466Z] #18 17.96 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2021-03-09T00:35:42.466Z] #18 17.96 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2021-03-09T00:35:42.466Z] #18 17.96 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2021-03-09T00:35:42.466Z] #18 17.96 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2021-03-09T00:35:42.466Z] #18 17.96 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-03-09T00:35:42.466Z] #18 17.96 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2021-03-09T00:35:42.466Z] #18 17.97 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2021-03-09T00:35:42.466Z] #18 17.97 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2021-03-09T00:35:42.466Z] #18 17.99 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-03-09T00:35:42.466Z] #18 17.99 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-09T00:35:42.466Z] #18 18.00 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2021-03-09T00:35:42.466Z] #18 18.00 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-09T00:35:42.466Z] #18 18.01 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2021-03-09T00:35:42.466Z] #18 18.01 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2021-03-09T00:35:42.466Z] #18 18.03 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2021-03-09T00:35:42.466Z] #18 18.03 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-03-09T00:35:42.466Z] #18 18.04 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-03-09T00:35:42.466Z] #18 18.04 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-03-09T00:35:42.466Z] #18 18.04 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2021-03-09T00:35:42.466Z] #18 18.04 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2021-03-09T00:35:42.466Z] #18 18.05 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-03-09T00:35:42.466Z] #18 18.45 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-09T00:35:42.466Z] #18 18.45 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-09T00:35:42.466Z] #18 18.46 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-09T00:35:42.466Z] #18 18.46 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2021-03-09T00:35:42.466Z] #18 18.46 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2021-03-09T00:35:42.466Z] #18 18.46 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-09T00:35:42.466Z] #18 18.51 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-09T00:35:42.466Z] #18 18.52 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-09T00:35:42.466Z] #18 18.52 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2021-03-09T00:35:42.466Z] #18 18.54 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-09T00:35:42.466Z] #18 18.58 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-09T00:35:42.466Z] #18 18.59 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-09T00:35:42.466Z] #18 18.59 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB] [2021-03-09T00:35:42.466Z] #18 18.64 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-09T00:35:42.466Z] #18 18.64 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2021-03-09T00:35:42.466Z] #18 18.66 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-09T00:35:42.466Z] #18 18.95 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2021-03-09T00:35:42.466Z] #18 18.98 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2021-03-09T00:35:42.466Z] #18 19.04 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2021-03-09T00:35:42.466Z] #18 19.66 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:35:42.466Z] #18 20.10 Fetched 27.6 MB in 2s (17.7 MB/s) [2021-03-09T00:35:42.488Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements [2021-03-09T00:35:42.584Z] #41 155.6 CC criu/stats.o [2021-03-09T00:35:42.584Z] #41 155.9 CC criu/string.o [2021-03-09T00:35:42.594Z] #18 45.68 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-09T00:35:42.594Z] #18 45.83 Selecting previously unselected package python3-setuptools. [2021-03-09T00:35:42.601Z] #18 ... [2021-03-09T00:35:42.601Z] [2021-03-09T00:35:42.601Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:42.601Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:42.601Z] #41 80.73 DEP criu/mount.d [2021-03-09T00:35:42.601Z] #41 80.91 DEP criu/memfd.d [2021-03-09T00:35:42.729Z] #18 ... [2021-03-09T00:35:42.729Z] [2021-03-09T00:35:42.729Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:42.729Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:35:42.729Z] #41 85.43 DEP criu/fdstore.d [2021-03-09T00:35:42.841Z] #41 156.0 CC criu/sysctl.o [2021-03-09T00:35:42.853Z] #18 45.84 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-09T00:35:42.853Z] #18 45.86 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-09T00:35:42.853Z] #18 46.08 Selecting previously unselected package python3-wheel. [2021-03-09T00:35:42.853Z] #18 46.09 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-09T00:35:42.853Z] #18 46.10 Unpacking python3-wheel (0.32.3-2) ... [2021-03-09T00:35:42.853Z] #18 46.19 Selecting previously unselected package sudo. [2021-03-09T00:35:42.864Z] #41 81.10 DEP criu/mem.d [2021-03-09T00:35:42.864Z] #41 81.31 DEP criu/lsm.d [2021-03-09T00:35:42.992Z] #41 85.61 DEP criu/fault-injection.d [2021-03-09T00:35:42.992Z] #41 85.64 DEP criu/external.d [2021-03-09T00:35:42.992Z] #41 ... [2021-03-09T00:35:42.992Z] [2021-03-09T00:35:42.992Z] #38 [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-09T00:35:42.992Z] #38 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-03-09T00:35:42.992Z] #38 151.1 + dpkg --print-architecture [2021-03-09T00:35:42.992Z] #38 DONE 153.2s [2021-03-09T00:35:42.992Z] [2021-03-09T00:35:42.992Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:42.992Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:35:42.992Z] #41 85.71 DEP criu/eventpoll.d [2021-03-09T00:35:43.112Z] #18 46.19 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-03-09T00:35:43.112Z] #18 46.20 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-09T00:35:43.125Z] #41 81.45 DEP criu/log.d [2021-03-09T00:35:43.254Z] #41 85.90 DEP criu/eventfd.d [2021-03-09T00:35:43.254Z] #41 86.11 DEP criu/crtools.d [2021-03-09T00:35:43.387Z] #41 81.56 DEP criu/libnetlink.d [2021-03-09T00:35:43.387Z] #41 81.67 DEP criu/kerndat.d [2021-03-09T00:35:43.443Z] #41 156.5 CC criu/sysfs_parse.o [2021-03-09T00:35:43.443Z] #41 156.8 CC criu/timens.o [2021-03-09T00:35:43.518Z] #41 86.37 DEP criu/cr-service.d [2021-03-09T00:35:43.523Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.9% of statements [2021-03-09T00:35:43.648Z] #41 81.83 DEP criu/kcmp-ids.d [2021-03-09T00:35:43.648Z] #41 81.90 DEP criu/irmap.d [2021-03-09T00:35:43.679Z] #18 46.73 Selecting previously unselected package thin-provisioning-tools. [2021-03-09T00:35:43.679Z] #18 46.75 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-03-09T00:35:43.679Z] #18 46.76 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-09T00:35:43.909Z] #41 82.03 DEP criu/ipc_ns.d [2021-03-09T00:35:43.909Z] #41 82.19 DEP criu/image.d [2021-03-09T00:35:43.909Z] #41 82.36 DEP criu/image-desc.d [2021-03-09T00:35:43.937Z] #18 46.95 Selecting previously unselected package uidmap. [2021-03-09T00:35:43.937Z] #18 46.95 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-03-09T00:35:43.937Z] #18 46.96 Unpacking uidmap (1:4.5-1.1) ... [2021-03-09T00:35:43.938Z] #18 47.08 Selecting previously unselected package vim-runtime. [2021-03-09T00:35:43.938Z] #18 47.08 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:35:43.938Z] #18 47.10 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-09T00:35:43.938Z] #18 47.13 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-09T00:35:43.938Z] #18 47.14 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-09T00:35:44.013Z] #41 157.1 CC criu/timerfd.o [2021-03-09T00:35:44.091Z] #19 43.33 Unpacking bash-completion (1:2.8-6) ... [2021-03-09T00:35:44.091Z] #19 ... [2021-03-09T00:35:44.091Z] [2021-03-09T00:35:44.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-09T00:35:44.091Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:35:44.091Z] #42 84.22 DEP criu/stats.d [2021-03-09T00:35:44.091Z] #42 84.38 DEP criu/sockets.d [2021-03-09T00:35:44.091Z] #42 84.76 DEP criu/sk-unix.d [2021-03-09T00:35:44.091Z] #42 85.30 DEP criu/sk-tcp.d [2021-03-09T00:35:44.091Z] #42 85.65 DEP criu/sk-queue.d [2021-03-09T00:35:44.091Z] #42 85.89 DEP criu/sk-packet.d [2021-03-09T00:35:44.091Z] #42 86.14 DEP criu/sk-netlink.d [2021-03-09T00:35:44.091Z] #42 86.35 DEP criu/sk-inet.d [2021-03-09T00:35:44.091Z] #42 86.66 DEP criu/signalfd.d [2021-03-09T00:35:44.091Z] #42 86.93 DEP criu/sigframe.d [2021-03-09T00:35:44.091Z] #42 87.03 DEP criu/shmem.d [2021-03-09T00:35:44.091Z] #42 87.25 DEP criu/servicefd.d [2021-03-09T00:35:44.091Z] #42 87.56 DEP criu/seize.d [2021-03-09T00:35:44.091Z] #42 87.81 DEP criu/seccomp.d [2021-03-09T00:35:44.091Z] #42 88.13 DEP criu/rst-malloc.d [2021-03-09T00:35:44.091Z] #42 88.25 DEP criu/rbtree.d [2021-03-09T00:35:44.091Z] #42 88.29 DEP criu/pstree.d [2021-03-09T00:35:44.091Z] #42 88.51 DEP criu/protobuf.d [2021-03-09T00:35:44.091Z] #42 88.66 GEN criu/protobuf-desc-gen.h [2021-03-09T00:35:44.091Z] #42 91.12 DEP criu/protobuf-desc.d [2021-03-09T00:35:44.091Z] #42 91.25 DEP criu/proc_parse.d [2021-03-09T00:35:44.091Z] #42 91.50 DEP criu/plugin.d [2021-03-09T00:35:44.091Z] #42 91.61 DEP criu/pipes.d [2021-03-09T00:35:44.091Z] #42 91.81 DEP criu/pie-util.d [2021-03-09T00:35:44.091Z] #42 91.97 DEP criu/pie-util-vdso.d [2021-03-09T00:35:44.091Z] #42 92.13 DEP criu/path.d [2021-03-09T00:35:44.091Z] #42 92.34 DEP criu/parasite-syscall.d [2021-03-09T00:35:44.091Z] #42 92.62 DEP criu/pagemap.d [2021-03-09T00:35:44.091Z] #42 92.88 DEP criu/pagemap-cache.d [2021-03-09T00:35:44.091Z] #42 93.03 DEP criu/page-xfer.d [2021-03-09T00:35:44.091Z] #42 93.25 DEP criu/page-pipe.d [2021-03-09T00:35:44.091Z] #42 93.49 DEP criu/netfilter.d [2021-03-09T00:35:44.091Z] #42 93.68 DEP criu/net.d [2021-03-09T00:35:44.091Z] #42 94.01 DEP criu/namespaces.d [2021-03-09T00:35:44.091Z] #42 94.22 DEP criu/mount.d [2021-03-09T00:35:44.091Z] #42 94.60 DEP criu/memfd.d [2021-03-09T00:35:44.091Z] #42 94.85 DEP criu/mem.d [2021-03-09T00:35:44.091Z] #42 ... [2021-03-09T00:35:44.091Z] [2021-03-09T00:35:44.091Z] #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-09T00:35:44.091Z] #19 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-03-09T00:35:44.091Z] #19 44.02 Selecting previously unselected package bzip2. [2021-03-09T00:35:44.091Z] #19 ... [2021-03-09T00:35:44.091Z] [2021-03-09T00:35:44.091Z] #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-09T00:35:44.091Z] #57 sha256:3a1b1b6f269bd5a782e05c866091f6f34831a6493346a3c91faf400a20820c4f [2021-03-09T00:35:44.091Z] #57 158.7 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-09T00:35:44.091Z] #57 158.7 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-09T00:35:44.091Z] #57 DONE 167.7s [2021-03-09T00:35:44.091Z] [2021-03-09T00:35:44.091Z] #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-09T00:35:44.091Z] #19 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-03-09T00:35:44.091Z] #19 44.04 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2021-03-09T00:35:44.091Z] #19 44.04 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-09T00:35:44.091Z] #19 44.13 Selecting previously unselected package xz-utils. [2021-03-09T00:35:44.091Z] #19 44.14 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2021-03-09T00:35:44.091Z] #19 44.14 Unpacking xz-utils (5.2.4-1) ... [2021-03-09T00:35:44.093Z] #41 86.65 DEP criu/cr-restore.d [2021-03-09T00:35:44.093Z] #41 86.86 DEP criu/cr-errno.d [2021-03-09T00:35:44.093Z] #41 86.87 DEP criu/cr-dump.d [2021-03-09T00:35:44.171Z] #41 82.47 DEP criu/fsnotify.d [2021-03-09T00:35:44.270Z] #41 157.4 CC criu/tty.o [2021-03-09T00:35:44.358Z] #41 87.18 DEP criu/cr-dedup.d [2021-03-09T00:35:44.394Z] #19 ... [2021-03-09T00:35:44.394Z] [2021-03-09T00:35:44.394Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-09T00:35:44.394Z] #58 sha256:50487b1d2c7881f1a1ccebb501670e0fcd1d344c0f5f303df25dc72ae25752b3 [2021-03-09T00:35:44.394Z] #58 DONE 0.3s [2021-03-09T00:35:44.394Z] [2021-03-09T00:35:44.394Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-09T00:35:44.394Z] #59 sha256:ea153b9f726a28b58a2c3b1df83dc71afc2023249b8c404b248c03319c8f6d6c [2021-03-09T00:35:44.394Z] #59 DONE 0.1s [2021-03-09T00:35:44.394Z] [2021-03-09T00:35:44.394Z] #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-09T00:35:44.394Z] #19 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-03-09T00:35:44.394Z] #19 44.53 Selecting previously unselected package apparmor. [2021-03-09T00:35:44.394Z] #19 44.56 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2021-03-09T00:35:44.432Z] #41 82.60 DEP criu/filesystems.d [2021-03-09T00:35:44.432Z] #41 82.77 DEP criu/files.d [2021-03-09T00:35:44.621Z] #41 87.36 DEP criu/cr-check.d [2021-03-09T00:35:44.693Z] #41 82.97 DEP criu/files-reg.d [2021-03-09T00:35:44.713Z] #19 44.74 Unpacking apparmor (2.13.2-10) ... [2021-03-09T00:35:44.884Z] #41 87.57 DEP criu/config.d [2021-03-09T00:35:44.955Z] #41 83.15 DEP criu/files-ext.d [2021-03-09T00:35:45.148Z] #41 87.78 DEP criu/clone-noasan.d [2021-03-09T00:35:45.148Z] #41 87.84 DEP criu/cgroup.d [2021-03-09T00:35:45.217Z] #41 83.32 DEP criu/file-lock.d [2021-03-09T00:35:45.217Z] #41 83.49 DEP criu/file-ids.d [2021-03-09T00:35:45.363Z] #19 45.39 Selecting previously unselected package aufs-tools. [2021-03-09T00:35:45.363Z] #19 45.41 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2021-03-09T00:35:45.363Z] #19 45.41 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-09T00:35:45.411Z] #41 87.98 DEP criu/cgroup-props.d [2021-03-09T00:35:45.411Z] #41 88.16 DEP criu/bitmap.d [2021-03-09T00:35:45.411Z] #41 88.17 DEP criu/bfd.d [2021-03-09T00:35:45.478Z] #41 83.64 DEP criu/fifo.d [2021-03-09T00:35:45.478Z] #41 83.78 DEP criu/fdstore.d [2021-03-09T00:35:45.639Z] #41 158.7 CC criu/tun.o [2021-03-09T00:35:45.639Z] #41 159.0 CC criu/uffd.o [2021-03-09T00:35:45.673Z] #41 88.30 DEP criu/autofs.d [2021-03-09T00:35:45.674Z] #41 88.47 DEP criu/aio.d [2021-03-09T00:35:45.740Z] #41 83.90 DEP criu/fault-injection.d [2021-03-09T00:35:45.740Z] #41 83.94 DEP criu/external.d [2021-03-09T00:35:45.740Z] #41 84.12 DEP criu/eventpoll.d [2021-03-09T00:35:45.859Z] #19 45.59 Selecting previously unselected package libonig5:ppc64el. [2021-03-09T00:35:45.859Z] #19 45.60 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2021-03-09T00:35:45.859Z] #19 45.60 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-03-09T00:35:45.859Z] #19 ... [2021-03-09T00:35:45.859Z] [2021-03-09T00:35:45.859Z] #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-09T00:35:45.859Z] #44 sha256:2f5fc9dd42c740dd3e5f3ca8a41736d83b646f02ff4fafc85f563418f714e257 [2021-03-09T00:35:45.859Z] #44 159.2 mime [2021-03-09T00:35:45.859Z] #44 159.3 vendor/golang.org/x/net/idna [2021-03-09T00:35:45.859Z] #44 160.9 vendor/golang.org/x/crypto/cryptobyte [2021-03-09T00:35:45.859Z] #44 168.6 vendor/golang.org/x/net/http/httpproxy [2021-03-09T00:35:45.859Z] #44 168.6 net/textproto [2021-03-09T00:35:45.859Z] #44 168.7 crypto/x509 [2021-03-09T00:35:45.859Z] #44 ... [2021-03-09T00:35:45.859Z] [2021-03-09T00:35:45.859Z] #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-09T00:35:45.859Z] #19 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-03-09T00:35:45.859Z] #19 45.75 Selecting previously unselected package libjq1:ppc64el. [2021-03-09T00:35:45.859Z] #19 45.77 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-09T00:35:45.859Z] #19 45.77 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-09T00:35:45.893Z] #18 14.30 Reading package lists... [2021-03-09T00:35:45.936Z] #41 88.67 DEP criu/action-scripts.d [2021-03-09T00:35:46.001Z] #41 84.29 DEP criu/eventfd.d [2021-03-09T00:35:46.001Z] #41 84.40 DEP criu/crtools.d [2021-03-09T00:35:46.157Z] #19 46.23 Selecting previously unselected package jq. [2021-03-09T00:35:46.157Z] #19 46.23 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-09T00:35:46.157Z] #19 46.24 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-09T00:35:46.157Z] #19 46.32 Selecting previously unselected package libaio1:ppc64el. [2021-03-09T00:35:46.157Z] #19 46.34 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2021-03-09T00:35:46.157Z] #19 46.34 Unpacking libaio1:ppc64el (0.3.112-3) ... [2021-03-09T00:35:46.157Z] #19 46.45 Selecting previously unselected package libgpm2:ppc64el. [2021-03-09T00:35:46.199Z] #41 88.92 CC criu/action-scripts.o [2021-03-09T00:35:46.263Z] #41 84.61 DEP criu/cr-service.d [2021-03-09T00:35:46.454Z] #19 46.45 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2021-03-09T00:35:46.454Z] #19 46.46 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2021-03-09T00:35:46.454Z] #19 46.55 Selecting previously unselected package libicu63:ppc64el. [2021-03-09T00:35:46.454Z] #19 46.56 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-03-09T00:35:46.454Z] #19 46.57 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-09T00:35:46.526Z] #41 84.81 DEP criu/cr-restore.d [2021-03-09T00:35:46.568Z] #41 159.8 CC criu/util.o [2021-03-09T00:35:46.778Z] #41 89.34 CC criu/aio.o [2021-03-09T00:35:46.787Z] #41 84.96 DEP criu/cr-errno.d [2021-03-09T00:35:46.787Z] #41 84.97 DEP criu/cr-dump.d [2021-03-09T00:35:46.787Z] #41 85.15 DEP criu/cr-dedup.d [2021-03-09T00:35:46.835Z] #18 17.74 Building dependency tree... [2021-03-09T00:35:46.835Z] #18 ... [2021-03-09T00:35:46.835Z] [2021-03-09T00:35:46.835Z] #30 [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-09T00:35:46.835Z] #30 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-09T00:35:46.835Z] #30 DONE 182.0s [2021-03-09T00:35:46.835Z] [2021-03-09T00:35:46.835Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:46.835Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:46.835Z] #41 78.06 DEP criu/protobuf-desc.d [2021-03-09T00:35:46.835Z] #41 78.22 DEP criu/proc_parse.d [2021-03-09T00:35:46.835Z] #41 78.41 DEP criu/plugin.d [2021-03-09T00:35:46.835Z] #41 78.54 DEP criu/pipes.d [2021-03-09T00:35:46.835Z] #41 78.67 DEP criu/pie-util.d [2021-03-09T00:35:46.835Z] #41 78.75 DEP criu/pie-util-vdso.d [2021-03-09T00:35:46.835Z] #41 78.85 DEP criu/pie-util-vdso-elf32.d [2021-03-09T00:35:46.835Z] #41 79.02 DEP criu/path.d [2021-03-09T00:35:46.835Z] #41 79.20 DEP criu/parasite-syscall.d [2021-03-09T00:35:46.835Z] #41 79.40 DEP criu/pagemap.d [2021-03-09T00:35:46.835Z] #41 79.61 DEP criu/pagemap-cache.d [2021-03-09T00:35:46.835Z] #41 79.72 DEP criu/page-xfer.d [2021-03-09T00:35:46.835Z] #41 79.89 DEP criu/page-pipe.d [2021-03-09T00:35:46.835Z] #41 79.97 DEP criu/netfilter.d [2021-03-09T00:35:46.835Z] #41 80.14 DEP criu/net.d [2021-03-09T00:35:46.835Z] #41 80.33 DEP criu/namespaces.d [2021-03-09T00:35:46.835Z] #41 80.49 DEP criu/mount.d [2021-03-09T00:35:46.835Z] #41 80.74 DEP criu/memfd.d [2021-03-09T00:35:46.835Z] #41 80.93 DEP criu/mem.d [2021-03-09T00:35:46.835Z] #41 81.13 DEP criu/lsm.d [2021-03-09T00:35:46.835Z] #41 81.32 DEP criu/log.d [2021-03-09T00:35:46.835Z] #41 81.49 DEP criu/libnetlink.d [2021-03-09T00:35:46.835Z] #41 81.63 DEP criu/kerndat.d [2021-03-09T00:35:47.042Z] #41 89.78 CC criu/autofs.o [2021-03-09T00:35:47.049Z] #41 85.27 DEP criu/cr-check.d [2021-03-09T00:35:47.095Z] #41 81.97 DEP criu/kcmp-ids.d [2021-03-09T00:35:47.234Z] #18 50.33 Selecting previously unselected package vim. [2021-03-09T00:35:47.234Z] #18 50.35 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-03-09T00:35:47.234Z] #18 50.38 Unpacking vim (2:8.1.0875-5) ... [2021-03-09T00:35:47.310Z] #41 85.45 DEP criu/config.d [2021-03-09T00:35:47.310Z] #41 85.63 DEP criu/clone-noasan.d [2021-03-09T00:35:47.355Z] #41 82.14 DEP criu/irmap.d [2021-03-09T00:35:47.508Z] #41 160.6 CC criu/uts_ns.o [2021-03-09T00:35:47.508Z] #41 160.7 CC criu/vdso-compat.o [2021-03-09T00:35:47.576Z] #41 85.71 DEP criu/cgroup.d [2021-03-09T00:35:47.576Z] #41 85.85 DEP criu/cgroup-props.d [2021-03-09T00:35:47.616Z] #41 82.42 DEP criu/ipc_ns.d [2021-03-09T00:35:47.764Z] #41 160.9 CC criu/vdso.o [2021-03-09T00:35:47.800Z] #18 50.95 Selecting previously unselected package xfsprogs. [2021-03-09T00:35:47.800Z] #18 50.97 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-03-09T00:35:47.800Z] #18 50.98 Unpacking xfsprogs (4.20.0-1) ... [2021-03-09T00:35:47.838Z] #41 85.94 DEP criu/bitmap.d [2021-03-09T00:35:47.838Z] #41 85.95 DEP criu/bfd.d [2021-03-09T00:35:47.838Z] #41 86.11 DEP criu/autofs.d [2021-03-09T00:35:47.876Z] #41 82.63 DEP criu/image.d [2021-03-09T00:35:48.020Z] #41 161.4 LINK criu/built-in.o [2021-03-09T00:35:48.099Z] #41 86.23 DEP criu/aio.d [2021-03-09T00:35:48.099Z] #41 86.39 DEP criu/action-scripts.d [2021-03-09T00:35:48.136Z] #41 82.91 DEP criu/image-desc.d [2021-03-09T00:35:48.136Z] #41 82.97 DEP criu/fsnotify.d [2021-03-09T00:35:48.276Z] #41 161.5 LINK criu/criu [2021-03-09T00:35:48.369Z] #18 51.44 Selecting previously unselected package zip. [2021-03-09T00:35:48.369Z] #18 51.44 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-03-09T00:35:48.369Z] #18 51.46 Unpacking zip (3.0-11+b1) ... [2021-03-09T00:35:48.369Z] #18 51.63 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-09T00:35:48.396Z] #41 83.11 DEP criu/filesystems.d [2021-03-09T00:35:48.396Z] #41 83.29 DEP criu/files.d [2021-03-09T00:35:48.435Z] #41 90.91 CC criu/bfd.o [2021-03-09T00:35:48.629Z] #18 51.68 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-09T00:35:48.629Z] #18 51.70 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-03-09T00:35:48.629Z] #18 51.71 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-09T00:35:48.629Z] #18 51.72 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-03-09T00:35:48.629Z] #18 51.73 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-03-09T00:35:48.629Z] #18 51.75 Setting up uidmap (1:4.5-1.1) ... [2021-03-09T00:35:48.629Z] #18 51.76 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-03-09T00:35:48.629Z] #18 51.77 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:35:48.629Z] #18 51.79 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-09T00:35:48.629Z] #18 51.80 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:35:48.629Z] #18 51.82 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:35:48.629Z] #18 51.83 Setting up xxd (2:8.1.0875-5) ... [2021-03-09T00:35:48.656Z] #41 83.44 DEP criu/files-reg.d [2021-03-09T00:35:48.678Z] #41 86.70 CC criu/action-scripts.o [2021-03-09T00:35:48.678Z] #41 87.13 CC criu/aio.o [2021-03-09T00:35:48.701Z] #41 91.42 CC criu/bitmap.o [2021-03-09T00:35:48.839Z] #41 161.9 DEP lib/c/criu.d [2021-03-09T00:35:48.839Z] #41 161.9 CC images/rpc.pb-c.o [2021-03-09T00:35:48.888Z] #18 51.84 Setting up zip (3.0-11+b1) ... [2021-03-09T00:35:48.888Z] #18 51.88 Setting up vim-common (2:8.1.0875-5) ... [2021-03-09T00:35:48.888Z] #18 51.90 Setting up bash-completion (1:2.8-6) ... [2021-03-09T00:35:48.917Z] #41 83.60 DEP criu/files-ext.d [2021-03-09T00:35:48.917Z] #41 83.74 DEP criu/file-lock.d [2021-03-09T00:35:48.964Z] #41 91.66 CC criu/cgroup-props.o [2021-03-09T00:35:49.096Z] #41 162.3 CC lib/c/criu.o [2021-03-09T00:35:49.177Z] #41 83.90 DEP criu/file-ids.d [2021-03-09T00:35:49.177Z] #41 84.07 DEP criu/fifo.d [2021-03-09T00:35:49.254Z] #41 87.65 CC criu/autofs.o [2021-03-09T00:35:49.437Z] #41 84.18 DEP criu/fdstore.d [2021-03-09T00:35:49.437Z] #41 84.23 DEP criu/fault-injection.d [2021-03-09T00:35:49.437Z] #41 84.25 DEP criu/external.d [2021-03-09T00:35:49.437Z] #41 84.30 DEP criu/eventpoll.d [2021-03-09T00:35:49.560Z] #41 ... [2021-03-09T00:35:49.560Z] [2021-03-09T00:35:49.560Z] #18 [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-09T00:35:49.560Z] #18 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-03-09T00:35:49.560Z] #18 20.67 Selecting previously unselected package pigz. [2021-03-09T00:35:49.560Z] #18 20.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 ... 23405 files and directories currently installed.) [2021-03-09T00:35:49.560Z] #18 20.73 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2021-03-09T00:35:49.560Z] #18 20.79 Unpacking pigz (2.4-1) ... [2021-03-09T00:35:49.560Z] #18 20.97 Selecting previously unselected package libpython3.7-minimal:arm64. [2021-03-09T00:35:49.560Z] #18 20.98 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2021-03-09T00:35:49.560Z] #18 21.00 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2021-03-09T00:35:49.560Z] #18 21.54 Selecting previously unselected package python3.7-minimal. [2021-03-09T00:35:49.560Z] #18 21.54 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2021-03-09T00:35:49.560Z] #18 21.56 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-09T00:35:49.560Z] #18 22.17 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2021-03-09T00:35:49.560Z] #18 22.31 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-09T00:35:49.560Z] #18 24.07 Selecting previously unselected package python3-minimal. [2021-03-09T00:35:49.560Z] #18 24.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23654 files and directories currently installed.) [2021-03-09T00:35:49.560Z] #18 24.14 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2021-03-09T00:35:49.560Z] #18 24.15 Unpacking python3-minimal (3.7.3-1) ... [2021-03-09T00:35:49.560Z] #18 24.25 Selecting previously unselected package libmpdec2:arm64. [2021-03-09T00:35:49.560Z] #18 24.25 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2021-03-09T00:35:49.560Z] #18 24.27 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2021-03-09T00:35:49.560Z] #18 24.34 Selecting previously unselected package libpython3.7-stdlib:arm64. [2021-03-09T00:35:49.560Z] #18 24.35 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2021-03-09T00:35:49.560Z] #18 24.36 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2021-03-09T00:35:49.561Z] #18 25.17 Selecting previously unselected package python3.7. [2021-03-09T00:35:49.561Z] #18 25.17 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2021-03-09T00:35:49.561Z] #18 25.19 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-09T00:35:49.561Z] #18 25.32 Selecting previously unselected package libpython3-stdlib:arm64. [2021-03-09T00:35:49.561Z] #18 25.32 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2021-03-09T00:35:49.561Z] #18 25.34 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2021-03-09T00:35:49.561Z] #18 25.46 Setting up python3-minimal (3.7.3-1) ... [2021-03-09T00:35:49.561Z] #18 26.40 Selecting previously unselected package python3. [2021-03-09T00:35:49.561Z] #18 26.40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24066 files and directories currently installed.) [2021-03-09T00:35:49.561Z] #18 26.50 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2021-03-09T00:35:49.561Z] #18 26.52 Unpacking python3 (3.7.3-1) ... [2021-03-09T00:35:49.561Z] #18 26.62 Selecting previously unselected package libip4tc0:arm64. [2021-03-09T00:35:49.561Z] #18 26.63 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2021-03-09T00:35:49.561Z] #18 26.64 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2021-03-09T00:35:49.561Z] #18 26.73 Selecting previously unselected package libip6tc0:arm64. [2021-03-09T00:35:49.561Z] #18 26.74 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2021-03-09T00:35:49.561Z] #18 26.76 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2021-03-09T00:35:49.561Z] #18 26.92 Selecting previously unselected package libiptc0:arm64. [2021-03-09T00:35:49.561Z] #18 26.92 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2021-03-09T00:35:49.561Z] #18 26.94 Unpacking libiptc0:arm64 (1.8.2-4) ... [2021-03-09T00:35:49.561Z] #18 27.03 Selecting previously unselected package libnfnetlink0:arm64. [2021-03-09T00:35:49.561Z] #18 27.04 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-03-09T00:35:49.561Z] #18 27.05 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-03-09T00:35:49.561Z] #18 27.14 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-03-09T00:35:49.561Z] #18 27.14 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2021-03-09T00:35:49.561Z] #18 27.15 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-03-09T00:35:49.561Z] #18 27.26 Selecting previously unselected package libnftnl11:arm64. [2021-03-09T00:35:49.561Z] #18 27.26 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2021-03-09T00:35:49.561Z] #18 27.27 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2021-03-09T00:35:49.662Z] #41 163.0 LINK lib/c/built-in.o [2021-03-09T00:35:49.662Z] #41 163.0 LINK lib/c/libcriu.so [2021-03-09T00:35:49.662Z] #41 163.0 LINK lib/c/libcriu.a [2021-03-09T00:35:49.697Z] #41 84.47 DEP criu/eventfd.d [2021-03-09T00:35:49.697Z] #41 84.59 DEP criu/crtools.d [2021-03-09T00:35:49.823Z] #18 27.37 Selecting previously unselected package iptables. [2021-03-09T00:35:49.823Z] #18 27.38 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2021-03-09T00:35:49.823Z] #18 27.39 Unpacking iptables (1.8.2-4) ... [2021-03-09T00:35:49.919Z] #41 163.1 GEN magic.py [2021-03-09T00:35:49.919Z] #41 163.2 Note: Building without setproctitle() and strlcpy() support. [2021-03-09T00:35:49.919Z] #41 163.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-09T00:35:49.958Z] #41 84.76 DEP criu/cr-service.d [2021-03-09T00:35:49.958Z] #41 84.90 DEP criu/cr-restore.d [2021-03-09T00:35:50.041Z] #19 50.20 Selecting previously unselected package libnet1:ppc64el. [2021-03-09T00:35:50.041Z] #19 50.21 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-03-09T00:35:50.041Z] #19 50.21 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-09T00:35:50.041Z] #19 50.29 Selecting previously unselected package libnl-3-200:ppc64el. [2021-03-09T00:35:50.086Z] #18 27.71 Selecting previously unselected package xxd. [2021-03-09T00:35:50.086Z] #18 27.73 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-03-09T00:35:50.086Z] #18 27.73 Unpacking xxd (2:8.1.0875-5) ... [2021-03-09T00:35:50.086Z] #18 27.88 Selecting previously unselected package vim-common. [2021-03-09T00:35:50.086Z] #18 27.89 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:35:50.086Z] #18 27.93 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-09T00:35:50.175Z] #41 163.2 Note: Building without GnuTLS support [2021-03-09T00:35:50.175Z] #41 163.2 Makefile.config:39: Warn: you have no libnftables installed [2021-03-09T00:35:50.175Z] #41 163.2 Makefile.config:40: Warn: Building without nftables support [2021-03-09T00:35:50.218Z] #41 85.12 DEP criu/cr-errno.d [2021-03-09T00:35:50.218Z] #41 85.14 DEP criu/cr-dump.d [2021-03-09T00:35:50.340Z] #19 50.30 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-03-09T00:35:50.340Z] #19 50.30 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-09T00:35:50.340Z] #19 50.43 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-03-09T00:35:50.340Z] #19 50.45 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-03-09T00:35:50.340Z] #19 50.46 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-09T00:35:50.349Z] #18 28.14 Selecting previously unselected package bash-completion. [2021-03-09T00:35:50.349Z] #18 28.14 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-09T00:35:50.423Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.449s coverage: 14.1% of statements [2021-03-09T00:35:50.479Z] #41 ... [2021-03-09T00:35:50.479Z] [2021-03-09T00:35:50.479Z] #18 [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-09T00:35:50.479Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:35:50.479Z] #18 19.36 libcap2-bin is already the newest version (1:2.25-2). [2021-03-09T00:35:50.479Z] #18 19.36 The following additional packages will be installed: [2021-03-09T00:35:50.479Z] #18 19.36 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-09T00:35:50.479Z] #18 19.36 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-09T00:35:50.479Z] #18 19.36 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-09T00:35:50.479Z] #18 19.36 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-09T00:35:50.479Z] #18 19.36 python3.7 python3.7-minimal vim-runtime xxd [2021-03-09T00:35:50.479Z] #18 19.36 Suggested packages: [2021-03-09T00:35:50.479Z] #18 19.36 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-09T00:35:50.479Z] #18 19.36 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-09T00:35:50.479Z] #18 19.36 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-09T00:35:50.479Z] #18 19.36 Recommended packages: [2021-03-09T00:35:50.479Z] #18 19.36 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-09T00:35:50.479Z] #18 19.36 python3-keyrings.alt python3-xdg unzip [2021-03-09T00:35:50.479Z] #18 21.20 The following NEW packages will be installed: [2021-03-09T00:35:50.479Z] #18 21.22 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-09T00:35:50.479Z] #18 21.22 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-09T00:35:50.479Z] #18 21.22 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-09T00:35:50.479Z] #18 21.22 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-09T00:35:50.479Z] #18 21.22 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-09T00:35:50.479Z] #18 21.22 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-09T00:35:50.479Z] #18 21.22 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-09T00:35:50.479Z] #18 21.22 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-09T00:35:50.479Z] #18 21.22 xz-utils zip [2021-03-09T00:35:50.479Z] #18 21.56 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-09T00:35:50.479Z] #18 21.56 Need to get 28.5 MB of archives. [2021-03-09T00:35:50.479Z] #18 21.56 After this operation, 116 MB of additional disk space will be used. [2021-03-09T00:35:50.479Z] #18 21.56 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-03-09T00:35:50.479Z] #18 21.56 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-09T00:35:50.479Z] #18 21.57 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-09T00:35:50.479Z] #18 21.66 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-03-09T00:35:50.479Z] #18 21.66 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-03-09T00:35:50.479Z] #18 21.66 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-09T00:35:50.479Z] #18 21.76 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-03-09T00:35:50.479Z] #18 21.77 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-03-09T00:35:50.479Z] #18 21.78 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-03-09T00:35:50.479Z] #18 21.78 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-03-09T00:35:50.479Z] #18 21.78 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-03-09T00:35:50.479Z] #18 21.78 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-03-09T00:35:50.479Z] #18 21.78 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-03-09T00:35:50.479Z] #18 21.78 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-03-09T00:35:50.479Z] #18 21.78 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-03-09T00:35:50.479Z] #18 21.80 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-03-09T00:35:50.479Z] #18 21.82 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-09T00:35:50.479Z] #18 21.83 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-09T00:35:50.479Z] #18 21.84 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-03-09T00:35:50.479Z] #18 21.85 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-09T00:35:50.479Z] #18 21.86 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-03-09T00:35:50.479Z] #18 21.87 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-03-09T00:35:50.479Z] #18 21.90 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-03-09T00:35:50.479Z] #18 21.90 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-09T00:35:50.479Z] #18 21.90 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-09T00:35:50.479Z] #18 21.92 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-09T00:35:50.479Z] #18 21.92 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-03-09T00:35:50.479Z] #18 21.92 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-03-09T00:35:50.479Z] #18 21.92 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-09T00:35:50.479Z] #18 22.38 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-09T00:35:50.479Z] #18 22.38 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-09T00:35:50.479Z] #18 22.38 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-09T00:35:50.479Z] #18 22.39 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-03-09T00:35:50.479Z] #18 22.39 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-03-09T00:35:50.479Z] #18 22.41 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-09T00:35:50.638Z] #19 50.54 Selecting previously unselected package libreadline5:ppc64el. [2021-03-09T00:35:50.638Z] #19 50.56 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2021-03-09T00:35:50.638Z] #19 50.56 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-03-09T00:35:50.638Z] #19 50.74 Selecting previously unselected package net-tools. [2021-03-09T00:35:50.638Z] #19 50.74 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2021-03-09T00:35:50.638Z] #19 50.75 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-09T00:35:50.641Z] #41 89.03 CC criu/bfd.o [2021-03-09T00:35:50.738Z] #41 163.8 fatal: not a git repository (or any of the parent directories): .git [2021-03-09T00:35:50.740Z] #18 22.48 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-09T00:35:50.740Z] #18 22.48 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-09T00:35:50.740Z] #18 22.50 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-03-09T00:35:50.740Z] #18 22.51 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-09T00:35:50.740Z] #18 22.51 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-09T00:35:50.740Z] #18 22.52 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-09T00:35:50.740Z] #18 22.53 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-03-09T00:35:50.740Z] #18 22.59 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-09T00:35:50.740Z] #18 22.61 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-03-09T00:35:50.740Z] #18 22.61 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-09T00:35:50.938Z] #19 51.08 Selecting previously unselected package python-pip-whl. [2021-03-09T00:35:50.938Z] #19 51.09 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-09T00:35:50.938Z] #19 51.10 Unpacking python-pip-whl (18.1-5) ... [2021-03-09T00:35:50.995Z] #41 164.4 make[1]: Nothing to be done for 'all'. [2021-03-09T00:35:51.000Z] #18 22.93 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-03-09T00:35:51.000Z] #18 22.98 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-03-09T00:35:51.000Z] #18 23.02 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-03-09T00:35:51.214Z] #41 89.49 CC criu/bitmap.o [2021-03-09T00:35:51.215Z] #41 89.61 CC criu/cgroup-props.o [2021-03-09T00:35:51.426Z] #18 54.72 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-03-09T00:35:51.426Z] #18 54.74 Setting up xz-utils (5.2.4-1) ... [2021-03-09T00:35:51.426Z] #18 54.76 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-09T00:35:51.558Z] #41 164.9 make[1]: 'images/built-in.o' is up to date. [2021-03-09T00:35:51.558Z] #41 164.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-09T00:35:51.558Z] #41 164.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-09T00:35:51.558Z] #41 165.0 make[1]: 'compel/libcompel.a' is up to date. [2021-03-09T00:35:51.588Z] #19 51.66 Selecting previously unselected package python3-lib2to3. [2021-03-09T00:35:51.588Z] #19 51.67 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-09T00:35:51.588Z] #19 51.67 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-09T00:35:51.588Z] #19 51.84 Selecting previously unselected package python3-distutils. [2021-03-09T00:35:51.686Z] #18 54.77 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-09T00:35:51.686Z] #18 54.85 invoke-rc.d: could not determine current runlevel [2021-03-09T00:35:51.686Z] #18 54.87 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-09T00:35:51.686Z] #18 ... [2021-03-09T00:35:51.686Z] [2021-03-09T00:35:51.686Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:51.686Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:51.686Z] #41 101.9 CC criu/cr-errno.o [2021-03-09T00:35:51.686Z] #41 102.0 CC criu/cr-restore.o [2021-03-09T00:35:51.686Z] #41 106.4 CC criu/cr-service.o [2021-03-09T00:35:51.686Z] #41 108.0 CC criu/crtools.o [2021-03-09T00:35:51.686Z] #41 108.5 CC criu/eventfd.o [2021-03-09T00:35:51.686Z] #41 108.9 CC criu/eventpoll.o [2021-03-09T00:35:51.686Z] #41 109.7 CC criu/external.o [2021-03-09T00:35:51.686Z] #41 110.1 CC criu/fault-injection.o [2021-03-09T00:35:51.686Z] #41 110.2 CC criu/fdstore.o [2021-03-09T00:35:51.686Z] #41 110.6 CC criu/fifo.o [2021-03-09T00:35:51.686Z] #41 111.0 CC criu/file-ids.o [2021-03-09T00:35:51.686Z] #41 111.3 CC criu/file-lock.o [2021-03-09T00:35:51.686Z] #41 ... [2021-03-09T00:35:51.686Z] [2021-03-09T00:35:51.686Z] #18 [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-09T00:35:51.686Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:35:51.686Z] #18 54.88 Setting up pigz (2.4-1) ... [2021-03-09T00:35:51.686Z] #18 54.89 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-09T00:35:51.686Z] #18 54.90 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:35:51.686Z] #18 54.92 Setting up python-pip-whl (18.1-5) ... [2021-03-09T00:35:51.686Z] #18 54.95 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-03-09T00:35:51.686Z] #18 54.97 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-09T00:35:51.815Z] #41 165.0 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-09T00:35:51.815Z] #41 165.0 make[1]: Nothing to be done for 'all'. [2021-03-09T00:35:51.815Z] #41 165.0 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-09T00:35:51.815Z] #41 165.2 make[2]: Nothing to be done for 'all'. [2021-03-09T00:35:51.815Z] #41 165.2 make[2]: Nothing to be done for 'all'. [2021-03-09T00:35:51.889Z] #19 51.85 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-09T00:35:51.889Z] #19 51.85 Unpacking python3-distutils (3.7.3-1) ... [2021-03-09T00:35:51.889Z] #19 51.99 Selecting previously unselected package python3-pip. [2021-03-09T00:35:51.889Z] #19 52.01 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-09T00:35:51.889Z] #19 52.02 Unpacking python3-pip (18.1-5) ... [2021-03-09T00:35:51.934Z] ok github.com/docker/docker/daemon/config 0.027s coverage: 81.8% of statements [2021-03-09T00:35:51.941Z] #18 23.56 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:35:51.941Z] #18 23.70 Fetched 28.5 MB in 2s (16.5 MB/s) [2021-03-09T00:35:51.941Z] #18 23.78 Selecting previously unselected package pigz. [2021-03-09T00:35:51.941Z] #18 23.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2021-03-09T00:35:51.941Z] #18 23.85 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-03-09T00:35:51.941Z] #18 23.87 Unpacking pigz (2.4-1) ... [2021-03-09T00:35:52.071Z] #41 165.3 make[2]: Nothing to be done for 'all'. [2021-03-09T00:35:52.072Z] #41 165.3 make[2]: Nothing to be done for 'all'. [2021-03-09T00:35:52.072Z] #41 165.4 make[2]: Nothing to be done for 'all'. [2021-03-09T00:35:52.072Z] #41 165.4 make[2]: Nothing to be done for 'all'. [2021-03-09T00:35:52.072Z] #41 165.5 make[2]: Nothing to be done for 'all'. [2021-03-09T00:35:52.160Z] #41 90.48 CC criu/cgroup.o [2021-03-09T00:35:52.189Z] #19 52.21 Selecting previously unselected package python3-pkg-resources. [2021-03-09T00:35:52.189Z] #19 52.21 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-09T00:35:52.189Z] #19 52.22 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-09T00:35:52.189Z] #19 ... [2021-03-09T00:35:52.189Z] [2021-03-09T00:35:52.189Z] #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-09T00:35:52.189Z] #23 sha256:23918ed8bfd41954ccec3a0ea743652623fb71b9f7883022304d6559766aea6f [2021-03-09T00:35:52.201Z] #18 23.97 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-03-09T00:35:52.201Z] #18 23.97 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:35:52.201Z] #18 23.99 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:35:52.226Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2021-03-09T00:35:52.255Z] #18 55.37 Setting up libaio1:amd64 (0.3.112-3) ... [2021-03-09T00:35:52.255Z] #18 55.39 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:35:52.255Z] #18 55.40 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:35:52.255Z] #18 55.41 Setting up vim (2:8.1.0875-5) ... [2021-03-09T00:35:52.255Z] #18 55.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-09T00:35:52.255Z] #18 55.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-09T00:35:52.255Z] #18 55.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-09T00:35:52.255Z] #18 55.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-09T00:35:52.255Z] #18 55.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-09T00:35:52.255Z] #18 55.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-09T00:35:52.255Z] #18 55.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-09T00:35:52.255Z] #18 55.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-09T00:35:52.255Z] #18 55.51 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:35:52.255Z] #18 55.52 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-09T00:35:52.255Z] #18 55.54 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-09T00:35:52.255Z] #18 55.56 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-09T00:35:52.255Z] #18 55.57 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-09T00:35:52.255Z] #18 55.58 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-09T00:35:52.328Z] #41 165.5 make[2]: Nothing to be done for 'all'. [2021-03-09T00:35:52.328Z] #41 165.6 INSTALL criu/criu [2021-03-09T00:35:52.461Z] #18 24.38 Selecting previously unselected package python3.7-minimal. [2021-03-09T00:35:52.461Z] #18 24.38 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:35:52.461Z] #18 24.40 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-09T00:35:52.585Z] #41 DONE 165.8s [2021-03-09T00:35:52.585Z] [2021-03-09T00:35:52.585Z] #54 [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-09T00:35:52.585Z] #54 sha256:8b53cf9f3eaa4a6e32435cf820da716b3f31f4337a901a66223c6d55a6c4334a [2021-03-09T00:35:52.791Z] Fetching without tags [2021-03-09T00:35:52.859Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2021-03-09T00:35:52.315Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:35:52.516Z] > git config --add remote.origin.fetch +refs/pull/41757/head:refs/remotes/origin/PR-41757 # timeout=10 [2021-03-09T00:35:52.571Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:35:52.694Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-09T00:35:52.825Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-09T00:35:52.825Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:35:52.827Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41757/head:refs/remotes/origin/PR-41757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:35:53.105Z] #41 ... [2021-03-09T00:35:53.105Z] [2021-03-09T00:35:53.105Z] #18 [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-09T00:35:53.105Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:35:53.105Z] #18 11.20 Fetched 8423 kB in 9s (982 kB/s) [2021-03-09T00:35:53.105Z] #18 11.20 Reading package lists... [2021-03-09T00:35:53.105Z] #18 14.57 Reading package lists... [2021-03-09T00:35:53.105Z] #18 17.36 Building dependency tree... [2021-03-09T00:35:53.105Z] #18 18.58 libcap2-bin is already the newest version (1:2.25-2). [2021-03-09T00:35:53.105Z] #18 18.58 The following additional packages will be installed: [2021-03-09T00:35:53.105Z] #18 18.59 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-09T00:35:53.105Z] #18 18.59 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-09T00:35:53.105Z] #18 18.59 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-09T00:35:53.105Z] #18 18.60 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-09T00:35:53.105Z] #18 18.60 python3.7 python3.7-minimal vim-runtime xxd [2021-03-09T00:35:53.105Z] #18 18.60 Suggested packages: [2021-03-09T00:35:53.105Z] #18 18.60 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-09T00:35:53.105Z] #18 18.60 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-09T00:35:53.105Z] #18 18.60 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-09T00:35:53.105Z] #18 18.60 Recommended packages: [2021-03-09T00:35:53.105Z] #18 18.60 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-09T00:35:53.105Z] #18 18.60 python3-keyrings.alt python3-xdg unzip [2021-03-09T00:35:53.105Z] #18 20.11 The following NEW packages will be installed: [2021-03-09T00:35:53.105Z] #18 20.11 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-09T00:35:53.105Z] #18 20.11 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-09T00:35:53.105Z] #18 20.11 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-09T00:35:53.105Z] #18 20.11 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-09T00:35:53.105Z] #18 20.12 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-09T00:35:53.105Z] #18 20.12 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-09T00:35:53.105Z] #18 20.12 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-09T00:35:53.105Z] #18 20.12 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-09T00:35:53.105Z] #18 20.12 xz-utils zip [2021-03-09T00:35:53.105Z] #18 20.46 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-09T00:35:53.105Z] #18 20.46 Need to get 28.5 MB of archives. [2021-03-09T00:35:53.105Z] #18 20.46 After this operation, 116 MB of additional disk space will be used. [2021-03-09T00:35:53.105Z] #18 20.46 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-03-09T00:35:53.105Z] #18 20.47 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-09T00:35:53.105Z] #18 20.49 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-09T00:35:53.105Z] #18 20.59 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-03-09T00:35:53.105Z] #18 20.59 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-03-09T00:35:53.105Z] #18 20.59 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-09T00:35:53.105Z] #18 20.68 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-03-09T00:35:53.105Z] #18 20.70 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-03-09T00:35:53.105Z] #18 20.70 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-03-09T00:35:53.105Z] #18 20.71 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-03-09T00:35:53.105Z] #18 20.71 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-03-09T00:35:53.105Z] #18 20.71 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-03-09T00:35:53.105Z] #18 20.72 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-03-09T00:35:53.105Z] #18 20.72 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-03-09T00:35:53.105Z] #18 20.72 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-03-09T00:35:53.105Z] #18 20.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-03-09T00:35:53.105Z] #18 20.75 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-09T00:35:53.105Z] #18 20.76 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-09T00:35:53.105Z] #18 20.76 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-03-09T00:35:53.105Z] #18 20.78 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-09T00:35:53.105Z] #18 20.79 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-03-09T00:35:53.105Z] #18 20.80 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-03-09T00:35:53.105Z] #18 20.82 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-03-09T00:35:53.105Z] #18 20.83 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-09T00:35:53.105Z] #18 20.84 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-09T00:35:53.105Z] #18 20.85 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-09T00:35:53.105Z] #18 20.85 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-03-09T00:35:53.105Z] #18 20.86 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-03-09T00:35:53.105Z] #18 20.87 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-09T00:35:53.402Z] #18 25.34 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:35:53.402Z] #18 25.37 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-09T00:35:53.492Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2021-03-09T00:35:53.513Z] #54 ... [2021-03-09T00:35:53.513Z] [2021-03-09T00:35:53.513Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-09T00:35:53.513Z] #42 sha256:8495261723e047ebe83c4bd92f3eabd080314652254c1fc9629e0dcc870b2712 [2021-03-09T00:35:53.513Z] #42 DONE 0.1s [2021-03-09T00:35:53.663Z] #18 30.85 Unpacking bash-completion (1:2.8-6) ... [2021-03-09T00:35:53.663Z] #18 31.30 Selecting previously unselected package bzip2. [2021-03-09T00:35:53.663Z] #18 31.30 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2021-03-09T00:35:53.663Z] #18 31.32 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-09T00:35:53.663Z] #18 31.43 Selecting previously unselected package xz-utils. [2021-03-09T00:35:53.663Z] #18 31.44 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2021-03-09T00:35:53.663Z] #18 31.45 Unpacking xz-utils (5.2.4-1) ... [2021-03-09T00:35:53.678Z] #18 21.40 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-09T00:35:53.678Z] #18 21.40 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-09T00:35:53.678Z] #18 21.40 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-09T00:35:53.678Z] #18 21.40 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-03-09T00:35:53.678Z] #18 21.41 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-03-09T00:35:53.678Z] #18 21.43 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-09T00:35:53.678Z] #18 21.50 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-09T00:35:53.678Z] #18 21.51 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-09T00:35:53.678Z] #18 21.52 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-03-09T00:35:53.678Z] #18 21.52 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-09T00:35:53.678Z] #18 21.54 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-09T00:35:53.678Z] #18 21.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-09T00:35:53.678Z] #18 21.56 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-03-09T00:35:53.678Z] #18 21.60 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-09T00:35:53.678Z] #18 21.62 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-03-09T00:35:53.678Z] #18 21.63 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-09T00:35:53.770Z] [2021-03-09T00:35:53.770Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-09T00:35:53.770Z] #44 sha256:034e81a67006a012ad7b9f444f02ce452e6e6b380a45746559bc9dd2eb6aa137 [2021-03-09T00:35:53.770Z] #44 DONE 0.3s [2021-03-09T00:35:53.770Z] [2021-03-09T00:35:53.770Z] #54 [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-09T00:35:53.770Z] #54 sha256:8b53cf9f3eaa4a6e32435cf820da716b3f31f4337a901a66223c6d55a6c4334a [2021-03-09T00:35:53.784Z] ok github.com/docker/docker/daemon 12.327s coverage: 17.2% of statements [2021-03-09T00:35:53.784Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-09T00:35:53.784Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-09T00:35:53.784Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-09T00:35:53.784Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-09T00:35:53.927Z] #18 31.65 Selecting previously unselected package apparmor. [2021-03-09T00:35:53.927Z] #18 31.66 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2021-03-09T00:35:53.927Z] #18 31.74 Unpacking apparmor (2.13.2-10) ... [2021-03-09T00:35:53.939Z] #18 21.94 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-03-09T00:35:53.939Z] #18 21.98 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-03-09T00:35:53.939Z] #18 22.03 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-03-09T00:35:54.019Z] #23 175.9 Checking out files: 23% (2582/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: 34% (3809/11201) Checking out files: 35% (3921/11201) Checking out files: 36% (4033/11201) Checking out files: 37% (4145/11201) Checking out files: 37% (4180/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: 55% (6214/11201) Checking out files: 56% (6273/11201) [2021-03-09T00:35:54.019Z] #23 ... [2021-03-09T00:35:54.019Z] [2021-03-09T00:35:54.020Z] #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-09T00:35:54.020Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:35:54.020Z] #42 95.25 DEP criu/lsm.d [2021-03-09T00:35:54.020Z] #42 95.63 DEP criu/log.d [2021-03-09T00:35:54.020Z] #42 96.00 DEP criu/libnetlink.d [2021-03-09T00:35:54.020Z] #42 96.23 DEP criu/kerndat.d [2021-03-09T00:35:54.020Z] #42 96.63 DEP criu/kcmp-ids.d [2021-03-09T00:35:54.020Z] #42 96.74 DEP criu/irmap.d [2021-03-09T00:35:54.020Z] #42 97.12 DEP criu/ipc_ns.d [2021-03-09T00:35:54.020Z] #42 97.41 DEP criu/image.d [2021-03-09T00:35:54.020Z] #42 97.61 DEP criu/image-desc.d [2021-03-09T00:35:54.020Z] #42 97.72 DEP criu/fsnotify.d [2021-03-09T00:35:54.020Z] #42 97.96 DEP criu/filesystems.d [2021-03-09T00:35:54.020Z] #42 98.14 DEP criu/files.d [2021-03-09T00:35:54.020Z] #42 98.36 DEP criu/files-reg.d [2021-03-09T00:35:54.020Z] #42 98.58 DEP criu/files-ext.d [2021-03-09T00:35:54.020Z] #42 98.76 DEP criu/file-lock.d [2021-03-09T00:35:54.020Z] #42 99.01 DEP criu/file-ids.d [2021-03-09T00:35:54.020Z] #42 99.18 DEP criu/fifo.d [2021-03-09T00:35:54.020Z] #42 99.38 DEP criu/fdstore.d [2021-03-09T00:35:54.020Z] #42 99.56 DEP criu/fault-injection.d [2021-03-09T00:35:54.020Z] #42 99.66 DEP criu/external.d [2021-03-09T00:35:54.020Z] #42 99.80 DEP criu/eventpoll.d [2021-03-09T00:35:54.020Z] #42 100.0 DEP criu/eventfd.d [2021-03-09T00:35:54.020Z] #42 100.2 DEP criu/crtools.d [2021-03-09T00:35:54.020Z] #42 100.4 DEP criu/cr-service.d [2021-03-09T00:35:54.020Z] #42 100.7 DEP criu/cr-restore.d [2021-03-09T00:35:54.020Z] #42 101.0 DEP criu/cr-errno.d [2021-03-09T00:35:54.020Z] #42 101.0 DEP criu/cr-dump.d [2021-03-09T00:35:54.020Z] #42 101.3 DEP criu/cr-dedup.d [2021-03-09T00:35:54.020Z] #42 101.5 DEP criu/cr-check.d [2021-03-09T00:35:54.020Z] #42 101.7 DEP criu/config.d [2021-03-09T00:35:54.020Z] #42 101.8 DEP criu/clone-noasan.d [2021-03-09T00:35:54.020Z] #42 101.9 DEP criu/cgroup.d [2021-03-09T00:35:54.020Z] #42 102.1 DEP criu/cgroup-props.d [2021-03-09T00:35:54.020Z] #42 102.2 DEP criu/bitmap.d [2021-03-09T00:35:54.020Z] #42 102.2 DEP criu/bfd.d [2021-03-09T00:35:54.020Z] #42 102.4 DEP criu/autofs.d [2021-03-09T00:35:54.020Z] #42 102.7 DEP criu/aio.d [2021-03-09T00:35:54.020Z] #42 102.9 DEP criu/action-scripts.d [2021-03-09T00:35:54.020Z] #42 103.3 CC criu/action-scripts.o [2021-03-09T00:35:54.020Z] #42 104.0 CC criu/aio.o [2021-03-09T00:35:54.020Z] #42 104.8 CC criu/autofs.o [2021-03-09T00:35:54.026Z] #54 ... [2021-03-09T00:35:54.026Z] [2021-03-09T00:35:54.026Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-09T00:35:54.026Z] #46 sha256:5ef0d9087cb1d72449d63773a2c456a2e3286fa512bc336c268c58a79dd7a5e7 [2021-03-09T00:35:54.026Z] #46 DONE 0.1s [2021-03-09T00:35:54.026Z] [2021-03-09T00:35:54.026Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-09T00:35:54.026Z] #48 sha256:4624bca321cdb1ec62eb584bb3f1637b20ca48bf89db326246abea43b0611540 [2021-03-09T00:35:54.105Z] Merging remotes/origin/master commit dbc3365da22ce76367ccaad79248c9a98332d80d into PR head commit 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 [2021-03-09T00:35:54.332Z] #42 ... [2021-03-09T00:35:54.332Z] [2021-03-09T00:35:54.332Z] #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-09T00:35:54.332Z] #23 sha256:23918ed8bfd41954ccec3a0ea743652623fb71b9f7883022304d6559766aea6f [2021-03-09T00:35:54.502Z] #18 32.09 Selecting previously unselected package aufs-tools. [2021-03-09T00:35:54.502Z] #18 32.10 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2021-03-09T00:35:54.502Z] #18 32.11 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-09T00:35:54.502Z] #18 32.24 Selecting previously unselected package libonig5:arm64. [2021-03-09T00:35:54.502Z] #18 32.24 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2021-03-09T00:35:54.502Z] #18 32.26 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-03-09T00:35:54.502Z] #18 32.43 Selecting previously unselected package libjq1:arm64. [2021-03-09T00:35:54.502Z] #18 32.44 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-03-09T00:35:54.513Z] #18 22.62 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:35:54.587Z] #48 DONE 0.5s [2021-03-09T00:35:54.587Z] [2021-03-09T00:35:54.587Z] #51 [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-09T00:35:54.587Z] #51 sha256:68492e169c98d24dc9d8d9dcc95e6fc11e37ad31faa452e0a8228b033ad1ed53 [2021-03-09T00:35:54.587Z] #51 ... [2021-03-09T00:35:54.587Z] [2021-03-09T00:35:54.587Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-09T00:35:54.587Z] #50 sha256:20cd0a4d816e62caca1a00eedd5fcc6e94fb21f8524ca2a0f4010b06bc45f6d0 [2021-03-09T00:35:54.587Z] #50 DONE 0.1s [2021-03-09T00:35:54.766Z] #18 32.46 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-03-09T00:35:54.774Z] #18 22.71 Fetched 28.5 MB in 2s (15.6 MB/s) [2021-03-09T00:35:54.774Z] #18 ... [2021-03-09T00:35:54.774Z] [2021-03-09T00:35:54.774Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:54.774Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:35:54.774Z] #41 93.11 CC criu/clone-noasan.o [2021-03-09T00:35:54.843Z] [2021-03-09T00:35:54.843Z] #54 [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-09T00:35:54.843Z] #54 sha256:8b53cf9f3eaa4a6e32435cf820da716b3f31f4337a901a66223c6d55a6c4334a [2021-03-09T00:35:55.029Z] #18 32.59 Selecting previously unselected package jq. [2021-03-09T00:35:55.029Z] #18 32.60 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-03-09T00:35:55.029Z] #18 32.61 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-09T00:35:55.029Z] #18 32.74 Selecting previously unselected package libaio1:arm64. [2021-03-09T00:35:55.029Z] #18 32.74 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2021-03-09T00:35:55.029Z] #18 32.76 Unpacking libaio1:arm64 (0.3.112-3) ... [2021-03-09T00:35:55.029Z] #18 32.87 Selecting previously unselected package libgpm2:arm64. [2021-03-09T00:35:55.029Z] #18 32.87 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2021-03-09T00:35:55.029Z] #18 32.88 Unpacking libgpm2:arm64 (1.20.7-5) ... [2021-03-09T00:35:55.029Z] #18 32.98 Selecting previously unselected package libicu63:arm64. [2021-03-09T00:35:55.036Z] #41 93.34 CC criu/config.o [2021-03-09T00:35:55.291Z] #18 33.00 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-03-09T00:35:55.291Z] #18 33.01 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-03-09T00:35:55.313Z] #18 27.37 Selecting previously unselected package python3-minimal. [2021-03-09T00:35:55.546Z] #18 58.46 Setting up iptables (1.8.2-4) ... [2021-03-09T00:35:55.546Z] #18 58.48 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-09T00:35:55.546Z] #18 58.49 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-09T00:35:55.546Z] #18 58.50 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-09T00:35:55.546Z] #18 58.51 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-09T00:35:55.546Z] #18 58.51 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-09T00:35:55.546Z] #18 58.52 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-09T00:35:55.546Z] #18 58.53 Setting up python3 (3.7.3-1) ... [2021-03-09T00:35:55.573Z] #18 27.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2021-03-09T00:35:55.573Z] #18 27.42 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-03-09T00:35:55.573Z] #18 27.43 Unpacking python3-minimal (3.7.3-1) ... [2021-03-09T00:35:55.573Z] #18 27.52 Selecting previously unselected package libmpdec2:amd64. [2021-03-09T00:35:55.573Z] #18 27.52 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-03-09T00:35:55.573Z] #18 27.54 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-03-09T00:35:55.806Z] #18 59.00 Setting up python3-wheel (0.32.3-2) ... [2021-03-09T00:35:55.833Z] #18 27.68 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-03-09T00:35:55.833Z] #18 27.68 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:35:55.833Z] #18 27.70 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:35:55.853Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2021-03-09T00:35:54.216Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:35:54.265Z] > git checkout -f 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [2021-03-09T00:35:56.145Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.222s coverage: 56.2% of statements [2021-03-09T00:35:56.389Z] #18 59.53 Setting up apparmor (2.13.2-10) ... [2021-03-09T00:35:56.428Z] #41 94.67 CC criu/cr-check.o [2021-03-09T00:35:56.759Z] #23 175.9 Checking out files: 23% (2582/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: 34% (3809/11201) Checking out files: 35% (3921/11201) Checking out files: 36% (4033/11201) Checking out files: 37% (4145/11201) Checking out files: 37% (4180/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: 55% (6214/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: 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: 72% (8162/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: 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: 93% (10517/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-09T00:35:56.774Z] #18 28.62 Selecting previously unselected package python3.7. [2021-03-09T00:35:56.774Z] #18 28.63 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:35:56.774Z] #18 28.63 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-09T00:35:56.774Z] #18 28.77 Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-09T00:35:56.774Z] #18 28.77 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-03-09T00:35:56.774Z] #18 28.79 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-09T00:35:57.034Z] #18 28.91 Setting up python3-minimal (3.7.3-1) ... [2021-03-09T00:35:57.066Z] #23 180.6 + cd /tmp/tmp.JJGjZ4Csfp/tmp/docker-ce [2021-03-09T00:35:57.066Z] #23 180.6 + git checkout -q v17.06.2-ce [2021-03-09T00:35:57.103Z] Merge succeeded, producing cf1ef892ffb133957fd63360297432b27bc267a9 [2021-03-09T00:35:57.103Z] Checking out Revision cf1ef892ffb133957fd63360297432b27bc267a9 (PR-41757) [2021-03-09T00:35:57.740Z] #23 ... [2021-03-09T00:35:57.740Z] [2021-03-09T00:35:57.740Z] #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-09T00:35:57.740Z] #44 sha256:2f5fc9dd42c740dd3e5f3ca8a41736d83b646f02ff4fafc85f563418f714e257 [2021-03-09T00:35:57.740Z] #44 171.3 vendor/golang.org/x/net/http/httpguts [2021-03-09T00:35:57.740Z] #44 171.3 mime/multipart [2021-03-09T00:35:57.740Z] #44 174.3 crypto/tls [2021-03-09T00:35:57.740Z] #44 ... [2021-03-09T00:35:57.740Z] [2021-03-09T00:35:57.740Z] #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-09T00:35:57.740Z] #19 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-03-09T00:35:57.740Z] #19 52.36 Selecting previously unselected package python3-setuptools. [2021-03-09T00:35:57.740Z] #19 52.38 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-09T00:35:57.740Z] #19 52.38 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-09T00:35:57.740Z] #19 52.71 Selecting previously unselected package python3-wheel. [2021-03-09T00:35:57.740Z] #19 52.72 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-09T00:35:57.740Z] #19 52.73 Unpacking python3-wheel (0.32.3-2) ... [2021-03-09T00:35:57.740Z] #19 52.85 Selecting previously unselected package sudo. [2021-03-09T00:35:57.740Z] #19 52.86 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_ppc64el.deb ... [2021-03-09T00:35:57.740Z] #19 52.87 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-09T00:35:57.740Z] #19 53.59 Selecting previously unselected package thin-provisioning-tools. [2021-03-09T00:35:57.740Z] #19 53.61 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2021-03-09T00:35:57.740Z] #19 53.62 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-09T00:35:57.740Z] #19 53.98 Selecting previously unselected package uidmap. [2021-03-09T00:35:57.740Z] #19 53.99 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2021-03-09T00:35:57.740Z] #19 54.02 Unpacking uidmap (1:4.5-1.1) ... [2021-03-09T00:35:57.740Z] #19 54.20 Selecting previously unselected package vim-runtime. [2021-03-09T00:35:57.740Z] #19 54.23 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:35:57.740Z] #19 54.26 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-09T00:35:57.740Z] #19 54.28 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-09T00:35:57.740Z] #19 54.29 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-09T00:35:57.848Z] #18 35.63 Selecting previously unselected package libnet1:arm64. [2021-03-09T00:35:57.848Z] #18 35.64 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-03-09T00:35:57.848Z] #18 35.65 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:35:57.848Z] #18 35.76 Selecting previously unselected package libnl-3-200:arm64. [2021-03-09T00:35:57.975Z] #18 29.70 Selecting previously unselected package python3. [2021-03-09T00:35:57.975Z] #18 29.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2021-03-09T00:35:57.975Z] #18 29.75 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-03-09T00:35:57.975Z] #18 29.78 Unpacking python3 (3.7.3-1) ... [2021-03-09T00:35:57.975Z] #18 29.90 Selecting previously unselected package libip4tc0:amd64. [2021-03-09T00:35:57.975Z] #18 29.91 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-03-09T00:35:57.975Z] #18 29.91 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-03-09T00:35:58.110Z] #18 35.77 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2021-03-09T00:35:58.111Z] #18 35.78 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-03-09T00:35:58.111Z] #18 35.92 Selecting previously unselected package libprotobuf-c1:arm64. [2021-03-09T00:35:58.111Z] #18 35.93 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-03-09T00:35:58.111Z] #18 35.93 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-03-09T00:35:58.111Z] #18 36.05 Selecting previously unselected package libreadline5:arm64. [2021-03-09T00:35:58.235Z] #18 30.03 Selecting previously unselected package libip6tc0:amd64. [2021-03-09T00:35:58.235Z] #18 30.04 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-03-09T00:35:58.235Z] #18 30.05 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-03-09T00:35:58.235Z] #18 30.14 Selecting previously unselected package libiptc0:amd64. [2021-03-09T00:35:58.235Z] #18 30.14 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-03-09T00:35:58.235Z] #18 30.14 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-03-09T00:35:58.235Z] #18 30.23 Selecting previously unselected package libnfnetlink0:amd64. [2021-03-09T00:35:58.235Z] #18 30.23 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-03-09T00:35:58.291Z] #18 61.26 Setting up xfsprogs (4.20.0-1) ... [2021-03-09T00:35:58.291Z] #18 61.28 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-09T00:35:58.374Z] #18 36.06 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2021-03-09T00:35:58.374Z] #18 36.07 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-03-09T00:35:58.391Z] #41 96.52 CC criu/cr-dedup.o [2021-03-09T00:35:58.497Z] #18 30.25 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-09T00:35:58.497Z] #18 30.32 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-03-09T00:35:58.497Z] #18 30.32 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-03-09T00:35:58.497Z] #18 30.33 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-09T00:35:58.497Z] #18 30.47 Selecting previously unselected package libnftnl11:amd64. [2021-03-09T00:35:58.497Z] #18 30.48 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-03-09T00:35:58.497Z] #18 30.48 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-03-09T00:35:58.549Z] #18 61.69 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-09T00:35:58.636Z] #18 36.21 Selecting previously unselected package net-tools. [2021-03-09T00:35:58.637Z] #18 36.21 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2021-03-09T00:35:58.637Z] #18 36.22 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-09T00:35:58.637Z] #18 36.39 Selecting previously unselected package python-pip-whl. [2021-03-09T00:35:58.637Z] #18 36.40 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-09T00:35:58.661Z] #41 96.93 CC criu/cr-dump.o [2021-03-09T00:35:58.757Z] #18 30.58 Selecting previously unselected package iptables. [2021-03-09T00:35:58.757Z] #18 30.59 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-03-09T00:35:58.757Z] #18 30.60 Unpacking iptables (1.8.2-4) ... [2021-03-09T00:35:58.811Z] #19 58.94 Selecting previously unselected package vim. [2021-03-09T00:35:58.811Z] #19 58.96 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2021-03-09T00:35:58.900Z] #18 36.46 Unpacking python-pip-whl (18.1-5) ... [2021-03-09T00:35:59.011Z] #54 197.7 + bin/containerd [2021-03-09T00:35:56.471Z] > git remote # timeout=10 [2021-03-09T00:35:56.564Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T00:35:56.610Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-09T00:35:56.612Z] > git merge dbc3365da22ce76367ccaad79248c9a98332d80d # timeout=10 [2021-03-09T00:35:56.996Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-03-09T00:35:57.136Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:35:57.189Z] > git checkout -f cf1ef892ffb133957fd63360297432b27bc267a9 # timeout=10 [2021-03-09T00:35:59.112Z] #19 59.01 Unpacking vim (2:8.1.0875-5) ... [2021-03-09T00:35:59.163Z] #18 36.99 Selecting previously unselected package python3-lib2to3. [2021-03-09T00:35:59.163Z] #18 36.99 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-09T00:35:59.163Z] #18 37.00 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-09T00:35:59.328Z] #18 31.00 Selecting previously unselected package xxd. [2021-03-09T00:35:59.328Z] #18 31.02 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-09T00:35:59.328Z] #18 31.02 Unpacking xxd (2:8.1.0875-5) ... [2021-03-09T00:35:59.328Z] #18 31.18 Selecting previously unselected package vim-common. [2021-03-09T00:35:59.328Z] #18 31.19 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:35:59.328Z] #18 31.21 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-09T00:35:59.411Z] #19 59.60 Selecting previously unselected package xfsprogs. [2021-03-09T00:35:59.411Z] #19 ... [2021-03-09T00:35:59.412Z] [2021-03-09T00:35:59.412Z] #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-09T00:35:59.412Z] #44 sha256:2f5fc9dd42c740dd3e5f3ca8a41736d83b646f02ff4fafc85f563418f714e257 [2021-03-09T00:35:59.412Z] #44 183.2 net/http/httptrace [2021-03-09T00:35:59.425Z] #18 37.15 Selecting previously unselected package python3-distutils. [2021-03-09T00:35:59.425Z] #18 37.16 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-09T00:35:59.425Z] #18 37.17 Unpacking python3-distutils (3.7.3-1) ... [2021-03-09T00:35:59.484Z] #18 62.56 Setting up python3-distutils (3.7.3-1) ... [2021-03-09T00:35:59.589Z] #18 31.47 Selecting previously unselected package bash-completion. [2021-03-09T00:35:59.589Z] #18 31.47 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-09T00:35:59.689Z] #18 37.38 Selecting previously unselected package python3-pip. [2021-03-09T00:35:59.689Z] #18 37.38 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-09T00:35:59.689Z] #18 37.40 Unpacking python3-pip (18.1-5) ... [2021-03-09T00:35:59.689Z] #18 ... [2021-03-09T00:35:59.689Z] [2021-03-09T00:35:59.689Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:35:59.689Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:35:59.689Z] #41 92.30 CC criu/cgroup.o [2021-03-09T00:35:59.689Z] #41 94.48 CC criu/clone-noasan.o [2021-03-09T00:35:59.689Z] #41 94.79 CC criu/config.o [2021-03-09T00:35:59.689Z] #41 96.09 CC criu/cr-check.o [2021-03-09T00:35:59.689Z] #41 97.74 CC criu/cr-dedup.o [2021-03-09T00:35:59.689Z] #41 98.04 CC criu/cr-dump.o [2021-03-09T00:35:59.689Z] #41 99.93 CC criu/cr-errno.o [2021-03-09T00:35:59.689Z] #41 100.0 CC criu/cr-restore.o [2021-03-09T00:35:59.689Z] #41 ... [2021-03-09T00:35:59.689Z] [2021-03-09T00:35:59.689Z] #18 [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-09T00:35:59.689Z] #18 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-03-09T00:35:59.689Z] #18 37.60 Selecting previously unselected package python3-pkg-resources. [2021-03-09T00:35:59.952Z] #18 37.60 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-09T00:35:59.952Z] #18 37.61 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-09T00:35:59.952Z] #18 37.78 Selecting previously unselected package python3-setuptools. [2021-03-09T00:35:59.952Z] #18 37.79 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-09T00:35:59.952Z] #18 37.81 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-09T00:36:00.051Z] #18 63.19 Setting up python3-setuptools (40.8.0-1) ... [2021-03-09T00:36:00.051Z] #18 ... [2021-03-09T00:36:00.051Z] [2021-03-09T00:36:00.051Z] #38 [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-09T00:36:00.051Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:36:00.051Z] #38 213.0 + dpkg --print-architecture [2021-03-09T00:36:00.051Z] #38 213.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-09T00:36:00.062Z] #44 183.6 net/http [2021-03-09T00:36:00.310Z] #38 213.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-09T00:36:00.310Z] #38 213.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-09T00:36:00.527Z] #18 38.07 Selecting previously unselected package python3-wheel. [2021-03-09T00:36:00.528Z] #18 38.07 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-09T00:36:00.528Z] #18 38.09 Unpacking python3-wheel (0.32.3-2) ... [2021-03-09T00:36:00.528Z] #18 38.24 Selecting previously unselected package sudo. [2021-03-09T00:36:00.528Z] #18 38.26 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_arm64.deb ... [2021-03-09T00:36:00.528Z] #18 38.28 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-09T00:36:00.575Z] #41 ... [2021-03-09T00:36:00.575Z] [2021-03-09T00:36:00.575Z] #18 [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-09T00:36:00.575Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:36:00.575Z] #18 22.78 Selecting previously unselected package pigz. [2021-03-09T00:36:00.575Z] #18 22.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2021-03-09T00:36:00.575Z] #18 22.83 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-03-09T00:36:00.575Z] #18 22.83 Unpacking pigz (2.4-1) ... [2021-03-09T00:36:00.575Z] #18 23.00 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-03-09T00:36:00.575Z] #18 23.00 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:36:00.575Z] #18 23.01 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:36:00.575Z] #18 23.46 Selecting previously unselected package python3.7-minimal. [2021-03-09T00:36:00.575Z] #18 23.47 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:36:00.575Z] #18 23.48 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-09T00:36:00.575Z] #18 24.31 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:36:00.575Z] #18 24.34 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-09T00:36:00.575Z] #18 26.56 Selecting previously unselected package python3-minimal. [2021-03-09T00:36:00.575Z] #18 26.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 ... 23681 files and directories currently installed.) [2021-03-09T00:36:00.575Z] #18 26.61 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-03-09T00:36:00.575Z] #18 26.62 Unpacking python3-minimal (3.7.3-1) ... [2021-03-09T00:36:00.575Z] #18 26.70 Selecting previously unselected package libmpdec2:amd64. [2021-03-09T00:36:00.575Z] #18 26.72 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-03-09T00:36:00.575Z] #18 26.73 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-03-09T00:36:00.575Z] #18 26.84 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-03-09T00:36:00.575Z] #18 26.85 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:36:00.575Z] #18 26.85 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:36:00.575Z] #18 27.75 Selecting previously unselected package python3.7. [2021-03-09T00:36:00.575Z] #18 27.76 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-03-09T00:36:00.575Z] #18 27.77 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-09T00:36:00.575Z] #18 27.89 Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-09T00:36:00.575Z] #18 27.89 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-03-09T00:36:00.576Z] #18 27.90 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-09T00:36:00.576Z] #18 27.97 Setting up python3-minimal (3.7.3-1) ... [2021-03-09T00:36:00.634Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.898s coverage: 46.2% of statements [2021-03-09T00:36:00.836Z] #18 ... [2021-03-09T00:36:00.836Z] [2021-03-09T00:36:00.836Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:00.836Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:00.836Z] #41 99.12 CC criu/cr-errno.o [2021-03-09T00:36:00.836Z] #41 99.21 CC criu/cr-restore.o [2021-03-09T00:36:00.971Z] #18 ... [2021-03-09T00:36:00.971Z] [2021-03-09T00:36:00.971Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:00.971Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:00.971Z] #41 85.37 DEP criu/cr-dedup.d [2021-03-09T00:36:00.971Z] #41 85.51 DEP criu/cr-check.d [2021-03-09T00:36:00.971Z] #41 85.72 DEP criu/config.d [2021-03-09T00:36:00.971Z] #41 85.90 DEP criu/clone-noasan.d [2021-03-09T00:36:00.971Z] #41 85.97 DEP criu/cgroup.d [2021-03-09T00:36:00.971Z] #41 86.11 DEP criu/cgroup-props.d [2021-03-09T00:36:00.971Z] #41 86.18 DEP criu/bitmap.d [2021-03-09T00:36:00.971Z] #41 86.20 DEP criu/bfd.d [2021-03-09T00:36:00.971Z] #41 86.27 DEP criu/autofs.d [2021-03-09T00:36:00.971Z] #41 86.42 DEP criu/aio.d [2021-03-09T00:36:00.971Z] #41 86.55 DEP criu/action-scripts.d [2021-03-09T00:36:00.971Z] #41 86.77 CC criu/action-scripts.o [2021-03-09T00:36:00.971Z] #41 87.16 CC criu/aio.o [2021-03-09T00:36:00.971Z] #41 87.63 CC criu/autofs.o [2021-03-09T00:36:00.971Z] #41 89.10 CC criu/bfd.o [2021-03-09T00:36:00.971Z] #41 89.63 CC criu/bitmap.o [2021-03-09T00:36:00.971Z] #41 89.77 CC criu/cgroup-props.o [2021-03-09T00:36:00.971Z] #41 90.41 CC criu/cgroup.o [2021-03-09T00:36:00.971Z] #41 93.09 CC criu/clone-noasan.o [2021-03-09T00:36:00.971Z] #41 93.31 CC criu/config.o [2021-03-09T00:36:00.971Z] #41 94.53 CC criu/cr-check.o [2021-03-09T00:36:01.103Z] #18 38.77 Selecting previously unselected package thin-provisioning-tools. [2021-03-09T00:36:01.103Z] #18 38.78 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2021-03-09T00:36:01.103Z] #18 38.78 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-09T00:36:01.103Z] #18 39.04 Selecting previously unselected package uidmap. [2021-03-09T00:36:01.269Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.004s coverage: 1.9% of statements [2021-03-09T00:36:01.367Z] #18 39.05 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2021-03-09T00:36:01.367Z] #18 39.06 Unpacking uidmap (1:4.5-1.1) ... [2021-03-09T00:36:01.367Z] #18 39.20 Selecting previously unselected package vim-runtime. [2021-03-09T00:36:01.367Z] #18 39.21 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:36:01.367Z] #18 39.25 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-09T00:36:01.630Z] #18 39.29 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-09T00:36:01.630Z] #18 39.30 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-09T00:36:01.958Z] #41 96.43 CC criu/cr-dedup.o [2021-03-09T00:36:01.958Z] #41 96.86 CC criu/cr-dump.o [2021-03-09T00:36:02.214Z] #38 ... [2021-03-09T00:36:02.214Z] [2021-03-09T00:36:02.214Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:02.214Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:02.214Z] #41 112.3 CC criu/files-ext.o [2021-03-09T00:36:02.214Z] #41 112.8 CC criu/files-reg.o [2021-03-09T00:36:02.214Z] #41 115.1 CC criu/files.o [2021-03-09T00:36:02.214Z] #41 117.3 CC criu/filesystems.o [2021-03-09T00:36:02.214Z] #41 118.1 CC criu/fsnotify.o [2021-03-09T00:36:02.214Z] #41 119.3 CC criu/image-desc.o [2021-03-09T00:36:02.214Z] #41 119.5 CC criu/image.o [2021-03-09T00:36:02.214Z] #41 120.4 CC criu/ipc_ns.o [2021-03-09T00:36:02.214Z] #41 121.6 CC criu/irmap.o [2021-03-09T00:36:02.214Z] #41 122.2 CC criu/kcmp-ids.o [2021-03-09T00:36:02.214Z] #41 ... [2021-03-09T00:36:02.214Z] [2021-03-09T00:36:02.214Z] #18 [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-09T00:36:02.214Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:36:02.214Z] #18 64.55 Setting up python3-pip (18.1-5) ... [2021-03-09T00:36:02.219Z] #41 ... [2021-03-09T00:36:02.219Z] [2021-03-09T00:36:02.219Z] #18 [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-09T00:36:02.219Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:36:02.219Z] #18 34.10 Unpacking bash-completion (1:2.8-6) ... [2021-03-09T00:36:02.472Z] #18 65.66 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:36:02.472Z] #18 65.70 Processing triggers for mime-support (3.62) ... [2021-03-09T00:36:02.806Z] #18 34.58 Selecting previously unselected package bzip2. [2021-03-09T00:36:02.806Z] #18 34.59 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-03-09T00:36:02.806Z] #18 34.59 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-09T00:36:02.806Z] #18 34.71 Selecting previously unselected package xz-utils. [2021-03-09T00:36:02.806Z] #18 34.71 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-03-09T00:36:02.806Z] #18 34.72 Unpacking xz-utils (5.2.4-1) ... [2021-03-09T00:36:03.068Z] #18 34.89 Selecting previously unselected package apparmor. [2021-03-09T00:36:03.068Z] #18 34.90 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-03-09T00:36:03.068Z] #18 35.00 Unpacking apparmor (2.13.2-10) ... [2021-03-09T00:36:03.636Z] #18 35.35 Selecting previously unselected package aufs-tools. [2021-03-09T00:36:03.636Z] #18 35.37 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-03-09T00:36:03.636Z] #18 35.39 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-09T00:36:03.636Z] #18 35.55 Selecting previously unselected package libonig5:amd64. [2021-03-09T00:36:03.636Z] #18 35.55 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-03-09T00:36:03.636Z] #18 35.55 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:36:03.849Z] #18 DONE 66.8s [2021-03-09T00:36:03.850Z] [2021-03-09T00:36:03.850Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:03.850Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:03.850Z] #41 122.5 CC criu/kerndat.o [2021-03-09T00:36:03.850Z] #41 123.6 CC criu/libnetlink.o [2021-03-09T00:36:03.850Z] #41 124.1 CC criu/log.o [2021-03-09T00:36:03.896Z] #18 35.75 Selecting previously unselected package libjq1:amd64. [2021-03-09T00:36:03.896Z] #18 35.75 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:36:03.896Z] #18 35.76 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:36:04.156Z] #18 35.87 Selecting previously unselected package jq. [2021-03-09T00:36:04.156Z] #18 35.87 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:36:04.156Z] #18 35.88 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-09T00:36:04.156Z] #18 36.00 Selecting previously unselected package libaio1:amd64. [2021-03-09T00:36:04.156Z] #18 36.00 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-03-09T00:36:04.156Z] #18 36.01 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-03-09T00:36:04.156Z] #18 36.05 Selecting previously unselected package libgpm2:amd64. [2021-03-09T00:36:04.156Z] #18 36.07 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-03-09T00:36:04.156Z] #18 36.08 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-03-09T00:36:04.190Z] #18 41.95 Selecting previously unselected package vim. [2021-03-09T00:36:04.190Z] #18 41.96 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2021-03-09T00:36:04.190Z] #18 41.98 Unpacking vim (2:8.1.0875-5) ... [2021-03-09T00:36:04.258Z] #54 ... [2021-03-09T00:36:04.258Z] [2021-03-09T00:36:04.258Z] #51 [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-09T00:36:04.258Z] #51 sha256:68492e169c98d24dc9d8d9dcc95e6fc11e37ad31faa452e0a8228b033ad1ed53 [2021-03-09T00:36:04.258Z] #51 126.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-09T00:36:04.258Z] #51 127.2 + mkdir -p /build [2021-03-09T00:36:04.258Z] #51 127.2 + cp runc /build/runc [2021-03-09T00:36:04.415Z] #18 36.15 Selecting previously unselected package libicu63:amd64. [2021-03-09T00:36:04.415Z] #18 36.15 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-09T00:36:04.415Z] #18 36.16 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:36:04.453Z] #18 42.37 Selecting previously unselected package xfsprogs. [2021-03-09T00:36:04.583Z] #44 ... [2021-03-09T00:36:04.583Z] [2021-03-09T00:36:04.583Z] #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-09T00:36:04.583Z] #19 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-03-09T00:36:04.583Z] #19 59.60 Selecting previously unselected package xfsprogs. [2021-03-09T00:36:04.583Z] #19 59.62 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2021-03-09T00:36:04.583Z] #19 59.63 Unpacking xfsprogs (4.20.0-1) ... [2021-03-09T00:36:04.583Z] #19 60.22 Selecting previously unselected package zip. [2021-03-09T00:36:04.583Z] #19 60.22 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2021-03-09T00:36:04.583Z] #19 60.22 Unpacking zip (3.0-11+b1) ... [2021-03-09T00:36:04.583Z] #19 60.51 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-09T00:36:04.583Z] #19 60.53 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-09T00:36:04.583Z] #19 60.54 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2021-03-09T00:36:04.583Z] #19 60.55 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-03-09T00:36:04.583Z] #19 60.55 Setting up libgpm2:ppc64el (1.20.7-5) ... [2021-03-09T00:36:04.583Z] #19 60.55 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2021-03-09T00:36:04.583Z] #19 60.56 Setting up uidmap (1:4.5-1.1) ... [2021-03-09T00:36:04.583Z] #19 60.56 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2021-03-09T00:36:04.583Z] #19 60.58 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-09T00:36:04.583Z] #19 60.59 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-09T00:36:04.583Z] #19 60.60 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-09T00:36:04.583Z] #19 60.60 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-09T00:36:04.583Z] #19 60.62 Setting up xxd (2:8.1.0875-5) ... [2021-03-09T00:36:04.583Z] #19 60.63 Setting up zip (3.0-11+b1) ... [2021-03-09T00:36:04.583Z] #19 60.64 Setting up vim-common (2:8.1.0875-5) ... [2021-03-09T00:36:04.583Z] #19 60.66 Setting up bash-completion (1:2.8-6) ... [2021-03-09T00:36:04.715Z] #18 42.37 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2021-03-09T00:36:04.715Z] #18 42.38 Unpacking xfsprogs (4.20.0-1) ... [2021-03-09T00:36:04.786Z] #41 124.9 CC criu/lsm.o [2021-03-09T00:36:04.786Z] #41 ... [2021-03-09T00:36:04.786Z] [2021-03-09T00:36:04.786Z] #19 [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-09T00:36:04.786Z] #19 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-03-09T00:36:04.786Z] #19 1.034 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-09T00:36:04.786Z] #19 1.038 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-09T00:36:04.786Z] #19 1.041 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-09T00:36:04.786Z] #19 DONE 1.1s [2021-03-09T00:36:04.786Z] [2021-03-09T00:36:04.786Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:04.786Z] #20 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-03-09T00:36:04.789Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.546s coverage: 49.4% of statements [2021-03-09T00:36:04.979Z] #18 42.69 Selecting previously unselected package zip. [2021-03-09T00:36:04.979Z] #18 42.70 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2021-03-09T00:36:04.979Z] #18 42.70 Unpacking zip (3.0-11+b1) ... [2021-03-09T00:36:05.187Z] #51 DONE 128.0s [2021-03-09T00:36:05.187Z] [2021-03-09T00:36:05.187Z] #54 [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-09T00:36:05.187Z] #54 sha256:8b53cf9f3eaa4a6e32435cf820da716b3f31f4337a901a66223c6d55a6c4334a [2021-03-09T00:36:05.234Z] #19 65.39 Setting up libiptc0:ppc64el (1.8.2-4) ... [2021-03-09T00:36:05.234Z] #19 65.40 Setting up xz-utils (5.2.4-1) ... [2021-03-09T00:36:05.234Z] #19 65.42 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-09T00:36:05.234Z] #19 65.46 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-09T00:36:05.242Z] #18 43.04 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-09T00:36:05.242Z] #18 43.07 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-09T00:36:05.242Z] #18 43.09 Setting up libip6tc0:arm64 (1.8.2-4) ... [2021-03-09T00:36:05.242Z] #18 43.12 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-03-09T00:36:05.242Z] #18 43.13 Setting up libgpm2:arm64 (1.20.7-5) ... [2021-03-09T00:36:05.242Z] #18 43.17 Setting up libip4tc0:arm64 (1.8.2-4) ... [2021-03-09T00:36:05.505Z] #18 43.20 Setting up uidmap (1:4.5-1.1) ... [2021-03-09T00:36:05.505Z] #18 43.22 Setting up libnftnl11:arm64 (1.1.2-2) ... [2021-03-09T00:36:05.505Z] #18 43.24 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:36:05.505Z] #18 43.27 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-09T00:36:05.505Z] #18 43.30 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-03-09T00:36:05.505Z] #18 43.32 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-03-09T00:36:05.505Z] #18 43.33 Setting up xxd (2:8.1.0875-5) ... [2021-03-09T00:36:05.505Z] #18 43.35 Setting up zip (3.0-11+b1) ... [2021-03-09T00:36:05.505Z] #18 43.37 Setting up vim-common (2:8.1.0875-5) ... [2021-03-09T00:36:05.505Z] #18 43.41 Setting up bash-completion (1:2.8-6) ... [2021-03-09T00:36:05.532Z] #19 65.61 invoke-rc.d: could not determine current runlevel [2021-03-09T00:36:05.532Z] #19 65.64 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-09T00:36:05.532Z] #19 65.67 Setting up pigz (2.4-1) ... [2021-03-09T00:36:05.532Z] #19 65.69 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-03-09T00:36:05.532Z] #19 65.70 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-09T00:36:05.532Z] #19 65.72 Setting up python-pip-whl (18.1-5) ... [2021-03-09T00:36:05.532Z] #19 65.73 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2021-03-09T00:36:05.532Z] #19 65.74 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-09T00:36:06.128Z] #41 103.6 CC criu/cr-service.o [2021-03-09T00:36:06.128Z] #41 ... [2021-03-09T00:36:06.128Z] [2021-03-09T00:36:06.128Z] #18 [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-09T00:36:06.128Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:36:06.128Z] #18 28.88 Selecting previously unselected package python3. [2021-03-09T00:36:06.128Z] #18 28.88 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2021-03-09T00:36:06.128Z] #18 28.95 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-03-09T00:36:06.128Z] #18 28.96 Unpacking python3 (3.7.3-1) ... [2021-03-09T00:36:06.128Z] #18 29.08 Selecting previously unselected package libip4tc0:amd64. [2021-03-09T00:36:06.128Z] #18 29.09 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-03-09T00:36:06.128Z] #18 29.10 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-03-09T00:36:06.128Z] #18 29.19 Selecting previously unselected package libip6tc0:amd64. [2021-03-09T00:36:06.128Z] #18 29.19 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-03-09T00:36:06.128Z] #18 29.19 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-03-09T00:36:06.128Z] #18 29.30 Selecting previously unselected package libiptc0:amd64. [2021-03-09T00:36:06.128Z] #18 29.30 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-03-09T00:36:06.128Z] #18 29.30 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-03-09T00:36:06.128Z] #18 29.45 Selecting previously unselected package libnfnetlink0:amd64. [2021-03-09T00:36:06.128Z] #18 29.45 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-03-09T00:36:06.128Z] #18 29.46 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-09T00:36:06.128Z] #18 29.56 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-03-09T00:36:06.128Z] #18 29.56 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-03-09T00:36:06.128Z] #18 29.57 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-09T00:36:06.128Z] #18 29.65 Selecting previously unselected package libnftnl11:amd64. [2021-03-09T00:36:06.128Z] #18 29.65 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-03-09T00:36:06.128Z] #18 29.66 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-03-09T00:36:06.128Z] #18 29.74 Selecting previously unselected package iptables. [2021-03-09T00:36:06.128Z] #18 29.74 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-03-09T00:36:06.128Z] #18 29.75 Unpacking iptables (1.8.2-4) ... [2021-03-09T00:36:06.128Z] #18 30.06 Selecting previously unselected package xxd. [2021-03-09T00:36:06.128Z] #18 30.07 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-09T00:36:06.128Z] #18 30.07 Unpacking xxd (2:8.1.0875-5) ... [2021-03-09T00:36:06.128Z] #18 30.21 Selecting previously unselected package vim-common. [2021-03-09T00:36:06.128Z] #18 30.22 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:36:06.128Z] #18 30.26 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-09T00:36:06.128Z] #18 30.42 Selecting previously unselected package bash-completion. [2021-03-09T00:36:06.128Z] #18 30.42 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-09T00:36:06.128Z] #18 33.22 Unpacking bash-completion (1:2.8-6) ... [2021-03-09T00:36:06.128Z] #18 33.63 Selecting previously unselected package bzip2. [2021-03-09T00:36:06.128Z] #18 33.63 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-03-09T00:36:06.128Z] #18 33.64 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-09T00:36:06.128Z] #18 33.72 Selecting previously unselected package xz-utils. [2021-03-09T00:36:06.128Z] #18 33.72 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-03-09T00:36:06.128Z] #18 33.73 Unpacking xz-utils (5.2.4-1) ... [2021-03-09T00:36:06.128Z] #18 33.93 Selecting previously unselected package apparmor. [2021-03-09T00:36:06.128Z] #18 33.93 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-03-09T00:36:06.128Z] #18 34.01 Unpacking apparmor (2.13.2-10) ... [2021-03-09T00:36:06.184Z] #19 66.34 Setting up libaio1:ppc64el (0.3.112-3) ... [2021-03-09T00:36:06.184Z] #19 66.35 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-03-09T00:36:06.184Z] #19 66.35 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2021-03-09T00:36:06.184Z] #19 66.35 Setting up vim (2:8.1.0875-5) ... [2021-03-09T00:36:06.184Z] #19 66.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-09T00:36:06.184Z] #19 66.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-09T00:36:06.184Z] #19 66.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-09T00:36:06.184Z] #19 66.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-09T00:36:06.298Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.491s coverage: 73.3% of statements [2021-03-09T00:36:06.298Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-09T00:36:06.388Z] #18 34.37 Selecting previously unselected package aufs-tools. [2021-03-09T00:36:06.389Z] #18 34.37 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-03-09T00:36:06.389Z] #18 34.38 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-09T00:36:06.484Z] #19 66.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-09T00:36:06.484Z] #19 66.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-09T00:36:06.484Z] #19 66.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-09T00:36:06.484Z] #19 66.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-09T00:36:06.484Z] #19 66.59 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-09T00:36:06.484Z] #19 66.60 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-09T00:36:06.484Z] #19 66.61 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-03-09T00:36:06.484Z] #19 66.63 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-09T00:36:06.484Z] #19 66.63 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-03-09T00:36:06.484Z] #19 66.64 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-09T00:36:06.556Z] #54 ... [2021-03-09T00:36:06.556Z] [2021-03-09T00:36:06.556Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-09T00:36:06.556Z] #52 sha256:a52207ac1b9fa97b6518619d8264878eb9e21a1a025e47a60610604498176152 [2021-03-09T00:36:06.649Z] #18 34.51 Selecting previously unselected package libonig5:amd64. [2021-03-09T00:36:06.649Z] #18 34.51 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-03-09T00:36:06.649Z] #18 34.52 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:36:06.649Z] #18 34.65 Selecting previously unselected package libjq1:amd64. [2021-03-09T00:36:06.649Z] #18 34.66 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:36:06.649Z] #18 34.67 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:36:06.813Z] #52 DONE 0.4s [2021-03-09T00:36:06.813Z] [2021-03-09T00:36:06.813Z] #54 [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-09T00:36:06.813Z] #54 sha256:8b53cf9f3eaa4a6e32435cf820da716b3f31f4337a901a66223c6d55a6c4334a [2021-03-09T00:36:06.910Z] #18 34.77 Selecting previously unselected package jq. [2021-03-09T00:36:06.910Z] #18 34.78 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-09T00:36:06.910Z] #18 34.78 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-09T00:36:06.910Z] #18 34.88 Selecting previously unselected package libaio1:amd64. [2021-03-09T00:36:06.933Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 57.5% of statements [2021-03-09T00:36:07.171Z] #18 34.88 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-03-09T00:36:07.171Z] #18 34.89 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-03-09T00:36:07.171Z] #18 34.96 Selecting previously unselected package libgpm2:amd64. [2021-03-09T00:36:07.171Z] #18 34.96 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-03-09T00:36:07.171Z] #18 34.98 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-03-09T00:36:07.171Z] #18 35.11 Selecting previously unselected package libicu63:amd64. [2021-03-09T00:36:07.171Z] #18 35.12 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-09T00:36:07.171Z] #18 35.13 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:36:07.540Z] #19 ... [2021-03-09T00:36:07.540Z] [2021-03-09T00:36:07.540Z] #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-09T00:36:07.540Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:36:07.540Z] #42 108.3 CC criu/bfd.o [2021-03-09T00:36:07.540Z] #42 109.2 CC criu/bitmap.o [2021-03-09T00:36:07.540Z] #42 109.5 CC criu/cgroup-props.o [2021-03-09T00:36:07.540Z] #42 110.9 CC criu/cgroup.o [2021-03-09T00:36:07.540Z] #42 115.9 CC criu/clone-noasan.o [2021-03-09T00:36:07.540Z] #42 116.2 CC criu/config.o [2021-03-09T00:36:07.566Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.003s coverage: 3.0% of statements [2021-03-09T00:36:07.707Z] #18 39.69 Selecting previously unselected package libnet1:amd64. [2021-03-09T00:36:07.967Z] #18 39.69 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-09T00:36:07.967Z] #18 39.70 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:36:07.967Z] #18 39.84 Selecting previously unselected package libnl-3-200:amd64. [2021-03-09T00:36:07.967Z] #18 39.84 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-09T00:36:07.967Z] #18 39.84 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:36:08.203Z] #42 119.1 CC criu/cr-check.o [2021-03-09T00:36:08.226Z] #18 39.95 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-09T00:36:08.227Z] #18 39.96 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:36:08.227Z] #18 39.96 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:36:08.227Z] #18 40.02 Selecting previously unselected package libreadline5:amd64. [2021-03-09T00:36:08.227Z] #18 40.03 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-03-09T00:36:08.227Z] #18 40.04 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-09T00:36:08.227Z] #18 40.20 Selecting previously unselected package net-tools. [2021-03-09T00:36:08.487Z] #18 40.20 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-03-09T00:36:08.487Z] #18 40.22 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-09T00:36:08.487Z] #18 40.42 Selecting previously unselected package python-pip-whl. [2021-03-09T00:36:08.487Z] #18 40.42 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-09T00:36:08.487Z] #18 40.43 Unpacking python-pip-whl (18.1-5) ... [2021-03-09T00:36:08.821Z] #18 46.59 Setting up libiptc0:arm64 (1.8.2-4) ... [2021-03-09T00:36:08.821Z] #18 46.61 Setting up xz-utils (5.2.4-1) ... [2021-03-09T00:36:08.821Z] #18 46.64 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-09T00:36:08.821Z] #18 46.66 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-09T00:36:08.973Z] Commit message: "Merge commit 'dbc3365da22ce76367ccaad79248c9a98332d80d' into HEAD" [2021-03-09T00:36:09.084Z] #18 46.79 invoke-rc.d: could not determine current runlevel [2021-03-09T00:36:09.084Z] #18 46.81 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-09T00:36:09.084Z] #18 46.83 Setting up pigz (2.4-1) ... [2021-03-09T00:36:09.006Z] > git rev-list --no-walk 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 # timeout=10 [2021-03-09T00:36:09.347Z] #18 47.00 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-03-09T00:36:09.347Z] #18 47.02 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-03-09T00:36:09.347Z] #18 47.04 Setting up python-pip-whl (18.1-5) ... [2021-03-09T00:36:09.347Z] #18 47.06 Setting up libmpdec2:arm64 (2.4.2-2) ... [2021-03-09T00:36:09.347Z] #18 47.09 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-09T00:36:09.428Z] #18 41.21 Selecting previously unselected package python3-lib2to3. [2021-03-09T00:36:09.428Z] #18 41.23 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-09T00:36:09.428Z] #18 41.23 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-09T00:36:09.428Z] #18 41.36 Selecting previously unselected package python3-distutils. [2021-03-09T00:36:09.428Z] #18 41.36 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-09T00:36:09.428Z] #18 41.36 Unpacking python3-distutils (3.7.3-1) ... [2021-03-09T00:36:09.641Z] ok github.com/docker/docker/daemon/images 0.010s coverage: 6.7% of statements [2021-03-09T00:36:09.641Z] ok github.com/docker/docker/daemon/links 0.001s coverage: 93.0% of statements [2021-03-09T00:36:09.688Z] #18 41.53 Selecting previously unselected package python3-pip. [2021-03-09T00:36:09.688Z] #18 41.56 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-09T00:36:09.688Z] #18 41.57 Unpacking python3-pip (18.1-5) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-09T00:36:09.930Z] #18 47.56 Setting up libaio1:arm64 (0.3.112-3) ... [2021-03-09T00:36:09.930Z] #18 47.60 Setting up libonig5:arm64 (6.9.1-1) ... [2021-03-09T00:36:09.930Z] #18 47.63 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2021-03-09T00:36:09.930Z] #18 47.65 Setting up vim (2:8.1.0875-5) ... [2021-03-09T00:36:09.930Z] #18 47.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-09T00:36:09.930Z] #18 47.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-09T00:36:09.930Z] #18 47.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-09T00:36:09.930Z] #18 47.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-09T00:36:09.930Z] #18 47.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-09T00:36:09.930Z] #18 47.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-09T00:36:09.930Z] #18 47.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-09T00:36:09.930Z] #18 47.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-09T00:36:09.930Z] #18 47.85 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-03-09T00:36:09.949Z] #18 41.76 Selecting previously unselected package python3-pkg-resources. [2021-03-09T00:36:09.949Z] #18 41.76 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-09T00:36:09.949Z] #18 41.77 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-09T00:36:10.057Z] #20 4.996 Collecting yamllint==1.16.0 [2021-03-09T00:36:10.193Z] #18 47.87 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-09T00:36:10.194Z] #18 47.90 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-03-09T00:36:10.194Z] #18 47.96 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-09T00:36:10.194Z] #18 47.98 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2021-03-09T00:36:10.194Z] #18 47.99 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-09T00:36:10.209Z] #18 41.90 Selecting previously unselected package python3-setuptools. [2021-03-09T00:36:10.209Z] #18 41.91 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-09T00:36:10.209Z] #18 41.93 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-09T00:36:10.469Z] #18 42.18 Selecting previously unselected package python3-wheel. [2021-03-09T00:36:10.469Z] #18 42.20 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-09T00:36:10.469Z] #18 42.22 Unpacking python3-wheel (0.32.3-2) ... [2021-03-09T00:36:10.469Z] #18 42.33 Selecting previously unselected package sudo. [2021-03-09T00:36:10.469Z] #18 42.34 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-03-09T00:36:10.469Z] #18 42.34 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-09T00:36:10.472Z] #18 38.27 Selecting previously unselected package libnet1:amd64. [2021-03-09T00:36:10.472Z] #18 38.28 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-09T00:36:10.472Z] #18 38.29 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:36:10.472Z] #18 38.39 Selecting previously unselected package libnl-3-200:amd64. [2021-03-09T00:36:10.472Z] #18 38.39 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-09T00:36:10.472Z] #18 38.39 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:36:10.677Z] ok github.com/docker/docker/daemon/logger 0.210s coverage: 43.2% of statements [2021-03-09T00:36:10.733Z] #18 38.51 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-09T00:36:10.734Z] #18 38.53 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-09T00:36:10.734Z] #18 38.53 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:36:10.734Z] #18 38.59 Selecting previously unselected package libreadline5:amd64. [2021-03-09T00:36:10.734Z] #18 38.60 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-03-09T00:36:10.734Z] #18 38.60 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-09T00:36:10.978Z] #42 ... [2021-03-09T00:36:10.978Z] [2021-03-09T00:36:10.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-09T00:36:10.978Z] #23 sha256:23918ed8bfd41954ccec3a0ea743652623fb71b9f7883022304d6559766aea6f [2021-03-09T00:36:10.978Z] #23 184.3 + mkdir -p /tmp/tmp.JJGjZ4Csfp/src/github.com/docker [2021-03-09T00:36:10.978Z] #23 184.4 + mv components/cli /tmp/tmp.JJGjZ4Csfp/src/github.com/docker/cli [2021-03-09T00:36:10.978Z] #23 184.4 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-03-09T00:36:10.978Z] #23 ... [2021-03-09T00:36:10.978Z] [2021-03-09T00:36:10.978Z] #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-09T00:36:10.978Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:36:10.978Z] #42 121.8 CC criu/cr-dedup.o [2021-03-09T00:36:10.995Z] #18 38.79 Selecting previously unselected package net-tools. [2021-03-09T00:36:10.995Z] #18 38.79 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-03-09T00:36:10.995Z] #18 38.82 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-09T00:36:11.040Z] #18 42.86 Selecting previously unselected package thin-provisioning-tools. [2021-03-09T00:36:11.040Z] #18 42.87 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-03-09T00:36:11.040Z] #18 42.87 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-09T00:36:11.255Z] #18 39.08 Selecting previously unselected package python-pip-whl. [2021-03-09T00:36:11.255Z] #18 39.08 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-09T00:36:11.255Z] #18 39.09 Unpacking python-pip-whl (18.1-5) ... [2021-03-09T00:36:11.278Z] #42 122.4 CC criu/cr-dump.o [2021-03-09T00:36:11.301Z] #18 43.12 Selecting previously unselected package uidmap. [2021-03-09T00:36:11.301Z] #18 43.13 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-03-09T00:36:11.301Z] #18 43.15 Unpacking uidmap (1:4.5-1.1) ... [2021-03-09T00:36:11.301Z] #18 43.29 Selecting previously unselected package vim-runtime. [2021-03-09T00:36:11.301Z] #18 43.29 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:36:11.517Z] #18 39.58 Selecting previously unselected package python3-lib2to3. [2021-03-09T00:36:11.561Z] #18 43.35 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-09T00:36:11.561Z] #18 43.41 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-09T00:36:11.561Z] #18 43.42 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-09T00:36:11.586Z] #18 ... [2021-03-09T00:36:11.586Z] [2021-03-09T00:36:11.586Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:11.586Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:36:11.586Z] #41 104.2 CC criu/cr-service.o [2021-03-09T00:36:11.586Z] #41 105.5 CC criu/crtools.o [2021-03-09T00:36:11.586Z] #41 106.3 CC criu/eventfd.o [2021-03-09T00:36:11.586Z] #41 106.6 CC criu/eventpoll.o [2021-03-09T00:36:11.586Z] #41 107.4 CC criu/external.o [2021-03-09T00:36:11.586Z] #41 107.8 CC criu/fault-injection.o [2021-03-09T00:36:11.586Z] #41 107.9 CC criu/fdstore.o [2021-03-09T00:36:11.586Z] #41 108.2 CC criu/fifo.o [2021-03-09T00:36:11.586Z] #41 108.6 CC criu/file-ids.o [2021-03-09T00:36:11.586Z] #41 109.0 CC criu/file-lock.o [2021-03-09T00:36:11.586Z] #41 109.7 CC criu/files-ext.o [2021-03-09T00:36:11.586Z] #41 110.2 CC criu/files-reg.o [2021-03-09T00:36:11.586Z] #41 111.9 CC criu/files.o [2021-03-09T00:36:11.586Z] #41 113.9 CC criu/filesystems.o [2021-03-09T00:36:11.713Z] ok github.com/docker/docker/daemon/logger/awslogs 0.071s coverage: 77.4% of statements [2021-03-09T00:36:11.778Z] #18 39.58 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-09T00:36:11.778Z] #18 39.59 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-09T00:36:11.778Z] #18 39.72 Selecting previously unselected package python3-distutils. [2021-03-09T00:36:11.778Z] #18 39.72 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-09T00:36:11.778Z] #18 39.73 Unpacking python3-distutils (3.7.3-1) ... [2021-03-09T00:36:11.849Z] #41 114.7 CC criu/fsnotify.o [2021-03-09T00:36:11.964Z] #20 ... [2021-03-09T00:36:11.964Z] [2021-03-09T00:36:11.964Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:11.964Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:11.964Z] #41 125.6 CC criu/mem.o [2021-03-09T00:36:11.964Z] #41 127.3 CC criu/memfd.o [2021-03-09T00:36:11.964Z] #41 127.9 CC criu/mount.o [2021-03-09T00:36:11.964Z] #41 131.9 CC criu/namespaces.o [2021-03-09T00:36:12.005Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.151s coverage: 57.7% of statements [2021-03-09T00:36:12.005Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-09T00:36:12.005Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-09T00:36:12.005Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-09T00:36:12.005Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-09T00:36:12.005Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-09T00:36:12.005Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-09T00:36:12.041Z] #18 39.89 Selecting previously unselected package python3-pip. [2021-03-09T00:36:12.041Z] #18 39.89 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-09T00:36:12.041Z] #18 39.90 Unpacking python3-pip (18.1-5) ... [2021-03-09T00:36:12.297Z] ok github.com/docker/docker/daemon/logger/gelf 0.003s coverage: 67.0% of statements [2021-03-09T00:36:12.326Z] #18 40.07 Selecting previously unselected package python3-pkg-resources. [2021-03-09T00:36:12.326Z] #18 40.07 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-09T00:36:12.326Z] #18 40.09 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-09T00:36:12.493Z] + docker version [2021-03-09T00:36:12.587Z] #18 40.55 Selecting previously unselected package python3-setuptools. [2021-03-09T00:36:12.587Z] #18 40.55 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-09T00:36:12.587Z] #18 40.55 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-09T00:36:12.848Z] #18 40.80 Selecting previously unselected package python3-wheel. [2021-03-09T00:36:12.848Z] #18 40.81 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-09T00:36:12.848Z] #18 40.82 Unpacking python3-wheel (0.32.3-2) ... [2021-03-09T00:36:12.848Z] #18 40.90 Selecting previously unselected package sudo. [2021-03-09T00:36:12.848Z] #18 40.90 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-03-09T00:36:12.930Z] ok github.com/docker/docker/daemon/logger/journald 0.023s coverage: 23.9% of statements [2021-03-09T00:36:13.109Z] #18 40.91 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-09T00:36:13.247Z] #41 115.8 CC criu/image-desc.o [2021-03-09T00:36:13.247Z] #41 ... [2021-03-09T00:36:13.247Z] [2021-03-09T00:36:13.247Z] #47 [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-09T00:36:13.247Z] #47 sha256:3c1e3b63ee33833bab85d6b0a3d7ca8caa41f810f882a906a9427271dcea9bd4 [2021-03-09T00:36:13.247Z] #47 183.4 + /build/golangci-lint --version [2021-03-09T00:36:13.344Z] #41 133.5 CC criu/net.o [2021-03-09T00:36:13.510Z] #47 183.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-09T00:36:13.564Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.004s coverage: 61.6% of statements [2021-03-09T00:36:13.564Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2021-03-09T00:36:13.681Z] #18 41.41 Selecting previously unselected package thin-provisioning-tools. [2021-03-09T00:36:13.681Z] #18 41.42 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-03-09T00:36:13.681Z] #18 41.42 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-09T00:36:13.681Z] #18 41.66 Selecting previously unselected package uidmap. [2021-03-09T00:36:13.681Z] #18 41.66 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-03-09T00:36:13.681Z] #18 41.67 Unpacking uidmap (1:4.5-1.1) ... [2021-03-09T00:36:13.681Z] #18 41.80 Selecting previously unselected package vim-runtime. [2021-03-09T00:36:13.945Z] #18 41.80 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-09T00:36:13.945Z] #18 41.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-09T00:36:13.945Z] #18 41.88 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-09T00:36:13.945Z] #18 41.89 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-09T00:36:14.599Z] ok github.com/docker/docker/daemon/logger/local 0.023s coverage: 75.2% of statements [2021-03-09T00:36:14.599Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-09T00:36:14.599Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.059s coverage: 55.1% of statements [2021-03-09T00:36:14.859Z] #18 ... [2021-03-09T00:36:14.859Z] [2021-03-09T00:36:14.859Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:14.859Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:14.859Z] #41 98.99 CC criu/cr-errno.o [2021-03-09T00:36:14.859Z] #41 99.06 CC criu/cr-restore.o [2021-03-09T00:36:14.859Z] #41 103.5 CC criu/cr-service.o [2021-03-09T00:36:14.859Z] #41 105.1 CC criu/crtools.o [2021-03-09T00:36:14.859Z] #41 105.7 CC criu/eventfd.o [2021-03-09T00:36:14.859Z] #41 106.1 CC criu/eventpoll.o [2021-03-09T00:36:14.859Z] #41 106.8 CC criu/external.o [2021-03-09T00:36:14.859Z] #41 107.3 CC criu/fault-injection.o [2021-03-09T00:36:14.859Z] #41 107.4 CC criu/fdstore.o [2021-03-09T00:36:14.859Z] #41 107.8 CC criu/fifo.o [2021-03-09T00:36:14.859Z] #41 108.2 CC criu/file-ids.o [2021-03-09T00:36:14.859Z] #41 108.5 CC criu/file-lock.o [2021-03-09T00:36:14.859Z] #41 109.4 CC criu/files-ext.o [2021-03-09T00:36:14.859Z] #41 ... [2021-03-09T00:36:14.859Z] [2021-03-09T00:36:14.859Z] #18 [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-09T00:36:14.859Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:36:14.859Z] #18 46.42 Selecting previously unselected package vim. [2021-03-09T00:36:14.859Z] #18 46.42 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-03-09T00:36:14.859Z] #18 46.44 Unpacking vim (2:8.1.0875-5) ... [2021-03-09T00:36:15.119Z] #18 47.01 Selecting previously unselected package xfsprogs. [2021-03-09T00:36:15.119Z] #18 47.02 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-03-09T00:36:15.119Z] #18 47.03 Unpacking xfsprogs (4.20.0-1) ... [2021-03-09T00:36:15.232Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.005s coverage: 31.5% of statements [2021-03-09T00:36:15.250Z] #41 ... [2021-03-09T00:36:15.250Z] [2021-03-09T00:36:15.250Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:15.250Z] #20 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-03-09T00:36:15.250Z] #20 10.37 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-09T00:36:15.250Z] #20 10.46 Collecting pyyaml (from yamllint==1.16.0) [2021-03-09T00:36:15.509Z] #20 10.69 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-03-09T00:36:15.689Z] #18 47.50 Selecting previously unselected package zip. [2021-03-09T00:36:15.689Z] #18 47.51 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-03-09T00:36:15.689Z] #18 47.52 Unpacking zip (3.0-11+b1) ... [2021-03-09T00:36:15.690Z] #18 47.72 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-09T00:36:15.769Z] #20 11.03 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-09T00:36:15.769Z] #20 11.09 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-09T00:36:15.769Z] #20 11.15 Installing collected packages: pyyaml, pathspec, yamllint [2021-03-09T00:36:15.809Z] #42 126.1 CC criu/cr-errno.o [2021-03-09T00:36:15.809Z] #42 126.3 CC criu/cr-restore.o [2021-03-09T00:36:15.950Z] #18 47.78 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-09T00:36:15.950Z] #18 47.81 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-03-09T00:36:15.950Z] #18 47.88 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-09T00:36:15.950Z] #18 47.90 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-03-09T00:36:15.950Z] #18 47.92 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-03-09T00:36:15.950Z] #18 47.93 Setting up uidmap (1:4.5-1.1) ... [2021-03-09T00:36:15.950Z] #18 47.97 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-03-09T00:36:16.068Z] #47 DONE 185.9s [2021-03-09T00:36:16.068Z] [2021-03-09T00:36:16.068Z] #18 [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-09T00:36:16.068Z] #18 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-03-09T00:36:16.068Z] #18 51.10 Setting up iptables (1.8.2-4) ... [2021-03-09T00:36:16.068Z] #18 51.13 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-09T00:36:16.068Z] #18 51.14 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-09T00:36:16.068Z] #18 51.14 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-09T00:36:16.068Z] #18 51.15 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-09T00:36:16.068Z] #18 51.17 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-09T00:36:16.068Z] #18 51.18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-09T00:36:16.068Z] #18 51.19 Setting up python3 (3.7.3-1) ... [2021-03-09T00:36:16.068Z] #18 51.74 Setting up python3-wheel (0.32.3-2) ... [2021-03-09T00:36:16.068Z] #18 52.85 Setting up apparmor (2.13.2-10) ... [2021-03-09T00:36:16.210Z] #18 48.02 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:36:16.210Z] #18 48.04 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-09T00:36:16.210Z] #18 48.08 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:36:16.210Z] #18 48.09 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:36:16.210Z] #18 48.13 Setting up xxd (2:8.1.0875-5) ... [2021-03-09T00:36:16.210Z] #18 48.18 Setting up zip (3.0-11+b1) ... [2021-03-09T00:36:16.210Z] #18 48.21 Setting up vim-common (2:8.1.0875-5) ... [2021-03-09T00:36:16.268Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-03-09T00:36:16.339Z] #20 11.49 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-09T00:36:16.462Z] #42 ... [2021-03-09T00:36:16.462Z] [2021-03-09T00:36:16.462Z] #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-09T00:36:16.462Z] #19 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-03-09T00:36:16.462Z] #19 71.37 Setting up iptables (1.8.2-4) ... [2021-03-09T00:36:16.462Z] #19 71.38 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-09T00:36:16.462Z] #19 71.40 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-09T00:36:16.462Z] #19 71.41 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-09T00:36:16.462Z] #19 71.43 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-09T00:36:16.462Z] #19 71.44 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-09T00:36:16.462Z] #19 71.48 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-09T00:36:16.462Z] #19 71.51 Setting up python3 (3.7.3-1) ... [2021-03-09T00:36:16.462Z] #19 72.31 Setting up python3-wheel (0.32.3-2) ... [2021-03-09T00:36:16.462Z] #19 73.41 Setting up apparmor (2.13.2-10) ... [2021-03-09T00:36:16.462Z] #19 75.65 Setting up xfsprogs (4.20.0-1) ... [2021-03-09T00:36:16.462Z] #19 75.66 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-09T00:36:16.462Z] #19 76.22 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-09T00:36:16.471Z] #18 48.27 Setting up bash-completion (1:2.8-6) ... [2021-03-09T00:36:16.493Z] #18 ... [2021-03-09T00:36:16.494Z] [2021-03-09T00:36:16.494Z] #38 [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-09T00:36:16.494Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:36:16.494Z] #38 186.5 + dpkg --print-architecture [2021-03-09T00:36:16.494Z] #38 186.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-09T00:36:16.559Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2021-03-09T00:36:16.600Z] #20 DONE 11.9s [2021-03-09T00:36:16.600Z] [2021-03-09T00:36:16.600Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:16.600Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:16.600Z] #41 136.6 CC criu/netfilter.o [2021-03-09T00:36:16.755Z] #38 187.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-09T00:36:16.755Z] #38 187.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-09T00:36:16.755Z] #38 ... [2021-03-09T00:36:16.755Z] [2021-03-09T00:36:16.755Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:16.755Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:16.755Z] #41 105.1 CC criu/crtools.o [2021-03-09T00:36:16.755Z] #41 105.7 CC criu/eventfd.o [2021-03-09T00:36:16.755Z] #41 106.0 CC criu/eventpoll.o [2021-03-09T00:36:16.755Z] #41 106.9 CC criu/external.o [2021-03-09T00:36:16.755Z] #41 107.2 CC criu/fault-injection.o [2021-03-09T00:36:16.755Z] #41 107.4 CC criu/fdstore.o [2021-03-09T00:36:16.755Z] #41 107.8 CC criu/fifo.o [2021-03-09T00:36:16.755Z] #41 108.1 CC criu/file-ids.o [2021-03-09T00:36:16.755Z] #41 108.5 CC criu/file-lock.o [2021-03-09T00:36:16.755Z] #41 109.3 CC criu/files-ext.o [2021-03-09T00:36:16.755Z] #41 109.7 CC criu/files-reg.o [2021-03-09T00:36:16.755Z] #41 111.9 CC criu/files.o [2021-03-09T00:36:16.755Z] #41 113.9 CC criu/filesystems.o [2021-03-09T00:36:16.755Z] #41 114.7 CC criu/fsnotify.o [2021-03-09T00:36:16.859Z] #41 137.1 CC criu/page-pipe.o [2021-03-09T00:36:16.859Z] #41 ... [2021-03-09T00:36:16.859Z] [2021-03-09T00:36:16.859Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-09T00:36:16.859Z] #23 sha256:462c6599840d811b2e778edb7aaa80a207bbce28714cb51ecd7bb33ac437dc30 [2021-03-09T00:36:16.859Z] #23 DONE 0.3s [2021-03-09T00:36:17.017Z] #41 ... [2021-03-09T00:36:17.017Z] [2021-03-09T00:36:17.017Z] #18 [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-09T00:36:17.017Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:36:17.119Z] [2021-03-09T00:36:17.119Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-09T00:36:17.119Z] #28 sha256:cf5f189e472c6515b804bea942c426122a5ca36739cdbd0faa4636c36079d850 [2021-03-09T00:36:17.192Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2021-03-09T00:36:17.193Z] ok github.com/docker/docker/daemon/logger/splunk 1.445s coverage: 82.5% of statements [2021-03-09T00:36:17.193Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-09T00:36:17.193Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-09T00:36:17.279Z] #18 45.14 Selecting previously unselected package vim. [2021-03-09T00:36:17.279Z] #18 45.15 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-03-09T00:36:17.279Z] #18 45.17 Unpacking vim (2:8.1.0875-5) ... [2021-03-09T00:36:17.530Z] #19 77.49 Setting up python3-distutils (3.7.3-1) ... [2021-03-09T00:36:17.852Z] #18 45.77 Selecting previously unselected package xfsprogs. [2021-03-09T00:36:17.852Z] #18 45.77 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-03-09T00:36:17.852Z] #18 45.78 Unpacking xfsprogs (4.20.0-1) ... [2021-03-09T00:36:17.991Z] #18 55.76 Setting up xfsprogs (4.20.0-1) ... [2021-03-09T00:36:17.991Z] #18 55.78 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-09T00:36:18.134Z] #19 78.12 Setting up python3-setuptools (40.8.0-1) ... [2021-03-09T00:36:18.425Z] #18 46.22 Selecting previously unselected package zip. [2021-03-09T00:36:18.425Z] #18 46.22 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-03-09T00:36:18.425Z] #18 46.22 Unpacking zip (3.0-11+b1) ... [2021-03-09T00:36:18.566Z] #18 56.19 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-09T00:36:18.687Z] #18 46.50 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-09T00:36:18.687Z] #18 46.52 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-09T00:36:18.687Z] #18 46.55 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-03-09T00:36:18.687Z] #18 46.57 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-09T00:36:18.687Z] #18 46.59 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-03-09T00:36:18.687Z] #18 46.60 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-03-09T00:36:18.687Z] #18 46.62 Setting up uidmap (1:4.5-1.1) ... [2021-03-09T00:36:18.687Z] #18 46.64 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-03-09T00:36:18.687Z] #18 46.65 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-09T00:36:18.687Z] #18 46.67 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-09T00:36:18.687Z] #18 46.68 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-09T00:36:18.687Z] #18 46.69 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-09T00:36:18.702Z] ok github.com/docker/docker/distribution/metadata 0.039s coverage: 48.2% of statements [2021-03-09T00:36:18.949Z] #18 46.71 Setting up xxd (2:8.1.0875-5) ... [2021-03-09T00:36:18.949Z] #18 46.73 Setting up zip (3.0-11+b1) ... [2021-03-09T00:36:18.949Z] #18 46.74 Setting up vim-common (2:8.1.0875-5) ... [2021-03-09T00:36:18.949Z] #18 46.78 Setting up bash-completion (1:2.8-6) ... [2021-03-09T00:36:18.994Z] ok github.com/docker/docker/distribution 0.237s coverage: 25.2% of statements [2021-03-09T00:36:18.994Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-09T00:36:19.013Z] #18 51.04 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-03-09T00:36:19.013Z] #18 51.06 Setting up xz-utils (5.2.4-1) ... [2021-03-09T00:36:19.273Z] #18 51.09 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-09T00:36:19.273Z] #18 51.11 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-09T00:36:19.516Z] #18 57.14 Setting up python3-distutils (3.7.3-1) ... [2021-03-09T00:36:19.539Z] #18 51.24 invoke-rc.d: could not determine current runlevel [2021-03-09T00:36:19.539Z] #18 51.25 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-09T00:36:19.539Z] #18 51.28 Setting up pigz (2.4-1) ... [2021-03-09T00:36:19.539Z] #18 51.30 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-09T00:36:19.539Z] #18 51.33 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:36:19.539Z] #18 51.40 Setting up python-pip-whl (18.1-5) ... [2021-03-09T00:36:19.539Z] #18 51.44 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-03-09T00:36:19.539Z] #18 51.46 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-09T00:36:19.779Z] #18 57.59 Setting up python3-setuptools (40.8.0-1) ... [2021-03-09T00:36:20.030Z] ok github.com/docker/docker/errdefs 0.005s coverage: 53.1% of statements [2021-03-09T00:36:20.109Z] #18 51.85 Setting up libaio1:amd64 (0.3.112-3) ... [2021-03-09T00:36:20.109Z] #18 51.88 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:36:20.109Z] #18 51.89 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:36:20.109Z] #18 51.91 Setting up vim (2:8.1.0875-5) ... [2021-03-09T00:36:20.109Z] #18 51.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-09T00:36:20.109Z] #18 51.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-09T00:36:20.109Z] #18 51.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-09T00:36:20.109Z] #18 51.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-09T00:36:20.109Z] #18 51.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-09T00:36:20.109Z] #18 51.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-09T00:36:20.109Z] #18 51.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-09T00:36:20.109Z] #18 51.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-09T00:36:20.110Z] #18 52.01 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:36:20.110Z] #18 52.04 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-09T00:36:20.268Z] #19 80.17 Setting up python3-pip (18.1-5) ... [2021-03-09T00:36:20.370Z] #18 52.10 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-09T00:36:20.370Z] #18 52.13 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-09T00:36:20.370Z] #18 52.15 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-09T00:36:20.370Z] #18 52.18 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-09T00:36:20.664Z] ok github.com/docker/docker/image 0.015s coverage: 86.6% of statements [2021-03-09T00:36:21.174Z] #18 58.65 Setting up python3-pip (18.1-5) ... [2021-03-09T00:36:21.335Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2021-03-09T00:36:21.627Z] ok github.com/docker/docker/distribution/xfer 1.890s coverage: 85.1% of statements [2021-03-09T00:36:21.627Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-09T00:36:21.813Z] #19 81.74 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:36:21.813Z] #19 81.76 Processing triggers for mime-support (3.62) ... [2021-03-09T00:36:22.114Z] #19 DONE 82.0s [2021-03-09T00:36:22.114Z] [2021-03-09T00:36:22.114Z] #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-09T00:36:22.114Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:36:22.114Z] #42 133.1 CC criu/cr-service.o [2021-03-09T00:36:22.122Z] #18 59.61 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:36:22.122Z] #18 59.68 Processing triggers for mime-support (3.62) ... [2021-03-09T00:36:22.254Z] #18 49.63 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-03-09T00:36:22.254Z] #18 49.64 Setting up xz-utils (5.2.4-1) ... [2021-03-09T00:36:22.255Z] #18 49.66 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-09T00:36:22.255Z] #18 49.67 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-09T00:36:22.255Z] #18 49.75 invoke-rc.d: could not determine current runlevel [2021-03-09T00:36:22.255Z] #18 49.76 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-09T00:36:22.255Z] #18 49.77 Setting up pigz (2.4-1) ... [2021-03-09T00:36:22.255Z] #18 49.78 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-09T00:36:22.255Z] #18 49.80 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-09T00:36:22.255Z] #18 49.82 Setting up python-pip-whl (18.1-5) ... [2021-03-09T00:36:22.255Z] #18 49.84 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-03-09T00:36:22.255Z] #18 49.85 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-09T00:36:22.255Z] #18 50.29 Setting up libaio1:amd64 (0.3.112-3) ... [2021-03-09T00:36:22.261Z] ok github.com/docker/docker/image/tarexport 0.005s coverage: 0.6% of statements [2021-03-09T00:36:22.386Z] #18 DONE 60.1s [2021-03-09T00:36:22.386Z] [2021-03-09T00:36:22.386Z] #19 [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-09T00:36:22.386Z] #19 sha256:fa948250d3c4fce84ea5b2a2da239703726aad5bc3ed5f96403a6ee7fcde6d2f [2021-03-09T00:36:22.398Z] #28 DONE 4.9s [2021-03-09T00:36:22.398Z] [2021-03-09T00:36:22.398Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:22.398Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:22.398Z] #41 137.9 CC criu/page-xfer.o [2021-03-09T00:36:22.398Z] #41 139.3 CC criu/pagemap-cache.o [2021-03-09T00:36:22.398Z] #41 139.7 CC criu/pagemap.o [2021-03-09T00:36:22.398Z] #41 140.5 CC criu/parasite-syscall.o [2021-03-09T00:36:22.398Z] #41 141.4 CC criu/path.o [2021-03-09T00:36:22.398Z] #41 141.7 CC criu/pie-util-vdso-elf32.o [2021-03-09T00:36:22.398Z] #41 142.2 CC criu/pie-util-vdso.o [2021-03-09T00:36:22.398Z] #41 ... [2021-03-09T00:36:22.398Z] [2021-03-09T00:36:22.398Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-09T00:36:22.398Z] #31 sha256:501ebd9eefc3a8851878b3893b68d612f7c2306f0c616cba11c8d7ff4d1d6664 [2021-03-09T00:36:22.398Z] #31 DONE 0.4s [2021-03-09T00:36:22.398Z] [2021-03-09T00:36:22.398Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-09T00:36:22.398Z] #33 sha256:fd41b3a25c94a3b5ff7f7d7b0fd4014023c9c36c861b41916084d370f4174184 [2021-03-09T00:36:22.398Z] #33 DONE 0.1s [2021-03-09T00:36:22.398Z] [2021-03-09T00:36:22.398Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:22.398Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:22.398Z] #41 142.6 CC criu/pie-util.o [2021-03-09T00:36:22.398Z] #41 ... [2021-03-09T00:36:22.398Z] [2021-03-09T00:36:22.398Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-09T00:36:22.398Z] #36 sha256:4b4f5bc8bef2e3c840e66f4c8289b9a57fdb6a26d78713c011f8f93cb24dc661 [2021-03-09T00:36:22.398Z] #36 DONE 0.1s [2021-03-09T00:36:22.414Z] #42 ... [2021-03-09T00:36:22.414Z] [2021-03-09T00:36:22.414Z] #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-09T00:36:22.414Z] #20 sha256:f9cfccc8fb34cc555d5fadd4829421e33abeed7ec28087cd74c46e1cbd7e7291 [2021-03-09T00:36:22.414Z] #20 0.434 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-09T00:36:22.414Z] #20 0.439 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-09T00:36:22.414Z] #20 0.446 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-09T00:36:22.414Z] #20 DONE 0.5s [2021-03-09T00:36:22.515Z] #18 50.31 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-09T00:36:22.515Z] #18 50.33 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-09T00:36:22.515Z] #18 50.34 Setting up vim (2:8.1.0875-5) ... [2021-03-09T00:36:22.515Z] #18 50.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-09T00:36:22.515Z] #18 50.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-09T00:36:22.515Z] #18 50.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-09T00:36:22.515Z] #18 50.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-09T00:36:22.515Z] #18 50.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-09T00:36:22.515Z] #18 50.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-09T00:36:22.515Z] #18 50.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-09T00:36:22.515Z] #18 50.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-09T00:36:22.515Z] #18 50.48 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-09T00:36:22.515Z] #18 50.50 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-09T00:36:22.515Z] #18 50.52 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-09T00:36:22.515Z] #18 50.53 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-09T00:36:22.515Z] #18 50.55 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-09T00:36:22.515Z] #18 50.56 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-09T00:36:22.553Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2021-03-09T00:36:22.553Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-09T00:36:22.658Z] [2021-03-09T00:36:22.658Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:22.658Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:22.658Z] #41 142.8 CC criu/pipes.o [2021-03-09T00:36:22.714Z] [2021-03-09T00:36:22.714Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:22.714Z] #21 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-03-09T00:36:22.865Z] Client: Docker Engine - Enterprise [2021-03-09T00:36:22.865Z] Version: 19.03.12 [2021-03-09T00:36:22.865Z] API version: 1.40 [2021-03-09T00:36:22.865Z] Go version: go1.13.13 [2021-03-09T00:36:22.865Z] Git commit: 4306744 [2021-03-09T00:36:22.865Z] Built: 08/05/2020 19:27:53 [2021-03-09T00:36:22.865Z] OS/Arch: windows/amd64 [2021-03-09T00:36:22.865Z] Experimental: false [2021-03-09T00:36:22.865Z] [2021-03-09T00:36:22.865Z] Server: Docker Engine - Enterprise [2021-03-09T00:36:22.865Z] Engine: [2021-03-09T00:36:22.865Z] Version: 19.03.12 [2021-03-09T00:36:22.865Z] API version: 1.40 (minimum version 1.24) [2021-03-09T00:36:22.865Z] Go version: go1.13.13 [2021-03-09T00:36:22.865Z] Git commit: f295753ffd [2021-03-09T00:36:22.865Z] Built: 08/05/2020 19:26:41 [2021-03-09T00:36:22.865Z] OS/Arch: windows/amd64 [2021-03-09T00:36:22.865Z] Experimental: true [2021-03-09T00:36:23.186Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2021-03-09T00:36:23.226Z] #41 143.6 CC criu/plugin.o [2021-03-09T00:36:23.335Z] #19 ... [2021-03-09T00:36:23.335Z] [2021-03-09T00:36:23.335Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:23.335Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:36:23.335Z] #41 115.9 CC criu/image.o [2021-03-09T00:36:23.335Z] #41 116.6 CC criu/ipc_ns.o [2021-03-09T00:36:23.335Z] #41 117.7 CC criu/irmap.o [2021-03-09T00:36:23.335Z] #41 118.4 CC criu/kcmp-ids.o [2021-03-09T00:36:23.335Z] #41 118.7 CC criu/kerndat.o [2021-03-09T00:36:23.335Z] #41 120.0 CC criu/libnetlink.o [2021-03-09T00:36:23.335Z] #41 120.5 CC criu/log.o [2021-03-09T00:36:23.335Z] #41 120.9 CC criu/lsm.o [2021-03-09T00:36:23.335Z] #41 121.2 CC criu/mem.o [2021-03-09T00:36:23.335Z] #41 122.9 CC criu/memfd.o [2021-03-09T00:36:23.335Z] #41 123.5 CC criu/mount.o [2021-03-09T00:36:23.364Z] #21 ... [2021-03-09T00:36:23.364Z] [2021-03-09T00:36:23.364Z] #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-09T00:36:23.364Z] #44 sha256:2f5fc9dd42c740dd3e5f3ca8a41736d83b646f02ff4fafc85f563418f714e257 [2021-03-09T00:36:23.364Z] #44 197.3 github.com/LK4D4/vndr/godl [2021-03-09T00:36:23.364Z] #44 198.3 github.com/LK4D4/vndr [Pipeline] sh [2021-03-09T00:36:23.667Z] #18 55.05 Setting up iptables (1.8.2-4) ... [2021-03-09T00:36:23.667Z] #18 55.09 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-09T00:36:23.667Z] #18 55.10 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-09T00:36:23.667Z] #18 55.12 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-09T00:36:23.667Z] #18 55.13 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-09T00:36:23.667Z] #18 55.17 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-09T00:36:23.667Z] #18 55.18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-09T00:36:23.667Z] #18 55.19 Setting up python3 (3.7.3-1) ... [2021-03-09T00:36:23.667Z] #18 55.63 Setting up python3-wheel (0.32.3-2) ... [2021-03-09T00:36:23.795Z] #41 144.0 CC criu/proc_parse.o [2021-03-09T00:36:23.822Z] ok github.com/docker/docker/oci 0.008s coverage: 45.2% of statements [2021-03-09T00:36:23.910Z] #41 ... [2021-03-09T00:36:23.910Z] [2021-03-09T00:36:23.910Z] #19 [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-09T00:36:23.910Z] #19 sha256:fa948250d3c4fce84ea5b2a2da239703726aad5bc3ed5f96403a6ee7fcde6d2f [2021-03-09T00:36:23.910Z] #19 1.358 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-09T00:36:23.910Z] #19 1.364 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-09T00:36:23.910Z] #19 1.371 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-09T00:36:23.910Z] #19 DONE 1.7s [2021-03-09T00:36:23.910Z] [2021-03-09T00:36:23.910Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:23.910Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:36:23.910Z] #41 126.7 CC criu/namespaces.o [2021-03-09T00:36:24.421Z] + docker info [2021-03-09T00:36:24.457Z] ok github.com/docker/docker/opts 0.017s coverage: 67.1% of statements [2021-03-09T00:36:24.458Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-03-09T00:36:24.607Z] #18 56.46 Setting up apparmor (2.13.2-10) ... [2021-03-09T00:36:24.868Z] #18 ... [2021-03-09T00:36:24.868Z] [2021-03-09T00:36:24.868Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:24.868Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:24.868Z] #41 109.8 CC criu/files-reg.o [2021-03-09T00:36:24.868Z] #41 111.8 CC criu/files.o [2021-03-09T00:36:24.868Z] #41 114.0 CC criu/filesystems.o [2021-03-09T00:36:24.868Z] #41 114.8 CC criu/fsnotify.o [2021-03-09T00:36:24.868Z] #41 116.0 CC criu/image-desc.o [2021-03-09T00:36:24.868Z] #41 116.2 CC criu/image.o [2021-03-09T00:36:24.868Z] #41 117.1 CC criu/ipc_ns.o [2021-03-09T00:36:24.868Z] #41 118.4 CC criu/irmap.o [2021-03-09T00:36:24.868Z] #41 119.0 CC criu/kcmp-ids.o [2021-03-09T00:36:24.868Z] #41 119.3 CC criu/kerndat.o [2021-03-09T00:36:24.929Z] #44 DONE 208.6s [2021-03-09T00:36:24.929Z] [2021-03-09T00:36:24.929Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:24.929Z] #21 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-03-09T00:36:25.128Z] #41 ... [2021-03-09T00:36:25.128Z] [2021-03-09T00:36:25.128Z] #38 [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-09T00:36:25.128Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:36:25.128Z] #38 213.4 + dpkg --print-architecture [2021-03-09T00:36:25.128Z] #38 213.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-09T00:36:25.128Z] #38 213.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-09T00:36:25.128Z] #38 213.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-09T00:36:25.704Z] #38 ... [2021-03-09T00:36:25.704Z] [2021-03-09T00:36:25.704Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:25.704Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:25.704Z] #41 120.3 CC criu/libnetlink.o [2021-03-09T00:36:25.816Z] #18 53.67 Setting up iptables (1.8.2-4) ... [2021-03-09T00:36:25.816Z] #18 53.71 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-09T00:36:25.816Z] #18 53.71 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-09T00:36:25.816Z] #18 53.72 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-09T00:36:25.816Z] #18 53.73 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-09T00:36:25.816Z] #18 53.73 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-09T00:36:25.816Z] #18 53.74 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-09T00:36:25.816Z] #18 53.74 Setting up python3 (3.7.3-1) ... [2021-03-09T00:36:25.839Z] #41 128.5 CC criu/net.o [2021-03-09T00:36:25.965Z] #41 120.7 CC criu/log.o [2021-03-09T00:36:25.966Z] ok github.com/docker/docker/pkg/archive 0.533s coverage: 76.8% of statements [2021-03-09T00:36:26.077Z] #18 54.12 Setting up python3-wheel (0.32.3-2) ... [2021-03-09T00:36:26.332Z] #41 146.6 CC criu/protobuf-desc.o [2021-03-09T00:36:26.536Z] #41 121.3 CC criu/lsm.o [2021-03-09T00:36:27.019Z] #18 54.82 Setting up apparmor (2.13.2-10) ... [2021-03-09T00:36:27.106Z] #41 121.8 CC criu/mem.o [2021-03-09T00:36:27.270Z] #41 147.6 CC criu/protobuf.o [2021-03-09T00:36:27.476Z] ok github.com/docker/docker/pkg/authorization 0.647s coverage: 68.3% of statements [2021-03-09T00:36:27.476Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-03-09T00:36:27.593Z] #18 ... [2021-03-09T00:36:27.593Z] [2021-03-09T00:36:27.593Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:27.593Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:27.593Z] #41 115.9 CC criu/image-desc.o [2021-03-09T00:36:27.593Z] #41 116.1 CC criu/image.o [2021-03-09T00:36:27.593Z] #41 117.0 CC criu/ipc_ns.o [2021-03-09T00:36:27.593Z] #41 118.3 CC criu/irmap.o [2021-03-09T00:36:27.593Z] #41 119.0 CC criu/kcmp-ids.o [2021-03-09T00:36:27.593Z] #41 119.4 CC criu/kerndat.o [2021-03-09T00:36:27.593Z] #41 120.4 CC criu/libnetlink.o [2021-03-09T00:36:27.593Z] #41 120.7 CC criu/log.o [2021-03-09T00:36:27.593Z] #41 121.2 CC criu/lsm.o [2021-03-09T00:36:27.593Z] #41 121.6 CC criu/mem.o [2021-03-09T00:36:27.593Z] #41 123.4 CC criu/memfd.o [2021-03-09T00:36:27.593Z] #41 124.0 CC criu/mount.o [2021-03-09T00:36:27.723Z] #21 ... [2021-03-09T00:36:27.723Z] [2021-03-09T00:36:27.723Z] #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-09T00:36:27.723Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:36:27.723Z] #42 136.1 CC criu/crtools.o [2021-03-09T00:36:27.723Z] #42 137.4 CC criu/eventfd.o [2021-03-09T00:36:27.723Z] #42 137.8 CC criu/eventpoll.o [2021-03-09T00:36:27.768Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-03-09T00:36:27.841Z] #41 148.0 CC criu/pstree.o [2021-03-09T00:36:28.023Z] #42 139.0 CC criu/external.o [2021-03-09T00:36:28.101Z] #41 ... [2021-03-09T00:36:28.101Z] [2021-03-09T00:36:28.101Z] #38 [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-09T00:36:28.101Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:36:28.101Z] #38 DONE 241.1s [2021-03-09T00:36:28.101Z] [2021-03-09T00:36:28.101Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:28.101Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:28.323Z] #42 139.5 CC criu/fault-injection.o [2021-03-09T00:36:28.536Z] #41 ... [2021-03-09T00:36:28.536Z] [2021-03-09T00:36:28.536Z] #18 [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-09T00:36:28.536Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:36:28.636Z] #42 139.6 CC criu/fdstore.o [2021-03-09T00:36:28.797Z] #18 56.55 Setting up xfsprogs (4.20.0-1) ... [2021-03-09T00:36:28.797Z] #18 56.56 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-09T00:36:29.017Z] #41 123.6 CC criu/memfd.o [2021-03-09T00:36:29.039Z] #41 149.2 CC criu/rbtree.o [2021-03-09T00:36:29.057Z] #18 56.97 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-09T00:36:29.153Z] #41 131.3 CC criu/netfilter.o [2021-03-09T00:36:29.153Z] #41 131.6 CC criu/page-pipe.o [2021-03-09T00:36:29.292Z] #42 140.2 CC criu/fifo.o [2021-03-09T00:36:29.298Z] #41 149.7 CC criu/rst-malloc.o [2021-03-09T00:36:29.558Z] #41 149.8 CC criu/seccomp.o [2021-03-09T00:36:29.588Z] #41 124.3 CC criu/mount.o [2021-03-09T00:36:29.591Z] #42 140.7 CC criu/file-ids.o [2021-03-09T00:36:29.729Z] #41 132.2 CC criu/page-xfer.o [2021-03-09T00:36:29.891Z] #42 141.0 CC criu/file-lock.o [2021-03-09T00:36:30.001Z] #18 57.86 Setting up python3-distutils (3.7.3-1) ... [2021-03-09T00:36:30.125Z] #41 ... [2021-03-09T00:36:30.125Z] [2021-03-09T00:36:30.125Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-09T00:36:30.125Z] #39 sha256:05698a517e3ec0a333ed58fea7e3d482e253dd99234035afff4390d2c99c7f86 [2021-03-09T00:36:30.125Z] #39 DONE 0.8s [2021-03-09T00:36:30.125Z] [2021-03-09T00:36:30.125Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:30.125Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:30.125Z] #41 150.4 CC criu/seize.o [2021-03-09T00:36:30.574Z] #18 58.33 Setting up python3-setuptools (40.8.0-1) ... [2021-03-09T00:36:31.060Z] #41 151.2 CC criu/servicefd.o [2021-03-09T00:36:31.060Z] #41 151.5 CC criu/shmem.o [2021-03-09T00:36:31.120Z] #41 133.6 CC criu/pagemap-cache.o [2021-03-09T00:36:31.120Z] #41 133.9 CC criu/pagemap.o [2021-03-09T00:36:31.301Z] ok github.com/docker/docker/layer 7.562s coverage: 68.8% of statements [2021-03-09T00:36:31.301Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-09T00:36:31.301Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-09T00:36:31.301Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-09T00:36:31.301Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-09T00:36:31.301Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-09T00:36:31.301Z] ok github.com/docker/docker/pkg/directory 0.001s coverage: 80.0% of statements [2021-03-09T00:36:31.466Z] #42 142.2 CC criu/files-ext.o [2021-03-09T00:36:31.518Z] #18 59.44 Setting up python3-pip (18.1-5) ... [2021-03-09T00:36:31.593Z] ok github.com/docker/docker/pkg/chrootarchive 3.505s coverage: 43.2% of statements [2021-03-09T00:36:31.593Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-09T00:36:31.593Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-09T00:36:31.593Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2021-03-09T00:36:31.765Z] #42 142.6 CC criu/files-reg.o [2021-03-09T00:36:31.998Z] #41 152.2 CC criu/sigframe.o [2021-03-09T00:36:32.068Z] #41 134.6 CC criu/parasite-syscall.o [2021-03-09T00:36:32.226Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 92.9% of statements [2021-03-09T00:36:32.257Z] #41 152.4 CC criu/signalfd.o [2021-03-09T00:36:32.257Z] #41 152.6 CC criu/sk-inet.o [2021-03-09T00:36:32.413Z] #42 ... [2021-03-09T00:36:32.413Z] [2021-03-09T00:36:32.413Z] #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-09T00:36:32.413Z] #31 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-03-09T00:36:32.413Z] #31 DONE 215.8s [2021-03-09T00:36:32.413Z] [2021-03-09T00:36:32.413Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:32.413Z] #21 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-03-09T00:36:32.413Z] #21 6.831 Collecting yamllint==1.16.0 [2021-03-09T00:36:32.413Z] #21 7.449 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-09T00:36:32.413Z] #21 7.605 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-09T00:36:32.413Z] #21 7.692 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-09T00:36:32.413Z] #21 7.792 Collecting pyyaml (from yamllint==1.16.0) [2021-03-09T00:36:32.413Z] #21 8.139 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-03-09T00:36:32.413Z] #21 8.950 Installing build dependencies: started [2021-03-09T00:36:32.518Z] ok github.com/docker/docker/pkg/discovery/memory 0.001s coverage: 92.3% of statements [2021-03-09T00:36:32.644Z] #41 135.3 CC criu/path.o [2021-03-09T00:36:32.722Z] #18 60.52 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:36:32.722Z] #18 60.56 Processing triggers for mime-support (3.62) ... [2021-03-09T00:36:32.907Z] #41 135.6 CC criu/pie-util-vdso.o [2021-03-09T00:36:33.163Z] ok github.com/docker/docker/pkg/discovery/nodes 0.018s coverage: 93.8% of statements [2021-03-09T00:36:33.171Z] #41 136.0 CC criu/pie-util.o [2021-03-09T00:36:33.195Z] #41 153.5 CC criu/sk-netlink.o [2021-03-09T00:36:33.294Z] #18 DONE 61.1s [2021-03-09T00:36:33.294Z] [2021-03-09T00:36:33.294Z] #19 [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-09T00:36:33.294Z] #19 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-03-09T00:36:33.320Z] #54 229.2 + bin/containerd-stress [2021-03-09T00:36:33.320Z] #54 231.3 + bin/containerd-shim [2021-03-09T00:36:33.433Z] #41 136.1 CC criu/pipes.o [2021-03-09T00:36:33.454Z] #41 153.8 CC criu/sk-packet.o [2021-03-09T00:36:33.455Z] ok github.com/docker/docker/pkg/dmesg 0.020s coverage: 83.3% of statements [2021-03-09T00:36:33.713Z] #41 ... [2021-03-09T00:36:33.713Z] [2021-03-09T00:36:33.713Z] #47 [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-09T00:36:33.713Z] #47 sha256:ffb1881850cde42d89f5cfb41ca658cccbe962566cb1c2073a1210b735b27ebd [2021-03-09T00:36:33.713Z] #47 246.3 + /build/golangci-lint --version [2021-03-09T00:36:33.713Z] #47 246.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-09T00:36:33.713Z] #47 DONE 247.0s [2021-03-09T00:36:33.713Z] [2021-03-09T00:36:33.713Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:33.713Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:33.790Z] #41 128.0 CC criu/namespaces.o [2021-03-09T00:36:33.790Z] #41 ... [2021-03-09T00:36:33.790Z] [2021-03-09T00:36:33.791Z] #18 [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-09T00:36:33.791Z] #18 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-03-09T00:36:33.791Z] #18 58.81 Setting up xfsprogs (4.20.0-1) ... [2021-03-09T00:36:33.791Z] #18 58.83 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-09T00:36:33.791Z] #18 59.22 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-09T00:36:33.791Z] #18 59.99 Setting up python3-distutils (3.7.3-1) ... [2021-03-09T00:36:33.791Z] #18 60.47 Setting up python3-setuptools (40.8.0-1) ... [2021-03-09T00:36:33.791Z] #18 61.68 Setting up python3-pip (18.1-5) ... [2021-03-09T00:36:33.791Z] #18 62.74 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:36:33.791Z] #18 62.79 Processing triggers for mime-support (3.62) ... [2021-03-09T00:36:33.791Z] #18 DONE 65.7s [2021-03-09T00:36:33.791Z] [2021-03-09T00:36:33.791Z] #19 [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-09T00:36:33.791Z] #19 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-03-09T00:36:33.972Z] #41 154.3 CC criu/sk-queue.o [2021-03-09T00:36:34.032Z] #41 ... [2021-03-09T00:36:34.032Z] [2021-03-09T00:36:34.032Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:34.032Z] #20 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-03-09T00:36:34.032Z] #20 4.436 Collecting yamllint==1.16.0 [2021-03-09T00:36:34.032Z] #20 9.791 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-09T00:36:34.032Z] #20 9.992 Collecting pyyaml (from yamllint==1.16.0) [2021-03-09T00:36:34.032Z] #20 10.21 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-03-09T00:36:34.295Z] #20 ... [2021-03-09T00:36:34.295Z] [2021-03-09T00:36:34.295Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:34.295Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:36:34.295Z] #41 137.0 CC criu/plugin.o [2021-03-09T00:36:34.491Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2021-03-09T00:36:34.541Z] #41 154.9 CC criu/sk-tcp.o [2021-03-09T00:36:34.870Z] #41 137.5 CC criu/proc_parse.o [2021-03-09T00:36:35.125Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2021-03-09T00:36:35.172Z] #41 155.3 CC criu/sk-unix.o [2021-03-09T00:36:35.173Z] #19 1.087 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-09T00:36:35.173Z] #19 1.096 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-09T00:36:35.173Z] #19 1.103 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-09T00:36:35.173Z] #19 DONE 1.3s [2021-03-09T00:36:35.173Z] [2021-03-09T00:36:35.173Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:35.173Z] #20 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-03-09T00:36:35.211Z] #19 1.800 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-09T00:36:35.211Z] #19 1.803 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-09T00:36:35.211Z] #19 1.808 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-09T00:36:35.211Z] #19 DONE 1.9s [2021-03-09T00:36:35.211Z] [2021-03-09T00:36:35.211Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:35.211Z] #20 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-03-09T00:36:35.767Z] ok github.com/docker/docker/pkg/discovery/kv 3.092s coverage: 84.1% of statements [2021-03-09T00:36:35.767Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-03-09T00:36:35.985Z] #21 ... [2021-03-09T00:36:35.985Z] [2021-03-09T00:36:35.985Z] #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-09T00:36:35.985Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:36:35.985Z] #42 146.4 CC criu/files.o [2021-03-09T00:36:36.061Z] ok github.com/docker/docker/pkg/fsutils 0.355s coverage: 85.1% of statements [2021-03-09T00:36:36.695Z] ok github.com/docker/docker/pkg/idtools 0.276s coverage: 69.5% of statements [2021-03-09T00:36:36.792Z] #41 139.5 CC criu/protobuf-desc.o [2021-03-09T00:36:36.987Z] ok github.com/docker/docker/pkg/ioutils 0.301s coverage: 70.1% of statements [2021-03-09T00:36:37.109Z] #41 157.4 CC criu/sockets.o [2021-03-09T00:36:37.280Z] ok github.com/docker/docker/pkg/jsonmessage 0.015s coverage: 91.7% of statements [2021-03-09T00:36:37.280Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-09T00:36:37.280Z] ok github.com/docker/docker/pkg/longpath 0.001s coverage: 100.0% of statements [2021-03-09T00:36:37.280Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-09T00:36:37.280Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-09T00:36:37.572Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2021-03-09T00:36:37.572Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-09T00:36:37.572Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2021-03-09T00:36:37.676Z] #41 158.0 CC criu/stats.o [2021-03-09T00:36:37.740Z] #41 140.4 CC criu/protobuf.o [2021-03-09T00:36:37.863Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2021-03-09T00:36:37.863Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.002s coverage: 86.7% of statements [2021-03-09T00:36:37.935Z] #41 158.2 CC criu/string.o [2021-03-09T00:36:37.935Z] #41 158.3 CC criu/sysctl.o [2021-03-09T00:36:38.002Z] #41 140.7 CC criu/pstree.o [2021-03-09T00:36:38.100Z] #42 149.1 CC criu/filesystems.o [2021-03-09T00:36:38.155Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2021-03-09T00:36:38.155Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-09T00:36:38.155Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-09T00:36:38.194Z] #41 158.7 CC criu/sysfs_parse.o [2021-03-09T00:36:38.762Z] #41 158.9 CC criu/timens.o [2021-03-09T00:36:38.762Z] #41 159.1 CC criu/timerfd.o [2021-03-09T00:36:38.789Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.009s coverage: 56.8% of statements [2021-03-09T00:36:38.951Z] #41 141.6 CC criu/rbtree.o [2021-03-09T00:36:39.083Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-03-09T00:36:39.179Z] #42 150.2 CC criu/fsnotify.o [2021-03-09T00:36:39.220Z] #41 141.9 CC criu/rst-malloc.o [2021-03-09T00:36:39.329Z] #41 159.4 CC criu/tty.o [2021-03-09T00:36:39.482Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-03-09T00:36:39.486Z] #41 142.1 CC criu/seccomp.o [2021-03-09T00:36:39.775Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2021-03-09T00:36:39.863Z] #54 238.1 + bin/containerd-shim-runc-v1 [2021-03-09T00:36:40.061Z] #41 142.7 CC criu/seize.o [2021-03-09T00:36:40.266Z] #41 160.5 CC criu/tun.o [2021-03-09T00:36:40.457Z] #20 5.182 Collecting yamllint==1.16.0 [2021-03-09T00:36:40.481Z] #42 151.6 CC criu/image-desc.o [2021-03-09T00:36:40.506Z] #20 ... [2021-03-09T00:36:40.506Z] [2021-03-09T00:36:40.506Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:40.506Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:40.506Z] #41 128.1 CC criu/namespaces.o [2021-03-09T00:36:40.506Z] #41 130.2 CC criu/net.o [2021-03-09T00:36:40.506Z] #41 134.2 CC criu/netfilter.o [2021-03-09T00:36:40.506Z] #41 134.7 CC criu/page-pipe.o [2021-03-09T00:36:40.506Z] #41 135.4 CC criu/page-xfer.o [2021-03-09T00:36:40.506Z] #41 137.1 CC criu/pagemap-cache.o [2021-03-09T00:36:40.506Z] #41 137.5 CC criu/pagemap.o [2021-03-09T00:36:40.506Z] #41 138.6 CC criu/parasite-syscall.o [2021-03-09T00:36:40.525Z] #41 160.8 CC criu/uffd.o [2021-03-09T00:36:40.638Z] #41 143.4 CC criu/servicefd.o [2021-03-09T00:36:40.782Z] #42 151.8 CC criu/image.o [2021-03-09T00:36:40.812Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2021-03-09T00:36:40.901Z] #41 143.8 CC criu/shmem.o [2021-03-09T00:36:41.078Z] #41 ... [2021-03-09T00:36:41.078Z] [2021-03-09T00:36:41.078Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:41.078Z] #20 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-03-09T00:36:41.078Z] #20 5.896 Collecting yamllint==1.16.0 [2021-03-09T00:36:41.106Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2021-03-09T00:36:41.462Z] #41 161.6 CC criu/util.o [2021-03-09T00:36:41.840Z] #20 ... [2021-03-09T00:36:41.840Z] [2021-03-09T00:36:41.840Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:41.840Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:41.840Z] #41 130.3 CC criu/net.o [2021-03-09T00:36:41.840Z] #41 133.7 CC criu/netfilter.o [2021-03-09T00:36:41.840Z] #41 134.1 CC criu/page-pipe.o [2021-03-09T00:36:41.840Z] #41 134.8 CC criu/page-xfer.o [2021-03-09T00:36:41.840Z] #41 136.3 CC criu/pagemap-cache.o [2021-03-09T00:36:41.840Z] #41 136.6 CC criu/pagemap.o [2021-03-09T00:36:41.849Z] #41 144.6 CC criu/sigframe.o [2021-03-09T00:36:41.855Z] #42 152.8 CC criu/ipc_ns.o [2021-03-09T00:36:42.031Z] #41 162.5 CC criu/uts_ns.o [2021-03-09T00:36:42.112Z] #41 144.8 CC criu/signalfd.o [2021-03-09T00:36:42.112Z] #41 ... [2021-03-09T00:36:42.112Z] [2021-03-09T00:36:42.112Z] #54 [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-09T00:36:42.112Z] #54 sha256:c59b810bda176dba5a853a87f8ca4aea48dfce7e7f070ae5237a3d1e03eeb1d1 [2021-03-09T00:36:42.112Z] #54 167.5 + bin/containerd [2021-03-09T00:36:42.175Z] Client: [2021-03-09T00:36:42.175Z] Debug Mode: false [2021-03-09T00:36:42.175Z] Plugins: [2021-03-09T00:36:42.175Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-03-09T00:36:42.175Z] [2021-03-09T00:36:42.175Z] Server: [2021-03-09T00:36:42.175Z] Containers: 0 [2021-03-09T00:36:42.175Z] Running: 0 [2021-03-09T00:36:42.175Z] Paused: 0 [2021-03-09T00:36:42.175Z] Stopped: 0 [2021-03-09T00:36:42.175Z] Images: 0 [2021-03-09T00:36:42.175Z] Server Version: 19.03.12 [2021-03-09T00:36:42.175Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-03-09T00:36:42.175Z] Windows: [2021-03-09T00:36:42.175Z] LCOW: [2021-03-09T00:36:42.175Z] Logging Driver: json-file [2021-03-09T00:36:42.175Z] Plugins: [2021-03-09T00:36:42.175Z] Volume: local [2021-03-09T00:36:42.175Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-09T00:36:42.175Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-09T00:36:42.175Z] Swarm: inactive [2021-03-09T00:36:42.175Z] Default Isolation: process [2021-03-09T00:36:42.175Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-09T00:36:42.175Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-03-09T00:36:42.175Z] OSType: windows [2021-03-09T00:36:42.175Z] Architecture: x86_64 [2021-03-09T00:36:42.175Z] CPUs: 4 [2021-03-09T00:36:42.175Z] Total Memory: 32GiB [2021-03-09T00:36:42.175Z] Name: azwin-2-264e50 [2021-03-09T00:36:42.175Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-03-09T00:36:42.175Z] Docker Root Dir: D:\docker [2021-03-09T00:36:42.175Z] Debug Mode: false [2021-03-09T00:36:42.175Z] Registry: https://index.docker.io/v1/ [2021-03-09T00:36:42.175Z] Labels: [2021-03-09T00:36:42.175Z] Experimental: true [2021-03-09T00:36:42.175Z] Insecure Registries: [2021-03-09T00:36:42.175Z] 10.0.0.4:5000 [2021-03-09T00:36:42.175Z] 127.0.0.0/8 [2021-03-09T00:36:42.175Z] Registry Mirrors: [2021-03-09T00:36:42.175Z] http://10.0.0.4:5000/ [2021-03-09T00:36:42.175Z] Live Restore Enabled: false [2021-03-09T00:36:42.175Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-03-09T00:36:42.411Z] #41 137.3 CC criu/parasite-syscall.o [2021-03-09T00:36:42.599Z] #41 162.7 CC criu/vdso-compat.o [2021-03-09T00:36:42.599Z] #41 162.9 CC criu/vdso.o [2021-03-09T00:36:43.166Z] #41 163.3 LINK criu/built-in.o [2021-03-09T00:36:43.166Z] #41 163.4 LINK criu/criu [2021-03-09T00:36:43.352Z] #41 138.2 CC criu/path.o [2021-03-09T00:36:43.421Z] #42 154.3 CC criu/irmap.o [2021-03-09T00:36:43.425Z] #41 163.7 DEP lib/c/criu.d [2021-03-09T00:36:43.425Z] #41 163.8 CC images/rpc.pb-c.o [2021-03-09T00:36:43.684Z] #41 164.1 CC lib/c/criu.o [2021-03-09T00:36:43.852Z] ok github.com/docker/docker/pkg/signal 2.338s coverage: 61.0% of statements [2021-03-09T00:36:43.922Z] #41 138.6 CC criu/pie-util-vdso-elf32.o [2021-03-09T00:36:44.036Z] #54 242.6 + bin/containerd-shim-runc-v2 [2021-03-09T00:36:44.147Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-03-09T00:36:44.183Z] #41 139.0 CC criu/pie-util-vdso.o [2021-03-09T00:36:44.443Z] #41 139.4 CC criu/pie-util.o [2021-03-09T00:36:44.448Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2021-03-09T00:36:44.503Z] #42 155.4 CC criu/kcmp-ids.o [2021-03-09T00:36:44.620Z] #41 164.8 LINK lib/c/built-in.o [2021-03-09T00:36:44.620Z] #41 164.8 LINK lib/c/libcriu.so [2021-03-09T00:36:44.620Z] #41 164.8 LINK lib/c/libcriu.a [2021-03-09T00:36:44.620Z] #41 164.9 GEN magic.py [2021-03-09T00:36:44.747Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2021-03-09T00:36:44.808Z] #42 155.9 CC criu/kerndat.o [2021-03-09T00:36:44.879Z] #41 165.0 Note: Building without setproctitle() and strlcpy() support. [2021-03-09T00:36:44.879Z] #41 165.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-09T00:36:44.879Z] #41 165.0 Note: Building without GnuTLS support [2021-03-09T00:36:44.879Z] #41 165.0 Makefile.config:39: Warn: you have no libnftables installed [2021-03-09T00:36:44.879Z] #41 165.0 Makefile.config:40: Warn: Building without nftables support [2021-03-09T00:36:44.963Z] #54 243.7 + binaries [2021-03-09T00:36:44.963Z] #54 243.7 + install -D bin/containerd /build/containerd [2021-03-09T00:36:44.963Z] #54 243.7 + install -D bin/containerd-shim /build/containerd-shim [2021-03-09T00:36:44.963Z] #54 243.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-09T00:36:44.963Z] #54 243.7 + install -D bin/ctr /build/ctr [2021-03-09T00:36:45.018Z] #41 139.6 CC criu/pipes.o [2021-03-09T00:36:45.398Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 54.2% of statements [2021-03-09T00:36:45.429Z] #54 ... [2021-03-09T00:36:45.429Z] [2021-03-09T00:36:45.429Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:45.429Z] #20 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-03-09T00:36:45.429Z] #20 10.85 Installing build dependencies: started [2021-03-09T00:36:45.429Z] #20 ... [2021-03-09T00:36:45.429Z] [2021-03-09T00:36:45.429Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:45.429Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:36:45.429Z] #41 145.0 CC criu/sk-inet.o [2021-03-09T00:36:45.429Z] #41 145.8 CC criu/sk-netlink.o [2021-03-09T00:36:45.429Z] #41 146.1 CC criu/sk-packet.o [2021-03-09T00:36:45.429Z] #41 146.8 CC criu/sk-queue.o [2021-03-09T00:36:45.429Z] #41 147.3 CC criu/sk-tcp.o [2021-03-09T00:36:45.429Z] #41 147.7 CC criu/sk-unix.o [2021-03-09T00:36:45.446Z] #41 165.6 fatal: not a git repository (or any of the parent directories): .git [2021-03-09T00:36:45.588Z] #41 140.2 CC criu/plugin.o [2021-03-09T00:36:45.691Z] ok github.com/docker/docker/pkg/system 0.042s coverage: 36.9% of statements [2021-03-09T00:36:45.705Z] #41 166.1 make[1]: Nothing to be done for 'all'. [2021-03-09T00:36:45.848Z] #41 ... [2021-03-09T00:36:45.848Z] [2021-03-09T00:36:45.848Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:45.848Z] #20 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-03-09T00:36:45.848Z] #20 10.60 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-09T00:36:45.848Z] #20 10.67 Collecting pyyaml (from yamllint==1.16.0) [2021-03-09T00:36:46.108Z] #20 10.90 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-03-09T00:36:46.273Z] #41 166.6 make[1]: 'images/built-in.o' is up to date. [2021-03-09T00:36:46.273Z] #41 166.7 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-09T00:36:46.273Z] #41 166.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-09T00:36:46.273Z] #41 166.7 make[1]: 'compel/libcompel.a' is up to date. [2021-03-09T00:36:46.324Z] ok github.com/docker/docker/pkg/tailfile 0.047s coverage: 88.6% of statements [2021-03-09T00:36:46.355Z] #42 157.4 CC criu/libnetlink.o [2021-03-09T00:36:46.355Z] #42 ... [2021-03-09T00:36:46.355Z] [2021-03-09T00:36:46.355Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:46.355Z] #21 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-03-09T00:36:46.355Z] #21 23.89 Installing build dependencies: finished with status 'done' [2021-03-09T00:36:46.369Z] #20 11.21 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-09T00:36:46.369Z] #20 11.25 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-09T00:36:46.369Z] #20 11.29 Installing collected packages: pyyaml, pathspec, yamllint [2021-03-09T00:36:46.376Z] #20 ... [2021-03-09T00:36:46.376Z] [2021-03-09T00:36:46.376Z] #38 [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-09T00:36:46.376Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:36:46.376Z] #38 DONE 216.1s [2021-03-09T00:36:46.376Z] [2021-03-09T00:36:46.376Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:46.376Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:46.376Z] #41 139.5 CC criu/path.o [2021-03-09T00:36:46.376Z] #41 139.9 CC criu/pie-util-vdso-elf32.o [2021-03-09T00:36:46.376Z] #41 140.2 CC criu/pie-util-vdso.o [2021-03-09T00:36:46.376Z] #41 140.8 CC criu/pie-util.o [2021-03-09T00:36:46.376Z] #41 141.0 CC criu/pipes.o [2021-03-09T00:36:46.376Z] #41 141.7 CC criu/plugin.o [2021-03-09T00:36:46.376Z] #41 142.1 CC criu/proc_parse.o [2021-03-09T00:36:46.376Z] #41 144.6 CC criu/protobuf-desc.o [2021-03-09T00:36:46.376Z] #41 ... [2021-03-09T00:36:46.376Z] [2021-03-09T00:36:46.376Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:46.376Z] #20 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-03-09T00:36:46.376Z] #20 11.21 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-09T00:36:46.376Z] #20 11.29 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-09T00:36:46.376Z] #20 11.34 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-09T00:36:46.533Z] #41 166.8 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-09T00:36:46.533Z] #41 166.8 make[1]: Nothing to be done for 'all'. [2021-03-09T00:36:46.533Z] #41 166.8 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-09T00:36:46.533Z] #41 167.0 make[2]: Nothing to be done for 'all'. [2021-03-09T00:36:46.533Z] #41 167.0 make[2]: Nothing to be done for 'all'. [2021-03-09T00:36:46.617Z] ok github.com/docker/docker/pkg/tarsum 0.033s coverage: 89.3% of statements [2021-03-09T00:36:46.638Z] #20 11.37 Collecting pyyaml (from yamllint==1.16.0) [2021-03-09T00:36:46.638Z] #20 11.63 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-03-09T00:36:46.792Z] #41 167.0 make[2]: Nothing to be done for 'all'. [2021-03-09T00:36:46.792Z] #41 167.1 make[2]: Nothing to be done for 'all'. [2021-03-09T00:36:46.792Z] #41 167.1 make[2]: Nothing to be done for 'all'. [2021-03-09T00:36:46.792Z] #41 167.1 make[2]: Nothing to be done for 'all'. [2021-03-09T00:36:46.792Z] #41 167.2 make[2]: Nothing to be done for 'all'. [2021-03-09T00:36:46.822Z] #41 149.5 CC criu/sockets.o [2021-03-09T00:36:46.850Z] #54 DONE 245.6s [2021-03-09T00:36:46.913Z] testing: warning: no tests to run [2021-03-09T00:36:46.913Z] coverage: [no statements] [2021-03-09T00:36:46.913Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-03-09T00:36:46.939Z] #20 11.64 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-09T00:36:47.051Z] #41 167.2 make[2]: Nothing to be done for 'all'. [2021-03-09T00:36:47.051Z] #41 167.2 INSTALL criu/criu [2021-03-09T00:36:47.208Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2021-03-09T00:36:47.208Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-03-09T00:36:47.210Z] #20 11.97 Installing collected packages: pathspec, pyyaml, yamllint [2021-03-09T00:36:47.311Z] #41 DONE 167.6s [2021-03-09T00:36:47.311Z] [2021-03-09T00:36:47.311Z] #54 [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-09T00:36:47.311Z] #54 sha256:d2fb064dfe7dbb77f8e042eea0d9c43fe261c308c4dee692ee54b1efbb08c678 [2021-03-09T00:36:47.413Z] [2021-03-09T00:36:47.413Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-09T00:36:47.413Z] #55 sha256:1c083142344ee31f56dec8576309d5dd37ed8c55594044beb8bf2692e12997d3 [2021-03-09T00:36:47.472Z] #20 12.34 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-09T00:36:47.502Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-03-09T00:36:47.770Z] #41 150.4 CC criu/stats.o [2021-03-09T00:36:47.880Z] #20 DONE 12.7s [2021-03-09T00:36:47.881Z] [2021-03-09T00:36:47.881Z] #38 [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-09T00:36:47.881Z] #38 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-09T00:36:47.881Z] #38 DONE 243.1s [2021-03-09T00:36:47.881Z] [2021-03-09T00:36:47.881Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-09T00:36:47.881Z] #23 sha256:9c53006f2d94097861fac7dfe58ed12af3cdc2f2d1d05c12c69b1f2067e03ff6 [2021-03-09T00:36:48.034Z] #41 150.7 CC criu/string.o [2021-03-09T00:36:48.034Z] #41 150.8 CC criu/sysctl.o [2021-03-09T00:36:48.249Z] #54 ... [2021-03-09T00:36:48.249Z] [2021-03-09T00:36:48.249Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-09T00:36:48.249Z] #42 sha256:c6c795be9e36e80b505782e50cfca3c7467f9cf22f327fda1a0ead6c3a2b6f83 [2021-03-09T00:36:48.249Z] #42 DONE 0.1s [2021-03-09T00:36:48.249Z] [2021-03-09T00:36:48.249Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-09T00:36:48.249Z] #44 sha256:a5893856714cf159dadeb04e680d63faf6cade8941bfab9992f6f406c9744a4d [2021-03-09T00:36:48.339Z] #55 DONE 0.9s [2021-03-09T00:36:48.418Z] #20 DONE 13.1s [2021-03-09T00:36:48.418Z] [2021-03-09T00:36:48.418Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-09T00:36:48.418Z] #23 sha256:bef9501d05bcc8326487c2a4475677a4083f0acd6008bd950952a47355e04c7c [2021-03-09T00:36:48.507Z] #44 DONE 0.3s [2021-03-09T00:36:48.507Z] [2021-03-09T00:36:48.507Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-09T00:36:48.507Z] #46 sha256:1a3c4bc1269a547daef3834c737631691a90c4935abbbfd9773fbf292048c9dc [2021-03-09T00:36:48.507Z] #46 DONE 0.1s [2021-03-09T00:36:48.507Z] [2021-03-09T00:36:48.507Z] #54 [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-09T00:36:48.507Z] #54 sha256:d2fb064dfe7dbb77f8e042eea0d9c43fe261c308c4dee692ee54b1efbb08c678 [2021-03-09T00:36:48.594Z] [2021-03-09T00:36:48.594Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-09T00:36:48.594Z] #59 sha256:43f7df88e6446b0d4abcf53356aa471939e009afe29015c230ec6ea77fb9f013 [2021-03-09T00:36:48.594Z] #59 DONE 0.2s [2021-03-09T00:36:48.594Z] [2021-03-09T00:36:48.594Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-03-09T00:36:48.594Z] #61 sha256:483017d0945461607a9fb6231a772d34f492166fd344197dc677fd6c12e77ddc [2021-03-09T00:36:48.610Z] #41 151.4 CC criu/sysfs_parse.o [2021-03-09T00:36:48.742Z] #23 DONE 0.5s [2021-03-09T00:36:48.742Z] [2021-03-09T00:36:48.742Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-09T00:36:48.742Z] #28 sha256:9852e92101d82f6cc96298837a7d7ed217a471644e66323d59f8a4bde38d34d0 [2021-03-09T00:36:48.767Z] #54 ... [2021-03-09T00:36:48.767Z] [2021-03-09T00:36:48.767Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-09T00:36:48.767Z] #48 sha256:2ee86977ef3d8b51ee635f81290c396651d9dbca12423079f9db38ff91f474d4 [2021-03-09T00:36:48.821Z] #23 DONE 0.9s [2021-03-09T00:36:48.821Z] [2021-03-09T00:36:48.821Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:48.821Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:48.821Z] #41 140.7 CC criu/proc_parse.o [2021-03-09T00:36:48.821Z] #41 142.9 CC criu/protobuf-desc.o [2021-03-09T00:36:48.873Z] #41 ... [2021-03-09T00:36:48.873Z] [2021-03-09T00:36:48.873Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:48.873Z] #20 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-03-09T00:36:48.873Z] #20 24.87 Installing build dependencies: finished with status 'done' [2021-03-09T00:36:49.016Z] ok github.com/docker/docker/plugin 0.550s coverage: 23.2% of statements [2021-03-09T00:36:49.155Z] #61 DONE 0.6s [2021-03-09T00:36:49.155Z] [2021-03-09T00:36:49.155Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-09T00:36:49.155Z] #63 sha256:825dff368a768c16ce3721e5b6093bd7c78ca637d792882d21c59347484d727c [2021-03-09T00:36:49.155Z] #63 DONE 0.0s [2021-03-09T00:36:49.337Z] #48 DONE 0.5s [2021-03-09T00:36:49.337Z] [2021-03-09T00:36:49.337Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-09T00:36:49.337Z] #50 sha256:470db1e6934d397905cc993b198bc7c13d7fdf5726b431df8ed8dfea1735f501 [2021-03-09T00:36:49.337Z] #50 DONE 0.1s [2021-03-09T00:36:49.337Z] [2021-03-09T00:36:49.338Z] #54 [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-09T00:36:49.338Z] #54 sha256:d2fb064dfe7dbb77f8e042eea0d9c43fe261c308c4dee692ee54b1efbb08c678 [2021-03-09T00:36:49.411Z] [2021-03-09T00:36:49.411Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-09T00:36:49.411Z] #64 sha256:c9bdae305ef81eb83cc5c671195de5d4b4c772b068b4395c776ef2f23d3d2afa [2021-03-09T00:36:49.411Z] #64 DONE 0.0s [2021-03-09T00:36:49.411Z] [2021-03-09T00:36:49.411Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-09T00:36:49.411Z] #65 sha256:374f7ffcbdfdbbc77292dc16b310c381743821ddf5328b43c8217617c6ad9b9f [2021-03-09T00:36:49.660Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2021-03-09T00:36:49.763Z] #41 144.3 CC criu/protobuf.o [2021-03-09T00:36:49.763Z] #41 144.7 CC criu/pstree.o [2021-03-09T00:36:49.955Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.4% of statements [2021-03-09T00:36:51.146Z] #41 145.7 CC criu/rbtree.o [2021-03-09T00:36:51.146Z] #41 146.0 CC criu/rst-malloc.o [2021-03-09T00:36:51.301Z] #65 DONE 2.0s [2021-03-09T00:36:51.409Z] #41 146.3 CC criu/seccomp.o [2021-03-09T00:36:51.466Z] ok github.com/docker/docker/quota 0.656s coverage: 71.4% of statements [2021-03-09T00:36:51.558Z] [2021-03-09T00:36:51.558Z] #66 exporting to image [2021-03-09T00:36:51.558Z] #66 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-09T00:36:51.558Z] #66 exporting layers [2021-03-09T00:36:52.099Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2021-03-09T00:36:52.349Z] #41 146.9 CC criu/seize.o [2021-03-09T00:36:52.919Z] #41 147.7 CC criu/servicefd.o [2021-03-09T00:36:53.136Z] ok github.com/docker/docker/registry 0.088s coverage: 58.8% of statements [2021-03-09T00:36:53.179Z] #41 148.1 CC criu/shmem.o [2021-03-09T00:36:53.352Z] #21 ... [2021-03-09T00:36:53.352Z] [2021-03-09T00:36:53.352Z] #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-09T00:36:53.352Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:36:53.352Z] #42 157.9 CC criu/log.o [2021-03-09T00:36:53.352Z] #42 158.5 CC criu/lsm.o [2021-03-09T00:36:53.352Z] #42 159.2 CC criu/mem.o [2021-03-09T00:36:53.352Z] #42 161.9 CC criu/memfd.o [2021-03-09T00:36:53.352Z] #42 162.7 CC criu/mount.o [2021-03-09T00:36:53.430Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2021-03-09T00:36:53.430Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-03-09T00:36:53.749Z] #41 ... [2021-03-09T00:36:53.749Z] [2021-03-09T00:36:53.749Z] #47 [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-09T00:36:53.749Z] #47 sha256:eae168b503366594d8af7fa5ccb5843fcb358abaff2aa83fcada62f803572e28 [2021-03-09T00:36:53.749Z] #47 250.1 + /build/golangci-lint --version [2021-03-09T00:36:54.009Z] #47 250.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-09T00:36:54.055Z] #28 ... [2021-03-09T00:36:54.055Z] [2021-03-09T00:36:54.055Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:54.055Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:54.055Z] #41 145.8 CC criu/protobuf.o [2021-03-09T00:36:54.055Z] #41 146.3 CC criu/pstree.o [2021-03-09T00:36:54.055Z] #41 147.7 CC criu/rbtree.o [2021-03-09T00:36:54.055Z] #41 148.1 CC criu/rst-malloc.o [2021-03-09T00:36:54.055Z] #41 148.4 CC criu/seccomp.o [2021-03-09T00:36:54.055Z] #41 148.9 CC criu/seize.o [2021-03-09T00:36:54.055Z] #41 149.7 CC criu/servicefd.o [2021-03-09T00:36:54.055Z] #41 150.1 CC criu/shmem.o [2021-03-09T00:36:54.055Z] #41 150.9 CC criu/sigframe.o [2021-03-09T00:36:54.055Z] #41 151.0 CC criu/signalfd.o [2021-03-09T00:36:54.055Z] #41 151.3 CC criu/sk-inet.o [2021-03-09T00:36:54.055Z] #41 152.1 CC criu/sk-netlink.o [2021-03-09T00:36:54.055Z] #41 152.3 CC criu/sk-packet.o [2021-03-09T00:36:54.063Z] ok github.com/docker/docker/runconfig 0.006s coverage: 66.1% of statements [2021-03-09T00:36:54.181Z] #20 30.31 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-09T00:36:54.333Z] #41 ... [2021-03-09T00:36:54.333Z] [2021-03-09T00:36:54.333Z] #47 [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-09T00:36:54.333Z] #47 sha256:716f54b1e6fadeb22ed98c75c806c4e5b8e9621bfbbb4352228e7a43cf796028 [2021-03-09T00:36:54.333Z] #47 224.7 + /build/golangci-lint --version [2021-03-09T00:36:54.333Z] #47 225.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-09T00:36:54.333Z] #47 DONE 226.0s [2021-03-09T00:36:54.333Z] [2021-03-09T00:36:54.333Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-09T00:36:54.333Z] #28 sha256:9852e92101d82f6cc96298837a7d7ed217a471644e66323d59f8a4bde38d34d0 [2021-03-09T00:36:54.333Z] #28 DONE 5.5s [2021-03-09T00:36:54.333Z] [2021-03-09T00:36:54.333Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-09T00:36:54.333Z] #31 sha256:7acc221340785eebf454b53e071a30e0a6d31c6deb6c0b6cf8ae65dd1b05f64d [2021-03-09T00:36:54.354Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2021-03-09T00:36:54.444Z] #20 30.35 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-09T00:36:54.444Z] #20 30.41 Building wheels for collected packages: pyyaml [2021-03-09T00:36:54.444Z] #20 30.41 Running setup.py bdist_wheel for pyyaml: started [2021-03-09T00:36:54.609Z] #54 207.5 + bin/containerd [2021-03-09T00:36:54.909Z] #31 DONE 0.6s [2021-03-09T00:36:54.909Z] [2021-03-09T00:36:54.909Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:54.909Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:54.909Z] #41 153.0 CC criu/sk-queue.o [2021-03-09T00:36:54.909Z] #41 ... [2021-03-09T00:36:54.909Z] [2021-03-09T00:36:54.909Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-09T00:36:54.909Z] #33 sha256:ff06714aa805df19ad73036c6dd38b4a5f4b88d4f02a8f1b47151af078fddb4b [2021-03-09T00:36:54.909Z] #33 DONE 0.1s [2021-03-09T00:36:55.019Z] #20 ... [2021-03-09T00:36:55.019Z] [2021-03-09T00:36:55.019Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:55.019Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:36:55.019Z] #41 151.8 CC criu/timens.o [2021-03-09T00:36:55.019Z] #41 152.3 CC criu/timerfd.o [2021-03-09T00:36:55.019Z] #41 152.8 CC criu/tty.o [2021-03-09T00:36:55.019Z] #41 154.8 CC criu/tun.o [2021-03-09T00:36:55.019Z] #41 155.3 CC criu/uffd.o [2021-03-09T00:36:55.019Z] #41 156.5 CC criu/util.o [2021-03-09T00:36:55.019Z] #41 157.7 CC criu/uts_ns.o [2021-03-09T00:36:55.174Z] [2021-03-09T00:36:55.174Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-09T00:36:55.174Z] #36 sha256:0d3b95f09211b1b0977bbe00d85e6408b3985cd82877bc49db1c9bf6b6709ee2 [2021-03-09T00:36:55.174Z] #36 DONE 0.2s [2021-03-09T00:36:55.174Z] [2021-03-09T00:36:55.174Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-09T00:36:55.174Z] #39 sha256:10add2d5d68454cfa4b6b848540d6e4caf06e922449493df9149b278e47c53ec [2021-03-09T00:36:55.283Z] #41 ... [2021-03-09T00:36:55.283Z] [2021-03-09T00:36:55.283Z] #51 [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-09T00:36:55.283Z] #51 sha256:9e28faaf76839517a5588ac325b7083f094f13170b36dfdf9d1643150bfd51e9 [2021-03-09T00:36:55.283Z] #51 103.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-09T00:36:55.283Z] #51 105.3 + mkdir -p /build [2021-03-09T00:36:55.283Z] #51 105.3 + cp runc /build/runc [2021-03-09T00:36:55.283Z] #51 DONE 106.3s [2021-03-09T00:36:55.283Z] [2021-03-09T00:36:55.283Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:55.283Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:36:55.283Z] #41 157.9 CC criu/vdso.o [2021-03-09T00:36:55.283Z] #41 ... [2021-03-09T00:36:55.283Z] [2021-03-09T00:36:55.283Z] #22 [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-09T00:36:55.283Z] #22 sha256:0588548364fb043ce54ce7c1c3607cedd218f2531c87ed9784853731b904ce7f [2021-03-09T00:36:55.283Z] #22 223.5 + return [2021-03-09T00:36:55.283Z] #22 DONE 225.6s [2021-03-09T00:36:55.283Z] [2021-03-09T00:36:55.283Z] #54 [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-09T00:36:55.283Z] #54 sha256:c59b810bda176dba5a853a87f8ca4aea48dfce7e7f070ae5237a3d1e03eeb1d1 [2021-03-09T00:36:55.466Z] #42 ... [2021-03-09T00:36:55.466Z] [2021-03-09T00:36:55.466Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:55.466Z] #21 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-03-09T00:36:55.466Z] #21 32.72 Building wheels for collected packages: pyyaml [2021-03-09T00:36:55.466Z] #21 32.74 Running setup.py bdist_wheel for pyyaml: started [2021-03-09T00:36:55.545Z] #54 ... [2021-03-09T00:36:55.545Z] [2021-03-09T00:36:55.545Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:55.545Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:36:55.545Z] #41 158.3 LINK criu/built-in.o [2021-03-09T00:36:55.808Z] #41 158.5 LINK criu/criu [2021-03-09T00:36:56.116Z] #39 DONE 0.9s [2021-03-09T00:36:56.116Z] [2021-03-09T00:36:56.116Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:56.116Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:56.116Z] #41 153.5 CC criu/sk-tcp.o [2021-03-09T00:36:56.116Z] #41 154.1 CC criu/sk-unix.o [2021-03-09T00:36:56.384Z] #41 159.0 DEP lib/c/criu.d [2021-03-09T00:36:56.384Z] #41 159.0 CC images/rpc.pb-c.o [2021-03-09T00:36:56.425Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2021-03-09T00:36:56.550Z] #47 DONE 252.8s [2021-03-09T00:36:56.550Z] [2021-03-09T00:36:56.550Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-09T00:36:56.550Z] #28 sha256:4ba6308b63dc58109d81377450ab00b110715bf0996e7df7d1e199c311472e03 [2021-03-09T00:36:56.550Z] #28 DONE 7.7s [2021-03-09T00:36:56.550Z] [2021-03-09T00:36:56.550Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:56.550Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:56.550Z] #41 148.8 CC criu/sigframe.o [2021-03-09T00:36:56.550Z] #41 149.0 CC criu/signalfd.o [2021-03-09T00:36:56.550Z] #41 149.2 CC criu/sk-inet.o [2021-03-09T00:36:56.550Z] #41 149.9 CC criu/sk-netlink.o [2021-03-09T00:36:56.550Z] #41 150.2 CC criu/sk-packet.o [2021-03-09T00:36:56.550Z] #41 150.6 CC criu/sk-queue.o [2021-03-09T00:36:56.550Z] #41 150.9 CC criu/sk-tcp.o [2021-03-09T00:36:56.550Z] #41 151.3 CC criu/sk-unix.o [2021-03-09T00:36:56.959Z] #41 ... [2021-03-09T00:36:56.959Z] [2021-03-09T00:36:56.959Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-09T00:36:56.959Z] #20 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-03-09T00:36:56.959Z] #20 31.72 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-03-09T00:36:56.959Z] #20 31.72 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-03-09T00:36:56.959Z] #20 31.86 Successfully built pyyaml [2021-03-09T00:36:56.959Z] #20 31.87 Installing collected packages: pyyaml, pathspec, yamllint [2021-03-09T00:36:56.959Z] #20 32.15 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-09T00:36:56.959Z] #20 DONE 32.8s [2021-03-09T00:36:56.959Z] [2021-03-09T00:36:56.959Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:56.959Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:36:56.959Z] #41 159.6 CC lib/c/criu.o [2021-03-09T00:36:57.011Z] #21 34.62 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-03-09T00:36:57.313Z] #21 34.62 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-03-09T00:36:57.313Z] #21 34.92 Successfully built pyyaml [2021-03-09T00:36:57.462Z] ok github.com/docker/docker/volume/local 0.293s coverage: 76.4% of statements [2021-03-09T00:36:57.491Z] #41 ... [2021-03-09T00:36:57.491Z] [2021-03-09T00:36:57.491Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-09T00:36:57.491Z] #31 sha256:e8c29a2863e2593bfdb6d36f9d755729a2b194375feed3e84429234248639542 [2021-03-09T00:36:57.491Z] #31 DONE 0.8s [2021-03-09T00:36:57.491Z] [2021-03-09T00:36:57.491Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-09T00:36:57.491Z] #33 sha256:21aeb738ff5fc540ded5840d265ac22bfe3fc601c5cfbb0b4e115e2fdc174e4f [2021-03-09T00:36:57.491Z] #33 DONE 0.2s [2021-03-09T00:36:57.491Z] [2021-03-09T00:36:57.491Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-09T00:36:57.491Z] #36 sha256:c24199cc809fcfaf3456873ac134fa956221fcfc73b5d38e1005cc68bf4133f9 [2021-03-09T00:36:57.501Z] #41 155.6 CC criu/sockets.o [2021-03-09T00:36:57.613Z] #21 34.93 Installing collected packages: pathspec, pyyaml, yamllint [2021-03-09T00:36:57.751Z] #36 DONE 0.1s [2021-03-09T00:36:57.751Z] [2021-03-09T00:36:57.751Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-09T00:36:57.751Z] #39 sha256:c6709037b8f530239388fd9c1768fd63be1c973583c0ca5767be0b8018ea29d7 [2021-03-09T00:36:57.760Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-03-09T00:36:57.760Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-313b2138\powershellScript.ps1'; exit $LASTEXITCODE; [2021-03-09T00:36:57.760Z] ---------------------------------------------------------------------------- [2021-03-09T00:36:57.760Z] [2021-03-09T00:36:57.760Z] INFO: executeCI.ps1 starting at Tue Mar 9 00:36:56 CUT 2021 [2021-03-09T00:36:57.760Z] [2021-03-09T00:36:57.761Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-03-09T00:36:57.761Z] INFO: Running git version 2.24.1.windows.2 [2021-03-09T00:36:57.761Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-03-09T00:36:57.761Z] INFO: Environment variables: [2021-03-09T00:36:57.761Z] [2021-03-09T00:36:57.761Z] Name Value [2021-03-09T00:36:57.761Z] ---- ----- [2021-03-09T00:36:57.761Z] ALLUSERSPROFILE C:\ProgramData [2021-03-09T00:36:57.761Z] amd64 true [2021-03-09T00:36:57.761Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2021-03-09T00:36:57.761Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-03-09T00:36:57.761Z] arm64 true [2021-03-09T00:36:57.761Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10 [2021-03-09T00:36:57.761Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10 [2021-03-09T00:36:57.761Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-03-09T00:36:57.761Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-03-09T00:36:57.761Z] BRANCH_NAME PR-41757 [2021-03-09T00:36:57.761Z] BUILD_DISPLAY_NAME #6 [2021-03-09T00:36:57.761Z] BUILD_ID 6 [2021-03-09T00:36:57.761Z] BUILD_NUMBER 6 [2021-03-09T00:36:57.761Z] BUILD_TAG jenkins-moby-PR-41757-6 [2021-03-09T00:36:57.761Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41757/6/ [2021-03-09T00:36:57.761Z] cgroup2 true [2021-03-09T00:36:57.761Z] CHANGE_AUTHOR thaJeztah [2021-03-09T00:36:57.761Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-03-09T00:36:57.761Z] CHANGE_BRANCH carry_39371_remove_more_v1_code [2021-03-09T00:36:57.761Z] CHANGE_FORK thaJeztah/docker [2021-03-09T00:36:57.761Z] CHANGE_ID 41757 [2021-03-09T00:36:57.761Z] CHANGE_TARGET master [2021-03-09T00:36:57.761Z] CHANGE_TITLE Remove more registry v1 code (carry 39371) [2021-03-09T00:36:57.761Z] CHANGE_URL https://github.com/moby/moby/pull/41757 [2021-03-09T00:36:57.761Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-09T00:36:57.761Z] CommonProgramFiles C:\Program Files\Common Files [2021-03-09T00:36:57.761Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-03-09T00:36:57.761Z] CommonProgramW6432 C:\Program Files\Common Files [2021-03-09T00:36:57.761Z] COMPUTERNAME azwin-2-264e50 [2021-03-09T00:36:57.761Z] ComSpec C:\windows\system32\cmd.exe [2021-03-09T00:36:57.761Z] ConfigSequenceNumber 0 [2021-03-09T00:36:57.761Z] dco true [2021-03-09T00:36:57.761Z] DOCKER_BUILDKIT 0 [2021-03-09T00:36:57.761Z] DOCKER_DUT_DEBUG 1 [2021-03-09T00:36:57.761Z] DOCKER_EXPERIMENTAL 1 [2021-03-09T00:36:57.761Z] DOCKER_GRAPHDRIVER overlay2 [2021-03-09T00:36:57.761Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-03-09T00:36:57.761Z] EXECUTOR_NUMBER 0 [2021-03-09T00:36:57.761Z] FQDN azwin-2-264e50.westus.cloudapp.azure.com [2021-03-09T00:36:57.761Z] GIT_BRANCH PR-41757 [2021-03-09T00:36:57.761Z] GIT_COMMIT 21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 [2021-03-09T00:36:57.761Z] GIT_PREVIOUS_COMMIT 80cc1f1d6fb1d03014f7ef5d3a1e216538ddb855 [2021-03-09T00:36:57.761Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 15dc809b963d3ba8afbee6e150d39e0f7194233a [2021-03-09T00:36:57.761Z] GIT_URL https://github.com/moby/moby.git [2021-03-09T00:36:57.761Z] HUDSON_COOKIE 5768b4ac-2618-464f-992e-41889b4e8e60 [2021-03-09T00:36:57.761Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-03-09T00:36:57.761Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-03-09T00:36:57.761Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-03-09T00:36:57.761Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.275-1.b01.ojdkbuild.windows.x86_64 [2021-03-09T00:36:57.761Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-03-09T00:36:57.761Z] JENKINS_NODE_COOKIE 1cf4508c-e90f-4c3b-b445-53886428b724 [2021-03-09T00:36:57.761Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-03-09T00:36:57.761Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-03-09T00:36:57.761Z] JOB_BASE_NAME PR-41757 [2021-03-09T00:36:57.761Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41757/display/redirect [2021-03-09T00:36:57.761Z] JOB_NAME moby/PR-41757 [2021-03-09T00:36:57.761Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41757/ [2021-03-09T00:36:57.761Z] library.jps.version master [2021-03-09T00:36:57.761Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2021-03-09T00:36:57.761Z] NODE_LABELS amd64 azure azwin-2-264e50 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-03-09T00:36:57.761Z] NODE_NAME azwin-2-264e50 [2021-03-09T00:36:57.761Z] NUMBER_OF_PROCESSORS 4 [2021-03-09T00:36:57.761Z] OS Windows_NT [2021-03-09T00:36:57.761Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2021-03-09T00:36:57.761Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-03-09T00:36:57.761Z] ppc64le true [2021-03-09T00:36:57.761Z] PROCESSOR_ARCHITECTURE AMD64 [2021-03-09T00:36:57.761Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-03-09T00:36:57.761Z] PROCESSOR_LEVEL 6 [2021-03-09T00:36:57.761Z] PROCESSOR_REVISION 5504 [2021-03-09T00:36:57.761Z] ProgramData C:\ProgramData [2021-03-09T00:36:57.761Z] ProgramFiles C:\Program Files [2021-03-09T00:36:57.761Z] ProgramFiles(x86) C:\Program Files (x86) [2021-03-09T00:36:57.761Z] ProgramW6432 C:\Program Files [2021-03-09T00:36:57.761Z] PROMPT $P$G [2021-03-09T00:36:57.761Z] PSExecutionPolicyPreference Bypass [2021-03-09T00:36:57.761Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2021-03-09T00:36:57.761Z] PUBLIC C:\Users\Public [2021-03-09T00:36:57.761Z] rootless true [2021-03-09T00:36:57.761Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41757/6/display/redirect?page=artif... [2021-03-09T00:36:57.761Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41757/6/display/redirect?page=changes [2021-03-09T00:36:57.761Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41757/6/display/redirect [2021-03-09T00:36:57.761Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41757/6/display/redirect?page=tests [2021-03-09T00:36:57.761Z] s390x true [2021-03-09T00:36:57.761Z] SKIP_VALIDATION_TESTS 1 [2021-03-09T00:36:57.761Z] SOURCES_DRIVE d [2021-03-09T00:36:57.761Z] SOURCES_SUBDIR gopath [2021-03-09T00:36:57.761Z] STAGE_NAME Run tests [2021-03-09T00:36:57.761Z] SystemDrive C: [2021-03-09T00:36:57.761Z] SystemRoot C:\windows [2021-03-09T00:36:57.761Z] TEMP C:\windows\TEMP [2021-03-09T00:36:57.761Z] TESTDEBUG 0 [2021-03-09T00:36:57.761Z] TESTRUN_DRIVE d [2021-03-09T00:36:57.761Z] TESTRUN_SUBDIR CI [2021-03-09T00:36:57.761Z] TIMEOUT 120m [2021-03-09T00:36:57.761Z] TMP C:\windows\TEMP [2021-03-09T00:36:57.761Z] unit_validate true [2021-03-09T00:36:57.761Z] USERDOMAIN WORKGROUP [2021-03-09T00:36:57.761Z] USERNAME azwin-2-264e50$ [2021-03-09T00:36:57.761Z] USERPROFILE C:\windows\system32\config\systemprofile [2021-03-09T00:36:57.761Z] validate_force false [2021-03-09T00:36:57.761Z] windir C:\windows [2021-03-09T00:36:57.761Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-03-09T00:36:57.761Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-03-09T00:36:57.761Z] windowsRS1 false [2021-03-09T00:36:57.761Z] windowsRS5 true [2021-03-09T00:36:57.761Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-03-09T00:36:57.761Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-03-09T00:36:57.761Z] [2021-03-09T00:36:57.761Z] [2021-03-09T00:36:57.761Z] [2021-03-09T00:36:57.913Z] #21 35.27 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-09T00:36:57.913Z] #21 DONE 35.5s [2021-03-09T00:36:57.913Z] [2021-03-09T00:36:57.913Z] #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-09T00:36:57.913Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:36:57.913Z] #42 167.9 CC criu/namespaces.o [2021-03-09T00:36:58.073Z] #41 156.4 CC criu/stats.o [2021-03-09T00:36:58.103Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2021-03-09T00:36:58.334Z] #41 156.6 CC criu/string.o [2021-03-09T00:36:58.334Z] #41 156.7 CC criu/sysctl.o [2021-03-09T00:36:58.350Z] #41 160.6 LINK lib/c/built-in.o [2021-03-09T00:36:58.350Z] #41 160.6 LINK lib/c/libcriu.so [2021-03-09T00:36:58.350Z] #41 160.7 LINK lib/c/libcriu.a [2021-03-09T00:36:58.350Z] #41 160.8 GEN magic.py [2021-03-09T00:36:58.350Z] #41 161.0 Note: Building without setproctitle() and strlcpy() support. [2021-03-09T00:36:58.350Z] #41 161.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-09T00:36:58.350Z] #41 161.0 Note: Building without GnuTLS support [2021-03-09T00:36:58.350Z] #41 161.0 Makefile.config:39: Warn: you have no libnftables installed [2021-03-09T00:36:58.350Z] #41 161.0 Makefile.config:40: Warn: Building without nftables support [2021-03-09T00:36:58.738Z] INFO: Sources under d:\gopath\... [2021-03-09T00:36:58.738Z] INFO: Test run under d:\CI\... [2021-03-09T00:36:58.738Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-03-09T00:36:58.738Z] INFO: docker/docker repository was found [2021-03-09T00:36:58.738Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-03-09T00:36:58.907Z] #41 157.1 CC criu/sysfs_parse.o [2021-03-09T00:36:59.134Z] #39 DONE 1.6s [2021-03-09T00:36:59.134Z] [2021-03-09T00:36:59.134Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:59.134Z] #41 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-09T00:36:59.134Z] #41 152.9 CC criu/sockets.o [2021-03-09T00:36:59.134Z] #41 153.7 CC criu/stats.o [2021-03-09T00:36:59.134Z] #41 153.9 CC criu/string.o [2021-03-09T00:36:59.134Z] #41 154.0 CC criu/sysctl.o [2021-03-09T00:36:59.168Z] #41 157.4 CC criu/timens.o [2021-03-09T00:36:59.197Z] ok github.com/docker/docker/volume/service 0.011s coverage: 73.1% of statements [2021-03-09T00:36:59.210Z] ltsc2019: Pulling from windows/servercore [2021-03-09T00:36:59.210Z] 4612f6d0b889: Pulling fs layer [2021-03-09T00:36:59.210Z] db4edcf0861f: Pulling fs layer [2021-03-09T00:36:59.297Z] #41 ... [2021-03-09T00:36:59.297Z] [2021-03-09T00:36:59.297Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-09T00:36:59.297Z] #23 sha256:6738b47278862888d82459a2ae210f76024517d57f3929d595ddaf9d2d216f67 [2021-03-09T00:36:59.297Z] #23 DONE 1.1s [2021-03-09T00:36:59.297Z] [2021-03-09T00:36:59.297Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:36:59.297Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:36:59.297Z] #41 161.9 fatal: not a git repository (or any of the parent directories): .git [2021-03-09T00:36:59.429Z] #41 157.6 CC criu/timerfd.o [2021-03-09T00:36:59.456Z] #42 170.5 CC criu/net.o [2021-03-09T00:36:59.643Z] #66 exporting layers 7.0s done [2021-03-09T00:36:59.643Z] #66 writing image sha256:d7bdaf85242ab1c8e27fb1fcfa58e516aca10695015e10ec7af9706fa0a57410 done [2021-03-09T00:36:59.643Z] #66 naming to docker.io/library/docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 done [2021-03-09T00:36:59.643Z] #66 DONE 7.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2021-03-09T00:36:59.691Z] #41 157.9 CC criu/tty.o [Pipeline] sh [2021-03-09T00:36:59.872Z] #41 162.5 make[1]: Nothing to be done for 'all'. [2021-03-09T00:36:59.879Z] #54 ... [2021-03-09T00:36:59.879Z] [2021-03-09T00:36:59.879Z] #51 [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-09T00:36:59.879Z] #51 sha256:6b34f617ba3439f9948f1d59771bdb0a317f66ebf93981a46aece775a58c66cf [2021-03-09T00:36:59.879Z] #51 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-09T00:36:59.879Z] #51 129.9 + mkdir -p /build [2021-03-09T00:36:59.879Z] #51 129.9 + cp runc /build/runc [2021-03-09T00:36:59.879Z] #51 DONE 130.4s [2021-03-09T00:36:59.879Z] [2021-03-09T00:36:59.879Z] #54 [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-09T00:36:59.879Z] #54 sha256:d2fb064dfe7dbb77f8e042eea0d9c43fe261c308c4dee692ee54b1efbb08c678 [2021-03-09T00:36:59.989Z] + trap exit INT TERM [2021-03-09T00:36:59.989Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-03-09T00:36:59.989Z] + CONTAINER_NAME=docker-pr6 [2021-03-09T00:36:59.989Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41757/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41757/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -e DOCKER_GRAPHDRIVER docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/make.sh dynbinary-daemon [2021-03-09T00:37:00.208Z] #41 154.6 CC criu/sysfs_parse.o [2021-03-09T00:37:00.208Z] #41 154.9 CC criu/timens.o [2021-03-09T00:37:00.468Z] #41 155.2 CC criu/timerfd.o [2021-03-09T00:37:00.516Z] #41 163.3 make[1]: 'images/built-in.o' is up to date. [2021-03-09T00:37:00.516Z] #41 163.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-09T00:37:00.551Z] [2021-03-09T00:37:00.551Z] Removing bundles/ [2021-03-09T00:37:00.551Z] [2021-03-09T00:37:00.551Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-03-09T00:37:00.551Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-09T00:37:00.551Z] GOOS="" GOARCH="" GOARM="" [2021-03-09T00:37:00.634Z] #41 158.9 CC criu/tun.o [2021-03-09T00:37:00.745Z] #41 155.5 CC criu/tty.o [2021-03-09T00:37:00.778Z] #41 163.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-09T00:37:00.778Z] #41 163.5 make[1]: 'compel/libcompel.a' is up to date. [2021-03-09T00:37:00.778Z] #41 163.5 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-09T00:37:00.778Z] #41 163.6 make[1]: Nothing to be done for 'all'. [2021-03-09T00:37:00.872Z] #54 ... [2021-03-09T00:37:00.872Z] [2021-03-09T00:37:00.872Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-09T00:37:00.872Z] #52 sha256:1295f619a818f2d779b62ecd755659166abad346f9037948ccb773b669d071cd [2021-03-09T00:37:00.895Z] #41 159.3 CC criu/uffd.o [2021-03-09T00:37:01.040Z] #41 163.6 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-09T00:37:01.040Z] #41 163.8 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:01.131Z] #52 DONE 0.3s [2021-03-09T00:37:01.131Z] [2021-03-09T00:37:01.131Z] #54 [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-09T00:37:01.131Z] #54 sha256:d2fb064dfe7dbb77f8e042eea0d9c43fe261c308c4dee692ee54b1efbb08c678 [2021-03-09T00:37:01.302Z] #41 163.9 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:01.302Z] #41 163.9 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:01.302Z] #41 164.0 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:01.302Z] #41 164.1 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:01.302Z] #41 164.1 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:01.564Z] #41 164.2 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:01.564Z] #41 164.3 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:01.564Z] #41 164.3 INSTALL criu/criu [2021-03-09T00:37:01.838Z] #41 160.0 CC criu/util.o [2021-03-09T00:37:02.724Z] #41 157.4 CC criu/tun.o [2021-03-09T00:37:02.783Z] #41 160.8 CC criu/uts_ns.o [2021-03-09T00:37:02.783Z] #41 161.0 CC criu/vdso-compat.o [2021-03-09T00:37:03.044Z] #41 161.2 CC criu/vdso.o [2021-03-09T00:37:03.294Z] #41 157.9 CC criu/uffd.o [2021-03-09T00:37:03.306Z] #41 161.7 LINK criu/built-in.o [2021-03-09T00:37:03.567Z] #41 161.7 LINK criu/criu [2021-03-09T00:37:03.828Z] #41 162.1 DEP lib/c/criu.d [2021-03-09T00:37:03.828Z] #41 162.1 CC images/rpc.pb-c.o [2021-03-09T00:37:04.115Z] #42 174.9 CC criu/netfilter.o [2021-03-09T00:37:04.231Z] #41 158.8 CC criu/util.o [2021-03-09T00:37:04.401Z] #41 162.6 CC lib/c/criu.o [2021-03-09T00:37:04.414Z] #42 175.3 CC criu/page-pipe.o [2021-03-09T00:37:04.800Z] #41 159.7 CC criu/uts_ns.o [2021-03-09T00:37:05.060Z] #41 159.8 CC criu/vdso-compat.o [2021-03-09T00:37:05.062Z] #42 176.1 CC criu/page-xfer.o [2021-03-09T00:37:05.320Z] #41 159.9 CC criu/vdso.o [2021-03-09T00:37:05.344Z] #41 163.4 LINK lib/c/built-in.o [2021-03-09T00:37:05.344Z] #41 163.4 LINK lib/c/libcriu.so [2021-03-09T00:37:05.344Z] #41 163.4 LINK lib/c/libcriu.a [2021-03-09T00:37:05.344Z] #41 163.5 GEN magic.py [2021-03-09T00:37:05.344Z] #41 163.6 Note: Building without setproctitle() and strlcpy() support. [2021-03-09T00:37:05.344Z] #41 163.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-09T00:37:05.344Z] #41 163.6 Note: Building without GnuTLS support [2021-03-09T00:37:05.344Z] #41 163.6 Makefile.config:39: Warn: you have no libnftables installed [2021-03-09T00:37:05.344Z] #41 163.6 Makefile.config:40: Warn: Building without nftables support [2021-03-09T00:37:05.580Z] #41 160.4 LINK criu/built-in.o [2021-03-09T00:37:05.840Z] #41 160.6 LINK criu/criu [2021-03-09T00:37:05.917Z] #41 164.2 fatal: not a git repository (or any of the parent directories): .git [2021-03-09T00:37:06.100Z] #41 161.0 DEP lib/c/criu.d [2021-03-09T00:37:06.101Z] #41 161.0 CC images/rpc.pb-c.o [2021-03-09T00:37:06.475Z] db4edcf0861f: Verifying Checksum [2021-03-09T00:37:06.475Z] db4edcf0861f: Download complete [2021-03-09T00:37:06.491Z] #41 164.8 make[1]: Nothing to be done for 'all'. [2021-03-09T00:37:06.671Z] #41 161.5 CC lib/c/criu.o [2021-03-09T00:37:07.063Z] #41 165.2 make[1]: 'images/built-in.o' is up to date. [2021-03-09T00:37:07.063Z] #41 165.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-09T00:37:07.063Z] #41 165.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-09T00:37:07.063Z] #41 165.3 make[1]: 'compel/libcompel.a' is up to date. [2021-03-09T00:37:07.063Z] #41 165.3 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-09T00:37:07.063Z] #41 165.4 make[1]: Nothing to be done for 'all'. [2021-03-09T00:37:07.063Z] #41 165.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-09T00:37:07.166Z] #42 178.3 CC criu/pagemap-cache.o [2021-03-09T00:37:07.324Z] #41 165.5 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:07.325Z] #41 165.6 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:07.325Z] #41 165.6 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:07.325Z] #41 165.7 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:07.325Z] #41 165.7 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:07.586Z] #41 165.8 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:07.586Z] #41 165.8 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:07.586Z] #41 165.9 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:07.586Z] #41 165.9 INSTALL criu/criu [2021-03-09T00:37:07.611Z] #41 162.2 LINK lib/c/built-in.o [2021-03-09T00:37:07.611Z] #41 162.2 LINK lib/c/libcriu.so [2021-03-09T00:37:07.611Z] #41 162.3 LINK lib/c/libcriu.a [2021-03-09T00:37:07.611Z] #41 162.4 GEN magic.py [2021-03-09T00:37:07.818Z] #42 178.8 CC criu/pagemap.o [2021-03-09T00:37:07.848Z] #41 DONE 166.2s [2021-03-09T00:37:07.848Z] [2021-03-09T00:37:07.848Z] #54 [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-09T00:37:07.848Z] #54 sha256:0344114b4782cb581795c139cc60fca8e375a167765fd02a7563b806375d8450 [2021-03-09T00:37:07.871Z] #41 162.5 Note: Building without setproctitle() and strlcpy() support. [2021-03-09T00:37:07.871Z] #41 162.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-09T00:37:07.871Z] #41 162.5 Note: Building without GnuTLS support [2021-03-09T00:37:07.871Z] #41 162.6 Makefile.config:39: Warn: you have no libnftables installed [2021-03-09T00:37:07.871Z] #41 162.6 Makefile.config:40: Warn: Building without nftables support [2021-03-09T00:37:08.441Z] #41 163.1 fatal: not a git repository (or any of the parent directories): .git [2021-03-09T00:37:08.931Z] #42 180.1 CC criu/parasite-syscall.o [2021-03-09T00:37:09.011Z] #41 163.6 make[1]: Nothing to be done for 'all'. [2021-03-09T00:37:09.236Z] #54 ... [2021-03-09T00:37:09.236Z] [2021-03-09T00:37:09.236Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-09T00:37:09.236Z] #42 sha256:22dc72d23cda437d2e212fad60dcb275304dbb613e9ab15ae6108e9b1b189401 [2021-03-09T00:37:09.236Z] #42 DONE 0.1s [2021-03-09T00:37:09.236Z] [2021-03-09T00:37:09.236Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-09T00:37:09.236Z] #44 sha256:f2b022bbe6ff2ccd8fbd7a26d14ad1b3feb863a12ff4f9463d9ac228105e9aa7 [2021-03-09T00:37:09.272Z] #41 164.1 make[1]: 'images/built-in.o' is up to date. [2021-03-09T00:37:09.272Z] #41 164.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-09T00:37:09.272Z] #41 164.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-09T00:37:09.272Z] #41 164.2 make[1]: 'compel/libcompel.a' is up to date. [2021-03-09T00:37:09.272Z] #41 164.2 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-09T00:37:09.272Z] #41 164.2 make[1]: Nothing to be done for 'all'. [2021-03-09T00:37:09.272Z] #41 164.2 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-09T00:37:09.498Z] #44 DONE 0.2s [2021-03-09T00:37:09.498Z] [2021-03-09T00:37:09.498Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-09T00:37:09.498Z] #46 sha256:bc1941d4058cabc10747f95fb70c4fa385fcbdfc03e6d46cd0e4d18144e79b95 [2021-03-09T00:37:09.719Z] #41 ... [2021-03-09T00:37:09.719Z] [2021-03-09T00:37:09.719Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-09T00:37:09.719Z] #28 sha256:8272b60efafae31f2667b9acbbebeb6632cbb7c42feb64a2b3265f0b0cbf5783 [2021-03-09T00:37:09.719Z] #28 ... [2021-03-09T00:37:09.719Z] [2021-03-09T00:37:09.719Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/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-09T00:37:09.719Z] #41 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-09T00:37:09.719Z] #41 DONE 172.4s [2021-03-09T00:37:09.719Z] [2021-03-09T00:37:09.719Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-09T00:37:09.719Z] #28 sha256:8272b60efafae31f2667b9acbbebeb6632cbb7c42feb64a2b3265f0b0cbf5783 [2021-03-09T00:37:09.719Z] #28 DONE 10.6s [2021-03-09T00:37:09.719Z] [2021-03-09T00:37:09.719Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-09T00:37:09.719Z] #31 sha256:5ac39effa5aef922da568d5ee1946dd2acebfda96f40e9f747b517566aac31eb [2021-03-09T00:37:09.759Z] #46 DONE 0.1s [2021-03-09T00:37:09.759Z] [2021-03-09T00:37:09.759Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-09T00:37:09.759Z] #48 sha256:6cd800509be9260552cd370546ac7e808b2cee3d2c32334f3cc3f6adfdc616aa [2021-03-09T00:37:09.759Z] #48 DONE 0.2s [2021-03-09T00:37:09.759Z] [2021-03-09T00:37:09.759Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-09T00:37:09.759Z] #50 sha256:09db80d6201ea4d8ab486fdbe79508385294d75734c3b8e320fea4ce59892924 [2021-03-09T00:37:09.841Z] #41 164.4 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:09.841Z] #41 164.4 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:09.841Z] #41 164.5 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:09.841Z] #41 164.5 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:09.841Z] #41 164.6 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:09.842Z] #41 164.6 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:09.842Z] #41 164.6 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:10.021Z] #50 DONE 0.1s [2021-03-09T00:37:10.021Z] [2021-03-09T00:37:10.021Z] #51 [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-09T00:37:10.021Z] #51 sha256:9893bee24b08f8d20f4496d0d5a58d9d9ac0e04d3d4b1f63491b1422239fc3ed [2021-03-09T00:37:10.101Z] #41 164.7 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:10.101Z] #41 164.7 INSTALL criu/criu [2021-03-09T00:37:10.472Z] #42 181.4 CC criu/path.o [2021-03-09T00:37:10.663Z] #31 DONE 0.9s [2021-03-09T00:37:10.663Z] [2021-03-09T00:37:10.663Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-09T00:37:10.663Z] #33 sha256:fa3ac9b4ab6774a290dc9c092786394403f3335142da96bfc8ce85a8728e4473 [2021-03-09T00:37:10.671Z] #41 DONE 165.4s [2021-03-09T00:37:10.671Z] [2021-03-09T00:37:10.671Z] #54 [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-09T00:37:10.671Z] #54 sha256:bc3a71fd6a6af15a674eb6edc38d170bfb6a5da5f76d67419c230340bc0f2244 [2021-03-09T00:37:10.778Z] #42 181.8 CC criu/pie-util-vdso.o [2021-03-09T00:37:10.924Z] #33 DONE 0.2s [2021-03-09T00:37:10.924Z] [2021-03-09T00:37:10.924Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-09T00:37:10.924Z] #36 sha256:1613ad65cb8b92b835b871d5aabda601a785e27acd3959a126ddbd69c11a4aee [2021-03-09T00:37:11.186Z] #36 DONE 0.2s [2021-03-09T00:37:11.186Z] [2021-03-09T00:37:11.186Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-09T00:37:11.186Z] #39 sha256:67472a9451c9954c3419c9fc92c640114349e963f1aa0b3960fa52d463beecc0 [2021-03-09T00:37:11.433Z] #42 182.3 CC criu/pie-util.o [2021-03-09T00:37:11.433Z] #42 182.5 CC criu/pipes.o [2021-03-09T00:37:11.757Z] #39 DONE 0.8s [2021-03-09T00:37:11.757Z] [2021-03-09T00:37:11.757Z] #54 [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-09T00:37:11.757Z] #54 sha256:c59b810bda176dba5a853a87f8ca4aea48dfce7e7f070ae5237a3d1e03eeb1d1 [2021-03-09T00:37:12.018Z] #54 ... [2021-03-09T00:37:12.018Z] [2021-03-09T00:37:12.018Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-09T00:37:12.018Z] #42 sha256:4cc111de04070287d95f81dc1bd9a6e9e17ced9920214aaac2eac5f74d27600a [2021-03-09T00:37:12.018Z] #42 DONE 0.2s [2021-03-09T00:37:12.018Z] [2021-03-09T00:37:12.018Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-09T00:37:12.018Z] #44 sha256:cdaeadde7f744310761b12b2d5528dee3ed5e864a10d873f3e2172146aef5936 [2021-03-09T00:37:12.057Z] #54 ... [2021-03-09T00:37:12.057Z] [2021-03-09T00:37:12.057Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-09T00:37:12.057Z] #42 sha256:8327d2c33964025b1233d1392d6d4cbb73ae619de0e5bbca7b0b3a7170849922 [2021-03-09T00:37:12.316Z] #42 DONE 0.4s [2021-03-09T00:37:12.316Z] [2021-03-09T00:37:12.316Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-09T00:37:12.316Z] #44 sha256:6a4b4cd8d3cd2671566f006e828c500cc5e2af2fd4c3ddf616bf6d11870c7436 [2021-03-09T00:37:12.501Z] #42 183.4 CC criu/plugin.o [2021-03-09T00:37:12.800Z] #42 184.0 CC criu/proc_parse.o [2021-03-09T00:37:12.968Z] #44 DONE 0.6s [2021-03-09T00:37:12.968Z] [2021-03-09T00:37:12.968Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-09T00:37:12.968Z] #46 sha256:53118971c31f2e46f85b03148f9c8565a8100e61ccf2b8f53d82c756764bb776 [2021-03-09T00:37:12.968Z] #46 DONE 0.1s [2021-03-09T00:37:12.968Z] [2021-03-09T00:37:12.968Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-09T00:37:12.968Z] #48 sha256:994b963e20eaf1dba0476fcdd6c30a1e94292baeb66f05be50620e1168a68486 [2021-03-09T00:37:13.254Z] #44 DONE 0.7s [2021-03-09T00:37:13.254Z] [2021-03-09T00:37:13.254Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-09T00:37:13.254Z] #46 sha256:d373f8bd9fb5d3d070d147806740ca6b0f7e103e80c55dd8c3d662bc0a7c81ea [2021-03-09T00:37:13.822Z] #46 DONE 0.6s [2021-03-09T00:37:13.822Z] [2021-03-09T00:37:13.822Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-09T00:37:13.822Z] #48 sha256:9d0ef7f2d97aa78bcf7a2b05942f97f0e5ca2f9aed734f62815b897214967d38 [2021-03-09T00:37:13.910Z] #48 DONE 1.2s [2021-03-09T00:37:13.910Z] [2021-03-09T00:37:13.910Z] #54 [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-09T00:37:13.910Z] #54 sha256:c59b810bda176dba5a853a87f8ca4aea48dfce7e7f070ae5237a3d1e03eeb1d1 [2021-03-09T00:37:14.170Z] #54 ... [2021-03-09T00:37:14.170Z] [2021-03-09T00:37:14.170Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-09T00:37:14.170Z] #50 sha256:93068c51604a9dc31c7a1a230df44e6188e48308898523f088e922d7c092190d [2021-03-09T00:37:14.170Z] #50 DONE 0.2s [2021-03-09T00:37:14.170Z] [2021-03-09T00:37:14.170Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-09T00:37:14.170Z] #52 sha256:8525f7a4796dc471f5c50e386e0668eda1722bd94aafa2c80047d2e27ec96525 [2021-03-09T00:37:14.391Z] #48 DONE 0.7s [2021-03-09T00:37:14.391Z] [2021-03-09T00:37:14.391Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-09T00:37:14.391Z] #50 sha256:a3d802377d71821cb84377e56816e62e8cc6b8ff81d93b9f37c5535e732e5c9f [2021-03-09T00:37:14.553Z] ok github.com/docker/docker/pkg/plugins 33.626s coverage: 76.6% of statements [2021-03-09T00:37:14.553Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-09T00:37:14.553Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-09T00:37:14.553Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-09T00:37:14.553Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-09T00:37:14.553Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-09T00:37:14.553Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-09T00:37:14.553Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-09T00:37:14.553Z] ? github.com/docker/docker/rootless [no test files] [2021-03-09T00:37:14.553Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-09T00:37:14.553Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-09T00:37:14.553Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-09T00:37:14.553Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-09T00:37:14.553Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-09T00:37:14.553Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-09T00:37:14.553Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-09T00:37:14.554Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-09T00:37:14.554Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-09T00:37:14.554Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-09T00:37:14.554Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-09T00:37:14.554Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-09T00:37:14.554Z] ? github.com/docker/docker/volume [no test files] [2021-03-09T00:37:14.554Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-09T00:37:14.554Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === Skipped [2021-03-09T00:37:14.554Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-09T00:37:14.554Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-09T00:37:14.554Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-09T00:37:14.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:37:14.554Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-09T00:37:14.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:37:14.554Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-09T00:37:14.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:37:14.554Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-09T00:37:14.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:37:14.554Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-09T00:37:14.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:37:14.554Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-09T00:37:14.554Z] graphtest_unix.go:73: No driver to put! [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-09T00:37:14.554Z] time="2021-03-09T00:36:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:37:14.554Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:37:14.554Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-09T00:37:14.554Z] time="2021-03-09T00:36:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:37:14.554Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:37:14.554Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-09T00:37:14.554Z] time="2021-03-09T00:36:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:37:14.554Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:37:14.554Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-09T00:37:14.554Z] time="2021-03-09T00:36:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:37:14.554Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:37:14.554Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-09T00:37:14.554Z] time="2021-03-09T00:36:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:37:14.554Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:37:14.554Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-09T00:37:14.554Z] graphtest_unix.go:73: No driver to put! [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-09T00:37:14.554Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-09T00:37:14.554Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-09T00:37:14.554Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-09T00:37:14.554Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-09T00:37:14.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:37:14.554Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-09T00:37:14.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:37:14.554Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-09T00:37:14.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:37:14.554Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-09T00:37:14.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:37:14.554Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-09T00:37:14.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:37:14.554Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-09T00:37:14.554Z] graphtest_unix.go:73: No driver to put! [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-09T00:37:14.554Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-09T00:37:14.554Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] [2021-03-09T00:37:14.554Z] DONE 2243 tests, 26 skipped in 193.255s Post stage [Pipeline] junit [2021-03-09T00:37:14.600Z] Recording test results [2021-03-09T00:37:14.651Z] #50 DONE 0.2s [2021-03-09T00:37:14.651Z] [2021-03-09T00:37:14.651Z] #54 [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-09T00:37:14.651Z] #54 sha256:bc3a71fd6a6af15a674eb6edc38d170bfb6a5da5f76d67419c230340bc0f2244 [2021-03-09T00:37:14.651Z] #54 226.0 + bin/containerd [2021-03-09T00:37:14.742Z] #52 DONE 0.6s [2021-03-09T00:37:14.742Z] [2021-03-09T00:37:14.742Z] #54 [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-09T00:37:14.742Z] #54 sha256:c59b810bda176dba5a853a87f8ca4aea48dfce7e7f070ae5237a3d1e03eeb1d1 [2021-03-09T00:37:14.802Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-09T00:37:15.253Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41757/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -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:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/make.sh dynbinary test-integration [2021-03-09T00:37:15.316Z] #51 ... [2021-03-09T00:37:15.316Z] [2021-03-09T00:37:15.316Z] #54 [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-09T00:37:15.316Z] #54 sha256:0344114b4782cb581795c139cc60fca8e375a167765fd02a7563b806375d8450 [2021-03-09T00:37:15.316Z] #54 196.4 + bin/containerd [2021-03-09T00:37:15.545Z] [2021-03-09T00:37:15.545Z] Removing bundles/ [2021-03-09T00:37:15.545Z] [2021-03-09T00:37:15.545Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-09T00:37:15.836Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-09T00:37:15.836Z] GOOS="" GOARCH="" GOARM="" [2021-03-09T00:37:18.431Z] #42 188.6 CC criu/protobuf-desc.o [2021-03-09T00:37:18.732Z] #42 189.9 CC criu/protobuf.o [2021-03-09T00:37:19.393Z] #42 190.5 CC criu/pstree.o [2021-03-09T00:37:20.609Z] #54 ... [2021-03-09T00:37:20.609Z] [2021-03-09T00:37:20.609Z] #51 [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-09T00:37:20.609Z] #51 sha256:9893bee24b08f8d20f4496d0d5a58d9d9ac0e04d3d4b1f63491b1422239fc3ed [2021-03-09T00:37:20.609Z] #51 128.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-09T00:37:20.609Z] #51 129.4 + mkdir -p /build [2021-03-09T00:37:20.609Z] #51 129.4 + cp runc /build/runc [2021-03-09T00:37:20.609Z] #51 DONE 130.0s [2021-03-09T00:37:20.609Z] [2021-03-09T00:37:20.609Z] #54 [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-09T00:37:20.609Z] #54 sha256:0344114b4782cb581795c139cc60fca8e375a167765fd02a7563b806375d8450 [2021-03-09T00:37:20.942Z] #42 ... [2021-03-09T00:37:20.942Z] [2021-03-09T00:37:20.942Z] #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-09T00:37:20.942Z] #39 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-09T00:37:20.942Z] #39 264.5 + dpkg --print-architecture [2021-03-09T00:37:20.942Z] #39 264.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-09T00:37:21.181Z] #54 ... [2021-03-09T00:37:21.181Z] [2021-03-09T00:37:21.181Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-09T00:37:21.181Z] #52 sha256:741ba69dcb7255802baab44cd432afae6b71c2b924f3b2d67d9e1794f87c313d [2021-03-09T00:37:21.226Z] #54 ... [2021-03-09T00:37:21.226Z] [2021-03-09T00:37:21.226Z] #51 [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-09T00:37:21.226Z] #51 sha256:13c6310c3623d00ff8635d1642269ada48f777ef458d3313bf5eaae58298252d [2021-03-09T00:37:21.226Z] #51 121.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-09T00:37:21.241Z] #39 264.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-09T00:37:21.241Z] #39 264.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-09T00:37:21.443Z] #52 DONE 0.3s [2021-03-09T00:37:21.443Z] [2021-03-09T00:37:21.443Z] #54 [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-09T00:37:21.443Z] #54 sha256:0344114b4782cb581795c139cc60fca8e375a167765fd02a7563b806375d8450 [2021-03-09T00:37:22.169Z] #51 122.5 + mkdir -p /build [2021-03-09T00:37:22.169Z] #51 122.5 + cp runc /build/runc [2021-03-09T00:37:22.740Z] #51 DONE 123.2s [2021-03-09T00:37:22.740Z] [2021-03-09T00:37:22.740Z] #54 [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-09T00:37:22.740Z] #54 sha256:bc3a71fd6a6af15a674eb6edc38d170bfb6a5da5f76d67419c230340bc0f2244 [2021-03-09T00:37:24.122Z] #54 ... [2021-03-09T00:37:24.122Z] [2021-03-09T00:37:24.122Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-09T00:37:24.122Z] #52 sha256:f90feec803633ae0c2dfaa77efb7cf236051cd3bc9fac83aeeb8dde37097fc22 [2021-03-09T00:37:24.696Z] #52 DONE 0.4s [2021-03-09T00:37:24.696Z] [2021-03-09T00:37:24.696Z] #54 [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-09T00:37:24.696Z] #54 sha256:bc3a71fd6a6af15a674eb6edc38d170bfb6a5da5f76d67419c230340bc0f2244 [2021-03-09T00:37:24.740Z] #54 209.9 + bin/containerd-stress [2021-03-09T00:37:27.683Z] #54 238.4 + bin/containerd-stress [2021-03-09T00:37:27.683Z] #54 240.4 + bin/containerd-shim [2021-03-09T00:37:28.042Z] #54 212.9 + bin/containerd-shim [2021-03-09T00:37:31.710Z] #39 ... [2021-03-09T00:37:31.710Z] [2021-03-09T00:37:31.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-09T00:37:31.710Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:37:31.710Z] #42 192.2 CC criu/rbtree.o [2021-03-09T00:37:31.710Z] #42 192.6 CC criu/rst-malloc.o [2021-03-09T00:37:31.710Z] #42 193.0 CC criu/seccomp.o [2021-03-09T00:37:31.710Z] #42 193.8 CC criu/seize.o [2021-03-09T00:37:31.710Z] #42 195.1 CC criu/servicefd.o [2021-03-09T00:37:31.710Z] #42 195.7 CC criu/shmem.o [2021-03-09T00:37:31.710Z] #42 196.9 CC criu/sigframe.o [2021-03-09T00:37:31.710Z] #42 197.1 CC criu/signalfd.o [2021-03-09T00:37:31.710Z] #42 197.6 CC criu/sk-inet.o [2021-03-09T00:37:31.710Z] #42 199.0 CC criu/sk-netlink.o [2021-03-09T00:37:31.710Z] #42 199.5 CC criu/sk-packet.o [2021-03-09T00:37:31.711Z] #42 200.3 CC criu/sk-queue.o [2021-03-09T00:37:31.711Z] #42 201.1 CC criu/sk-tcp.o [2021-03-09T00:37:31.711Z] #42 201.8 CC criu/sk-unix.o [2021-03-09T00:37:33.253Z] #42 204.3 CC criu/sockets.o [2021-03-09T00:37:33.341Z] #54 218.6 + bin/containerd-shim-runc-v1 [2021-03-09T00:37:34.255Z] #54 247.2 + bin/containerd-shim-runc-v1 [2021-03-09T00:37:34.804Z] #42 205.6 CC criu/stats.o [2021-03-09T00:37:35.105Z] #42 206.1 CC criu/string.o [2021-03-09T00:37:35.406Z] #42 206.3 CC criu/sysctl.o [2021-03-09T00:37:36.055Z] #42 207.1 CC criu/sysfs_parse.o [2021-03-09T00:37:36.705Z] #42 207.6 CC criu/timens.o [2021-03-09T00:37:37.011Z] #42 208.1 CC criu/timerfd.o [2021-03-09T00:37:37.555Z] #54 222.7 + bin/containerd-shim-runc-v2 [2021-03-09T00:37:37.663Z] #42 208.7 CC criu/tty.o [2021-03-09T00:37:38.942Z] #54 224.2 + binaries [2021-03-09T00:37:38.942Z] #54 224.2 + install -D bin/containerd /build/containerd [2021-03-09T00:37:38.942Z] #54 224.3 + install -D bin/containerd-shim /build/containerd-shim [2021-03-09T00:37:38.942Z] #54 224.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-09T00:37:38.942Z] #54 224.3 + install -D bin/ctr /build/ctr [2021-03-09T00:37:39.526Z] #54 251.8 + bin/containerd-shim-runc-v2 [2021-03-09T00:37:39.786Z] #54 252.8 + binaries [2021-03-09T00:37:39.786Z] #54 252.8 + install -D bin/containerd /build/containerd [2021-03-09T00:37:39.786Z] #54 252.8 + install -D bin/containerd-shim /build/containerd-shim [2021-03-09T00:37:40.045Z] #54 252.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-09T00:37:40.045Z] #54 252.9 + install -D bin/ctr /build/ctr [2021-03-09T00:37:40.462Z] #42 211.3 CC criu/tun.o [2021-03-09T00:37:41.113Z] #42 212.1 CC criu/uffd.o [2021-03-09T00:37:42.573Z] #54 DONE 255.2s [2021-03-09T00:37:42.656Z] #42 213.7 CC criu/util.o [2021-03-09T00:37:43.139Z] [2021-03-09T00:37:43.139Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-09T00:37:43.139Z] #55 sha256:f50101a7cea825c4e9a0f34edf454b00f4afb1f90f8a71b36a1d58e8a60c68f9 [2021-03-09T00:37:43.141Z] #54 DONE 228.4s [2021-03-09T00:37:44.073Z] #55 DONE 1.0s [2021-03-09T00:37:44.073Z] [2021-03-09T00:37:44.073Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-09T00:37:44.073Z] #59 sha256:660c240f5b931537dab0ff8719ba8fcd1bfdf21eaf655d544f926154b50b27a7 [2021-03-09T00:37:44.330Z] #59 DONE 0.2s [2021-03-09T00:37:44.330Z] [2021-03-09T00:37:44.330Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-03-09T00:37:44.330Z] #61 sha256:f635916f116e8bc8053ca71c7192862964fe80869fbb894f6bfa39f8505f0f3b [2021-03-09T00:37:44.526Z] [2021-03-09T00:37:44.526Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-09T00:37:44.526Z] #55 sha256:b8b2e35212ba9c0d341b80c801799ed8fdc52e0af261f22572171774a946a0e3 [2021-03-09T00:37:44.777Z] #42 215.8 CC criu/uts_ns.o [2021-03-09T00:37:44.896Z] #61 DONE 0.6s [2021-03-09T00:37:44.896Z] [2021-03-09T00:37:44.896Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-09T00:37:44.896Z] #63 sha256:5a4cfcad64f16bd326135d93b109475826fb51db401cf6229f755dd4c8cd473b [2021-03-09T00:37:44.896Z] #63 DONE 0.1s [2021-03-09T00:37:44.896Z] [2021-03-09T00:37:44.896Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-09T00:37:44.896Z] #64 sha256:9d87896645c1974d2cb98103e87712def63b18a8115083cd7936cb6d05f80bce [2021-03-09T00:37:44.896Z] #64 DONE 0.0s [2021-03-09T00:37:45.076Z] #42 216.2 CC criu/vdso.o [2021-03-09T00:37:45.155Z] [2021-03-09T00:37:45.155Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-09T00:37:45.155Z] #65 sha256:ec041bff52db6c923aea8b39ebad306608e2f35b467d219e364b16b95e7acdd0 [2021-03-09T00:37:46.136Z] #42 217.1 LINK criu/built-in.o [2021-03-09T00:37:46.136Z] #42 217.4 LINK criu/criu [2021-03-09T00:37:46.449Z] #55 DONE 2.1s [2021-03-09T00:37:46.449Z] [2021-03-09T00:37:46.449Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-09T00:37:46.449Z] #59 sha256:b72b883f43e5a0c4e5ed37edf22b74fb9a5750263ec4ef15b2e86d7033988b76 [2021-03-09T00:37:47.057Z] #65 DONE 2.1s [2021-03-09T00:37:47.057Z] [2021-03-09T00:37:47.057Z] #66 exporting to image [2021-03-09T00:37:47.057Z] #66 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-09T00:37:47.057Z] #66 exporting layers [2021-03-09T00:37:47.196Z] #42 218.0 DEP lib/c/criu.d [2021-03-09T00:37:47.196Z] #42 218.1 CC images/rpc.pb-c.o [2021-03-09T00:37:47.395Z] #59 DONE 0.6s [2021-03-09T00:37:47.395Z] [2021-03-09T00:37:47.395Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-03-09T00:37:47.395Z] #61 sha256:937a24b4b2c4be3f2c4742b37f755709037c963ea41467890e260f0c303ad2a0 [2021-03-09T00:37:47.846Z] #42 219.0 CC lib/c/criu.o [2021-03-09T00:37:48.031Z] #54 227.7 + bin/containerd-stress [2021-03-09T00:37:48.293Z] #54 229.8 + bin/containerd-shim [2021-03-09T00:37:48.338Z] #61 DONE 1.2s [2021-03-09T00:37:48.338Z] [2021-03-09T00:37:48.338Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-09T00:37:48.338Z] #63 sha256:69625229b89506dff8418692867c0925205ae2353a5410cb50a9b94d35519aeb [2021-03-09T00:37:48.338Z] #63 DONE 0.1s [2021-03-09T00:37:48.605Z] [2021-03-09T00:37:48.605Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-09T00:37:48.605Z] #64 sha256:e5a10880379a67ac5462244741e274a3c86e797f76f6ff88a4457e0a2c8bac45 [2021-03-09T00:37:48.605Z] #64 DONE 0.1s [2021-03-09T00:37:48.605Z] [2021-03-09T00:37:48.605Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-09T00:37:48.605Z] #65 sha256:a75fffd25911f368d5a68d9a3d84fe555f2fb1d5e5564cf6e6685227bea492bb [2021-03-09T00:37:49.078Z] 4612f6d0b889: Verifying Checksum [2021-03-09T00:37:49.078Z] 4612f6d0b889: Download complete [2021-03-09T00:37:49.957Z] #42 220.9 LINK lib/c/built-in.o [2021-03-09T00:37:49.957Z] #42 220.9 LINK lib/c/libcriu.so [2021-03-09T00:37:49.957Z] #42 220.9 LINK lib/c/libcriu.a [2021-03-09T00:37:50.258Z] #42 221.1 GEN magic.py [2021-03-09T00:37:50.526Z] #65 DONE 1.7s [2021-03-09T00:37:50.526Z] [2021-03-09T00:37:50.526Z] #66 exporting to image [2021-03-09T00:37:50.526Z] #66 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-09T00:37:50.526Z] #66 exporting layers [2021-03-09T00:37:50.556Z] #42 221.4 Note: Building without setproctitle() and strlcpy() support. [2021-03-09T00:37:50.556Z] #42 221.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-09T00:37:50.556Z] #42 221.4 Note: Building without GnuTLS support [2021-03-09T00:37:50.556Z] #42 221.4 Makefile.config:39: Warn: you have no libnftables installed [2021-03-09T00:37:50.556Z] #42 221.4 Makefile.config:40: Warn: Building without nftables support [2021-03-09T00:37:51.268Z] #54 259.2 + bin/containerd-stress [2021-03-09T00:37:51.268Z] #54 261.5 + bin/containerd-shim [2021-03-09T00:37:51.636Z] #42 222.6 fatal: not a git repository (or any of the parent directories): .git [2021-03-09T00:37:53.182Z] #42 224.0 make[1]: Nothing to be done for 'all'. [2021-03-09T00:37:53.561Z] #42 ... [2021-03-09T00:37:53.561Z] [2021-03-09T00:37:53.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-09T00:37:53.561Z] #39 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-09T00:37:53.561Z] #39 DONE 297.0s [2021-03-09T00:37:53.561Z] [2021-03-09T00:37:53.561Z] #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-09T00:37:53.561Z] #52 sha256:391ee5199bdf738346dcfaa69e5e614e0ee40d292714bcec9e820270738dece9 [2021-03-09T00:37:54.213Z] #52 ... [2021-03-09T00:37:54.213Z] [2021-03-09T00:37:54.213Z] #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-09T00:37:54.213Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-09T00:37:54.213Z] #42 225.4 make[1]: 'images/built-in.o' is up to date. [2021-03-09T00:37:54.512Z] #42 225.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-09T00:37:54.512Z] #42 225.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-09T00:37:54.512Z] #42 225.7 make[1]: 'compel/libcompel.a' is up to date. [2021-03-09T00:37:54.813Z] #42 225.8 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-09T00:37:54.813Z] #42 225.8 make[1]: Nothing to be done for 'all'. [2021-03-09T00:37:54.813Z] #42 225.9 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-09T00:37:55.114Z] #42 226.2 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:55.114Z] #42 226.3 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:55.114Z] #42 226.3 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:55.172Z] #66 exporting layers 7.0s done [2021-03-09T00:37:55.172Z] #66 writing image sha256:1bfd377ae8951d27773724d78ef4b68359f53498dd90340aa576fbc80d656f31 done [2021-03-09T00:37:55.172Z] #66 naming to docker.io/library/docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 done [2021-03-09T00:37:55.172Z] #66 DONE 7.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-03-09T00:37:55.510Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41757/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41757/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/validate/default [2021-03-09T00:37:55.763Z] #42 226.6 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:55.763Z] #42 226.7 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:55.763Z] #42 226.8 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:55.763Z] #42 226.8 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:55.763Z] #42 227.0 make[2]: Nothing to be done for 'all'. [2021-03-09T00:37:56.063Z] #42 227.0 INSTALL criu/criu [2021-03-09T00:37:56.063Z] #42 DONE 227.1s [2021-03-09T00:37:56.063Z] [2021-03-09T00:37:56.063Z] #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-09T00:37:56.063Z] #48 sha256:e109b2aca15be1a58afce7884ebbd7750a71efd9f6f62ca68d1c2b02568c01eb [2021-03-09T00:37:56.435Z] #54 236.6 + bin/containerd-shim-runc-v1 [2021-03-09T00:37:56.549Z] #54 268.2 + bin/containerd-shim-runc-v1 [2021-03-09T00:37:56.885Z] Congratulations! All commits are properly signed with the DCO! [2021-03-09T00:37:56.885Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-03-09T00:37:56.885Z] No api/types/ or api/swagger.yaml changes in diff. [2021-03-09T00:37:56.885Z] Congratulations! All TOML source files changed here have valid syntax. [2021-03-09T00:37:56.885Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-03-09T00:37:56.885Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-03-09T00:37:56.885Z] Congratulations! No new tests were added to integration-cli. [2021-03-09T00:37:56.885Z] [2021-03-09T00:37:56.885Z] INFO Start validation with golang-ci-lint [2021-03-09T00:37:56.885Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-03-09T00:37:57.143Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-03-09T00:37:57.143Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-03-09T00:37:58.848Z] #48 302.3 + /build/golangci-lint --version [2021-03-09T00:37:58.848Z] #48 302.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-09T00:37:59.148Z] #48 DONE 302.8s [2021-03-09T00:37:59.148Z] [2021-03-09T00:37:59.148Z] #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-09T00:37:59.148Z] #23 sha256:23918ed8bfd41954ccec3a0ea743652623fb71b9f7883022304d6559766aea6f [2021-03-09T00:37:59.741Z] #54 241.2 + bin/containerd-shim-runc-v2 [2021-03-09T00:38:00.531Z] #66 exporting layers 10.4s done [2021-03-09T00:38:00.531Z] #66 writing image sha256:418214ccafb085f02604c44d9c74c06c6972068ca719461bfbf313dde1c0bf46 done [2021-03-09T00:38:00.531Z] #66 naming to docker.io/library/docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 done [2021-03-09T00:38:00.531Z] #66 DONE 10.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-03-09T00:38:00.685Z] #54 242.3 + binaries [2021-03-09T00:38:00.748Z] #54 272.7 + bin/containerd-shim-runc-v2 [2021-03-09T00:38:00.873Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41757/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/test/unit [2021-03-09T00:38:00.945Z] #54 242.3 + install -D bin/containerd /build/containerd [2021-03-09T00:38:00.945Z] #54 242.3 + install -D bin/containerd-shim /build/containerd-shim [2021-03-09T00:38:00.945Z] #54 242.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-09T00:38:00.945Z] #54 242.3 + install -D bin/ctr /build/ctr [2021-03-09T00:38:01.686Z] #54 273.7 + binaries [2021-03-09T00:38:01.686Z] #54 273.7 + install -D bin/containerd /build/containerd [2021-03-09T00:38:01.686Z] #54 273.7 + install -D bin/containerd-shim /build/containerd-shim [2021-03-09T00:38:01.686Z] #54 273.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-09T00:38:01.686Z] #54 273.7 + install -D bin/ctr /build/ctr [2021-03-09T00:38:02.873Z] #54 DONE 244.1s [2021-03-09T00:38:03.452Z] [2021-03-09T00:38:03.452Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-09T00:38:03.452Z] #55 sha256:c4177185de6dd709d238fa5c5f078f71e4d05fa75f42325ca2cbcb451c79cc3c [2021-03-09T00:38:04.219Z] #54 DONE 276.0s [2021-03-09T00:38:04.421Z] #55 DONE 1.0s [2021-03-09T00:38:04.683Z] [2021-03-09T00:38:04.683Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-09T00:38:04.683Z] #59 sha256:45093254496f459faab396d6ec3dd7b2c80e02602a7d63391089bb982aa69010 [2021-03-09T00:38:04.787Z] [2021-03-09T00:38:04.787Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-09T00:38:04.787Z] #55 sha256:24b434a64dcd5b808992fec9ed53c68131d2e32e3ab45300e863ecdee33604a6 [2021-03-09T00:38:04.945Z] #59 DONE 0.3s [2021-03-09T00:38:04.945Z] [2021-03-09T00:38:04.945Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-03-09T00:38:04.945Z] #61 sha256:b2b36b61de7aa5c50b894262bae060aacc9d2aa98dbe91053dba25467c33669b [2021-03-09T00:38:05.519Z] #61 DONE 0.6s [2021-03-09T00:38:05.519Z] [2021-03-09T00:38:05.519Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-09T00:38:05.519Z] #63 sha256:e9d2d042a5f26aa80e11330427dee9eac9ed1a4593e31bab4b6f51d11de24912 [2021-03-09T00:38:05.519Z] #63 DONE 0.1s [2021-03-09T00:38:05.519Z] [2021-03-09T00:38:05.519Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-09T00:38:05.519Z] #64 sha256:f90c4cc0a9f0d0ee946bf6c0d640ed7be914f8254c9c8fc5d7e4931b8dff2596 [2021-03-09T00:38:05.519Z] #64 DONE 0.0s [2021-03-09T00:38:05.519Z] [2021-03-09T00:38:05.519Z] #65 [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-09T00:38:05.519Z] #65 sha256:db9df95094de1552751e017c441966c85568851881cc34e9b13db9743b01f75f [2021-03-09T00:38:05.727Z] #55 DONE 1.2s [2021-03-09T00:38:05.987Z] [2021-03-09T00:38:05.987Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-09T00:38:05.987Z] #59 sha256:a47d9a65a0e4cee78916229a9c1d6b82aa5039fcc87615d71ea99f61f5ecfd64 [2021-03-09T00:38:05.987Z] #59 DONE 0.3s [2021-03-09T00:38:06.090Z] #65 0.731 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-03-09T00:38:06.159Z] ? github.com/docker/docker/api [no test files] [2021-03-09T00:38:06.245Z] [2021-03-09T00:38:06.245Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-03-09T00:38:06.245Z] #61 sha256:d672e956ba9df15c2e1465b1cd7a00428e7d850f9252c3eaeb3a95ffaec4d43d [2021-03-09T00:38:06.351Z] #65 0.732 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-03-09T00:38:06.351Z] #65 0.732 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-03-09T00:38:06.814Z] #61 DONE 0.7s [2021-03-09T00:38:06.924Z] #65 0.998 Reading package lists... [2021-03-09T00:38:07.073Z] [2021-03-09T00:38:07.073Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-09T00:38:07.073Z] #63 sha256:54caa739ca4923229c3587ba8d268914c3783dd597857882745a1958a82b9f74 [2021-03-09T00:38:07.073Z] #63 DONE 0.1s [2021-03-09T00:38:07.073Z] [2021-03-09T00:38:07.073Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-09T00:38:07.073Z] #64 sha256:6dd9ab14f935fc449f60e3d96334231edf29a0d712c162f8b55973259b4b11c5 [2021-03-09T00:38:07.073Z] #64 DONE 0.0s [2021-03-09T00:38:07.073Z] [2021-03-09T00:38:07.073Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-09T00:38:07.073Z] #65 sha256:6844e799b1ccbd621b09be20972ce10f8290a7d302347385ad0a458478d3aa4f [2021-03-09T00:38:07.496Z] #65 1.577 Reading package lists... [2021-03-09T00:38:07.757Z] #65 2.146 Building dependency tree... [2021-03-09T00:38:07.757Z] #65 2.256 Reading state information... [2021-03-09T00:38:07.757Z] #65 2.356 The following additional packages will be installed: [2021-03-09T00:38:07.757Z] #65 2.356 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2021-03-09T00:38:07.757Z] #65 2.357 libpam-systemd [2021-03-09T00:38:08.017Z] #65 2.357 Suggested packages: [2021-03-09T00:38:08.017Z] #65 2.357 systemd-container policykit-1 [2021-03-09T00:38:08.017Z] #65 2.357 Recommended packages: [2021-03-09T00:38:08.017Z] #65 2.357 libnss-systemd [2021-03-09T00:38:08.017Z] #65 2.437 The following NEW packages will be installed: [2021-03-09T00:38:08.017Z] #65 2.438 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2021-03-09T00:38:08.017Z] #65 2.439 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2021-03-09T00:38:08.278Z] #65 2.705 0 upgraded, 11 newly installed, 0 to remove and 21 not upgraded. [2021-03-09T00:38:08.278Z] #65 2.705 Need to get 4761 kB of archives. [2021-03-09T00:38:08.278Z] #65 2.705 After this operation, 16.6 MB of additional disk space will be used. [2021-03-09T00:38:08.278Z] #65 2.705 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-03-09T00:38:08.278Z] #65 2.707 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-09T00:38:08.278Z] #65 2.708 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2021-03-09T00:38:08.278Z] #65 2.714 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2021-03-09T00:38:08.278Z] #65 2.717 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2021-03-09T00:38:08.278Z] #65 2.718 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u6 [3499 kB] [2021-03-09T00:38:08.278Z] #65 2.795 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u6 [100 kB] [2021-03-09T00:38:08.538Z] #65 2.796 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-09T00:38:08.538Z] #65 2.798 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2021-03-09T00:38:08.538Z] #65 2.801 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u6 [209 kB] [2021-03-09T00:38:08.539Z] #65 2.803 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB] [2021-03-09T00:38:08.539Z] #65 2.954 debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:38:08.539Z] #65 2.979 Fetched 4761 kB in 0s (13.4 MB/s) [2021-03-09T00:38:08.539Z] #65 3.008 Selecting previously unselected package libargon2-1:amd64. [2021-03-09T00:38:08.539Z] #65 3.008 (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 ... 28054 files and directories currently installed.) [2021-03-09T00:38:08.539Z] #65 3.022 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-03-09T00:38:08.539Z] #65 3.032 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-03-09T00:38:08.539Z] #65 3.070 Selecting previously unselected package libjson-c3:amd64. [2021-03-09T00:38:08.539Z] #65 3.073 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2021-03-09T00:38:08.539Z] #65 3.077 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-03-09T00:38:08.539Z] #65 3.116 Selecting previously unselected package libcryptsetup12:amd64. [2021-03-09T00:38:08.539Z] #65 3.119 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2021-03-09T00:38:08.539Z] #65 3.123 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-03-09T00:38:08.539Z] #65 3.176 Selecting previously unselected package libidn11:amd64. [2021-03-09T00:38:08.800Z] #65 3.178 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2021-03-09T00:38:08.800Z] #65 3.183 Unpacking libidn11:amd64 (1.33-2.2) ... [2021-03-09T00:38:08.800Z] #65 3.230 Selecting previously unselected package libkmod2:amd64. [2021-03-09T00:38:08.800Z] #65 3.233 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2021-03-09T00:38:08.800Z] #65 3.238 Unpacking libkmod2:amd64 (26-1) ... [2021-03-09T00:38:08.800Z] #65 3.295 Selecting previously unselected package systemd. [2021-03-09T00:38:08.800Z] #65 3.297 Preparing to unpack .../5-systemd_241-7~deb10u6_amd64.deb ... [2021-03-09T00:38:08.800Z] #65 3.337 Unpacking systemd (241-7~deb10u6) ... [2021-03-09T00:38:09.370Z] #65 3.808 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-03-09T00:38:09.370Z] #65 3.838 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-03-09T00:38:09.370Z] #65 3.896 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-03-09T00:38:09.370Z] #65 3.928 Setting up libidn11:amd64 (1.33-2.2) ... [2021-03-09T00:38:09.370Z] #65 3.940 Setting up libkmod2:amd64 (26-1) ... [2021-03-09T00:38:09.370Z] #65 3.952 Setting up systemd (241-7~deb10u6) ... [2021-03-09T00:38:09.370Z] #65 4.007 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-03-09T00:38:09.631Z] #65 4.009 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-03-09T00:38:09.631Z] #65 4.012 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-03-09T00:38:09.631Z] #65 4.012 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-03-09T00:38:10.202Z] #65 4.520 Selecting previously unselected package systemd-sysv. [2021-03-09T00:38:10.202Z] #65 4.520 (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 ... 28851 files and directories currently installed.) [2021-03-09T00:38:10.202Z] #65 4.534 Preparing to unpack .../systemd-sysv_241-7~deb10u6_amd64.deb ... [2021-03-09T00:38:10.202Z] #65 4.540 Unpacking systemd-sysv (241-7~deb10u6) ... [2021-03-09T00:38:10.202Z] #65 4.592 Selecting previously unselected package libdbus-1-3:amd64. [2021-03-09T00:38:10.202Z] #65 4.595 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2021-03-09T00:38:10.202Z] #65 4.599 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-03-09T00:38:10.202Z] #65 4.660 Selecting previously unselected package dbus. [2021-03-09T00:38:10.202Z] #65 4.663 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2021-03-09T00:38:10.202Z] #65 4.675 Unpacking dbus (1.12.20-0+deb10u1) ... [2021-03-09T00:38:10.202Z] #65 4.737 Selecting previously unselected package libpam-systemd:amd64. [2021-03-09T00:38:10.463Z] #65 4.740 Preparing to unpack .../libpam-systemd_241-7~deb10u6_amd64.deb ... [2021-03-09T00:38:10.463Z] #65 4.744 Unpacking libpam-systemd:amd64 (241-7~deb10u6) ... [2021-03-09T00:38:10.463Z] #65 4.791 Selecting previously unselected package dbus-user-session. [2021-03-09T00:38:10.463Z] #65 4.794 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2021-03-09T00:38:10.463Z] #65 4.799 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2021-03-09T00:38:10.463Z] #65 4.872 Setting up systemd-sysv (241-7~deb10u6) ... [2021-03-09T00:38:10.463Z] #65 4.888 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-03-09T00:38:10.463Z] #65 4.903 Setting up dbus (1.12.20-0+deb10u1) ... [2021-03-09T00:38:10.726Z] #65 5.032 invoke-rc.d: could not determine current runlevel [2021-03-09T00:38:10.726Z] #65 5.035 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-09T00:38:10.726Z] #65 5.049 Setting up libpam-systemd:amd64 (241-7~deb10u6) ... [2021-03-09T00:38:10.726Z] #65 5.229 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2021-03-09T00:38:10.726Z] #65 5.246 Processing triggers for systemd (241-7~deb10u6) ... [2021-03-09T00:38:10.726Z] #65 5.255 Processing triggers for libc-bin (2.28-10) ... [2021-03-09T00:38:10.986Z] #65 DONE 5.4s [2021-03-09T00:38:10.986Z] [2021-03-09T00:38:10.986Z] #66 [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-09T00:38:10.986Z] #66 sha256:38e764debbb34db457e07785986ba80ce8145e390ba4a82d45492ce0809c2967 [2021-03-09T00:38:11.264Z] #65 DONE 4.1s [2021-03-09T00:38:11.264Z] [2021-03-09T00:38:11.264Z] #66 exporting to image [2021-03-09T00:38:11.264Z] #66 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-09T00:38:11.264Z] #66 exporting layers [2021-03-09T00:38:11.558Z] #66 0.473 % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-09T00:38:11.558Z] #66 0.473 Dload Upload Total Spent Left Speed [2021-03-09T00:38:11.558Z] #66 0.473 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 104k 0 --:--:-- --:--:-- --:--:-- 104k [2021-03-09T00:38:11.558Z] #66 DONE 0.6s [2021-03-09T00:38:11.558Z] [2021-03-09T00:38:11.558Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-09T00:38:11.558Z] #67 sha256:03b159ce1d3ce4b78cdff6e6df8b88da1c863bb6eef7b8771ea3857f2d0fa368 [2021-03-09T00:38:12.828Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-09T00:38:12.828Z] [2021-03-09T00:38:12.828Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-09T00:38:12.828Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-09T00:38:12.828Z] HOSTNAME=1a988e447ff4 [2021-03-09T00:38:12.828Z] TESTDEBUG=0 [2021-03-09T00:38:12.828Z] DEST=bundles/test-integration [2021-03-09T00:38:12.828Z] PWD=/go/src/github.com/docker/docker [2021-03-09T00:38:12.828Z] DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 [2021-03-09T00:38:12.828Z] container=docker [2021-03-09T00:38:12.828Z] HOME=/root [2021-03-09T00:38:12.828Z] GOLANG_VERSION=1.13.15 [2021-03-09T00:38:12.828Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-09T00:38:12.828Z] VALIDATE_BRANCH=master [2021-03-09T00:38:12.828Z] TERM=xterm [2021-03-09T00:38:12.828Z] DOCKER_PKG=github.com/docker/docker [2021-03-09T00:38:12.828Z] SHLVL=1 [2021-03-09T00:38:12.828Z] TIMEOUT=120m [2021-03-09T00:38:12.828Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-09T00:38:12.828Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-09T00:38:12.828Z] GO111MODULE=off [2021-03-09T00:38:12.828Z] DOCKER_EXPERIMENTAL=1 [2021-03-09T00:38:12.828Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-09T00:38:12.828Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-09T00:38:12.828Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-09T00:38:12.828Z] GOPATH=/go [2021-03-09T00:38:12.828Z] PKG_CONFIG=pkg-config [2021-03-09T00:38:12.828Z] _=/usr/bin/env [2021-03-09T00:38:12.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-09T00:38:12.943Z] #67 DONE 1.3s [2021-03-09T00:38:12.943Z] [2021-03-09T00:38:12.943Z] #68 exporting to image [2021-03-09T00:38:12.943Z] #68 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-09T00:38:12.943Z] #68 exporting layers [2021-03-09T00:38:18.409Z] ok github.com/docker/docker/api/server 0.025s coverage: 9.0% of statements [2021-03-09T00:38:19.387Z] #66 exporting layers 7.2s done [2021-03-09T00:38:19.387Z] #66 writing image sha256:fcba78a57ff874987189ae50b0c86ffd8d1e9b427c2e4384e8c93d660c3983ae [2021-03-09T00:38:19.387Z] #66 writing image sha256:fcba78a57ff874987189ae50b0c86ffd8d1e9b427c2e4384e8c93d660c3983ae 0.0s done [2021-03-09T00:38:19.387Z] #66 naming to docker.io/library/docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 done [2021-03-09T00:38:19.387Z] #66 DONE 7.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-09T00:38:19.531Z] #68 exporting layers 6.8s done [2021-03-09T00:38:19.531Z] #68 writing image sha256:2ed5789b67d881de5bf18c61048980e9e4d83edbc97cc78581e9ca926deb3c27 done [2021-03-09T00:38:19.531Z] #68 naming to docker.io/library/docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 done [2021-03-09T00:38:19.531Z] #68 DONE 6.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-09T00:38:19.738Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41757/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -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:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/make.sh dynbinary test-integration [2021-03-09T00:38:19.896Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41757/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -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:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/make.sh dynbinary test-integration [2021-03-09T00:38:21.115Z] [2021-03-09T00:38:21.115Z] Removing bundles/ [2021-03-09T00:38:21.115Z] [2021-03-09T00:38:21.115Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-09T00:38:21.115Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-09T00:38:21.115Z] GOOS="" GOARCH="" GOARM="" [2021-03-09T00:38:21.773Z] #23 ... [2021-03-09T00:38:21.773Z] [2021-03-09T00:38:21.773Z] #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-09T00:38:21.773Z] #52 sha256:391ee5199bdf738346dcfaa69e5e614e0ee40d292714bcec9e820270738dece9 [2021-03-09T00:38:21.773Z] #52 203.2 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-09T00:38:21.773Z] #52 204.4 + mkdir -p /build [2021-03-09T00:38:21.773Z] #52 204.4 + cp runc /build/runc [2021-03-09T00:38:21.773Z] #52 DONE 204.6s [2021-03-09T00:38:21.773Z] [2021-03-09T00:38:21.773Z] #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-09T00:38:21.773Z] #23 sha256:23918ed8bfd41954ccec3a0ea743652623fb71b9f7883022304d6559766aea6f [2021-03-09T00:38:21.812Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-03-09T00:38:21.812Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-03-09T00:38:21.812Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-03-09T00:38:21.812Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-03-09T00:38:21.812Z] 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-09T00:38:21.812Z] Detected virtualization docker. [2021-03-09T00:38:21.812Z] Detected architecture x86-64. [2021-03-09T00:38:21.812Z] Set hostname to . [2021-03-09T00:38:22.074Z] + source /etc/docker-entrypoint-cmd [2021-03-09T00:38:22.074Z] ++ hack/make.sh dynbinary test-integration [2021-03-09T00:38:22.074Z] [2021-03-09T00:38:22.335Z] Removing bundles/ [2021-03-09T00:38:22.335Z] [2021-03-09T00:38:22.335Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-09T00:38:22.335Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-09T00:38:22.335Z] GOOS="" GOARCH="" GOARM="" [2021-03-09T00:38:27.632Z] #23 ... [2021-03-09T00:38:27.632Z] [2021-03-09T00:38:27.632Z] #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-09T00:38:27.632Z] #55 sha256:820007770a4d7ac6ded00b5301377074857514836a4dcdfffa9901143c719ee9 [2021-03-09T00:38:27.632Z] #55 288.9 + bin/containerd [2021-03-09T00:38:30.402Z] #55 ... [2021-03-09T00:38:30.402Z] [2021-03-09T00:38:30.402Z] #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-09T00:38:30.402Z] #23 sha256:23918ed8bfd41954ccec3a0ea743652623fb71b9f7883022304d6559766aea6f [2021-03-09T00:38:30.402Z] #23 333.9 + return [2021-03-09T00:38:30.402Z] #23 DONE 334.0s [2021-03-09T00:38:30.402Z] [2021-03-09T00:38:30.402Z] #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-09T00:38:30.402Z] #55 sha256:820007770a4d7ac6ded00b5301377074857514836a4dcdfffa9901143c719ee9 [2021-03-09T00:38:32.504Z] #55 ... [2021-03-09T00:38:32.504Z] [2021-03-09T00:38:32.504Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-09T00:38:32.504Z] #24 sha256:7a4b53d57c9bbb8dcb211e96f9ccdf5ce7f622594ef7b75036ebfa6854c02359 [2021-03-09T00:38:32.504Z] #24 DONE 0.2s [2021-03-09T00:38:32.504Z] [2021-03-09T00:38:32.504Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-09T00:38:32.504Z] #29 sha256:89009254d80ce6e7ab11c7f77b7172e2392941e523b2313a0cf96740e87a4976 [2021-03-09T00:38:33.155Z] #29 DONE 0.8s [2021-03-09T00:38:33.155Z] [2021-03-09T00:38:33.155Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-09T00:38:33.155Z] #32 sha256:89f0cfe990b89f7c49f731d8ecb62916458e495b4b2be9f281c882c7cfdb9481 [2021-03-09T00:38:33.155Z] #32 DONE 0.1s [2021-03-09T00:38:33.155Z] [2021-03-09T00:38:33.155Z] #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-09T00:38:33.155Z] #55 sha256:820007770a4d7ac6ded00b5301377074857514836a4dcdfffa9901143c719ee9 [2021-03-09T00:38:33.155Z] #55 ... [2021-03-09T00:38:33.155Z] [2021-03-09T00:38:33.155Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-09T00:38:33.155Z] #34 sha256:22d4bcc897f1977b0bb895dbd522411879e38aef88adf6b8f553e25ff8fec6b6 [2021-03-09T00:38:33.155Z] #34 DONE 0.1s [2021-03-09T00:38:33.155Z] [2021-03-09T00:38:33.155Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-09T00:38:33.155Z] #37 sha256:2c4f40e617a0c3606dfb02399b7e428d1fa1be5b01ff726748ac9b49015cbd23 [2021-03-09T00:38:33.452Z] #37 DONE 0.1s [2021-03-09T00:38:33.452Z] [2021-03-09T00:38:33.452Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-09T00:38:33.452Z] #40 sha256:027fec4153f6f58b96fdbdddf5d035cc0d5b42c23b2c447624de0050299ccb3b [2021-03-09T00:38:33.452Z] #40 DONE 0.3s [2021-03-09T00:38:33.452Z] [2021-03-09T00:38:33.452Z] #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-09T00:38:33.452Z] #55 sha256:820007770a4d7ac6ded00b5301377074857514836a4dcdfffa9901143c719ee9 [2021-03-09T00:38:33.754Z] #55 ... [2021-03-09T00:38:33.754Z] [2021-03-09T00:38:33.754Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-09T00:38:33.754Z] #43 sha256:5137300bd897a1813431da918a5e444120cf75e54269392678107578c4b48b7e [2021-03-09T00:38:33.754Z] #43 DONE 0.1s [2021-03-09T00:38:33.754Z] [2021-03-09T00:38:33.754Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-09T00:38:33.754Z] #45 sha256:fe117651ed4a9c7d36db32d4f6a0d60efd7b57fb112ba6ff37fa57c3f47b4b24 [2021-03-09T00:38:33.754Z] #45 DONE 0.1s [2021-03-09T00:38:33.754Z] [2021-03-09T00:38:33.754Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-09T00:38:33.754Z] #47 sha256:d8f46ecd969f4ae0bb16e120f6ea36948b115e2c0aa0966aa4bd1bc42b9a6662 [2021-03-09T00:38:33.754Z] #47 DONE 0.1s [2021-03-09T00:38:33.754Z] [2021-03-09T00:38:33.754Z] #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-09T00:38:33.754Z] #55 sha256:820007770a4d7ac6ded00b5301377074857514836a4dcdfffa9901143c719ee9 [2021-03-09T00:38:33.754Z] #55 ... [2021-03-09T00:38:33.754Z] [2021-03-09T00:38:33.754Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-09T00:38:33.754Z] #49 sha256:7eded7509a3a92448e760282f0d714f9b8aec4a18e8f80b1746d7392df12d9f7 [2021-03-09T00:38:33.754Z] #49 DONE 0.1s [2021-03-09T00:38:34.052Z] [2021-03-09T00:38:34.052Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-09T00:38:34.052Z] #51 sha256:5d96e6271c9e7ea686c9dfdca80e152d3ec9b6155bc4ce9552823735261e6dc2 [2021-03-09T00:38:34.052Z] #51 DONE 0.1s [2021-03-09T00:38:34.052Z] [2021-03-09T00:38:34.052Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-09T00:38:34.052Z] #53 sha256:952264d6de96cb5010cbec0826c5e5263e40eba22748d85b52cb23b51b2fa301 [2021-03-09T00:38:34.052Z] #53 DONE 0.1s [2021-03-09T00:38:34.052Z] [2021-03-09T00:38:34.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-09T00:38:34.052Z] #55 sha256:820007770a4d7ac6ded00b5301377074857514836a4dcdfffa9901143c719ee9 [2021-03-09T00:38:35.535Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-09T00:38:36.169Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-09T00:38:37.020Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-09T00:38:37.020Z] [2021-03-09T00:38:37.020Z] + TEST_INTEGRATION_DEST=2 [2021-03-09T00:38:37.020Z] + CONTAINER_NAME=docker-pr6-2 [2021-03-09T00:38:37.020Z] + TEST_SKIP_INTEGRATION=1 [2021-03-09T00:38:37.020Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-03-09T00:38:37.020Z] + run_tests [2021-03-09T00:38:37.020Z] + c=0 [2021-03-09T00:38:37.020Z] + '[' -n 0 ']' [2021-03-09T00:38:37.020Z] + rm= [2021-03-09T00:38:37.020Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41757/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41757/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41757/.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=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/make.sh '' test-integration [2021-03-09T00:38:37.020Z] + TEST_INTEGRATION_DEST=1 [2021-03-09T00:38:37.020Z] + CONTAINER_NAME=docker-pr6-1 [2021-03-09T00:38:37.020Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-03-09T00:38:37.020Z] + run_tests test-integration-flaky [2021-03-09T00:38:37.020Z] + '[' -n 0 ']' [2021-03-09T00:38:37.020Z] + rm= [2021-03-09T00:38:37.020Z] + TEST_INTEGRATION_DEST=3 [2021-03-09T00:38:37.020Z] + CONTAINER_NAME=docker-pr6-3 [2021-03-09T00:38:37.020Z] + TEST_SKIP_INTEGRATION=1 [2021-03-09T00:38:37.020Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-03-09T00:38:37.020Z] + run_tests [2021-03-09T00:38:37.020Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41757/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41757/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41757/.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=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/make.sh test-integration-flaky test-integration [2021-03-09T00:38:37.020Z] + '[' -n 0 ']' [2021-03-09T00:38:37.020Z] + rm= [2021-03-09T00:38:37.021Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41757/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41757/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41757/.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=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/make.sh '' test-integration [2021-03-09T00:38:37.021Z] ++ jobs -p [2021-03-09T00:38:37.021Z] + for job in $(jobs -p) [2021-03-09T00:38:37.021Z] + wait 10822 [2021-03-09T00:38:37.021Z] [2021-03-09T00:38:37.021Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-03-09T00:38:37.021Z] [2021-03-09T00:38:37.021Z] [2021-03-09T00:38:37.021Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-09T00:38:37.021Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-09T00:38:37.021Z] HOSTNAME=728ce17dab9b [2021-03-09T00:38:37.021Z] TEST_SKIP_INTEGRATION=1 [2021-03-09T00:38:37.021Z] TESTDEBUG=0 [2021-03-09T00:38:37.021Z] DEST=bundles/test-integration [2021-03-09T00:38:37.021Z] PWD=/go/src/github.com/docker/docker [2021-03-09T00:38:37.021Z] KEEPBUNDLE=1 [2021-03-09T00:38:37.021Z] DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 [2021-03-09T00:38:37.021Z] container=docker [2021-03-09T00:38:37.021Z] HOME=/root [2021-03-09T00:38:37.021Z] GOLANG_VERSION=1.13.15 [2021-03-09T00:38:37.021Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-09T00:38:37.021Z] VALIDATE_BRANCH=master [2021-03-09T00:38:37.021Z] TERM=xterm [2021-03-09T00:38:37.021Z] DOCKER_PKG=github.com/docker/docker [2021-03-09T00:38:37.021Z] SHLVL=1 [2021-03-09T00:38:37.021Z] TIMEOUT=120m [2021-03-09T00:38:37.021Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-09T00:38:37.021Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-09T00:38:37.021Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-03-09T00:38:37.021Z] GO111MODULE=off [2021-03-09T00:38:37.021Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-09T00:38:37.021Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-09T00:38:37.021Z] GOPATH=/go [2021-03-09T00:38:37.021Z] PKG_CONFIG=pkg-config [2021-03-09T00:38:37.021Z] _=/usr/bin/env [2021-03-09T00:38:37.021Z] Building test suite binary ./integration-cli/test.main [2021-03-09T00:38:37.021Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-09T00:38:37.021Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-09T00:38:37.021Z] HOSTNAME=e510582fc2d2 [2021-03-09T00:38:37.021Z] TEST_SKIP_INTEGRATION=1 [2021-03-09T00:38:37.021Z] TESTDEBUG=0 [2021-03-09T00:38:37.021Z] DEST=bundles/test-integration [2021-03-09T00:38:37.021Z] PWD=/go/src/github.com/docker/docker [2021-03-09T00:38:37.021Z] KEEPBUNDLE=1 [2021-03-09T00:38:37.021Z] DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 [2021-03-09T00:38:37.021Z] container=docker [2021-03-09T00:38:37.021Z] HOME=/root [2021-03-09T00:38:37.021Z] GOLANG_VERSION=1.13.15 [2021-03-09T00:38:37.021Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-09T00:38:37.021Z] VALIDATE_BRANCH=master [2021-03-09T00:38:37.021Z] TERM=xterm [2021-03-09T00:38:37.021Z] DOCKER_PKG=github.com/docker/docker [2021-03-09T00:38:37.021Z] SHLVL=1 [2021-03-09T00:38:37.021Z] TIMEOUT=120m [2021-03-09T00:38:37.021Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-09T00:38:37.021Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-09T00:38:37.021Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-03-09T00:38:37.021Z] GO111MODULE=off [2021-03-09T00:38:37.021Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-09T00:38:37.021Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-09T00:38:37.021Z] GOPATH=/go [2021-03-09T00:38:37.021Z] PKG_CONFIG=pkg-config [2021-03-09T00:38:37.021Z] _=/usr/bin/env [2021-03-09T00:38:37.021Z] Building test suite binary ./integration-cli/test.main [2021-03-09T00:38:37.021Z] No new tests added to integration. [2021-03-09T00:38:37.021Z] [2021-03-09T00:38:37.021Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-09T00:38:37.021Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-09T00:38:37.021Z] HOSTNAME=d848ec7a7d27 [2021-03-09T00:38:37.021Z] TESTDEBUG=0 [2021-03-09T00:38:37.021Z] DEST=bundles/test-integration [2021-03-09T00:38:37.021Z] PWD=/go/src/github.com/docker/docker [2021-03-09T00:38:37.021Z] KEEPBUNDLE=1 [2021-03-09T00:38:37.021Z] DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 [2021-03-09T00:38:37.021Z] container=docker [2021-03-09T00:38:37.021Z] HOME=/root [2021-03-09T00:38:37.021Z] GOLANG_VERSION=1.13.15 [2021-03-09T00:38:37.021Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-09T00:38:37.021Z] VALIDATE_BRANCH=master [2021-03-09T00:38:37.021Z] TERM=xterm [2021-03-09T00:38:37.021Z] DOCKER_PKG=github.com/docker/docker [2021-03-09T00:38:37.021Z] SHLVL=1 [2021-03-09T00:38:37.021Z] TIMEOUT=120m [2021-03-09T00:38:37.021Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-09T00:38:37.021Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-09T00:38:37.021Z] GO111MODULE=off [2021-03-09T00:38:37.021Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-09T00:38:37.021Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-09T00:38:37.021Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-09T00:38:37.021Z] GOPATH=/go [2021-03-09T00:38:37.021Z] PKG_CONFIG=pkg-config [2021-03-09T00:38:37.021Z] _=/usr/bin/env [2021-03-09T00:38:37.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-09T00:38:51.519Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-09T00:38:55.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-09T00:38:57.017Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-09T00:38:57.650Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-09T00:38:58.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-09T00:38:58.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-09T00:38:59.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-09T00:39:02.452Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-09T00:39:03.086Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-09T00:39:04.122Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-09T00:39:04.755Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-09T00:39:05.790Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-09T00:39:06.825Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-09T00:39:06.855Z] #55 323.8 + bin/containerd-stress [2021-03-09T00:39:06.855Z] #55 326.3 + bin/containerd-shim [2021-03-09T00:39:07.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-09T00:39:08.582Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-09T00:39:09.617Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-09T00:39:10.250Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-09T00:39:10.250Z] Using test binary docker [2021-03-09T00:39:10.250Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-09T00:39:10.251Z] +++ /etc/init.d/apparmor start [2021-03-09T00:39:10.251Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-09T00:39:10.251Z] INFO: Waiting for daemon to start... [2021-03-09T00:39:10.251Z] Starting dockerd [2021-03-09T00:39:10.251Z] +++ 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-09T00:39:12.322Z] . [2021-03-09T00:39:12.322Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-09T00:39:12.322Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-09T00:39:12.322Z] Error: No such image: emptyfs [2021-03-09T00:39:12.322Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-09T00:39:12.322Z] ++++ docker load [2021-03-09T00:39:12.480Z] #55 333.5 + bin/containerd-shim-runc-v1 [2021-03-09T00:39:12.613Z] Running integration-test (iteration 1) [2021-03-09T00:39:12.613Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2021-03-09T00:39:12.614Z] ++ 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-09T00:39:12.614Z] ++ set -e [2021-03-09T00:39:12.614Z] ++ '[' -n 0 ']' [2021-03-09T00:39:12.614Z] ++ set -x [2021-03-09T00:39:12.614Z] ++ env -i DEST=/go/src/github.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-09T00:39:14.701Z] ok github.com/docker/docker/api/server/httputils 0.023s coverage: 14.7% of statements [2021-03-09T00:39:14.701Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-09T00:39:14.701Z] ok github.com/docker/docker/api/server/middleware 0.037s coverage: 37.7% of statements [2021-03-09T00:39:14.701Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-09T00:39:14.701Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-09T00:39:14.701Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-09T00:39:14.701Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-09T00:39:14.701Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-09T00:39:14.701Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-09T00:39:14.701Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-09T00:39:14.701Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-09T00:39:14.701Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-09T00:39:16.090Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-09T00:39:16.090Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-09T00:39:16.090Z] ok github.com/docker/docker/api/types/filters 0.020s coverage: 92.2% of statements [2021-03-09T00:39:16.090Z] ok github.com/docker/docker/api/types/strslice 0.012s coverage: 90.0% of statements [2021-03-09T00:39:16.354Z] ok github.com/docker/docker/api/server/router/swarm 0.040s coverage: 5.7% of statements [2021-03-09T00:39:16.354Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-09T00:39:16.354Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-09T00:39:16.354Z] ? github.com/docker/docker/api/types [no test files] [2021-03-09T00:39:16.354Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-09T00:39:16.354Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-09T00:39:16.354Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-09T00:39:16.354Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-09T00:39:16.354Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-09T00:39:16.354Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-09T00:39:16.354Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-09T00:39:16.354Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-09T00:39:16.354Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-09T00:39:16.354Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-09T00:39:16.354Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-09T00:39:16.617Z] ok github.com/docker/docker/api/types/time 0.030s coverage: 100.0% of statements [2021-03-09T00:39:16.617Z] ok github.com/docker/docker/api/types/versions 0.023s coverage: 75.0% of statements [2021-03-09T00:39:16.617Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-09T00:39:16.617Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-09T00:39:16.617Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-09T00:39:16.617Z] ? github.com/docker/docker/builder [no test files] [2021-03-09T00:39:16.617Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-09T00:39:16.617Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-09T00:39:16.617Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-09T00:39:16.617Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-09T00:39:16.617Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-09T00:39:16.617Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-09T00:39:16.617Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-09T00:39:17.017Z] #55 338.5 + bin/containerd-shim-runc-v2 [2021-03-09T00:39:18.061Z] #55 339.7 + binaries [2021-03-09T00:39:18.061Z] #55 339.7 + install -D bin/containerd /build/containerd [2021-03-09T00:39:18.061Z] #55 339.7 + install -D bin/containerd-shim /build/containerd-shim [2021-03-09T00:39:18.061Z] #55 339.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-09T00:39:18.061Z] #55 339.7 + install -D bin/ctr /build/ctr [2021-03-09T00:39:18.354Z] #55 DONE 339.8s [2021-03-09T00:39:19.171Z] ok github.com/docker/docker/cli/debug 0.016s coverage: 100.0% of statements [2021-03-09T00:39:19.400Z] [2021-03-09T00:39:19.400Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-09T00:39:19.400Z] #56 sha256:e85b02ff4bcc7d1cca0247f806c60da80221ffaebcead10b0de067ee7607fb0e [2021-03-09T00:39:19.400Z] #56 DONE 0.1s [2021-03-09T00:39:19.400Z] [2021-03-09T00:39:19.400Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-09T00:39:19.400Z] #60 sha256:7d746aa35f6e74be137d4493273947e17ffaae764833f56739054220cbae360f [2021-03-09T00:39:19.400Z] #60 DONE 0.1s [2021-03-09T00:39:19.400Z] [2021-03-09T00:39:19.400Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-03-09T00:39:19.400Z] #62 sha256:4a4b32f09fcdd839ee7f940cd23fd1863f2ff5529775649ad5188980703fafe5 [2021-03-09T00:39:19.400Z] #62 DONE 0.1s [2021-03-09T00:39:19.400Z] [2021-03-09T00:39:19.400Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-09T00:39:19.400Z] #64 sha256:5bf2df53dc53a6cc1dfb5137fe1758ade8d9044a179b9c874d734937adb7bb23 [2021-03-09T00:39:19.400Z] #64 DONE 0.1s [2021-03-09T00:39:19.400Z] [2021-03-09T00:39:19.400Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-09T00:39:19.400Z] #65 sha256:087fcd9cc1944554a5f7a1a91af1e5b2f6d59c263c880fedb9cd78409ea85415 [2021-03-09T00:39:19.400Z] #65 DONE 0.0s [2021-03-09T00:39:19.694Z] [2021-03-09T00:39:19.694Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-09T00:39:19.694Z] #66 sha256:016f2fa8a083916b8089a0b718c812749f126d42e53b4faffeca6caaca60db1a [2021-03-09T00:39:20.561Z] ok github.com/docker/docker/builder/remotecontext 0.343s coverage: 13.7% of statements [2021-03-09T00:39:21.097Z] Loaded image: buildpack-deps:buster [2021-03-09T00:39:21.391Z] Loaded image: busybox:latest [2021-03-09T00:39:21.391Z] Loaded image: busybox:glibc [2021-03-09T00:39:21.504Z] ok github.com/docker/docker/builder/dockerfile 0.911s coverage: 48.3% of statements [2021-03-09T00:39:21.504Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-09T00:39:21.504Z] ok github.com/docker/docker/builder/remotecontext/git 3.417s coverage: 86.3% of statements [2021-03-09T00:39:21.504Z] ? github.com/docker/docker/cli [no test files] [2021-03-09T00:39:21.504Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-09T00:39:21.789Z] #66 DONE 2.3s [2021-03-09T00:39:21.789Z] [2021-03-09T00:39:21.789Z] #67 exporting to oci image format [2021-03-09T00:39:21.789Z] #67 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-03-09T00:39:21.789Z] #67 exporting layers [2021-03-09T00:39:22.901Z] Loaded image: debian:bullseye [2021-03-09T00:39:22.901Z] Loaded image: hello-world:latest [2021-03-09T00:39:23.193Z] Loaded image: arm32v7/hello-world:latest [2021-03-09T00:39:23.193Z] INFO: Testing against a local daemon [2021-03-09T00:39:23.193Z] === RUN TestCgroupNamespacesBuild [2021-03-09T00:39:25.924Z] --- PASS: TestCgroupNamespacesBuild (2.54s) [2021-03-09T00:39:25.924Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-09T00:39:26.805Z] ok github.com/docker/docker/client 0.235s coverage: 75.4% of statements [2021-03-09T00:39:27.997Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.93s) [2021-03-09T00:39:27.997Z] === RUN TestBuildWithSession [2021-03-09T00:39:27.997Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-09T00:39:27.997Z] build_session_test.go:25: TODO: BuildKit [2021-03-09T00:39:27.997Z] === RUN TestBuildSquashParent [2021-03-09T00:39:36.488Z] --- PASS: TestBuildSquashParent (7.59s) [2021-03-09T00:39:36.488Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-09T00:39:36.488Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:39:36.488Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:39:36.488Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:39:36.488Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:39:36.488Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:39:36.488Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:39:36.488Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:39:36.488Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:39:36.488Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:39:36.488Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:39:36.488Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:39:36.488Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:39:36.488Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:39:36.488Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:39:37.525Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:39:37.817Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:39:40.695Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:39:40.695Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:39:43.431Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-03-09T00:39:43.431Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.44s) [2021-03-09T00:39:43.431Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.52s) [2021-03-09T00:39:43.431Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.47s) [2021-03-09T00:39:43.431Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.47s) [2021-03-09T00:39:43.431Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.73s) [2021-03-09T00:39:43.431Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.74s) [2021-03-09T00:39:43.431Z] === RUN TestBuildMultiStageCopy [2021-03-09T00:39:43.431Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-09T00:39:45.642Z] 4612f6d0b889: Pull complete [2021-03-09T00:39:46.241Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-09T00:39:46.568Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-09T00:39:47.229Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-09T00:39:47.931Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-09T00:39:48.604Z] --- PASS: TestBuildMultiStageCopy (5.57s) [2021-03-09T00:39:48.604Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.89s) [2021-03-09T00:39:48.604Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.59s) [2021-03-09T00:39:48.605Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.63s) [2021-03-09T00:39:48.605Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.69s) [2021-03-09T00:39:48.605Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.77s) [2021-03-09T00:39:48.605Z] === RUN TestBuildMultiStageParentConfig [2021-03-09T00:39:50.127Z] --- PASS: TestBuildMultiStageParentConfig (1.70s) [2021-03-09T00:39:50.127Z] === RUN TestBuildLabelWithTargets [2021-03-09T00:39:52.970Z] --- PASS: TestBuildLabelWithTargets (2.55s) [2021-03-09T00:39:52.970Z] === RUN TestBuildWithEmptyLayers [2021-03-09T00:39:53.406Z] ok github.com/docker/docker/cmd/dockerd 0.103s coverage: 29.1% of statements [2021-03-09T00:39:54.006Z] --- PASS: TestBuildWithEmptyLayers (1.16s) [2021-03-09T00:39:54.006Z] === RUN TestBuildMultiStageOnBuild [2021-03-09T00:39:54.795Z] ok github.com/docker/docker/container 0.140s coverage: 34.7% of statements [2021-03-09T00:39:54.795Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-09T00:39:54.795Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-09T00:39:54.795Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-09T00:39:54.795Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-09T00:39:56.725Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.075s coverage: 65.3% of statements [2021-03-09T00:39:57.531Z] --- PASS: TestBuildMultiStageOnBuild (3.15s) [2021-03-09T00:39:57.531Z] === RUN TestBuildUncleanTarFilenames [2021-03-09T00:39:57.663Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-09T00:39:57.663Z] [2021-03-09T00:39:57.663Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-09T00:39:57.663Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-09T00:39:57.663Z] HOSTNAME=657345b1dfc4 [2021-03-09T00:39:57.663Z] DEST=bundles/test-integration [2021-03-09T00:39:57.663Z] PWD=/go/src/github.com/docker/docker [2021-03-09T00:39:57.663Z] DOCKER_ROOTLESS=1 [2021-03-09T00:39:57.663Z] DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 [2021-03-09T00:39:57.663Z] container=docker [2021-03-09T00:39:57.663Z] HOME=/root [2021-03-09T00:39:57.663Z] GOLANG_VERSION=1.13.15 [2021-03-09T00:39:57.663Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-09T00:39:57.663Z] VALIDATE_BRANCH=master [2021-03-09T00:39:57.663Z] TERM=xterm [2021-03-09T00:39:57.663Z] DOCKER_PKG=github.com/docker/docker [2021-03-09T00:39:57.663Z] SHLVL=1 [2021-03-09T00:39:57.663Z] TIMEOUT=120m [2021-03-09T00:39:57.663Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-09T00:39:57.663Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-09T00:39:57.663Z] GO111MODULE=off [2021-03-09T00:39:57.663Z] DOCKER_EXPERIMENTAL=1 [2021-03-09T00:39:57.663Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-09T00:39:57.663Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-09T00:39:57.663Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-09T00:39:57.663Z] GOPATH=/go [2021-03-09T00:39:57.663Z] PKG_CONFIG=pkg-config [2021-03-09T00:39:57.663Z] _=/usr/bin/env [2021-03-09T00:39:57.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-09T00:39:58.596Z] --- PASS: TestBuildUncleanTarFilenames (1.51s) [2021-03-09T00:39:58.596Z] === RUN TestBuildMultiStageLayerLeak [2021-03-09T00:39:58.841Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-09T00:39:58.841Z] [2021-03-09T00:39:58.841Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-09T00:39:58.841Z] DOCKER_SYSTEMD=1 [2021-03-09T00:39:58.841Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-09T00:39:58.841Z] HOSTNAME=eab0885b60e6 [2021-03-09T00:39:58.841Z] DEST=bundles/test-integration [2021-03-09T00:39:58.841Z] PWD=/go/src/github.com/docker/docker [2021-03-09T00:39:58.841Z] DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 [2021-03-09T00:39:58.841Z] container=docker [2021-03-09T00:39:58.841Z] HOME=/root [2021-03-09T00:39:58.841Z] LANG=C.UTF-8 [2021-03-09T00:39:58.841Z] INVOCATION_ID=62689a67841240cfa256141e2afdef6c [2021-03-09T00:39:58.841Z] GOLANG_VERSION=1.13.15 [2021-03-09T00:39:58.841Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-09T00:39:58.841Z] VALIDATE_BRANCH=master [2021-03-09T00:39:58.841Z] TERM=xterm [2021-03-09T00:39:58.841Z] DOCKER_PKG=github.com/docker/docker [2021-03-09T00:39:58.841Z] SHLVL=3 [2021-03-09T00:39:58.841Z] TIMEOUT=120m [2021-03-09T00:39:58.841Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-09T00:39:58.841Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-09T00:39:58.841Z] GO111MODULE=off [2021-03-09T00:39:58.841Z] DOCKER_EXPERIMENTAL=1 [2021-03-09T00:39:58.841Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-09T00:39:58.841Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-09T00:39:58.841Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-09T00:39:58.841Z] GOPATH=/go [2021-03-09T00:39:58.841Z] PKG_CONFIG=pkg-config [2021-03-09T00:39:58.841Z] _=/usr/bin/env [2021-03-09T00:39:58.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-09T00:39:59.378Z] ok github.com/docker/docker/daemon/cluster/convert 0.046s coverage: 35.9% of statements [2021-03-09T00:40:01.951Z] ok github.com/docker/docker/daemon/cluster 0.184s coverage: 0.5% of statements [2021-03-09T00:40:02.116Z] --- PASS: TestBuildMultiStageLayerLeak (3.27s) [2021-03-09T00:40:02.116Z] === RUN TestBuildWithHugeFile [2021-03-09T00:40:03.672Z] INFO [loader] Go packages loading at mode 575 (exports_file|compiled_files|files|imports|name|types_sizes|deps) took 2m1.79788334s [2021-03-09T00:40:03.673Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 460.58218ms [2021-03-09T00:40:03.874Z] ok github.com/docker/docker/daemon/discovery 0.016s coverage: 30.0% of statements [2021-03-09T00:40:05.267Z] ok github.com/docker/docker/daemon/config 0.082s coverage: 81.8% of statements [2021-03-09T00:40:05.267Z] ok github.com/docker/docker/daemon/events 0.081s coverage: 50.0% of statements [2021-03-09T00:40:07.188Z] ok github.com/docker/docker/daemon/graphdriver 0.015s coverage: 2.2% of statements [2021-03-09T00:40:10.492Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.514s coverage: 14.1% of statements [2021-03-09T00:40:10.492Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.016s coverage: 2.9% of statements [2021-03-09T00:40:11.437Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.673s coverage: 56.2% of statements [2021-03-09T00:40:13.994Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.017s coverage: 1.9% of statements [2021-03-09T00:40:16.552Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.043s coverage: 46.2% of statements [2021-03-09T00:40:16.552Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.153s coverage: 73.3% of statements [2021-03-09T00:40:17.957Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.042s coverage: 49.4% of statements [2021-03-09T00:40:18.902Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.056s coverage: 57.5% of statements [2021-03-09T00:40:19.847Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.025s coverage: 3.0% of statements [2021-03-09T00:40:20.110Z] ok github.com/docker/docker/daemon 12.288s coverage: 17.2% of statements [2021-03-09T00:40:20.110Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-09T00:40:20.110Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-09T00:40:20.110Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-09T00:40:20.110Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-09T00:40:20.110Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-09T00:40:20.684Z] ok github.com/docker/docker/daemon/links 0.023s coverage: 93.0% of statements [2021-03-09T00:40:21.771Z] INFO [runner/unused/goanalysis] analyzers took 30.12737265s with top 10 stages: buildssa: 25.536839423s, U1000: 4.590533227s [2021-03-09T00:40:22.075Z] ok github.com/docker/docker/daemon/images 0.054s coverage: 6.7% of statements [2021-03-09T00:40:23.023Z] ok github.com/docker/docker/daemon/logger 0.248s coverage: 43.2% of statements [2021-03-09T00:40:23.285Z] ok github.com/docker/docker/daemon/logger/awslogs 0.260s coverage: 77.8% of statements [2021-03-09T00:40:23.859Z] ok github.com/docker/docker/daemon/logger/gelf 0.022s coverage: 67.0% of statements [2021-03-09T00:40:24.121Z] ok github.com/docker/docker/daemon/logger/journald 0.014s coverage: 23.9% of statements [2021-03-09T00:40:24.121Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.155s coverage: 57.7% of statements [2021-03-09T00:40:24.121Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-09T00:40:24.121Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-09T00:40:24.121Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-09T00:40:24.121Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-09T00:40:24.121Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-09T00:40:24.121Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-09T00:40:24.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-09T00:40:24.483Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-09T00:40:24.697Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.030s coverage: 87.2% of statements [2021-03-09T00:40:25.270Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.029s coverage: 61.6% of statements [2021-03-09T00:40:26.218Z] ok github.com/docker/docker/daemon/logger/local 0.034s coverage: 75.2% of statements [2021-03-09T00:40:26.218Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-09T00:40:26.218Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.118s coverage: 58.6% of statements [2021-03-09T00:40:27.169Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.049s coverage: 31.5% of statements [2021-03-09T00:40:27.431Z] ok github.com/docker/docker/daemon/logger/templates 0.010s coverage: 8.3% of statements [2021-03-09T00:40:27.694Z] ok github.com/docker/docker/daemon/logger/syslog 0.036s coverage: 46.8% of statements [2021-03-09T00:40:28.416Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-09T00:40:28.643Z] ok github.com/docker/docker/daemon/network 0.024s coverage: 63.8% of statements [2021-03-09T00:40:28.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-09T00:40:29.218Z] ok github.com/docker/docker/daemon/logger/splunk 1.932s coverage: 82.5% of statements [2021-03-09T00:40:29.218Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-09T00:40:29.218Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-09T00:40:29.794Z] ok github.com/docker/docker/distribution/metadata 0.134s coverage: 48.2% of statements [2021-03-09T00:40:30.741Z] ok github.com/docker/docker/distribution 0.241s coverage: 25.2% of statements [2021-03-09T00:40:30.741Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-09T00:40:30.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-09T00:40:30.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-09T00:40:31.316Z] ok github.com/docker/docker/errdefs 0.017s coverage: 53.1% of statements [2021-03-09T00:40:31.892Z] ok github.com/docker/docker/image 0.054s coverage: 86.6% of statements [2021-03-09T00:40:32.154Z] ok github.com/docker/docker/distribution/xfer 1.721s coverage: 85.6% of statements [2021-03-09T00:40:32.154Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-09T00:40:32.418Z] ok github.com/docker/docker/image/cache 0.034s coverage: 19.2% of statements [2021-03-09T00:40:33.365Z] ok github.com/docker/docker/image/tarexport 0.058s coverage: 0.6% of statements [2021-03-09T00:40:33.365Z] ok github.com/docker/docker/libcontainerd/queue 0.041s coverage: 100.0% of statements [2021-03-09T00:40:33.628Z] ok github.com/docker/docker/image/v1 0.024s coverage: 25.0% of statements [2021-03-09T00:40:33.628Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-09T00:40:34.875Z] --- PASS: TestBuildWithHugeFile (27.71s) [2021-03-09T00:40:34.875Z] === RUN TestBuildWCOWSandboxSize [2021-03-09T00:40:34.875Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-03-09T00:40:34.875Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-09T00:40:34.875Z] === RUN TestBuildWithEmptyDockerfile [2021-03-09T00:40:34.875Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:40:34.875Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:40:34.875Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:40:34.875Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:40:34.875Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:40:34.875Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:40:34.875Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:40:34.875Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:40:34.875Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:40:34.875Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2021-03-09T00:40:34.875Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.22s) [2021-03-09T00:40:34.875Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.23s) [2021-03-09T00:40:34.875Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2021-03-09T00:40:34.875Z] === RUN TestBuildPreserveOwnership [2021-03-09T00:40:34.875Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-09T00:40:35.019Z] ok github.com/docker/docker/oci 0.077s coverage: 45.2% of statements [2021-03-09T00:40:35.019Z] ok github.com/docker/docker/pkg/aaparser 0.016s coverage: 52.9% of statements [2021-03-09T00:40:35.019Z] ok github.com/docker/docker/opts 0.057s coverage: 67.1% of statements [2021-03-09T00:40:35.167Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-09T00:40:35.964Z] ok github.com/docker/docker/pkg/broadcaster 0.034s coverage: 100.0% of statements [2021-03-09T00:40:36.539Z] ok github.com/docker/docker/pkg/capabilities 0.010s coverage: 87.5% of statements [2021-03-09T00:40:36.800Z] ok github.com/docker/docker/pkg/authorization 0.386s coverage: 68.3% of statements [2021-03-09T00:40:37.743Z] ok github.com/docker/docker/pkg/directory 0.014s coverage: 80.0% of statements [2021-03-09T00:40:38.320Z] ok github.com/docker/docker/pkg/archive 1.254s coverage: 77.2% of statements [2021-03-09T00:40:38.320Z] ok github.com/docker/docker/pkg/discovery 0.013s coverage: 58.3% of statements [2021-03-09T00:40:38.689Z] --- PASS: TestBuildPreserveOwnership (8.15s) [2021-03-09T00:40:38.689Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.16s) [2021-03-09T00:40:38.689Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.98s) [2021-03-09T00:40:38.689Z] === RUN TestBuildPlatformInvalid [2021-03-09T00:40:38.689Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2021-03-09T00:40:38.689Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-09T00:40:38.893Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 97.6% of statements [2021-03-09T00:40:39.466Z] ok github.com/docker/docker/pkg/discovery/memory 0.011s coverage: 92.3% of statements [2021-03-09T00:40:40.039Z] ok github.com/docker/docker/pkg/discovery/nodes 0.015s coverage: 93.8% of statements [2021-03-09T00:40:40.611Z] ok github.com/docker/docker/pkg/dmesg 0.009s coverage: 83.3% of statements [2021-03-09T00:40:41.184Z] ok github.com/docker/docker/pkg/chrootarchive 3.465s coverage: 43.2% of statements [2021-03-09T00:40:41.757Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2021-03-09T00:40:42.020Z] ok github.com/docker/docker/pkg/fileutils 0.019s coverage: 89.5% of statements [2021-03-09T00:40:42.593Z] ok github.com/docker/docker/pkg/homedir 0.011s coverage: 11.4% of statements [2021-03-09T00:40:42.593Z] ok github.com/docker/docker/pkg/fsutils 0.334s coverage: 85.1% of statements [2021-03-09T00:40:42.855Z] ok github.com/docker/docker/pkg/discovery/kv 3.091s coverage: 84.1% of statements [2021-03-09T00:40:43.118Z] ok github.com/docker/docker/layer 7.585s coverage: 68.8% of statements [2021-03-09T00:40:43.118Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-09T00:40:43.118Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-09T00:40:43.118Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-09T00:40:43.118Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-09T00:40:43.118Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-09T00:40:43.118Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-09T00:40:43.118Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-09T00:40:43.692Z] ok github.com/docker/docker/pkg/jsonmessage 0.017s coverage: 91.7% of statements [2021-03-09T00:40:43.953Z] ok github.com/docker/docker/pkg/longpath 0.014s coverage: 100.0% of statements [2021-03-09T00:40:44.215Z] ok github.com/docker/docker/pkg/idtools 0.836s coverage: 69.5% of statements [2021-03-09T00:40:44.215Z] ok github.com/docker/docker/pkg/ioutils 0.633s coverage: 70.6% of statements [2021-03-09T00:40:44.215Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-09T00:40:44.215Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-09T00:40:44.215Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-09T00:40:44.215Z] ok github.com/docker/docker/pkg/namesgenerator 0.017s coverage: 85.7% of statements [2021-03-09T00:40:44.215Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-09T00:40:44.477Z] ok github.com/docker/docker/pkg/parsers 0.018s coverage: 97.0% of statements [2021-03-09T00:40:44.739Z] ok github.com/docker/docker/pkg/parsers/kernel 0.011s coverage: 60.0% of statements [2021-03-09T00:40:45.001Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.031s coverage: 86.7% of statements [2021-03-09T00:40:45.001Z] ok github.com/docker/docker/pkg/pidfile 0.040s coverage: 82.4% of statements [2021-03-09T00:40:45.001Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-09T00:40:45.002Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-09T00:40:45.577Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.025s coverage: 56.8% of statements [2021-03-09T00:40:46.153Z] ok github.com/docker/docker/pkg/plugins/transport 0.026s coverage: 85.7% of statements [2021-03-09T00:40:46.415Z] ok github.com/docker/docker/pkg/pools 0.020s coverage: 88.2% of statements [2021-03-09T00:40:46.415Z] ok github.com/docker/docker/pkg/progress 0.018s coverage: 75.9% of statements [2021-03-09T00:40:46.431Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-09T00:40:46.988Z] ok github.com/docker/docker/pkg/reexec 0.017s coverage: 82.4% of statements [2021-03-09T00:40:47.562Z] ok github.com/docker/docker/pkg/stdcopy 0.014s coverage: 100.0% of statements [2021-03-09T00:40:47.823Z] ok github.com/docker/docker/pkg/pubsub 1.088s coverage: 75.0% of statements [2021-03-09T00:40:48.085Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2021-03-09T00:40:48.346Z] ok github.com/docker/docker/pkg/stringid 0.011s coverage: 70.6% of statements [2021-03-09T00:40:49.067Z] Loaded image: buildpack-deps:buster [2021-03-09T00:40:49.067Z] Loaded image: busybox:latest [2021-03-09T00:40:49.067Z] Loaded image: busybox:glibc [2021-03-09T00:40:49.290Z] ok github.com/docker/docker/pkg/sysinfo 0.026s coverage: 54.2% of statements [2021-03-09T00:40:49.290Z] ok github.com/docker/docker/pkg/system 0.028s coverage: 36.9% of statements [2021-03-09T00:40:49.863Z] ok github.com/docker/docker/pkg/tailfile 0.104s coverage: 88.6% of statements [2021-03-09T00:40:49.863Z] ok github.com/docker/docker/pkg/signal 2.791s coverage: 61.0% of statements [2021-03-09T00:40:50.436Z] ok github.com/docker/docker/pkg/tarsum 0.143s coverage: 89.3% of statements [2021-03-09T00:40:50.436Z] testing: warning: no tests to run [2021-03-09T00:40:50.436Z] coverage: [no statements] [2021-03-09T00:40:50.436Z] ok github.com/docker/docker/pkg/term/windows 0.020s coverage: [no statements] [no tests to run] [2021-03-09T00:40:50.576Z] Loaded image: debian:bullseye [2021-03-09T00:40:50.576Z] Loaded image: hello-world:latest [2021-03-09T00:40:50.576Z] Loaded image: arm32v7/hello-world:latest [2021-03-09T00:40:50.698Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2021-03-09T00:40:50.698Z] ok github.com/docker/docker/pkg/urlutil 0.009s coverage: 100.0% of statements [2021-03-09T00:40:50.960Z] ok github.com/docker/docker/pkg/useragent 0.011s coverage: 88.9% of statements [2021-03-09T00:40:52.352Z] ok github.com/docker/docker/plugin/v2 0.020s coverage: 14.5% of statements [2021-03-09T00:40:52.352Z] ok github.com/docker/docker/profiles/seccomp 0.018s coverage: 85.4% of statements [2021-03-09T00:40:52.932Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-09T00:40:53.298Z] ok github.com/docker/docker/reference 0.024s coverage: 84.4% of statements [2021-03-09T00:40:53.560Z] ok github.com/docker/docker/plugin 0.568s coverage: 23.2% of statements [2021-03-09T00:40:55.481Z] ok github.com/docker/docker/quota 0.605s coverage: 71.4% of statements [2021-03-09T00:40:55.481Z] ok github.com/docker/docker/registry/resumable 0.030s coverage: 100.0% of statements [2021-03-09T00:40:55.481Z] ok github.com/docker/docker/registry 0.166s coverage: 58.8% of statements [2021-03-09T00:40:55.481Z] ok github.com/docker/docker/restartmanager 0.009s coverage: 50.9% of statements [2021-03-09T00:40:55.743Z] ok github.com/docker/docker/testutil 0.011s coverage: 62.5% of statements [2021-03-09T00:40:56.317Z] ok github.com/docker/docker/runconfig 0.043s coverage: 66.1% of statements [2021-03-09T00:40:56.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-09T00:40:56.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-09T00:40:57.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-09T00:40:58.238Z] ok github.com/docker/docker/volume/drivers 0.019s coverage: 36.1% of statements [2021-03-09T00:40:58.751Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-09T00:40:58.751Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-09T00:40:59.060Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (20.09s) [2021-03-09T00:40:59.060Z] PASS [2021-03-09T00:40:59.060Z] [2021-03-09T00:40:59.060Z] === Skipped [2021-03-09T00:40:59.060Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2021-03-09T00:40:59.060Z] build_session_test.go:25: TODO: BuildKit [2021-03-09T00:40:59.060Z] [2021-03-09T00:40:59.060Z] === SKIP: s390x.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-03-09T00:40:59.060Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-09T00:40:59.060Z] [2021-03-09T00:40:59.060Z] [2021-03-09T00:40:59.060Z] DONE 34 tests, 2 skipped in 105.809s [2021-03-09T00:40:59.060Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2021-03-09T00:40:59.060Z] ++ 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-09T00:40:59.060Z] ++ set -e [2021-03-09T00:40:59.060Z] ++ '[' -n 0 ']' [2021-03-09T00:40:59.060Z] ++ set -x [2021-03-09T00:40:59.060Z] ++ env -i DEST=/go/src/github.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-09T00:40:59.060Z] INFO: Testing against a local daemon [2021-03-09T00:40:59.060Z] === RUN TestConfigInspect [2021-03-09T00:40:59.184Z] ok github.com/docker/docker/volume/mounts 0.063s coverage: 67.0% of statements [2021-03-09T00:40:59.203Z] #67 exporting layers 83.5s done [2021-03-09T00:40:59.203Z] #67 exporting manifest sha256:7222fcce5873e8a57e08965113be0855a74fd8897594aca5002fade598c9712a done [2021-03-09T00:40:59.203Z] #67 exporting config sha256:0a57e904d69099a12987c9ef4250d6010ef6e54b1347f135debde55dbd1bd569 done [2021-03-09T00:40:59.203Z] #67 sending tarball [2021-03-09T00:40:59.757Z] ok github.com/docker/docker/volume/local 0.287s coverage: 76.4% of statements [2021-03-09T00:41:00.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-09T00:41:00.699Z] ok github.com/docker/docker/volume/service 0.026s coverage: 73.1% of statements [2021-03-09T00:41:01.071Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-09T00:41:01.987Z] #67 ... [2021-03-09T00:41:01.987Z] [2021-03-09T00:41:01.987Z] #68 importing to docker [2021-03-09T00:41:01.987Z] #68 sha256:f7d86d3755f7256f45b769e99f5f094e1b9787a4928d0db31062ecb37fcc2df4 [2021-03-09T00:41:02.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-09T00:41:03.428Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-09T00:41:03.443Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-09T00:41:03.515Z] --- PASS: TestConfigInspect (4.05s) [2021-03-09T00:41:03.515Z] === RUN TestConfigList [2021-03-09T00:41:04.384Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-09T00:41:04.810Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-09T00:41:04.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-09T00:41:06.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-09T00:41:06.247Z] --- PASS: TestConfigList (3.51s) [2021-03-09T00:41:06.247Z] === RUN TestConfigsCreateAndDelete [2021-03-09T00:41:06.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-09T00:41:06.866Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-09T00:41:08.135Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-09T00:41:09.075Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-09T00:41:10.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-09T00:41:10.455Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-09T00:41:10.771Z] --- PASS: TestConfigsCreateAndDelete (3.78s) [2021-03-09T00:41:10.771Z] === RUN TestConfigsUpdate [2021-03-09T00:41:11.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-09T00:41:11.552Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-09T00:41:11.789Z] db4edcf0861f: Pull complete [2021-03-09T00:41:11.789Z] Digest: sha256:1ed72e74ffe1fd07eef2df3eb9a5d57f64fdac099329a4a63aa1a99b4139ce5a [2021-03-09T00:41:11.789Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T00:41:11.789Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T00:41:11.789Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-03-09T00:41:11.789Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-03-09T00:41:11.789Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1757' [2021-03-09T00:41:11.789Z] INFO: Docker version of control daemon [2021-03-09T00:41:11.789Z] [2021-03-09T00:41:11.789Z] Client: Docker Engine - Enterprise [2021-03-09T00:41:11.789Z] Version: 19.03.12 [2021-03-09T00:41:11.789Z] API version: 1.40 [2021-03-09T00:41:11.789Z] Go version: go1.13.13 [2021-03-09T00:41:11.789Z] Git commit: 4306744 [2021-03-09T00:41:11.789Z] Built: 08/05/2020 19:27:53 [2021-03-09T00:41:11.789Z] OS/Arch: windows/amd64 [2021-03-09T00:41:11.789Z] Experimental: false [2021-03-09T00:41:11.789Z] [2021-03-09T00:41:11.789Z] Server: Docker Engine - Enterprise [2021-03-09T00:41:11.789Z] Engine: [2021-03-09T00:41:11.789Z] Version: 19.03.12 [2021-03-09T00:41:11.789Z] API version: 1.40 (minimum version 1.24) [2021-03-09T00:41:11.789Z] Go version: go1.13.13 [2021-03-09T00:41:11.789Z] Git commit: f295753ffd [2021-03-09T00:41:11.789Z] Built: 08/05/2020 19:26:41 [2021-03-09T00:41:11.789Z] OS/Arch: windows/amd64 [2021-03-09T00:41:11.789Z] Experimental: true [2021-03-09T00:41:11.789Z] [2021-03-09T00:41:11.789Z] INFO: Docker info of control daemon [2021-03-09T00:41:11.789Z] [2021-03-09T00:41:11.789Z] Client: [2021-03-09T00:41:11.789Z] Debug Mode: false [2021-03-09T00:41:11.789Z] Plugins: [2021-03-09T00:41:11.789Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-03-09T00:41:11.789Z] [2021-03-09T00:41:11.789Z] Server: [2021-03-09T00:41:11.789Z] Containers: 0 [2021-03-09T00:41:11.789Z] Running: 0 [2021-03-09T00:41:11.789Z] Paused: 0 [2021-03-09T00:41:11.789Z] Stopped: 0 [2021-03-09T00:41:11.789Z] Images: 1 [2021-03-09T00:41:11.789Z] Server Version: 19.03.12 [2021-03-09T00:41:11.789Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-03-09T00:41:11.789Z] Windows: [2021-03-09T00:41:11.789Z] LCOW: [2021-03-09T00:41:11.789Z] Logging Driver: json-file [2021-03-09T00:41:11.789Z] Plugins: [2021-03-09T00:41:11.789Z] Volume: local [2021-03-09T00:41:11.789Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-09T00:41:11.789Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-09T00:41:11.789Z] Swarm: inactive [2021-03-09T00:41:11.789Z] Default Isolation: process [2021-03-09T00:41:11.789Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-09T00:41:11.789Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-03-09T00:41:11.789Z] OSType: windows [2021-03-09T00:41:11.789Z] Architecture: x86_64 [2021-03-09T00:41:11.789Z] CPUs: 4 [2021-03-09T00:41:11.789Z] Total Memory: 32GiB [2021-03-09T00:41:11.789Z] Name: azwin-2-264e50 [2021-03-09T00:41:11.789Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-03-09T00:41:11.789Z] Docker Root Dir: D:\docker [2021-03-09T00:41:11.789Z] Debug Mode: false [2021-03-09T00:41:11.789Z] Registry: https://index.docker.io/v1/ [2021-03-09T00:41:11.789Z] Labels: [2021-03-09T00:41:11.789Z] Experimental: true [2021-03-09T00:41:11.789Z] Insecure Registries: [2021-03-09T00:41:11.789Z] 10.0.0.4:5000 [2021-03-09T00:41:11.789Z] 127.0.0.0/8 [2021-03-09T00:41:11.789Z] Registry Mirrors: [2021-03-09T00:41:11.789Z] http://10.0.0.4:5000/ [2021-03-09T00:41:11.789Z] Live Restore Enabled: false [2021-03-09T00:41:11.789Z] [2021-03-09T00:41:11.789Z] [2021-03-09T00:41:11.789Z] INFO: Commit hash is cf1ef892ff [2021-03-09T00:41:11.789Z] INFO: Nuke-Everything... [2021-03-09T00:41:11.789Z] INFO: Container count on control daemon to delete is 0 [2021-03-09T00:41:11.789Z] INFO: Nuking d:\CI [2021-03-09T00:41:11.789Z] INFO: Zapped successfully [2021-03-09T00:41:11.789Z] INFO: Location for testing is d:\CI\PR-41757\6 [2021-03-09T00:41:11.789Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-03-09T00:41:11.789Z] [2021-03-09T00:41:11.789Z] [2021-03-09T00:41:11.789Z] INFO: Building the image from Dockerfile.windows at 03/09/2021 00:41:06... [2021-03-09T00:41:11.789Z] [2021-03-09T00:41:11.789Z] Sending build context to Docker daemon 58.31MB [2021-03-09T00:41:11.789Z] [2021-03-09T00:41:11.789Z] Step 1/10 : FROM microsoft/windowsservercore [2021-03-09T00:41:11.789Z] ---> 31902e4b25a6 [2021-03-09T00:41:11.789Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-03-09T00:41:11.789Z] ---> Running in c9718ab0cb48 [2021-03-09T00:41:11.789Z] Removing intermediate container c9718ab0cb48 [2021-03-09T00:41:11.789Z] ---> ea8c9eefe524 [2021-03-09T00:41:11.789Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-03-09T00:41:11.789Z] ---> Running in a36efbb743c4 [2021-03-09T00:41:12.255Z] Removing intermediate container a36efbb743c4 [2021-03-09T00:41:12.255Z] ---> 8ec3dfccf3e6 [2021-03-09T00:41:12.255Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-03-09T00:41:12.255Z] ---> Running in ea654c531715 [2021-03-09T00:41:12.718Z] Removing intermediate container ea654c531715 [2021-03-09T00:41:12.718Z] ---> 59044f8e0d98 [2021-03-09T00:41:12.718Z] 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-09T00:41:12.718Z] ---> Running in 6d9c90e8a7b3 [2021-03-09T00:41:12.774Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-09T00:41:13.181Z] Removing intermediate container 6d9c90e8a7b3 [2021-03-09T00:41:13.181Z] ---> 44113e469de7 [2021-03-09T00:41:13.181Z] 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-09T00:41:13.181Z] ---> Running in 263f171b8850 [2021-03-09T00:41:13.466Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-09T00:41:13.712Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-09T00:41:13.712Z] Using test binary docker [2021-03-09T00:41:13.712Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-09T00:41:13.712Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-09T00:41:13.712Z] INFO: Waiting for daemon to start... [2021-03-09T00:41:13.712Z] Starting dockerd [2021-03-09T00:41:14.038Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-09T00:41:14.299Z] --- PASS: TestConfigsUpdate (3.81s) [2021-03-09T00:41:14.299Z] === RUN TestTemplatedConfig [2021-03-09T00:41:15.423Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-09T00:41:16.807Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-09T00:41:17.826Z] --- PASS: TestTemplatedConfig (4.01s) [2021-03-09T00:41:17.826Z] === RUN TestConfigCreateResolve [2021-03-09T00:41:17.901Z] . [2021-03-09T00:41:17.901Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-09T00:41:17.901Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-09T00:41:17.901Z] Error: No such image: emptyfs [2021-03-09T00:41:17.901Z] Running integration-test (iteration 1) [2021-03-09T00:41:17.901Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-03-09T00:41:18.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-09T00:41:19.013Z] [2021-03-09T00:41:19.013Z] SUCCESS: Specified value was saved. [2021-03-09T00:41:19.476Z] INFO: Downloading git... [2021-03-09T00:41:19.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-09T00:41:20.634Z] #68 DONE 16.3s [2021-03-09T00:41:20.634Z] [2021-03-09T00:41:20.634Z] #67 exporting to oci image format [2021-03-09T00:41:20.634Z] #67 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-03-09T00:41:20.634Z] #67 sending tarball 33.0s done [2021-03-09T00:41:20.634Z] #67 DONE 116.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-03-09T00:41:21.024Z] INFO: Downloading go... [2021-03-09T00:41:21.107Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41757/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/test/unit [2021-03-09T00:41:21.356Z] --- PASS: TestConfigCreateResolve (3.47s) [2021-03-09T00:41:21.356Z] === RUN TestConfigDaemonLibtrustID [2021-03-09T00:41:21.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-09T00:41:21.992Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2021-03-09T00:41:21.992Z] PASS [2021-03-09T00:41:21.992Z] [2021-03-09T00:41:21.992Z] DONE 7 tests in 23.404s [2021-03-09T00:41:21.992Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2021-03-09T00:41:21.992Z] ++ 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-09T00:41:21.992Z] ++ set -e [2021-03-09T00:41:21.992Z] ++ '[' -n 0 ']' [2021-03-09T00:41:21.992Z] ++ set -x [2021-03-09T00:41:21.993Z] ++ env -i DEST=/go/src/github.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-09T00:41:22.285Z] INFO: Testing against a local daemon [2021-03-09T00:41:22.285Z] === RUN TestCheckpoint [2021-03-09T00:41:22.285Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-09T00:41:22.285Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-09T00:41:22.285Z] === RUN TestContainerInvalidJSON [2021-03-09T00:41:22.285Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:41:22.285Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:41:22.285Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:41:22.285Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:41:22.285Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:41:22.285Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:41:22.285Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:41:22.285Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:41:22.285Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:41:22.285Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-03-09T00:41:22.285Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-09T00:41:22.285Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-09T00:41:22.285Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-09T00:41:22.285Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-09T00:41:22.285Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2021-03-09T00:41:22.285Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-09T00:41:22.522Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-09T00:41:22.522Z] Using test binary docker [2021-03-09T00:41:22.522Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-09T00:41:22.522Z] Starting apparmor (via systemctl): apparmor.service. [2021-03-09T00:41:22.522Z] INFO: Waiting for daemon to start... [2021-03-09T00:41:22.522Z] Starting dockerd [2021-03-09T00:41:22.578Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2021-03-09T00:41:22.578Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-09T00:41:22.578Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.17s) [2021-03-09T00:41:22.578Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-09T00:41:22.650Z] ok github.com/docker/docker/pkg/plugins 33.637s coverage: 76.6% of statements [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/rootless [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/volume [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-09T00:41:22.651Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === Skipped [2021-03-09T00:41:22.651Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-09T00:41:22.651Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-09T00:41:22.651Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-09T00:41:22.651Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:41:22.651Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-09T00:41:22.651Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:41:22.651Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-09T00:41:22.651Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:41:22.651Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-09T00:41:22.651Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:41:22.651Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-09T00:41:22.651Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:41:22.651Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-09T00:41:22.651Z] graphtest_unix.go:73: No driver to put! [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-09T00:41:22.651Z] time="2021-03-09T00:40:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:41:22.651Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:41:22.651Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-09T00:41:22.651Z] time="2021-03-09T00:40:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:41:22.651Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:41:22.651Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-09T00:41:22.651Z] time="2021-03-09T00:40:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:41:22.651Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:41:22.651Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-09T00:41:22.651Z] time="2021-03-09T00:40:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:41:22.651Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:41:22.651Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-09T00:41:22.651Z] time="2021-03-09T00:40:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:41:22.651Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:41:22.651Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-09T00:41:22.651Z] graphtest_unix.go:73: No driver to put! [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-09T00:41:22.651Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-09T00:41:22.651Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-09T00:41:22.651Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-09T00:41:22.651Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-09T00:41:22.651Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:41:22.651Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-09T00:41:22.651Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:41:22.651Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-09T00:41:22.651Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:41:22.651Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-09T00:41:22.651Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:41:22.651Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-09T00:41:22.651Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:41:22.651Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-09T00:41:22.651Z] graphtest_unix.go:73: No driver to put! [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-09T00:41:22.651Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-09T00:41:22.651Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] [2021-03-09T00:41:22.651Z] DONE 2243 tests, 26 skipped in 195.740s Post stage [Pipeline] junit [2021-03-09T00:41:22.666Z] Recording test results [2021-03-09T00:41:22.871Z] --- PASS: TestCopyToContainerPathIsNotDir (0.15s) [2021-03-09T00:41:22.871Z] === RUN TestCopyFromContainer [2021-03-09T00:41:23.967Z] INFO: Downloading compiler 1 of 3... [2021-03-09T00:41:24.431Z] INFO: Downloading compiler 2 of 3... [2021-03-09T00:41:24.431Z] INFO: Downloading compiler 3 of 3... [2021-03-09T00:41:24.431Z] INFO: Extracting git... [2021-03-09T00:41:24.601Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-09T00:41:24.700Z] ? github.com/docker/docker/api [no test files] [2021-03-09T00:41:24.946Z] === RUN TestCopyFromContainer// [2021-03-09T00:41:24.946Z] === RUN TestCopyFromContainer//bar/root [2021-03-09T00:41:24.992Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41757/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -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:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/make.sh dynbinary test-integration [2021-03-09T00:41:25.065Z] . [2021-03-09T00:41:25.065Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-09T00:41:25.065Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-09T00:41:25.065Z] Error: No such image: emptyfs [2021-03-09T00:41:25.065Z] Running integration-test (iteration 1) [2021-03-09T00:41:25.065Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-03-09T00:41:25.239Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-09T00:41:25.239Z] === RUN TestCopyFromContainer/bar/quux [2021-03-09T00:41:25.532Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-09T00:41:25.532Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-09T00:41:25.532Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-09T00:41:25.825Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-09T00:41:25.825Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-09T00:41:25.825Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-09T00:41:25.953Z] [2021-03-09T00:41:25.953Z] Removing bundles/ [2021-03-09T00:41:25.953Z] [2021-03-09T00:41:25.953Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-09T00:41:25.953Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-09T00:41:25.953Z] GOOS="" GOARCH="" GOARM="" [2021-03-09T00:41:26.118Z] --- PASS: TestCopyFromContainer (3.27s) [2021-03-09T00:41:26.118Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-03-09T00:41:26.118Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2021-03-09T00:41:26.118Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-03-09T00:41:26.118Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2021-03-09T00:41:26.118Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2021-03-09T00:41:26.118Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2021-03-09T00:41:26.118Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2021-03-09T00:41:26.118Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2021-03-09T00:41:26.118Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2021-03-09T00:41:26.118Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2021-03-09T00:41:26.118Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-09T00:41:26.118Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:41:26.118Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:41:26.118Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:41:26.118Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:41:26.118Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:41:26.118Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:41:26.118Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:41:26.118Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:41:26.118Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:41:26.118Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-03-09T00:41:26.118Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-09T00:41:26.118Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-09T00:41:26.118Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-09T00:41:26.118Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-09T00:41:26.118Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-03-09T00:41:26.118Z] === RUN TestCreateWithInvalidEnv [2021-03-09T00:41:26.118Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-09T00:41:26.118Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-09T00:41:26.118Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-09T00:41:26.118Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-09T00:41:26.118Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-09T00:41:26.118Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-09T00:41:26.118Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-09T00:41:26.118Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-09T00:41:26.118Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-09T00:41:26.118Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-03-09T00:41:26.118Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-09T00:41:26.118Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-09T00:41:26.118Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-09T00:41:26.118Z] === RUN TestCreateTmpfsMountsTarget [2021-03-09T00:41:26.118Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-03-09T00:41:26.118Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-09T00:41:28.856Z] --- PASS: TestCreateWithCustomMaskedPaths (2.49s) [2021-03-09T00:41:28.856Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-09T00:41:30.116Z] Loaded image: buildpack-deps:buster [2021-03-09T00:41:30.375Z] Loaded image: busybox:latest [2021-03-09T00:41:30.375Z] Loaded image: busybox:glibc [2021-03-09T00:41:31.595Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.65s) [2021-03-09T00:41:31.595Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-09T00:41:31.595Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:41:31.595Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:41:31.595Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:41:31.595Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:41:31.595Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:41:31.595Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:41:31.595Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:41:31.595Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:41:31.595Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:41:31.595Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:41:31.595Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:41:31.595Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:41:31.595Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:41:31.595Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:41:31.595Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:41:31.595Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-03-09T00:41:31.595Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-03-09T00:41:31.595Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-09T00:41:31.595Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-03-09T00:41:31.595Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-03-09T00:41:31.595Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-03-09T00:41:31.595Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-09T00:41:32.231Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.87s) [2021-03-09T00:41:32.231Z] === RUN TestCreateDifferentPlatform [2021-03-09T00:41:32.231Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-09T00:41:32.231Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-09T00:41:32.231Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-03-09T00:41:32.231Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-09T00:41:32.231Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-09T00:41:32.231Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-09T00:41:32.231Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-03-09T00:41:32.231Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-09T00:41:32.231Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.11s) [2021-03-09T00:41:32.231Z] === RUN TestContainerStartOnDaemonRestart [2021-03-09T00:41:32.231Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-09T00:41:32.231Z] === RUN TestDaemonRestartIpcMode [2021-03-09T00:41:32.231Z] === PAUSE TestDaemonRestartIpcMode [2021-03-09T00:41:32.231Z] === RUN TestDaemonHostGatewayIP [2021-03-09T00:41:32.231Z] === PAUSE TestDaemonHostGatewayIP [2021-03-09T00:41:32.231Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-09T00:41:32.231Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-09T00:41:32.231Z] === RUN TestContainerKillOnDaemonStart [2021-03-09T00:41:32.231Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-09T00:41:32.231Z] === RUN TestDiff [2021-03-09T00:41:32.913Z] Loaded image: debian:bullseye [2021-03-09T00:41:32.913Z] Loaded image: hello-world:latest [2021-03-09T00:41:32.913Z] Loaded image: arm32v7/hello-world:latest [2021-03-09T00:41:32.913Z] INFO: Testing against a local daemon [2021-03-09T00:41:32.913Z] === RUN TestCgroupNamespacesBuild [2021-03-09T00:41:33.271Z] --- PASS: TestDiff (0.83s) [2021-03-09T00:41:33.271Z] === RUN TestExecWithCloseStdin [2021-03-09T00:41:34.312Z] --- PASS: TestExecWithCloseStdin (1.00s) [2021-03-09T00:41:34.312Z] === RUN TestExec [2021-03-09T00:41:35.352Z] --- PASS: TestExec (0.95s) [2021-03-09T00:41:35.352Z] === RUN TestExecUser [2021-03-09T00:41:35.992Z] --- PASS: TestExecUser (0.96s) [2021-03-09T00:41:35.992Z] === RUN TestExportContainerAndImportImage [2021-03-09T00:41:36.623Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-09T00:41:36.866Z] INFO: Expanding go... [2021-03-09T00:41:37.549Z] --- PASS: TestExportContainerAndImportImage (1.18s) [2021-03-09T00:41:37.549Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-09T00:41:39.063Z] --- PASS: TestExportContainerAfterDaemonRestart (1.60s) [2021-03-09T00:41:39.063Z] === RUN TestHealthCheckWorkdir [2021-03-09T00:41:39.972Z] Loaded image: buildpack-deps:buster [2021-03-09T00:41:39.972Z] Loaded image: busybox:latest [2021-03-09T00:41:39.972Z] Loaded image: busybox:glibc [2021-03-09T00:41:40.103Z] --- PASS: TestHealthCheckWorkdir (1.16s) [2021-03-09T00:41:40.103Z] === RUN TestHealthKillContainer [2021-03-09T00:41:40.543Z] Loaded image: debian:bullseye [2021-03-09T00:41:40.543Z] Loaded image: hello-world:latest [2021-03-09T00:41:41.030Z] --- PASS: TestCgroupNamespacesBuild (7.23s) [2021-03-09T00:41:41.030Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-09T00:41:41.483Z] Loaded image: arm32v7/hello-world:latest [2021-03-09T00:41:41.483Z] INFO: Testing against a local daemon [2021-03-09T00:41:41.483Z] === RUN TestCgroupNamespacesBuild [2021-03-09T00:41:42.408Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.25s) [2021-03-09T00:41:42.408Z] === RUN TestBuildWithSession [2021-03-09T00:41:42.408Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-09T00:41:42.408Z] build_session_test.go:25: TODO: BuildKit [2021-03-09T00:41:42.408Z] === RUN TestBuildSquashParent [2021-03-09T00:41:43.215Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m18.270894475s with top 10 stages: buildssa: 1m43.23126049s, goimports: 22.401308578s, unconvert: 12.52035774s, gosec: 11.13261981s, golint: 6.527455279s, ineffassign: 5.062647584s, misspell: 4.73639994s, vrp: 3.807577759s, inspect: 3.729510052s, fact_purity: 1.757819849s [2021-03-09T00:41:43.215Z] INFO [runner] Issues before processing: 2266, after processing: 0 [2021-03-09T00:41:43.215Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1686/1686, skip_dirs: 1686/1686, autogenerated_exclude: 1581/1686, identifier_marker: 1581/1581, exclude: 1581/1581, cgo: 1686/2266, path_prettifier: 1686/1686, skip_files: 1686/1686, nolint: 0/64, exclude-rules: 64/1581 [2021-03-09T00:41:43.215Z] INFO [runner] processing took 119.205709ms with stages: nolint: 52.447756ms, identifier_marker: 36.649868ms, path_prettifier: 12.907766ms, exclude-rules: 6.735207ms, autogenerated_exclude: 6.165884ms, skip_dirs: 3.127242ms, cgo: 680.875µs, filename_unadjuster: 485.158µs, max_same_issues: 1.451µs, uniq_by_line: 859ns, exclude: 826ns, diff: 669ns, max_from_linter: 509ns, source_code: 499ns, path_shortener: 431ns, skip_files: 407ns, max_per_file_from_linter: 302ns [2021-03-09T00:41:43.215Z] INFO [runner] linters took 1m43.536449941s with stages: goanalysis_metalinter: 1m21.951106387s, unused: 21.465675972s [2021-03-09T00:41:43.215Z] INFO File cache stats: 1453 entries of total size 6.8MiB [2021-03-09T00:41:43.215Z] INFO Memory: 1553 samples, avg is 750.2MB, max is 3637.3MB [2021-03-09T00:41:43.215Z] INFO Execution took 3m46.070844128s [2021-03-09T00:41:43.393Z] ok github.com/docker/docker/api/server 0.009s coverage: 9.0% of statements [2021-03-09T00:41:43.396Z] --- PASS: TestCgroupNamespacesBuild (1.83s) [2021-03-09T00:41:43.396Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-09T00:41:43.473Z] Congratulations! The shell scripts are properly formatted. [2021-03-09T00:41:43.630Z] --- PASS: TestHealthKillContainer (2.97s) [2021-03-09T00:41:43.630Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-09T00:41:43.927Z] --- PASS: TestInspectCpusetInConfigPre120 (0.89s) [2021-03-09T00:41:43.927Z] === RUN TestIpcModeNone [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-03-09T00:41:44.380Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41757/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/make.sh dynbinary-daemon test-docker-py [2021-03-09T00:41:44.784Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.35s) [2021-03-09T00:41:44.784Z] === RUN TestBuildWithSession [2021-03-09T00:41:44.784Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-09T00:41:44.784Z] build_session_test.go:25: TODO: BuildKit [2021-03-09T00:41:44.784Z] === RUN TestBuildSquashParent [2021-03-09T00:41:44.947Z] [2021-03-09T00:41:44.947Z] Removing bundles/ [2021-03-09T00:41:44.947Z] [2021-03-09T00:41:44.947Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-03-09T00:41:44.947Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-09T00:41:44.947Z] GOOS="" GOARCH="" GOARM="" [2021-03-09T00:41:44.968Z] --- PASS: TestIpcModeNone (0.98s) [2021-03-09T00:41:44.968Z] === RUN TestIpcModePrivate [2021-03-09T00:41:46.006Z] --- PASS: TestIpcModePrivate (0.96s) [2021-03-09T00:41:46.006Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2021-03-09T00:41:46.006Z] === RUN TestIpcModeShareable [2021-03-09T00:41:47.045Z] --- PASS: TestIpcModeShareable (0.98s) [2021-03-09T00:41:47.045Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2021-03-09T00:41:47.045Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-09T00:41:49.786Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.01s) [2021-03-09T00:41:49.786Z] === RUN TestAPIIpcModeHost [2021-03-09T00:41:50.072Z] --- PASS: TestBuildSquashParent (4.70s) [2021-03-09T00:41:50.072Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-09T00:41:50.072Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:41:50.072Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:41:50.072Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:41:50.072Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:41:50.072Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:41:50.072Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:41:50.072Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:41:50.072Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:41:50.072Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:41:50.072Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:41:50.072Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:41:50.072Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:41:50.072Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:41:50.072Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:41:50.423Z] --- PASS: TestAPIIpcModeHost (0.67s) [2021-03-09T00:41:50.423Z] === RUN TestDaemonIpcModeShareable [2021-03-09T00:41:50.525Z] --- PASS: TestBuildSquashParent (6.82s) [2021-03-09T00:41:50.525Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-09T00:41:50.525Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:41:50.525Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:41:50.525Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:41:50.525Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:41:50.525Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:41:50.525Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:41:50.525Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:41:50.525Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:41:50.525Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:41:50.525Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:41:50.525Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:41:50.525Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:41:50.525Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:41:50.525Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:41:51.015Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:41:51.276Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:41:51.902Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:41:51.902Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:41:52.498Z] --- PASS: TestDaemonIpcModeShareable (1.85s) [2021-03-09T00:41:52.498Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2021-03-09T00:41:52.498Z] === RUN TestDaemonIpcModePrivate [2021-03-09T00:41:52.660Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:41:52.921Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:41:53.809Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:41:53.809Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:41:54.012Z] --- PASS: TestDaemonIpcModePrivate (1.81s) [2021-03-09T00:41:54.012Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2021-03-09T00:41:54.012Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-09T00:41:54.837Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-09T00:41:54.837Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.55s) [2021-03-09T00:41:54.837Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.88s) [2021-03-09T00:41:54.837Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.66s) [2021-03-09T00:41:54.837Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.72s) [2021-03-09T00:41:54.837Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.67s) [2021-03-09T00:41:54.837Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.67s) [2021-03-09T00:41:54.837Z] === RUN TestBuildMultiStageCopy [2021-03-09T00:41:54.837Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-09T00:41:55.714Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-03-09T00:41:55.714Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.60s) [2021-03-09T00:41:55.714Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.63s) [2021-03-09T00:41:55.714Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.86s) [2021-03-09T00:41:55.714Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.90s) [2021-03-09T00:41:55.714Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.09s) [2021-03-09T00:41:55.714Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.03s) [2021-03-09T00:41:55.714Z] === RUN TestBuildMultiStageCopy [2021-03-09T00:41:55.714Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-09T00:41:56.088Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.80s) [2021-03-09T00:41:56.088Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2021-03-09T00:41:56.088Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-09T00:41:56.220Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-09T00:41:56.220Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-09T00:41:56.481Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-09T00:41:56.742Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-09T00:41:57.003Z] --- PASS: TestBuildMultiStageCopy (2.50s) [2021-03-09T00:41:57.003Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.53s) [2021-03-09T00:41:57.003Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.25s) [2021-03-09T00:41:57.003Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2021-03-09T00:41:57.003Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.25s) [2021-03-09T00:41:57.003Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s) [2021-03-09T00:41:57.003Z] === RUN TestBuildMultiStageParentConfig [2021-03-09T00:41:57.945Z] --- PASS: TestBuildMultiStageParentConfig (0.67s) [2021-03-09T00:41:57.945Z] === RUN TestBuildLabelWithTargets [2021-03-09T00:41:58.028Z] INFO: Expanding compiler 1 of 3... [2021-03-09T00:41:58.028Z] INFO: Expanding compiler 2 of 3... [2021-03-09T00:41:58.163Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.84s) [2021-03-09T00:41:58.163Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2021-03-09T00:41:58.163Z] === RUN TestIpcModeOlderClient [2021-03-09T00:41:58.163Z] === PAUSE TestIpcModeOlderClient [2021-03-09T00:41:58.163Z] === RUN TestKillContainerInvalidSignal [2021-03-09T00:41:58.798Z] --- PASS: TestKillContainerInvalidSignal (0.87s) [2021-03-09T00:41:58.798Z] === RUN TestKillContainer [2021-03-09T00:41:58.798Z] === RUN TestKillContainer/no_signal [2021-03-09T00:41:58.887Z] --- PASS: TestBuildLabelWithTargets (1.10s) [2021-03-09T00:41:58.887Z] === RUN TestBuildWithEmptyLayers [2021-03-09T00:41:59.459Z] --- PASS: TestBuildWithEmptyLayers (0.51s) [2021-03-09T00:41:59.459Z] === RUN TestBuildMultiStageOnBuild [2021-03-09T00:41:59.837Z] === RUN TestKillContainer/non_killing_signal [2021-03-09T00:41:59.928Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-09T00:42:00.130Z] === RUN TestKillContainer/killing_signal [2021-03-09T00:42:00.187Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-09T00:42:00.954Z] INFO: Expanding compiler 3 of 3... [2021-03-09T00:42:01.124Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-09T00:42:01.401Z] --- PASS: TestBuildMultiStageOnBuild (1.79s) [2021-03-09T00:42:01.402Z] === RUN TestBuildUncleanTarFilenames [2021-03-09T00:42:01.416Z] INFO: Removing downloaded files... [2021-03-09T00:42:01.416Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-03-09T00:42:01.416Z] INFO: Configuring git core.autocrlf... [2021-03-09T00:42:01.714Z] --- PASS: TestKillContainer (2.76s) [2021-03-09T00:42:01.714Z] --- PASS: TestKillContainer/no_signal (0.92s) [2021-03-09T00:42:01.714Z] --- PASS: TestKillContainer/non_killing_signal (0.57s) [2021-03-09T00:42:01.714Z] --- PASS: TestKillContainer/killing_signal (0.87s) [2021-03-09T00:42:01.714Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-09T00:42:01.714Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-09T00:42:01.975Z] --- PASS: TestBuildUncleanTarFilenames (0.74s) [2021-03-09T00:42:01.975Z] === RUN TestBuildMultiStageLayerLeak [2021-03-09T00:42:02.061Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-09T00:42:02.351Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-09T00:42:03.395Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.87s) [2021-03-09T00:42:03.395Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.89s) [2021-03-09T00:42:03.395Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2021-03-09T00:42:03.395Z] === RUN TestKillStoppedContainer [2021-03-09T00:42:03.395Z] --- PASS: TestKillStoppedContainer (0.10s) [2021-03-09T00:42:03.395Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-09T00:42:03.395Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2021-03-09T00:42:03.395Z] === RUN TestKillDifferentUserContainer [2021-03-09T00:42:03.437Z] --- PASS: TestBuildMultiStageCopy (7.33s) [2021-03-09T00:42:03.437Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.34s) [2021-03-09T00:42:03.437Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.98s) [2021-03-09T00:42:03.437Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-03-09T00:42:03.437Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.01s) [2021-03-09T00:42:03.437Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.01s) [2021-03-09T00:42:03.437Z] === RUN TestBuildMultiStageParentConfig [2021-03-09T00:42:03.891Z] --- PASS: TestBuildMultiStageLayerLeak (1.89s) [2021-03-09T00:42:03.891Z] === RUN TestBuildWithHugeFile [2021-03-09T00:42:04.435Z] --- PASS: TestKillDifferentUserContainer (0.92s) [2021-03-09T00:42:04.435Z] === RUN TestInspectOomKilledTrue [2021-03-09T00:42:04.435Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2021-03-09T00:42:04.435Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:42:04.435Z] === RUN TestInspectOomKilledFalse [2021-03-09T00:42:04.435Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-09T00:42:04.435Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:42:04.435Z] === RUN TestLinksEtcHostsContentMatch [2021-03-09T00:42:05.072Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2021-03-09T00:42:05.072Z] === RUN TestLinksContainerNames [2021-03-09T00:42:07.148Z] --- PASS: TestLinksContainerNames (1.77s) [2021-03-09T00:42:07.148Z] === RUN TestLogsFollowTailEmpty [2021-03-09T00:42:07.785Z] --- PASS: TestLogsFollowTailEmpty (0.89s) [2021-03-09T00:42:07.785Z] === RUN TestContainerNetworkMountsNoChown [2021-03-09T00:42:08.656Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-09T00:42:08.708Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2021-03-09T00:42:08.708Z] === RUN TestBuildLabelWithTargets [2021-03-09T00:42:08.824Z] --- PASS: TestContainerNetworkMountsNoChown (0.87s) [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/default [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/default [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/private [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/private [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/rprivate [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/slave [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/slave [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/rslave [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/shared [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/shared [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/rshared [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/default [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/rshared [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/shared [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/rslave [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/slave [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/rprivate [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/private [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:42:08.824Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:42:08.824Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:42:08.824Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:42:09.118Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:42:09.118Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-09T00:42:09.118Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:42:09.118Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-09T00:42:09.118Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:42:09.118Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-09T00:42:09.118Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:42:09.118Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:42:09.411Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-09T00:42:09.411Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:42:09.411Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:42:09.411Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:42:09.411Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:42:09.411Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:42:09.411Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:42:09.411Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:42:09.411Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot (0.01s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.11s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.11s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.07s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2021-03-09T00:42:09.411Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2021-03-09T00:42:09.411Z] === RUN TestContainerBindMountNonRecursive [2021-03-09T00:42:10.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-09T00:42:11.486Z] --- PASS: TestContainerBindMountNonRecursive (2.05s) [2021-03-09T00:42:11.486Z] === RUN TestContainerVolumesMountedAsShared [2021-03-09T00:42:12.525Z] --- PASS: TestContainerVolumesMountedAsShared (0.86s) [2021-03-09T00:42:12.525Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-09T00:42:13.161Z] --- PASS: TestContainerVolumesMountedAsSlave (0.65s) [2021-03-09T00:42:13.161Z] === RUN TestNetworkNat [2021-03-09T00:42:14.201Z] --- PASS: TestNetworkNat (0.94s) [2021-03-09T00:42:14.201Z] === RUN TestNetworkLocalhostTCPNat [2021-03-09T00:42:14.719Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-09T00:42:14.836Z] --- PASS: TestNetworkLocalhostTCPNat (0.91s) [2021-03-09T00:42:14.836Z] === RUN TestNetworkLoopbackNat [2021-03-09T00:42:16.826Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-03-09T00:42:16.826Z] === RUN TestBuildWithEmptyLayers [2021-03-09T00:42:17.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-09T00:42:18.170Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-09T00:42:18.364Z] --- PASS: TestNetworkLoopbackNat (3.29s) [2021-03-09T00:42:18.364Z] === RUN TestPause [2021-03-09T00:42:19.359Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-03-09T00:42:19.359Z] === RUN TestBuildMultiStageOnBuild [2021-03-09T00:42:19.403Z] --- PASS: TestPause (1.00s) [2021-03-09T00:42:19.403Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-09T00:42:19.403Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-09T00:42:19.403Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-09T00:42:19.403Z] === RUN TestPauseStopPausedContainer [2021-03-09T00:42:20.040Z] --- PASS: TestPauseStopPausedContainer (0.92s) [2021-03-09T00:42:20.040Z] === RUN TestPsFilter [2021-03-09T00:42:20.675Z] --- PASS: TestPsFilter (0.30s) [2021-03-09T00:42:20.675Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-09T00:42:21.311Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.85s) [2021-03-09T00:42:21.311Z] === RUN TestRemoveContainerWithVolume [2021-03-09T00:42:22.351Z] --- PASS: TestRemoveContainerWithVolume (0.91s) [2021-03-09T00:42:22.351Z] === RUN TestRemoveContainerRunning [2021-03-09T00:42:23.032Z] --- PASS: TestRemoveContainerRunning (0.90s) [2021-03-09T00:42:23.032Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-09T00:42:23.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-09T00:42:24.070Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.95s) [2021-03-09T00:42:24.070Z] === RUN TestRemoveInvalidContainer [2021-03-09T00:42:24.070Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-03-09T00:42:24.070Z] === RUN TestRenameLinkedContainer [2021-03-09T00:42:24.629Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-03-09T00:42:24.629Z] === RUN TestBuildUncleanTarFilenames [2021-03-09T00:42:25.197Z] --- PASS: TestBuildUncleanTarFilenames (0.89s) [2021-03-09T00:42:25.197Z] === RUN TestBuildMultiStageLayerLeak [2021-03-09T00:42:27.596Z] --- PASS: TestRenameLinkedContainer (3.56s) [2021-03-09T00:42:27.596Z] === RUN TestRenameStoppedContainer [2021-03-09T00:42:28.638Z] --- PASS: TestRenameStoppedContainer (0.87s) [2021-03-09T00:42:28.638Z] === RUN TestRenameRunningContainerAndReuse [2021-03-09T00:42:30.471Z] --- PASS: TestBuildMultiStageLayerLeak (5.11s) [2021-03-09T00:42:30.471Z] === RUN TestBuildWithHugeFile [2021-03-09T00:42:30.726Z] --- PASS: TestRenameRunningContainerAndReuse (1.87s) [2021-03-09T00:42:30.726Z] === RUN TestRenameInvalidName [2021-03-09T00:42:31.362Z] --- PASS: TestRenameInvalidName (0.93s) [2021-03-09T00:42:31.362Z] === RUN TestRenameAnonymousContainer [2021-03-09T00:42:33.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-09T00:42:36.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-09T00:42:36.941Z] --- PASS: TestRenameAnonymousContainer (4.98s) [2021-03-09T00:42:36.941Z] === RUN TestRenameContainerWithSameName [2021-03-09T00:42:37.234Z] --- PASS: TestRenameContainerWithSameName (1.00s) [2021-03-09T00:42:37.234Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-09T00:42:39.309Z] --- PASS: TestRenameContainerWithLinkedContainer (1.72s) [2021-03-09T00:42:39.309Z] === RUN TestResize [2021-03-09T00:42:39.945Z] --- PASS: TestResize (0.93s) [2021-03-09T00:42:39.945Z] === RUN TestResizeWithInvalidSize [2021-03-09T00:42:40.810Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-09T00:42:40.983Z] --- PASS: TestResizeWithInvalidSize (0.89s) [2021-03-09T00:42:40.983Z] === RUN TestResizeWhenContainerNotStarted [2021-03-09T00:42:42.022Z] --- PASS: TestResizeWhenContainerNotStarted (0.95s) [2021-03-09T00:42:42.022Z] === RUN TestDaemonRestartKillContainers [2021-03-09T00:42:42.022Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-09T00:42:42.023Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-09T00:42:42.023Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-09T00:42:42.023Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-09T00:42:42.023Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-09T00:42:42.023Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-09T00:42:42.023Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-09T00:42:42.023Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-09T00:42:42.023Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-09T00:42:42.023Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-09T00:42:42.023Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-09T00:42:42.023Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-09T00:42:42.023Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-09T00:42:42.023Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-09T00:42:42.023Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-09T00:42:42.023Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-09T00:42:42.023Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:42:42.023Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:42:42.023Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:42:42.023Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:42:42.023Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:42:42.023Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:42:42.023Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:42:42.023Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:42:42.023Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-09T00:42:42.023Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-09T00:42:42.702Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-09T00:42:44.097Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:42:44.097Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:42:45.615Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:42:45.615Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:42:46.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-09T00:42:47.132Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-09T00:42:47.132Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-09T00:42:47.465Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-09T00:42:47.465Z] [2021-03-09T00:42:47.465Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-09T00:42:47.465Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-09T00:42:47.465Z] HOSTNAME=fe8e78059ee7 [2021-03-09T00:42:47.465Z] TESTDEBUG=0 [2021-03-09T00:42:47.465Z] DEST=bundles/test-integration [2021-03-09T00:42:47.465Z] PWD=/go/src/github.com/docker/docker [2021-03-09T00:42:47.465Z] DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 [2021-03-09T00:42:47.465Z] container=docker [2021-03-09T00:42:47.465Z] HOME=/root [2021-03-09T00:42:47.465Z] GOLANG_VERSION=1.13.15 [2021-03-09T00:42:47.465Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-09T00:42:47.465Z] VALIDATE_BRANCH=master [2021-03-09T00:42:47.465Z] TERM=xterm [2021-03-09T00:42:47.465Z] DOCKER_PKG=github.com/docker/docker [2021-03-09T00:42:47.465Z] SHLVL=1 [2021-03-09T00:42:47.465Z] TIMEOUT=120m [2021-03-09T00:42:47.465Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-09T00:42:47.465Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-09T00:42:47.465Z] GO111MODULE=off [2021-03-09T00:42:47.465Z] DOCKER_EXPERIMENTAL=1 [2021-03-09T00:42:47.465Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-09T00:42:47.465Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-09T00:42:47.465Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-09T00:42:47.465Z] GOPATH=/go [2021-03-09T00:42:47.465Z] PKG_CONFIG=pkg-config [2021-03-09T00:42:47.465Z] _=/usr/bin/env [2021-03-09T00:42:47.465Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-09T00:42:49.934Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-09T00:42:49.934Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-09T00:42:50.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-09T00:42:52.678Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-09T00:42:52.678Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-09T00:42:55.434Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-09T00:42:55.434Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.37s) [2021-03-09T00:42:55.434Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.45s) [2021-03-09T00:42:55.434Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.49s) [2021-03-09T00:42:55.434Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.48s) [2021-03-09T00:42:55.434Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.47s) [2021-03-09T00:42:55.434Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.52s) [2021-03-09T00:42:55.434Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.38s) [2021-03-09T00:42:55.434Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.29s) [2021-03-09T00:42:55.434Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.10s) [2021-03-09T00:42:55.434Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.14s) [2021-03-09T00:42:55.434Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.36s) [2021-03-09T00:42:55.434Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.37s) [2021-03-09T00:42:55.434Z] === RUN TestCgroupNamespacesRun [2021-03-09T00:42:55.468Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-09T00:42:56.948Z] --- PASS: TestCgroupNamespacesRun (1.82s) [2021-03-09T00:42:56.948Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-09T00:42:57.983Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-09T00:42:58.462Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.69s) [2021-03-09T00:42:58.462Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-09T00:43:00.158Z] --- PASS: TestBuildWithHugeFile (52.71s) [2021-03-09T00:43:00.158Z] === RUN TestBuildWCOWSandboxSize [2021-03-09T00:43:00.158Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-03-09T00:43:00.158Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-09T00:43:00.158Z] === RUN TestBuildWithEmptyDockerfile [2021-03-09T00:43:00.158Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:43:00.158Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:43:00.158Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:43:00.158Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:43:00.158Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:43:00.158Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:43:00.158Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:43:00.158Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:43:00.158Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:43:00.158Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s) [2021-03-09T00:43:00.158Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2021-03-09T00:43:00.158Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2021-03-09T00:43:00.158Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-03-09T00:43:00.158Z] === RUN TestBuildPreserveOwnership [2021-03-09T00:43:00.158Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-09T00:43:00.158Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-09T00:43:00.546Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.87s) [2021-03-09T00:43:00.546Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-09T00:43:00.729Z] --- PASS: TestBuildPreserveOwnership (3.85s) [2021-03-09T00:43:00.729Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.59s) [2021-03-09T00:43:00.729Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.25s) [2021-03-09T00:43:00.729Z] === RUN TestBuildPlatformInvalid [2021-03-09T00:43:00.729Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-03-09T00:43:00.729Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-09T00:43:02.149Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-09T00:43:02.624Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s) [2021-03-09T00:43:02.624Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-09T00:43:04.138Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.79s) [2021-03-09T00:43:04.138Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-09T00:43:05.419Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-09T00:43:05.419Z] Using test binary docker [2021-03-09T00:43:05.419Z] +++ /etc/init.d/apparmor start [2021-03-09T00:43:05.419Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-09T00:43:05.419Z] INFO: Waiting for daemon to start... [2021-03-09T00:43:05.419Z] Starting dockerd [2021-03-09T00:43:05.419Z] +++ 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-09T00:43:05.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-09T00:43:05.750Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 14.7% of statements [2021-03-09T00:43:05.750Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-09T00:43:05.750Z] ok github.com/docker/docker/api/server/middleware 0.020s coverage: 37.7% of statements [2021-03-09T00:43:05.750Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-09T00:43:05.750Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-09T00:43:05.750Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-09T00:43:05.750Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-09T00:43:05.750Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-09T00:43:05.750Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-09T00:43:05.750Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-09T00:43:05.750Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-09T00:43:05.750Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-09T00:43:06.048Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-09T00:43:06.048Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-09T00:43:06.213Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.78s) [2021-03-09T00:43:06.213Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-09T00:43:06.348Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2021-03-09T00:43:06.348Z] ok github.com/docker/docker/api/types/filters 0.017s coverage: 92.2% of statements [2021-03-09T00:43:06.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-09T00:43:06.848Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.86s) [2021-03-09T00:43:06.848Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-09T00:43:07.009Z] ok github.com/docker/docker/api/server/router/swarm 0.026s coverage: 5.7% of statements [2021-03-09T00:43:07.009Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-09T00:43:07.009Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-09T00:43:07.010Z] ? github.com/docker/docker/api/types [no test files] [2021-03-09T00:43:07.010Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-09T00:43:07.010Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-09T00:43:07.010Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-09T00:43:07.010Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-09T00:43:07.010Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-09T00:43:07.010Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-09T00:43:07.010Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-09T00:43:07.010Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-09T00:43:07.010Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-09T00:43:07.010Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-09T00:43:07.010Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-09T00:43:07.010Z] ok github.com/docker/docker/api/types/time 0.054s coverage: 100.0% of statements [2021-03-09T00:43:07.308Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 75.0% of statements [2021-03-09T00:43:07.308Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-09T00:43:07.308Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-09T00:43:07.308Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-09T00:43:07.308Z] ? github.com/docker/docker/builder [no test files] [2021-03-09T00:43:07.308Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-09T00:43:07.308Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-09T00:43:07.308Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-09T00:43:07.308Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-09T00:43:07.308Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-09T00:43:07.308Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-09T00:43:07.308Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-09T00:43:07.313Z] . [2021-03-09T00:43:07.313Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-09T00:43:07.313Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-09T00:43:07.313Z] Error: No such image: emptyfs [2021-03-09T00:43:07.313Z] ++++ docker load [2021-03-09T00:43:07.313Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-09T00:43:07.876Z] Running integration-test (iteration 1) [2021-03-09T00:43:07.876Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-03-09T00:43:07.876Z] ++ 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-09T00:43:07.876Z] ++ set -e [2021-03-09T00:43:07.876Z] ++ '[' -n 0 ']' [2021-03-09T00:43:07.876Z] ++ set -x [2021-03-09T00:43:07.876Z] ++ env -i DEST=/go/src/github.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-09T00:43:08.923Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.87s) [2021-03-09T00:43:08.923Z] === RUN TestKernelTCPMemory [2021-03-09T00:43:09.559Z] --- PASS: TestKernelTCPMemory (0.98s) [2021-03-09T00:43:09.559Z] === RUN TestNISDomainname [2021-03-09T00:43:10.599Z] --- PASS: TestNISDomainname (1.01s) [2021-03-09T00:43:10.599Z] === RUN TestHostnameDnsResolution [2021-03-09T00:43:10.877Z] ok github.com/docker/docker/cli/debug 0.021s coverage: 100.0% of statements [2021-03-09T00:43:12.676Z] --- PASS: TestHostnameDnsResolution (1.77s) [2021-03-09T00:43:12.676Z] === RUN TestStats [2021-03-09T00:43:13.638Z] Removing intermediate container 263f171b8850 [2021-03-09T00:43:13.638Z] ---> 2f90caee5d55 [2021-03-09T00:43:13.638Z] 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-09T00:43:13.638Z] ---> Running in 7ff8e89d1a7d [2021-03-09T00:43:14.101Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-03-09T00:43:14.459Z] ok github.com/docker/docker/builder/remotecontext/git 4.474s coverage: 86.3% of statements [2021-03-09T00:43:14.567Z] go: finding gotest.tools v0.5.3 [2021-03-09T00:43:14.567Z] go: finding gotest.tools/gotestsum v0.5.3 [2021-03-09T00:43:14.567Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-09T00:43:14.567Z] go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-09T00:43:15.032Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-03-09T00:43:15.032Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:43:15.032Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:43:15.032Z] go: extracting github.com/spf13/pflag v1.0.3 [2021-03-09T00:43:15.489Z] --- PASS: TestStats (3.01s) [2021-03-09T00:43:15.489Z] === RUN TestStopContainerWithTimeout [2021-03-09T00:43:15.489Z] === RUN TestStopContainerWithTimeout/0 [2021-03-09T00:43:15.489Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-09T00:43:15.489Z] === RUN TestStopContainerWithTimeout/1 [2021-03-09T00:43:15.489Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-09T00:43:15.489Z] === RUN TestStopContainerWithTimeout/3 [2021-03-09T00:43:15.489Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-09T00:43:15.489Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-09T00:43:15.489Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-09T00:43:15.489Z] === CONT TestStopContainerWithTimeout/0 [2021-03-09T00:43:15.489Z] === CONT TestStopContainerWithTimeout/3 [2021-03-09T00:43:15.500Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-09T00:43:15.500Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:43:15.500Z] go: extracting github.com/fatih/color v1.9.0 [2021-03-09T00:43:15.500Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:43:15.500Z] go: downloading github.com/pkg/errors v0.9.1 [2021-03-09T00:43:15.500Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:43:15.500Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:43:15.500Z] go: extracting github.com/pkg/errors v0.9.1 [2021-03-09T00:43:15.500Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:43:15.500Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:43:15.500Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:43:15.500Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:43:15.500Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:43:15.500Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:43:15.500Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:43:15.634Z] Loaded image: buildpack-deps:buster [2021-03-09T00:43:15.634Z] Loaded image: busybox:latest [2021-03-09T00:43:15.634Z] Loaded image: busybox:glibc [2021-03-09T00:43:15.964Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:43:15.964Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:43:15.964Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:43:15.985Z] ok github.com/docker/docker/builder/remotecontext 0.468s coverage: 13.7% of statements [2021-03-09T00:43:16.206Z] Loaded image: debian:bullseye [2021-03-09T00:43:16.206Z] Loaded image: hello-world:latest [2021-03-09T00:43:16.467Z] Loaded image: arm32v7/hello-world:latest [2021-03-09T00:43:16.527Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-09T00:43:16.941Z] go: finding github.com/fatih/color v1.9.0 [2021-03-09T00:43:16.941Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-09T00:43:16.941Z] go: finding github.com/pkg/errors v0.9.1 [2021-03-09T00:43:16.941Z] go: finding github.com/spf13/pflag v1.0.3 [2021-03-09T00:43:16.941Z] go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:43:16.941Z] go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:43:16.941Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-09T00:43:16.941Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-09T00:43:16.941Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-09T00:43:16.941Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-09T00:43:16.941Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-09T00:43:17.524Z] ok github.com/docker/docker/builder/dockerfile 1.153s coverage: 48.3% of statements [2021-03-09T00:43:17.524Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-09T00:43:17.524Z] ? github.com/docker/docker/cli [no test files] [2021-03-09T00:43:17.524Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-09T00:43:18.601Z] === CONT TestStopContainerWithTimeout/1 [2021-03-09T00:43:20.312Z] ok github.com/docker/docker/client 0.515s coverage: 75.4% of statements [2021-03-09T00:43:20.675Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-03-09T00:43:20.676Z] --- PASS: TestStopContainerWithTimeout/0 (1.11s) [2021-03-09T00:43:20.676Z] --- PASS: TestStopContainerWithTimeout/3 (3.17s) [2021-03-09T00:43:20.676Z] --- PASS: TestStopContainerWithTimeout/-1 (2.93s) [2021-03-09T00:43:20.676Z] --- PASS: TestStopContainerWithTimeout/1 (1.91s) [2021-03-09T00:43:20.676Z] === RUN TestDeleteDevicemapper [2021-03-09T00:43:20.676Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-09T00:43:20.676Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-09T00:43:20.676Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-09T00:43:20.706Z] INFO: Build done for gotestsum... [2021-03-09T00:43:21.397Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-09T00:43:21.397Z] [2021-03-09T00:43:21.397Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-03-09T00:43:21.397Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-03-09T00:43:21.397Z] Using test binary docker [2021-03-09T00:43:21.397Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-09T00:43:21.397Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-09T00:43:21.397Z] INFO: Waiting for daemon to start... [2021-03-09T00:43:21.397Z] Starting dockerd [2021-03-09T00:43:21.397Z] . [2021-03-09T00:43:21.397Z] INFO: Building docker-sdk-python3:4.4.1... [2021-03-09T00:43:24.203Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.40s) [2021-03-09T00:43:24.203Z] === RUN TestUpdateMemory [2021-03-09T00:43:24.203Z] --- SKIP: TestUpdateMemory (0.00s) [2021-03-09T00:43:24.203Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:43:24.203Z] === RUN TestUpdateCPUQuota [2021-03-09T00:43:24.603Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.08s) [2021-03-09T00:43:24.603Z] PASS [2021-03-09T00:43:24.603Z] [2021-03-09T00:43:24.603Z] === Skipped [2021-03-09T00:43:24.603Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-03-09T00:43:24.603Z] build_session_test.go:25: TODO: BuildKit [2021-03-09T00:43:24.603Z] [2021-03-09T00:43:24.603Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-03-09T00:43:24.603Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-09T00:43:24.603Z] [2021-03-09T00:43:24.603Z] [2021-03-09T00:43:24.603Z] DONE 34 tests, 2 skipped in 119.015s [2021-03-09T00:43:24.603Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-03-09T00:43:24.603Z] INFO: Testing against a local daemon [2021-03-09T00:43:24.603Z] === RUN TestConfigInspect [2021-03-09T00:43:24.669Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-09T00:43:24.839Z] --- PASS: TestUpdateCPUQuota (1.09s) [2021-03-09T00:43:24.839Z] === RUN TestUpdatePidsLimit [2021-03-09T00:43:24.839Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-09T00:43:25.132Z] === RUN TestUpdatePidsLimit/no_change [2021-03-09T00:43:25.768Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-09T00:43:26.060Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-09T00:43:26.353Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-09T00:43:26.516Z] --- PASS: TestConfigInspect (2.43s) [2021-03-09T00:43:26.516Z] === RUN TestConfigList [2021-03-09T00:43:26.715Z] --- PASS: TestBuildWithHugeFile (52.08s) [2021-03-09T00:43:26.715Z] === RUN TestBuildWCOWSandboxSize [2021-03-09T00:43:26.715Z] --- SKIP: TestBuildWCOWSandboxSize (0.02s) [2021-03-09T00:43:26.715Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-09T00:43:26.715Z] === RUN TestBuildWithEmptyDockerfile [2021-03-09T00:43:26.715Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:43:26.715Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:43:26.715Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:43:26.715Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:43:26.715Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:43:26.715Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:43:26.715Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:43:26.715Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:43:26.715Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:43:26.715Z] --- PASS: TestBuildWithEmptyDockerfile (0.17s) [2021-03-09T00:43:26.715Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s) [2021-03-09T00:43:26.715Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.22s) [2021-03-09T00:43:26.715Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-03-09T00:43:26.715Z] === RUN TestBuildPreserveOwnership [2021-03-09T00:43:26.715Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-09T00:43:26.992Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-09T00:43:27.285Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-09T00:43:28.801Z] --- PASS: TestUpdatePidsLimit (3.61s) [2021-03-09T00:43:28.801Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.34s) [2021-03-09T00:43:28.801Z] --- PASS: TestUpdatePidsLimit/no_change (0.36s) [2021-03-09T00:43:28.801Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2021-03-09T00:43:28.801Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.45s) [2021-03-09T00:43:28.801Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2021-03-09T00:43:28.801Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2021-03-09T00:43:28.801Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2021-03-09T00:43:28.801Z] === RUN TestUpdateRestartPolicy [2021-03-09T00:43:29.060Z] --- PASS: TestConfigList (2.33s) [2021-03-09T00:43:29.060Z] === RUN TestConfigsCreateAndDelete [2021-03-09T00:43:29.251Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-09T00:43:30.974Z] --- PASS: TestConfigsCreateAndDelete (2.28s) [2021-03-09T00:43:30.974Z] === RUN TestConfigsUpdate [2021-03-09T00:43:32.820Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-09T00:43:33.139Z] Removing intermediate container 7ff8e89d1a7d [2021-03-09T00:43:33.139Z] ---> 1009f45a3514 [2021-03-09T00:43:33.139Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-03-09T00:43:33.139Z] ---> Running in 71ec8634e1b1 [2021-03-09T00:43:33.139Z] Removing intermediate container 71ec8634e1b1 [2021-03-09T00:43:33.139Z] ---> 3c92eb3507a5 [2021-03-09T00:43:33.139Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-03-09T00:43:33.139Z] ---> Running in 0c800f23629d [2021-03-09T00:43:33.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-09T00:43:33.448Z] --- PASS: TestBuildPreserveOwnership (10.45s) [2021-03-09T00:43:33.448Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.44s) [2021-03-09T00:43:33.448Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-03-09T00:43:33.448Z] === RUN TestBuildPlatformInvalid [2021-03-09T00:43:33.448Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-03-09T00:43:33.448Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-09T00:43:33.448Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-03-09T00:43:33.448Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-03-09T00:43:33.448Z] PASS [2021-03-09T00:43:33.448Z] [2021-03-09T00:43:33.448Z] === Skipped [2021-03-09T00:43:33.448Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-03-09T00:43:33.448Z] build_session_test.go:25: TODO: BuildKit [2021-03-09T00:43:33.448Z] [2021-03-09T00:43:33.448Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.02s) [2021-03-09T00:43:33.448Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-09T00:43:33.448Z] [2021-03-09T00:43:33.448Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-03-09T00:43:33.448Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-03-09T00:43:33.448Z] [2021-03-09T00:43:33.448Z] [2021-03-09T00:43:33.448Z] DONE 34 tests, 3 skipped in 135.699s [2021-03-09T00:43:33.448Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-03-09T00:43:33.448Z] INFO: Testing against a local daemon [2021-03-09T00:43:33.448Z] === RUN TestConfigInspect [2021-03-09T00:43:33.448Z] --- SKIP: TestConfigInspect (0.02s) [2021-03-09T00:43:33.448Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:43:33.448Z] === RUN TestConfigList [2021-03-09T00:43:33.448Z] --- SKIP: TestConfigList (0.01s) [2021-03-09T00:43:33.448Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:43:33.448Z] === RUN TestConfigsCreateAndDelete [2021-03-09T00:43:33.518Z] --- PASS: TestConfigsUpdate (2.28s) [2021-03-09T00:43:33.518Z] === RUN TestTemplatedConfig [2021-03-09T00:43:33.708Z] --- SKIP: TestConfigsCreateAndDelete (0.03s) [2021-03-09T00:43:33.708Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:43:33.708Z] === RUN TestConfigsUpdate [2021-03-09T00:43:33.708Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-03-09T00:43:33.708Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:43:33.708Z] === RUN TestTemplatedConfig [2021-03-09T00:43:33.708Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-03-09T00:43:33.708Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:43:33.708Z] === RUN TestConfigCreateResolve [2021-03-09T00:43:33.708Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-03-09T00:43:33.708Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:43:33.708Z] === RUN TestConfigDaemonLibtrustID [2021-03-09T00:43:34.117Z] Removing intermediate container 0c800f23629d [2021-03-09T00:43:34.117Z] ---> 645bd275ad98 [2021-03-09T00:43:34.117Z] Step 10/10 : COPY . . [2021-03-09T00:43:34.787Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-09T00:43:35.612Z] --- PASS: TestConfigDaemonLibtrustID (1.62s) [2021-03-09T00:43:35.612Z] PASS [2021-03-09T00:43:35.612Z] [2021-03-09T00:43:35.612Z] === Skipped [2021-03-09T00:43:35.612Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-03-09T00:43:35.612Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:43:35.612Z] [2021-03-09T00:43:35.612Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-03-09T00:43:35.612Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:43:35.612Z] [2021-03-09T00:43:35.612Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.03s) [2021-03-09T00:43:35.612Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:43:35.612Z] [2021-03-09T00:43:35.612Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-03-09T00:43:35.612Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:43:35.612Z] [2021-03-09T00:43:35.612Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-03-09T00:43:35.612Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:43:35.612Z] [2021-03-09T00:43:35.612Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-03-09T00:43:35.612Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:43:35.612Z] [2021-03-09T00:43:35.612Z] [2021-03-09T00:43:35.612Z] DONE 7 tests, 6 skipped in 1.877s [2021-03-09T00:43:35.612Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-03-09T00:43:35.612Z] INFO: Testing against a local daemon [2021-03-09T00:43:35.612Z] === RUN TestCheckpoint [2021-03-09T00:43:35.612Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-09T00:43:35.612Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-09T00:43:35.612Z] === RUN TestContainerInvalidJSON [2021-03-09T00:43:35.612Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:43:35.612Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:43:35.612Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:43:35.612Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:43:35.612Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:43:35.612Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:43:35.612Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:43:35.612Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:43:35.612Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:43:35.612Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-03-09T00:43:35.612Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-03-09T00:43:35.612Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-03-09T00:43:35.612Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-09T00:43:35.612Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-09T00:43:35.612Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2021-03-09T00:43:35.612Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-09T00:43:35.731Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-09T00:43:35.872Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2021-03-09T00:43:35.872Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-09T00:43:35.872Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-03-09T00:43:35.872Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-09T00:43:35.872Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-03-09T00:43:35.872Z] === RUN TestCopyFromContainer [2021-03-09T00:43:36.063Z] --- PASS: TestTemplatedConfig (2.71s) [2021-03-09T00:43:36.063Z] === RUN TestConfigCreateResolve [2021-03-09T00:43:36.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-09T00:43:37.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-09T00:43:38.605Z] --- PASS: TestConfigCreateResolve (2.27s) [2021-03-09T00:43:38.605Z] === RUN TestConfigDaemonLibtrustID [2021-03-09T00:43:38.866Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-03-09T00:43:38.866Z] PASS [2021-03-09T00:43:38.866Z] [2021-03-09T00:43:38.866Z] DONE 7 tests in 14.875s [2021-03-09T00:43:38.866Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-03-09T00:43:38.866Z] INFO: Testing against a local daemon [2021-03-09T00:43:38.866Z] === RUN TestCheckpoint [2021-03-09T00:43:38.866Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-09T00:43:38.866Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-09T00:43:38.866Z] === RUN TestContainerInvalidJSON [2021-03-09T00:43:38.866Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:43:38.866Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:43:38.866Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:43:38.866Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:43:38.866Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:43:38.866Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:43:38.866Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:43:38.866Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:43:38.866Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:43:38.866Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-03-09T00:43:38.866Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-09T00:43:38.866Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-09T00:43:38.866Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-09T00:43:38.866Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-09T00:43:38.866Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-03-09T00:43:38.866Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-09T00:43:38.866Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-03-09T00:43:38.866Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-09T00:43:39.127Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-03-09T00:43:39.127Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-09T00:43:39.127Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-03-09T00:43:39.127Z] === RUN TestCopyFromContainer [2021-03-09T00:43:39.159Z] === RUN TestCopyFromContainer// [2021-03-09T00:43:39.159Z] === RUN TestCopyFromContainer//bar/root [2021-03-09T00:43:39.418Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-09T00:43:39.418Z] === RUN TestCopyFromContainer/bar/quux [2021-03-09T00:43:39.418Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-09T00:43:39.418Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-09T00:43:39.677Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-09T00:43:39.677Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-09T00:43:39.677Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-09T00:43:39.677Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-09T00:43:39.937Z] --- PASS: TestCopyFromContainer (3.93s) [2021-03-09T00:43:39.937Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-03-09T00:43:39.937Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-03-09T00:43:39.937Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-03-09T00:43:39.937Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-03-09T00:43:39.937Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-03-09T00:43:39.937Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-03-09T00:43:39.937Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-03-09T00:43:39.937Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-03-09T00:43:39.937Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-03-09T00:43:39.937Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-03-09T00:43:39.937Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-09T00:43:39.937Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:43:39.937Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:43:39.937Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:43:39.937Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:43:39.937Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:43:39.937Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:43:39.937Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:43:39.937Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:43:39.937Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:43:39.937Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-03-09T00:43:39.937Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-09T00:43:39.937Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-09T00:43:39.937Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-09T00:43:39.937Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-09T00:43:39.937Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-03-09T00:43:39.937Z] === RUN TestCreateWithInvalidEnv [2021-03-09T00:43:39.937Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-09T00:43:39.937Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-09T00:43:39.937Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-09T00:43:39.937Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-09T00:43:39.937Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-09T00:43:39.937Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-09T00:43:39.937Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-09T00:43:39.937Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-09T00:43:39.937Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-09T00:43:39.937Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-03-09T00:43:39.937Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-09T00:43:39.937Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-09T00:43:39.937Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-09T00:43:39.937Z] === RUN TestCreateTmpfsMountsTarget [2021-03-09T00:43:39.937Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-03-09T00:43:39.937Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-09T00:43:40.511Z] === RUN TestCopyFromContainer// [2021-03-09T00:43:40.511Z] === RUN TestCopyFromContainer//bar/root [2021-03-09T00:43:40.511Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-09T00:43:40.511Z] === RUN TestCopyFromContainer/bar/quux [2021-03-09T00:43:40.772Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-09T00:43:40.772Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-09T00:43:40.772Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-09T00:43:40.772Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-09T00:43:40.998Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-09T00:43:41.033Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-09T00:43:41.033Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-09T00:43:41.033Z] --- PASS: TestCopyFromContainer (1.98s) [2021-03-09T00:43:41.033Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-03-09T00:43:41.033Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2021-03-09T00:43:41.033Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2021-03-09T00:43:41.033Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-03-09T00:43:41.033Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-03-09T00:43:41.033Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-03-09T00:43:41.033Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-03-09T00:43:41.033Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-03-09T00:43:41.033Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-03-09T00:43:41.033Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-03-09T00:43:41.033Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-09T00:43:41.033Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:43:41.033Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:43:41.033Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:43:41.033Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:43:41.033Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:43:41.033Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:43:41.033Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:43:41.033Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:43:41.033Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:43:41.033Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-03-09T00:43:41.033Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-09T00:43:41.033Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-09T00:43:41.033Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-09T00:43:41.033Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-09T00:43:41.033Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-03-09T00:43:41.033Z] === RUN TestCreateWithInvalidEnv [2021-03-09T00:43:41.033Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-09T00:43:41.033Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-09T00:43:41.033Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-09T00:43:41.033Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-09T00:43:41.033Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-09T00:43:41.033Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-09T00:43:41.033Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-09T00:43:41.033Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-09T00:43:41.033Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-09T00:43:41.294Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-03-09T00:43:41.294Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-09T00:43:41.294Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-09T00:43:41.294Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-09T00:43:41.294Z] === RUN TestCreateTmpfsMountsTarget [2021-03-09T00:43:41.294Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-03-09T00:43:41.294Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-09T00:43:41.315Z] --- PASS: TestCreateWithCustomMaskedPaths (1.44s) [2021-03-09T00:43:41.315Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-09T00:43:41.454Z] --- PASS: TestUpdateRestartPolicy (13.05s) [2021-03-09T00:43:41.454Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-09T00:43:42.493Z] --- PASS: TestUpdateRestartWithAutoRemove (0.95s) [2021-03-09T00:43:42.493Z] === RUN TestWaitNonBlocked [2021-03-09T00:43:42.493Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:43:42.493Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:43:42.493Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:43:42.493Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:43:42.493Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:43:42.493Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:43:42.694Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.24s) [2021-03-09T00:43:42.694Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-09T00:43:42.694Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:43:42.694Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:43:42.694Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:43:42.694Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:43:42.694Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:43:42.694Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:43:42.694Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:43:42.694Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:43:42.694Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:43:42.694Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:43:42.694Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:43:42.694Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:43:42.694Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:43:42.694Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:43:42.694Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:43:42.694Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-03-09T00:43:42.694Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-03-09T00:43:42.694Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-03-09T00:43:42.694Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-09T00:43:42.694Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-03-09T00:43:42.694Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-03-09T00:43:42.694Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-09T00:43:42.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-09T00:43:43.206Z] --- PASS: TestCreateWithCustomMaskedPaths (1.72s) [2021-03-09T00:43:43.206Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-09T00:43:43.266Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2021-03-09T00:43:43.266Z] === RUN TestCreateDifferentPlatform [2021-03-09T00:43:43.266Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-09T00:43:43.266Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-09T00:43:43.266Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-03-09T00:43:43.266Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-09T00:43:43.266Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-09T00:43:43.266Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-09T00:43:43.266Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-03-09T00:43:43.266Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-09T00:43:43.266Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-03-09T00:43:43.266Z] === RUN TestContainerStartOnDaemonRestart [2021-03-09T00:43:43.266Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-03-09T00:43:43.266Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-03-09T00:43:43.266Z] === RUN TestDaemonRestartIpcMode [2021-03-09T00:43:43.266Z] === PAUSE TestDaemonRestartIpcMode [2021-03-09T00:43:43.266Z] === RUN TestDaemonHostGatewayIP [2021-03-09T00:43:43.266Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-03-09T00:43:43.266Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:43:43.266Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-09T00:43:43.266Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-09T00:43:43.266Z] === RUN TestContainerKillOnDaemonStart [2021-03-09T00:43:43.266Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-03-09T00:43:43.266Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-03-09T00:43:43.266Z] === RUN TestDiff [2021-03-09T00:43:43.525Z] --- PASS: TestDiff (0.42s) [2021-03-09T00:43:43.525Z] === RUN TestExecWithCloseStdin [2021-03-09T00:43:43.533Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-03-09T00:43:43.533Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.00s) [2021-03-09T00:43:43.533Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.11s) [2021-03-09T00:43:43.533Z] === RUN TestWaitBlocked [2021-03-09T00:43:43.533Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:43:43.533Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:43:43.533Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:43:43.533Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:43:43.533Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:43:43.533Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:43:44.096Z] --- PASS: TestExecWithCloseStdin (0.54s) [2021-03-09T00:43:44.096Z] === RUN TestExec [2021-03-09T00:43:44.590Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.72s) [2021-03-09T00:43:44.590Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-09T00:43:44.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:43:44.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:43:44.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:43:44.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:43:44.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:43:44.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:43:44.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:43:44.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:43:44.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:43:44.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:43:44.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:43:44.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:43:44.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:43:44.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:43:44.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:43:44.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-03-09T00:43:44.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-03-09T00:43:44.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-09T00:43:44.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-03-09T00:43:44.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-03-09T00:43:44.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-03-09T00:43:44.590Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-09T00:43:44.664Z] --- PASS: TestExec (0.50s) [2021-03-09T00:43:44.665Z] === RUN TestExecUser [2021-03-09T00:43:44.829Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-09T00:43:45.048Z] --- PASS: TestWaitBlocked (0.01s) [2021-03-09T00:43:45.048Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.26s) [2021-03-09T00:43:45.048Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.34s) [2021-03-09T00:43:45.048Z] === CONT TestContainerStartOnDaemonRestart [2021-03-09T00:43:45.048Z] === CONT TestContainerKillOnDaemonStart [2021-03-09T00:43:45.161Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s) [2021-03-09T00:43:45.161Z] === RUN TestCreateDifferentPlatform [2021-03-09T00:43:45.161Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-09T00:43:45.161Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-09T00:43:45.161Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-03-09T00:43:45.161Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-09T00:43:45.161Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-09T00:43:45.161Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-09T00:43:45.233Z] --- PASS: TestExecUser (0.50s) [2021-03-09T00:43:45.233Z] === RUN TestExportContainerAndImportImage [2021-03-09T00:43:45.402Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-09T00:43:45.421Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-03-09T00:43:45.421Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-09T00:43:45.421Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-03-09T00:43:45.421Z] === RUN TestContainerStartOnDaemonRestart [2021-03-09T00:43:45.421Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-09T00:43:45.421Z] === RUN TestDaemonRestartIpcMode [2021-03-09T00:43:45.421Z] === PAUSE TestDaemonRestartIpcMode [2021-03-09T00:43:45.421Z] === RUN TestDaemonHostGatewayIP [2021-03-09T00:43:45.421Z] === PAUSE TestDaemonHostGatewayIP [2021-03-09T00:43:45.421Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-09T00:43:45.421Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-09T00:43:45.421Z] === RUN TestContainerKillOnDaemonStart [2021-03-09T00:43:45.421Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-09T00:43:45.421Z] === RUN TestDiff [2021-03-09T00:43:45.802Z] --- PASS: TestExportContainerAndImportImage (0.65s) [2021-03-09T00:43:45.802Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-09T00:43:45.992Z] --- PASS: TestDiff (0.56s) [2021-03-09T00:43:45.992Z] === RUN TestExecWithCloseStdin [2021-03-09T00:43:46.564Z] --- PASS: TestExecWithCloseStdin (0.67s) [2021-03-09T00:43:46.564Z] === RUN TestExec [2021-03-09T00:43:47.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-09T00:43:47.507Z] --- PASS: TestExec (0.68s) [2021-03-09T00:43:47.507Z] === RUN TestExecUser [2021-03-09T00:43:48.078Z] --- PASS: TestExecUser (0.68s) [2021-03-09T00:43:48.078Z] === RUN TestExportContainerAndImportImage [2021-03-09T00:43:48.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-09T00:43:48.336Z] --- PASS: TestExportContainerAfterDaemonRestart (2.34s) [2021-03-09T00:43:48.336Z] === RUN TestHealthCheckWorkdir [2021-03-09T00:43:48.603Z] --- PASS: TestContainerStartOnDaemonRestart (3.29s) [2021-03-09T00:43:48.603Z] === CONT TestIpcModeOlderClient [2021-03-09T00:43:48.604Z] --- PASS: TestIpcModeOlderClient (0.16s) [2021-03-09T00:43:48.604Z] === CONT TestDaemonHostGatewayIP [2021-03-09T00:43:48.649Z] --- PASS: TestExportContainerAndImportImage (0.78s) [2021-03-09T00:43:48.649Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-09T00:43:48.904Z] --- PASS: TestHealthCheckWorkdir (0.61s) [2021-03-09T00:43:48.904Z] === RUN TestHealthKillContainer [2021-03-09T00:43:50.033Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s) [2021-03-09T00:43:50.033Z] === RUN TestHealthCheckWorkdir [2021-03-09T00:43:50.177Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-09T00:43:50.633Z] --- PASS: TestHealthCheckWorkdir (0.69s) [2021-03-09T00:43:50.633Z] === RUN TestHealthKillContainer [2021-03-09T00:43:51.438Z] --- PASS: TestHealthKillContainer (2.51s) [2021-03-09T00:43:51.438Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-09T00:43:51.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-09T00:43:51.697Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s) [2021-03-09T00:43:51.697Z] === RUN TestIpcModeNone [2021-03-09T00:43:52.131Z] --- PASS: TestDaemonHostGatewayIP (3.42s) [2021-03-09T00:43:52.131Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-09T00:43:52.265Z] --- PASS: TestIpcModeNone (0.48s) [2021-03-09T00:43:52.265Z] === RUN TestIpcModePrivate [2021-03-09T00:43:52.506Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-09T00:43:52.833Z] --- PASS: TestIpcModePrivate (0.48s) [2021-03-09T00:43:52.833Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-03-09T00:43:52.833Z] === RUN TestIpcModeShareable [2021-03-09T00:43:52.833Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-03-09T00:43:52.833Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-09T00:43:52.833Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-09T00:43:53.893Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-09T00:43:53.893Z] Using test binary docker [2021-03-09T00:43:53.893Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-09T00:43:53.893Z] +++ /etc/init.d/apparmor start [2021-03-09T00:43:53.893Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-09T00:43:53.893Z] INFO: Waiting for daemon to start... [2021-03-09T00:43:53.893Z] Starting dockerd [2021-03-09T00:43:53.893Z] +++ 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-09T00:43:53.965Z] --- PASS: TestHealthKillContainer (2.73s) [2021-03-09T00:43:53.965Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-09T00:43:53.965Z] --- PASS: TestInspectCpusetInConfigPre120 (0.60s) [2021-03-09T00:43:53.965Z] === RUN TestIpcModeNone [2021-03-09T00:43:54.212Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.55s) [2021-03-09T00:43:54.212Z] === RUN TestAPIIpcModeHost [2021-03-09T00:43:54.212Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-03-09T00:43:54.212Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-09T00:43:54.212Z] === RUN TestDaemonIpcModeShareable [2021-03-09T00:43:54.212Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-03-09T00:43:54.212Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-09T00:43:54.212Z] === RUN TestDaemonIpcModePrivate [2021-03-09T00:43:54.509Z] Loaded image: buildpack-deps:buster [2021-03-09T00:43:54.509Z] Loaded image: busybox:latest [2021-03-09T00:43:54.509Z] Loaded image: busybox:glibc [2021-03-09T00:43:54.870Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.89s) [2021-03-09T00:43:54.870Z] === CONT TestDaemonRestartIpcMode [2021-03-09T00:43:54.905Z] --- PASS: TestIpcModeNone (0.64s) [2021-03-09T00:43:54.905Z] === RUN TestIpcModePrivate [2021-03-09T00:43:55.271Z] ---> 8a4403499584 [2021-03-09T00:43:55.476Z] --- PASS: TestIpcModePrivate (0.66s) [2021-03-09T00:43:55.476Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-03-09T00:43:55.476Z] === RUN TestIpcModeShareable [2021-03-09T00:43:56.048Z] --- PASS: TestIpcModeShareable (0.65s) [2021-03-09T00:43:56.048Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-03-09T00:43:56.048Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-09T00:43:56.247Z] Successfully built 8a4403499584 [2021-03-09T00:43:56.248Z] Successfully tagged docker:latest [2021-03-09T00:43:56.248Z] INFO: Image build ended at 03/09/2021 00:43:55. Duration:00:02:49.0234956 [2021-03-09T00:43:56.248Z] [2021-03-09T00:43:56.248Z] [2021-03-09T00:43:56.248Z] INFO: Building the test binaries at 03/09/2021 00:43:55... [2021-03-09T00:43:56.400Z] Loaded image: debian:bullseye [2021-03-09T00:43:56.657Z] Loaded image: hello-world:latest [2021-03-09T00:43:56.749Z] --- PASS: TestDaemonIpcModePrivate (2.19s) [2021-03-09T00:43:56.749Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-03-09T00:43:56.749Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-09T00:43:56.749Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-03-09T00:43:56.749Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-09T00:43:56.749Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-09T00:43:56.749Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-03-09T00:43:56.750Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-09T00:43:56.750Z] === RUN TestIpcModeOlderClient [2021-03-09T00:43:56.750Z] === PAUSE TestIpcModeOlderClient [2021-03-09T00:43:56.750Z] === RUN TestKillContainerInvalidSignal [2021-03-09T00:43:56.914Z] Loaded image: arm32v7/hello-world:latest [2021-03-09T00:43:56.914Z] INFO: Testing against a local daemon [2021-03-09T00:43:56.914Z] === RUN TestCgroupNamespacesBuild [2021-03-09T00:43:57.021Z] --- PASS: TestKillContainerInvalidSignal (0.50s) [2021-03-09T00:43:57.021Z] === RUN TestKillContainer [2021-03-09T00:43:57.021Z] === RUN TestKillContainer/no_signal [2021-03-09T00:43:57.293Z] === RUN TestKillContainer/non_killing_signal [2021-03-09T00:43:57.613Z] --- PASS: TestContainerKillOnDaemonStart (12.71s) [2021-03-09T00:43:57.890Z] === RUN TestKillContainer/killing_signal [2021-03-09T00:43:57.962Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.90s) [2021-03-09T00:43:57.962Z] === RUN TestAPIIpcModeHost [2021-03-09T00:43:58.473Z] --- PASS: TestKillContainer (1.41s) [2021-03-09T00:43:58.473Z] --- PASS: TestKillContainer/no_signal (0.45s) [2021-03-09T00:43:58.473Z] --- PASS: TestKillContainer/non_killing_signal (0.33s) [2021-03-09T00:43:58.473Z] --- PASS: TestKillContainer/killing_signal (0.44s) [2021-03-09T00:43:58.473Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-09T00:43:58.473Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-09T00:43:58.532Z] --- PASS: TestAPIIpcModeHost (0.45s) [2021-03-09T00:43:58.532Z] === RUN TestDaemonIpcModeShareable [2021-03-09T00:43:58.653Z] --- PASS: TestDaemonRestartIpcMode (3.71s) [2021-03-09T00:43:58.653Z] PASS [2021-03-09T00:43:58.653Z] [2021-03-09T00:43:58.653Z] === Skipped [2021-03-09T00:43:58.653Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2021-03-09T00:43:58.653Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-09T00:43:58.653Z] [2021-03-09T00:43:58.653Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.01s) [2021-03-09T00:43:58.653Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:43:58.653Z] [2021-03-09T00:43:58.653Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-09T00:43:58.653Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:43:58.653Z] [2021-03-09T00:43:58.653Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-09T00:43:58.653Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-09T00:43:58.653Z] [2021-03-09T00:43:58.653Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2021-03-09T00:43:58.653Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-09T00:43:58.653Z] [2021-03-09T00:43:58.653Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2021-03-09T00:43:58.653Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:43:58.653Z] [2021-03-09T00:43:58.653Z] [2021-03-09T00:43:58.653Z] DONE 196 tests, 6 skipped in 156.554s [2021-03-09T00:43:58.653Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2021-03-09T00:43:58.653Z] ++ 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-09T00:43:58.653Z] ++ set -e [2021-03-09T00:43:58.653Z] ++ '[' -n 0 ']' [2021-03-09T00:43:58.653Z] ++ set -x [2021-03-09T00:43:58.653Z] ++ env -i DEST=/go/src/github.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-09T00:43:58.732Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-09T00:43:58.946Z] INFO: Testing against a local daemon [2021-03-09T00:43:58.946Z] === RUN TestCommitInheritsEnv [2021-03-09T00:43:59.300Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.86s) [2021-03-09T00:43:59.300Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2021-03-09T00:43:59.300Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.30s) [2021-03-09T00:43:59.300Z] === RUN TestKillStoppedContainer [2021-03-09T00:43:59.300Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-03-09T00:43:59.300Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-09T00:43:59.300Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-03-09T00:43:59.300Z] === RUN TestKillDifferentUserContainer [2021-03-09T00:43:59.582Z] --- PASS: TestCommitInheritsEnv (0.62s) [2021-03-09T00:43:59.582Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-09T00:43:59.582Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-09T00:43:59.582Z] === RUN TestImagesFilterMultiReference [2021-03-09T00:43:59.582Z] --- PASS: TestImagesFilterMultiReference (0.03s) [2021-03-09T00:43:59.582Z] === RUN TestImagePullPlatformInvalid [2021-03-09T00:43:59.582Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2021-03-09T00:43:59.582Z] === RUN TestRemoveImageOrphaning [2021-03-09T00:43:59.868Z] --- PASS: TestKillDifferentUserContainer (0.47s) [2021-03-09T00:43:59.868Z] === RUN TestInspectOomKilledTrue [2021-03-09T00:43:59.868Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-09T00:43:59.868Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:43:59.868Z] === RUN TestInspectOomKilledFalse [2021-03-09T00:43:59.868Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-09T00:43:59.868Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:43:59.868Z] === RUN TestLinksEtcHostsContentMatch [2021-03-09T00:43:59.868Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-03-09T00:43:59.868Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-03-09T00:43:59.868Z] === RUN TestLinksContainerNames [2021-03-09T00:43:59.916Z] --- PASS: TestDaemonIpcModeShareable (1.28s) [2021-03-09T00:43:59.917Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-03-09T00:43:59.917Z] === RUN TestDaemonIpcModePrivate [2021-03-09T00:44:00.108Z] sha256:bc14c49511eb7e54d06702ba3ea9ec2a268e606d6020773e3eb580fe1e6c6d5e [2021-03-09T00:44:00.108Z] INFO: Starting docker-py tests... [2021-03-09T00:44:00.108Z] ============================= test session starts ============================== [2021-03-09T00:44:00.108Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-03-09T00:44:00.108Z] rootdir: /src, inifile: pytest.ini [2021-03-09T00:44:00.108Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-03-09T00:44:00.108Z] collected 389 items / 1 deselected / 388 selected [2021-03-09T00:44:00.108Z] [2021-03-09T00:44:00.186Z] --- PASS: TestCgroupNamespacesBuild (2.78s) [2021-03-09T00:44:00.186Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-09T00:44:00.218Z] --- PASS: TestRemoveImageOrphaning (0.61s) [2021-03-09T00:44:00.218Z] === RUN TestRemoveImageGarbageCollector [2021-03-09T00:44:00.218Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-09T00:44:00.218Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:44:00.218Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-09T00:44:00.218Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-03-09T00:44:00.218Z] === RUN TestTagInvalidReference [2021-03-09T00:44:00.218Z] --- PASS: TestTagInvalidReference (0.01s) [2021-03-09T00:44:00.218Z] === RUN TestTagValidPrefixedRepo [2021-03-09T00:44:00.218Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2021-03-09T00:44:00.218Z] === RUN TestTagExistedNameWithoutForce [2021-03-09T00:44:00.218Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2021-03-09T00:44:00.218Z] === RUN TestTagOfficialNames [2021-03-09T00:44:00.218Z] --- PASS: TestTagOfficialNames (0.04s) [2021-03-09T00:44:00.218Z] === RUN TestTagMatchesDigest [2021-03-09T00:44:00.218Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-03-09T00:44:00.218Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-09T00:44:00.732Z] . [2021-03-09T00:44:00.733Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-09T00:44:00.733Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-09T00:44:00.733Z] Error: No such image: emptyfs [2021-03-09T00:44:00.805Z] --- PASS: TestLinksContainerNames (0.90s) [2021-03-09T00:44:00.805Z] === RUN TestLogsFollowTailEmpty [2021-03-09T00:44:00.859Z] --- PASS: TestDaemonIpcModePrivate (1.23s) [2021-03-09T00:44:00.859Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-03-09T00:44:00.859Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-09T00:44:00.994Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-09T00:44:00.994Z] ++++ docker load [2021-03-09T00:44:01.067Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2021-03-09T00:44:01.067Z] === RUN TestContainerNetworkMountsNoChown [2021-03-09T00:44:01.093Z] INFO: make.ps1 starting at 03/09/2021 00:44:00 [2021-03-09T00:44:01.093Z] INFO: Git commit (cf1ef892ff) assumed from DOCKER_GITCOMMIT environment variable [2021-03-09T00:44:01.093Z] INFO: Invoking autogen... [2021-03-09T00:44:01.255Z] Running integration-test (iteration 1) [2021-03-09T00:44:01.255Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-03-09T00:44:01.255Z] ++ 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-09T00:44:01.255Z] ++ set -e [2021-03-09T00:44:01.255Z] ++ '[' -n 0 ']' [2021-03-09T00:44:01.255Z] ++ set -x [2021-03-09T00:44:01.255Z] ++ env -i DEST=/go/src/github.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-09T00:44:01.556Z] INFO: Building daemon... [2021-03-09T00:44:01.635Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/default [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/default [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/private [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/private [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/rprivate [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/slave [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/slave [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/rslave [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/shared [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/shared [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/rshared [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/default [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/rslave [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/rshared [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/shared [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/rprivate [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/slave [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/private [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-09T00:44:01.635Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:44:01.635Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:44:01.635Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-09T00:44:01.894Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:44:01.894Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-09T00:44:01.894Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:44:01.894Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:44:01.894Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:44:01.894Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:44:01.894Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:44:01.894Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:44:01.894Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:44:01.894Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:44:01.894Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:44:01.894Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-09T00:44:01.894Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-09T00:44:02.079Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.12s) [2021-03-09T00:44:02.079Z] === RUN TestBuildWithSession [2021-03-09T00:44:02.079Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-09T00:44:02.079Z] build_session_test.go:25: TODO: BuildKit [2021-03-09T00:44:02.079Z] === RUN TestBuildSquashParent [2021-03-09T00:44:02.153Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:44:02.153Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-09T00:44:02.153Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:44:02.153Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-09T00:44:02.153Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:44:02.153Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-03-09T00:44:02.153Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-03-09T00:44:02.153Z] === RUN TestContainerBindMountNonRecursive [2021-03-09T00:44:02.153Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-03-09T00:44:02.153Z] 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-09T00:44:02.153Z] === RUN TestContainerVolumesMountedAsShared [2021-03-09T00:44:02.153Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-03-09T00:44:02.153Z] 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-09T00:44:02.153Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-09T00:44:02.153Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-03-09T00:44:02.153Z] 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-09T00:44:02.153Z] === RUN TestNetworkNat [2021-03-09T00:44:02.244Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.25s) [2021-03-09T00:44:02.244Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-03-09T00:44:02.244Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-09T00:44:03.090Z] --- PASS: TestNetworkNat (0.72s) [2021-03-09T00:44:03.090Z] === RUN TestNetworkLocalhostTCPNat [2021-03-09T00:44:03.349Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2021-03-09T00:44:03.349Z] === RUN TestNetworkLoopbackNat [2021-03-09T00:44:03.627Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.27s) [2021-03-09T00:44:03.627Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-03-09T00:44:03.627Z] === RUN TestIpcModeOlderClient [2021-03-09T00:44:03.627Z] === PAUSE TestIpcModeOlderClient [2021-03-09T00:44:03.627Z] === RUN TestKillContainerInvalidSignal [2021-03-09T00:44:04.199Z] --- PASS: TestKillContainerInvalidSignal (0.65s) [2021-03-09T00:44:04.199Z] === RUN TestKillContainer [2021-03-09T00:44:04.199Z] === RUN TestKillContainer/no_signal [2021-03-09T00:44:04.459Z] === RUN TestKillContainer/non_killing_signal [2021-03-09T00:44:05.030Z] === RUN TestKillContainer/killing_signal [2021-03-09T00:44:05.602Z] --- PASS: TestKillContainer (1.49s) [2021-03-09T00:44:05.602Z] --- PASS: TestKillContainer/no_signal (0.48s) [2021-03-09T00:44:05.602Z] --- PASS: TestKillContainer/non_killing_signal (0.34s) [2021-03-09T00:44:05.602Z] --- PASS: TestKillContainer/killing_signal (0.47s) [2021-03-09T00:44:05.602Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-09T00:44:05.602Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-09T00:44:05.882Z] --- PASS: TestNetworkLoopbackNat (2.58s) [2021-03-09T00:44:05.883Z] === RUN TestPause [2021-03-09T00:44:05.883Z] --- SKIP: TestPause (0.00s) [2021-03-09T00:44:05.883Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:44:05.883Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-09T00:44:05.883Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-09T00:44:05.883Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-09T00:44:05.883Z] === RUN TestPauseStopPausedContainer [2021-03-09T00:44:05.883Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-03-09T00:44:05.883Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:44:05.883Z] === RUN TestPsFilter [2021-03-09T00:44:06.141Z] --- PASS: TestPsFilter (0.12s) [2021-03-09T00:44:06.141Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-09T00:44:06.172Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-09T00:44:06.400Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2021-03-09T00:44:06.400Z] === RUN TestRemoveContainerWithVolume [2021-03-09T00:44:06.433Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.96s) [2021-03-09T00:44:06.433Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.47s) [2021-03-09T00:44:06.433Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.34s) [2021-03-09T00:44:06.433Z] === RUN TestKillStoppedContainer [2021-03-09T00:44:06.694Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-03-09T00:44:06.694Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-09T00:44:06.694Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-03-09T00:44:06.694Z] === RUN TestKillDifferentUserContainer [2021-03-09T00:44:06.969Z] --- PASS: TestRemoveContainerWithVolume (0.47s) [2021-03-09T00:44:06.969Z] === RUN TestRemoveContainerRunning [2021-03-09T00:44:07.228Z] --- PASS: TestRemoveContainerRunning (0.43s) [2021-03-09T00:44:07.228Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-09T00:44:07.265Z] --- PASS: TestKillDifferentUserContainer (0.50s) [2021-03-09T00:44:07.265Z] === RUN TestInspectOomKilledTrue [2021-03-09T00:44:07.265Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-09T00:44:07.265Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-03-09T00:44:07.265Z] === RUN TestInspectOomKilledFalse [2021-03-09T00:44:07.529Z] --- PASS: TestInspectOomKilledFalse (0.49s) [2021-03-09T00:44:07.529Z] === RUN TestLinksEtcHostsContentMatch [2021-03-09T00:44:07.779Z] ok github.com/docker/docker/cmd/dockerd 0.183s coverage: 29.1% of statements [2021-03-09T00:44:07.779Z] ok github.com/docker/docker/container 0.173s coverage: 34.7% of statements [2021-03-09T00:44:07.779Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-09T00:44:07.779Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-09T00:44:07.779Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-09T00:44:07.779Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-09T00:44:07.797Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2021-03-09T00:44:07.797Z] === RUN TestRemoveInvalidContainer [2021-03-09T00:44:07.797Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-03-09T00:44:07.797Z] === RUN TestRenameLinkedContainer [2021-03-09T00:44:08.101Z] --- PASS: TestLinksEtcHostsContentMatch (0.39s) [2021-03-09T00:44:08.101Z] === RUN TestLinksContainerNames [2021-03-09T00:44:09.043Z] --- PASS: TestLinksContainerNames (1.12s) [2021-03-09T00:44:09.043Z] === RUN TestLogsFollowTailEmpty [2021-03-09T00:44:09.409Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.051s coverage: 65.3% of statements [2021-03-09T00:44:09.620Z] --- PASS: TestLogsFollowTailEmpty (0.51s) [2021-03-09T00:44:09.620Z] === RUN TestContainerNetworkMountsNoChown [2021-03-09T00:44:09.702Z] --- PASS: TestRenameLinkedContainer (1.89s) [2021-03-09T00:44:09.702Z] === RUN TestRenameStoppedContainer [2021-03-09T00:44:10.191Z] --- PASS: TestContainerNetworkMountsNoChown (0.46s) [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/default [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/default [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/private [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/private [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/rprivate [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/slave [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/slave [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/rslave [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/shared [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/shared [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/rshared [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-09T00:44:10.191Z] === CONT TestMountDaemonRoot/default [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:44:10.191Z] === CONT TestMountDaemonRoot/rslave [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:44:10.191Z] === CONT TestMountDaemonRoot/rshared [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:44:10.191Z] === CONT TestMountDaemonRoot/shared [2021-03-09T00:44:10.191Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:44:10.191Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:44:10.192Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-09T00:44:10.192Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-09T00:44:10.192Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:44:10.192Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:44:10.192Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-09T00:44:10.192Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-09T00:44:10.192Z] === CONT TestMountDaemonRoot/rprivate [2021-03-09T00:44:10.192Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:44:10.192Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:44:10.192Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:44:10.192Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:44:10.192Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:44:10.192Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:44:10.192Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:44:10.192Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:44:10.192Z] === CONT TestMountDaemonRoot/slave [2021-03-09T00:44:10.192Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-09T00:44:10.192Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-09T00:44:10.192Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:44:10.192Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:44:10.192Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-09T00:44:10.192Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-09T00:44:10.192Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:44:10.192Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:44:10.192Z] === CONT TestMountDaemonRoot/private [2021-03-09T00:44:10.192Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-09T00:44:10.192Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-09T00:44:10.192Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:44:10.192Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:44:10.192Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-09T00:44:10.192Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-09T00:44:10.192Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:44:10.192Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:44:10.192Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:44:10.192Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-09T00:44:10.192Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:44:10.192Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-09T00:44:10.192Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:44:10.192Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:44:10.192Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:44:10.192Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:44:10.192Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:44:10.192Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:44:10.270Z] --- PASS: TestRenameStoppedContainer (0.48s) [2021-03-09T00:44:10.270Z] === RUN TestRenameRunningContainerAndReuse [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:44:10.452Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:44:10.713Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-09T00:44:10.713Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-03-09T00:44:10.713Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-03-09T00:44:10.713Z] === RUN TestContainerBindMountNonRecursive [2021-03-09T00:44:11.208Z] --- PASS: TestRenameRunningContainerAndReuse (0.94s) [2021-03-09T00:44:11.208Z] === RUN TestRenameInvalidName [2021-03-09T00:44:11.467Z] --- PASS: TestRenameInvalidName (0.46s) [2021-03-09T00:44:11.467Z] === RUN TestRenameAnonymousContainer [2021-03-09T00:44:12.028Z] --- PASS: TestBuildSquashParent (8.88s) [2021-03-09T00:44:12.028Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-09T00:44:12.028Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:44:12.028Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:44:12.028Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:44:12.028Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:44:12.028Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:44:12.028Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:44:12.028Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:44:12.028Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:44:12.028Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:44:12.028Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:44:12.028Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:44:12.028Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:44:12.028Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:44:12.028Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:44:12.098Z] --- PASS: TestContainerBindMountNonRecursive (1.45s) [2021-03-09T00:44:12.098Z] === RUN TestContainerVolumesMountedAsShared [2021-03-09T00:44:12.670Z] --- PASS: TestContainerVolumesMountedAsShared (0.47s) [2021-03-09T00:44:12.670Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-09T00:44:12.931Z] --- PASS: TestContainerVolumesMountedAsSlave (0.40s) [2021-03-09T00:44:12.931Z] === RUN TestNetworkNat [2021-03-09T00:44:13.376Z] --- PASS: TestRenameAnonymousContainer (1.58s) [2021-03-09T00:44:13.376Z] === RUN TestRenameContainerWithSameName [2021-03-09T00:44:13.503Z] --- PASS: TestNetworkNat (0.55s) [2021-03-09T00:44:13.503Z] === RUN TestNetworkLocalhostTCPNat [2021-03-09T00:44:13.634Z] --- PASS: TestRenameContainerWithSameName (0.44s) [2021-03-09T00:44:13.634Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-09T00:44:13.921Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:44:14.074Z] --- PASS: TestNetworkLocalhostTCPNat (0.50s) [2021-03-09T00:44:14.074Z] === RUN TestNetworkLoopbackNat [2021-03-09T00:44:14.178Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:44:14.572Z] --- PASS: TestRenameContainerWithLinkedContainer (0.92s) [2021-03-09T00:44:14.572Z] === RUN TestResize [2021-03-09T00:44:15.055Z] ok github.com/docker/docker/daemon/cluster/convert 0.053s coverage: 35.9% of statements [2021-03-09T00:44:15.140Z] --- PASS: TestResize (0.46s) [2021-03-09T00:44:15.140Z] === RUN TestResizeWithInvalidSize [2021-03-09T00:44:15.399Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2021-03-09T00:44:15.399Z] === RUN TestResizeWhenContainerNotStarted [2021-03-09T00:44:15.966Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2021-03-09T00:44:15.966Z] === RUN TestDaemonRestartKillContainers [2021-03-09T00:44:15.966Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-03-09T00:44:15.966Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-03-09T00:44:15.966Z] === RUN TestCgroupNamespacesRun [2021-03-09T00:44:16.239Z] Loaded image: buildpack-deps:buster [2021-03-09T00:44:16.239Z] Loaded image: busybox:latest [2021-03-09T00:44:16.617Z] --- PASS: TestNetworkLoopbackNat (2.67s) [2021-03-09T00:44:16.617Z] === RUN TestPause [2021-03-09T00:44:17.189Z] --- PASS: TestPause (0.49s) [2021-03-09T00:44:17.189Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-09T00:44:17.189Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-09T00:44:17.189Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-09T00:44:17.189Z] === RUN TestPauseStopPausedContainer [2021-03-09T00:44:17.459Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:44:17.459Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:44:17.622Z] Loaded image: busybox:glibc [2021-03-09T00:44:17.760Z] --- PASS: TestPauseStopPausedContainer (0.50s) [2021-03-09T00:44:17.760Z] === RUN TestPsFilter [2021-03-09T00:44:17.760Z] --- PASS: TestPsFilter (0.12s) [2021-03-09T00:44:17.760Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-09T00:44:17.828Z] ok github.com/docker/docker/daemon/cluster 0.130s coverage: 0.5% of statements [2021-03-09T00:44:18.139Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-03-09T00:44:18.331Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.47s) [2021-03-09T00:44:18.331Z] === RUN TestRemoveContainerWithVolume [2021-03-09T00:44:18.504Z] --- PASS: TestCgroupNamespacesRun (2.25s) [2021-03-09T00:44:18.504Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-09T00:44:18.592Z] --- PASS: TestRemoveContainerWithVolume (0.47s) [2021-03-09T00:44:18.592Z] === RUN TestRemoveContainerRunning [2021-03-09T00:44:18.717Z] tests/integration/api_client_test.py ..... [ 7%] [2021-03-09T00:44:19.163Z] --- PASS: TestRemoveContainerRunning (0.46s) [2021-03-09T00:44:19.163Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-09T00:44:19.539Z] Loaded image: debian:bullseye [2021-03-09T00:44:19.539Z] Loaded image: hello-world:latest [2021-03-09T00:44:19.737Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.48s) [2021-03-09T00:44:19.737Z] === RUN TestRemoveInvalidContainer [2021-03-09T00:44:19.737Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-03-09T00:44:19.737Z] === RUN TestRenameLinkedContainer [2021-03-09T00:44:19.800Z] Loaded image: arm32v7/hello-world:latest [2021-03-09T00:44:19.800Z] INFO: Testing against a local daemon [2021-03-09T00:44:19.800Z] === RUN TestCgroupNamespacesBuild [2021-03-09T00:44:20.408Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.17s) [2021-03-09T00:44:20.408Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-09T00:44:20.585Z] tests/integration/api_config_test.py ..... [ 8%] [2021-03-09T00:44:20.744Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-09T00:44:20.744Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.21s) [2021-03-09T00:44:20.744Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.43s) [2021-03-09T00:44:20.744Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.20s) [2021-03-09T00:44:20.744Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.34s) [2021-03-09T00:44:20.744Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.42s) [2021-03-09T00:44:20.744Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.31s) [2021-03-09T00:44:20.744Z] === RUN TestBuildMultiStageCopy [2021-03-09T00:44:20.744Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-09T00:44:21.395Z] ok github.com/docker/docker/daemon/discovery 0.022s coverage: 30.0% of statements [2021-03-09T00:44:21.648Z] --- PASS: TestRenameLinkedContainer (2.08s) [2021-03-09T00:44:21.648Z] === RUN TestRenameStoppedContainer [2021-03-09T00:44:22.221Z] --- PASS: TestRenameStoppedContainer (0.48s) [2021-03-09T00:44:22.221Z] === RUN TestRenameRunningContainerAndReuse [2021-03-09T00:44:22.942Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.24s) [2021-03-09T00:44:22.942Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-09T00:44:23.167Z] --- PASS: TestRenameRunningContainerAndReuse (0.98s) [2021-03-09T00:44:23.167Z] === RUN TestRenameInvalidName [2021-03-09T00:44:23.510Z] ok github.com/docker/docker/daemon/config 0.136s coverage: 81.8% of statements [2021-03-09T00:44:23.510Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2021-03-09T00:44:23.739Z] --- PASS: TestRenameInvalidName (0.48s) [2021-03-09T00:44:23.739Z] === RUN TestRenameAnonymousContainer [2021-03-09T00:44:24.004Z] --- PASS: TestCgroupNamespacesBuild (3.49s) [2021-03-09T00:44:24.004Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-09T00:44:24.028Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-09T00:44:24.285Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-09T00:44:24.847Z] --- PASS: TestCgroupNamespacesRunHostMode (2.24s) [2021-03-09T00:44:24.847Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-09T00:44:24.849Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-09T00:44:25.392Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.88s) [2021-03-09T00:44:25.392Z] === RUN TestBuildWithSession [2021-03-09T00:44:25.392Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-09T00:44:25.392Z] build_session_test.go:25: TODO: BuildKit [2021-03-09T00:44:25.392Z] === RUN TestBuildSquashParent [2021-03-09T00:44:25.411Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-09T00:44:25.654Z] --- PASS: TestRenameAnonymousContainer (1.88s) [2021-03-09T00:44:25.654Z] === RUN TestRenameContainerWithSameName [2021-03-09T00:44:25.977Z] --- PASS: TestBuildMultiStageCopy (5.19s) [2021-03-09T00:44:25.977Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.76s) [2021-03-09T00:44:25.977Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.63s) [2021-03-09T00:44:25.977Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.61s) [2021-03-09T00:44:25.977Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2021-03-09T00:44:25.977Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s) [2021-03-09T00:44:25.977Z] === RUN TestBuildMultiStageParentConfig [2021-03-09T00:44:26.226Z] --- PASS: TestRenameContainerWithSameName (0.49s) [2021-03-09T00:44:26.226Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-09T00:44:26.283Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2021-03-09T00:44:27.170Z] --- PASS: TestRenameContainerWithLinkedContainer (1.01s) [2021-03-09T00:44:27.170Z] === RUN TestResize [2021-03-09T00:44:27.355Z] --- PASS: TestBuildMultiStageParentConfig (1.35s) [2021-03-09T00:44:27.355Z] === RUN TestBuildLabelWithTargets [2021-03-09T00:44:27.383Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.18s) [2021-03-09T00:44:27.383Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-09T00:44:27.430Z] --- PASS: TestResize (0.48s) [2021-03-09T00:44:27.430Z] === RUN TestResizeWithInvalidSize [2021-03-09T00:44:28.001Z] --- PASS: TestResizeWithInvalidSize (0.48s) [2021-03-09T00:44:28.001Z] === RUN TestResizeWhenContainerNotStarted [2021-03-09T00:44:28.573Z] --- PASS: TestResizeWhenContainerNotStarted (0.47s) [2021-03-09T00:44:28.573Z] === RUN TestDaemonRestartKillContainers [2021-03-09T00:44:28.573Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-09T00:44:28.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-09T00:44:28.573Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-09T00:44:28.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-09T00:44:28.573Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-09T00:44:28.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-09T00:44:28.573Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-09T00:44:28.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-09T00:44:28.573Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-09T00:44:28.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-09T00:44:28.573Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-09T00:44:28.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-09T00:44:28.573Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-09T00:44:28.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-09T00:44:28.573Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-09T00:44:28.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-09T00:44:28.573Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:44:28.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:44:28.573Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:44:28.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:44:28.573Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:44:28.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:44:28.573Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:44:28.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:44:28.573Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-09T00:44:28.573Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-09T00:44:29.288Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.22s) [2021-03-09T00:44:29.288Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-09T00:44:29.851Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2021-03-09T00:44:29.851Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.498s coverage: 14.1% of statements [2021-03-09T00:44:29.876Z] --- PASS: TestBuildLabelWithTargets (2.23s) [2021-03-09T00:44:29.876Z] === RUN TestBuildWithEmptyLayers [2021-03-09T00:44:30.487Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:44:30.487Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:44:30.912Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.861s coverage: 57.1% of statements [2021-03-09T00:44:31.192Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.71s) [2021-03-09T00:44:31.192Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-09T00:44:31.245Z] --- PASS: TestBuildWithEmptyLayers (1.33s) [2021-03-09T00:44:31.245Z] === RUN TestBuildMultiStageOnBuild [2021-03-09T00:44:31.874Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:44:31.978Z] --- PASS: TestBuildSquashParent (6.82s) [2021-03-09T00:44:31.978Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-09T00:44:31.978Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:44:31.978Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:44:31.978Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:44:31.978Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:44:31.978Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:44:31.978Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:44:31.978Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:44:31.978Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:44:31.978Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:44:31.978Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:44:31.978Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:44:31.978Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:44:31.978Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:44:31.978Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:44:31.978Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:44:31.978Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:44:32.135Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:44:33.097Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.23s) [2021-03-09T00:44:33.097Z] === RUN TestKernelTCPMemory [2021-03-09T00:44:33.097Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-03-09T00:44:33.097Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:44:33.097Z] === RUN TestNISDomainname [2021-03-09T00:44:33.097Z] --- SKIP: TestNISDomainname (0.01s) [2021-03-09T00:44:33.097Z] 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-09T00:44:33.097Z] === RUN TestHostnameDnsResolution [2021-03-09T00:44:33.553Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-09T00:44:33.553Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-09T00:44:33.666Z] --- PASS: TestHostnameDnsResolution (0.71s) [2021-03-09T00:44:33.666Z] === RUN TestStats [2021-03-09T00:44:33.666Z] --- SKIP: TestStats (0.00s) [2021-03-09T00:44:33.666Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:44:33.666Z] === RUN TestStopContainerWithTimeout [2021-03-09T00:44:33.693Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2021-03-09T00:44:33.925Z] === RUN TestStopContainerWithTimeout/0 [2021-03-09T00:44:33.925Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-09T00:44:33.925Z] === RUN TestStopContainerWithTimeout/1 [2021-03-09T00:44:33.925Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-09T00:44:33.925Z] === RUN TestStopContainerWithTimeout/3 [2021-03-09T00:44:33.925Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-09T00:44:33.925Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-09T00:44:33.925Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-09T00:44:33.925Z] === CONT TestStopContainerWithTimeout/0 [2021-03-09T00:44:33.925Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-09T00:44:34.495Z] === CONT TestStopContainerWithTimeout/3 [2021-03-09T00:44:34.525Z] --- PASS: TestBuildMultiStageOnBuild (3.05s) [2021-03-09T00:44:34.525Z] === RUN TestBuildUncleanTarFilenames [2021-03-09T00:44:34.748Z] ok github.com/docker/docker/daemon 12.375s coverage: 17.2% of statements [2021-03-09T00:44:34.748Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-09T00:44:34.748Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-09T00:44:34.748Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-09T00:44:34.748Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-09T00:44:35.284Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:44:35.284Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:44:35.395Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.583s coverage: 69.3% of statements [2021-03-09T00:44:35.481Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-09T00:44:35.481Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-09T00:44:35.893Z] --- PASS: TestBuildUncleanTarFilenames (1.87s) [2021-03-09T00:44:35.893Z] === RUN TestBuildMultiStageLayerLeak [2021-03-09T00:44:37.028Z] === CONT TestStopContainerWithTimeout/1 [2021-03-09T00:44:37.197Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-09T00:44:37.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.76s) [2021-03-09T00:44:37.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.02s) [2021-03-09T00:44:37.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.02s) [2021-03-09T00:44:37.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.03s) [2021-03-09T00:44:37.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.07s) [2021-03-09T00:44:37.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.02s) [2021-03-09T00:44:37.197Z] === RUN TestBuildMultiStageCopy [2021-03-09T00:44:37.197Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-09T00:44:37.520Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.191s coverage: 45.9% of statements [2021-03-09T00:44:37.520Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-09T00:44:37.964Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-03-09T00:44:37.964Z] --- PASS: TestStopContainerWithTimeout/0 (0.72s) [2021-03-09T00:44:37.964Z] --- PASS: TestStopContainerWithTimeout/-1 (2.74s) [2021-03-09T00:44:37.964Z] --- PASS: TestStopContainerWithTimeout/3 (2.40s) [2021-03-09T00:44:37.964Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2021-03-09T00:44:37.964Z] === RUN TestDeleteDevicemapper [2021-03-09T00:44:37.964Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-09T00:44:37.964Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-09T00:44:37.964Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-09T00:44:38.035Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-09T00:44:38.035Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-09T00:44:38.573Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.022s coverage: 57.5% of statements [2021-03-09T00:44:38.871Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.230s coverage: 49.4% of statements [2021-03-09T00:44:39.163Z] --- PASS: TestBuildMultiStageLayerLeak (3.35s) [2021-03-09T00:44:39.163Z] === RUN TestBuildWithHugeFile [2021-03-09T00:44:39.740Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-09T00:44:39.868Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.49s) [2021-03-09T00:44:39.868Z] === RUN TestUpdateMemory [2021-03-09T00:44:39.868Z] --- SKIP: TestUpdateMemory (0.00s) [2021-03-09T00:44:39.868Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:44:39.868Z] === RUN TestUpdateCPUQuota [2021-03-09T00:44:39.868Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-03-09T00:44:39.868Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:44:39.868Z] === RUN TestUpdatePidsLimit [2021-03-09T00:44:39.868Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-03-09T00:44:39.868Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:44:39.868Z] === RUN TestUpdateRestartPolicy [2021-03-09T00:44:39.926Z] ok github.com/docker/docker/daemon/links 0.020s coverage: 93.0% of statements [2021-03-09T00:44:39.949Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-09T00:44:39.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.94s) [2021-03-09T00:44:39.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.07s) [2021-03-09T00:44:39.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.41s) [2021-03-09T00:44:39.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.47s) [2021-03-09T00:44:39.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.42s) [2021-03-09T00:44:39.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.32s) [2021-03-09T00:44:39.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.05s) [2021-03-09T00:44:39.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.09s) [2021-03-09T00:44:39.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.51s) [2021-03-09T00:44:39.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.59s) [2021-03-09T00:44:39.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.88s) [2021-03-09T00:44:39.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.93s) [2021-03-09T00:44:39.949Z] === RUN TestCgroupNamespacesRun [2021-03-09T00:44:40.001Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-09T00:44:40.573Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-09T00:44:40.573Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.068s coverage: 3.0% of statements [2021-03-09T00:44:41.143Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-09T00:44:41.333Z] --- PASS: TestCgroupNamespacesRun (1.26s) [2021-03-09T00:44:41.333Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-09T00:44:41.333Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-03-09T00:44:41.333Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-03-09T00:44:41.333Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-09T00:44:41.713Z] --- PASS: TestBuildMultiStageCopy (4.52s) [2021-03-09T00:44:41.713Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.37s) [2021-03-09T00:44:41.713Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2021-03-09T00:44:41.713Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2021-03-09T00:44:41.713Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.57s) [2021-03-09T00:44:41.713Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2021-03-09T00:44:41.713Z] === RUN TestBuildMultiStageParentConfig [2021-03-09T00:44:42.677Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.554s coverage: 52.1% of statements [2021-03-09T00:44:42.677Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-09T00:44:42.677Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-09T00:44:42.716Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.26s) [2021-03-09T00:44:42.716Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-09T00:44:43.096Z] --- PASS: TestBuildMultiStageParentConfig (1.46s) [2021-03-09T00:44:43.096Z] === RUN TestBuildLabelWithTargets [2021-03-09T00:44:43.659Z] --- PASS: TestCgroupNamespacesRunHostMode (1.25s) [2021-03-09T00:44:43.659Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-09T00:44:43.748Z] ok github.com/docker/docker/daemon/logger 0.293s coverage: 43.2% of statements [2021-03-09T00:44:45.042Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.25s) [2021-03-09T00:44:45.042Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-09T00:44:45.640Z] --- PASS: TestBuildLabelWithTargets (2.32s) [2021-03-09T00:44:45.640Z] === RUN TestBuildWithEmptyLayers [2021-03-09T00:44:45.859Z] ok github.com/docker/docker/daemon/logger/gelf 0.029s coverage: 67.0% of statements [2021-03-09T00:44:46.164Z] ok github.com/docker/docker/daemon/logger/awslogs 0.525s coverage: 77.8% of statements [2021-03-09T00:44:46.425Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.22s) [2021-03-09T00:44:46.425Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-09T00:44:46.466Z] ok github.com/docker/docker/daemon/logger/journald 0.040s coverage: 23.9% of statements [2021-03-09T00:44:46.466Z] ok github.com/docker/docker/daemon/images 0.094s coverage: 6.7% of statements [2021-03-09T00:44:46.466Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-09T00:44:46.466Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-09T00:44:46.466Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-09T00:44:46.466Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-09T00:44:46.582Z] --- PASS: TestBuildWithEmptyLayers (1.03s) [2021-03-09T00:44:46.582Z] === RUN TestBuildMultiStageOnBuild [2021-03-09T00:44:46.996Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2021-03-09T00:44:46.996Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-09T00:44:47.542Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.029s coverage: 87.2% of statements [2021-03-09T00:44:48.380Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.25s) [2021-03-09T00:44:48.380Z] === RUN TestKernelTCPMemory [2021-03-09T00:44:48.380Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-03-09T00:44:48.380Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-03-09T00:44:48.380Z] === RUN TestNISDomainname [2021-03-09T00:44:48.951Z] --- PASS: TestNISDomainname (0.63s) [2021-03-09T00:44:48.951Z] === RUN TestHostnameDnsResolution [2021-03-09T00:44:49.095Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.041s coverage: 61.6% of statements [2021-03-09T00:44:49.522Z] --- PASS: TestHostnameDnsResolution (0.78s) [2021-03-09T00:44:49.522Z] === RUN TestStats [2021-03-09T00:44:49.882Z] --- PASS: TestBuildMultiStageOnBuild (2.84s) [2021-03-09T00:44:49.882Z] === RUN TestBuildUncleanTarFilenames [2021-03-09T00:44:50.150Z] ok github.com/docker/docker/daemon/logger/local 0.049s coverage: 75.2% of statements [2021-03-09T00:44:50.150Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-09T00:44:50.449Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.090s coverage: 57.7% of statements [2021-03-09T00:44:50.591Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2021-03-09T00:44:50.823Z] --- PASS: TestBuildUncleanTarFilenames (1.48s) [2021-03-09T00:44:50.823Z] === RUN TestBuildMultiStageLayerLeak [2021-03-09T00:44:51.096Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.039s coverage: 31.5% of statements [2021-03-09T00:44:52.064Z] --- PASS: TestStats (2.54s) [2021-03-09T00:44:52.064Z] === RUN TestStopContainerWithTimeout [2021-03-09T00:44:52.064Z] === RUN TestStopContainerWithTimeout/0 [2021-03-09T00:44:52.064Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-09T00:44:52.064Z] === RUN TestStopContainerWithTimeout/1 [2021-03-09T00:44:52.064Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-09T00:44:52.064Z] === RUN TestStopContainerWithTimeout/3 [2021-03-09T00:44:52.064Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-09T00:44:52.064Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-09T00:44:52.064Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-09T00:44:52.064Z] === CONT TestStopContainerWithTimeout/0 [2021-03-09T00:44:52.064Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-09T00:44:52.076Z] --- PASS: TestUpdateRestartPolicy (10.96s) [2021-03-09T00:44:52.076Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-09T00:44:52.076Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s) [2021-03-09T00:44:52.076Z] === RUN TestWaitNonBlocked [2021-03-09T00:44:52.076Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:44:52.076Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:44:52.076Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:44:52.076Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:44:52.076Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:44:52.076Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:44:52.076Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-03-09T00:44:52.076Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.72s) [2021-03-09T00:44:52.076Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.74s) [2021-03-09T00:44:52.076Z] === RUN TestWaitBlocked [2021-03-09T00:44:52.076Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:44:52.076Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:44:52.076Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:44:52.076Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:44:52.076Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:44:52.076Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:44:52.165Z] ok github.com/docker/docker/daemon/logger/templates 0.019s coverage: 8.3% of statements [2021-03-09T00:44:52.335Z] --- PASS: TestWaitBlocked (0.01s) [2021-03-09T00:44:52.335Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.62s) [2021-03-09T00:44:52.335Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.67s) [2021-03-09T00:44:52.335Z] === CONT TestDaemonRestartIpcMode [2021-03-09T00:44:52.335Z] === CONT TestIpcModeOlderClient [2021-03-09T00:44:52.335Z] --- PASS: TestIpcModeOlderClient (0.07s) [2021-03-09T00:44:52.335Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-09T00:44:52.635Z] === CONT TestStopContainerWithTimeout/3 [2021-03-09T00:44:52.814Z] ok github.com/docker/docker/daemon/logger/syslog 0.036s coverage: 46.8% of statements [2021-03-09T00:44:54.121Z] --- PASS: TestBuildMultiStageLayerLeak (2.90s) [2021-03-09T00:44:54.121Z] === RUN TestBuildWithHugeFile [2021-03-09T00:44:54.919Z] ok github.com/docker/docker/daemon/network 0.016s coverage: 63.8% of statements [2021-03-09T00:44:55.176Z] === CONT TestStopContainerWithTimeout/1 [2021-03-09T00:44:55.566Z] ok github.com/docker/docker/daemon/logger/splunk 2.530s coverage: 82.5% of statements [2021-03-09T00:44:55.566Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-09T00:44:55.566Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-09T00:44:56.529Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.26s) [2021-03-09T00:44:56.560Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-03-09T00:44:56.560Z] --- PASS: TestStopContainerWithTimeout/0 (0.62s) [2021-03-09T00:44:56.560Z] --- PASS: TestStopContainerWithTimeout/-1 (2.67s) [2021-03-09T00:44:56.560Z] --- PASS: TestStopContainerWithTimeout/3 (2.45s) [2021-03-09T00:44:56.560Z] --- PASS: TestStopContainerWithTimeout/1 (1.54s) [2021-03-09T00:44:56.560Z] === RUN TestDeleteDevicemapper [2021-03-09T00:44:56.560Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-09T00:44:56.560Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-09T00:44:56.560Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-09T00:44:57.096Z] --- PASS: TestDaemonRestartIpcMode (4.69s) [2021-03-09T00:44:57.096Z] PASS [2021-03-09T00:44:57.096Z] [2021-03-09T00:44:57.096Z] === Skipped [2021-03-09T00:44:57.096Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-03-09T00:44:57.096Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-09T00:44:57.096Z] [2021-03-09T00:44:57.096Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-03-09T00:44:57.096Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-03-09T00:44:57.096Z] [2021-03-09T00:44:57.096Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-03-09T00:44:57.096Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:44:57.096Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-03-09T00:44:57.097Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-03-09T00:44:57.097Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-03-09T00:44:57.097Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-03-09T00:44:57.097Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-03-09T00:44:57.097Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-03-09T00:44:57.097Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-09T00:44:57.097Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-09T00:44:57.097Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-03-09T00:44:57.097Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-03-09T00:44:57.097Z] 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-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-03-09T00:44:57.097Z] 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-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-03-09T00:44:57.097Z] 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-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-03-09T00:44:57.097Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-09T00:44:57.097Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-03-09T00:44:57.097Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-03-09T00:44:57.097Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-03-09T00:44:57.097Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-03-09T00:44:57.097Z] 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-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-03-09T00:44:57.097Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-09T00:44:57.097Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-03-09T00:44:57.097Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-03-09T00:44:57.097Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-03-09T00:44:57.097Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] [2021-03-09T00:44:57.097Z] DONE 177 tests, 26 skipped in 81.770s [2021-03-09T00:44:57.097Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-03-09T00:44:57.356Z] INFO: Testing against a local daemon [2021-03-09T00:44:57.356Z] === RUN TestCommitInheritsEnv [2021-03-09T00:44:57.683Z] ok github.com/docker/docker/distribution/metadata 0.147s coverage: 48.2% of statements [2021-03-09T00:44:57.945Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.71s) [2021-03-09T00:44:57.945Z] === RUN TestUpdateMemory [2021-03-09T00:44:58.334Z] ok github.com/docker/docker/errdefs 0.033s coverage: 53.1% of statements [2021-03-09T00:44:58.886Z] --- PASS: TestUpdateMemory (0.59s) [2021-03-09T00:44:58.886Z] === RUN TestUpdateCPUQuota [2021-03-09T00:44:59.401Z] --- PASS: TestCommitInheritsEnv (1.83s) [2021-03-09T00:44:59.401Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-09T00:44:59.401Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-09T00:44:59.401Z] === RUN TestImagesFilterMultiReference [2021-03-09T00:44:59.401Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-03-09T00:44:59.401Z] === RUN TestImagePullPlatformInvalid [2021-03-09T00:44:59.401Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-03-09T00:44:59.401Z] === RUN TestRemoveImageOrphaning [2021-03-09T00:44:59.436Z] ok github.com/docker/docker/distribution 0.412s coverage: 25.2% of statements [2021-03-09T00:44:59.436Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-09T00:44:59.828Z] --- PASS: TestUpdateCPUQuota (1.00s) [2021-03-09T00:44:59.828Z] === RUN TestUpdatePidsLimit [2021-03-09T00:44:59.828Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-09T00:44:59.828Z] === RUN TestUpdatePidsLimit/no_change [2021-03-09T00:45:00.088Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-09T00:45:00.349Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-09T00:45:00.610Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-09T00:45:00.871Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-09T00:45:01.132Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-09T00:45:01.305Z] --- PASS: TestRemoveImageOrphaning (1.93s) [2021-03-09T00:45:01.305Z] === RUN TestRemoveImageGarbageCollector [2021-03-09T00:45:01.305Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-09T00:45:01.305Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-03-09T00:45:01.305Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-09T00:45:01.305Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-03-09T00:45:01.305Z] === RUN TestTagInvalidReference [2021-03-09T00:45:01.305Z] --- PASS: TestTagInvalidReference (0.02s) [2021-03-09T00:45:01.306Z] === RUN TestTagValidPrefixedRepo [2021-03-09T00:45:01.306Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-03-09T00:45:01.306Z] === RUN TestTagExistedNameWithoutForce [2021-03-09T00:45:01.306Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-03-09T00:45:01.306Z] === RUN TestTagOfficialNames [2021-03-09T00:45:01.306Z] --- PASS: TestTagOfficialNames (0.05s) [2021-03-09T00:45:01.306Z] === RUN TestTagMatchesDigest [2021-03-09T00:45:01.306Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-03-09T00:45:01.306Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-09T00:45:01.545Z] ok github.com/docker/docker/image 0.042s coverage: 86.6% of statements [2021-03-09T00:45:01.545Z] ok github.com/docker/docker/distribution/xfer 1.687s coverage: 85.1% of statements [2021-03-09T00:45:01.545Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-09T00:45:01.545Z] ok github.com/docker/docker/image/cache 0.041s coverage: 19.2% of statements [2021-03-09T00:45:02.073Z] --- PASS: TestUpdatePidsLimit (2.24s) [2021-03-09T00:45:02.073Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.24s) [2021-03-09T00:45:02.073Z] --- PASS: TestUpdatePidsLimit/no_change (0.23s) [2021-03-09T00:45:02.073Z] --- PASS: TestUpdatePidsLimit/update_lower (0.25s) [2021-03-09T00:45:02.073Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2021-03-09T00:45:02.073Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s) [2021-03-09T00:45:02.073Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s) [2021-03-09T00:45:02.073Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.26s) [2021-03-09T00:45:02.073Z] === RUN TestUpdateRestartPolicy [2021-03-09T00:45:03.167Z] ok github.com/docker/docker/libcontainerd/queue 0.034s coverage: 100.0% of statements [2021-03-09T00:45:03.466Z] ok github.com/docker/docker/image/tarexport 0.038s coverage: 0.6% of statements [2021-03-09T00:45:05.567Z] ok github.com/docker/docker/image/v1 0.036s coverage: 25.0% of statements [2021-03-09T00:45:05.567Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-09T00:45:06.631Z] ok github.com/docker/docker/oci 0.017s coverage: 45.2% of statements [2021-03-09T00:45:06.631Z] ok github.com/docker/docker/pkg/aaparser 0.004s coverage: 52.9% of statements [2021-03-09T00:45:07.276Z] ok github.com/docker/docker/opts 0.082s coverage: 67.1% of statements [2021-03-09T00:45:09.425Z] ok github.com/docker/docker/pkg/broadcaster 0.009s coverage: 100.0% of statements [2021-03-09T00:45:09.725Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2021-03-09T00:45:11.257Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-09T00:45:11.257Z] Using test binary docker [2021-03-09T00:45:11.257Z] +++ /etc/init.d/apparmor start [2021-03-09T00:45:11.257Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-09T00:45:11.257Z] INFO: Waiting for daemon to start... [2021-03-09T00:45:11.257Z] Starting dockerd [2021-03-09T00:45:11.257Z] +++ 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-09T00:45:11.257Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-09T00:45:11.257Z] Using test binary docker [2021-03-09T00:45:11.257Z] +++ /etc/init.d/apparmor start [2021-03-09T00:45:11.257Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-09T00:45:11.257Z] INFO: Waiting for daemon to start... [2021-03-09T00:45:11.257Z] Starting dockerd [2021-03-09T00:45:11.257Z] +++ 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-09T00:45:11.257Z] . [2021-03-09T00:45:11.257Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-09T00:45:11.257Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-09T00:45:11.257Z] Error: No such image: emptyfs [2021-03-09T00:45:11.257Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-09T00:45:11.257Z] ++++ docker load [2021-03-09T00:45:11.257Z] Running integration-test (iteration 1) [2021-03-09T00:45:11.257Z] 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-09T00:45:11.257Z] ++ 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-09T00:45:11.257Z] ++ set -e [2021-03-09T00:45:11.257Z] ++ '[' -n 0 ']' [2021-03-09T00:45:11.257Z] ++ set -x [2021-03-09T00:45:11.258Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T00:45:11.258Z] [2021-03-09T00:45:11.258Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-09T00:45:11.258Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-09T00:45:11.258Z] Error: No such image: emptyfs [2021-03-09T00:45:11.258Z] ++++ docker load [2021-03-09T00:45:11.258Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-09T00:45:11.258Z] Running integration-test (iteration 1) [2021-03-09T00:45:11.258Z] 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-09T00:45:11.258Z] ++ 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-09T00:45:11.258Z] ++ set -e [2021-03-09T00:45:11.258Z] ++ '[' -n 0 ']' [2021-03-09T00:45:11.258Z] ++ set -x [2021-03-09T00:45:11.258Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T00:45:11.284Z] ok github.com/docker/docker/pkg/archive 1.169s coverage: 77.1% of statements [2021-03-09T00:45:11.284Z] ok github.com/docker/docker/pkg/authorization 2.601s coverage: 68.3% of statements [2021-03-09T00:45:11.937Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2021-03-09T00:45:12.584Z] ok github.com/docker/docker/pkg/discovery 0.007s coverage: 58.3% of statements [2021-03-09T00:45:12.882Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 92.9% of statements [2021-03-09T00:45:13.758Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-03-09T00:45:13.758Z] [2021-03-09T00:45:13.758Z] ________ ____ __. [2021-03-09T00:45:13.758Z] \_____ \ | |/ _| [2021-03-09T00:45:13.758Z] / | \| < [2021-03-09T00:45:13.758Z] / | \ | \ [2021-03-09T00:45:13.758Z] \_______ /____|__ \ [2021-03-09T00:45:13.758Z] \/ \/ [2021-03-09T00:45:13.758Z] [2021-03-09T00:45:13.758Z] INFO: make.ps1 ended at 03/09/2021 00:45:08 [2021-03-09T00:45:13.758Z] INFO: Binaries build ended at 03/09/2021 00:45:09. Duration:00:01:13.3047372 [2021-03-09T00:45:13.758Z] INFO: Copying the built daemon binary to d:\CI\PR-41757\6\binary\dockerd-cf1ef892ff.exe... [2021-03-09T00:45:13.758Z] INFO: Copying the built client binary to d:\CI\PR-41757\6\binary\docker-cf1ef892ff.exe... [2021-03-09T00:45:13.758Z] INFO: Copying dockerversion from the container... [2021-03-09T00:45:13.758Z] INFO: Copying the golang package from the container to d:\CI\PR-41757\6\installer\go.zip... [2021-03-09T00:45:13.759Z] INFO: Extracting go.zip to d:\CI\PR-41757\6\go [2021-03-09T00:45:13.931Z] ok github.com/docker/docker/pkg/discovery/memory 0.014s coverage: 92.3% of statements [2021-03-09T00:45:14.231Z] ok github.com/docker/docker/layer 7.434s coverage: 68.8% of statements [2021-03-09T00:45:14.231Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-09T00:45:14.231Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-09T00:45:14.231Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-09T00:45:14.231Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-09T00:45:14.231Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-09T00:45:14.299Z] --- PASS: TestUpdateRestartPolicy (11.42s) [2021-03-09T00:45:14.299Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-09T00:45:14.299Z] --- PASS: TestUpdateRestartWithAutoRemove (0.49s) [2021-03-09T00:45:14.299Z] === RUN TestWaitNonBlocked [2021-03-09T00:45:14.299Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:45:14.299Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:45:14.299Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:45:14.299Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:45:14.299Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:45:14.299Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:45:14.530Z] ok github.com/docker/docker/pkg/discovery/nodes 0.012s coverage: 93.8% of statements [2021-03-09T00:45:14.559Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-03-09T00:45:14.559Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.78s) [2021-03-09T00:45:14.559Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.81s) [2021-03-09T00:45:14.559Z] === RUN TestWaitBlocked [2021-03-09T00:45:14.559Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:45:14.559Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:45:14.559Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:45:14.559Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:45:14.559Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:45:14.559Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:45:14.833Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2021-03-09T00:45:15.482Z] ok github.com/docker/docker/pkg/chrootarchive 4.031s coverage: 43.2% of statements [2021-03-09T00:45:15.482Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-09T00:45:15.482Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-09T00:45:15.501Z] --- PASS: TestWaitBlocked (0.01s) [2021-03-09T00:45:15.501Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.94s) [2021-03-09T00:45:15.501Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.98s) [2021-03-09T00:45:15.501Z] === CONT TestContainerStartOnDaemonRestart [2021-03-09T00:45:15.501Z] === CONT TestIpcModeOlderClient [2021-03-09T00:45:15.762Z] --- PASS: TestIpcModeOlderClient (0.08s) [2021-03-09T00:45:15.762Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-09T00:45:16.141Z] ok github.com/docker/docker/pkg/fileutils 0.015s coverage: 89.5% of statements [2021-03-09T00:45:16.141Z] ok github.com/docker/docker/pkg/filenotify 0.657s coverage: 67.0% of statements [2021-03-09T00:45:16.785Z] ok github.com/docker/docker/pkg/fsutils 0.329s coverage: 85.1% of statements [2021-03-09T00:45:17.433Z] ok github.com/docker/docker/pkg/discovery/kv 3.137s coverage: 84.1% of statements [2021-03-09T00:45:17.733Z] ok github.com/docker/docker/pkg/homedir 0.018s coverage: 11.4% of statements [2021-03-09T00:45:18.309Z] --- PASS: TestContainerStartOnDaemonRestart (2.51s) [2021-03-09T00:45:18.309Z] === CONT TestContainerKillOnDaemonStart [2021-03-09T00:45:18.309Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.51s) [2021-03-09T00:45:18.309Z] === CONT TestDaemonHostGatewayIP [2021-03-09T00:45:18.804Z] ok github.com/docker/docker/pkg/longpath 0.024s coverage: 100.0% of statements [2021-03-09T00:45:19.102Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2021-03-09T00:45:19.102Z] ok github.com/docker/docker/pkg/idtools 0.783s coverage: 69.5% of statements [2021-03-09T00:45:19.750Z] ok github.com/docker/docker/pkg/ioutils 1.351s coverage: 70.1% of statements [2021-03-09T00:45:19.750Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-09T00:45:19.750Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-09T00:45:19.750Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-09T00:45:19.750Z] ok github.com/docker/docker/pkg/namesgenerator 0.026s coverage: 85.7% of statements [2021-03-09T00:45:19.750Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-09T00:45:20.050Z] ok github.com/docker/docker/pkg/parsers 0.031s coverage: 97.0% of statements [2021-03-09T00:45:20.349Z] ok github.com/docker/docker/pkg/parsers/kernel 0.006s coverage: 60.0% of statements [2021-03-09T00:45:20.855Z] --- PASS: TestDaemonHostGatewayIP (2.68s) [2021-03-09T00:45:20.855Z] === CONT TestDaemonRestartIpcMode [2021-03-09T00:45:21.000Z] ok github.com/docker/docker/pkg/pidfile 0.045s coverage: 82.4% of statements [2021-03-09T00:45:21.000Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.008s coverage: 86.7% of statements [2021-03-09T00:45:21.000Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-09T00:45:21.000Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-09T00:45:22.060Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.034s coverage: 56.8% of statements [2021-03-09T00:45:22.708Z] ok github.com/docker/docker/pkg/pools 0.049s coverage: 88.2% of statements [2021-03-09T00:45:23.016Z] ok github.com/docker/docker/pkg/progress 0.014s coverage: 75.9% of statements [2021-03-09T00:45:23.016Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 85.7% of statements [2021-03-09T00:45:23.399Z] --- PASS: TestDaemonRestartIpcMode (2.39s) [2021-03-09T00:45:23.663Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2021-03-09T00:45:24.773Z] ok github.com/docker/docker/pkg/stdcopy 0.007s coverage: 100.0% of statements [2021-03-09T00:45:24.773Z] ok github.com/docker/docker/pkg/pubsub 1.116s coverage: 75.0% of statements [2021-03-09T00:45:25.419Z] ok github.com/docker/docker/pkg/stringid 0.007s coverage: 70.6% of statements [2021-03-09T00:45:25.419Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2021-03-09T00:45:26.954Z] ok github.com/docker/docker/pkg/system 0.024s coverage: 36.9% of statements [2021-03-09T00:45:26.954Z] ok github.com/docker/docker/pkg/sysinfo 0.028s coverage: 53.8% of statements [2021-03-09T00:45:27.255Z] ok github.com/docker/docker/pkg/signal 3.147s coverage: 61.0% of statements [2021-03-09T00:45:27.554Z] ok github.com/docker/docker/pkg/tailfile 0.126s coverage: 88.6% of statements [2021-03-09T00:45:27.852Z] testing: warning: no tests to run [2021-03-09T00:45:27.852Z] coverage: [no statements] [2021-03-09T00:45:27.852Z] ok github.com/docker/docker/pkg/term/windows 0.006s coverage: [no statements] [no tests to run] [2021-03-09T00:45:28.518Z] ok github.com/docker/docker/pkg/tarsum 0.175s coverage: 89.3% of statements [2021-03-09T00:45:28.518Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2021-03-09T00:45:28.518Z] ok github.com/docker/docker/pkg/urlutil 0.005s coverage: 100.0% of statements [2021-03-09T00:45:29.169Z] ok github.com/docker/docker/pkg/useragent 0.021s coverage: 88.9% of statements [2021-03-09T00:45:29.978Z] --- PASS: TestContainerKillOnDaemonStart (11.89s) [2021-03-09T00:45:29.978Z] PASS [2021-03-09T00:45:29.978Z] [2021-03-09T00:45:29.978Z] === Skipped [2021-03-09T00:45:29.978Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-03-09T00:45:29.978Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-09T00:45:29.978Z] [2021-03-09T00:45:29.978Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-09T00:45:29.978Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-03-09T00:45:29.978Z] [2021-03-09T00:45:29.978Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-09T00:45:29.978Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-09T00:45:29.978Z] [2021-03-09T00:45:29.978Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-03-09T00:45:29.978Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-03-09T00:45:29.978Z] [2021-03-09T00:45:29.978Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-03-09T00:45:29.978Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-03-09T00:45:29.978Z] [2021-03-09T00:45:29.978Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-09T00:45:29.978Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-09T00:45:29.978Z] [2021-03-09T00:45:29.978Z] [2021-03-09T00:45:29.978Z] DONE 196 tests, 6 skipped in 111.217s [2021-03-09T00:45:29.979Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-03-09T00:45:29.979Z] INFO: Testing against a local daemon [2021-03-09T00:45:29.979Z] === RUN TestCommitInheritsEnv [2021-03-09T00:45:30.549Z] --- PASS: TestCommitInheritsEnv (0.33s) [2021-03-09T00:45:30.549Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-09T00:45:30.549Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-09T00:45:30.549Z] === RUN TestImagesFilterMultiReference [2021-03-09T00:45:30.549Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-03-09T00:45:30.549Z] === RUN TestImagePullPlatformInvalid [2021-03-09T00:45:30.549Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-03-09T00:45:30.549Z] === RUN TestRemoveImageOrphaning [2021-03-09T00:45:30.818Z] --- PASS: TestRemoveImageOrphaning (0.29s) [2021-03-09T00:45:30.818Z] === RUN TestRemoveImageGarbageCollector [2021-03-09T00:45:31.275Z] ok github.com/docker/docker/plugin/v2 0.008s coverage: 14.5% of statements [2021-03-09T00:45:31.572Z] ok github.com/docker/docker/profiles/seccomp 0.017s coverage: 83.5% of statements [2021-03-09T00:45:32.769Z] --- PASS: TestRemoveImageGarbageCollector (1.90s) [2021-03-09T00:45:32.769Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-09T00:45:32.769Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-03-09T00:45:32.769Z] === RUN TestTagInvalidReference [2021-03-09T00:45:32.769Z] --- PASS: TestTagInvalidReference (0.02s) [2021-03-09T00:45:32.769Z] === RUN TestTagValidPrefixedRepo [2021-03-09T00:45:32.769Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-03-09T00:45:32.769Z] === RUN TestTagExistedNameWithoutForce [2021-03-09T00:45:32.769Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-03-09T00:45:32.769Z] === RUN TestTagOfficialNames [2021-03-09T00:45:32.769Z] --- PASS: TestTagOfficialNames (0.06s) [2021-03-09T00:45:32.769Z] === RUN TestTagMatchesDigest [2021-03-09T00:45:32.769Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-03-09T00:45:32.769Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-09T00:45:33.112Z] ok github.com/docker/docker/reference 0.012s coverage: 84.4% of statements [2021-03-09T00:45:33.112Z] ok github.com/docker/docker/plugin 0.573s coverage: 23.2% of statements [2021-03-09T00:45:34.926Z] INFO: Extraction ended at 03/09/2021 00:45:32. Duration:00:00:20.4870632 [2021-03-09T00:45:34.926Z] INFO: Updating the golang and path environment variables [2021-03-09T00:45:34.926Z] INFO: GOPATH=d:\gopath [2021-03-09T00:45:34.926Z] INFO: go version go1.13.15 windows/amd64 [2021-03-09T00:45:34.926Z] INFO: Running the daemon under test in debug mode [2021-03-09T00:45:34.926Z] INFO: Starting a daemon under test... [2021-03-09T00:45:34.926Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41757\6\daemon --pidfile d:\CI\PR-41757\6\docker.pid -D [2021-03-09T00:45:34.926Z] INFO: Process started successfully. [2021-03-09T00:45:34.926Z] INFO: Start tailing logs of the daemon under tests [2021-03-09T00:45:34.926Z] INFO: Waiting for the daemon under test to start... [2021-03-09T00:45:35.222Z] ok github.com/docker/docker/quota 0.548s coverage: 71.4% of statements [2021-03-09T00:45:35.222Z] ok github.com/docker/docker/registry/resumable 0.031s coverage: 100.0% of statements [2021-03-09T00:45:35.871Z] ok github.com/docker/docker/restartmanager 0.005s coverage: 45.3% of statements [2021-03-09T00:45:36.925Z] ok github.com/docker/docker/registry 0.296s coverage: 58.8% of statements [2021-03-09T00:45:37.224Z] ok github.com/docker/docker/testutil 0.041s coverage: 62.5% of statements [2021-03-09T00:45:37.486Z] --- PASS: TestImportExtremelyLargeImageWorks (84.00s) [2021-03-09T00:45:37.486Z] PASS [2021-03-09T00:45:37.486Z] [2021-03-09T00:45:37.486Z] === Skipped [2021-03-09T00:45:37.487Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-09T00:45:37.487Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:45:37.487Z] [2021-03-09T00:45:37.487Z] [2021-03-09T00:45:37.487Z] DONE 12 tests, 1 skipped in 85.859s [2021-03-09T00:45:37.487Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2021-03-09T00:45:37.487Z] ++ 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-09T00:45:37.487Z] ++ set -e [2021-03-09T00:45:37.487Z] ++ '[' -n 0 ']' [2021-03-09T00:45:37.487Z] ++ set -x [2021-03-09T00:45:37.487Z] ++ env -i DEST=/go/src/github.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-09T00:45:37.487Z] INFO: Testing against a local daemon [2021-03-09T00:45:37.487Z] === RUN TestNetworkCreateDelete [2021-03-09T00:45:37.487Z] --- PASS: TestNetworkCreateDelete (0.15s) [2021-03-09T00:45:37.487Z] === RUN TestDockerNetworkDeletePreferID [2021-03-09T00:45:37.487Z] --- PASS: TestDockerNetworkDeletePreferID (0.33s) [2021-03-09T00:45:37.487Z] === RUN TestDaemonDNSFallback [2021-03-09T00:45:37.487Z] --- PASS: TestDaemonDNSFallback (2.60s) [2021-03-09T00:45:37.487Z] === RUN TestInspectNetwork [2021-03-09T00:45:37.487Z] === RUN TestInspectNetwork/full_network_id [2021-03-09T00:45:37.487Z] === RUN TestInspectNetwork/partial_network_id [2021-03-09T00:45:37.487Z] === RUN TestInspectNetwork/network_name [2021-03-09T00:45:37.487Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-09T00:45:38.769Z] ok github.com/docker/docker/runconfig 0.029s coverage: 66.1% of statements [2021-03-09T00:45:39.635Z] --- PASS: TestInspectNetwork (11.76s) [2021-03-09T00:45:39.635Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-09T00:45:39.635Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-09T00:45:39.635Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-09T00:45:39.635Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-09T00:45:39.635Z] === RUN TestRunContainerWithBridgeNone [2021-03-09T00:45:40.865Z] ok github.com/docker/docker/volume/drivers 0.014s coverage: 36.1% of statements [2021-03-09T00:45:41.716Z] --- PASS: TestRunContainerWithBridgeNone (2.47s) [2021-03-09T00:45:41.716Z] === RUN TestNetworkInvalidJSON [2021-03-09T00:45:41.716Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-09T00:45:41.716Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-09T00:45:41.716Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:45:41.716Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:45:41.716Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:45:41.716Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:45:41.716Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-09T00:45:41.716Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:45:41.716Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:45:41.716Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-03-09T00:45:41.716Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-09T00:45:41.716Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-09T00:45:41.716Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-09T00:45:41.716Z] === RUN TestNetworkList [2021-03-09T00:45:41.716Z] === RUN TestNetworkList//networks [2021-03-09T00:45:41.716Z] === PAUSE TestNetworkList//networks [2021-03-09T00:45:41.716Z] === RUN TestNetworkList//networks/ [2021-03-09T00:45:41.716Z] === PAUSE TestNetworkList//networks/ [2021-03-09T00:45:41.716Z] === CONT TestNetworkList//networks [2021-03-09T00:45:41.716Z] === CONT TestNetworkList//networks/ [2021-03-09T00:45:41.716Z] --- PASS: TestNetworkList (0.01s) [2021-03-09T00:45:41.716Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-09T00:45:41.716Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-09T00:45:41.716Z] === RUN TestHostIPv4BridgeLabel [2021-03-09T00:45:41.924Z] ok github.com/docker/docker/volume/mounts 0.064s coverage: 67.0% of statements [2021-03-09T00:45:42.352Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2021-03-09T00:45:42.352Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-09T00:45:42.567Z] ok github.com/docker/docker/volume/local 0.182s coverage: 76.4% of statements [2021-03-09T00:45:43.391Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2021-03-09T00:45:43.391Z] === RUN TestDaemonDefaultNetworkPools [2021-03-09T00:45:43.611Z] ok github.com/docker/docker/volume/service 0.026s coverage: 73.1% of statements [2021-03-09T00:45:44.429Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2021-03-09T00:45:44.429Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-09T00:45:45.467Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2021-03-09T00:45:45.467Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-09T00:45:45.544Z] ..........................xx.................... [ 29%] [2021-03-09T00:45:46.506Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2021-03-09T00:45:46.506Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-09T00:45:47.144Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.66s) [2021-03-09T00:45:47.144Z] === RUN TestServiceWithPredefinedNetwork [2021-03-09T00:45:49.941Z] Loaded image: buildpack-deps:buster [2021-03-09T00:45:49.941Z] Loaded image: busybox:latest [2021-03-09T00:45:49.941Z] Loaded image: busybox:glibc [2021-03-09T00:45:50.422Z] --- PASS: TestBuildWithHugeFile (49.81s) [2021-03-09T00:45:50.422Z] === RUN TestBuildWCOWSandboxSize [2021-03-09T00:45:50.422Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-03-09T00:45:50.422Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-09T00:45:50.422Z] === RUN TestBuildWithEmptyDockerfile [2021-03-09T00:45:50.422Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:45:50.422Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:45:50.422Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:45:50.422Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:45:50.422Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:45:50.422Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:45:50.422Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:45:50.422Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:45:50.422Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:45:50.422Z] --- PASS: TestBuildWithEmptyDockerfile (0.25s) [2021-03-09T00:45:50.422Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2021-03-09T00:45:50.422Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s) [2021-03-09T00:45:50.422Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) [2021-03-09T00:45:50.422Z] === RUN TestBuildPreserveOwnership [2021-03-09T00:45:50.422Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-09T00:45:50.422Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-09T00:45:50.422Z] --- PASS: TestBuildPreserveOwnership (6.08s) [2021-03-09T00:45:50.422Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.93s) [2021-03-09T00:45:50.422Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.13s) [2021-03-09T00:45:50.422Z] === RUN TestBuildPlatformInvalid [2021-03-09T00:45:50.422Z] --- PASS: TestBuildPlatformInvalid (0.19s) [2021-03-09T00:45:50.422Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-09T00:45:50.871Z] Loaded image: buildpack-deps:buster [2021-03-09T00:45:51.433Z] Loaded image: busybox:latest [2021-03-09T00:45:51.608Z] --- PASS: TestServiceWithPredefinedNetwork (3.79s) [2021-03-09T00:45:51.608Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-09T00:45:51.608Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-09T00:45:51.608Z] service_test.go:242: FLAKY_TEST [2021-03-09T00:45:51.608Z] === RUN TestServiceWithDataPathPortInit [2021-03-09T00:45:51.689Z] Loaded image: busybox:glibc [2021-03-09T00:45:52.683Z] .....INFO: Daemon under test started and replied! [2021-03-09T00:45:52.683Z] INFO: Docker version of the daemon under test [2021-03-09T00:45:52.683Z] [2021-03-09T00:45:52.683Z] Client: [2021-03-09T00:45:52.683Z] Version: 17.06.2-ce [2021-03-09T00:45:52.683Z] API version: 1.30 [2021-03-09T00:45:52.683Z] Go version: go1.8.3 [2021-03-09T00:45:52.683Z] Git commit: cec0b72 [2021-03-09T00:45:52.683Z] Built: Tue Sep 5 19:57:19 2017 [2021-03-09T00:45:52.683Z] OS/Arch: windows/amd64 [2021-03-09T00:45:52.683Z] [2021-03-09T00:45:52.683Z] Server: [2021-03-09T00:45:52.683Z] Version: 0.0.0-dev [2021-03-09T00:45:52.683Z] API version: 1.41 (minimum version 1.24) [2021-03-09T00:45:52.683Z] Go version: go1.13.15 [2021-03-09T00:45:52.683Z] Git commit: cf1ef892ff [2021-03-09T00:45:52.683Z] Built: 03/09/2021 00:44:00 [2021-03-09T00:45:52.683Z] OS/Arch: windows/amd64 [2021-03-09T00:45:52.683Z] Experimental: false [2021-03-09T00:45:52.683Z] [2021-03-09T00:45:52.683Z] INFO: Docker info of the daemon under test [2021-03-09T00:45:52.683Z] [2021-03-09T00:45:52.683Z] Containers: 0 [2021-03-09T00:45:52.683Z] Running: 0 [2021-03-09T00:45:52.683Z] Paused: 0 [2021-03-09T00:45:52.683Z] Stopped: 0 [2021-03-09T00:45:52.683Z] Images: 0 [2021-03-09T00:45:52.683Z] Server Version: 0.0.0-dev [2021-03-09T00:45:52.683Z] Storage Driver: windowsfilter [2021-03-09T00:45:52.683Z] Windows: [2021-03-09T00:45:52.683Z] Logging Driver: json-file [2021-03-09T00:45:52.683Z] Plugins: [2021-03-09T00:45:52.683Z] Volume: local [2021-03-09T00:45:52.683Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-09T00:45:52.683Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-09T00:45:52.683Z] Swarm: inactive [2021-03-09T00:45:52.683Z] Default Isolation: process [2021-03-09T00:45:52.683Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-09T00:45:52.683Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-03-09T00:45:52.683Z] OSType: windows [2021-03-09T00:45:52.683Z] Architecture: x86_64 [2021-03-09T00:45:52.683Z] CPUs: 4 [2021-03-09T00:45:52.683Z] Total Memory: 32GiB [2021-03-09T00:45:52.683Z] Name: azwin-2-264e50 [2021-03-09T00:45:52.683Z] ID: 7RUH:YQWV:YH3J:2YYI:43DF:A5OJ:BXII:UKN6:4JBB:ME4V:A5IH:YIA4 [2021-03-09T00:45:52.683Z] Docker Root Dir: D:\CI\PR-41757\6\daemon [2021-03-09T00:45:52.683Z] Debug Mode (client): false [2021-03-09T00:45:52.683Z] Debug Mode (server): true [2021-03-09T00:45:52.683Z] File Descriptors: -1 [2021-03-09T00:45:52.683Z] Goroutines: 16 [2021-03-09T00:45:52.683Z] System Time: 2021-03-09T00:45:51.8366913Z [2021-03-09T00:45:52.683Z] EventsListeners: 0 [2021-03-09T00:45:52.683Z] Registry: https://index.docker.io/v1/ [2021-03-09T00:45:52.683Z] Labels: [2021-03-09T00:45:52.683Z] Experimental: false [2021-03-09T00:45:52.683Z] Insecure Registries: [2021-03-09T00:45:52.683Z] 127.0.0.0/8 [2021-03-09T00:45:52.683Z] Live Restore Enabled: false [2021-03-09T00:45:52.683Z] [2021-03-09T00:45:52.683Z] [2021-03-09T00:45:52.683Z] INFO: Docker images of the daemon under test [2021-03-09T00:45:52.683Z] [2021-03-09T00:45:52.683Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-03-09T00:45:52.683Z] [2021-03-09T00:45:52.683Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-03-09T00:45:52.683Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-03-09T00:45:52.683Z] ltsc2019: Pulling from windows/servercore [2021-03-09T00:45:52.683Z] 4612f6d0b889: Pulling fs layer [2021-03-09T00:45:52.683Z] db4edcf0861f: Pulling fs layer [2021-03-09T00:45:56.305Z] ok github.com/docker/docker/pkg/plugins 33.642s coverage: 76.6% of statements [2021-03-09T00:45:56.610Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-09T00:45:56.610Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-09T00:45:56.610Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-09T00:45:56.610Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-09T00:45:56.610Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-09T00:45:56.610Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-09T00:45:56.610Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-09T00:45:56.610Z] ? github.com/docker/docker/rootless [no test files] [2021-03-09T00:45:56.610Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-09T00:45:56.610Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-09T00:45:56.610Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-09T00:45:56.610Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-09T00:45:56.610Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-09T00:45:56.610Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-09T00:45:56.611Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-09T00:45:56.611Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-09T00:45:56.611Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-09T00:45:56.611Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-09T00:45:56.611Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-09T00:45:56.611Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-09T00:45:56.611Z] ? github.com/docker/docker/volume [no test files] [2021-03-09T00:45:56.611Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-09T00:45:56.611Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === Skipped [2021-03-09T00:45:56.611Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-09T00:45:56.611Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-09T00:45:56.611Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-09T00:45:56.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:45:56.611Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-09T00:45:56.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:45:56.611Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-09T00:45:56.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:45:56.611Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-09T00:45:56.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:45:56.611Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-09T00:45:56.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:45:56.611Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-09T00:45:56.611Z] graphtest_unix.go:73: No driver to put! [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-09T00:45:56.611Z] time="2021-03-09T00:44:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:45:56.611Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:45:56.611Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-09T00:45:56.611Z] time="2021-03-09T00:44:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:45:56.611Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:45:56.611Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-09T00:45:56.611Z] time="2021-03-09T00:44:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:45:56.611Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:45:56.611Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-09T00:45:56.611Z] time="2021-03-09T00:44:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:45:56.611Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:45:56.611Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-09T00:45:56.611Z] time="2021-03-09T00:44:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:45:56.611Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:45:56.611Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-09T00:45:56.611Z] graphtest_unix.go:73: No driver to put! [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-09T00:45:56.611Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-09T00:45:56.611Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-09T00:45:56.611Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-09T00:45:56.611Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-09T00:45:56.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:45:56.611Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-09T00:45:56.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:45:56.611Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-09T00:45:56.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:45:56.611Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-09T00:45:56.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:45:56.611Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-09T00:45:56.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:45:56.611Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-09T00:45:56.611Z] graphtest_unix.go:73: No driver to put! [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-09T00:45:56.611Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-09T00:45:56.611Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] [2021-03-09T00:45:56.611Z] DONE 2243 tests, 26 skipped in 273.469s [2021-03-09T00:45:56.946Z] Loaded image: debian:bullseye [2021-03-09T00:45:56.946Z] Loaded image: hello-world:latest [2021-03-09T00:45:57.202Z] Loaded image: arm32v7/hello-world:latest [2021-03-09T00:45:57.202Z] INFO: Testing against a local daemon [2021-03-09T00:45:57.202Z] === RUN TestDockerDaemonSuite [2021-03-09T00:45:57.202Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool Post stage [Pipeline] junit [2021-03-09T00:45:57.309Z] Recording test results [2021-03-09T00:45:57.675Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-09T00:45:58.123Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41757/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -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:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/make.sh dynbinary test-integration [2021-03-09T00:45:58.131Z] Loaded image: debian:bullseye [2021-03-09T00:45:58.388Z] Loaded image: hello-world:latest [2021-03-09T00:45:58.422Z] [2021-03-09T00:45:58.422Z] Removing bundles/ [2021-03-09T00:45:58.422Z] [2021-03-09T00:45:58.422Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-09T00:45:58.422Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-09T00:45:58.422Z] GOOS="" GOARCH="" GOARM="" [2021-03-09T00:45:58.644Z] Loaded image: arm32v7/hello-world:latest [2021-03-09T00:45:58.901Z] INFO: Testing against a local daemon [2021-03-09T00:45:58.901Z] === RUN TestDockerSuite [2021-03-09T00:45:58.901Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-03-09T00:45:58.901Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-03-09T00:45:59.462Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-03-09T00:45:59.462Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-03-09T00:45:59.462Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-03-09T00:45:59.462Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-03-09T00:45:59.462Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-03-09T00:45:59.462Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-03-09T00:46:00.829Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-03-09T00:46:00.829Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-03-09T00:46:01.395Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-03-09T00:46:01.395Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-03-09T00:46:01.957Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-03-09T00:46:02.213Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-03-09T00:46:02.213Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-03-09T00:46:02.655Z] Loaded image: buildpack-deps:buster [2021-03-09T00:46:02.672Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-03-09T00:46:02.915Z] Loaded image: busybox:latest [2021-03-09T00:46:03.168Z] db4edcf0861f: Verifying Checksum [2021-03-09T00:46:03.168Z] db4edcf0861f: Download complete [2021-03-09T00:46:03.176Z] Loaded image: busybox:glibc [2021-03-09T00:46:03.580Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-03-09T00:46:04.144Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-03-09T00:46:04.144Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-03-09T00:46:04.144Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-03-09T00:46:04.399Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-03-09T00:46:05.092Z] Loaded image: debian:bullseye [2021-03-09T00:46:05.328Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-03-09T00:46:05.353Z] Loaded image: hello-world:latest [2021-03-09T00:46:05.613Z] Loaded image: arm32v7/hello-world:latest [2021-03-09T00:46:06.257Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-03-09T00:46:06.257Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-03-09T00:46:06.513Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-03-09T00:46:06.513Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-03-09T00:46:06.513Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-03-09T00:46:07.970Z] 4612f6d0b889: Verifying Checksum [2021-03-09T00:46:07.970Z] 4612f6d0b889: Download complete [2021-03-09T00:46:10.129Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-03-09T00:46:13.047Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-03-09T00:46:14.087Z] --- PASS: TestServiceWithDataPathPortInit (21.71s) [2021-03-09T00:46:14.087Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-09T00:46:14.934Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-03-09T00:46:15.612Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.14s) [2021-03-09T00:46:15.612Z] PASS [2021-03-09T00:46:15.612Z] [2021-03-09T00:46:15.612Z] === Skipped [2021-03-09T00:46:15.612Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-03-09T00:46:15.612Z] build_session_test.go:25: TODO: BuildKit [2021-03-09T00:46:15.612Z] [2021-03-09T00:46:15.612Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-03-09T00:46:15.612Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-09T00:46:15.612Z] [2021-03-09T00:46:15.612Z] [2021-03-09T00:46:15.612Z] DONE 34 tests, 2 skipped in 133.280s [2021-03-09T00:46:15.612Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-03-09T00:46:15.612Z] ++ 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-09T00:46:15.612Z] ++ set -e [2021-03-09T00:46:15.612Z] ++ '[' -n 0 ']' [2021-03-09T00:46:15.612Z] ++ set -x [2021-03-09T00:46:15.612Z] ++ env -i DEST=/go/src/github.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-09T00:46:15.612Z] INFO: Testing against a local daemon [2021-03-09T00:46:15.612Z] === RUN TestConfigInspect [2021-03-09T00:46:16.314Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-03-09T00:46:18.206Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-03-09T00:46:18.910Z] --- PASS: TestConfigInspect (3.70s) [2021-03-09T00:46:18.910Z] === RUN TestConfigList [2021-03-09T00:46:20.095Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-03-09T00:46:21.023Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-03-09T00:46:21.585Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-03-09T00:46:22.208Z] --- PASS: TestConfigList (3.26s) [2021-03-09T00:46:22.208Z] === RUN TestConfigsCreateAndDelete [2021-03-09T00:46:22.513Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-03-09T00:46:22.571Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.76s) [2021-03-09T00:46:22.571Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:aajcetcmb4h8qxttjclp5023m Created:2021-03-09 00:46:13.768684888 +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[228cded0013d7dab1cfe5a0701a3784e0cdc79c837eae41c30dbfc01bad28271:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sqbsksg5gwjdsyr00tvpaap5e EndpointID:b734633a1020abe21a9a3d63d80554708cc448abb378adf257d47867b6492eb4 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7627c2748a3c079e0893a2369012d325f734e2a6d192c4b2aaa87d8a80f36236 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:9e18f3afc757 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sqbsksg5gwjdsyr00tvpaap5e EndpointID:b734633a1020abe21a9a3d63d80554708cc448abb378adf257d47867b6492eb4 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-09T00:46:22.571Z] PASS [2021-03-09T00:46:22.571Z] [2021-03-09T00:46:22.571Z] === Skipped [2021-03-09T00:46:22.571Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-09T00:46:22.571Z] service_test.go:242: FLAKY_TEST [2021-03-09T00:46:22.571Z] [2021-03-09T00:46:22.571Z] [2021-03-09T00:46:22.571Z] DONE 26 tests, 1 skipped in 58.206s [2021-03-09T00:46:22.571Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-09T00:46:22.571Z] ++ 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-09T00:46:22.571Z] ++ set -e [2021-03-09T00:46:22.571Z] ++ '[' -n 0 ']' [2021-03-09T00:46:22.571Z] ++ set -x [2021-03-09T00:46:22.571Z] ++ env -i DEST=/go/src/github.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-09T00:46:22.571Z] INFO: Testing against a local daemon [2021-03-09T00:46:22.571Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-09T00:46:22.571Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-09T00:46:22.571Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:46:22.571Z] === RUN TestDockerNetworkIpvlan [2021-03-09T00:46:22.571Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-09T00:46:22.571Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:46:22.571Z] PASS [2021-03-09T00:46:22.571Z] [2021-03-09T00:46:22.571Z] === Skipped [2021-03-09T00:46:22.571Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-09T00:46:22.571Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:46:22.571Z] [2021-03-09T00:46:22.571Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-09T00:46:22.571Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:46:22.571Z] [2021-03-09T00:46:22.571Z] [2021-03-09T00:46:22.571Z] DONE 2 tests, 2 skipped in 0.172s [2021-03-09T00:46:22.770Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-03-09T00:46:22.863Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-09T00:46:22.863Z] ++ 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-09T00:46:22.863Z] ++ set -e [2021-03-09T00:46:22.863Z] ++ '[' -n 0 ']' [2021-03-09T00:46:22.863Z] ++ set -x [2021-03-09T00:46:22.863Z] ++ env -i DEST=/go/src/github.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-09T00:46:22.863Z] INFO: Testing against a local daemon [2021-03-09T00:46:22.863Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-09T00:46:23.334Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-03-09T00:46:24.372Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.49s) [2021-03-09T00:46:24.372Z] === RUN TestDockerNetworkMacvlan [2021-03-09T00:46:25.227Z] --- PASS: TestBuildWithHugeFile (106.06s) [2021-03-09T00:46:25.227Z] === RUN TestBuildWCOWSandboxSize [2021-03-09T00:46:25.227Z] --- SKIP: TestBuildWCOWSandboxSize (0.02s) [2021-03-09T00:46:25.227Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-09T00:46:25.227Z] === RUN TestBuildWithEmptyDockerfile [2021-03-09T00:46:25.227Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:46:25.227Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:46:25.227Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:46:25.227Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:46:25.227Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:46:25.227Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:46:25.227Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:46:25.227Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:46:25.227Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-03-09T00:46:25.451Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-09T00:46:25.484Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-03-09T00:46:25.484Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:46:25.505Z] --- PASS: TestConfigsCreateAndDelete (3.31s) [2021-03-09T00:46:25.505Z] === RUN TestConfigsUpdate [2021-03-09T00:46:25.741Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2021-03-09T00:46:25.741Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s) [2021-03-09T00:46:25.741Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2021-03-09T00:46:25.741Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2021-03-09T00:46:25.741Z] === RUN TestBuildPreserveOwnership [2021-03-09T00:46:25.741Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-09T00:46:26.500Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-09T00:46:27.112Z] === RUN TestDockerSuite/TestAttachDetach [2021-03-09T00:46:27.377Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-03-09T00:46:27.534Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-09T00:46:28.307Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-03-09T00:46:28.803Z] --- PASS: TestConfigsUpdate (3.25s) [2021-03-09T00:46:28.803Z] === RUN TestTemplatedConfig [2021-03-09T00:46:29.238Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-03-09T00:46:29.238Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-09T00:46:29.238Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-03-09T00:46:30.606Z] --- PASS: TestBuildPreserveOwnership (4.65s) [2021-03-09T00:46:30.606Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.36s) [2021-03-09T00:46:30.606Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.28s) [2021-03-09T00:46:30.606Z] === RUN TestBuildPlatformInvalid [2021-03-09T00:46:30.606Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-03-09T00:46:30.606Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-09T00:46:30.861Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-03-09T00:46:31.058Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-09T00:46:31.791Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-03-09T00:46:32.043Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-03-09T00:46:32.102Z] --- PASS: TestTemplatedConfig (3.48s) [2021-03-09T00:46:32.102Z] === RUN TestConfigCreateResolve [2021-03-09T00:46:32.353Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-03-09T00:46:33.720Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-03-09T00:46:33.720Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-03-09T00:46:35.400Z] --- PASS: TestConfigCreateResolve (3.20s) [2021-03-09T00:46:35.400Z] === RUN TestConfigDaemonLibtrustID [2021-03-09T00:46:35.512Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-09T00:46:35.612Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-03-09T00:46:35.661Z] --- PASS: TestConfigDaemonLibtrustID (0.72s) [2021-03-09T00:46:35.661Z] PASS [2021-03-09T00:46:35.661Z] [2021-03-09T00:46:35.661Z] DONE 7 tests in 21.133s [2021-03-09T00:46:35.661Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-03-09T00:46:35.661Z] ++ 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-09T00:46:35.661Z] ++ set -e [2021-03-09T00:46:35.661Z] ++ '[' -n 0 ']' [2021-03-09T00:46:35.661Z] ++ set -x [2021-03-09T00:46:35.661Z] ++ env -i DEST=/go/src/github.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-09T00:46:35.921Z] INFO: Testing against a local daemon [2021-03-09T00:46:35.921Z] === RUN TestCheckpoint [2021-03-09T00:46:35.921Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-09T00:46:35.921Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-09T00:46:35.921Z] === RUN TestContainerInvalidJSON [2021-03-09T00:46:35.921Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:46:35.921Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:46:35.921Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:46:35.921Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:46:35.921Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:46:35.921Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:46:35.921Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:46:35.921Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:46:35.921Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:46:35.921Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-03-09T00:46:35.921Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-09T00:46:35.921Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-09T00:46:35.921Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-09T00:46:35.921Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-09T00:46:36.181Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2021-03-09T00:46:36.181Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-09T00:46:36.181Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2021-03-09T00:46:36.181Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-09T00:46:36.441Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s) [2021-03-09T00:46:36.441Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-09T00:46:36.441Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2021-03-09T00:46:36.441Z] === RUN TestCopyFromContainer [2021-03-09T00:46:36.982Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-03-09T00:46:36.982Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-03-09T00:46:38.413Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-03-09T00:46:38.413Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-03-09T00:46:38.987Z] === RUN TestCopyFromContainer// [2021-03-09T00:46:38.987Z] === RUN TestCopyFromContainer//bar/root [2021-03-09T00:46:38.987Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-09T00:46:38.987Z] === RUN TestCopyFromContainer/bar/quux [2021-03-09T00:46:38.987Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-09T00:46:39.247Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-09T00:46:39.247Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-09T00:46:39.405Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-03-09T00:46:39.508Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-09T00:46:39.508Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-09T00:46:39.508Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-09T00:46:39.768Z] --- PASS: TestCopyFromContainer (3.31s) [2021-03-09T00:46:39.768Z] --- PASS: TestCopyFromContainer// (0.11s) [2021-03-09T00:46:39.768Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2021-03-09T00:46:39.768Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-03-09T00:46:39.768Z] --- PASS: TestCopyFromContainer/bar/quux (0.16s) [2021-03-09T00:46:39.768Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2021-03-09T00:46:39.768Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2021-03-09T00:46:39.768Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2021-03-09T00:46:39.768Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2021-03-09T00:46:39.768Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2021-03-09T00:46:39.768Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2021-03-09T00:46:39.768Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-09T00:46:39.768Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:46:39.768Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:46:39.768Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:46:39.768Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:46:39.768Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:46:39.768Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:46:39.768Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:46:39.768Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:46:39.768Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:46:39.768Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-03-09T00:46:39.768Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-09T00:46:39.768Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-09T00:46:39.768Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-09T00:46:39.768Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-09T00:46:39.768Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2021-03-09T00:46:39.768Z] === RUN TestCreateWithInvalidEnv [2021-03-09T00:46:39.782Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-03-09T00:46:39.782Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-03-09T00:46:40.029Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-09T00:46:40.029Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-09T00:46:40.029Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-09T00:46:40.029Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-09T00:46:40.029Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-09T00:46:40.029Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-09T00:46:40.029Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-09T00:46:40.029Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-09T00:46:40.029Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-09T00:46:40.029Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-09T00:46:40.029Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-09T00:46:40.029Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-09T00:46:40.029Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-09T00:46:40.029Z] === RUN TestCreateTmpfsMountsTarget [2021-03-09T00:46:40.029Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2021-03-09T00:46:40.029Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-09T00:46:40.710Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-03-09T00:46:41.164Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-03-09T00:46:42.572Z] --- PASS: TestCreateWithCustomMaskedPaths (2.31s) [2021-03-09T00:46:42.572Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-09T00:46:43.227Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-03-09T00:46:44.002Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-09T00:46:44.635Z] --- PASS: TestDockerNetworkMacvlan (20.11s) [2021-03-09T00:46:44.635Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2021-03-09T00:46:44.635Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-03-09T00:46:44.635Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.51s) [2021-03-09T00:46:44.635Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.58s) [2021-03-09T00:46:44.635Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.67s) [2021-03-09T00:46:44.635Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.49s) [2021-03-09T00:46:44.635Z] PASS [2021-03-09T00:46:44.635Z] [2021-03-09T00:46:44.635Z] DONE 8 tests in 21.749s [2021-03-09T00:46:44.635Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-09T00:46:44.635Z] ++ 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-09T00:46:44.635Z] ++ set -e [2021-03-09T00:46:44.635Z] ++ '[' -n 0 ']' [2021-03-09T00:46:44.635Z] ++ set -x [2021-03-09T00:46:44.635Z] ++ env -i DEST=/go/src/github.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-09T00:46:44.635Z] testing: warning: no tests to run [2021-03-09T00:46:44.635Z] PASS [2021-03-09T00:46:44.635Z] [2021-03-09T00:46:44.635Z] DONE 0 tests in 0.090s [2021-03-09T00:46:44.635Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-09T00:46:44.635Z] ++ 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-09T00:46:44.635Z] ++ set -e [2021-03-09T00:46:44.635Z] ++ '[' -n 0 ']' [2021-03-09T00:46:44.635Z] ++ set -x [2021-03-09T00:46:44.635Z] ++ env -i DEST=/go/src/github.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-09T00:46:44.927Z] INFO: Testing against a local daemon [2021-03-09T00:46:44.927Z] === RUN TestAuthZPluginAllowRequest [2021-03-09T00:46:45.159Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.42s) [2021-03-09T00:46:45.159Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-09T00:46:45.159Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:46:45.159Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:46:45.159Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:46:45.159Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:46:45.159Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:46:45.159Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:46:45.159Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:46:45.159Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:46:45.159Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:46:45.159Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:46:45.159Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:46:45.159Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:46:45.159Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:46:45.159Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:46:45.159Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:46:45.159Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-03-09T00:46:45.159Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2021-03-09T00:46:45.159Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-03-09T00:46:45.159Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-03-09T00:46:45.159Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2021-03-09T00:46:45.159Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-03-09T00:46:45.159Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-09T00:46:45.678Z] tests/integration/api_service_test.py .................................. [ 60%] [2021-03-09T00:46:45.743Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.80s) [2021-03-09T00:46:45.743Z] === RUN TestCreateDifferentPlatform [2021-03-09T00:46:45.743Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-09T00:46:45.743Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-09T00:46:45.743Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-03-09T00:46:45.743Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-09T00:46:45.743Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-09T00:46:45.743Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-09T00:46:45.743Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-03-09T00:46:45.743Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-09T00:46:45.743Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s) [2021-03-09T00:46:45.743Z] === RUN TestContainerStartOnDaemonRestart [2021-03-09T00:46:45.743Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-09T00:46:45.743Z] === RUN TestDaemonRestartIpcMode [2021-03-09T00:46:45.743Z] === PAUSE TestDaemonRestartIpcMode [2021-03-09T00:46:45.743Z] === RUN TestDaemonHostGatewayIP [2021-03-09T00:46:45.743Z] === PAUSE TestDaemonHostGatewayIP [2021-03-09T00:46:45.743Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-09T00:46:45.743Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-09T00:46:45.743Z] === RUN TestContainerKillOnDaemonStart [2021-03-09T00:46:45.743Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-09T00:46:45.743Z] === RUN TestDiff [2021-03-09T00:46:46.692Z] --- PASS: TestDiff (0.83s) [2021-03-09T00:46:46.692Z] === RUN TestExecWithCloseStdin [2021-03-09T00:46:46.996Z] --- PASS: TestAuthZPluginAllowRequest (1.76s) [2021-03-09T00:46:46.996Z] === RUN TestAuthZPluginTLS [2021-03-09T00:46:46.996Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-03-09T00:46:46.996Z] === RUN TestAuthZPluginDenyRequest [2021-03-09T00:46:47.402Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-03-09T00:46:47.632Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2021-03-09T00:46:47.632Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-09T00:46:47.638Z] --- PASS: TestExecWithCloseStdin (0.93s) [2021-03-09T00:46:47.638Z] === RUN TestExec [2021-03-09T00:46:48.266Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2021-03-09T00:46:48.266Z] === RUN TestAuthZPluginDenyResponse [2021-03-09T00:46:48.558Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2021-03-09T00:46:48.558Z] === RUN TestAuthZPluginAllowEventStream [2021-03-09T00:46:48.586Z] --- PASS: TestExec (0.85s) [2021-03-09T00:46:48.586Z] === RUN TestExecUser [2021-03-09T00:46:49.528Z] --- PASS: TestExecUser (0.95s) [2021-03-09T00:46:49.528Z] === RUN TestExportContainerAndImportImage [2021-03-09T00:46:49.921Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-03-09T00:46:50.470Z] --- PASS: TestExportContainerAndImportImage (1.10s) [2021-03-09T00:46:50.470Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-09T00:46:50.630Z] --- PASS: TestAuthZPluginAllowEventStream (1.77s) [2021-03-09T00:46:50.630Z] === RUN TestAuthZPluginErrorResponse [2021-03-09T00:46:50.923Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2021-03-09T00:46:50.923Z] === RUN TestAuthZPluginErrorRequest [2021-03-09T00:46:51.287Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-03-09T00:46:51.556Z] --- PASS: TestAuthZPluginErrorRequest (0.52s) [2021-03-09T00:46:51.556Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-09T00:46:52.189Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-03-09T00:46:52.189Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-09T00:46:52.382Z] --- PASS: TestExportContainerAfterDaemonRestart (2.08s) [2021-03-09T00:46:52.382Z] === RUN TestHealthCheckWorkdir [2021-03-09T00:46:52.821Z] --- PASS: TestImportExtremelyLargeImageWorks (102.69s) [2021-03-09T00:46:52.821Z] PASS [2021-03-09T00:46:52.821Z] [2021-03-09T00:46:52.821Z] === Skipped [2021-03-09T00:46:52.821Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-09T00:46:52.821Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-03-09T00:46:52.821Z] [2021-03-09T00:46:52.821Z] [2021-03-09T00:46:52.821Z] DONE 12 tests, 1 skipped in 107.044s [2021-03-09T00:46:52.821Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-03-09T00:46:52.821Z] INFO: Testing against a local daemon [2021-03-09T00:46:52.821Z] === RUN TestNetworkCreateDelete [2021-03-09T00:46:52.821Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-03-09T00:46:52.821Z] === RUN TestDockerNetworkDeletePreferID [2021-03-09T00:46:52.821Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2021-03-09T00:46:52.821Z] === RUN TestDaemonDNSFallback [2021-03-09T00:46:52.821Z] --- PASS: TestDaemonDNSFallback (7.46s) [2021-03-09T00:46:52.821Z] === RUN TestInspectNetwork [2021-03-09T00:46:52.821Z] --- SKIP: TestInspectNetwork (0.00s) [2021-03-09T00:46:52.821Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:46:52.821Z] === RUN TestRunContainerWithBridgeNone [2021-03-09T00:46:52.821Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-03-09T00:46:52.821Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.821Z] === RUN TestNetworkInvalidJSON [2021-03-09T00:46:52.821Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-09T00:46:52.821Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-09T00:46:52.821Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:46:52.821Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:46:52.821Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:46:52.821Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:46:52.821Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-09T00:46:52.821Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:46:52.821Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:46:52.821Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-03-09T00:46:52.821Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-09T00:46:52.821Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-09T00:46:52.821Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-09T00:46:52.821Z] === RUN TestNetworkList [2021-03-09T00:46:52.821Z] === RUN TestNetworkList//networks [2021-03-09T00:46:52.821Z] === PAUSE TestNetworkList//networks [2021-03-09T00:46:52.821Z] === RUN TestNetworkList//networks/ [2021-03-09T00:46:52.821Z] === PAUSE TestNetworkList//networks/ [2021-03-09T00:46:52.821Z] === CONT TestNetworkList//networks [2021-03-09T00:46:52.821Z] === CONT TestNetworkList//networks/ [2021-03-09T00:46:52.821Z] --- PASS: TestNetworkList (0.01s) [2021-03-09T00:46:52.822Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-09T00:46:52.822Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-09T00:46:52.822Z] === RUN TestHostIPv4BridgeLabel [2021-03-09T00:46:52.822Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-03-09T00:46:52.822Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-09T00:46:52.822Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-03-09T00:46:52.822Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] === RUN TestDaemonDefaultNetworkPools [2021-03-09T00:46:52.822Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-03-09T00:46:52.822Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-09T00:46:52.822Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-03-09T00:46:52.822Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-09T00:46:52.822Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-03-09T00:46:52.822Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-09T00:46:52.822Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-03-09T00:46:52.822Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] === RUN TestServiceWithPredefinedNetwork [2021-03-09T00:46:52.822Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-03-09T00:46:52.822Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:46:52.822Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-09T00:46:52.822Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-09T00:46:52.822Z] service_test.go:242: FLAKY_TEST [2021-03-09T00:46:52.822Z] === RUN TestServiceWithDataPathPortInit [2021-03-09T00:46:52.822Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-03-09T00:46:52.822Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:46:52.822Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-09T00:46:52.822Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-09T00:46:52.822Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:46:52.822Z] PASS [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === Skipped [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-03-09T00:46:52.822Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-03-09T00:46:52.822Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-03-09T00:46:52.822Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-03-09T00:46:52.822Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-03-09T00:46:52.822Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2021-03-09T00:46:52.822Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-03-09T00:46:52.822Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-03-09T00:46:52.822Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-03-09T00:46:52.822Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-09T00:46:52.822Z] service_test.go:242: FLAKY_TEST [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-03-09T00:46:52.822Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-09T00:46:52.822Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] DONE 22 tests, 12 skipped in 8.178s [2021-03-09T00:46:52.822Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-09T00:46:52.822Z] INFO: Testing against a local daemon [2021-03-09T00:46:52.822Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-09T00:46:52.822Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-09T00:46:52.822Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:46:52.822Z] === RUN TestDockerNetworkIpvlan [2021-03-09T00:46:52.822Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-09T00:46:52.822Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:46:52.822Z] PASS [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === Skipped [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-09T00:46:52.822Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-09T00:46:52.822Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] DONE 2 tests, 2 skipped in 0.167s [2021-03-09T00:46:52.822Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-09T00:46:52.822Z] INFO: Testing against a local daemon [2021-03-09T00:46:52.822Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-09T00:46:52.822Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-03-09T00:46:52.822Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] === RUN TestDockerNetworkMacvlan [2021-03-09T00:46:52.822Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-03-09T00:46:52.822Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] PASS [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === Skipped [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-03-09T00:46:52.822Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-03-09T00:46:52.822Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] DONE 2 tests, 2 skipped in 0.172s [2021-03-09T00:46:52.822Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-09T00:46:52.822Z] testing: warning: no tests to run [2021-03-09T00:46:52.822Z] PASS [2021-03-09T00:46:52.822Z] [2021-03-09T00:46:52.822Z] DONE 0 tests in 0.046s [2021-03-09T00:46:52.822Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-09T00:46:52.822Z] INFO: Testing against a local daemon [2021-03-09T00:46:52.822Z] === RUN TestAuthZPluginAllowRequest [2021-03-09T00:46:52.822Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-03-09T00:46:52.822Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:52.822Z] === RUN TestAuthZPluginTLS [2021-03-09T00:46:52.822Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-03-09T00:46:52.822Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:52.822Z] === RUN TestAuthZPluginDenyRequest [2021-03-09T00:46:52.822Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-03-09T00:46:52.822Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:52.822Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-09T00:46:52.822Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-03-09T00:46:52.822Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:52.822Z] === RUN TestAuthZPluginDenyResponse [2021-03-09T00:46:52.822Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-03-09T00:46:52.822Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:52.822Z] === RUN TestAuthZPluginAllowEventStream [2021-03-09T00:46:52.822Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-03-09T00:46:52.822Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:52.822Z] === RUN TestAuthZPluginErrorResponse [2021-03-09T00:46:52.822Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-03-09T00:46:52.822Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:52.822Z] === RUN TestAuthZPluginErrorRequest [2021-03-09T00:46:52.822Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-03-09T00:46:52.822Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:52.822Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-09T00:46:52.822Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-03-09T00:46:52.822Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:52.822Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-09T00:46:52.822Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-03-09T00:46:52.822Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:52.822Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-09T00:46:52.822Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-03-09T00:46:52.822Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:52.822Z] === RUN TestAuthZPluginHeader [2021-03-09T00:46:52.822Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-03-09T00:46:52.822Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:52.822Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-09T00:46:53.081Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.32s) [2021-03-09T00:46:53.081Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.081Z] === RUN TestAuthZPluginV2Disable [2021-03-09T00:46:53.340Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-09T00:46:53.340Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-09T00:46:53.340Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-09T00:46:53.340Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.03s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] PASS [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === Skipped [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.32s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.03s) [2021-03-09T00:46:53.340Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] [2021-03-09T00:46:53.340Z] DONE 17 tests, 17 skipped in 0.570s [2021-03-09T00:46:53.340Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-09T00:46:53.599Z] INFO: Testing against a local daemon [2021-03-09T00:46:53.599Z] === RUN TestPluginInvalidJSON [2021-03-09T00:46:53.599Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:46:53.599Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:46:53.599Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:46:53.599Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-03-09T00:46:53.599Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-09T00:46:53.599Z] === RUN TestPluginInstall [2021-03-09T00:46:53.599Z] --- SKIP: TestPluginInstall (0.00s) [2021-03-09T00:46:53.599Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.599Z] === RUN TestPluginsWithRuntimes [2021-03-09T00:46:53.599Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-03-09T00:46:53.599Z] 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-09T00:46:53.599Z] PASS [2021-03-09T00:46:53.599Z] [2021-03-09T00:46:53.599Z] === Skipped [2021-03-09T00:46:53.599Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-03-09T00:46:53.599Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-09T00:46:53.599Z] [2021-03-09T00:46:53.599Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-03-09T00:46:53.599Z] 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-09T00:46:53.599Z] [2021-03-09T00:46:53.599Z] [2021-03-09T00:46:53.599Z] DONE 4 tests, 2 skipped in 0.239s [2021-03-09T00:46:53.599Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-09T00:46:53.599Z] INFO: Testing against a local daemon [2021-03-09T00:46:53.599Z] === RUN TestExternalGraphDriver [2021-03-09T00:46:53.766Z] --- PASS: TestHealthCheckWorkdir (1.10s) [2021-03-09T00:46:53.766Z] === RUN TestHealthKillContainer [2021-03-09T00:46:53.805Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-03-09T00:46:53.805Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-03-09T00:46:53.859Z] --- SKIP: TestExternalGraphDriver (0.08s) [2021-03-09T00:46:53.859Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-03-09T00:46:53.859Z] === RUN TestGraphdriverPluginV2 [2021-03-09T00:46:54.257Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.23s) [2021-03-09T00:46:54.257Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-09T00:46:54.368Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-03-09T00:46:56.259Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-03-09T00:46:56.515Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-03-09T00:46:57.007Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.34s) [2021-03-09T00:46:57.007Z] === RUN TestAuthZPluginHeader [2021-03-09T00:46:57.061Z] --- PASS: TestHealthKillContainer (2.84s) [2021-03-09T00:46:57.061Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-09T00:46:57.061Z] --- PASS: TestInspectCpusetInConfigPre120 (0.75s) [2021-03-09T00:46:57.061Z] === RUN TestIpcModeNone [2021-03-09T00:46:57.642Z] --- PASS: TestAuthZPluginHeader (0.86s) [2021-03-09T00:46:57.642Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-09T00:46:57.642Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2021-03-09T00:46:57.642Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:46:57.642Z] === RUN TestAuthZPluginV2Disable [2021-03-09T00:46:57.642Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-03-09T00:46:57.642Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:46:57.642Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-09T00:46:57.642Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-09T00:46:57.642Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:46:57.642Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-09T00:46:57.642Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-09T00:46:57.642Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:46:57.642Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-09T00:46:58.002Z] --- PASS: TestIpcModeNone (0.87s) [2021-03-09T00:46:58.002Z] === RUN TestIpcModePrivate [2021-03-09T00:46:58.468Z] ......................... [ 67%] [2021-03-09T00:46:58.944Z] --- PASS: TestIpcModePrivate (0.85s) [2021-03-09T00:46:58.944Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2021-03-09T00:46:58.944Z] === RUN TestIpcModeShareable [2021-03-09T00:46:59.032Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-03-09T00:46:59.887Z] --- PASS: TestIpcModeShareable (0.90s) [2021-03-09T00:46:59.887Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2021-03-09T00:46:59.887Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-09T00:47:00.425Z] --- PASS: TestGraphdriverPluginV2 (5.63s) [2021-03-09T00:47:00.425Z] PASS [2021-03-09T00:47:00.425Z] [2021-03-09T00:47:00.425Z] === Skipped [2021-03-09T00:47:00.425Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s) [2021-03-09T00:47:00.425Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-03-09T00:47:00.425Z] [2021-03-09T00:47:00.425Z] [2021-03-09T00:47:00.425Z] DONE 2 tests, 1 skipped in 5.891s [2021-03-09T00:47:00.425Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-09T00:47:00.425Z] INFO: Testing against a local daemon [2021-03-09T00:47:00.425Z] === RUN TestContinueAfterPluginCrash [2021-03-09T00:47:00.425Z] === PAUSE TestContinueAfterPluginCrash [2021-03-09T00:47:00.425Z] === RUN TestReadPluginNoRead [2021-03-09T00:47:00.425Z] === PAUSE TestReadPluginNoRead [2021-03-09T00:47:00.425Z] === RUN TestDaemonStartWithLogOpt [2021-03-09T00:47:00.425Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-09T00:47:00.425Z] === CONT TestContinueAfterPluginCrash [2021-03-09T00:47:00.425Z] === CONT TestDaemonStartWithLogOpt [2021-03-09T00:47:00.925Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-03-09T00:47:01.181Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-03-09T00:47:01.752Z] Loaded image: buildpack-deps:buster [2021-03-09T00:47:02.008Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-03-09T00:47:02.008Z] Loaded image: busybox:latest [2021-03-09T00:47:02.429Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.70s) [2021-03-09T00:47:02.429Z] === RUN TestAPIIpcModeHost [2021-03-09T00:47:02.571Z] Loaded image: busybox:glibc [2021-03-09T00:47:03.370Z] --- PASS: TestAPIIpcModeHost (0.69s) [2021-03-09T00:47:03.370Z] === RUN TestDaemonIpcModeShareable [2021-03-09T00:47:03.499Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-03-09T00:47:03.755Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-03-09T00:47:04.011Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-03-09T00:47:04.573Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-03-09T00:47:05.135Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-03-09T00:47:05.282Z] --- PASS: TestDaemonIpcModeShareable (1.88s) [2021-03-09T00:47:05.282Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2021-03-09T00:47:05.282Z] === RUN TestDaemonIpcModePrivate [2021-03-09T00:47:05.392Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-03-09T00:47:06.992Z] --- PASS: TestDaemonStartWithLogOpt (6.91s) [2021-03-09T00:47:06.992Z] === CONT TestReadPluginNoRead [2021-03-09T00:47:07.193Z] --- PASS: TestDaemonIpcModePrivate (1.89s) [2021-03-09T00:47:07.193Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2021-03-09T00:47:07.193Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-09T00:47:07.283Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-03-09T00:47:07.283Z] Loaded image: debian:bullseye [2021-03-09T00:47:07.539Z] Loaded image: hello-world:latest [2021-03-09T00:47:07.539Z] Loaded image: arm32v7/hello-world:latest [2021-03-09T00:47:08.907Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-03-09T00:47:09.106Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.86s) [2021-03-09T00:47:09.106Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2021-03-09T00:47:09.106Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-09T00:47:09.835Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-03-09T00:47:10.281Z] === RUN TestReadPluginNoRead/default [2021-03-09T00:47:10.281Z] --- PASS: TestContinueAfterPluginCrash (10.73s) [2021-03-09T00:47:10.397Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-03-09T00:47:11.018Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.92s) [2021-03-09T00:47:11.018Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2021-03-09T00:47:11.018Z] === RUN TestIpcModeOlderClient [2021-03-09T00:47:11.018Z] === PAUSE TestIpcModeOlderClient [2021-03-09T00:47:11.018Z] === RUN TestKillContainerInvalidSignal [2021-03-09T00:47:11.588Z] --- PASS: TestKillContainerInvalidSignal (0.77s) [2021-03-09T00:47:11.588Z] === RUN TestKillContainer [2021-03-09T00:47:11.588Z] === RUN TestKillContainer/no_signal [2021-03-09T00:47:12.529Z] === RUN TestKillContainer/non_killing_signal [2021-03-09T00:47:12.789Z] === RUN TestKillContainer/killing_signal [2021-03-09T00:47:12.814Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-09T00:47:12.914Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-03-09T00:47:13.174Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-03-09T00:47:13.737Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-03-09T00:47:14.173Z] --- PASS: TestKillContainer (2.39s) [2021-03-09T00:47:14.173Z] --- PASS: TestKillContainer/no_signal (0.75s) [2021-03-09T00:47:14.173Z] --- PASS: TestKillContainer/non_killing_signal (0.62s) [2021-03-09T00:47:14.173Z] --- PASS: TestKillContainer/killing_signal (0.73s) [2021-03-09T00:47:14.173Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-09T00:47:14.173Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-09T00:47:14.300Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-03-09T00:47:14.717Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-09T00:47:14.743Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-09T00:47:14.862Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-03-09T00:47:15.119Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (44.70s) [2021-03-09T00:47:15.119Z] PASS [2021-03-09T00:47:15.119Z] [2021-03-09T00:47:15.119Z] === Skipped [2021-03-09T00:47:15.119Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-03-09T00:47:15.119Z] build_session_test.go:25: TODO: BuildKit [2021-03-09T00:47:15.119Z] [2021-03-09T00:47:15.119Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.02s) [2021-03-09T00:47:15.119Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-09T00:47:15.119Z] [2021-03-09T00:47:15.119Z] [2021-03-09T00:47:15.119Z] DONE 34 tests, 2 skipped in 247.476s [2021-03-09T00:47:15.119Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-03-09T00:47:15.119Z] ++ 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-09T00:47:15.119Z] ++ set -e [2021-03-09T00:47:15.119Z] ++ '[' -n 0 ']' [2021-03-09T00:47:15.119Z] ++ set -x [2021-03-09T00:47:15.119Z] ++ env -i DEST=/go/src/github.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-09T00:47:15.376Z] INFO: Testing against a local daemon [2021-03-09T00:47:15.376Z] === RUN TestConfigInspect [2021-03-09T00:47:15.684Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.56s) [2021-03-09T00:47:15.684Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.77s) [2021-03-09T00:47:15.684Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2021-03-09T00:47:15.684Z] === RUN TestKillStoppedContainer [2021-03-09T00:47:15.684Z] --- PASS: TestKillStoppedContainer (0.10s) [2021-03-09T00:47:15.684Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-09T00:47:15.684Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2021-03-09T00:47:15.684Z] === RUN TestKillDifferentUserContainer [2021-03-09T00:47:16.226Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.70s) [2021-03-09T00:47:16.226Z] PASS [2021-03-09T00:47:16.226Z] [2021-03-09T00:47:16.226Z] === Skipped [2021-03-09T00:47:16.226Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2021-03-09T00:47:16.226Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:47:16.226Z] [2021-03-09T00:47:16.226Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-03-09T00:47:16.226Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:47:16.226Z] [2021-03-09T00:47:16.226Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-09T00:47:16.226Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:47:16.226Z] [2021-03-09T00:47:16.226Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-09T00:47:16.226Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:47:16.226Z] [2021-03-09T00:47:16.226Z] [2021-03-09T00:47:16.226Z] DONE 17 tests, 4 skipped in 29.618s [2021-03-09T00:47:16.226Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-09T00:47:16.226Z] ++ 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-09T00:47:16.226Z] ++ set -e [2021-03-09T00:47:16.226Z] ++ '[' -n 0 ']' [2021-03-09T00:47:16.226Z] ++ set -x [2021-03-09T00:47:16.226Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T00:47:16.226Z] INFO: Testing against a local daemon [2021-03-09T00:47:16.226Z] === RUN TestPluginInvalidJSON [2021-03-09T00:47:16.226Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:47:16.226Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:47:16.226Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:47:16.226Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-03-09T00:47:16.226Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-09T00:47:16.226Z] === RUN TestPluginInstall [2021-03-09T00:47:16.226Z] === RUN TestPluginInstall/no_auth [2021-03-09T00:47:16.226Z] time="2021-03-09T00:47:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:47:16.226Z] time="2021-03-09T00:47:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dc22cd235a64cfd97e3e6cb70f3730211271d38f028c2fd7e1db32be5a3d2d4d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:47:16.226Z] time="2021-03-09T00:47:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:47:16.226Z] time="2021-03-09T00:47:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dc22cd235a64cfd97e3e6cb70f3730211271d38f028c2fd7e1db32be5a3d2d4d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:47:16.226Z] === RUN TestPluginInstall/with_htpasswd [2021-03-09T00:47:16.623Z] --- PASS: TestKillDifferentUserContainer (0.82s) [2021-03-09T00:47:16.623Z] === RUN TestInspectOomKilledTrue [2021-03-09T00:47:16.623Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-09T00:47:16.623Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:47:16.623Z] === RUN TestInspectOomKilledFalse [2021-03-09T00:47:16.623Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-09T00:47:16.623Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:47:16.623Z] === RUN TestLinksEtcHostsContentMatch [2021-03-09T00:47:16.860Z] time="2021-03-09T00:47:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:47:16.860Z] time="2021-03-09T00:47:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ddf08042c146cae058ac0a34dc57e112279b94a4ce4af2f0cf6b464ebd30cbf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:47:16.860Z] time="2021-03-09T00:47:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:47:16.860Z] time="2021-03-09T00:47:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ddf08042c146cae058ac0a34dc57e112279b94a4ce4af2f0cf6b464ebd30cbf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:47:17.153Z] === RUN TestPluginInstall/with_insecure [2021-03-09T00:47:17.193Z] --- PASS: TestLinksEtcHostsContentMatch (0.62s) [2021-03-09T00:47:17.193Z] === RUN TestLinksContainerNames [2021-03-09T00:47:17.250Z] --- PASS: TestReadPluginNoRead (10.35s) [2021-03-09T00:47:17.250Z] --- PASS: TestReadPluginNoRead/default (2.26s) [2021-03-09T00:47:17.250Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.25s) [2021-03-09T00:47:17.250Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.26s) [2021-03-09T00:47:17.250Z] read_test.go:92: [d4810f0027357] daemon is not started [2021-03-09T00:47:17.250Z] PASS [2021-03-09T00:47:17.250Z] [2021-03-09T00:47:17.250Z] DONE 6 tests in 17.413s [2021-03-09T00:47:17.250Z] 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-09T00:47:17.250Z] testing: warning: no tests to run [2021-03-09T00:47:17.250Z] PASS [2021-03-09T00:47:17.250Z] [2021-03-09T00:47:17.250Z] DONE 0 tests in 0.059s [2021-03-09T00:47:17.250Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-09T00:47:17.250Z] INFO: Testing against a local daemon [2021-03-09T00:47:17.250Z] === RUN TestPluginWithDevMounts [2021-03-09T00:47:17.250Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-03-09T00:47:17.250Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-03-09T00:47:17.250Z] PASS [2021-03-09T00:47:17.250Z] [2021-03-09T00:47:17.250Z] === Skipped [2021-03-09T00:47:17.250Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-03-09T00:47:17.250Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-03-09T00:47:17.250Z] [2021-03-09T00:47:17.250Z] [2021-03-09T00:47:17.250Z] DONE 1 tests, 1 skipped in 0.191s [2021-03-09T00:47:17.250Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-09T00:47:17.250Z] INFO: Testing against a local daemon [2021-03-09T00:47:17.250Z] === RUN TestSecretInspect [2021-03-09T00:47:17.250Z] --- SKIP: TestSecretInspect (0.01s) [2021-03-09T00:47:17.250Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.250Z] === RUN TestSecretList [2021-03-09T00:47:17.250Z] --- SKIP: TestSecretList (0.01s) [2021-03-09T00:47:17.250Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.250Z] === RUN TestSecretsCreateAndDelete [2021-03-09T00:47:17.509Z] --- SKIP: TestSecretsCreateAndDelete (0.03s) [2021-03-09T00:47:17.509Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.509Z] === RUN TestSecretsUpdate [2021-03-09T00:47:17.509Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-03-09T00:47:17.509Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.509Z] === RUN TestTemplatedSecret [2021-03-09T00:47:17.509Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-03-09T00:47:17.509Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.509Z] === RUN TestSecretCreateResolve [2021-03-09T00:47:17.509Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-03-09T00:47:17.509Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.509Z] PASS [2021-03-09T00:47:17.509Z] [2021-03-09T00:47:17.509Z] === Skipped [2021-03-09T00:47:17.509Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-03-09T00:47:17.509Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.509Z] [2021-03-09T00:47:17.509Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-03-09T00:47:17.509Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.509Z] [2021-03-09T00:47:17.509Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.03s) [2021-03-09T00:47:17.509Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.509Z] [2021-03-09T00:47:17.509Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-03-09T00:47:17.509Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.509Z] [2021-03-09T00:47:17.509Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-03-09T00:47:17.509Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.509Z] [2021-03-09T00:47:17.509Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-03-09T00:47:17.509Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.509Z] [2021-03-09T00:47:17.509Z] [2021-03-09T00:47:17.509Z] DONE 6 tests, 6 skipped in 0.281s [2021-03-09T00:47:17.509Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-03-09T00:47:17.509Z] INFO: Testing against a local daemon [2021-03-09T00:47:17.509Z] === RUN TestServiceCreateInit [2021-03-09T00:47:17.769Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-09T00:47:17.769Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-09T00:47:17.769Z] --- PASS: TestServiceCreateInit (0.02s) [2021-03-09T00:47:17.769Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-09T00:47:17.769Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-09T00:47:17.769Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] === RUN TestCreateServiceMultipleTimes [2021-03-09T00:47:17.769Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-03-09T00:47:17.769Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] === RUN TestCreateServiceConflict [2021-03-09T00:47:17.769Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-03-09T00:47:17.769Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] === RUN TestCreateServiceMaxReplicas [2021-03-09T00:47:17.769Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2021-03-09T00:47:17.769Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-09T00:47:17.769Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-03-09T00:47:17.769Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] === RUN TestCreateServiceSecretFileMode [2021-03-09T00:47:17.769Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-03-09T00:47:17.769Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] === RUN TestCreateServiceConfigFileMode [2021-03-09T00:47:17.769Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-03-09T00:47:17.769Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] === RUN TestCreateServiceSysctls [2021-03-09T00:47:17.769Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-03-09T00:47:17.769Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] === RUN TestCreateServiceCapabilities [2021-03-09T00:47:17.769Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-03-09T00:47:17.769Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] === RUN TestInspect [2021-03-09T00:47:17.769Z] --- SKIP: TestInspect (0.01s) [2021-03-09T00:47:17.769Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] === RUN TestCreateJob [2021-03-09T00:47:17.769Z] --- SKIP: TestCreateJob (0.01s) [2021-03-09T00:47:17.769Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] === RUN TestReplicatedJob [2021-03-09T00:47:17.769Z] --- SKIP: TestReplicatedJob (0.01s) [2021-03-09T00:47:17.769Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] === RUN TestUpdateReplicatedJob [2021-03-09T00:47:17.769Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-03-09T00:47:17.769Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] === RUN TestServiceListWithStatuses [2021-03-09T00:47:17.769Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-09T00:47:17.769Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-09T00:47:17.769Z] === RUN TestDockerNetworkConnectAlias [2021-03-09T00:47:17.769Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-03-09T00:47:17.769Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] === RUN TestDockerNetworkReConnect [2021-03-09T00:47:17.769Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2021-03-09T00:47:17.769Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:17.769Z] === RUN TestServicePlugin [2021-03-09T00:47:17.894Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-03-09T00:47:17.894Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-03-09T00:47:18.188Z] time="2021-03-09T00:47:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:47:18.188Z] time="2021-03-09T00:47:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f6a406714a2a2db0ae489a802e42cefa89fe3f8dcd5adba52f332af03e873777" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:47:18.188Z] time="2021-03-09T00:47:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:47:18.188Z] time="2021-03-09T00:47:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f6a406714a2a2db0ae489a802e42cefa89fe3f8dcd5adba52f332af03e873777" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:47:18.481Z] --- PASS: TestPluginInstall (4.00s) [2021-03-09T00:47:18.481Z] --- PASS: TestPluginInstall/no_auth (1.87s) [2021-03-09T00:47:18.481Z] --- PASS: TestPluginInstall/with_htpasswd (0.84s) [2021-03-09T00:47:18.481Z] --- PASS: TestPluginInstall/with_insecure (1.28s) [2021-03-09T00:47:18.481Z] plugin_test.go:160: [dfadefd837b2a] daemon is not started [2021-03-09T00:47:18.481Z] === RUN TestPluginsWithRuntimes [2021-03-09T00:47:18.577Z] --- PASS: TestLinksContainerNames (1.56s) [2021-03-09T00:47:18.577Z] === RUN TestLogsFollowTailEmpty [2021-03-09T00:47:18.822Z] --- PASS: TestConfigInspect (3.26s) [2021-03-09T00:47:18.822Z] === RUN TestConfigList [2021-03-09T00:47:19.519Z] --- PASS: TestLogsFollowTailEmpty (0.80s) [2021-03-09T00:47:19.519Z] === RUN TestContainerNetworkMountsNoChown [2021-03-09T00:47:20.461Z] --- PASS: TestContainerNetworkMountsNoChown (0.76s) [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/default [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/default [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/private [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/private [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/rprivate [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/slave [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/slave [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/rslave [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/shared [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/shared [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/rshared [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/default [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/shared [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/rshared [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/rprivate [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/private [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/rslave [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/slave [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:47:20.461Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-09T00:47:20.461Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:47:20.461Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:47:20.550Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-09T00:47:20.722Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-09T00:47:20.722Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:47:20.722Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:47:20.722Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:47:20.722Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:47:20.722Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:47:20.722Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-09T00:47:20.722Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:47:20.722Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.11s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2021-03-09T00:47:20.722Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-03-09T00:47:20.722Z] === RUN TestContainerBindMountNonRecursive [2021-03-09T00:47:21.338Z] --- PASS: TestConfigList (2.69s) [2021-03-09T00:47:21.338Z] === RUN TestConfigsCreateAndDelete [2021-03-09T00:47:21.586Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-09T00:47:21.594Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-03-09T00:47:21.851Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-03-09T00:47:21.963Z] --- SKIP: TestServicePlugin (3.49s) [2021-03-09T00:47:21.963Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] === RUN TestServiceUpdateLabel [2021-03-09T00:47:21.963Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-03-09T00:47:21.963Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] === RUN TestServiceUpdateSecrets [2021-03-09T00:47:21.963Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2021-03-09T00:47:21.963Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] === RUN TestServiceUpdateConfigs [2021-03-09T00:47:21.963Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-03-09T00:47:21.963Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] === RUN TestServiceUpdateNetwork [2021-03-09T00:47:21.963Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-03-09T00:47:21.963Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] === RUN TestServiceUpdatePidsLimit [2021-03-09T00:47:21.963Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-03-09T00:47:21.963Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] PASS [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === Skipped [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-09T00:47:21.963Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-09T00:47:21.963Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-09T00:47:21.963Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-09T00:47:21.963Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-03-09T00:47:21.963Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-03-09T00:47:21.963Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2021-03-09T00:47:21.963Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-03-09T00:47:21.963Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-03-09T00:47:21.963Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-03-09T00:47:21.963Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-03-09T00:47:21.963Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-03-09T00:47:21.963Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-03-09T00:47:21.963Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-03-09T00:47:21.963Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-03-09T00:47:21.963Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-03-09T00:47:21.963Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-03-09T00:47:21.963Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-03-09T00:47:21.963Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2021-03-09T00:47:21.963Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestServicePlugin (3.49s) [2021-03-09T00:47:21.963Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-03-09T00:47:21.963Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2021-03-09T00:47:21.963Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-03-09T00:47:21.963Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-03-09T00:47:21.963Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-03-09T00:47:21.963Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] DONE 24 tests, 23 skipped in 3.979s [2021-03-09T00:47:21.963Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-03-09T00:47:21.963Z] INFO: Testing against a local daemon [2021-03-09T00:47:21.963Z] === RUN TestSessionCreate [2021-03-09T00:47:21.963Z] --- PASS: TestSessionCreate (0.02s) [2021-03-09T00:47:21.963Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-09T00:47:21.963Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-03-09T00:47:21.963Z] PASS [2021-03-09T00:47:21.963Z] [2021-03-09T00:47:21.963Z] DONE 2 tests in 0.171s [2021-03-09T00:47:21.963Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-03-09T00:47:21.963Z] INFO: Testing against a local daemon [2021-03-09T00:47:21.963Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-09T00:47:21.963Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-09T00:47:21.963Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-09T00:47:21.963Z] === RUN TestEventsExecDie [2021-03-09T00:47:22.530Z] --- PASS: TestEventsExecDie (0.63s) [2021-03-09T00:47:22.530Z] === RUN TestEventsBackwardsCompatible [2021-03-09T00:47:22.530Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-03-09T00:47:22.530Z] === RUN TestInfoBinaryCommits [2021-03-09T00:47:22.530Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-03-09T00:47:22.530Z] === RUN TestInfoAPIVersioned [2021-03-09T00:47:22.530Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-09T00:47:22.530Z] === RUN TestInfoDiscoveryBackend [2021-03-09T00:47:23.222Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-03-09T00:47:23.265Z] --- PASS: TestContainerBindMountNonRecursive (2.25s) [2021-03-09T00:47:23.265Z] === RUN TestContainerVolumesMountedAsShared [2021-03-09T00:47:23.654Z] --- PASS: TestPluginsWithRuntimes (4.79s) [2021-03-09T00:47:23.654Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.43s) [2021-03-09T00:47:23.654Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.41s) [2021-03-09T00:47:23.654Z] PASS [2021-03-09T00:47:23.654Z] [2021-03-09T00:47:23.654Z] DONE 9 tests in 9.028s [2021-03-09T00:47:23.654Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-09T00:47:23.654Z] ++ 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-09T00:47:23.654Z] ++ set -e [2021-03-09T00:47:23.654Z] ++ '[' -n 0 ']' [2021-03-09T00:47:23.654Z] ++ set -x [2021-03-09T00:47:23.655Z] ++ env -i DEST=/go/src/github.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-09T00:47:23.655Z] INFO: Testing against a local daemon [2021-03-09T00:47:23.655Z] === RUN TestExternalGraphDriver [2021-03-09T00:47:23.655Z] === RUN TestExternalGraphDriver/json [2021-03-09T00:47:23.785Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-03-09T00:47:23.838Z] --- PASS: TestContainerVolumesMountedAsShared (0.77s) [2021-03-09T00:47:23.838Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-09T00:47:23.908Z] --- PASS: TestInfoDiscoveryBackend (1.52s) [2021-03-09T00:47:23.908Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-09T00:47:24.271Z] --- PASS: TestImportExtremelyLargeImageWorks (101.39s) [2021-03-09T00:47:24.271Z] PASS [2021-03-09T00:47:24.271Z] [2021-03-09T00:47:24.271Z] DONE 12 tests in 104.215s [2021-03-09T00:47:24.271Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-03-09T00:47:24.271Z] INFO: Testing against a local daemon [2021-03-09T00:47:24.271Z] === RUN TestNetworkCreateDelete [2021-03-09T00:47:24.271Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-03-09T00:47:24.271Z] === RUN TestDockerNetworkDeletePreferID [2021-03-09T00:47:24.271Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2021-03-09T00:47:24.271Z] === RUN TestDaemonDNSFallback [2021-03-09T00:47:24.271Z] --- PASS: TestDaemonDNSFallback (6.43s) [2021-03-09T00:47:24.271Z] === RUN TestInspectNetwork [2021-03-09T00:47:24.347Z] --- PASS: TestConfigsCreateAndDelete (2.89s) [2021-03-09T00:47:24.347Z] === RUN TestConfigsUpdate [2021-03-09T00:47:24.407Z] --- PASS: TestContainerVolumesMountedAsSlave (0.63s) [2021-03-09T00:47:24.407Z] === RUN TestNetworkNat [2021-03-09T00:47:24.531Z] === RUN TestInspectNetwork/full_network_id [2021-03-09T00:47:24.531Z] === RUN TestInspectNetwork/partial_network_id [2021-03-09T00:47:24.531Z] === RUN TestInspectNetwork/network_name [2021-03-09T00:47:24.531Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-09T00:47:25.350Z] --- PASS: TestNetworkNat (0.94s) [2021-03-09T00:47:25.350Z] === RUN TestNetworkLocalhostTCPNat [2021-03-09T00:47:25.713Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-03-09T00:47:25.713Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-03-09T00:47:25.724Z] === RUN TestExternalGraphDriver/spec [2021-03-09T00:47:26.370Z] --- PASS: TestNetworkLocalhostTCPNat (0.94s) [2021-03-09T00:47:26.371Z] === RUN TestNetworkLoopbackNat [2021-03-09T00:47:27.603Z] --- PASS: TestConfigsUpdate (3.24s) [2021-03-09T00:47:27.603Z] === RUN TestTemplatedConfig [2021-03-09T00:47:27.603Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-03-09T00:47:27.792Z] === RUN TestExternalGraphDriver/pull [2021-03-09T00:47:28.097Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.38s) [2021-03-09T00:47:28.097Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-09T00:47:28.097Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-03-09T00:47:28.097Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:47:28.097Z] === RUN TestInfoAPI [2021-03-09T00:47:28.097Z] --- PASS: TestInfoAPI (0.02s) [2021-03-09T00:47:28.097Z] === RUN TestInfoAPIWarnings [2021-03-09T00:47:28.167Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-03-09T00:47:28.731Z] --- PASS: TestInspectNetwork (7.45s) [2021-03-09T00:47:28.731Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-09T00:47:28.731Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-09T00:47:28.731Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-09T00:47:28.731Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-09T00:47:28.731Z] === RUN TestRunContainerWithBridgeNone [2021-03-09T00:47:29.095Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-03-09T00:47:29.667Z] --- PASS: TestNetworkLoopbackNat (3.20s) [2021-03-09T00:47:29.667Z] === RUN TestPause [2021-03-09T00:47:29.860Z] --- PASS: TestExternalGraphDriver (6.38s) [2021-03-09T00:47:29.860Z] --- PASS: TestExternalGraphDriver/json (2.09s) [2021-03-09T00:47:29.860Z] --- PASS: TestExternalGraphDriver/spec (2.06s) [2021-03-09T00:47:29.860Z] --- PASS: TestExternalGraphDriver/pull (2.11s) [2021-03-09T00:47:29.860Z] === RUN TestGraphdriverPluginV2 [2021-03-09T00:47:29.860Z] --- SKIP: TestGraphdriverPluginV2 (0.05s) [2021-03-09T00:47:29.860Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:47:29.860Z] PASS [2021-03-09T00:47:29.860Z] [2021-03-09T00:47:29.860Z] === Skipped [2021-03-09T00:47:29.860Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s) [2021-03-09T00:47:29.860Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:47:29.860Z] [2021-03-09T00:47:29.860Z] [2021-03-09T00:47:29.860Z] DONE 5 tests, 1 skipped in 6.599s [2021-03-09T00:47:29.860Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-09T00:47:29.860Z] ++ 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-09T00:47:29.860Z] ++ set -e [2021-03-09T00:47:29.860Z] ++ '[' -n 0 ']' [2021-03-09T00:47:29.860Z] ++ set -x [2021-03-09T00:47:29.861Z] ++ env -i DEST=/go/src/github.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-09T00:47:30.024Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-03-09T00:47:30.152Z] INFO: Testing against a local daemon [2021-03-09T00:47:30.152Z] === RUN TestContinueAfterPluginCrash [2021-03-09T00:47:30.152Z] === PAUSE TestContinueAfterPluginCrash [2021-03-09T00:47:30.152Z] === RUN TestReadPluginNoRead [2021-03-09T00:47:30.152Z] === PAUSE TestReadPluginNoRead [2021-03-09T00:47:30.152Z] === RUN TestDaemonStartWithLogOpt [2021-03-09T00:47:30.152Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-09T00:47:30.152Z] === CONT TestContinueAfterPluginCrash [2021-03-09T00:47:30.152Z] === CONT TestDaemonStartWithLogOpt [2021-03-09T00:47:30.238Z] --- PASS: TestPause (0.86s) [2021-03-09T00:47:30.238Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-09T00:47:30.238Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-09T00:47:30.238Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-09T00:47:30.238Z] === RUN TestPauseStopPausedContainer [2021-03-09T00:47:30.281Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-03-09T00:47:30.643Z] --- PASS: TestRunContainerWithBridgeNone (1.74s) [2021-03-09T00:47:30.643Z] === RUN TestNetworkInvalidJSON [2021-03-09T00:47:30.643Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-09T00:47:30.643Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-09T00:47:30.643Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:47:30.643Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:47:30.643Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:47:30.643Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:47:30.643Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-09T00:47:30.643Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:47:30.643Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:47:30.643Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-03-09T00:47:30.643Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-09T00:47:30.643Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-09T00:47:30.643Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-09T00:47:30.643Z] === RUN TestNetworkList [2021-03-09T00:47:30.643Z] === RUN TestNetworkList//networks [2021-03-09T00:47:30.643Z] === PAUSE TestNetworkList//networks [2021-03-09T00:47:30.643Z] === RUN TestNetworkList//networks/ [2021-03-09T00:47:30.643Z] === PAUSE TestNetworkList//networks/ [2021-03-09T00:47:30.643Z] === CONT TestNetworkList//networks [2021-03-09T00:47:30.643Z] === CONT TestNetworkList//networks/ [2021-03-09T00:47:30.643Z] --- PASS: TestNetworkList (0.01s) [2021-03-09T00:47:30.643Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-09T00:47:30.643Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-09T00:47:30.643Z] === RUN TestHostIPv4BridgeLabel [2021-03-09T00:47:30.903Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2021-03-09T00:47:30.904Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-09T00:47:31.180Z] --- PASS: TestPauseStopPausedContainer (0.88s) [2021-03-09T00:47:31.180Z] === RUN TestPsFilter [2021-03-09T00:47:31.440Z] --- PASS: TestPsFilter (0.25s) [2021-03-09T00:47:31.440Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-09T00:47:31.648Z] --- PASS: TestTemplatedConfig (3.99s) [2021-03-09T00:47:31.648Z] === RUN TestConfigCreateResolve [2021-03-09T00:47:31.904Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-03-09T00:47:32.286Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2021-03-09T00:47:32.286Z] === RUN TestDaemonDefaultNetworkPools [2021-03-09T00:47:32.382Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.79s) [2021-03-09T00:47:32.383Z] === RUN TestRemoveContainerWithVolume [2021-03-09T00:47:32.857Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2021-03-09T00:47:32.857Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-09T00:47:33.272Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-03-09T00:47:33.323Z] --- PASS: TestRemoveContainerWithVolume (0.81s) [2021-03-09T00:47:33.323Z] === RUN TestRemoveContainerRunning [2021-03-09T00:47:33.527Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-03-09T00:47:33.715Z] --- PASS: TestDaemonStartWithLogOpt (3.82s) [2021-03-09T00:47:33.715Z] === CONT TestReadPluginNoRead [2021-03-09T00:47:33.798Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2021-03-09T00:47:33.798Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-09T00:47:33.895Z] --- PASS: TestRemoveContainerRunning (0.81s) [2021-03-09T00:47:33.895Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-09T00:47:34.836Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s) [2021-03-09T00:47:34.836Z] === RUN TestRemoveInvalidContainer [2021-03-09T00:47:34.836Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-09T00:47:34.836Z] === RUN TestRenameLinkedContainer [2021-03-09T00:47:34.968Z] --- PASS: TestConfigCreateResolve (3.20s) [2021-03-09T00:47:34.968Z] === RUN TestConfigDaemonLibtrustID [2021-03-09T00:47:35.181Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2021-03-09T00:47:35.181Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-09T00:47:35.227Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-03-09T00:47:35.227Z] PASS [2021-03-09T00:47:35.227Z] [2021-03-09T00:47:35.227Z] DONE 7 tests in 19.952s [2021-03-09T00:47:35.227Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-03-09T00:47:35.228Z] ++ 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-09T00:47:35.228Z] ++ set -e [2021-03-09T00:47:35.228Z] ++ '[' -n 0 ']' [2021-03-09T00:47:35.228Z] ++ set -x [2021-03-09T00:47:35.228Z] ++ env -i DEST=/go/src/github.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-09T00:47:35.489Z] INFO: Testing against a local daemon [2021-03-09T00:47:35.489Z] === RUN TestCheckpoint [2021-03-09T00:47:35.489Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-09T00:47:35.489Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-09T00:47:35.489Z] === RUN TestContainerInvalidJSON [2021-03-09T00:47:35.489Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:47:35.489Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:47:35.489Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:47:35.489Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:47:35.489Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:47:35.489Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:47:35.489Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:47:35.489Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:47:35.489Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:47:35.489Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-03-09T00:47:35.489Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-09T00:47:35.489Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-09T00:47:35.489Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-09T00:47:35.489Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-09T00:47:35.489Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-03-09T00:47:35.489Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-09T00:47:35.489Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-03-09T00:47:35.489Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-09T00:47:35.746Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-03-09T00:47:35.746Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-09T00:47:35.746Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-03-09T00:47:35.746Z] === RUN TestCopyFromContainer [2021-03-09T00:47:35.751Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2021-03-09T00:47:35.751Z] === RUN TestServiceWithPredefinedNetwork [2021-03-09T00:47:35.815Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-09T00:47:35.815Z] [2021-03-09T00:47:35.815Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-09T00:47:35.815Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-09T00:47:35.815Z] HOSTNAME=da199a8e531d [2021-03-09T00:47:35.815Z] TESTDEBUG=0 [2021-03-09T00:47:35.815Z] DEST=bundles/test-integration [2021-03-09T00:47:35.815Z] PWD=/go/src/github.com/docker/docker [2021-03-09T00:47:35.815Z] DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 [2021-03-09T00:47:35.815Z] container=docker [2021-03-09T00:47:35.815Z] HOME=/root [2021-03-09T00:47:35.815Z] GOLANG_VERSION=1.13.15 [2021-03-09T00:47:35.815Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-09T00:47:35.815Z] VALIDATE_BRANCH=master [2021-03-09T00:47:35.815Z] TERM=xterm [2021-03-09T00:47:35.815Z] DOCKER_PKG=github.com/docker/docker [2021-03-09T00:47:35.815Z] SHLVL=1 [2021-03-09T00:47:35.815Z] TIMEOUT=120m [2021-03-09T00:47:35.815Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-09T00:47:35.815Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-09T00:47:35.815Z] GO111MODULE=off [2021-03-09T00:47:35.815Z] DOCKER_EXPERIMENTAL=1 [2021-03-09T00:47:35.815Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-09T00:47:35.815Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-09T00:47:35.815Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-09T00:47:35.815Z] GOPATH=/go [2021-03-09T00:47:35.815Z] PKG_CONFIG=pkg-config [2021-03-09T00:47:35.815Z] _=/usr/bin/env [2021-03-09T00:47:35.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-09T00:47:36.007Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-03-09T00:47:36.569Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-03-09T00:47:36.569Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-03-09T00:47:37.239Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-09T00:47:37.498Z] === RUN TestCopyFromContainer// [2021-03-09T00:47:37.498Z] === RUN TestCopyFromContainer//bar/root [2021-03-09T00:47:37.498Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-09T00:47:37.755Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-03-09T00:47:37.755Z] === RUN TestCopyFromContainer/bar/quux [2021-03-09T00:47:37.755Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-09T00:47:38.011Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-09T00:47:38.011Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-09T00:47:38.135Z] --- PASS: TestRenameLinkedContainer (3.20s) [2021-03-09T00:47:38.135Z] === RUN TestRenameStoppedContainer [2021-03-09T00:47:38.267Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-09T00:47:38.298Z] --- PASS: TestServiceWithPredefinedNetwork (2.45s) [2021-03-09T00:47:38.298Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-09T00:47:38.298Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-09T00:47:38.298Z] service_test.go:242: FLAKY_TEST [2021-03-09T00:47:38.298Z] === RUN TestServiceWithDataPathPortInit [2021-03-09T00:47:38.522Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-09T00:47:38.522Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-09T00:47:38.705Z] --- PASS: TestRenameStoppedContainer (0.77s) [2021-03-09T00:47:38.705Z] === RUN TestRenameRunningContainerAndReuse [2021-03-09T00:47:38.747Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-09T00:47:38.779Z] --- PASS: TestCopyFromContainer (3.04s) [2021-03-09T00:47:38.779Z] --- PASS: TestCopyFromContainer// (0.11s) [2021-03-09T00:47:38.779Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2021-03-09T00:47:38.779Z] --- PASS: TestCopyFromContainer//bar/root/ (0.12s) [2021-03-09T00:47:38.779Z] --- PASS: TestCopyFromContainer/bar/quux (0.17s) [2021-03-09T00:47:38.779Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2021-03-09T00:47:38.779Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2021-03-09T00:47:38.779Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.16s) [2021-03-09T00:47:38.779Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.23s) [2021-03-09T00:47:38.779Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.15s) [2021-03-09T00:47:38.779Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2021-03-09T00:47:38.779Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-09T00:47:38.779Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:47:38.779Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:47:38.779Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:47:38.779Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:47:38.779Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:47:38.779Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:47:38.779Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:47:38.779Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:47:38.779Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:47:38.779Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-03-09T00:47:38.779Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-09T00:47:38.779Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-09T00:47:38.779Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-09T00:47:38.779Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-09T00:47:38.779Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-03-09T00:47:38.779Z] === RUN TestCreateWithInvalidEnv [2021-03-09T00:47:38.779Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-09T00:47:38.779Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-09T00:47:38.779Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-09T00:47:38.779Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-09T00:47:38.779Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-09T00:47:38.779Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-09T00:47:38.779Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-09T00:47:38.779Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-09T00:47:38.779Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-09T00:47:38.779Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-09T00:47:38.779Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-09T00:47:38.779Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-09T00:47:38.779Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2021-03-09T00:47:38.779Z] === RUN TestCreateTmpfsMountsTarget [2021-03-09T00:47:38.779Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-03-09T00:47:38.779Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-09T00:47:39.035Z] === RUN TestDockerSuite/TestBuildAddScript [2021-03-09T00:47:39.380Z] --- PASS: TestContinueAfterPluginCrash (9.22s) [2021-03-09T00:47:40.402Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-03-09T00:47:40.487Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-03-09T00:47:40.616Z] --- PASS: TestRenameRunningContainerAndReuse (1.63s) [2021-03-09T00:47:40.616Z] === RUN TestRenameInvalidName [2021-03-09T00:47:40.890Z] === RUN TestReadPluginNoRead/default [2021-03-09T00:47:40.964Z] --- PASS: TestCreateWithCustomMaskedPaths (2.06s) [2021-03-09T00:47:40.964Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-09T00:47:41.187Z] --- PASS: TestRenameInvalidName (0.78s) [2021-03-09T00:47:41.187Z] === RUN TestRenameAnonymousContainer [2021-03-09T00:47:41.893Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-03-09T00:47:42.824Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.02s) [2021-03-09T00:47:42.824Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-09T00:47:42.824Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:47:42.824Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:47:42.824Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:47:42.824Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:47:42.824Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:47:42.824Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:47:42.824Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:47:42.824Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:47:42.824Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:47:42.824Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:47:42.824Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:47:42.824Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:47:42.959Z] --- PASS: TestReadPluginNoRead (8.90s) [2021-03-09T00:47:42.959Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.94s) [2021-03-09T00:47:42.959Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.07s) [2021-03-09T00:47:42.959Z] --- PASS: TestReadPluginNoRead/default (2.08s) [2021-03-09T00:47:42.959Z] read_test.go:92: [d62c094d23c63] daemon is not started [2021-03-09T00:47:42.959Z] PASS [2021-03-09T00:47:42.959Z] [2021-03-09T00:47:42.959Z] DONE 6 tests in 12.857s [2021-03-09T00:47:42.959Z] 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-09T00:47:42.959Z] ++ 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-09T00:47:42.959Z] ++ set -e [2021-03-09T00:47:42.959Z] ++ '[' -n 0 ']' [2021-03-09T00:47:42.959Z] ++ set -x [2021-03-09T00:47:42.959Z] ++ env -i DEST=/go/src/github.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-09T00:47:42.959Z] testing: warning: no tests to run [2021-03-09T00:47:42.959Z] PASS [2021-03-09T00:47:42.959Z] [2021-03-09T00:47:42.959Z] DONE 0 tests in 0.098s [2021-03-09T00:47:42.959Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-09T00:47:42.959Z] ++ 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-09T00:47:42.959Z] ++ set -e [2021-03-09T00:47:42.959Z] ++ '[' -n 0 ']' [2021-03-09T00:47:42.959Z] ++ set -x [2021-03-09T00:47:42.959Z] ++ env -i DEST=/go/src/github.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-09T00:47:42.959Z] INFO: Testing against a local daemon [2021-03-09T00:47:42.959Z] === RUN TestPluginWithDevMounts [2021-03-09T00:47:42.959Z] === PAUSE TestPluginWithDevMounts [2021-03-09T00:47:42.959Z] === CONT TestPluginWithDevMounts [2021-03-09T00:47:43.080Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:47:43.080Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:47:43.080Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:47:43.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-03-09T00:47:43.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.06s) [2021-03-09T00:47:43.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.06s) [2021-03-09T00:47:43.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-03-09T00:47:43.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-03-09T00:47:43.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-03-09T00:47:43.080Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-09T00:47:43.642Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.67s) [2021-03-09T00:47:43.642Z] === RUN TestCreateDifferentPlatform [2021-03-09T00:47:43.642Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-09T00:47:43.642Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-09T00:47:43.642Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-03-09T00:47:43.642Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-09T00:47:43.642Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-09T00:47:43.642Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-09T00:47:43.898Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-03-09T00:47:43.898Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-09T00:47:43.898Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-03-09T00:47:43.898Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s) [2021-03-09T00:47:43.898Z] === RUN TestContainerStartOnDaemonRestart [2021-03-09T00:47:43.898Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-09T00:47:43.898Z] === RUN TestDaemonRestartIpcMode [2021-03-09T00:47:43.898Z] === PAUSE TestDaemonRestartIpcMode [2021-03-09T00:47:43.898Z] === RUN TestDaemonHostGatewayIP [2021-03-09T00:47:43.898Z] === PAUSE TestDaemonHostGatewayIP [2021-03-09T00:47:43.898Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-09T00:47:43.898Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-09T00:47:43.898Z] === RUN TestContainerKillOnDaemonStart [2021-03-09T00:47:43.898Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-09T00:47:43.898Z] === RUN TestDiff [2021-03-09T00:47:44.827Z] --- PASS: TestDiff (0.79s) [2021-03-09T00:47:44.827Z] === RUN TestExecWithCloseStdin [2021-03-09T00:47:45.027Z] --- PASS: TestPluginWithDevMounts (1.88s) [2021-03-09T00:47:45.027Z] PASS [2021-03-09T00:47:45.027Z] [2021-03-09T00:47:45.027Z] DONE 1 tests in 2.010s [2021-03-09T00:47:45.027Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2021-03-09T00:47:45.027Z] ++ 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-09T00:47:45.027Z] ++ set -e [2021-03-09T00:47:45.027Z] ++ '[' -n 0 ']' [2021-03-09T00:47:45.027Z] ++ set -x [2021-03-09T00:47:45.027Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T00:47:45.027Z] INFO: Testing against a local daemon [2021-03-09T00:47:45.027Z] === RUN TestSecretInspect [2021-03-09T00:47:45.389Z] --- PASS: TestRenameAnonymousContainer (4.11s) [2021-03-09T00:47:45.389Z] === RUN TestRenameContainerWithSameName [2021-03-09T00:47:45.760Z] --- PASS: TestExecWithCloseStdin (0.93s) [2021-03-09T00:47:45.760Z] === RUN TestExec [2021-03-09T00:47:45.959Z] --- PASS: TestRenameContainerWithSameName (0.76s) [2021-03-09T00:47:45.959Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-09T00:47:46.183Z] --- PASS: TestInfoAPIWarnings (17.38s) [2021-03-09T00:47:46.183Z] === RUN TestInfoDebug [2021-03-09T00:47:46.183Z] --- PASS: TestInfoDebug (1.52s) [2021-03-09T00:47:46.183Z] === RUN TestInfoInsecureRegistries [2021-03-09T00:47:46.690Z] --- PASS: TestExec (0.98s) [2021-03-09T00:47:46.690Z] === RUN TestExecUser [2021-03-09T00:47:47.619Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-03-09T00:47:47.619Z] --- PASS: TestExecUser (0.92s) [2021-03-09T00:47:47.619Z] === RUN TestExportContainerAndImportImage [2021-03-09T00:47:47.872Z] --- PASS: TestRenameContainerWithLinkedContainer (1.64s) [2021-03-09T00:47:47.872Z] === RUN TestResize [2021-03-09T00:47:48.086Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2021-03-09T00:47:48.086Z] === RUN TestInfoRegistryMirrors [2021-03-09T00:47:48.181Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-03-09T00:47:48.444Z] --- PASS: TestResize (0.80s) [2021-03-09T00:47:48.444Z] === RUN TestResizeWithInvalidSize [2021-03-09T00:47:48.744Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-03-09T00:47:48.744Z] --- PASS: TestExportContainerAndImportImage (1.23s) [2021-03-09T00:47:48.744Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-09T00:47:49.001Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-03-09T00:47:49.001Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-03-09T00:47:49.386Z] --- PASS: TestResizeWithInvalidSize (0.83s) [2021-03-09T00:47:49.386Z] === RUN TestResizeWhenContainerNotStarted [2021-03-09T00:47:49.462Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2021-03-09T00:47:49.462Z] === RUN TestLoginFailsWithBadCredentials [2021-03-09T00:47:49.462Z] --- PASS: TestLoginFailsWithBadCredentials (0.21s) [2021-03-09T00:47:49.462Z] === RUN TestPingCacheHeaders [2021-03-09T00:47:49.479Z] --- PASS: TestSecretInspect (3.89s) [2021-03-09T00:47:49.479Z] === RUN TestSecretList [2021-03-09T00:47:49.721Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-03-09T00:47:49.721Z] === RUN TestPingGet [2021-03-09T00:47:49.721Z] --- PASS: TestPingGet (0.01s) [2021-03-09T00:47:49.721Z] === RUN TestPingHead [2021-03-09T00:47:49.721Z] --- PASS: TestPingHead (0.02s) [2021-03-09T00:47:49.721Z] === RUN TestVersion [2021-03-09T00:47:49.721Z] --- PASS: TestVersion (0.02s) [2021-03-09T00:47:49.721Z] PASS [2021-03-09T00:47:49.721Z] [2021-03-09T00:47:49.721Z] === Skipped [2021-03-09T00:47:49.721Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-09T00:47:49.721Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-09T00:47:49.721Z] [2021-03-09T00:47:49.721Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-03-09T00:47:49.721Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-09T00:47:49.721Z] [2021-03-09T00:47:49.721Z] [2021-03-09T00:47:49.721Z] DONE 18 tests, 2 skipped in 28.033s [2021-03-09T00:47:49.721Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-09T00:47:49.958Z] --- PASS: TestResizeWhenContainerNotStarted (0.79s) [2021-03-09T00:47:49.958Z] === RUN TestDaemonRestartKillContainers [2021-03-09T00:47:49.958Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-09T00:47:49.958Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-09T00:47:49.958Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-09T00:47:49.958Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-09T00:47:49.958Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-09T00:47:49.958Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-09T00:47:49.958Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-09T00:47:49.958Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-09T00:47:49.958Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-09T00:47:49.958Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-09T00:47:49.958Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-09T00:47:49.958Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-09T00:47:49.958Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-09T00:47:49.958Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-09T00:47:49.958Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-09T00:47:49.958Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-09T00:47:49.958Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:47:49.958Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:47:49.958Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:47:49.958Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:47:49.958Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:47:49.958Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:47:49.958Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:47:49.958Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:47:49.958Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-09T00:47:49.958Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-09T00:47:49.958Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:47:49.958Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:47:49.980Z] INFO: Testing against a local daemon [2021-03-09T00:47:49.980Z] === RUN TestVolumesCreateAndList [2021-03-09T00:47:49.980Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-03-09T00:47:49.980Z] === RUN TestVolumesRemove [2021-03-09T00:47:49.980Z] --- PASS: TestVolumesRemove (0.07s) [2021-03-09T00:47:49.980Z] === RUN TestVolumesInspect [2021-03-09T00:47:49.980Z] --- PASS: TestVolumesInspect (0.02s) [2021-03-09T00:47:49.980Z] === RUN TestVolumesInvalidJSON [2021-03-09T00:47:49.980Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-09T00:47:49.980Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-09T00:47:49.980Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-09T00:47:49.980Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-03-09T00:47:49.980Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-09T00:47:49.980Z] PASS [2021-03-09T00:47:49.980Z] [2021-03-09T00:47:49.980Z] DONE 5 tests in 0.334s [2021-03-09T00:47:49.980Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-09T00:47:49.980Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12250 is not a child of this shell [2021-03-09T00:47:49.980Z] warning: PID 12250 from bundles/test-integration/docker.pid had a nonzero exit code [2021-03-09T00:47:49.980Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-09T00:47:49.980Z] [2021-03-09T00:47:49.980Z] Unloading profiles will leave already running processes permanently [2021-03-09T00:47:49.980Z] unconfined, which can lead to unexpected situations. [2021-03-09T00:47:49.980Z] [2021-03-09T00:47:49.980Z] To set a process to complain mode, use the command line tool [2021-03-09T00:47:49.980Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-09T00:47:49.980Z] Removing test suite binaries [2021-03-09T00:47:50.239Z] exiting test-integration [2021-03-09T00:47:50.239Z] ++ exit 0 [2021-03-09T00:47:50.368Z] --- PASS: TestExportContainerAfterDaemonRestart (1.64s) [2021-03-09T00:47:50.368Z] === RUN TestHealthCheckWorkdir [2021-03-09T00:47:50.930Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-03-09T00:47:51.175Z] [2021-03-09T00:47:51.494Z] --- PASS: TestHealthCheckWorkdir (1.11s) [2021-03-09T00:47:51.494Z] === RUN TestHealthKillContainer [2021-03-09T00:47:51.877Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-09T00:47:51.877Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-09T00:47:52.422Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride Post stage [Pipeline] junit [2021-03-09T00:47:52.569Z] Recording test results [2021-03-09T00:47:52.820Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-09T00:47:52.820Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-09T00:47:52.996Z] --- PASS: TestSecretList (3.73s) [2021-03-09T00:47:52.996Z] === RUN TestSecretsCreateAndDelete [2021-03-09T00:47:53.198Z] --- PASS: TestServiceWithDataPathPortInit (14.66s) [2021-03-09T00:47:53.198Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-09T00:47:53.351Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-03-09T00:47:53.913Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-03-09T00:47:54.210Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-09T00:47:54.471Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:47:54.476Z] --- PASS: TestHealthKillContainer (2.89s) [2021-03-09T00:47:54.476Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-09T00:47:54.602Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-09T00:47:54.953Z] + echo Ensuring container killed. [2021-03-09T00:47:54.953Z] Ensuring container killed. [2021-03-09T00:47:54.953Z] + docker rm -vf docker-pr6 [2021-03-09T00:47:54.953Z] Error: No such container: docker-pr6 [Pipeline] sh [2021-03-09T00:47:55.237Z] + echo Chowning /workspace to jenkins user [2021-03-09T00:47:55.237Z] Chowning /workspace to jenkins user [2021-03-09T00:47:55.237Z] + id -u [2021-03-09T00:47:55.237Z] + id -g [2021-03-09T00:47:55.237Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41757:/workspace busybox chown -R 1000:1000 /workspace [2021-03-09T00:47:55.238Z] Unable to find image 'busybox:latest' locally [2021-03-09T00:47:55.405Z] --- PASS: TestInspectCpusetInConfigPre120 (0.81s) [2021-03-09T00:47:55.405Z] === RUN TestIpcModeNone [2021-03-09T00:47:55.805Z] latest: Pulling from library/busybox [2021-03-09T00:47:55.805Z] 5c4213be9af9: Pulling fs layer [2021-03-09T00:47:55.970Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-03-09T00:47:56.228Z] --- PASS: TestIpcModeNone (0.94s) [2021-03-09T00:47:56.228Z] === RUN TestIpcModePrivate [2021-03-09T00:47:56.388Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-09T00:47:56.388Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:47:56.484Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-03-09T00:47:56.517Z] --- PASS: TestSecretsCreateAndDelete (3.67s) [2021-03-09T00:47:56.517Z] === RUN TestSecretsUpdate [2021-03-09T00:47:57.048Z] === RUN TestDockerSuite/TestBuildAddTar [2021-03-09T00:47:57.048Z] --- PASS: TestIpcModePrivate (0.90s) [2021-03-09T00:47:57.048Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:87, shared: false, mustBeShared: false [2021-03-09T00:47:57.048Z] === RUN TestIpcModeShareable [2021-03-09T00:47:57.611Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-03-09T00:47:57.867Z] --- PASS: TestIpcModeShareable (0.92s) [2021-03-09T00:47:57.867Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:83, shared: true, mustBeShared: true [2021-03-09T00:47:57.867Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-09T00:47:58.302Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-09T00:47:58.302Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.70s) [2021-03-09T00:47:58.302Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.79s) [2021-03-09T00:47:58.302Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.67s) [2021-03-09T00:47:58.302Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.89s) [2021-03-09T00:47:58.302Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.58s) [2021-03-09T00:47:58.302Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.60s) [2021-03-09T00:47:58.302Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.68s) [2021-03-09T00:47:58.302Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.50s) [2021-03-09T00:47:58.302Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.69s) [2021-03-09T00:47:58.302Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.63s) [2021-03-09T00:47:58.302Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.55s) [2021-03-09T00:47:58.302Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.30s) [2021-03-09T00:47:58.302Z] === RUN TestCgroupNamespacesRun [2021-03-09T00:47:58.560Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-03-09T00:47:58.560Z] tests/integration/client_test.py ..... [ 75%] [2021-03-09T00:47:58.560Z] tests/integration/context_api_test.py ... [ 76%] [2021-03-09T00:47:58.560Z] tests/integration/errors_test.py . [ 76%] [2021-03-09T00:47:59.757Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-03-09T00:48:00.034Z] --- PASS: TestSecretsUpdate (3.40s) [2021-03-09T00:48:00.035Z] === RUN TestTemplatedSecret [2021-03-09T00:48:00.223Z] --- PASS: TestCgroupNamespacesRun (1.86s) [2021-03-09T00:48:00.223Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-09T00:48:00.685Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.60s) [2021-03-09T00:48:00.685Z] === RUN TestAPIIpcModeHost [2021-03-09T00:48:01.076Z] 5c4213be9af9: Download complete [2021-03-09T00:48:01.076Z] 5c4213be9af9: Pull complete [2021-03-09T00:48:01.076Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-03-09T00:48:01.076Z] Status: Downloaded newer image for busybox:latest [2021-03-09T00:48:01.246Z] --- PASS: TestAPIIpcModeHost (0.79s) [2021-03-09T00:48:01.247Z] === RUN TestDaemonIpcModeShareable [2021-03-09T00:48:01.332Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.25s) [2021-03-09T00:48:01.332Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:0lkpzlq1sunvks4tduj49emuw Created:2021-03-09 00:47:54.119025977 +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[22db054314f51a6e5a85eea56bccb4cf8ed26a3d8c0c5ab6c2749c4386f43ba6:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.iywl44mi8ut0oze0q7dcvjv0t EndpointID:3d90d88f9e293cac8b889a8f1ebbc013d5e54a7a34d4e1aff5ca7131004fa5c1 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f2dc63f84fa05cc34147b0b2f7965d01ac35c5e2e3682d4222d42aba3eb7c948 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:a784ed1ce4ff IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.iywl44mi8ut0oze0q7dcvjv0t EndpointID:3d90d88f9e293cac8b889a8f1ebbc013d5e54a7a34d4e1aff5ca7131004fa5c1 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-09T00:48:01.332Z] PASS [2021-03-09T00:48:01.332Z] [2021-03-09T00:48:01.332Z] === Skipped [2021-03-09T00:48:01.332Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-09T00:48:01.332Z] service_test.go:242: FLAKY_TEST [2021-03-09T00:48:01.332Z] [2021-03-09T00:48:01.332Z] [2021-03-09T00:48:01.332Z] DONE 26 tests, 1 skipped in 45.781s [2021-03-09T00:48:01.332Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-09T00:48:01.332Z] INFO: Testing against a local daemon [2021-03-09T00:48:01.332Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-09T00:48:01.332Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-09T00:48:01.332Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:48:01.332Z] === RUN TestDockerNetworkIpvlan [2021-03-09T00:48:01.332Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-09T00:48:01.332Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:48:01.332Z] PASS [2021-03-09T00:48:01.332Z] [2021-03-09T00:48:01.332Z] === Skipped [2021-03-09T00:48:01.333Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-09T00:48:01.333Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:48:01.333Z] [2021-03-09T00:48:01.333Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-09T00:48:01.333Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:48:01.333Z] [2021-03-09T00:48:01.333Z] [2021-03-09T00:48:01.333Z] DONE 2 tests, 2 skipped in 0.039s [2021-03-09T00:48:01.333Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-09T00:48:01.333Z] INFO: Testing against a local daemon [2021-03-09T00:48:01.333Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-09T00:48:01.333Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.30s) [2021-03-09T00:48:01.333Z] === RUN TestDockerNetworkMacvlan [2021-03-09T00:48:01.503Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-03-09T00:48:02.070Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-03-09T00:48:02.134Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.76s) [2021-03-09T00:48:02.134Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-09T00:48:02.274Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-09T00:48:02.844Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-09T00:48:03.000Z] --- PASS: TestDaemonIpcModeShareable (1.69s) [2021-03-09T00:48:03.000Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: true, mustBeShared: true [2021-03-09T00:48:03.000Z] === RUN TestDaemonIpcModePrivate [2021-03-09T00:48:03.599Z] --- PASS: TestTemplatedSecret (3.77s) [2021-03-09T00:48:03.599Z] === RUN TestSecretCreateResolve [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-09T00:48:03.786Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-09T00:48:03.906Z] + bundleName=amd64-rootless [2021-03-09T00:48:03.906Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-03-09T00:48:03.906Z] Creating amd64-rootless-bundles.tar.gz [2021-03-09T00:48:03.906Z] + 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-09T00:48:03.906Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2021-03-09T00:48:03.918Z] Archiving artifacts [2021-03-09T00:48:04.049Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.88s) [2021-03-09T00:48:04.049Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-09T00:48:04.892Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-03-09T00:48:04.892Z] --- PASS: TestDaemonIpcModePrivate (1.57s) [2021-03-09T00:48:04.892Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: false, mustBeShared: false [2021-03-09T00:48:04.892Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-09T00:48:05.699Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-09T00:48:05.820Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-03-09T00:48:05.820Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-03-09T00:48:05.852Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41757/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-09T00:48:05.964Z] --- PASS: TestCgroupNamespacesRunHostMode (1.92s) [2021-03-09T00:48:05.964Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-09T00:48:06.076Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.56s) [2021-03-09T00:48:06.077Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:93, shared: false, mustBeShared: false [2021-03-09T00:48:06.077Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-09T00:48:06.168Z] + make clean [2021-03-09T00:48:06.427Z] docker volume rm -f docker-dev-cache [2021-03-09T00:48:06.427Z] docker-dev-cache [Pipeline] deleteDir [2021-03-09T00:48:07.006Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T00:48:07.568Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.53s) [2021-03-09T00:48:07.568Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: true, mustBeShared: true [2021-03-09T00:48:07.568Z] === RUN TestIpcModeOlderClient [2021-03-09T00:48:07.568Z] === PAUSE TestIpcModeOlderClient [2021-03-09T00:48:07.568Z] === RUN TestKillContainerInvalidSignal [2021-03-09T00:48:07.612Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-09T00:48:07.877Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.87s) [2021-03-09T00:48:07.877Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-09T00:48:08.061Z] --- PASS: TestSecretCreateResolve (3.77s) [2021-03-09T00:48:08.061Z] PASS [2021-03-09T00:48:08.061Z] [2021-03-09T00:48:08.061Z] DONE 6 tests in 22.421s [2021-03-09T00:48:08.061Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2021-03-09T00:48:08.061Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2021-03-09T00:48:08.061Z] ++ set -e [2021-03-09T00:48:08.061Z] ++ '[' -n 0 ']' [2021-03-09T00:48:08.061Z] ++ set -x [2021-03-09T00:48:08.061Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2021-03-09T00:48:08.061Z] INFO: Testing against a local daemon [2021-03-09T00:48:08.061Z] === RUN TestServiceCreateInit [2021-03-09T00:48:08.061Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-09T00:48:08.497Z] --- PASS: TestKillContainerInvalidSignal (0.65s) [2021-03-09T00:48:08.498Z] === RUN TestKillContainer [2021-03-09T00:48:08.498Z] === RUN TestKillContainer/no_signal [2021-03-09T00:48:08.616Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-09T00:48:09.060Z] === RUN TestKillContainer/non_killing_signal [2021-03-09T00:48:09.258Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-09T00:48:09.315Z] === RUN TestKillContainer/killing_signal [2021-03-09T00:48:09.790Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.76s) [2021-03-09T00:48:09.790Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-09T00:48:10.242Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-03-09T00:48:10.242Z] --- PASS: TestKillContainer (1.99s) [2021-03-09T00:48:10.242Z] --- PASS: TestKillContainer/no_signal (0.58s) [2021-03-09T00:48:10.242Z] --- PASS: TestKillContainer/non_killing_signal (0.49s) [2021-03-09T00:48:10.242Z] --- PASS: TestKillContainer/killing_signal (0.67s) [2021-03-09T00:48:10.242Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-09T00:48:10.242Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-09T00:48:10.362Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.00s) [2021-03-09T00:48:10.362Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-09T00:48:11.170Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-09T00:48:11.733Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.27s) [2021-03-09T00:48:11.733Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.63s) [2021-03-09T00:48:11.733Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.47s) [2021-03-09T00:48:11.733Z] === RUN TestKillStoppedContainer [2021-03-09T00:48:11.733Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-03-09T00:48:11.733Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-09T00:48:11.734Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-03-09T00:48:11.734Z] === RUN TestKillDifferentUserContainer [2021-03-09T00:48:11.815Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-09T00:48:12.077Z] --- PASS: TestDockerNetworkMacvlan (10.60s) [2021-03-09T00:48:12.077Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2021-03-09T00:48:12.077Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-03-09T00:48:12.077Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.03s) [2021-03-09T00:48:12.077Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.97s) [2021-03-09T00:48:12.077Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.38s) [2021-03-09T00:48:12.077Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.69s) [2021-03-09T00:48:12.077Z] PASS [2021-03-09T00:48:12.077Z] [2021-03-09T00:48:12.077Z] DONE 8 tests in 11.929s [2021-03-09T00:48:12.077Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-09T00:48:12.077Z] testing: warning: no tests to run [2021-03-09T00:48:12.077Z] PASS [2021-03-09T00:48:12.077Z] [2021-03-09T00:48:12.077Z] DONE 0 tests in 0.006s [2021-03-09T00:48:12.077Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-09T00:48:12.077Z] INFO: Testing against a local daemon [2021-03-09T00:48:12.077Z] === RUN TestAuthZPluginAllowRequest [2021-03-09T00:48:12.272Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.86s) [2021-03-09T00:48:12.272Z] === RUN TestKernelTCPMemory [2021-03-09T00:48:12.306Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-03-09T00:48:12.306Z] --- PASS: TestKillDifferentUserContainer (0.64s) [2021-03-09T00:48:12.306Z] === RUN TestInspectOomKilledTrue [2021-03-09T00:48:12.306Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2021-03-09T00:48:12.306Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:48:12.306Z] === RUN TestInspectOomKilledFalse [2021-03-09T00:48:12.306Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-09T00:48:12.306Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:48:12.306Z] === RUN TestLinksEtcHostsContentMatch [2021-03-09T00:48:13.215Z] --- PASS: TestKernelTCPMemory (0.86s) [2021-03-09T00:48:13.215Z] === RUN TestNISDomainname [2021-03-09T00:48:13.240Z] --- PASS: TestLinksEtcHostsContentMatch (0.68s) [2021-03-09T00:48:13.240Z] === RUN TestLinksContainerNames [2021-03-09T00:48:13.461Z] --- PASS: TestAuthZPluginAllowRequest (1.25s) [2021-03-09T00:48:13.461Z] === RUN TestAuthZPluginTLS [2021-03-09T00:48:13.650Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-09T00:48:14.031Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-03-09T00:48:14.031Z] === RUN TestAuthZPluginDenyRequest [2021-03-09T00:48:14.156Z] --- PASS: TestNISDomainname (0.99s) [2021-03-09T00:48:14.156Z] === RUN TestHostnameDnsResolution [2021-03-09T00:48:14.601Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-03-09T00:48:14.601Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-09T00:48:14.608Z] --- PASS: TestLinksContainerNames (1.69s) [2021-03-09T00:48:14.608Z] === RUN TestLogsFollowTailEmpty [2021-03-09T00:48:14.862Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-03-09T00:48:14.862Z] === RUN TestAuthZPluginDenyResponse [2021-03-09T00:48:15.433Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-03-09T00:48:15.433Z] === RUN TestAuthZPluginAllowEventStream [2021-03-09T00:48:15.536Z] --- PASS: TestLogsFollowTailEmpty (0.62s) [2021-03-09T00:48:15.536Z] === RUN TestContainerNetworkMountsNoChown [2021-03-09T00:48:16.068Z] --- PASS: TestHostnameDnsResolution (1.69s) [2021-03-09T00:48:16.068Z] === RUN TestStats [2021-03-09T00:48:16.100Z] --- PASS: TestContainerNetworkMountsNoChown (0.61s) [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/default [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/default [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/private [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/private [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/rprivate [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/slave [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/slave [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/rslave [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/shared [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/shared [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/rshared [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/default [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/rshared [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:48:16.100Z] === RUN TestDockerSuite/TestBuildBlankName [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/shared [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/rslave [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/slave [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/rprivate [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/private [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-09T00:48:16.100Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:48:16.100Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:48:16.100Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-09T00:48:16.356Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:48:16.356Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:48:16.356Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-09T00:48:16.356Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:48:16.356Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-09T00:48:16.356Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:48:16.356Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:48:16.356Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:48:16.356Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:48:16.356Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:48:16.356Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-09T00:48:16.356Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:48:16.356Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-03-09T00:48:16.613Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-09T00:48:16.613Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:48:16.613Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:48:16.613Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:48:16.613Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-09T00:48:16.613Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:48:16.613Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-03-09T00:48:16.613Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-03-09T00:48:16.613Z] === RUN TestContainerBindMountNonRecursive [2021-03-09T00:48:16.847Z] --- PASS: TestAuthZPluginAllowEventStream (1.31s) [2021-03-09T00:48:16.847Z] === RUN TestAuthZPluginErrorResponse [2021-03-09T00:48:16.966Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-03-09T00:48:17.434Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-03-09T00:48:17.434Z] === RUN TestAuthZPluginErrorRequest [2021-03-09T00:48:18.006Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-03-09T00:48:18.006Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-09T00:48:18.576Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-03-09T00:48:18.576Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-09T00:48:18.610Z] --- PASS: TestStats (2.82s) [2021-03-09T00:48:18.610Z] === RUN TestStopContainerWithTimeout [2021-03-09T00:48:18.610Z] === RUN TestStopContainerWithTimeout/0 [2021-03-09T00:48:18.610Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-09T00:48:18.610Z] === RUN TestStopContainerWithTimeout/1 [2021-03-09T00:48:18.610Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-09T00:48:18.610Z] === RUN TestStopContainerWithTimeout/3 [2021-03-09T00:48:18.610Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-09T00:48:18.610Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-09T00:48:18.610Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-09T00:48:18.610Z] === CONT TestStopContainerWithTimeout/0 [2021-03-09T00:48:18.610Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-09T00:48:18.610Z] === CONT TestStopContainerWithTimeout/3 [2021-03-09T00:48:18.610Z] === CONT TestStopContainerWithTimeout/1 [2021-03-09T00:48:19.131Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-03-09T00:48:19.131Z] --- PASS: TestContainerBindMountNonRecursive (2.51s) [2021-03-09T00:48:19.131Z] === RUN TestContainerVolumesMountedAsShared [2021-03-09T00:48:19.225Z] --- PASS: TestServiceCreateInit (10.97s) [2021-03-09T00:48:19.225Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.53s) [2021-03-09T00:48:19.225Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.43s) [2021-03-09T00:48:19.225Z] === RUN TestCreateServiceMultipleTimes [2021-03-09T00:48:19.747Z] 4612f6d0b889: Pull complete [2021-03-09T00:48:19.961Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.58s) [2021-03-09T00:48:19.961Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-09T00:48:20.058Z] --- PASS: TestContainerVolumesMountedAsShared (0.78s) [2021-03-09T00:48:20.058Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-09T00:48:20.621Z] --- PASS: TestContainerVolumesMountedAsSlave (0.80s) [2021-03-09T00:48:20.621Z] === RUN TestNetworkNat [2021-03-09T00:48:20.878Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-03-09T00:48:21.134Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-03-09T00:48:21.697Z] --- PASS: TestNetworkNat (0.92s) [2021-03-09T00:48:21.697Z] === RUN TestNetworkLocalhostTCPNat [2021-03-09T00:48:21.872Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.54s) [2021-03-09T00:48:21.872Z] === RUN TestAuthZPluginHeader [2021-03-09T00:48:21.914Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-03-09T00:48:21.914Z] --- PASS: TestStopContainerWithTimeout/0 (1.25s) [2021-03-09T00:48:21.914Z] --- PASS: TestStopContainerWithTimeout/1 (2.14s) [2021-03-09T00:48:21.914Z] --- PASS: TestStopContainerWithTimeout/3 (3.10s) [2021-03-09T00:48:21.914Z] --- PASS: TestStopContainerWithTimeout/-1 (3.27s) [2021-03-09T00:48:21.914Z] === RUN TestDeleteDevicemapper [2021-03-09T00:48:21.914Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-09T00:48:21.914Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-09T00:48:21.914Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-09T00:48:22.260Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-03-09T00:48:22.443Z] --- PASS: TestAuthZPluginHeader (0.73s) [2021-03-09T00:48:22.443Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-09T00:48:22.516Z] --- PASS: TestNetworkLocalhostTCPNat (0.92s) [2021-03-09T00:48:22.516Z] === RUN TestNetworkLoopbackNat [2021-03-09T00:48:23.411Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-03-09T00:48:24.459Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.60s) [2021-03-09T00:48:24.459Z] === RUN TestUpdateMemory [2021-03-09T00:48:24.459Z] --- SKIP: TestUpdateMemory (0.00s) [2021-03-09T00:48:24.459Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:48:24.459Z] === RUN TestUpdateCPUQuota [2021-03-09T00:48:24.786Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-03-09T00:48:25.742Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.51s) [2021-03-09T00:48:25.742Z] === RUN TestAuthZPluginV2Disable [2021-03-09T00:48:26.151Z] --- PASS: TestNetworkLoopbackNat (3.36s) [2021-03-09T00:48:26.151Z] === RUN TestPause [2021-03-09T00:48:26.370Z] --- PASS: TestUpdateCPUQuota (1.43s) [2021-03-09T00:48:26.370Z] === RUN TestUpdatePidsLimit [2021-03-09T00:48:26.370Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-09T00:48:26.370Z] === RUN TestUpdatePidsLimit/no_change [2021-03-09T00:48:26.715Z] --- PASS: TestPause (0.89s) [2021-03-09T00:48:26.715Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-09T00:48:26.715Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-09T00:48:26.715Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-09T00:48:26.715Z] === RUN TestPauseStopPausedContainer [2021-03-09T00:48:26.941Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-09T00:48:27.201Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-09T00:48:27.646Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-03-09T00:48:27.772Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-09T00:48:27.903Z] --- PASS: TestPauseStopPausedContainer (1.12s) [2021-03-09T00:48:27.903Z] === RUN TestPsFilter [2021-03-09T00:48:28.033Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-09T00:48:28.160Z] --- PASS: TestPsFilter (0.19s) [2021-03-09T00:48:28.160Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-09T00:48:28.608Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-09T00:48:29.042Z] --- PASS: TestAuthZPluginV2Disable (3.05s) [2021-03-09T00:48:29.042Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-09T00:48:29.091Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.83s) [2021-03-09T00:48:29.091Z] === RUN TestRemoveContainerWithVolume [2021-03-09T00:48:29.655Z] --- PASS: TestRemoveContainerWithVolume (0.78s) [2021-03-09T00:48:29.655Z] === RUN TestRemoveContainerRunning [2021-03-09T00:48:29.912Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-03-09T00:48:29.996Z] --- PASS: TestUpdatePidsLimit (3.79s) [2021-03-09T00:48:29.996Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.40s) [2021-03-09T00:48:29.996Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2021-03-09T00:48:29.996Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2021-03-09T00:48:29.996Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2021-03-09T00:48:29.996Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2021-03-09T00:48:29.996Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.42s) [2021-03-09T00:48:29.996Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.42s) [2021-03-09T00:48:29.996Z] === RUN TestUpdateRestartPolicy [2021-03-09T00:48:30.841Z] --- PASS: TestRemoveContainerRunning (1.03s) [2021-03-09T00:48:30.841Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-09T00:48:31.403Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-03-09T00:48:31.660Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.83s) [2021-03-09T00:48:31.660Z] === RUN TestRemoveInvalidContainer [2021-03-09T00:48:31.660Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-09T00:48:31.660Z] === RUN TestRenameLinkedContainer [2021-03-09T00:48:31.846Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-09T00:48:33.246Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.82s) [2021-03-09T00:48:33.246Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-09T00:48:33.498Z] ......... [ 86%] [2021-03-09T00:48:35.832Z] --- PASS: TestRenameLinkedContainer (4.15s) [2021-03-09T00:48:35.832Z] === RUN TestRenameStoppedContainer [2021-03-09T00:48:35.832Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-03-09T00:48:36.761Z] --- PASS: TestRenameStoppedContainer (0.81s) [2021-03-09T00:48:36.761Z] === RUN TestRenameRunningContainerAndReuse [2021-03-09T00:48:37.992Z] tests/integration/models_images_test.py ............... [ 89%] [2021-03-09T00:48:38.134Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-03-09T00:48:38.697Z] --- PASS: TestRenameRunningContainerAndReuse (2.13s) [2021-03-09T00:48:38.697Z] === RUN TestRenameInvalidName [2021-03-09T00:48:39.186Z] tests/integration/models_networks_test.py .... [ 90%] [2021-03-09T00:48:39.625Z] --- PASS: TestRenameInvalidName (0.84s) [2021-03-09T00:48:39.626Z] === RUN TestRenameAnonymousContainer [2021-03-09T00:48:40.555Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-03-09T00:48:41.692Z] --- PASS: TestCreateServiceMultipleTimes (22.83s) [2021-03-09T00:48:41.692Z] === RUN TestCreateServiceConflict [2021-03-09T00:48:41.925Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-03-09T00:48:42.219Z] --- PASS: TestUpdateRestartPolicy (12.45s) [2021-03-09T00:48:42.219Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-09T00:48:42.489Z] --- PASS: TestRenameAnonymousContainer (2.89s) [2021-03-09T00:48:42.489Z] === RUN TestRenameContainerWithSameName [2021-03-09T00:48:43.050Z] --- PASS: TestRenameContainerWithSameName (0.71s) [2021-03-09T00:48:43.050Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-09T00:48:43.159Z] --- PASS: TestUpdateRestartWithAutoRemove (0.79s) [2021-03-09T00:48:43.159Z] === RUN TestWaitNonBlocked [2021-03-09T00:48:43.159Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:48:43.159Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:48:43.159Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:48:43.159Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:48:43.159Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:48:43.159Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:48:43.242Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.63s) [2021-03-09T00:48:43.242Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-09T00:48:44.100Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-03-09T00:48:44.100Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.95s) [2021-03-09T00:48:44.100Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.00s) [2021-03-09T00:48:44.100Z] === RUN TestWaitBlocked [2021-03-09T00:48:44.100Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:48:44.100Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:48:44.100Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:48:44.100Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:48:44.100Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:48:44.100Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:48:44.613Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-09T00:48:44.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-09T00:48:44.941Z] --- PASS: TestRenameContainerWithLinkedContainer (1.65s) [2021-03-09T00:48:44.941Z] === RUN TestResize [2021-03-09T00:48:45.212Z] --- PASS: TestCreateServiceConflict (3.74s) [2021-03-09T00:48:45.212Z] === RUN TestCreateServiceMaxReplicas [2021-03-09T00:48:45.485Z] --- PASS: TestWaitBlocked (0.02s) [2021-03-09T00:48:45.486Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.09s) [2021-03-09T00:48:45.486Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.15s) [2021-03-09T00:48:45.486Z] === CONT TestContainerStartOnDaemonRestart [2021-03-09T00:48:45.486Z] === CONT TestDaemonHostGatewayIP [2021-03-09T00:48:45.486Z] === CONT TestIpcModeOlderClient [2021-03-09T00:48:45.486Z] === CONT TestContainerKillOnDaemonStart [2021-03-09T00:48:45.486Z] --- PASS: TestIpcModeOlderClient (0.23s) [2021-03-09T00:48:45.486Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-09T00:48:45.503Z] --- PASS: TestResize (0.80s) [2021-03-09T00:48:45.503Z] === RUN TestResizeWithInvalidSize [2021-03-09T00:48:45.845Z] tests/integration/models_nodes_test.py . [ 91%] [2021-03-09T00:48:45.845Z] tests/integration/models_resources_test.py . [ 91%] [2021-03-09T00:48:46.433Z] --- PASS: TestResizeWithInvalidSize (0.80s) [2021-03-09T00:48:46.434Z] === RUN TestResizeWhenContainerNotStarted [2021-03-09T00:48:46.434Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-03-09T00:48:46.438Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-09T00:48:47.252Z] --- PASS: TestResizeWhenContainerNotStarted (0.71s) [2021-03-09T00:48:47.252Z] === RUN TestDaemonRestartKillContainers [2021-03-09T00:48:47.252Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-09T00:48:47.252Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-09T00:48:47.252Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-09T00:48:47.252Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-09T00:48:47.252Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-09T00:48:47.252Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-09T00:48:47.252Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-09T00:48:47.252Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-09T00:48:47.252Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-09T00:48:47.253Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-09T00:48:47.253Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-09T00:48:47.253Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-09T00:48:47.253Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-09T00:48:47.253Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-09T00:48:47.253Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-09T00:48:47.253Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-09T00:48:47.253Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:48:47.253Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:48:47.253Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:48:47.253Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:48:47.253Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:48:47.253Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:48:47.253Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:48:47.253Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:48:47.253Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-09T00:48:47.253Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-09T00:48:47.482Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-09T00:48:47.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-09T00:48:47.813Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-03-09T00:48:47.816Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-03-09T00:48:48.765Z] --- PASS: TestCreateServiceMaxReplicas (3.90s) [2021-03-09T00:48:48.765Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-09T00:48:48.793Z] --- PASS: TestContainerStartOnDaemonRestart (3.57s) [2021-03-09T00:48:48.793Z] === CONT TestDaemonRestartIpcMode [2021-03-09T00:48:49.364Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.88s) [2021-03-09T00:48:49.708Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-03-09T00:48:49.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-09T00:48:50.272Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-09T00:48:50.309Z] --- PASS: TestDaemonHostGatewayIP (5.02s) [2021-03-09T00:48:50.528Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-09T00:48:50.564Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-03-09T00:48:50.822Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-03-09T00:48:51.456Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-03-09T00:48:52.219Z] --- PASS: TestDaemonRestartIpcMode (3.54s) [2021-03-09T00:48:53.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-09T00:48:54.724Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-09T00:48:54.724Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-03-09T00:48:54.724Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-09T00:48:54.744Z] tests/integration/regression_test.py ...... [ 98%] [2021-03-09T00:48:54.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-09T00:48:54.985Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-03-09T00:48:55.004Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-03-09T00:48:55.241Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-03-09T00:48:55.262Z] tests/integration/credentials/utils_test.py . [100%] [2021-03-09T00:48:55.262Z] [2021-03-09T00:48:55.262Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-03-09T00:48:55.262Z] =========================== short test summary info ============================ [2021-03-09T00:48:55.262Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-03-09T00:48:55.262Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-03-09T00:48:55.262Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-03-09T00:48:55.262Z] Not supported on most drivers [2021-03-09T00:48:55.262Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-03-09T00:48:55.262Z] Output of docker top depends on host distro, and is not formalized. [2021-03-09T00:48:55.262Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-03-09T00:48:55.262Z] Output of docker top depends on host distro, and is not formalized. [2021-03-09T00:48:55.262Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-03-09T00:48:55.262Z] Can fail if eth0 has multiple IP addresses [2021-03-09T00:48:55.262Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-03-09T00:48:55.262Z] This doesn't seem to be taken into account by the engine [2021-03-09T00:48:55.262Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2021-03-09T00:48:55.262Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-03-09T00:48:55.262Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 296.02 seconds == [2021-03-09T00:48:55.520Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-03-09T00:48:57.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-09T00:48:57.134Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-03-09T00:48:57.134Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-09T00:48:57.381Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-09T00:48:57.695Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-03-09T00:48:57.695Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:48:58.796Z] --- PASS: TestContainerKillOnDaemonStart (13.12s) [2021-03-09T00:48:58.796Z] PASS [2021-03-09T00:48:58.796Z] [2021-03-09T00:48:58.796Z] === Skipped [2021-03-09T00:48:58.796Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-03-09T00:48:58.796Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-09T00:48:58.796Z] [2021-03-09T00:48:58.796Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-09T00:48:58.796Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:48:58.796Z] [2021-03-09T00:48:58.796Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-09T00:48:58.796Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:48:58.796Z] [2021-03-09T00:48:58.796Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-09T00:48:58.796Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-09T00:48:58.796Z] [2021-03-09T00:48:58.796Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-09T00:48:58.796Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-09T00:48:58.796Z] [2021-03-09T00:48:58.796Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-03-09T00:48:58.796Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:48:58.796Z] [2021-03-09T00:48:58.796Z] [2021-03-09T00:48:58.796Z] DONE 196 tests, 6 skipped in 142.669s [2021-03-09T00:48:58.796Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-03-09T00:48:58.796Z] ++ 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-09T00:48:58.796Z] ++ set -e [2021-03-09T00:48:58.796Z] ++ '[' -n 0 ']' [2021-03-09T00:48:58.796Z] ++ set -x [2021-03-09T00:48:58.796Z] ++ env -i DEST=/go/src/github.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-09T00:48:58.796Z] INFO: Testing against a local daemon [2021-03-09T00:48:58.796Z] === RUN TestCommitInheritsEnv [2021-03-09T00:48:59.365Z] --- PASS: TestCommitInheritsEnv (0.60s) [2021-03-09T00:48:59.365Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-09T00:48:59.365Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-03-09T00:48:59.365Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-03-09T00:48:59.365Z] === RUN TestImagesFilterMultiReference [2021-03-09T00:48:59.365Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-03-09T00:48:59.365Z] === RUN TestImagePullPlatformInvalid [2021-03-09T00:48:59.365Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-03-09T00:48:59.365Z] === RUN TestRemoveImageOrphaning [2021-03-09T00:48:59.475Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-09T00:48:59.586Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-03-09T00:48:59.586Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:48:59.936Z] --- PASS: TestRemoveImageOrphaning (0.56s) [2021-03-09T00:48:59.936Z] === RUN TestRemoveImageGarbageCollector [2021-03-09T00:48:59.936Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-09T00:48:59.936Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:48:59.936Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-09T00:48:59.936Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-03-09T00:48:59.936Z] === RUN TestTagInvalidReference [2021-03-09T00:48:59.936Z] --- PASS: TestTagInvalidReference (0.03s) [2021-03-09T00:48:59.936Z] === RUN TestTagValidPrefixedRepo [2021-03-09T00:49:00.149Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:49:00.149Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-03-09T00:49:00.196Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-03-09T00:49:00.196Z] === RUN TestTagExistedNameWithoutForce [2021-03-09T00:49:00.196Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-03-09T00:49:00.196Z] === RUN TestTagOfficialNames [2021-03-09T00:49:00.196Z] --- PASS: TestTagOfficialNames (0.07s) [2021-03-09T00:49:00.196Z] === RUN TestTagMatchesDigest [2021-03-09T00:49:00.196Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-03-09T00:49:00.196Z] PASS [2021-03-09T00:49:00.196Z] [2021-03-09T00:49:00.196Z] === Skipped [2021-03-09T00:49:00.196Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-03-09T00:49:00.196Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-03-09T00:49:00.196Z] [2021-03-09T00:49:00.196Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-09T00:49:00.196Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:49:00.196Z] [2021-03-09T00:49:00.196Z] [2021-03-09T00:49:00.196Z] DONE 12 tests, 2 skipped in 1.905s [2021-03-09T00:49:00.196Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-03-09T00:49:00.196Z] ++ 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-09T00:49:00.196Z] ++ set -e [2021-03-09T00:49:00.196Z] ++ '[' -n 0 ']' [2021-03-09T00:49:00.196Z] ++ set -x [2021-03-09T00:49:00.196Z] ++ env -i DEST=/go/src/github.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-09T00:49:00.457Z] INFO: Testing against a local daemon [2021-03-09T00:49:00.457Z] === RUN TestNetworkCreateDelete [2021-03-09T00:49:00.522Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-09T00:49:01.028Z] --- PASS: TestNetworkCreateDelete (0.41s) [2021-03-09T00:49:01.028Z] === RUN TestDockerNetworkDeletePreferID [2021-03-09T00:49:01.348Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2021-03-09T00:49:01.348Z] PASS [2021-03-09T00:49:01.348Z] [2021-03-09T00:49:01.348Z] DONE 17 tests in 46.800s [2021-03-09T00:49:01.348Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-09T00:49:01.348Z] INFO: Testing against a local daemon [2021-03-09T00:49:01.348Z] === RUN TestPluginInvalidJSON [2021-03-09T00:49:01.348Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:49:01.348Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:49:01.348Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:49:01.348Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-03-09T00:49:01.348Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-09T00:49:01.348Z] === RUN TestPluginInstall [2021-03-09T00:49:01.348Z] === RUN TestPluginInstall/no_auth [2021-03-09T00:49:01.348Z] time="2021-03-09T00:49:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:49:01.348Z] time="2021-03-09T00:49:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e77acdfa1b60c513a6cd8f1857e5d53c0a991d96372da2e36873f6f56c5293c8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:49:01.348Z] time="2021-03-09T00:49:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:49:01.348Z] time="2021-03-09T00:49:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e77acdfa1b60c513a6cd8f1857e5d53c0a991d96372da2e36873f6f56c5293c8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:49:01.348Z] === RUN TestPluginInstall/with_htpasswd [2021-03-09T00:49:01.518Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:49:01.608Z] time="2021-03-09T00:49:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:49:01.608Z] time="2021-03-09T00:49:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e77acdfa1b60c513a6cd8f1857e5d53c0a991d96372da2e36873f6f56c5293c8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:49:01.608Z] time="2021-03-09T00:49:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:49:01.608Z] time="2021-03-09T00:49:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e77acdfa1b60c513a6cd8f1857e5d53c0a991d96372da2e36873f6f56c5293c8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:49:01.774Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-09T00:49:01.869Z] === RUN TestPluginInstall/with_insecure [2021-03-09T00:49:02.411Z] --- PASS: TestDockerNetworkDeletePreferID (1.20s) [2021-03-09T00:49:02.411Z] === RUN TestDaemonDNSFallback [2021-03-09T00:49:02.610Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-09T00:49:02.811Z] time="2021-03-09T00:49:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:49:02.811Z] time="2021-03-09T00:49:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:65ee006e55e4ca0c6a1ca76e7d7f2b288a81b725171eea0d88d99599d2644a1b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:49:02.811Z] time="2021-03-09T00:49:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:49:02.811Z] time="2021-03-09T00:49:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:65ee006e55e4ca0c6a1ca76e7d7f2b288a81b725171eea0d88d99599d2644a1b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:49:03.072Z] --- PASS: TestPluginInstall (4.24s) [2021-03-09T00:49:03.072Z] --- PASS: TestPluginInstall/no_auth (2.17s) [2021-03-09T00:49:03.072Z] --- PASS: TestPluginInstall/with_htpasswd (0.81s) [2021-03-09T00:49:03.072Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2021-03-09T00:49:03.072Z] plugin_test.go:160: [d9579293d4d51] daemon is not started [2021-03-09T00:49:03.072Z] === RUN TestPluginsWithRuntimes [2021-03-09T00:49:03.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-09T00:49:04.984Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-09T00:49:05.048Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-09T00:49:05.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.11s) [2021-03-09T00:49:05.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.37s) [2021-03-09T00:49:05.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.98s) [2021-03-09T00:49:05.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.34s) [2021-03-09T00:49:05.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.00s) [2021-03-09T00:49:05.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.84s) [2021-03-09T00:49:05.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.99s) [2021-03-09T00:49:05.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.79s) [2021-03-09T00:49:05.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.91s) [2021-03-09T00:49:05.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.83s) [2021-03-09T00:49:05.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.80s) [2021-03-09T00:49:05.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.75s) [2021-03-09T00:49:05.048Z] === RUN TestCgroupNamespacesRun [2021-03-09T00:49:05.208Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-09T00:49:05.925Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-09T00:49:05.978Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-03-09T00:49:06.540Z] --- PASS: TestCgroupNamespacesRun (1.87s) [2021-03-09T00:49:06.540Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-09T00:49:06.737Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-09T00:49:06.737Z] Using test binary docker [2021-03-09T00:49:06.737Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-09T00:49:06.737Z] +++ /etc/init.d/apparmor start [2021-03-09T00:49:06.737Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-09T00:49:06.737Z] INFO: Waiting for daemon to start... [2021-03-09T00:49:06.737Z] Starting dockerd [2021-03-09T00:49:06.737Z] +++ 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-09T00:49:06.866Z] --- PASS: TestPluginsWithRuntimes (3.61s) [2021-03-09T00:49:06.866Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.94s) [2021-03-09T00:49:06.866Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.92s) [2021-03-09T00:49:06.866Z] PASS [2021-03-09T00:49:06.866Z] [2021-03-09T00:49:06.866Z] DONE 9 tests in 7.899s [2021-03-09T00:49:06.866Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-09T00:49:06.866Z] INFO: Testing against a local daemon [2021-03-09T00:49:06.866Z] === RUN TestExternalGraphDriver [2021-03-09T00:49:06.866Z] === RUN TestExternalGraphDriver/json [2021-03-09T00:49:07.102Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-03-09T00:49:07.347Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.66s) [2021-03-09T00:49:07.347Z] === RUN TestCreateServiceSecretFileMode [2021-03-09T00:49:07.714Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-09T00:49:07.714Z] [2021-03-09T00:49:07.714Z] Unloading profiles will leave already running processes permanently [2021-03-09T00:49:07.714Z] unconfined, which can lead to unexpected situations. [2021-03-09T00:49:07.714Z] [2021-03-09T00:49:07.714Z] To set a process to complain mode, use the command line tool [2021-03-09T00:49:07.714Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-09T00:49:07.714Z] Post stage [Pipeline] junit [2021-03-09T00:49:07.726Z] Recording test results [2021-03-09T00:49:08.385Z] --- PASS: TestCreateServiceSecretFileMode (3.66s) [2021-03-09T00:49:08.385Z] === RUN TestCreateServiceConfigFileMode [2021-03-09T00:49:08.470Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.07s) [2021-03-09T00:49:08.470Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-09T00:49:08.727Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-03-09T00:49:08.778Z] === RUN TestExternalGraphDriver/spec [2021-03-09T00:49:08.797Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-03-09T00:49:08.814Z] . [2021-03-09T00:49:08.814Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-09T00:49:08.814Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-09T00:49:08.814Z] Error: No such image: emptyfs [2021-03-09T00:49:08.814Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-09T00:49:08.814Z] ++++ docker load [2021-03-09T00:49:08.814Z] Running integration-test (iteration 1) [2021-03-09T00:49:08.814Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2021-03-09T00:49:08.814Z] ++ 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-09T00:49:08.814Z] ++ set -e [2021-03-09T00:49:08.814Z] ++ '[' -n 0 ']' [2021-03-09T00:49:08.814Z] ++ set -x [2021-03-09T00:49:08.814Z] ++ env -i DEST=/go/src/github.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-09T00:49:09.077Z] + echo Ensuring container killed. [2021-03-09T00:49:09.077Z] Ensuring container killed. [2021-03-09T00:49:09.077Z] + docker rm -vf docker-pr6 [2021-03-09T00:49:09.077Z] Error: No such container: docker-pr6 [Pipeline] sh [2021-03-09T00:49:09.291Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-03-09T00:49:09.363Z] + echo Chowning /workspace to jenkins user [2021-03-09T00:49:09.363Z] Chowning /workspace to jenkins user [2021-03-09T00:49:09.363Z] + id -u [2021-03-09T00:49:09.363Z] + id -g [2021-03-09T00:49:09.363Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41757:/workspace busybox chown -R 1000:1000 /workspace [2021-03-09T00:49:09.363Z] Unable to find image 'busybox:latest' locally [2021-03-09T00:49:09.854Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-03-09T00:49:10.417Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.93s) [2021-03-09T00:49:10.417Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-09T00:49:10.542Z] --- PASS: TestDaemonDNSFallback (7.47s) [2021-03-09T00:49:10.542Z] === RUN TestInspectNetwork [2021-03-09T00:49:10.673Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-03-09T00:49:10.692Z] === RUN TestExternalGraphDriver/pull [2021-03-09T00:49:11.635Z] --- PASS: TestExternalGraphDriver (4.89s) [2021-03-09T00:49:11.635Z] --- PASS: TestExternalGraphDriver/json (1.69s) [2021-03-09T00:49:11.635Z] --- PASS: TestExternalGraphDriver/spec (1.70s) [2021-03-09T00:49:11.635Z] --- PASS: TestExternalGraphDriver/pull (1.43s) [2021-03-09T00:49:11.635Z] === RUN TestGraphdriverPluginV2 [2021-03-09T00:49:11.902Z] --- PASS: TestCreateServiceConfigFileMode (3.59s) [2021-03-09T00:49:11.902Z] === RUN TestCreateServiceSysctls [2021-03-09T00:49:12.567Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-03-09T00:49:12.567Z] --- PASS: TestCgroupNamespacesRunHostMode (1.87s) [2021-03-09T00:49:12.567Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-09T00:49:13.934Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-03-09T00:49:14.190Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.78s) [2021-03-09T00:49:14.190Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-09T00:49:14.627Z] latest: Pulling from library/busybox [2021-03-09T00:49:14.628Z] 5c4213be9af9: Pulling fs layer [2021-03-09T00:49:14.628Z] 5c4213be9af9: Verifying Checksum [2021-03-09T00:49:14.628Z] 5c4213be9af9: Download complete [2021-03-09T00:49:14.628Z] 5c4213be9af9: Pull complete [2021-03-09T00:49:14.770Z] === RUN TestInspectNetwork/full_network_id [2021-03-09T00:49:14.770Z] === RUN TestInspectNetwork/partial_network_id [2021-03-09T00:49:14.770Z] === RUN TestInspectNetwork/network_name [2021-03-09T00:49:14.770Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-09T00:49:14.896Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-03-09T00:49:14.896Z] Status: Downloaded newer image for busybox:latest [2021-03-09T00:49:15.838Z] --- PASS: TestGraphdriverPluginV2 (3.56s) [2021-03-09T00:49:15.838Z] PASS [2021-03-09T00:49:15.838Z] [2021-03-09T00:49:15.838Z] DONE 5 tests in 8.489s [2021-03-09T00:49:15.838Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-09T00:49:15.838Z] INFO: Testing against a local daemon [2021-03-09T00:49:15.838Z] === RUN TestContinueAfterPluginCrash [2021-03-09T00:49:15.838Z] === PAUSE TestContinueAfterPluginCrash [2021-03-09T00:49:15.838Z] === RUN TestReadPluginNoRead [2021-03-09T00:49:15.838Z] === PAUSE TestReadPluginNoRead [2021-03-09T00:49:15.838Z] === RUN TestDaemonStartWithLogOpt [2021-03-09T00:49:15.838Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-09T00:49:15.838Z] === CONT TestContinueAfterPluginCrash [2021-03-09T00:49:15.838Z] === CONT TestDaemonStartWithLogOpt [2021-03-09T00:49:16.082Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.82s) [2021-03-09T00:49:16.082Z] === RUN TestCgroupNamespacesRunInvalidMode [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-09T00:49:16.339Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-03-09T00:49:16.356Z] --- PASS: TestCreateServiceSysctls (4.58s) [2021-03-09T00:49:16.356Z] === RUN TestCreateServiceCapabilities [2021-03-09T00:49:16.573Z] + bundleName=docker-py [2021-03-09T00:49:16.573Z] + echo Creating docker-py-bundles.tar.gz [2021-03-09T00:49:16.573Z] Creating docker-py-bundles.tar.gz [2021-03-09T00:49:16.573Z] + 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-09T00:49:16.586Z] Archiving artifacts [2021-03-09T00:49:16.902Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.86s) [2021-03-09T00:49:16.902Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-09T00:49:17.159Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-03-09T00:49:18.568Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.92s) [2021-03-09T00:49:18.568Z] === RUN TestKernelTCPMemory [2021-03-09T00:49:18.573Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41757/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-03-09T00:49:18.828Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-03-09T00:49:18.960Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41757/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -e DOCKER_GRAPHDRIVER docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/make.sh binary-daemon [2021-03-09T00:49:19.122Z] --- PASS: TestInspectNetwork (9.55s) [2021-03-09T00:49:19.122Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-09T00:49:19.122Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-09T00:49:19.122Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-09T00:49:19.122Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-09T00:49:19.122Z] === RUN TestRunContainerWithBridgeNone [2021-03-09T00:49:19.528Z] [2021-03-09T00:49:19.528Z] Removing bundles/ [2021-03-09T00:49:19.528Z] [2021-03-09T00:49:19.528Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-03-09T00:49:19.528Z] Building: bundles/binary-daemon/dockerd-dev [2021-03-09T00:49:19.528Z] GOOS="" GOARCH="" GOARM="" [2021-03-09T00:49:19.758Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-03-09T00:49:19.758Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-03-09T00:49:19.758Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-03-09T00:49:19.758Z] --- PASS: TestKernelTCPMemory (1.01s) [2021-03-09T00:49:19.758Z] === RUN TestNISDomainname [2021-03-09T00:49:20.014Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-03-09T00:49:20.071Z] --- PASS: TestCreateServiceCapabilities (3.72s) [2021-03-09T00:49:20.071Z] === RUN TestInspect [2021-03-09T00:49:20.084Z] --- PASS: TestDaemonStartWithLogOpt (4.12s) [2021-03-09T00:49:20.084Z] === CONT TestReadPluginNoRead [2021-03-09T00:49:20.942Z] --- PASS: TestNISDomainname (1.16s) [2021-03-09T00:49:20.942Z] === RUN TestHostnameDnsResolution [2021-03-09T00:49:20.942Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-03-09T00:49:21.669Z] --- PASS: TestRunContainerWithBridgeNone (2.60s) [2021-03-09T00:49:21.669Z] === RUN TestNetworkInvalidJSON [2021-03-09T00:49:21.669Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-09T00:49:21.669Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-09T00:49:21.669Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:49:21.669Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:49:21.669Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:49:21.669Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:49:21.669Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-09T00:49:21.669Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:49:21.669Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:49:21.669Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-03-09T00:49:21.669Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-03-09T00:49:21.669Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-03-09T00:49:21.669Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-03-09T00:49:21.669Z] === RUN TestNetworkList [2021-03-09T00:49:21.669Z] === RUN TestNetworkList//networks [2021-03-09T00:49:21.669Z] === PAUSE TestNetworkList//networks [2021-03-09T00:49:21.669Z] === RUN TestNetworkList//networks/ [2021-03-09T00:49:21.669Z] === PAUSE TestNetworkList//networks/ [2021-03-09T00:49:21.669Z] === CONT TestNetworkList//networks [2021-03-09T00:49:21.669Z] === CONT TestNetworkList//networks/ [2021-03-09T00:49:21.669Z] --- PASS: TestNetworkList (0.03s) [2021-03-09T00:49:21.669Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-09T00:49:21.669Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-09T00:49:21.669Z] === RUN TestHostIPv4BridgeLabel [2021-03-09T00:49:22.311Z] --- PASS: TestHostnameDnsResolution (1.18s) [2021-03-09T00:49:22.311Z] === RUN TestStats [2021-03-09T00:49:22.610Z] --- PASS: TestHostIPv4BridgeLabel (0.83s) [2021-03-09T00:49:22.610Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-09T00:49:22.629Z] === RUN TestReadPluginNoRead/default [2021-03-09T00:49:23.238Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-03-09T00:49:23.571Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-09T00:49:23.994Z] --- PASS: TestDaemonRestartWithLiveRestore (1.50s) [2021-03-09T00:49:23.994Z] === RUN TestDaemonDefaultNetworkPools [2021-03-09T00:49:24.261Z] Loaded image: buildpack-deps:buster [2021-03-09T00:49:24.261Z] Loaded image: busybox:latest [2021-03-09T00:49:24.261Z] Loaded image: busybox:glibc [2021-03-09T00:49:24.514Z] --- PASS: TestContinueAfterPluginCrash (9.08s) [2021-03-09T00:49:24.525Z] --- PASS: TestInspect (3.86s) [2021-03-09T00:49:24.525Z] === RUN TestCreateJob [2021-03-09T00:49:25.085Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-09T00:49:25.127Z] --- PASS: TestStats (2.68s) [2021-03-09T00:49:25.127Z] === RUN TestStopContainerWithTimeout [2021-03-09T00:49:25.127Z] === RUN TestStopContainerWithTimeout/0 [2021-03-09T00:49:25.127Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-09T00:49:25.127Z] === RUN TestStopContainerWithTimeout/1 [2021-03-09T00:49:25.127Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-09T00:49:25.127Z] === RUN TestStopContainerWithTimeout/3 [2021-03-09T00:49:25.127Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-09T00:49:25.127Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-09T00:49:25.127Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-09T00:49:25.127Z] === CONT TestStopContainerWithTimeout/0 [2021-03-09T00:49:25.127Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-09T00:49:25.315Z] Loaded image: debian:bullseye [2021-03-09T00:49:25.315Z] Loaded image: hello-world:latest [2021-03-09T00:49:25.315Z] Loaded image: arm32v7/hello-world:latest [2021-03-09T00:49:25.315Z] INFO: Testing against a local daemon [2021-03-09T00:49:25.315Z] === RUN TestCgroupNamespacesBuild [2021-03-09T00:49:25.378Z] --- PASS: TestDaemonDefaultNetworkPools (1.30s) [2021-03-09T00:49:25.378Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-09T00:49:26.058Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-03-09T00:49:26.058Z] === CONT TestStopContainerWithTimeout/3 [2021-03-09T00:49:26.468Z] --- PASS: TestReadPluginNoRead (6.76s) [2021-03-09T00:49:26.468Z] --- PASS: TestReadPluginNoRead/default (1.36s) [2021-03-09T00:49:26.468Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.40s) [2021-03-09T00:49:26.468Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.32s) [2021-03-09T00:49:26.468Z] read_test.go:92: [d996e6ca83c29] daemon is not started [2021-03-09T00:49:26.468Z] PASS [2021-03-09T00:49:26.468Z] [2021-03-09T00:49:26.468Z] DONE 6 tests in 10.926s [2021-03-09T00:49:26.468Z] 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-09T00:49:26.468Z] testing: warning: no tests to run [2021-03-09T00:49:26.468Z] PASS [2021-03-09T00:49:26.468Z] [2021-03-09T00:49:26.468Z] DONE 0 tests in 0.016s [2021-03-09T00:49:26.468Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-09T00:49:26.468Z] INFO: Testing against a local daemon [2021-03-09T00:49:26.468Z] === RUN TestPluginWithDevMounts [2021-03-09T00:49:26.468Z] === PAUSE TestPluginWithDevMounts [2021-03-09T00:49:26.468Z] === CONT TestPluginWithDevMounts [2021-03-09T00:49:26.833Z] --- PASS: TestCgroupNamespacesBuild (1.43s) [2021-03-09T00:49:26.833Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-09T00:49:27.290Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.98s) [2021-03-09T00:49:27.290Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-09T00:49:27.424Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-03-09T00:49:27.679Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-03-09T00:49:27.935Z] === CONT TestStopContainerWithTimeout/1 [2021-03-09T00:49:28.048Z] --- PASS: TestCreateJob (4.28s) [2021-03-09T00:49:28.049Z] === RUN TestReplicatedJob [2021-03-09T00:49:28.358Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.43s) [2021-03-09T00:49:28.358Z] === RUN TestBuildWithSession [2021-03-09T00:49:28.358Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-09T00:49:28.358Z] build_session_test.go:25: TODO: BuildKit [2021-03-09T00:49:28.358Z] === RUN TestBuildSquashParent [2021-03-09T00:49:28.474Z] --- PASS: TestPluginWithDevMounts (1.82s) [2021-03-09T00:49:28.474Z] PASS [2021-03-09T00:49:28.474Z] [2021-03-09T00:49:28.474Z] DONE 1 tests in 1.854s [2021-03-09T00:49:28.474Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-09T00:49:28.474Z] INFO: Testing against a local daemon [2021-03-09T00:49:28.474Z] === RUN TestSecretInspect [2021-03-09T00:49:28.864Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-03-09T00:49:29.120Z] === RUN TestDockerSuite/TestBuildCmd [2021-03-09T00:49:29.685Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-03-09T00:49:29.835Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.48s) [2021-03-09T00:49:29.835Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-09T00:49:29.941Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-03-09T00:49:29.941Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2021-03-09T00:49:29.941Z] --- PASS: TestStopContainerWithTimeout/0 (1.29s) [2021-03-09T00:49:29.941Z] --- PASS: TestStopContainerWithTimeout/-1 (3.24s) [2021-03-09T00:49:29.941Z] --- PASS: TestStopContainerWithTimeout/3 (2.76s) [2021-03-09T00:49:29.941Z] --- PASS: TestStopContainerWithTimeout/1 (2.04s) [2021-03-09T00:49:29.941Z] === RUN TestDeleteDevicemapper [2021-03-09T00:49:29.941Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-09T00:49:29.941Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-09T00:49:29.941Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-09T00:49:30.198Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-03-09T00:49:30.198Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-03-09T00:49:30.388Z] --- PASS: TestSecretInspect (2.30s) [2021-03-09T00:49:30.388Z] === RUN TestSecretList [2021-03-09T00:49:30.761Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-03-09T00:49:30.777Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.87s) [2021-03-09T00:49:30.777Z] === RUN TestServiceWithPredefinedNetwork [2021-03-09T00:49:32.128Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-03-09T00:49:32.690Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.60s) [2021-03-09T00:49:32.690Z] === RUN TestUpdateMemory [2021-03-09T00:49:32.690Z] --- SKIP: TestUpdateMemory (0.01s) [2021-03-09T00:49:32.690Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:49:32.690Z] === RUN TestUpdateCPUQuota [2021-03-09T00:49:32.833Z] --- PASS: TestBuildSquashParent (4.46s) [2021-03-09T00:49:32.833Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-09T00:49:32.833Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:49:32.833Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:49:32.833Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:49:32.833Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:49:32.833Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:49:32.833Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:49:32.833Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:49:32.833Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:49:32.833Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:49:32.833Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:49:32.833Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:49:32.833Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:49:32.833Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:49:32.833Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:49:32.833Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:49:32.833Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:49:32.931Z] --- PASS: TestSecretList (2.29s) [2021-03-09T00:49:32.931Z] === RUN TestSecretsCreateAndDelete [2021-03-09T00:49:34.057Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-03-09T00:49:34.074Z] --- PASS: TestServiceWithPredefinedNetwork (3.37s) [2021-03-09T00:49:34.074Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-09T00:49:34.074Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-09T00:49:34.074Z] service_test.go:242: FLAKY_TEST [2021-03-09T00:49:34.074Z] === RUN TestServiceWithDataPathPortInit [2021-03-09T00:49:34.313Z] --- PASS: TestUpdateCPUQuota (1.60s) [2021-03-09T00:49:34.313Z] === RUN TestUpdatePidsLimit [2021-03-09T00:49:34.313Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-09T00:49:34.569Z] === RUN TestUpdatePidsLimit/no_change [2021-03-09T00:49:34.940Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:49:35.131Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-09T00:49:35.238Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:49:35.388Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-09T00:49:35.482Z] --- PASS: TestSecretsCreateAndDelete (2.36s) [2021-03-09T00:49:35.482Z] === RUN TestSecretsUpdate [2021-03-09T00:49:35.951Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-09T00:49:36.207Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-03-09T00:49:36.207Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-09T00:49:36.760Z] --- PASS: TestReplicatedJob (7.51s) [2021-03-09T00:49:36.760Z] === RUN TestUpdateReplicatedJob [2021-03-09T00:49:36.769Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-09T00:49:37.330Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-09T00:49:37.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.38s) [2021-03-09T00:49:37.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.66s) [2021-03-09T00:49:37.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.98s) [2021-03-09T00:49:37.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.03s) [2021-03-09T00:49:37.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.03s) [2021-03-09T00:49:37.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.79s) [2021-03-09T00:49:37.330Z] === RUN TestBuildMultiStageCopy [2021-03-09T00:49:37.330Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-09T00:49:37.331Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-03-09T00:49:37.395Z] --- PASS: TestSecretsUpdate (2.28s) [2021-03-09T00:49:37.395Z] === RUN TestTemplatedSecret [2021-03-09T00:49:37.895Z] --- PASS: TestUpdatePidsLimit (3.52s) [2021-03-09T00:49:37.895Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2021-03-09T00:49:37.895Z] --- PASS: TestUpdatePidsLimit/no_change (0.35s) [2021-03-09T00:49:37.895Z] --- PASS: TestUpdatePidsLimit/update_lower (0.47s) [2021-03-09T00:49:37.895Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.45s) [2021-03-09T00:49:37.895Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.34s) [2021-03-09T00:49:37.895Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.41s) [2021-03-09T00:49:37.895Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.34s) [2021-03-09T00:49:37.895Z] === RUN TestUpdateRestartPolicy [2021-03-09T00:49:38.457Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-03-09T00:49:38.861Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-09T00:49:39.019Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-03-09T00:49:39.158Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-09T00:49:39.276Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-03-09T00:49:39.453Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-09T00:49:39.750Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-09T00:49:39.839Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-03-09T00:49:40.053Z] --- PASS: TestBuildMultiStageCopy (2.97s) [2021-03-09T00:49:40.053Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.61s) [2021-03-09T00:49:40.053Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.32s) [2021-03-09T00:49:40.053Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.33s) [2021-03-09T00:49:40.053Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.33s) [2021-03-09T00:49:40.053Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.37s) [2021-03-09T00:49:40.053Z] === RUN TestBuildMultiStageParentConfig [2021-03-09T00:49:40.095Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-03-09T00:49:40.327Z] --- PASS: TestUpdateReplicatedJob (4.61s) [2021-03-09T00:49:40.327Z] === RUN TestServiceListWithStatuses [2021-03-09T00:49:40.327Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-09T00:49:40.327Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-09T00:49:40.327Z] === RUN TestDockerNetworkConnectAlias [2021-03-09T00:49:40.657Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-03-09T00:49:40.694Z] --- PASS: TestTemplatedSecret (2.69s) [2021-03-09T00:49:40.694Z] === RUN TestSecretCreateResolve [2021-03-09T00:49:40.913Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-03-09T00:49:41.096Z] --- PASS: TestBuildMultiStageParentConfig (0.85s) [2021-03-09T00:49:41.096Z] === RUN TestBuildLabelWithTargets [2021-03-09T00:49:42.151Z] --- PASS: TestBuildLabelWithTargets (1.30s) [2021-03-09T00:49:42.151Z] === RUN TestBuildWithEmptyLayers [2021-03-09T00:49:42.604Z] --- PASS: TestSecretCreateResolve (2.35s) [2021-03-09T00:49:42.604Z] PASS [2021-03-09T00:49:42.604Z] [2021-03-09T00:49:42.604Z] DONE 6 tests in 14.302s [2021-03-09T00:49:42.604Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-03-09T00:49:42.604Z] INFO: Testing against a local daemon [2021-03-09T00:49:42.604Z] === RUN TestServiceCreateInit [2021-03-09T00:49:42.604Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-09T00:49:42.790Z] --- PASS: TestBuildWithEmptyLayers (0.64s) [2021-03-09T00:49:42.790Z] === RUN TestBuildMultiStageOnBuild [2021-03-09T00:49:43.435Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-03-09T00:49:44.873Z] --- PASS: TestBuildMultiStageOnBuild (1.83s) [2021-03-09T00:49:44.873Z] === RUN TestBuildUncleanTarFilenames [2021-03-09T00:49:45.522Z] --- PASS: TestBuildUncleanTarFilenames (0.88s) [2021-03-09T00:49:45.522Z] === RUN TestBuildMultiStageLayerLeak [2021-03-09T00:49:45.889Z] db4edcf0861f: Pull complete [2021-03-09T00:49:45.889Z] Digest: sha256:1ed72e74ffe1fd07eef2df3eb9a5d57f64fdac099329a4a63aa1a99b4139ce5a [2021-03-09T00:49:45.889Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T00:49:45.889Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-03-09T00:49:45.889Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-03-09T00:49:45.889Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1757' [2021-03-09T00:49:45.889Z] WARN: Skipping validation tests [2021-03-09T00:49:45.889Z] INFO: Running unit tests at 03/09/2021 00:49:40... [2021-03-09T00:49:45.889Z] INFO: make.ps1 starting at 03/09/2021 00:49:44 [2021-03-09T00:49:45.889Z] INFO: Git commit (cf1ef892ff) assumed from DOCKER_GITCOMMIT environment variable [2021-03-09T00:49:45.889Z] INFO: Invoking autogen... [2021-03-09T00:49:45.889Z] INFO: Running unit tests... [2021-03-09T00:49:46.805Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-09T00:49:47.600Z] --- PASS: TestBuildMultiStageLayerLeak (1.91s) [2021-03-09T00:49:47.600Z] === RUN TestBuildWithHugeFile [2021-03-09T00:49:47.605Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-03-09T00:49:48.970Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-03-09T00:49:48.976Z] --- PASS: TestDockerNetworkConnectAlias (8.23s) [2021-03-09T00:49:48.976Z] === RUN TestDockerNetworkReConnect [2021-03-09T00:49:50.336Z] --- PASS: TestUpdateRestartPolicy (12.65s) [2021-03-09T00:49:50.336Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-09T00:49:51.012Z] --- PASS: TestServiceCreateInit (8.15s) [2021-03-09T00:49:51.012Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.02s) [2021-03-09T00:49:51.012Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.12s) [2021-03-09T00:49:51.012Z] === RUN TestCreateServiceMultipleTimes [2021-03-09T00:49:51.265Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-03-09T00:49:51.265Z] --- PASS: TestUpdateRestartWithAutoRemove (0.82s) [2021-03-09T00:49:51.265Z] === RUN TestWaitNonBlocked [2021-03-09T00:49:51.265Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:49:51.265Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:49:51.265Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:49:51.265Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:49:51.265Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:49:51.265Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:49:52.182Z] --- PASS: TestServiceWithDataPathPortInit (18.14s) [2021-03-09T00:49:52.182Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-09T00:49:52.195Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-03-09T00:49:52.195Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-03-09T00:49:52.451Z] --- PASS: TestWaitNonBlocked (0.04s) [2021-03-09T00:49:52.451Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.10s) [2021-03-09T00:49:52.451Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.21s) [2021-03-09T00:49:52.451Z] === RUN TestWaitBlocked [2021-03-09T00:49:52.451Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:49:52.451Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:49:52.451Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:49:52.451Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:49:52.451Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:49:52.451Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:49:53.014Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-03-09T00:49:53.576Z] --- PASS: TestWaitBlocked (0.03s) [2021-03-09T00:49:53.576Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.92s) [2021-03-09T00:49:53.576Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.06s) [2021-03-09T00:49:53.576Z] === CONT TestContainerStartOnDaemonRestart [2021-03-09T00:49:53.576Z] === CONT TestIpcModeOlderClient [2021-03-09T00:49:53.576Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-03-09T00:49:53.576Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-09T00:49:54.504Z] 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-09T00:49:56.022Z] --- PASS: TestDockerNetworkReConnect (6.91s) [2021-03-09T00:49:56.022Z] === RUN TestServicePlugin [2021-03-09T00:49:56.022Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-09T00:49:56.022Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:49:56.022Z] === RUN TestServiceUpdateLabel [2021-03-09T00:49:56.090Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-03-09T00:49:56.652Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-03-09T00:49:57.214Z] --- PASS: TestContainerStartOnDaemonRestart (3.47s) [2021-03-09T00:49:57.214Z] === CONT TestContainerKillOnDaemonStart [2021-03-09T00:49:58.580Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-03-09T00:49:59.144Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.42s) [2021-03-09T00:49:59.144Z] === CONT TestDaemonHostGatewayIP [2021-03-09T00:49:59.540Z] --- PASS: TestServiceUpdateLabel (3.87s) [2021-03-09T00:49:59.540Z] === RUN TestServiceUpdateSecrets [2021-03-09T00:50:00.072Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-03-09T00:50:01.438Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-03-09T00:50:01.438Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-03-09T00:50:01.438Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-03-09T00:50:01.438Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-03-09T00:50:01.438Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-03-09T00:50:01.622Z] ? github.com/docker/docker/api [no test files] [2021-03-09T00:50:02.000Z] --- PASS: TestDaemonHostGatewayIP (2.95s) [2021-03-09T00:50:02.000Z] === CONT TestDaemonRestartIpcMode [2021-03-09T00:50:02.177Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.08s) [2021-03-09T00:50:02.178Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:keuk5kqodm3kxjbh39ei2x83c Created:2021-03-09 00:49:53.905766604 +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[f08a9313c33d7f27188d7ec156c9039b650520fe56ada114cfa51d2b0c400f06:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.t55mjlifsgndkzq1rdbyrqppb EndpointID:a4fa4dce2303fda43271c8818960d56f9a350d61a2079702af00a317c9bcea41 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3b87fbbb5ea7fa3e45fcb2f15996535972e1d7b6f7076a6eba04ac7c1c621c47 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:07dbcc7c2ea7 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.t55mjlifsgndkzq1rdbyrqppb EndpointID:a4fa4dce2303fda43271c8818960d56f9a350d61a2079702af00a317c9bcea41 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-09T00:50:02.178Z] PASS [2021-03-09T00:50:02.178Z] [2021-03-09T00:50:02.178Z] === Skipped [2021-03-09T00:50:02.178Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-09T00:50:02.178Z] service_test.go:242: FLAKY_TEST [2021-03-09T00:50:02.178Z] [2021-03-09T00:50:02.178Z] [2021-03-09T00:50:02.178Z] DONE 26 tests, 1 skipped in 61.036s [2021-03-09T00:50:02.178Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-09T00:50:02.178Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-03-09T00:50:02.178Z] ++ set -e [2021-03-09T00:50:02.178Z] ++ '[' -n 0 ']' [2021-03-09T00:50:02.178Z] ++ set -x [2021-03-09T00:50:02.178Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-03-09T00:50:02.178Z] INFO: Testing against a local daemon [2021-03-09T00:50:02.178Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-09T00:50:02.178Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-09T00:50:02.178Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:50:02.178Z] === RUN TestDockerNetworkIpvlan [2021-03-09T00:50:02.178Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-09T00:50:02.178Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:50:02.178Z] PASS [2021-03-09T00:50:02.178Z] [2021-03-09T00:50:02.178Z] === Skipped [2021-03-09T00:50:02.178Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-09T00:50:02.178Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:50:02.178Z] [2021-03-09T00:50:02.178Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-09T00:50:02.178Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:50:02.178Z] [2021-03-09T00:50:02.178Z] [2021-03-09T00:50:02.178Z] DONE 2 tests, 2 skipped in 0.178s [2021-03-09T00:50:02.178Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-09T00:50:02.178Z] ++ 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-09T00:50:02.178Z] ++ set -e [2021-03-09T00:50:02.178Z] ++ '[' -n 0 ']' [2021-03-09T00:50:02.178Z] ++ set -x [2021-03-09T00:50:02.178Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-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-09T00:50:02.178Z] INFO: Testing against a local daemon [2021-03-09T00:50:02.178Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-09T00:50:02.256Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-03-09T00:50:04.089Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.15s) [2021-03-09T00:50:04.089Z] === RUN TestDockerNetworkMacvlan [2021-03-09T00:50:05.031Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-09T00:50:05.524Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-03-09T00:50:05.524Z] --- PASS: TestDaemonRestartIpcMode (3.21s) [2021-03-09T00:50:06.415Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-09T00:50:07.416Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-03-09T00:50:07.798Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-09T00:50:07.985Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-03-09T00:50:08.241Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-03-09T00:50:08.803Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-03-09T00:50:09.120Z] --- PASS: TestCreateServiceMultipleTimes (15.92s) [2021-03-09T00:50:09.120Z] === RUN TestCreateServiceConflict [2021-03-09T00:50:09.120Z] --- PASS: TestCreateServiceConflict (2.33s) [2021-03-09T00:50:09.120Z] === RUN TestCreateServiceMaxReplicas [2021-03-09T00:50:09.364Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-03-09T00:50:10.292Z] --- PASS: TestContainerKillOnDaemonStart (13.05s) [2021-03-09T00:50:10.292Z] PASS [2021-03-09T00:50:10.292Z] [2021-03-09T00:50:10.292Z] === Skipped [2021-03-09T00:50:10.292Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-03-09T00:50:10.292Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-09T00:50:10.292Z] [2021-03-09T00:50:10.292Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2021-03-09T00:50:10.292Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:50:10.292Z] [2021-03-09T00:50:10.292Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-09T00:50:10.292Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:50:10.292Z] [2021-03-09T00:50:10.292Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-09T00:50:10.292Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-09T00:50:10.292Z] [2021-03-09T00:50:10.292Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-09T00:50:10.292Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-09T00:50:10.292Z] [2021-03-09T00:50:10.292Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s) [2021-03-09T00:50:10.292Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-09T00:50:10.292Z] [2021-03-09T00:50:10.292Z] [2021-03-09T00:50:10.292Z] DONE 196 tests, 6 skipped in 154.907s [2021-03-09T00:50:10.292Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-03-09T00:50:10.292Z] ++ 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-09T00:50:10.292Z] ++ set -e [2021-03-09T00:50:10.292Z] ++ '[' -n 0 ']' [2021-03-09T00:50:10.292Z] ++ set -x [2021-03-09T00:50:10.292Z] ++ env -i DEST=/go/src/github.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-09T00:50:10.292Z] INFO: Testing against a local daemon [2021-03-09T00:50:10.292Z] === RUN TestCommitInheritsEnv [2021-03-09T00:50:10.548Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-03-09T00:50:10.805Z] --- PASS: TestCommitInheritsEnv (0.41s) [2021-03-09T00:50:10.805Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-09T00:50:10.805Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-09T00:50:10.805Z] === RUN TestImagesFilterMultiReference [2021-03-09T00:50:10.805Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-03-09T00:50:10.805Z] === RUN TestImagePullPlatformInvalid [2021-03-09T00:50:11.061Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-03-09T00:50:11.061Z] === RUN TestRemoveImageOrphaning [2021-03-09T00:50:11.061Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-03-09T00:50:11.095Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-09T00:50:11.318Z] --- PASS: TestRemoveImageOrphaning (0.42s) [2021-03-09T00:50:11.318Z] === RUN TestRemoveImageGarbageCollector [2021-03-09T00:50:12.421Z] --- PASS: TestCreateServiceMaxReplicas (3.02s) [2021-03-09T00:50:12.421Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-09T00:50:14.392Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-09T00:50:14.590Z] --- PASS: TestRemoveImageGarbageCollector (2.74s) [2021-03-09T00:50:14.590Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-09T00:50:14.590Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-03-09T00:50:14.590Z] === RUN TestTagInvalidReference [2021-03-09T00:50:14.590Z] --- PASS: TestTagInvalidReference (0.02s) [2021-03-09T00:50:14.590Z] === RUN TestTagValidPrefixedRepo [2021-03-09T00:50:14.590Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-03-09T00:50:14.590Z] === RUN TestTagExistedNameWithoutForce [2021-03-09T00:50:14.590Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-03-09T00:50:14.590Z] === RUN TestTagOfficialNames [2021-03-09T00:50:14.590Z] --- PASS: TestTagOfficialNames (0.08s) [2021-03-09T00:50:14.590Z] === RUN TestTagMatchesDigest [2021-03-09T00:50:14.590Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-03-09T00:50:14.590Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-09T00:50:14.590Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-03-09T00:50:15.560Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-03-09T00:50:16.128Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-03-09T00:50:16.128Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-03-09T00:50:16.490Z] === RUN TestMiddlewares [2021-03-09T00:50:16.490Z] --- PASS: TestMiddlewares (0.00s) [2021-03-09T00:50:16.490Z] PASS [2021-03-09T00:50:16.490Z] coverage: 9.0% of statements [2021-03-09T00:50:16.490Z] ok github.com/docker/docker/api/server 0.072s coverage: 9.0% of statements [2021-03-09T00:50:17.497Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-03-09T00:50:18.125Z] --- PASS: TestServiceUpdateSecrets (15.94s) [2021-03-09T00:50:18.125Z] === RUN TestServiceUpdateConfigs [2021-03-09T00:50:20.764Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-03-09T00:50:20.974Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-09T00:50:21.326Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-03-09T00:50:22.692Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-03-09T00:50:22.886Z] --- PASS: TestDockerNetworkMacvlan (18.84s) [2021-03-09T00:50:22.886Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.18s) [2021-03-09T00:50:22.886Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-03-09T00:50:22.886Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.06s) [2021-03-09T00:50:22.886Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.13s) [2021-03-09T00:50:22.886Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.85s) [2021-03-09T00:50:22.886Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.34s) [2021-03-09T00:50:22.886Z] PASS [2021-03-09T00:50:22.886Z] [2021-03-09T00:50:22.886Z] DONE 8 tests in 21.171s [2021-03-09T00:50:22.886Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-09T00:50:22.886Z] ++ 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-09T00:50:22.886Z] ++ set -e [2021-03-09T00:50:22.886Z] ++ '[' -n 0 ']' [2021-03-09T00:50:22.886Z] ++ set -x [2021-03-09T00:50:22.886Z] ++ env -i DEST=/go/src/github.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-09T00:50:22.886Z] testing: warning: no tests to run [2021-03-09T00:50:22.886Z] PASS [2021-03-09T00:50:22.886Z] [2021-03-09T00:50:22.886Z] DONE 0 tests in 0.030s [2021-03-09T00:50:22.886Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-09T00:50:22.886Z] ++ 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-09T00:50:22.886Z] ++ set -e [2021-03-09T00:50:22.886Z] ++ '[' -n 0 ']' [2021-03-09T00:50:22.886Z] ++ set -x [2021-03-09T00:50:22.886Z] ++ env -i DEST=/go/src/github.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-09T00:50:22.886Z] INFO: Testing against a local daemon [2021-03-09T00:50:22.886Z] === RUN TestAuthZPluginAllowRequest [2021-03-09T00:50:23.256Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-03-09T00:50:24.624Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-03-09T00:50:24.799Z] --- PASS: TestAuthZPluginAllowRequest (1.84s) [2021-03-09T00:50:24.799Z] === RUN TestAuthZPluginTLS [2021-03-09T00:50:24.880Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-03-09T00:50:25.741Z] --- PASS: TestAuthZPluginTLS (0.73s) [2021-03-09T00:50:25.741Z] === RUN TestAuthZPluginDenyRequest [2021-03-09T00:50:26.311Z] --- PASS: TestAuthZPluginDenyRequest (0.68s) [2021-03-09T00:50:26.311Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-09T00:50:26.771Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-03-09T00:50:26.882Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.69s) [2021-03-09T00:50:26.882Z] === RUN TestAuthZPluginDenyResponse [2021-03-09T00:50:27.321Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.39s) [2021-03-09T00:50:27.321Z] === RUN TestCreateServiceSecretFileMode [2021-03-09T00:50:27.823Z] --- PASS: TestAuthZPluginDenyResponse (0.72s) [2021-03-09T00:50:27.823Z] === RUN TestAuthZPluginAllowEventStream [2021-03-09T00:50:27.893Z] --- PASS: TestCreateServiceSecretFileMode (2.56s) [2021-03-09T00:50:27.893Z] === RUN TestCreateServiceConfigFileMode [2021-03-09T00:50:29.287Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-03-09T00:50:29.544Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-03-09T00:50:29.738Z] --- PASS: TestAuthZPluginAllowEventStream (1.80s) [2021-03-09T00:50:29.738Z] === RUN TestAuthZPluginErrorResponse [2021-03-09T00:50:29.801Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-03-09T00:50:30.309Z] --- PASS: TestAuthZPluginErrorResponse (0.69s) [2021-03-09T00:50:30.309Z] === RUN TestAuthZPluginErrorRequest [2021-03-09T00:50:30.436Z] --- PASS: TestCreateServiceConfigFileMode (2.63s) [2021-03-09T00:50:30.436Z] === RUN TestCreateServiceSysctls [2021-03-09T00:50:30.730Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-03-09T00:50:30.880Z] --- PASS: TestAuthZPluginErrorRequest (0.68s) [2021-03-09T00:50:30.880Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-09T00:50:30.986Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-03-09T00:50:31.452Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.69s) [2021-03-09T00:50:31.452Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-09T00:50:31.914Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-03-09T00:50:32.171Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-03-09T00:50:33.535Z] --- PASS: TestServiceUpdateConfigs (15.98s) [2021-03-09T00:50:33.535Z] === RUN TestServiceUpdateNetwork [2021-03-09T00:50:33.538Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-03-09T00:50:33.735Z] --- PASS: TestCreateServiceSysctls (3.35s) [2021-03-09T00:50:33.735Z] === RUN TestCreateServiceCapabilities [2021-03-09T00:50:33.996Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.28s) [2021-03-09T00:50:33.996Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-09T00:50:36.540Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.35s) [2021-03-09T00:50:36.540Z] === RUN TestAuthZPluginHeader [2021-03-09T00:50:37.033Z] --- PASS: TestCreateServiceCapabilities (2.58s) [2021-03-09T00:50:37.033Z] === RUN TestInspect [2021-03-09T00:50:37.110Z] --- PASS: TestAuthZPluginHeader (1.04s) [2021-03-09T00:50:37.110Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-09T00:50:37.110Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-09T00:50:37.110Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:50:37.110Z] === RUN TestAuthZPluginV2Disable [2021-03-09T00:50:37.110Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-03-09T00:50:37.110Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:50:37.110Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-09T00:50:37.110Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-09T00:50:37.110Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:50:37.110Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-09T00:50:37.110Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-09T00:50:37.110Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:50:37.110Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-09T00:50:37.709Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-03-09T00:50:40.331Z] --- PASS: TestInspect (3.82s) [2021-03-09T00:50:40.331Z] === RUN TestCreateJob [2021-03-09T00:50:40.979Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-03-09T00:50:43.496Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-03-09T00:50:43.630Z] --- PASS: TestCreateJob (3.37s) [2021-03-09T00:50:43.630Z] === RUN TestReplicatedJob [2021-03-09T00:50:44.426Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-03-09T00:50:44.612Z] --- PASS: TestBuildWithHugeFile (56.35s) [2021-03-09T00:50:44.612Z] === RUN TestBuildWCOWSandboxSize [2021-03-09T00:50:44.612Z] --- SKIP: TestBuildWCOWSandboxSize (0.09s) [2021-03-09T00:50:44.612Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-09T00:50:44.612Z] === RUN TestBuildWithEmptyDockerfile [2021-03-09T00:50:44.612Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:50:44.612Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:50:44.612Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:50:44.612Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:50:44.612Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:50:44.612Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:50:44.612Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T00:50:44.612Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T00:50:44.612Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T00:50:44.612Z] --- PASS: TestBuildWithEmptyDockerfile (0.15s) [2021-03-09T00:50:44.612Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.29s) [2021-03-09T00:50:44.612Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.29s) [2021-03-09T00:50:44.612Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.31s) [2021-03-09T00:50:44.612Z] === RUN TestBuildPreserveOwnership [2021-03-09T00:50:44.612Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-09T00:50:45.791Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-03-09T00:50:45.791Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-03-09T00:50:46.354Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-03-09T00:50:46.917Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-03-09T00:50:47.359Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-09T00:50:47.479Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-03-09T00:50:48.400Z] --- PASS: TestBuildPreserveOwnership (4.03s) [2021-03-09T00:50:48.400Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.62s) [2021-03-09T00:50:48.400Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.40s) [2021-03-09T00:50:48.400Z] === RUN TestBuildPlatformInvalid [2021-03-09T00:50:48.696Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2021-03-09T00:50:48.696Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-09T00:50:48.878Z] --- PASS: TestServiceUpdateNetwork (16.77s) [2021-03-09T00:50:48.878Z] === RUN TestServiceUpdatePidsLimit [2021-03-09T00:50:49.378Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-03-09T00:50:49.511Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-09T00:50:49.635Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-03-09T00:50:49.635Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-03-09T00:50:50.213Z] --- PASS: TestReplicatedJob (5.62s) [2021-03-09T00:50:50.213Z] === RUN TestUpdateReplicatedJob [2021-03-09T00:50:50.545Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-09T00:50:51.527Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-03-09T00:50:52.783Z] --- PASS: TestUpdateReplicatedJob (3.42s) [2021-03-09T00:50:52.783Z] === RUN TestServiceListWithStatuses [2021-03-09T00:50:52.783Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-09T00:50:52.783Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-09T00:50:52.783Z] === RUN TestDockerNetworkConnectAlias [2021-03-09T00:50:53.418Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-03-09T00:50:55.986Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-03-09T00:50:55.986Z] Copying nested executables into bundles/binary-daemon [2021-03-09T00:50:55.986Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-03-09T00:50:56.323Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41757/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -e DOCKER_GRAPHDRIVER docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/make.sh cross [2021-03-09T00:50:56.581Z] [2021-03-09T00:50:56.840Z] Removing bundles/ [2021-03-09T00:50:56.840Z] [2021-03-09T00:50:56.840Z] ---> Making bundle: cross (in bundles/cross) [2021-03-09T00:50:56.840Z] Cross building: bundles/cross/linux/amd64 [2021-03-09T00:50:56.840Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-03-09T00:50:56.840Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-03-09T00:50:57.019Z] --- PASS: TestDockerNetworkConnectAlias (4.42s) [2021-03-09T00:50:57.019Z] === RUN TestDockerNetworkReConnect [2021-03-09T00:50:57.439Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-09T00:50:59.064Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.18s) [2021-03-09T00:50:59.064Z] PASS [2021-03-09T00:50:59.064Z] [2021-03-09T00:50:59.064Z] === Skipped [2021-03-09T00:50:59.064Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-09T00:50:59.064Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:50:59.064Z] [2021-03-09T00:50:59.064Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-03-09T00:50:59.064Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:50:59.064Z] [2021-03-09T00:50:59.064Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-09T00:50:59.064Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:50:59.064Z] [2021-03-09T00:50:59.064Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-09T00:50:59.064Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:50:59.064Z] [2021-03-09T00:50:59.064Z] [2021-03-09T00:50:59.064Z] DONE 17 tests, 4 skipped in 32.586s [2021-03-09T00:50:59.064Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-09T00:50:59.064Z] ++ 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-09T00:50:59.064Z] ++ set -e [2021-03-09T00:50:59.064Z] ++ '[' -n 0 ']' [2021-03-09T00:50:59.064Z] ++ set -x [2021-03-09T00:50:59.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-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-09T00:50:59.064Z] INFO: Testing against a local daemon [2021-03-09T00:50:59.064Z] === RUN TestPluginInvalidJSON [2021-03-09T00:50:59.064Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:50:59.064Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:50:59.064Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:50:59.064Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-03-09T00:50:59.064Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-09T00:50:59.064Z] === RUN TestPluginInstall [2021-03-09T00:50:59.064Z] === RUN TestPluginInstall/no_auth [2021-03-09T00:50:59.064Z] time="2021-03-09T00:50:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:50:59.064Z] time="2021-03-09T00:50:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:379ef39a4c4cb28557cb61a1eca2718bdc59fff58718aaa091e2ac24b84329ba" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:50:59.064Z] time="2021-03-09T00:50:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:50:59.064Z] time="2021-03-09T00:50:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:379ef39a4c4cb28557cb61a1eca2718bdc59fff58718aaa091e2ac24b84329ba" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:50:59.064Z] === RUN TestPluginInstall/with_htpasswd [2021-03-09T00:50:59.064Z] time="2021-03-09T00:50:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:50:59.064Z] time="2021-03-09T00:50:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c4ba9aa1bb6d2236d778761c90bb5af5b12abe91e2605029524e97b4a136e07c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:50:59.064Z] time="2021-03-09T00:50:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:50:59.064Z] time="2021-03-09T00:50:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c4ba9aa1bb6d2236d778761c90bb5af5b12abe91e2605029524e97b4a136e07c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:50:59.635Z] === RUN TestPluginInstall/with_insecure [2021-03-09T00:50:59.957Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-03-09T00:51:00.213Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-03-09T00:51:01.019Z] time="2021-03-09T00:51:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:51:01.019Z] time="2021-03-09T00:51:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9ee614f28118aa0766126736d21e7c2d5d7c40c419ab5fda311804b075e3c51b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:51:01.019Z] time="2021-03-09T00:51:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:51:01.019Z] time="2021-03-09T00:51:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9ee614f28118aa0766126736d21e7c2d5d7c40c419ab5fda311804b075e3c51b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:51:01.142Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-03-09T00:51:01.142Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-03-09T00:51:01.221Z] --- PASS: TestDockerNetworkReConnect (3.58s) [2021-03-09T00:51:01.221Z] === RUN TestServicePlugin [2021-03-09T00:51:01.279Z] --- PASS: TestPluginInstall (5.67s) [2021-03-09T00:51:01.279Z] --- PASS: TestPluginInstall/no_auth (2.75s) [2021-03-09T00:51:01.279Z] --- PASS: TestPluginInstall/with_htpasswd (1.19s) [2021-03-09T00:51:01.279Z] --- PASS: TestPluginInstall/with_insecure (1.73s) [2021-03-09T00:51:01.279Z] plugin_test.go:160: [dea61be3c4093] daemon is not started [2021-03-09T00:51:01.279Z] === RUN TestPluginsWithRuntimes [2021-03-09T00:51:02.072Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-03-09T00:51:03.821Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-09T00:51:03.964Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-03-09T00:51:04.117Z] Loaded image: buildpack-deps:buster [2021-03-09T00:51:04.117Z] Loaded image: busybox:latest [2021-03-09T00:51:04.117Z] Loaded image: busybox:glibc [2021-03-09T00:51:04.760Z] Loaded image: debian:bullseye [2021-03-09T00:51:05.061Z] Loaded image: hello-world:latest [2021-03-09T00:51:05.062Z] Loaded image: arm32v7/hello-world:latest [2021-03-09T00:51:05.204Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-09T00:51:05.916Z] --- PASS: TestServiceUpdatePidsLimit (17.99s) [2021-03-09T00:51:05.916Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.91s) [2021-03-09T00:51:05.916Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.24s) [2021-03-09T00:51:05.916Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s) [2021-03-09T00:51:05.916Z] PASS [2021-03-09T00:51:05.916Z] [2021-03-09T00:51:05.916Z] === Skipped [2021-03-09T00:51:05.916Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2021-03-09T00:51:05.916Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-09T00:51:05.916Z] [2021-03-09T00:51:05.916Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2021-03-09T00:51:05.916Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:51:05.916Z] [2021-03-09T00:51:05.916Z] [2021-03-09T00:51:05.916Z] DONE 27 tests, 2 skipped in 178.708s [2021-03-09T00:51:05.916Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2021-03-09T00:51:05.916Z] ++ 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-09T00:51:05.916Z] ++ set -e [2021-03-09T00:51:05.916Z] ++ '[' -n 0 ']' [2021-03-09T00:51:05.916Z] ++ set -x [2021-03-09T00:51:05.916Z] ++ env -i DEST=/go/src/github.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-09T00:51:06.208Z] INFO: Testing against a local daemon [2021-03-09T00:51:06.208Z] === RUN TestSessionCreate [2021-03-09T00:51:06.208Z] --- PASS: TestSessionCreate (0.02s) [2021-03-09T00:51:06.208Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-09T00:51:06.208Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-03-09T00:51:06.208Z] PASS [2021-03-09T00:51:06.208Z] [2021-03-09T00:51:06.208Z] DONE 2 tests in 0.197s [2021-03-09T00:51:06.208Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2021-03-09T00:51:06.208Z] ++ 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-09T00:51:06.208Z] ++ set -e [2021-03-09T00:51:06.208Z] ++ '[' -n 0 ']' [2021-03-09T00:51:06.208Z] ++ set -x [2021-03-09T00:51:06.208Z] ++ env -i DEST=/go/src/github.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-09T00:51:06.480Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-03-09T00:51:06.500Z] INFO: Testing against a local daemon [2021-03-09T00:51:06.500Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-09T00:51:06.500Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-09T00:51:06.500Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-09T00:51:06.500Z] === RUN TestEventsExecDie [2021-03-09T00:51:07.115Z] --- PASS: TestPluginsWithRuntimes (5.64s) [2021-03-09T00:51:07.115Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.71s) [2021-03-09T00:51:07.115Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.63s) [2021-03-09T00:51:07.115Z] PASS [2021-03-09T00:51:07.115Z] [2021-03-09T00:51:07.115Z] DONE 9 tests in 11.534s [2021-03-09T00:51:07.115Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-09T00:51:07.115Z] ++ 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-09T00:51:07.115Z] ++ set -e [2021-03-09T00:51:07.115Z] ++ '[' -n 0 ']' [2021-03-09T00:51:07.115Z] ++ set -x [2021-03-09T00:51:07.116Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T00:51:07.116Z] INFO: Testing against a local daemon [2021-03-09T00:51:07.116Z] === RUN TestExternalGraphDriver [2021-03-09T00:51:07.272Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-09T00:51:07.272Z] === RUN TestBoolValue [2021-03-09T00:51:07.272Z] --- PASS: TestBoolValue (0.00s) [2021-03-09T00:51:07.272Z] === RUN TestBoolValueOrDefault [2021-03-09T00:51:07.272Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-03-09T00:51:07.272Z] === RUN TestInt64ValueOrZero [2021-03-09T00:51:07.272Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-03-09T00:51:07.272Z] === RUN TestInt64ValueOrDefault [2021-03-09T00:51:07.272Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-03-09T00:51:07.272Z] === RUN TestInt64ValueOrDefaultWithError [2021-03-09T00:51:07.272Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-03-09T00:51:07.272Z] === RUN TestJsonContentType [2021-03-09T00:51:07.272Z] --- PASS: TestJsonContentType (0.00s) [2021-03-09T00:51:07.272Z] PASS [2021-03-09T00:51:07.272Z] coverage: 14.7% of statements [2021-03-09T00:51:07.272Z] ok github.com/docker/docker/api/server/httputils 0.053s coverage: 14.7% of statements [2021-03-09T00:51:07.376Z] === RUN TestExternalGraphDriver/json [2021-03-09T00:51:07.408Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-03-09T00:51:07.535Z] --- PASS: TestEventsExecDie (0.95s) [2021-03-09T00:51:07.535Z] === RUN TestEventsBackwardsCompatible [2021-03-09T00:51:07.535Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2021-03-09T00:51:07.535Z] === RUN TestInfoBinaryCommits [2021-03-09T00:51:07.535Z] --- PASS: TestInfoBinaryCommits (0.01s) [2021-03-09T00:51:07.535Z] === RUN TestInfoAPIVersioned [2021-03-09T00:51:07.535Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-09T00:51:07.535Z] === RUN TestInfoDiscoveryBackend [2021-03-09T00:51:07.739Z] === RUN TestMaskSecretKeys [2021-03-09T00:51:07.739Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-03-09T00:51:07.739Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-03-09T00:51:07.739Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-03-09T00:51:07.739Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-03-09T00:51:07.739Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-03-09T00:51:07.739Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-03-09T00:51:07.739Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-03-09T00:51:07.739Z] === RUN TestVersionMiddlewareVersion [2021-03-09T00:51:07.739Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-03-09T00:51:07.739Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-03-09T00:51:07.739Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-03-09T00:51:07.739Z] PASS [2021-03-09T00:51:07.739Z] coverage: 37.7% of statements [2021-03-09T00:51:07.739Z] ok github.com/docker/docker/api/server/middleware 0.107s coverage: 37.7% of statements [2021-03-09T00:51:07.739Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-09T00:51:07.739Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-09T00:51:07.739Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-09T00:51:07.739Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-09T00:51:07.739Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-09T00:51:07.739Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-09T00:51:07.739Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-09T00:51:07.739Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-09T00:51:07.739Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-09T00:51:07.739Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-09T00:51:07.739Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-09T00:51:07.827Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-03-09T00:51:07.827Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-09T00:51:08.337Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-03-09T00:51:08.861Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-09T00:51:08.861Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-09T00:51:09.293Z] === RUN TestToJSON [2021-03-09T00:51:09.293Z] --- PASS: TestToJSON (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestToParamWithVersion [2021-03-09T00:51:09.293Z] --- PASS: TestToParamWithVersion (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestFromJSON [2021-03-09T00:51:09.293Z] --- PASS: TestFromJSON (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestEmpty [2021-03-09T00:51:09.293Z] --- PASS: TestEmpty (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestArgsMatchKVListEmptySources [2021-03-09T00:51:09.293Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestArgsMatchKVList [2021-03-09T00:51:09.293Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestArgsMatch [2021-03-09T00:51:09.293Z] --- PASS: TestArgsMatch (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestAdd [2021-03-09T00:51:09.293Z] --- PASS: TestAdd (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestDel [2021-03-09T00:51:09.293Z] --- PASS: TestDel (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestLen [2021-03-09T00:51:09.293Z] --- PASS: TestLen (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestExactMatch [2021-03-09T00:51:09.293Z] --- PASS: TestExactMatch (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestOnlyOneExactMatch [2021-03-09T00:51:09.293Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestContains [2021-03-09T00:51:09.293Z] --- PASS: TestContains (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestValidate [2021-03-09T00:51:09.293Z] --- PASS: TestValidate (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestWalkValues [2021-03-09T00:51:09.293Z] --- PASS: TestWalkValues (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestFuzzyMatch [2021-03-09T00:51:09.293Z] --- PASS: TestFuzzyMatch (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestClone [2021-03-09T00:51:09.293Z] --- PASS: TestClone (0.00s) [2021-03-09T00:51:09.293Z] PASS [2021-03-09T00:51:09.293Z] coverage: 92.2% of statements [2021-03-09T00:51:09.293Z] ok github.com/docker/docker/api/types/filters 0.043s coverage: 92.2% of statements [2021-03-09T00:51:09.293Z] === RUN TestStrSliceMarshalJSON [2021-03-09T00:51:09.293Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestStrSliceUnmarshalJSON [2021-03-09T00:51:09.293Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestStrSliceUnmarshalString [2021-03-09T00:51:09.293Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestStrSliceUnmarshalSlice [2021-03-09T00:51:09.293Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-03-09T00:51:09.293Z] PASS [2021-03-09T00:51:09.293Z] coverage: 90.0% of statements [2021-03-09T00:51:09.293Z] ok github.com/docker/docker/api/types/strslice 0.068s coverage: 90.0% of statements [2021-03-09T00:51:09.293Z] === RUN TestAdjustForAPIVersion [2021-03-09T00:51:09.293Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-03-09T00:51:09.293Z] PASS [2021-03-09T00:51:09.293Z] coverage: 5.7% of statements [2021-03-09T00:51:09.293Z] ok github.com/docker/docker/api/server/router/swarm 0.058s coverage: 5.7% of statements [2021-03-09T00:51:09.293Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-09T00:51:09.293Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-09T00:51:09.293Z] ? github.com/docker/docker/api/types [no test files] [2021-03-09T00:51:09.293Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-09T00:51:09.293Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-09T00:51:09.293Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-09T00:51:09.293Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-09T00:51:09.293Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-09T00:51:09.293Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-09T00:51:09.293Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-09T00:51:09.293Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-09T00:51:09.293Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-09T00:51:09.293Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-09T00:51:09.293Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-09T00:51:09.293Z] === RUN TestDurationToSecondsString [2021-03-09T00:51:09.293Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-03-09T00:51:09.293Z] === RUN TestGetTimestamp [2021-03-09T00:51:09.495Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-03-09T00:51:09.495Z] === RUN TestInfoAPI [2021-03-09T00:51:09.495Z] --- PASS: TestInfoAPI (0.01s) [2021-03-09T00:51:09.495Z] === RUN TestInfoAPIWarnings [2021-03-09T00:51:09.757Z] --- PASS: TestGetTimestamp (0.12s) [2021-03-09T00:51:09.757Z] === RUN TestParseTimestamps [2021-03-09T00:51:09.757Z] --- PASS: TestParseTimestamps (0.00s) [2021-03-09T00:51:09.757Z] PASS [2021-03-09T00:51:09.757Z] coverage: 100.0% of statements [2021-03-09T00:51:09.757Z] ok github.com/docker/docker/api/types/time 0.170s coverage: 100.0% of statements [2021-03-09T00:51:09.919Z] === RUN TestExternalGraphDriver/spec [2021-03-09T00:51:10.221Z] === RUN TestCompareVersion [2021-03-09T00:51:10.222Z] --- PASS: TestCompareVersion (0.00s) [2021-03-09T00:51:10.222Z] PASS [2021-03-09T00:51:10.222Z] coverage: 75.0% of statements [2021-03-09T00:51:10.222Z] ok github.com/docker/docker/api/types/versions 0.040s coverage: 75.0% of statements [2021-03-09T00:51:10.222Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-09T00:51:10.222Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-09T00:51:10.222Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-09T00:51:10.222Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-03-09T00:51:10.222Z] ? github.com/docker/docker/builder [no test files] [2021-03-09T00:51:10.222Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-09T00:51:10.222Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-09T00:51:10.222Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-09T00:51:10.222Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-09T00:51:10.222Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-09T00:51:10.222Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-09T00:51:10.222Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-09T00:51:10.858Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-03-09T00:51:10.858Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-03-09T00:51:11.199Z] === RUN TestParseRemoteURL [2021-03-09T00:51:11.199Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-03-09T00:51:11.199Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-03-09T00:51:11.199Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-03-09T00:51:11.199Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-03-09T00:51:11.199Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-03-09T00:51:11.199Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-03-09T00:51:11.662Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-03-09T00:51:11.662Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-03-09T00:51:11.662Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-03-09T00:51:11.662Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-03-09T00:51:11.662Z] --- PASS: TestParseRemoteURL (0.00s) [2021-03-09T00:51:11.662Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-03-09T00:51:11.662Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-03-09T00:51:11.662Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-03-09T00:51:11.662Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-03-09T00:51:11.662Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-03-09T00:51:11.662Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-03-09T00:51:11.662Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-03-09T00:51:11.662Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-03-09T00:51:11.662Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-03-09T00:51:11.662Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-03-09T00:51:11.662Z] === RUN TestCloneArgsSmartHttp [2021-03-09T00:51:11.662Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-03-09T00:51:11.662Z] === RUN TestCloneArgsDumbHttp [2021-03-09T00:51:11.662Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-03-09T00:51:11.662Z] === RUN TestCloneArgsGit [2021-03-09T00:51:11.662Z] --- PASS: TestCloneArgsGit (0.00s) [2021-03-09T00:51:11.662Z] === RUN TestCheckoutGit [2021-03-09T00:51:11.996Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (22.81s) [2021-03-09T00:51:11.996Z] PASS [2021-03-09T00:51:11.996Z] [2021-03-09T00:51:11.996Z] === Skipped [2021-03-09T00:51:11.996Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2021-03-09T00:51:11.996Z] build_session_test.go:25: TODO: BuildKit [2021-03-09T00:51:11.996Z] [2021-03-09T00:51:11.996Z] === SKIP: ppc64le.integration.build TestBuildWCOWSandboxSize (0.09s) [2021-03-09T00:51:11.996Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-09T00:51:11.996Z] [2021-03-09T00:51:11.996Z] [2021-03-09T00:51:11.996Z] DONE 34 tests, 2 skipped in 122.564s [2021-03-09T00:51:11.996Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2021-03-09T00:51:11.996Z] ++ 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-09T00:51:11.996Z] ++ set -e [2021-03-09T00:51:11.996Z] ++ '[' -n 0 ']' [2021-03-09T00:51:11.996Z] ++ set -x [2021-03-09T00:51:11.996Z] ++ env -i DEST=/go/src/github.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-09T00:51:11.996Z] INFO: Testing against a local daemon [2021-03-09T00:51:11.996Z] === RUN TestConfigInspect [2021-03-09T00:51:12.465Z] === RUN TestExternalGraphDriver/pull [2021-03-09T00:51:13.518Z] --- PASS: TestConfigInspect (2.03s) [2021-03-09T00:51:13.518Z] === RUN TestConfigList [2021-03-09T00:51:13.861Z] === RUN TestEnable [2021-03-09T00:51:13.861Z] --- PASS: TestEnable (0.00s) [2021-03-09T00:51:13.861Z] === RUN TestDisable [2021-03-09T00:51:13.861Z] --- PASS: TestDisable (0.00s) [2021-03-09T00:51:13.861Z] === RUN TestEnabled [2021-03-09T00:51:13.861Z] --- PASS: TestEnabled (0.00s) [2021-03-09T00:51:13.861Z] PASS [2021-03-09T00:51:13.861Z] coverage: 100.0% of statements [2021-03-09T00:51:13.861Z] ok github.com/docker/docker/cli/debug 0.046s coverage: 100.0% of statements [2021-03-09T00:51:13.861Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-03-09T00:51:13.861Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-03-09T00:51:13.861Z] === RUN TestProcessNoDockerignore [2021-03-09T00:51:13.861Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-03-09T00:51:13.861Z] === RUN TestProcessShouldLeaveAllFiles [2021-03-09T00:51:13.861Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-03-09T00:51:13.861Z] === RUN TestDetectContentType [2021-03-09T00:51:13.861Z] --- PASS: TestDetectContentType (0.00s) [2021-03-09T00:51:13.861Z] === RUN TestSelectAcceptableMIME [2021-03-09T00:51:13.861Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-03-09T00:51:13.861Z] === RUN TestInspectEmptyResponse [2021-03-09T00:51:13.861Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-03-09T00:51:13.861Z] === RUN TestInspectResponseBinary [2021-03-09T00:51:13.861Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-03-09T00:51:13.861Z] === RUN TestResponseUnsupportedContentType [2021-03-09T00:51:13.861Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-03-09T00:51:13.861Z] === RUN TestInspectResponseTextSimple [2021-03-09T00:51:13.861Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-03-09T00:51:13.861Z] === RUN TestInspectResponseEmptyContentType [2021-03-09T00:51:13.861Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-03-09T00:51:13.861Z] === RUN TestUnknownContentLength [2021-03-09T00:51:13.861Z] --- PASS: TestUnknownContentLength (0.00s) [2021-03-09T00:51:13.861Z] === RUN TestDownloadRemote [2021-03-09T00:51:13.861Z] --- PASS: TestDownloadRemote (0.06s) [2021-03-09T00:51:13.861Z] === RUN TestGetWithStatusError [2021-03-09T00:51:13.861Z] --- PASS: TestGetWithStatusError (0.00s) [2021-03-09T00:51:13.861Z] === RUN TestCloseRootDirectory [2021-03-09T00:51:13.861Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-03-09T00:51:13.861Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:51:13.861Z] === RUN TestHashFile [2021-03-09T00:51:13.861Z] --- SKIP: TestHashFile (0.00s) [2021-03-09T00:51:13.861Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:51:13.861Z] === RUN TestHashSubdir [2021-03-09T00:51:13.861Z] --- SKIP: TestHashSubdir (0.00s) [2021-03-09T00:51:13.861Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:51:13.861Z] === RUN TestRemoveDirectory [2021-03-09T00:51:13.861Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-03-09T00:51:13.861Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:51:13.861Z] PASS [2021-03-09T00:51:13.861Z] coverage: 9.3% of statements [2021-03-09T00:51:13.861Z] ok github.com/docker/docker/builder/remotecontext 0.276s coverage: 9.3% of statements [2021-03-09T00:51:14.325Z] === RUN TestGetAllAllowed [2021-03-09T00:51:14.325Z] --- PASS: TestGetAllAllowed (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestGetAllMeta [2021-03-09T00:51:14.325Z] --- PASS: TestGetAllMeta (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestWarnOnUnusedBuildArgs [2021-03-09T00:51:14.325Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestIsUnreferencedBuiltin [2021-03-09T00:51:14.325Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestIsExistingDirectory [2021-03-09T00:51:14.325Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestGetFilenameForDownload [2021-03-09T00:51:14.325Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestEnv2Variables [2021-03-09T00:51:14.325Z] --- PASS: TestEnv2Variables (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-03-09T00:51:14.325Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestMaintainer [2021-03-09T00:51:14.325Z] --- PASS: TestMaintainer (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestLabel [2021-03-09T00:51:14.325Z] --- PASS: TestLabel (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestFromScratch [2021-03-09T00:51:14.325Z] --- PASS: TestFromScratch (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestFromWithArg [2021-03-09T00:51:14.325Z] --- PASS: TestFromWithArg (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-03-09T00:51:14.325Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestFromWithUndefinedArg [2021-03-09T00:51:14.325Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestFromMultiStageWithNamedStage [2021-03-09T00:51:14.325Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestOnbuild [2021-03-09T00:51:14.325Z] --- PASS: TestOnbuild (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestWorkdir [2021-03-09T00:51:14.325Z] --- PASS: TestWorkdir (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestCmd [2021-03-09T00:51:14.325Z] --- PASS: TestCmd (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestHealthcheckNone [2021-03-09T00:51:14.325Z] --- PASS: TestHealthcheckNone (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestHealthcheckCmd [2021-03-09T00:51:14.325Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestEntrypoint [2021-03-09T00:51:14.325Z] --- PASS: TestEntrypoint (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestExpose [2021-03-09T00:51:14.325Z] --- PASS: TestExpose (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestUser [2021-03-09T00:51:14.325Z] --- PASS: TestUser (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestVolume [2021-03-09T00:51:14.325Z] --- PASS: TestVolume (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestStopSignal [2021-03-09T00:51:14.325Z] --- SKIP: TestStopSignal (0.00s) [2021-03-09T00:51:14.325Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-03-09T00:51:14.325Z] === RUN TestArg [2021-03-09T00:51:14.325Z] --- PASS: TestArg (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestShell [2021-03-09T00:51:14.325Z] --- PASS: TestShell (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestPrependEnvOnCmd [2021-03-09T00:51:14.325Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestRunWithBuildArgs [2021-03-09T00:51:14.325Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestRunIgnoresHealthcheck [2021-03-09T00:51:14.325Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestNormalizeWorkdir [2021-03-09T00:51:14.325Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestDispatch [2021-03-09T00:51:14.325Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-03-09T00:51:14.325Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-03-09T00:51:14.325Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-03-09T00:51:14.325Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-03-09T00:51:14.325Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-03-09T00:51:14.325Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-03-09T00:51:14.325Z] === RUN TestDispatch/COPY_url [2021-03-09T00:51:14.325Z] --- PASS: TestDispatch (0.06s) [2021-03-09T00:51:14.325Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-03-09T00:51:14.325Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2021-03-09T00:51:14.325Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-03-09T00:51:14.325Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-03-09T00:51:14.325Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-03-09T00:51:14.325Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-03-09T00:51:14.325Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestAddScratchImageAddsToMounts [2021-03-09T00:51:14.325Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestAddFromScratchPopulatesPlatform [2021-03-09T00:51:14.325Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-03-09T00:51:14.325Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-03-09T00:51:14.325Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestImageSourceGetAddsToMounts [2021-03-09T00:51:14.325Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestEmptyDockerfile [2021-03-09T00:51:14.325Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestSymlinkDockerfile [2021-03-09T00:51:14.325Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-03-09T00:51:14.325Z] === RUN TestDockerfileOutsideTheBuildContext [2021-03-09T00:51:14.325Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestNonExistingDockerfile [2021-03-09T00:51:14.325Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestCopyRunConfig [2021-03-09T00:51:14.325Z] --- PASS: TestCopyRunConfig (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestDeepCopyRunConfig [2021-03-09T00:51:14.325Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestExportImage [2021-03-09T00:51:14.325Z] --- PASS: TestExportImage (0.00s) [2021-03-09T00:51:14.325Z] === RUN TestNormalizeDest [2021-03-09T00:51:14.325Z] --- PASS: TestNormalizeDest (0.00s) [2021-03-09T00:51:14.325Z] PASS [2021-03-09T00:51:14.325Z] coverage: 46.6% of statements [2021-03-09T00:51:14.325Z] ok github.com/docker/docker/builder/dockerfile 0.220s coverage: 46.6% of statements [2021-03-09T00:51:14.325Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-09T00:51:15.034Z] --- PASS: TestExternalGraphDriver (7.47s) [2021-03-09T00:51:15.034Z] --- PASS: TestExternalGraphDriver/json (2.46s) [2021-03-09T00:51:15.034Z] --- PASS: TestExternalGraphDriver/spec (2.68s) [2021-03-09T00:51:15.034Z] --- PASS: TestExternalGraphDriver/pull (2.17s) [2021-03-09T00:51:15.034Z] === RUN TestGraphdriverPluginV2 [2021-03-09T00:51:15.034Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2021-03-09T00:51:15.034Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:51:15.034Z] PASS [2021-03-09T00:51:15.034Z] [2021-03-09T00:51:15.034Z] === Skipped [2021-03-09T00:51:15.034Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2021-03-09T00:51:15.034Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:51:15.034Z] [2021-03-09T00:51:15.034Z] [2021-03-09T00:51:15.034Z] DONE 5 tests, 1 skipped in 7.674s [2021-03-09T00:51:15.034Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-09T00:51:15.034Z] ++ 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-09T00:51:15.034Z] ++ set -e [2021-03-09T00:51:15.034Z] ++ '[' -n 0 ']' [2021-03-09T00:51:15.034Z] ++ set -x [2021-03-09T00:51:15.034Z] ++ env -i DEST=/go/src/github.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-09T00:51:15.034Z] INFO: Testing against a local daemon [2021-03-09T00:51:15.034Z] === RUN TestContinueAfterPluginCrash [2021-03-09T00:51:15.034Z] === PAUSE TestContinueAfterPluginCrash [2021-03-09T00:51:15.034Z] === RUN TestReadPluginNoRead [2021-03-09T00:51:15.034Z] === PAUSE TestReadPluginNoRead [2021-03-09T00:51:15.034Z] === RUN TestDaemonStartWithLogOpt [2021-03-09T00:51:15.034Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-09T00:51:15.034Z] === CONT TestContinueAfterPluginCrash [2021-03-09T00:51:15.034Z] === CONT TestDaemonStartWithLogOpt [2021-03-09T00:51:15.034Z] === CONT TestReadPluginNoRead [2021-03-09T00:51:15.615Z] --- PASS: TestConfigList (1.96s) [2021-03-09T00:51:15.615Z] === RUN TestConfigsCreateAndDelete [2021-03-09T00:51:16.111Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-03-09T00:51:17.478Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-03-09T00:51:17.478Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-03-09T00:51:17.699Z] --- PASS: TestConfigsCreateAndDelete (1.96s) [2021-03-09T00:51:17.699Z] === RUN TestConfigsUpdate [2021-03-09T00:51:18.410Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-03-09T00:51:19.247Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-09T00:51:19.778Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-03-09T00:51:19.780Z] --- PASS: TestConfigsUpdate (2.15s) [2021-03-09T00:51:19.780Z] === RUN TestTemplatedConfig [2021-03-09T00:51:19.819Z] --- PASS: TestDaemonStartWithLogOpt (4.89s) [2021-03-09T00:51:20.035Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-03-09T00:51:20.762Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-09T00:51:21.895Z] --- PASS: TestTemplatedConfig (2.41s) [2021-03-09T00:51:21.895Z] === RUN TestConfigCreateResolve [2021-03-09T00:51:22.608Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-03-09T00:51:22.673Z] === RUN TestReadPluginNoRead/default [2021-03-09T00:51:23.171Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-03-09T00:51:23.973Z] --- PASS: TestConfigCreateResolve (1.91s) [2021-03-09T00:51:23.973Z] === RUN TestConfigDaemonLibtrustID [2021-03-09T00:51:24.583Z] --- PASS: TestReadPluginNoRead (9.64s) [2021-03-09T00:51:24.583Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.83s) [2021-03-09T00:51:24.583Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.82s) [2021-03-09T00:51:24.583Z] --- PASS: TestReadPluginNoRead/default (1.84s) [2021-03-09T00:51:24.583Z] read_test.go:92: [d923381f2ab9b] daemon is not started [2021-03-09T00:51:24.609Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2021-03-09T00:51:24.609Z] PASS [2021-03-09T00:51:24.609Z] [2021-03-09T00:51:24.609Z] DONE 7 tests in 13.043s [2021-03-09T00:51:24.609Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2021-03-09T00:51:24.609Z] ++ 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-09T00:51:24.609Z] ++ set -e [2021-03-09T00:51:24.609Z] ++ '[' -n 0 ']' [2021-03-09T00:51:24.609Z] ++ set -x [2021-03-09T00:51:24.609Z] ++ env -i DEST=/go/src/github.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-09T00:51:24.609Z] INFO: Testing against a local daemon [2021-03-09T00:51:24.609Z] === RUN TestCheckpoint [2021-03-09T00:51:24.609Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-09T00:51:24.609Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-09T00:51:24.609Z] === RUN TestContainerInvalidJSON [2021-03-09T00:51:24.609Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:51:24.609Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:51:24.609Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:51:24.609Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:51:24.609Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:51:24.609Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:51:24.609Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T00:51:24.609Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-09T00:51:24.609Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T00:51:24.609Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-03-09T00:51:24.609Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-09T00:51:24.609Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-09T00:51:24.609Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-09T00:51:24.609Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-09T00:51:24.609Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-03-09T00:51:24.609Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-09T00:51:24.609Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-03-09T00:51:24.609Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-09T00:51:24.709Z] === RUN TestCheckpointCreateError [2021-03-09T00:51:24.709Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-03-09T00:51:24.709Z] === RUN TestCheckpointCreate [2021-03-09T00:51:24.709Z] --- PASS: TestCheckpointCreate (0.00s) [2021-03-09T00:51:24.709Z] === RUN TestCheckpointDeleteError [2021-03-09T00:51:24.709Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-03-09T00:51:24.709Z] === RUN TestCheckpointDelete [2021-03-09T00:51:24.709Z] --- PASS: TestCheckpointDelete (0.00s) [2021-03-09T00:51:24.709Z] === RUN TestCheckpointListError [2021-03-09T00:51:24.709Z] --- PASS: TestCheckpointListError (0.00s) [2021-03-09T00:51:24.709Z] === RUN TestCheckpointList [2021-03-09T00:51:24.709Z] --- PASS: TestCheckpointList (0.00s) [2021-03-09T00:51:24.709Z] === RUN TestCheckpointListContainerNotFound [2021-03-09T00:51:24.709Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-03-09T00:51:24.709Z] === RUN TestNewClientWithOpsFromEnv [2021-03-09T00:51:24.709Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-03-09T00:51:24.709Z] client_test.go:23: runtime.GOOS == "windows" [2021-03-09T00:51:24.709Z] === RUN TestGetAPIPath [2021-03-09T00:51:24.709Z] --- PASS: TestGetAPIPath (0.00s) [2021-03-09T00:51:24.709Z] === RUN TestParseHostURL [2021-03-09T00:51:24.709Z] --- PASS: TestParseHostURL (0.00s) [2021-03-09T00:51:24.709Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-03-09T00:51:24.709Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-03-09T00:51:24.709Z] === RUN TestNegotiateAPIVersionEmpty [2021-03-09T00:51:24.709Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-03-09T00:51:24.709Z] === RUN TestNegotiateAPIVersion [2021-03-09T00:51:24.709Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-03-09T00:51:24.709Z] === RUN TestNegotiateAPVersionOverride [2021-03-09T00:51:24.709Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-03-09T00:51:24.906Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2021-03-09T00:51:24.906Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-09T00:51:24.906Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2021-03-09T00:51:24.906Z] === RUN TestCopyFromContainer [2021-03-09T00:51:25.153Z] --- PASS: TestContinueAfterPluginCrash (10.19s) [2021-03-09T00:51:25.153Z] PASS [2021-03-09T00:51:25.153Z] [2021-03-09T00:51:25.153Z] DONE 6 tests in 10.395s [2021-03-09T00:51:25.153Z] 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-09T00:51:25.153Z] ++ 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-09T00:51:25.153Z] ++ set -e [2021-03-09T00:51:25.153Z] ++ '[' -n 0 ']' [2021-03-09T00:51:25.153Z] ++ set -x [2021-03-09T00:51:25.153Z] ++ env -i DEST=/go/src/github.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-09T00:51:25.153Z] testing: warning: no tests to run [2021-03-09T00:51:25.153Z] PASS [2021-03-09T00:51:25.153Z] [2021-03-09T00:51:25.153Z] DONE 0 tests in 0.078s [2021-03-09T00:51:25.153Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-09T00:51:25.153Z] ++ 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-09T00:51:25.153Z] ++ set -e [2021-03-09T00:51:25.153Z] ++ '[' -n 0 ']' [2021-03-09T00:51:25.153Z] ++ set -x [2021-03-09T00:51:25.153Z] ++ env -i DEST=/go/src/github.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-09T00:51:25.172Z] === RUN TestNegotiateAPIVersionAutomatic [2021-03-09T00:51:25.172Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-03-09T00:51:25.172Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-03-09T00:51:25.172Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestClientRedirect [2021-03-09T00:51:25.172Z] --- PASS: TestClientRedirect (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigCreateUnsupported [2021-03-09T00:51:25.172Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigCreateError [2021-03-09T00:51:25.172Z] --- PASS: TestConfigCreateError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigCreate [2021-03-09T00:51:25.172Z] --- PASS: TestConfigCreate (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigInspectNotFound [2021-03-09T00:51:25.172Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigInspectWithEmptyID [2021-03-09T00:51:25.172Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigInspectUnsupported [2021-03-09T00:51:25.172Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigInspectError [2021-03-09T00:51:25.172Z] --- PASS: TestConfigInspectError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigInspectConfigNotFound [2021-03-09T00:51:25.172Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigInspect [2021-03-09T00:51:25.172Z] --- PASS: TestConfigInspect (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigListUnsupported [2021-03-09T00:51:25.172Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigListError [2021-03-09T00:51:25.172Z] --- PASS: TestConfigListError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigList [2021-03-09T00:51:25.172Z] --- PASS: TestConfigList (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigRemoveUnsupported [2021-03-09T00:51:25.172Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigRemoveError [2021-03-09T00:51:25.172Z] --- PASS: TestConfigRemoveError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigRemove [2021-03-09T00:51:25.172Z] --- PASS: TestConfigRemove (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigUpdateUnsupported [2021-03-09T00:51:25.172Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigUpdateError [2021-03-09T00:51:25.172Z] --- PASS: TestConfigUpdateError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestConfigUpdate [2021-03-09T00:51:25.172Z] --- PASS: TestConfigUpdate (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestContainerCommitError [2021-03-09T00:51:25.172Z] --- PASS: TestContainerCommitError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestContainerCommit [2021-03-09T00:51:25.172Z] --- PASS: TestContainerCommit (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestContainerStatPathError [2021-03-09T00:51:25.172Z] --- PASS: TestContainerStatPathError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestContainerStatPathNotFoundError [2021-03-09T00:51:25.172Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestContainerStatPathNoHeaderError [2021-03-09T00:51:25.172Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestContainerStatPath [2021-03-09T00:51:25.172Z] --- PASS: TestContainerStatPath (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestCopyToContainerError [2021-03-09T00:51:25.172Z] --- PASS: TestCopyToContainerError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestCopyToContainerNotFoundError [2021-03-09T00:51:25.172Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestCopyToContainerNotStatusOKError [2021-03-09T00:51:25.172Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestCopyToContainer [2021-03-09T00:51:25.172Z] --- PASS: TestCopyToContainer (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestCopyFromContainerError [2021-03-09T00:51:25.172Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestCopyFromContainerNotFoundError [2021-03-09T00:51:25.172Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestCopyFromContainerNotStatusOKError [2021-03-09T00:51:25.172Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestCopyFromContainerNoHeaderError [2021-03-09T00:51:25.172Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestCopyFromContainer [2021-03-09T00:51:25.172Z] --- PASS: TestCopyFromContainer (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestContainerCreateError [2021-03-09T00:51:25.172Z] --- PASS: TestContainerCreateError (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestContainerCreateImageNotFound [2021-03-09T00:51:25.172Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestContainerCreateWithName [2021-03-09T00:51:25.172Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-03-09T00:51:25.172Z] === RUN TestContainerCreateAutoRemove [2021-03-09T00:51:25.173Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerDiffError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerDiffError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerDiff [2021-03-09T00:51:25.173Z] --- PASS: TestContainerDiff (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerExecCreateError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerExecCreate [2021-03-09T00:51:25.173Z] --- PASS: TestContainerExecCreate (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerExecStartError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerExecStartError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerExecStart [2021-03-09T00:51:25.173Z] --- PASS: TestContainerExecStart (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerExecInspectError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerExecInspect [2021-03-09T00:51:25.173Z] --- PASS: TestContainerExecInspect (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerExportError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerExportError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerExport [2021-03-09T00:51:25.173Z] --- PASS: TestContainerExport (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerInspectError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerInspectError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerInspectContainerNotFound [2021-03-09T00:51:25.173Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerInspectWithEmptyID [2021-03-09T00:51:25.173Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerInspect [2021-03-09T00:51:25.173Z] --- PASS: TestContainerInspect (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerInspectNode [2021-03-09T00:51:25.173Z] --- PASS: TestContainerInspectNode (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerKillError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerKillError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerKill [2021-03-09T00:51:25.173Z] --- PASS: TestContainerKill (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerListError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerListError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerList [2021-03-09T00:51:25.173Z] --- PASS: TestContainerList (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerLogsNotFoundError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerLogsError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerLogsError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerLogs [2021-03-09T00:51:25.173Z] --- PASS: TestContainerLogs (0.16s) [2021-03-09T00:51:25.173Z] === RUN TestContainerPauseError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerPauseError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerPause [2021-03-09T00:51:25.173Z] --- PASS: TestContainerPause (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainersPruneError [2021-03-09T00:51:25.173Z] --- PASS: TestContainersPruneError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainersPrune [2021-03-09T00:51:25.173Z] --- PASS: TestContainersPrune (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerRemoveError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerRemoveError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerRemoveNotFoundError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerRemove [2021-03-09T00:51:25.173Z] --- PASS: TestContainerRemove (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerRenameError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerRenameError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerRename [2021-03-09T00:51:25.173Z] --- PASS: TestContainerRename (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerResizeError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerResizeError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerExecResizeError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerResize [2021-03-09T00:51:25.173Z] --- PASS: TestContainerResize (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerExecResize [2021-03-09T00:51:25.173Z] --- PASS: TestContainerExecResize (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerRestartError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerRestartError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerRestart [2021-03-09T00:51:25.173Z] --- PASS: TestContainerRestart (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerStartError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerStartError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerStart [2021-03-09T00:51:25.173Z] --- PASS: TestContainerStart (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerStatsError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerStatsError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerStats [2021-03-09T00:51:25.173Z] --- PASS: TestContainerStats (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerStopError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerStopError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerStop [2021-03-09T00:51:25.173Z] --- PASS: TestContainerStop (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerTopError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerTopError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerTop [2021-03-09T00:51:25.173Z] --- PASS: TestContainerTop (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerUnpauseError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerUnpause [2021-03-09T00:51:25.173Z] --- PASS: TestContainerUnpause (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerUpdateError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerUpdateError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerUpdate [2021-03-09T00:51:25.173Z] --- PASS: TestContainerUpdate (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerWaitError [2021-03-09T00:51:25.173Z] --- PASS: TestContainerWaitError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestContainerWait [2021-03-09T00:51:25.173Z] --- PASS: TestContainerWait (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestDiskUsageError [2021-03-09T00:51:25.173Z] --- PASS: TestDiskUsageError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestDiskUsage [2021-03-09T00:51:25.173Z] --- PASS: TestDiskUsage (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestDistributionInspectUnsupported [2021-03-09T00:51:25.173Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestDistributionInspectWithEmptyID [2021-03-09T00:51:25.173Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestEventsErrorInOptions [2021-03-09T00:51:25.173Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestEventsErrorFromServer [2021-03-09T00:51:25.173Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestEvents [2021-03-09T00:51:25.173Z] --- PASS: TestEvents (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestTLSCloseWriter [2021-03-09T00:51:25.173Z] === PAUSE TestTLSCloseWriter [2021-03-09T00:51:25.173Z] === RUN TestImageBuildError [2021-03-09T00:51:25.173Z] --- PASS: TestImageBuildError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageBuild [2021-03-09T00:51:25.173Z] --- PASS: TestImageBuild (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestGetDockerOS [2021-03-09T00:51:25.173Z] --- PASS: TestGetDockerOS (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageCreateError [2021-03-09T00:51:25.173Z] --- PASS: TestImageCreateError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageCreate [2021-03-09T00:51:25.173Z] --- PASS: TestImageCreate (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageHistoryError [2021-03-09T00:51:25.173Z] --- PASS: TestImageHistoryError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageHistory [2021-03-09T00:51:25.173Z] --- PASS: TestImageHistory (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageImportError [2021-03-09T00:51:25.173Z] --- PASS: TestImageImportError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageImport [2021-03-09T00:51:25.173Z] --- PASS: TestImageImport (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageInspectError [2021-03-09T00:51:25.173Z] --- PASS: TestImageInspectError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageInspectImageNotFound [2021-03-09T00:51:25.173Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageInspectWithEmptyID [2021-03-09T00:51:25.173Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageInspect [2021-03-09T00:51:25.173Z] --- PASS: TestImageInspect (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageListError [2021-03-09T00:51:25.173Z] --- PASS: TestImageListError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageList [2021-03-09T00:51:25.173Z] --- PASS: TestImageList (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageListApiBefore125 [2021-03-09T00:51:25.173Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageLoadError [2021-03-09T00:51:25.173Z] --- PASS: TestImageLoadError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageLoad [2021-03-09T00:51:25.173Z] --- PASS: TestImageLoad (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagesPruneError [2021-03-09T00:51:25.173Z] --- PASS: TestImagesPruneError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagesPrune [2021-03-09T00:51:25.173Z] --- PASS: TestImagesPrune (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagePullReferenceParseError [2021-03-09T00:51:25.173Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagePullAnyError [2021-03-09T00:51:25.173Z] --- PASS: TestImagePullAnyError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagePullStatusUnauthorizedError [2021-03-09T00:51:25.173Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-03-09T00:51:25.173Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-03-09T00:51:25.173Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-03-09T00:51:25.173Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagePullWithoutErrors [2021-03-09T00:51:25.173Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagePushReferenceError [2021-03-09T00:51:25.173Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagePushAnyError [2021-03-09T00:51:25.173Z] --- PASS: TestImagePushAnyError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagePushStatusUnauthorizedError [2021-03-09T00:51:25.173Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-03-09T00:51:25.173Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-03-09T00:51:25.173Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-03-09T00:51:25.173Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImagePushWithoutErrors [2021-03-09T00:51:25.173Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-03-09T00:51:25.173Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-03-09T00:51:25.173Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-03-09T00:51:25.173Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-03-09T00:51:25.173Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-03-09T00:51:25.173Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-03-09T00:51:25.173Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-03-09T00:51:25.173Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-03-09T00:51:25.173Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageRemoveError [2021-03-09T00:51:25.173Z] --- PASS: TestImageRemoveError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageRemoveImageNotFound [2021-03-09T00:51:25.173Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageRemove [2021-03-09T00:51:25.173Z] --- PASS: TestImageRemove (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageSaveError [2021-03-09T00:51:25.173Z] --- PASS: TestImageSaveError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageSave [2021-03-09T00:51:25.173Z] --- PASS: TestImageSave (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageSearchAnyError [2021-03-09T00:51:25.173Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageSearchStatusUnauthorizedError [2021-03-09T00:51:25.173Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-03-09T00:51:25.173Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-03-09T00:51:25.173Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-03-09T00:51:25.173Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageSearchWithoutErrors [2021-03-09T00:51:25.173Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageTagError [2021-03-09T00:51:25.173Z] --- PASS: TestImageTagError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageTagInvalidReference [2021-03-09T00:51:25.173Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageTagInvalidSourceImageName [2021-03-09T00:51:25.173Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageTagHexSource [2021-03-09T00:51:25.173Z] --- PASS: TestImageTagHexSource (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestImageTag [2021-03-09T00:51:25.173Z] --- PASS: TestImageTag (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestInfoServerError [2021-03-09T00:51:25.173Z] --- PASS: TestInfoServerError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestInfoInvalidResponseJSONError [2021-03-09T00:51:25.173Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestInfo [2021-03-09T00:51:25.173Z] --- PASS: TestInfo (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworkConnectError [2021-03-09T00:51:25.173Z] --- PASS: TestNetworkConnectError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-03-09T00:51:25.173Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworkConnect [2021-03-09T00:51:25.173Z] --- PASS: TestNetworkConnect (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworkCreateError [2021-03-09T00:51:25.173Z] --- PASS: TestNetworkCreateError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworkCreate [2021-03-09T00:51:25.173Z] --- PASS: TestNetworkCreate (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworkDisconnectError [2021-03-09T00:51:25.173Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworkDisconnect [2021-03-09T00:51:25.173Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworkInspectError [2021-03-09T00:51:25.173Z] --- PASS: TestNetworkInspectError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworkInspectNotFoundError [2021-03-09T00:51:25.173Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworkInspectWithEmptyID [2021-03-09T00:51:25.173Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworkInspect [2021-03-09T00:51:25.173Z] --- PASS: TestNetworkInspect (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworkListError [2021-03-09T00:51:25.173Z] --- PASS: TestNetworkListError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworkList [2021-03-09T00:51:25.173Z] --- PASS: TestNetworkList (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworksPruneError [2021-03-09T00:51:25.173Z] --- PASS: TestNetworksPruneError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworksPrune [2021-03-09T00:51:25.173Z] --- PASS: TestNetworksPrune (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworkRemoveError [2021-03-09T00:51:25.173Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNetworkRemove [2021-03-09T00:51:25.173Z] --- PASS: TestNetworkRemove (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNodeInspectError [2021-03-09T00:51:25.173Z] --- PASS: TestNodeInspectError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNodeInspectNodeNotFound [2021-03-09T00:51:25.173Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNodeInspectWithEmptyID [2021-03-09T00:51:25.173Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNodeInspect [2021-03-09T00:51:25.173Z] --- PASS: TestNodeInspect (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNodeListError [2021-03-09T00:51:25.173Z] --- PASS: TestNodeListError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNodeList [2021-03-09T00:51:25.173Z] --- PASS: TestNodeList (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNodeRemoveError [2021-03-09T00:51:25.173Z] --- PASS: TestNodeRemoveError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNodeRemove [2021-03-09T00:51:25.173Z] --- PASS: TestNodeRemove (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNodeUpdateError [2021-03-09T00:51:25.173Z] --- PASS: TestNodeUpdateError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestNodeUpdate [2021-03-09T00:51:25.173Z] --- PASS: TestNodeUpdate (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestOptionWithTimeout [2021-03-09T00:51:25.173Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPingFail [2021-03-09T00:51:25.173Z] --- PASS: TestPingFail (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPingWithError [2021-03-09T00:51:25.173Z] 2021/03/09 00:51:24 RoundTripper returned a response & error; ignoring response [2021-03-09T00:51:25.173Z] 2021/03/09 00:51:24 RoundTripper returned a response & error; ignoring response [2021-03-09T00:51:25.173Z] --- PASS: TestPingWithError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPingSuccess [2021-03-09T00:51:25.173Z] --- PASS: TestPingSuccess (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPingHeadFallback [2021-03-09T00:51:25.173Z] === RUN TestPingHeadFallback/OK [2021-03-09T00:51:25.173Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-03-09T00:51:25.173Z] === RUN TestPingHeadFallback/Not_Found [2021-03-09T00:51:25.173Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-03-09T00:51:25.173Z] --- PASS: TestPingHeadFallback (0.00s) [2021-03-09T00:51:25.173Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-03-09T00:51:25.173Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-03-09T00:51:25.173Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-03-09T00:51:25.173Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPluginDisableError [2021-03-09T00:51:25.173Z] --- PASS: TestPluginDisableError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPluginDisable [2021-03-09T00:51:25.173Z] --- PASS: TestPluginDisable (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPluginEnableError [2021-03-09T00:51:25.173Z] --- PASS: TestPluginEnableError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPluginEnable [2021-03-09T00:51:25.173Z] --- PASS: TestPluginEnable (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPluginInspectError [2021-03-09T00:51:25.173Z] --- PASS: TestPluginInspectError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPluginInspectWithEmptyID [2021-03-09T00:51:25.173Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPluginInspect [2021-03-09T00:51:25.173Z] --- PASS: TestPluginInspect (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPluginListError [2021-03-09T00:51:25.173Z] --- PASS: TestPluginListError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPluginList [2021-03-09T00:51:25.173Z] --- PASS: TestPluginList (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPluginPushError [2021-03-09T00:51:25.173Z] --- PASS: TestPluginPushError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPluginPush [2021-03-09T00:51:25.173Z] --- PASS: TestPluginPush (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPluginRemoveError [2021-03-09T00:51:25.173Z] --- PASS: TestPluginRemoveError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPluginRemove [2021-03-09T00:51:25.173Z] --- PASS: TestPluginRemove (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPluginSetError [2021-03-09T00:51:25.173Z] --- PASS: TestPluginSetError (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestPluginSet [2021-03-09T00:51:25.173Z] --- PASS: TestPluginSet (0.00s) [2021-03-09T00:51:25.173Z] === RUN TestSetHostHeader [2021-03-09T00:51:25.174Z] --- PASS: TestSetHostHeader (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestPlainTextError [2021-03-09T00:51:25.174Z] --- PASS: TestPlainTextError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestInfiniteError [2021-03-09T00:51:25.174Z] --- PASS: TestInfiniteError (0.01s) [2021-03-09T00:51:25.174Z] === RUN TestSecretCreateUnsupported [2021-03-09T00:51:25.174Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretCreateError [2021-03-09T00:51:25.174Z] --- PASS: TestSecretCreateError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretCreate [2021-03-09T00:51:25.174Z] --- PASS: TestSecretCreate (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretInspectUnsupported [2021-03-09T00:51:25.174Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretInspectError [2021-03-09T00:51:25.174Z] --- PASS: TestSecretInspectError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretInspectSecretNotFound [2021-03-09T00:51:25.174Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretInspectWithEmptyID [2021-03-09T00:51:25.174Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretInspect [2021-03-09T00:51:25.174Z] --- PASS: TestSecretInspect (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretListUnsupported [2021-03-09T00:51:25.174Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretListError [2021-03-09T00:51:25.174Z] --- PASS: TestSecretListError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretList [2021-03-09T00:51:25.174Z] --- PASS: TestSecretList (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretRemoveUnsupported [2021-03-09T00:51:25.174Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretRemoveError [2021-03-09T00:51:25.174Z] --- PASS: TestSecretRemoveError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretRemove [2021-03-09T00:51:25.174Z] --- PASS: TestSecretRemove (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretUpdateUnsupported [2021-03-09T00:51:25.174Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretUpdateError [2021-03-09T00:51:25.174Z] --- PASS: TestSecretUpdateError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSecretUpdate [2021-03-09T00:51:25.174Z] --- PASS: TestSecretUpdate (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceCreateError [2021-03-09T00:51:25.174Z] --- PASS: TestServiceCreateError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceCreate [2021-03-09T00:51:25.174Z] --- PASS: TestServiceCreate (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceCreateCompatiblePlatforms [2021-03-09T00:51:25.174Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceCreateDigestPinning [2021-03-09T00:51:25.174Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceInspectError [2021-03-09T00:51:25.174Z] --- PASS: TestServiceInspectError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceInspectServiceNotFound [2021-03-09T00:51:25.174Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceInspectWithEmptyID [2021-03-09T00:51:25.174Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceInspect [2021-03-09T00:51:25.174Z] --- PASS: TestServiceInspect (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceListError [2021-03-09T00:51:25.174Z] --- PASS: TestServiceListError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceList [2021-03-09T00:51:25.174Z] --- PASS: TestServiceList (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceLogsError [2021-03-09T00:51:25.174Z] --- PASS: TestServiceLogsError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceLogs [2021-03-09T00:51:25.174Z] --- PASS: TestServiceLogs (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceRemoveError [2021-03-09T00:51:25.174Z] --- PASS: TestServiceRemoveError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceRemoveNotFoundError [2021-03-09T00:51:25.174Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceRemove [2021-03-09T00:51:25.174Z] --- PASS: TestServiceRemove (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceUpdateError [2021-03-09T00:51:25.174Z] --- PASS: TestServiceUpdateError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestServiceUpdate [2021-03-09T00:51:25.174Z] --- PASS: TestServiceUpdate (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSwarmGetUnlockKeyError [2021-03-09T00:51:25.174Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSwarmGetUnlockKey [2021-03-09T00:51:25.174Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSwarmInitError [2021-03-09T00:51:25.174Z] --- PASS: TestSwarmInitError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSwarmInit [2021-03-09T00:51:25.174Z] --- PASS: TestSwarmInit (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSwarmInspectError [2021-03-09T00:51:25.174Z] --- PASS: TestSwarmInspectError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSwarmInspect [2021-03-09T00:51:25.174Z] --- PASS: TestSwarmInspect (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSwarmJoinError [2021-03-09T00:51:25.174Z] --- PASS: TestSwarmJoinError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSwarmJoin [2021-03-09T00:51:25.174Z] --- PASS: TestSwarmJoin (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSwarmLeaveError [2021-03-09T00:51:25.174Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSwarmLeave [2021-03-09T00:51:25.174Z] --- PASS: TestSwarmLeave (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSwarmUnlockError [2021-03-09T00:51:25.174Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSwarmUnlock [2021-03-09T00:51:25.174Z] --- PASS: TestSwarmUnlock (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSwarmUpdateError [2021-03-09T00:51:25.174Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestSwarmUpdate [2021-03-09T00:51:25.174Z] --- PASS: TestSwarmUpdate (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestTaskInspectError [2021-03-09T00:51:25.174Z] --- PASS: TestTaskInspectError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestTaskInspectWithEmptyID [2021-03-09T00:51:25.174Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestTaskInspect [2021-03-09T00:51:25.174Z] --- PASS: TestTaskInspect (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestTaskListError [2021-03-09T00:51:25.174Z] --- PASS: TestTaskListError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestTaskList [2021-03-09T00:51:25.174Z] --- PASS: TestTaskList (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestVolumeCreateError [2021-03-09T00:51:25.174Z] --- PASS: TestVolumeCreateError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestVolumeCreate [2021-03-09T00:51:25.174Z] --- PASS: TestVolumeCreate (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestVolumeInspectError [2021-03-09T00:51:25.174Z] --- PASS: TestVolumeInspectError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestVolumeInspectNotFound [2021-03-09T00:51:25.174Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestVolumeInspectWithEmptyID [2021-03-09T00:51:25.174Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestVolumeInspect [2021-03-09T00:51:25.174Z] --- PASS: TestVolumeInspect (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestVolumeListError [2021-03-09T00:51:25.174Z] --- PASS: TestVolumeListError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestVolumeList [2021-03-09T00:51:25.174Z] --- PASS: TestVolumeList (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestVolumeRemoveError [2021-03-09T00:51:25.174Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-03-09T00:51:25.174Z] === RUN TestVolumeRemove [2021-03-09T00:51:25.174Z] --- PASS: TestVolumeRemove (0.00s) [2021-03-09T00:51:25.174Z] === CONT TestTLSCloseWriter [2021-03-09T00:51:25.174Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-03-09T00:51:25.174Z] PASS [2021-03-09T00:51:25.174Z] coverage: 74.9% of statements [2021-03-09T00:51:25.174Z] ok github.com/docker/docker/client 0.489s coverage: 74.9% of statements [2021-03-09T00:51:25.413Z] INFO: Testing against a local daemon [2021-03-09T00:51:25.413Z] === RUN TestPluginWithDevMounts [2021-03-09T00:51:25.413Z] === PAUSE TestPluginWithDevMounts [2021-03-09T00:51:25.413Z] === CONT TestPluginWithDevMounts [2021-03-09T00:51:25.949Z] === RUN TestCopyFromContainer// [2021-03-09T00:51:26.243Z] === RUN TestCopyFromContainer//bar/root [2021-03-09T00:51:26.243Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-09T00:51:26.243Z] === RUN TestCopyFromContainer/bar/quux [2021-03-09T00:51:26.554Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-09T00:51:26.554Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-09T00:51:26.554Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-09T00:51:26.554Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-09T00:51:26.859Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-09T00:51:26.859Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-09T00:51:26.859Z] --- PASS: TestCopyFromContainer (1.99s) [2021-03-09T00:51:26.859Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-03-09T00:51:26.859Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2021-03-09T00:51:26.859Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2021-03-09T00:51:26.859Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2021-03-09T00:51:26.859Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-03-09T00:51:26.859Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-03-09T00:51:26.859Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-03-09T00:51:26.859Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2021-03-09T00:51:26.859Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2021-03-09T00:51:26.859Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-03-09T00:51:26.859Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-09T00:51:26.859Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:51:26.859Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:51:26.859Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:51:26.859Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:51:26.859Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:51:26.859Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:51:26.859Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T00:51:26.859Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T00:51:26.859Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T00:51:26.859Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-03-09T00:51:26.859Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-09T00:51:26.859Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-09T00:51:26.859Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-09T00:51:26.859Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-09T00:51:26.859Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-03-09T00:51:26.859Z] === RUN TestCreateWithInvalidEnv [2021-03-09T00:51:26.859Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-09T00:51:26.859Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-09T00:51:26.859Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-09T00:51:26.859Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-09T00:51:26.859Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-09T00:51:26.859Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-09T00:51:26.859Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-09T00:51:26.859Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-09T00:51:26.859Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-09T00:51:26.859Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-09T00:51:26.859Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-09T00:51:26.859Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-09T00:51:26.859Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-09T00:51:26.859Z] === RUN TestCreateTmpfsMountsTarget [2021-03-09T00:51:26.859Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-03-09T00:51:26.859Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-09T00:51:27.955Z] --- PASS: TestPluginWithDevMounts (2.18s) [2021-03-09T00:51:27.955Z] PASS [2021-03-09T00:51:27.955Z] [2021-03-09T00:51:27.955Z] DONE 1 tests in 2.410s [2021-03-09T00:51:27.955Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-09T00:51:27.955Z] ++ 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-09T00:51:27.955Z] ++ set -e [2021-03-09T00:51:27.955Z] ++ '[' -n 0 ']' [2021-03-09T00:51:27.955Z] ++ set -x [2021-03-09T00:51:27.955Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T00:51:27.955Z] INFO: Testing against a local daemon [2021-03-09T00:51:27.955Z] === RUN TestSecretInspect [2021-03-09T00:51:28.115Z] --- PASS: TestInfoAPIWarnings (16.27s) [2021-03-09T00:51:28.115Z] === RUN TestInfoDebug [2021-03-09T00:51:28.115Z] --- PASS: TestInfoDebug (0.52s) [2021-03-09T00:51:28.115Z] === RUN TestInfoInsecureRegistries [2021-03-09T00:51:28.115Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-03-09T00:51:28.115Z] === RUN TestInfoRegistryMirrors [2021-03-09T00:51:28.115Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-03-09T00:51:28.115Z] === RUN TestLoginFailsWithBadCredentials [2021-03-09T00:51:28.115Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s) [2021-03-09T00:51:28.115Z] === RUN TestPingCacheHeaders [2021-03-09T00:51:28.115Z] --- PASS: TestPingCacheHeaders (0.01s) [2021-03-09T00:51:28.115Z] === RUN TestPingGet [2021-03-09T00:51:28.115Z] --- PASS: TestPingGet (0.01s) [2021-03-09T00:51:28.115Z] === RUN TestPingHead [2021-03-09T00:51:28.115Z] --- PASS: TestPingHead (0.01s) [2021-03-09T00:51:28.115Z] === RUN TestVersion [2021-03-09T00:51:28.115Z] --- PASS: TestVersion (0.01s) [2021-03-09T00:51:28.115Z] PASS [2021-03-09T00:51:28.115Z] [2021-03-09T00:51:28.115Z] === Skipped [2021-03-09T00:51:28.115Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-09T00:51:28.115Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-09T00:51:28.115Z] [2021-03-09T00:51:28.115Z] [2021-03-09T00:51:28.115Z] DONE 18 tests, 1 skipped in 21.435s [2021-03-09T00:51:28.115Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2021-03-09T00:51:28.115Z] ++ 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-09T00:51:28.115Z] ++ set -e [2021-03-09T00:51:28.115Z] ++ '[' -n 0 ']' [2021-03-09T00:51:28.115Z] ++ set -x [2021-03-09T00:51:28.115Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T00:51:28.115Z] INFO: Testing against a local daemon [2021-03-09T00:51:28.115Z] === RUN TestVolumesCreateAndList [2021-03-09T00:51:28.115Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-03-09T00:51:28.115Z] === RUN TestVolumesRemove [2021-03-09T00:51:28.115Z] --- PASS: TestVolumesRemove (0.12s) [2021-03-09T00:51:28.115Z] === RUN TestVolumesInspect [2021-03-09T00:51:28.115Z] --- PASS: TestVolumesInspect (0.01s) [2021-03-09T00:51:28.115Z] === RUN TestVolumesInvalidJSON [2021-03-09T00:51:28.115Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-09T00:51:28.115Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-09T00:51:28.115Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-09T00:51:28.115Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-03-09T00:51:28.115Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-09T00:51:28.115Z] PASS [2021-03-09T00:51:28.115Z] [2021-03-09T00:51:28.115Z] DONE 5 tests in 0.344s [2021-03-09T00:51:28.115Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-09T00:51:28.115Z] ++++ cat bundles/test-integration/docker.pid [2021-03-09T00:51:28.115Z] +++ kill 12225 [2021-03-09T00:51:28.387Z] --- PASS: TestCreateWithCustomMaskedPaths (1.53s) [2021-03-09T00:51:28.387Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-09T00:51:29.624Z] +++ /etc/init.d/apparmor stop [2021-03-09T00:51:29.624Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-09T00:51:29.624Z] [2021-03-09T00:51:29.624Z] Unloading profiles will leave already running processes permanently [2021-03-09T00:51:29.624Z] unconfined, which can lead to unexpected situations. [2021-03-09T00:51:29.624Z] [2021-03-09T00:51:29.624Z] To set a process to complain mode, use the command line tool [2021-03-09T00:51:29.624Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-09T00:51:29.624Z] +++ true [2021-03-09T00:51:29.624Z] exiting test-integration [2021-03-09T00:51:29.624Z] ++ exit 0 [2021-03-09T00:51:29.624Z] [2021-03-09T00:51:30.462Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.61s) [2021-03-09T00:51:30.462Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-09T00:51:30.462Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:51:30.462Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:51:30.462Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:51:30.462Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:51:30.462Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:51:30.462Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:51:30.462Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:51:30.462Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:51:30.462Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:51:30.462Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:51:30.462Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T00:51:30.462Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T00:51:30.462Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T00:51:30.462Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T00:51:30.462Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T00:51:30.462Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-03-09T00:51:30.462Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-03-09T00:51:30.462Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-03-09T00:51:30.462Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2021-03-09T00:51:30.462Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2021-03-09T00:51:30.462Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-03-09T00:51:30.462Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-09T00:51:30.756Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.50s) [2021-03-09T00:51:30.756Z] === RUN TestCreateDifferentPlatform [2021-03-09T00:51:30.756Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-09T00:51:30.756Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-09T00:51:30.756Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-03-09T00:51:30.756Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-09T00:51:30.756Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-09T00:51:30.756Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-09T00:51:30.756Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-03-09T00:51:30.756Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-09T00:51:30.756Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-03-09T00:51:30.756Z] === RUN TestContainerStartOnDaemonRestart [2021-03-09T00:51:30.756Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-09T00:51:30.756Z] === RUN TestDaemonRestartIpcMode [2021-03-09T00:51:30.756Z] === PAUSE TestDaemonRestartIpcMode [2021-03-09T00:51:30.756Z] === RUN TestDaemonHostGatewayIP [2021-03-09T00:51:30.756Z] === PAUSE TestDaemonHostGatewayIP [2021-03-09T00:51:30.756Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-09T00:51:30.756Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-09T00:51:30.756Z] === RUN TestContainerKillOnDaemonStart [2021-03-09T00:51:30.756Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-09T00:51:30.756Z] === RUN TestDiff Post stage [Pipeline] junit [2021-03-09T00:51:31.196Z] Recording test results [2021-03-09T00:51:31.252Z] --- PASS: TestSecretInspect (3.29s) [2021-03-09T00:51:31.252Z] === RUN TestSecretList [2021-03-09T00:51:31.267Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-03-09T00:51:31.397Z] --- PASS: TestDiff (0.54s) [2021-03-09T00:51:31.397Z] === RUN TestExecWithCloseStdin [2021-03-09T00:51:31.559Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-09T00:51:31.994Z] + echo Ensuring container killed. [2021-03-09T00:51:31.994Z] Ensuring container killed. [2021-03-09T00:51:31.994Z] + docker rm -vf docker-pr6 [2021-03-09T00:51:31.994Z] Error: No such container: docker-pr6 [2021-03-09T00:51:31.994Z] + true [Pipeline] sh [2021-03-09T00:51:32.038Z] --- PASS: TestExecWithCloseStdin (0.60s) [2021-03-09T00:51:32.038Z] === RUN TestExec [2021-03-09T00:51:32.373Z] + echo Chowning /workspace to jenkins user [2021-03-09T00:51:32.373Z] Chowning /workspace to jenkins user [2021-03-09T00:51:32.373Z] + id -u [2021-03-09T00:51:32.373Z] + id -g [2021-03-09T00:51:32.373Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41757:/workspace busybox chown -R 1001:1001 /workspace [2021-03-09T00:51:32.373Z] Unable to find image 'busybox:latest' locally [2021-03-09T00:51:32.665Z] latest: Pulling from library/busybox [2021-03-09T00:51:32.665Z] f106420d33ee: Pulling fs layer [2021-03-09T00:51:32.677Z] --- PASS: TestExec (0.62s) [2021-03-09T00:51:32.677Z] === RUN TestExecUser [2021-03-09T00:51:32.956Z] f106420d33ee: Verifying Checksum [2021-03-09T00:51:32.956Z] f106420d33ee: Download complete [2021-03-09T00:51:33.317Z] --- PASS: TestExecUser (0.69s) [2021-03-09T00:51:33.317Z] === RUN TestExportContainerAndImportImage [2021-03-09T00:51:33.326Z] --- PASS: TestServicePlugin (30.70s) [2021-03-09T00:51:33.326Z] plugin_test.go:62: [dc9ae302f0bbc] joining swarm manager [d457571aa6ebc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T00:51:33.326Z] plugin_test.go:65: [d564cbdb61f39] joining swarm manager [d457571aa6ebc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T00:51:33.326Z] === RUN TestServiceUpdateLabel [2021-03-09T00:51:33.588Z] --- PASS: TestServiceUpdateLabel (2.33s) [2021-03-09T00:51:33.588Z] === RUN TestServiceUpdateSecrets [2021-03-09T00:51:33.589Z] f106420d33ee: Pull complete [2021-03-09T00:51:33.589Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-03-09T00:51:33.589Z] Status: Downloaded newer image for busybox:latest [2021-03-09T00:51:34.368Z] --- PASS: TestExportContainerAndImportImage (0.87s) [2021-03-09T00:51:34.368Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-09T00:51:34.550Z] --- PASS: TestSecretList (3.27s) [2021-03-09T00:51:34.550Z] === RUN TestSecretsCreateAndDelete [2021-03-09T00:51:35.624Z] --- PASS: TestExportContainerAfterDaemonRestart (1.44s) [2021-03-09T00:51:35.624Z] === RUN TestHealthCheckWorkdir [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-09T00:51:36.243Z] + bundleName=s390x-integration [2021-03-09T00:51:36.243Z] + echo Creating s390x-integration-bundles.tar.gz [2021-03-09T00:51:36.243Z] Creating s390x-integration-bundles.tar.gz [2021-03-09T00:51:36.243Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2021-03-09T00:51:36.243Z] + 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-09T00:51:36.262Z] --- PASS: TestHealthCheckWorkdir (0.73s) [2021-03-09T00:51:36.262Z] === RUN TestHealthKillContainer [Pipeline] archiveArtifacts [2021-03-09T00:51:36.580Z] Archiving artifacts [2021-03-09T00:51:36.960Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41757/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-09T00:51:37.345Z] + make clean [2021-03-09T00:51:37.883Z] --- PASS: TestSecretsCreateAndDelete (3.31s) [2021-03-09T00:51:37.883Z] === RUN TestSecretsUpdate [2021-03-09T00:51:37.978Z] docker volume rm -f docker-dev-cache [2021-03-09T00:51:37.978Z] docker-dev-cache [Pipeline] deleteDir [2021-03-09T00:51:39.002Z] --- PASS: TestHealthKillContainer (2.63s) [2021-03-09T00:51:39.002Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-09T00:51:39.356Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-03-09T00:51:39.356Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-03-09T00:51:39.639Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s) [2021-03-09T00:51:39.639Z] === RUN TestIpcModeNone [2021-03-09T00:51:39.920Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-03-09T00:51:39.936Z] --- PASS: TestIpcModeNone (0.56s) [2021-03-09T00:51:39.936Z] === RUN TestIpcModePrivate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T00:51:40.571Z] --- PASS: TestIpcModePrivate (0.63s) [2021-03-09T00:51:40.571Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2021-03-09T00:51:40.571Z] === RUN TestIpcModeShareable [2021-03-09T00:51:41.182Z] --- PASS: TestSecretsUpdate (3.30s) [2021-03-09T00:51:41.182Z] === RUN TestTemplatedSecret [2021-03-09T00:51:41.207Z] --- PASS: TestIpcModeShareable (0.67s) [2021-03-09T00:51:41.207Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2021-03-09T00:51:41.207Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-09T00:51:42.934Z] --- PASS: TestCheckoutGit (29.63s) [2021-03-09T00:51:42.934Z] === RUN TestValidGitTransport [2021-03-09T00:51:42.934Z] --- PASS: TestValidGitTransport (0.00s) [2021-03-09T00:51:42.934Z] === RUN TestGitInvalidRef [2021-03-09T00:51:42.934Z] --- PASS: TestGitInvalidRef (0.18s) [2021-03-09T00:51:42.934Z] PASS [2021-03-09T00:51:42.934Z] coverage: 86.3% of statements [2021-03-09T00:51:42.934Z] ok github.com/docker/docker/builder/remotecontext/git 29.898s coverage: 86.3% of statements [2021-03-09T00:51:42.934Z] ? github.com/docker/docker/cli [no test files] [2021-03-09T00:51:42.934Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-09T00:51:43.191Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-03-09T00:51:43.298Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.86s) [2021-03-09T00:51:43.298Z] === RUN TestAPIIpcModeHost [2021-03-09T00:51:43.592Z] --- PASS: TestAPIIpcModeHost (0.49s) [2021-03-09T00:51:43.592Z] === RUN TestDaemonIpcModeShareable [2021-03-09T00:51:44.119Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-03-09T00:51:44.480Z] --- PASS: TestTemplatedSecret (3.38s) [2021-03-09T00:51:44.480Z] === RUN TestSecretCreateResolve [2021-03-09T00:51:44.681Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-03-09T00:51:44.938Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-03-09T00:51:44.938Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-03-09T00:51:45.111Z] --- PASS: TestDaemonIpcModeShareable (1.41s) [2021-03-09T00:51:45.111Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-03-09T00:51:45.111Z] === RUN TestDaemonIpcModePrivate [2021-03-09T00:51:45.867Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-03-09T00:51:46.124Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-03-09T00:51:46.640Z] --- PASS: TestDaemonIpcModePrivate (1.39s) [2021-03-09T00:51:46.640Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-03-09T00:51:46.640Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-09T00:51:46.686Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-03-09T00:51:46.944Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-03-09T00:51:47.508Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-03-09T00:51:47.764Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-03-09T00:51:47.777Z] --- PASS: TestSecretCreateResolve (3.19s) [2021-03-09T00:51:47.777Z] PASS [2021-03-09T00:51:47.777Z] [2021-03-09T00:51:47.777Z] DONE 6 tests in 19.943s [2021-03-09T00:51:47.777Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-03-09T00:51:47.777Z] ++ 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-09T00:51:47.777Z] ++ set -e [2021-03-09T00:51:47.777Z] ++ '[' -n 0 ']' [2021-03-09T00:51:47.777Z] ++ set -x [2021-03-09T00:51:47.777Z] ++ env -i DEST=/go/src/github.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-09T00:51:47.777Z] INFO: Testing against a local daemon [2021-03-09T00:51:47.777Z] === RUN TestServiceCreateInit [2021-03-09T00:51:47.777Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-09T00:51:48.160Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.35s) [2021-03-09T00:51:48.160Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-03-09T00:51:48.160Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-09T00:51:48.491Z] --- PASS: TestServiceUpdateSecrets (14.84s) [2021-03-09T00:51:48.491Z] === RUN TestServiceUpdateConfigs [2021-03-09T00:51:48.763Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-03-09T00:51:48.763Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-03-09T00:51:48.763Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-03-09T00:51:48.763Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-03-09T00:51:48.763Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-03-09T00:51:48.763Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-03-09T00:51:48.763Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-03-09T00:51:48.763Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-03-09T00:51:48.763Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-03-09T00:51:48.763Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-03-09T00:51:48.763Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-03-09T00:51:48.763Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-03-09T00:51:48.764Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-03-09T00:51:48.764Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-03-09T00:51:48.764Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-03-09T00:51:48.764Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-03-09T00:51:48.764Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-03-09T00:51:48.764Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-03-09T00:51:48.764Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-03-09T00:51:48.764Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-03-09T00:51:48.764Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-03-09T00:51:48.764Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-03-09T00:51:48.764Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-03-09T00:51:48.764Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-03-09T00:51:48.764Z] === RUN TestConfigureDaemonLogs [2021-03-09T00:51:48.764Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-03-09T00:51:48.764Z] === RUN TestCommonOptionsInstallFlags [2021-03-09T00:51:48.764Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-03-09T00:51:48.764Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-03-09T00:51:48.764Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-03-09T00:51:48.764Z] PASS [2021-03-09T00:51:48.764Z] coverage: 18.4% of statements [2021-03-09T00:51:48.764Z] ok github.com/docker/docker/cmd/dockerd 0.274s coverage: 18.4% of statements [2021-03-09T00:51:49.199Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.38s) [2021-03-09T00:51:49.199Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-03-09T00:51:49.199Z] === RUN TestIpcModeOlderClient [2021-03-09T00:51:49.199Z] === PAUSE TestIpcModeOlderClient [2021-03-09T00:51:49.199Z] === RUN TestKillContainerInvalidSignal [2021-03-09T00:51:49.656Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-03-09T00:51:49.741Z] === RUN TestContainerStopSignal [2021-03-09T00:51:49.741Z] --- PASS: TestContainerStopSignal (0.00s) [2021-03-09T00:51:49.741Z] === RUN TestContainerStopTimeout [2021-03-09T00:51:49.741Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-03-09T00:51:49.741Z] === RUN TestContainerSecretReferenceDestTarget [2021-03-09T00:51:49.741Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-03-09T00:51:49.741Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-03-09T00:51:49.741Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-03-09T00:51:49.741Z] === RUN TestContainerLogPathSetForRingLogger [2021-03-09T00:51:49.741Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-03-09T00:51:49.741Z] === RUN TestReplaceAndAppendEnvVars [2021-03-09T00:51:49.741Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-03-09T00:51:49.741Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-03-09T00:51:49.741Z] === RUN TestNewMemoryStore [2021-03-09T00:51:49.741Z] --- PASS: TestNewMemoryStore (0.00s) [2021-03-09T00:51:49.741Z] === RUN TestAddContainers [2021-03-09T00:51:49.741Z] --- PASS: TestAddContainers (0.00s) [2021-03-09T00:51:49.741Z] === RUN TestGetContainer [2021-03-09T00:51:49.741Z] --- PASS: TestGetContainer (0.00s) [2021-03-09T00:51:49.741Z] === RUN TestDeleteContainer [2021-03-09T00:51:49.741Z] --- PASS: TestDeleteContainer (0.00s) [2021-03-09T00:51:49.741Z] === RUN TestListContainers [2021-03-09T00:51:49.741Z] --- PASS: TestListContainers (0.00s) [2021-03-09T00:51:49.741Z] === RUN TestFirstContainer [2021-03-09T00:51:49.741Z] --- PASS: TestFirstContainer (0.00s) [2021-03-09T00:51:49.741Z] === RUN TestApplyAllContainer [2021-03-09T00:51:49.741Z] --- PASS: TestApplyAllContainer (0.00s) [2021-03-09T00:51:49.741Z] === RUN TestIsValidHealthString [2021-03-09T00:51:49.741Z] --- PASS: TestIsValidHealthString (0.00s) [2021-03-09T00:51:49.741Z] === RUN TestStateRunStop [2021-03-09T00:51:49.741Z] --- PASS: TestStateRunStop (0.00s) [2021-03-09T00:51:49.741Z] === RUN TestStateTimeoutWait [2021-03-09T00:51:49.838Z] --- PASS: TestKillContainerInvalidSignal (0.55s) [2021-03-09T00:51:49.838Z] === RUN TestKillContainer [2021-03-09T00:51:49.838Z] === RUN TestKillContainer/no_signal [2021-03-09T00:51:50.205Z] --- PASS: TestStateTimeoutWait (0.17s) [2021-03-09T00:51:50.205Z] state_test.go:141: Stop callback fired [2021-03-09T00:51:50.205Z] state_test.go:165: Stop callback fired [2021-03-09T00:51:50.205Z] === RUN TestIsValidStateString [2021-03-09T00:51:50.205Z] --- PASS: TestIsValidStateString (0.00s) [2021-03-09T00:51:50.205Z] === RUN TestViewSaveDelete [2021-03-09T00:51:50.205Z] --- PASS: TestViewSaveDelete (0.13s) [2021-03-09T00:51:50.205Z] === RUN TestViewAll [2021-03-09T00:51:50.205Z] --- PASS: TestViewAll (0.02s) [2021-03-09T00:51:50.205Z] === RUN TestViewGet [2021-03-09T00:51:50.205Z] --- PASS: TestViewGet (0.01s) [2021-03-09T00:51:50.205Z] === RUN TestNames [2021-03-09T00:51:50.205Z] --- PASS: TestNames (0.00s) [2021-03-09T00:51:50.205Z] === RUN TestViewWithHealthCheck [2021-03-09T00:51:50.205Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-03-09T00:51:50.205Z] PASS [2021-03-09T00:51:50.205Z] coverage: 41.6% of statements [2021-03-09T00:51:50.205Z] ok github.com/docker/docker/container 0.495s coverage: 41.6% of statements [2021-03-09T00:51:50.205Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-09T00:51:50.205Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-09T00:51:50.205Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-09T00:51:50.205Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-09T00:51:50.476Z] === RUN TestKillContainer/non_killing_signal [2021-03-09T00:51:50.768Z] === RUN TestKillContainer/killing_signal [2021-03-09T00:51:51.022Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-03-09T00:51:51.405Z] --- PASS: TestKillContainer (1.60s) [2021-03-09T00:51:51.405Z] --- PASS: TestKillContainer/no_signal (0.49s) [2021-03-09T00:51:51.405Z] --- PASS: TestKillContainer/non_killing_signal (0.38s) [2021-03-09T00:51:51.405Z] --- PASS: TestKillContainer/killing_signal (0.52s) [2021-03-09T00:51:51.405Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-09T00:51:51.405Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-09T00:51:51.757Z] === RUN TestPrepare [2021-03-09T00:51:51.757Z] --- PASS: TestPrepare (0.00s) [2021-03-09T00:51:51.757Z] === RUN TestStart [2021-03-09T00:51:51.757Z] --- PASS: TestStart (0.00s) [2021-03-09T00:51:51.757Z] === RUN TestWaitCancel [2021-03-09T00:51:51.757Z] --- PASS: TestWaitCancel (0.00s) [2021-03-09T00:51:51.757Z] === RUN TestWaitDisabled [2021-03-09T00:51:51.757Z] --- PASS: TestWaitDisabled (0.00s) [2021-03-09T00:51:51.757Z] === RUN TestWaitEnabled [2021-03-09T00:51:51.757Z] --- PASS: TestWaitEnabled (0.00s) [2021-03-09T00:51:51.757Z] === RUN TestRemove [2021-03-09T00:51:51.757Z] --- PASS: TestRemove (0.00s) [2021-03-09T00:51:51.757Z] PASS [2021-03-09T00:51:51.757Z] coverage: 65.3% of statements [2021-03-09T00:51:51.757Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.138s coverage: 65.3% of statements [2021-03-09T00:51:52.056Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-09T00:51:52.697Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.12s) [2021-03-09T00:51:52.697Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.54s) [2021-03-09T00:51:52.697Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.40s) [2021-03-09T00:51:52.697Z] === RUN TestKillStoppedContainer [2021-03-09T00:51:52.697Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-03-09T00:51:52.697Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-09T00:51:52.697Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-03-09T00:51:52.697Z] === RUN TestKillDifferentUserContainer [2021-03-09T00:51:52.915Z] === RUN TestDockerSuite/TestBuildEnv [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite (355.80s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.04s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.83s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.70s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.46s) [2021-03-09T00:51:52.915Z] docker_cli_daemon_test.go:1455: [ddb73400626f0] daemon is not started [2021-03-09T00:51:52.915Z] check_test.go:309: [d5a129b3c44be] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.14s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.71s) [2021-03-09T00:51:52.915Z] check_test.go:309: [d9d85903eaa5c] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.60s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.97s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.85s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.53s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.63s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.73s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.52s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.36s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-03-09T00:51:52.915Z] check_test.go:309: [df47b85f727bd] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-03-09T00:51:52.915Z] check_test.go:309: [d0bdcd3e58786] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.55s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2021-03-09T00:51:52.915Z] check_test.go:309: [dc27a413d9f83] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.54s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.66s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.82s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.20s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.67s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.67s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.69s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-03-09T00:51:52.915Z] check_test.go:309: [d29a2b4fd498d] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.55s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.55s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.14s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.23s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.40s) [2021-03-09T00:51:52.915Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-03-09T00:51:52.915Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-03-09T00:51:52.915Z] check_test.go:309: [dffde6ab2c59d] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.39s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.29s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.53s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.67s) [2021-03-09T00:51:52.915Z] check_test.go:309: [d5105916cbb21] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.38s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2021-03-09T00:51:52.915Z] check_test.go:309: [d734f0f131818] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.79s) [2021-03-09T00:51:52.915Z] docker_cli_daemon_plugins_test.go:79: [df91339addd38] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.60s) [2021-03-09T00:51:52.915Z] docker_cli_daemon_plugins_test.go:169: [d7db8136c348e] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.66s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.57s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-03-09T00:51:52.915Z] check_test.go:309: [d51b1df7bc6d6] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.85s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.59s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.48s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.87s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.86s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.85s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.04s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.63s) [2021-03-09T00:51:52.915Z] check_test.go:309: [df3a38d845536] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.41s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.69s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.55s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.13s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.82s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.32s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.25s) [2021-03-09T00:51:52.915Z] check_test.go:309: [d1c5b08de5436] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.69s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.56s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (10.01s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.95s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.37s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.33s) [2021-03-09T00:51:52.915Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.02s) [2021-03-09T00:51:52.915Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-03-09T00:51:52.915Z] check_test.go:309: [d5191fab676e7] daemon is not started [2021-03-09T00:51:52.915Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.02s) [2021-03-09T00:51:52.915Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-03-09T00:51:52.915Z] check_test.go:309: [d68ca9159e0c7] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.58s) [2021-03-09T00:51:52.915Z] check_test.go:309: [d559dbd99b1e8] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.29s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.27s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.15s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.23s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.69s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.41s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.74s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.14s) [2021-03-09T00:51:52.915Z] check_test.go:309: [de3ef75f681ab] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.96s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.60s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.05s) [2021-03-09T00:51:52.915Z] check_test.go:309: [d07c9a7e9f9eb] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.83s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.56s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.61s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2021-03-09T00:51:52.915Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-03-09T00:51:52.915Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-03-09T00:51:52.915Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-03-09T00:51:52.915Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-03-09T00:51:52.915Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-03-09T00:51:52.915Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-03-09T00:51:52.915Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-03-09T00:51:52.915Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-03-09T00:51:52.915Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-03-09T00:51:52.915Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-03-09T00:51:52.915Z] check_test.go:309: [d56009adf1563] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.10s) [2021-03-09T00:51:52.915Z] check_test.go:309: [d3049cdffe4bb] daemon is not started [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.54s) [2021-03-09T00:51:52.915Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.25s) [2021-03-09T00:51:52.916Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s) [2021-03-09T00:51:52.916Z] check_test.go:309: [d40a6e470d0a7] daemon is not started [2021-03-09T00:51:52.916Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.97s) [2021-03-09T00:51:52.916Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.06s) [2021-03-09T00:51:52.916Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.44s) [2021-03-09T00:51:52.916Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2021-03-09T00:51:52.916Z] check_test.go:309: [dec96f3ff7931] daemon is not started [2021-03-09T00:51:52.916Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.10s) [2021-03-09T00:51:52.916Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.53s) [2021-03-09T00:51:52.916Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.94s) [2021-03-09T00:51:52.916Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.34s) [2021-03-09T00:51:52.916Z] check_test.go:309: [d7ed0531aa553] daemon is not started [2021-03-09T00:51:52.916Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.60s) [2021-03-09T00:51:52.916Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.61s) [2021-03-09T00:51:52.916Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2021-03-09T00:51:53.059Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.03s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-03-09T00:51:53.172Z] check_test.go:309: [dc47b1303360c] daemon is not started [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.96s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.84s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (6.89s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.60s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.05s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.52s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.37s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.59s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.75s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.23s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.23s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.53s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.81s) [2021-03-09T00:51:53.172Z] docker_cli_daemon_test.go:2550: [dd4b0cb1cadf1] daemon is not started [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.99s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.00s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.91s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.65s) [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.19s) [2021-03-09T00:51:53.172Z] check_test.go:309: [dd86c34cfc5c4] daemon is not started [2021-03-09T00:51:53.172Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.28s) [2021-03-09T00:51:53.172Z] === RUN TestDockerSwarmSuite [2021-03-09T00:51:53.172Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-03-09T00:51:53.334Z] --- PASS: TestKillDifferentUserContainer (0.52s) [2021-03-09T00:51:53.335Z] === RUN TestInspectOomKilledTrue [2021-03-09T00:51:53.979Z] --- PASS: TestInspectOomKilledTrue (0.88s) [2021-03-09T00:51:53.979Z] === RUN TestInspectOomKilledFalse [2021-03-09T00:51:54.538Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-03-09T00:51:54.616Z] --- PASS: TestInspectOomKilledFalse (0.55s) [2021-03-09T00:51:54.616Z] === RUN TestLinksEtcHostsContentMatch [2021-03-09T00:51:54.688Z] === RUN TestNewListSecretsFilters [2021-03-09T00:51:54.688Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-03-09T00:51:54.688Z] === RUN TestNewListConfigsFilters [2021-03-09T00:51:54.688Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-03-09T00:51:54.688Z] PASS [2021-03-09T00:51:54.688Z] coverage: 0.5% of statements [2021-03-09T00:51:54.688Z] ok github.com/docker/docker/daemon/cluster 0.359s coverage: 0.5% of statements [2021-03-09T00:51:54.688Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-03-09T00:51:54.688Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.11s) [2021-03-09T00:51:54.688Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-03-09T00:51:54.688Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-03-09T00:51:54.688Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-03-09T00:51:54.688Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-03-09T00:51:54.688Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-03-09T00:51:54.688Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-03-09T00:51:54.688Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-03-09T00:51:54.688Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-03-09T00:51:54.688Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-03-09T00:51:54.688Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-03-09T00:51:54.688Z] === RUN TestServiceConvertToGRPCIsolation [2021-03-09T00:51:54.688Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-03-09T00:51:54.688Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-03-09T00:51:54.688Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-03-09T00:51:54.688Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-03-09T00:51:54.688Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-03-09T00:51:54.688Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-03-09T00:51:54.688Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-03-09T00:51:54.913Z] --- PASS: TestLinksEtcHostsContentMatch (0.40s) [2021-03-09T00:51:54.913Z] === RUN TestLinksContainerNames [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-03-09T00:51:55.152Z] === RUN TestServiceConvertFromGRPCIsolation [2021-03-09T00:51:55.152Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-03-09T00:51:55.152Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-03-09T00:51:55.152Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-03-09T00:51:55.152Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-03-09T00:51:55.152Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-03-09T00:51:55.152Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-03-09T00:51:55.152Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-03-09T00:51:55.152Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-03-09T00:51:55.152Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-03-09T00:51:55.152Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-03-09T00:51:55.152Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-03-09T00:51:55.152Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-03-09T00:51:55.152Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-03-09T00:51:55.153Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-03-09T00:51:55.153Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-03-09T00:51:55.153Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-03-09T00:51:55.153Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-03-09T00:51:55.153Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-03-09T00:51:55.153Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-03-09T00:51:55.153Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-03-09T00:51:55.153Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-03-09T00:51:55.153Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-03-09T00:51:55.153Z] === RUN TestServiceConvertFromGRPCConfigs [2021-03-09T00:51:55.153Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-03-09T00:51:55.153Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-03-09T00:51:55.153Z] === RUN TestServiceConvertToGRPCConfigs [2021-03-09T00:51:55.153Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-03-09T00:51:55.153Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-03-09T00:51:55.153Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-03-09T00:51:55.153Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-03-09T00:51:55.153Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-03-09T00:51:55.153Z] PASS [2021-03-09T00:51:55.153Z] coverage: 35.9% of statements [2021-03-09T00:51:55.153Z] ok github.com/docker/docker/daemon/cluster/convert 0.269s coverage: 35.9% of statements [2021-03-09T00:51:55.905Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-03-09T00:51:55.959Z] --- PASS: TestLinksContainerNames (1.02s) [2021-03-09T00:51:55.959Z] === RUN TestLogsFollowTailEmpty [2021-03-09T00:51:56.467Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-03-09T00:51:56.600Z] --- PASS: TestLogsFollowTailEmpty (0.54s) [2021-03-09T00:51:56.600Z] === RUN TestContainerNetworkMountsNoChown [2021-03-09T00:51:56.724Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-03-09T00:51:57.238Z] --- PASS: TestContainerNetworkMountsNoChown (0.55s) [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/default [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/default [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/private [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/private [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/rprivate [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/slave [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/slave [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/rslave [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/shared [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/shared [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/rshared [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/default [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/shared [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/rslave [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/rshared [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/rprivate [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/slave [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/private [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:51:57.239Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-09T00:51:57.239Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-09T00:51:57.239Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-09T00:51:57.534Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-09T00:51:57.534Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-09T00:51:57.534Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-03-09T00:51:57.534Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-03-09T00:51:57.534Z] === RUN TestContainerBindMountNonRecursive [2021-03-09T00:51:58.345Z] --- PASS: TestServiceCreateInit (10.48s) [2021-03-09T00:51:58.345Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.09s) [2021-03-09T00:51:58.345Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.35s) [2021-03-09T00:51:58.345Z] === RUN TestCreateServiceMultipleTimes [2021-03-09T00:51:59.051Z] --- PASS: TestContainerBindMountNonRecursive (1.50s) [2021-03-09T00:51:59.051Z] === RUN TestContainerVolumesMountedAsShared [2021-03-09T00:51:59.345Z] --- PASS: TestContainerVolumesMountedAsShared (0.52s) [2021-03-09T00:51:59.345Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-09T00:51:59.875Z] === RUN TestBuilderGC [2021-03-09T00:51:59.875Z] --- PASS: TestBuilderGC (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestDaemonConfigurationNotFound [2021-03-09T00:51:59.875Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestDaemonBrokenConfiguration [2021-03-09T00:51:59.875Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestParseClusterAdvertiseSettings [2021-03-09T00:51:59.875Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestFindConfigurationConflicts [2021-03-09T00:51:59.875Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-03-09T00:51:59.875Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestDaemonConfigurationMergeConflicts [2021-03-09T00:51:59.875Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-03-09T00:51:59.875Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-03-09T00:51:59.875Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-03-09T00:51:59.875Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-03-09T00:51:59.875Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-03-09T00:51:59.875Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-03-09T00:51:59.875Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-03-09T00:51:59.875Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-03-09T00:51:59.875Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-03-09T00:51:59.875Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestValidateConfigurationErrors [2021-03-09T00:51:59.875Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-03-09T00:51:59.875Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-03-09T00:51:59.875Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-03-09T00:51:59.875Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-03-09T00:51:59.875Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-03-09T00:51:59.875Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-03-09T00:51:59.875Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-03-09T00:51:59.875Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-03-09T00:51:59.875Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-03-09T00:51:59.875Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-03-09T00:51:59.875Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-03-09T00:51:59.875Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestValidateConfiguration [2021-03-09T00:51:59.875Z] === RUN TestValidateConfiguration/with_label [2021-03-09T00:51:59.875Z] === RUN TestValidateConfiguration/with_dns [2021-03-09T00:51:59.875Z] === RUN TestValidateConfiguration/with_dns-search [2021-03-09T00:51:59.875Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-03-09T00:51:59.875Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-03-09T00:51:59.875Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-03-09T00:51:59.875Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-03-09T00:51:59.875Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfiguration (0.01s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-03-09T00:51:59.875Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestModifiedDiscoverySettings [2021-03-09T00:51:59.875Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestReloadSetConfigFileNotExist [2021-03-09T00:51:59.875Z] time="2021-03-09T00:51:59Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-03-09T00:51:59.875Z] --- PASS: TestReloadSetConfigFileNotExist (0.10s) [2021-03-09T00:51:59.875Z] === RUN TestReloadDefaultConfigNotExist [2021-03-09T00:51:59.875Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-03-09T00:51:59.875Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:51:59.875Z] === RUN TestReloadBadDefaultConfig [2021-03-09T00:51:59.875Z] time="2021-03-09T00:51:59Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-703426947" [2021-03-09T00:51:59.875Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-03-09T00:51:59.875Z] === RUN TestReloadWithConflictingLabels [2021-03-09T00:51:59.875Z] time="2021-03-09T00:51:59Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-077960966" [2021-03-09T00:51:59.992Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-03-09T00:51:59.999Z] --- PASS: TestContainerVolumesMountedAsSlave (0.43s) [2021-03-09T00:51:59.999Z] === RUN TestNetworkNat [2021-03-09T00:52:00.292Z] --- PASS: TestNetworkNat (0.54s) [2021-03-09T00:52:00.292Z] === RUN TestNetworkLocalhostTCPNat [2021-03-09T00:52:00.339Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-03-09T00:52:00.339Z] === RUN TestReloadWithDuplicateLabels [2021-03-09T00:52:00.339Z] time="2021-03-09T00:51:59Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-222987949" [2021-03-09T00:52:00.339Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-03-09T00:52:00.339Z] === RUN TestDaemonConfigurationMerge [2021-03-09T00:52:00.339Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-03-09T00:52:00.339Z] PASS [2021-03-09T00:52:00.339Z] coverage: 79.7% of statements [2021-03-09T00:52:00.339Z] ok github.com/docker/docker/daemon/config 0.341s coverage: 79.7% of statements [2021-03-09T00:52:00.339Z] === RUN TestDiscoveryOptsErrors [2021-03-09T00:52:00.339Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-03-09T00:52:00.339Z] === RUN TestDiscoveryOpts [2021-03-09T00:52:00.339Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-03-09T00:52:00.339Z] PASS [2021-03-09T00:52:00.339Z] coverage: 30.0% of statements [2021-03-09T00:52:00.339Z] ok github.com/docker/docker/daemon/discovery 0.116s coverage: 30.0% of statements [2021-03-09T00:52:00.930Z] --- PASS: TestNetworkLocalhostTCPNat (0.56s) [2021-03-09T00:52:00.930Z] === RUN TestNetworkLoopbackNat [2021-03-09T00:52:01.316Z] === RUN TestVerifyNetworkingConfig [2021-03-09T00:52:01.316Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-03-09T00:52:01.316Z] === RUN TestGetContainer [2021-03-09T00:52:01.316Z] --- PASS: TestGetContainer (0.00s) [2021-03-09T00:52:01.316Z] === RUN TestValidContainerNames [2021-03-09T00:52:01.316Z] --- PASS: TestValidContainerNames (0.00s) [2021-03-09T00:52:01.316Z] === RUN TestContainerInitDNS [2021-03-09T00:52:01.316Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-03-09T00:52:01.316Z] daemon_test.go:147: root required [2021-03-09T00:52:01.316Z] === RUN TestMerge [2021-03-09T00:52:01.316Z] --- PASS: TestMerge (0.00s) [2021-03-09T00:52:01.316Z] === RUN TestValidateContainerIsolation [2021-03-09T00:52:01.316Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-03-09T00:52:01.316Z] === RUN TestFindNetworkErrorType [2021-03-09T00:52:01.316Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-03-09T00:52:01.316Z] === RUN TestEnsureServicesExist [2021-03-09T00:52:01.316Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-03-09T00:52:01.316Z] === RUN TestEnsureServicesExistErrors [2021-03-09T00:52:01.316Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-03-09T00:52:01.316Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-03-09T00:52:01.316Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-03-09T00:52:01.316Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-03-09T00:52:01.316Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-03-09T00:52:01.316Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-03-09T00:52:01.316Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-03-09T00:52:01.316Z] === RUN TestContainerDelete [2021-03-09T00:52:01.316Z] --- PASS: TestContainerDelete (0.00s) [2021-03-09T00:52:01.316Z] === RUN TestContainerDoubleDelete [2021-03-09T00:52:01.316Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-03-09T00:52:01.316Z] === RUN TestLogContainerEventCopyLabels [2021-03-09T00:52:01.316Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-03-09T00:52:01.316Z] === RUN TestLogContainerEventWithAttributes [2021-03-09T00:52:01.316Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-03-09T00:52:01.316Z] === RUN TestNoneHealthcheck [2021-03-09T00:52:01.316Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-03-09T00:52:01.316Z] === RUN TestHealthStates [2021-03-09T00:52:01.316Z] time="2021-03-09T00:52:00Z" 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-09T00:52:01.317Z] time="2021-03-09T00:52:00Z" 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-09T00:52:01.317Z] time="2021-03-09T00:52:00Z" 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-09T00:52:01.317Z] time="2021-03-09T00:52:00Z" 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-09T00:52:01.317Z] time="2021-03-09T00:52:00Z" 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-09T00:52:01.317Z] time="2021-03-09T00:52:00Z" 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-09T00:52:01.317Z] time="2021-03-09T00:52:00Z" 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-09T00:52:01.317Z] time="2021-03-09T00:52:00Z" 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-09T00:52:01.317Z] time="2021-03-09T00:52:00Z" 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-09T00:52:01.317Z] time="2021-03-09T00:52:00Z" 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-09T00:52:01.317Z] --- PASS: TestHealthStates (0.11s) [2021-03-09T00:52:01.317Z] === RUN TestMaskURLCredentials [2021-03-09T00:52:01.317Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-03-09T00:52:01.317Z] === RUN TestGetInspectData [2021-03-09T00:52:01.317Z] --- PASS: TestGetInspectData (0.00s) [2021-03-09T00:52:01.317Z] === RUN TestFillLicense [2021-03-09T00:52:01.317Z] --- PASS: TestFillLicense (0.00s) [2021-03-09T00:52:01.317Z] === RUN TestListInvalidFilter [2021-03-09T00:52:01.317Z] --- PASS: TestListInvalidFilter (0.00s) [2021-03-09T00:52:01.317Z] === RUN TestNameFilter [2021-03-09T00:52:01.317Z] --- PASS: TestNameFilter (0.00s) [2021-03-09T00:52:01.317Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-03-09T00:52:01.317Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-03-09T00:52:01.317Z] === 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-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-03-09T00:52:01.317Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-03-09T00:52:01.317Z] --- 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-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-03-09T00:52:01.317Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-03-09T00:52:01.317Z] === RUN TestDaemonReloadLabels [2021-03-09T00:52:01.317Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-03-09T00:52:01.317Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-03-09T00:52:01.317Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-03-09T00:52:01.317Z] === RUN TestDaemonReloadMirrors [2021-03-09T00:52:01.317Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-03-09T00:52:01.317Z] === RUN TestDaemonReloadInsecureRegistries [2021-03-09T00:52:01.317Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-03-09T00:52:01.317Z] === RUN TestDaemonReloadNotAffectOthers [2021-03-09T00:52:01.317Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-03-09T00:52:01.317Z] === RUN TestDaemonDiscoveryReload [2021-03-09T00:52:01.782Z] === RUN TestEventsLog [2021-03-09T00:52:01.782Z] --- PASS: TestEventsLog (0.00s) [2021-03-09T00:52:01.782Z] === RUN TestEventsLogTimeout [2021-03-09T00:52:01.782Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-03-09T00:52:01.782Z] === RUN TestLogEvents [2021-03-09T00:52:01.782Z] === RUN TestWaitNodeAttachment [2021-03-09T00:52:01.782Z] --- PASS: TestLogEvents (0.05s) [2021-03-09T00:52:01.782Z] === RUN TestLoadBufferedEvents [2021-03-09T00:52:02.246Z] --- PASS: TestLoadBufferedEvents (0.10s) [2021-03-09T00:52:02.246Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-03-09T00:52:02.246Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-03-09T00:52:02.246Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-03-09T00:52:02.246Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-03-09T00:52:02.246Z] PASS [2021-03-09T00:52:02.246Z] coverage: 50.0% of statements [2021-03-09T00:52:02.246Z] ok github.com/docker/docker/daemon/events 0.386s coverage: 50.0% of statements [2021-03-09T00:52:02.246Z] --- PASS: TestDaemonDiscoveryReload (1.01s) [2021-03-09T00:52:02.246Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-03-09T00:52:02.246Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-03-09T00:52:02.246Z] === RUN TestIsolationConversion [2021-03-09T00:52:02.246Z] === RUN TestIsolationConversion/default [2021-03-09T00:52:02.246Z] === RUN TestIsolationConversion/process [2021-03-09T00:52:02.246Z] === RUN TestIsolationConversion/hyperv [2021-03-09T00:52:02.246Z] --- PASS: TestIsolationConversion (0.00s) [2021-03-09T00:52:02.246Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-03-09T00:52:02.246Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-03-09T00:52:02.246Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-03-09T00:52:02.246Z] === RUN TestContainerLabels [2021-03-09T00:52:02.246Z] --- PASS: TestContainerLabels (0.00s) [2021-03-09T00:52:02.246Z] === RUN TestCredentialSpecConversion [2021-03-09T00:52:02.246Z] === RUN TestCredentialSpecConversion/none [2021-03-09T00:52:02.246Z] === RUN TestCredentialSpecConversion/config [2021-03-09T00:52:02.246Z] === RUN TestCredentialSpecConversion/file [2021-03-09T00:52:02.246Z] === RUN TestCredentialSpecConversion/registry [2021-03-09T00:52:02.246Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-03-09T00:52:02.246Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-03-09T00:52:02.246Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-03-09T00:52:02.246Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-03-09T00:52:02.246Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-03-09T00:52:02.246Z] === RUN TestControllerValidateMountBind [2021-03-09T00:52:02.246Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-03-09T00:52:02.246Z] === RUN TestControllerValidateMountVolume [2021-03-09T00:52:02.246Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-03-09T00:52:02.246Z] === RUN TestControllerValidateMountTarget [2021-03-09T00:52:02.246Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-03-09T00:52:02.246Z] === RUN TestControllerValidateMountTmpfs [2021-03-09T00:52:02.246Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-03-09T00:52:02.246Z] === RUN TestControllerValidateMountInvalidType [2021-03-09T00:52:02.246Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-03-09T00:52:02.246Z] === RUN TestControllerValidateMountNamedPipe [2021-03-09T00:52:02.246Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-03-09T00:52:02.246Z] PASS [2021-03-09T00:52:02.246Z] coverage: 11.3% of statements [2021-03-09T00:52:02.246Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.879s coverage: 11.3% of statements [2021-03-09T00:52:02.713Z] === RUN TestIsEmptyDir [2021-03-09T00:52:02.713Z] --- PASS: TestIsEmptyDir (0.01s) [2021-03-09T00:52:02.713Z] PASS [2021-03-09T00:52:02.713Z] coverage: 2.3% of statements [2021-03-09T00:52:02.713Z] ok github.com/docker/docker/daemon/graphdriver 0.088s coverage: 2.3% of statements [2021-03-09T00:52:02.713Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-03-09T00:52:02.713Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-03-09T00:52:03.177Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-03-09T00:52:03.177Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-03-09T00:52:03.177Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-03-09T00:52:03.177Z] reload_test.go:520: root required [2021-03-09T00:52:03.177Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-03-09T00:52:03.177Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-03-09T00:52:03.177Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-03-09T00:52:03.177Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2021-03-09T00:52:03.177Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-03-09T00:52:03.177Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-03-09T00:52:03.177Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-03-09T00:52:03.177Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2021-03-09T00:52:03.177Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-03-09T00:52:03.177Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-03-09T00:52:03.177Z] === RUN TestParseVolumesFrom [2021-03-09T00:52:03.177Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-03-09T00:52:03.177Z] PASS [2021-03-09T00:52:03.177Z] coverage: 9.1% of statements [2021-03-09T00:52:03.177Z] ok github.com/docker/docker/daemon 2.628s coverage: 9.1% of statements [2021-03-09T00:52:03.177Z] === RUN TestLinkNaming [2021-03-09T00:52:03.177Z] --- PASS: TestLinkNaming (0.00s) [2021-03-09T00:52:03.177Z] === RUN TestLinkNew [2021-03-09T00:52:03.177Z] --- PASS: TestLinkNew (0.00s) [2021-03-09T00:52:03.177Z] === RUN TestLinkEnv [2021-03-09T00:52:03.177Z] --- PASS: TestLinkEnv (0.00s) [2021-03-09T00:52:03.177Z] === RUN TestLinkMultipleEnv [2021-03-09T00:52:03.177Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-03-09T00:52:03.177Z] === RUN TestLinkPortRangeEnv [2021-03-09T00:52:03.177Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-03-09T00:52:03.177Z] PASS [2021-03-09T00:52:03.177Z] coverage: 93.0% of statements [2021-03-09T00:52:03.177Z] ok github.com/docker/docker/daemon/links 0.037s coverage: 93.0% of statements [2021-03-09T00:52:03.177Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-09T00:52:03.177Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-09T00:52:03.177Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-09T00:52:03.177Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-09T00:52:03.177Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-03-09T00:52:03.177Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-03-09T00:52:03.177Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-03-09T00:52:03.177Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-09T00:52:03.177Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-03-09T00:52:03.177Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-03-09T00:52:03.177Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-03-09T00:52:03.177Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-09T00:52:03.177Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-03-09T00:52:03.177Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-03-09T00:52:03.177Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-03-09T00:52:03.394Z] --- PASS: TestServiceUpdateConfigs (14.79s) [2021-03-09T00:52:03.394Z] === RUN TestServiceUpdateNetwork [2021-03-09T00:52:03.688Z] --- PASS: TestNetworkLoopbackNat (2.75s) [2021-03-09T00:52:03.688Z] === RUN TestPause [2021-03-09T00:52:04.161Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-03-09T00:52:04.326Z] --- PASS: TestPause (0.56s) [2021-03-09T00:52:04.326Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-09T00:52:04.326Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-09T00:52:04.326Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-09T00:52:04.326Z] === RUN TestPauseStopPausedContainer [2021-03-09T00:52:04.417Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-03-09T00:52:04.966Z] --- PASS: TestPauseStopPausedContainer (0.57s) [2021-03-09T00:52:04.966Z] === RUN TestPsFilter [2021-03-09T00:52:04.966Z] --- PASS: TestPsFilter (0.16s) [2021-03-09T00:52:04.966Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-09T00:52:05.375Z] === RUN TestAdapterReadLogs [2021-03-09T00:52:05.375Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-03-09T00:52:05.375Z] === RUN TestCopier [2021-03-09T00:52:05.375Z] --- PASS: TestCopier (0.00s) [2021-03-09T00:52:05.375Z] === RUN TestCopierLongLines [2021-03-09T00:52:05.375Z] --- PASS: TestCopierLongLines (0.00s) [2021-03-09T00:52:05.375Z] === RUN TestCopierSlow [2021-03-09T00:52:05.375Z] --- PASS: TestCopierSlow (0.36s) [2021-03-09T00:52:05.375Z] === RUN TestCopierWithSized [2021-03-09T00:52:05.375Z] === RUN TestCopierWithSized/as_is [2021-03-09T00:52:05.375Z] === RUN TestCopierWithSized/With_RingLogger [2021-03-09T00:52:05.605Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.49s) [2021-03-09T00:52:05.605Z] === RUN TestRemoveContainerWithVolume [2021-03-09T00:52:05.839Z] --- PASS: TestCopierWithSized (0.03s) [2021-03-09T00:52:05.839Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-03-09T00:52:05.839Z] --- PASS: TestCopierWithSized/With_RingLogger (0.03s) [2021-03-09T00:52:05.839Z] === RUN TestCopierWithPartial [2021-03-09T00:52:05.839Z] --- PASS: TestCopierWithPartial (0.00s) [2021-03-09T00:52:05.839Z] === RUN TestRingLogger [2021-03-09T00:52:05.839Z] --- PASS: TestRingLogger (0.00s) [2021-03-09T00:52:05.839Z] === RUN TestRingCap [2021-03-09T00:52:05.839Z] --- PASS: TestRingCap (0.00s) [2021-03-09T00:52:05.839Z] === RUN TestRingClose [2021-03-09T00:52:05.839Z] --- PASS: TestRingClose (0.00s) [2021-03-09T00:52:05.839Z] === RUN TestRingDrain [2021-03-09T00:52:05.839Z] --- PASS: TestRingDrain (0.00s) [2021-03-09T00:52:05.839Z] PASS [2021-03-09T00:52:05.839Z] coverage: 43.5% of statements [2021-03-09T00:52:05.839Z] ok github.com/docker/docker/daemon/logger 0.475s coverage: 43.5% of statements [2021-03-09T00:52:06.243Z] --- PASS: TestRemoveContainerWithVolume (0.54s) [2021-03-09T00:52:06.243Z] === RUN TestRemoveContainerRunning [2021-03-09T00:52:06.540Z] --- PASS: TestRemoveContainerRunning (0.55s) [2021-03-09T00:52:06.540Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-09T00:52:06.818Z] === RUN TestNewStreamConfig [2021-03-09T00:52:06.818Z] === RUN TestNewStreamConfig/defaults [2021-03-09T00:52:06.818Z] === RUN TestNewStreamConfig/invalid_create_group [2021-03-09T00:52:06.818Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-03-09T00:52:06.818Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-03-09T00:52:06.818Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-03-09T00:52:06.818Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-03-09T00:52:06.818Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-03-09T00:52:06.818Z] --- PASS: TestNewStreamConfig (0.00s) [2021-03-09T00:52:06.818Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-03-09T00:52:06.818Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-03-09T00:52:06.818Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-03-09T00:52:06.818Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-03-09T00:52:06.818Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-03-09T00:52:06.818Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-03-09T00:52:06.818Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-03-09T00:52:06.818Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-03-09T00:52:06.818Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-03-09T00:52:06.818Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-03-09T00:52:06.818Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-03-09T00:52:06.818Z] === RUN TestNewAWSLogsClientRegionDetect [2021-03-09T00:52:06.818Z] time="2021-03-09T00:52:06Z" level=info msg="Trying to get region from EC2 Metadata" [2021-03-09T00:52:06.818Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.11s) [2021-03-09T00:52:06.818Z] === RUN TestCreateSuccess [2021-03-09T00:52:06.818Z] --- PASS: TestCreateSuccess (0.00s) [2021-03-09T00:52:06.818Z] === RUN TestCreateLogGroupSuccess [2021-03-09T00:52:06.818Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-03-09T00:52:06.818Z] === RUN TestCreateError [2021-03-09T00:52:06.818Z] --- PASS: TestCreateError (0.00s) [2021-03-09T00:52:06.818Z] === RUN TestCreateAlreadyExists [2021-03-09T00:52:06.818Z] time="2021-03-09T00:52:06Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-03-09T00:52:06.818Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-03-09T00:52:06.818Z] === RUN TestLogClosed [2021-03-09T00:52:06.818Z] --- PASS: TestLogClosed (0.00s) [2021-03-09T00:52:06.818Z] === RUN TestLogBlocking [2021-03-09T00:52:06.818Z] --- PASS: TestLogBlocking (0.00s) [2021-03-09T00:52:06.818Z] === RUN TestLogNonBlockingBufferEmpty [2021-03-09T00:52:06.818Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-03-09T00:52:06.818Z] === RUN TestLogNonBlockingBufferFull [2021-03-09T00:52:07.180Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.55s) [2021-03-09T00:52:07.180Z] === RUN TestRemoveInvalidContainer [2021-03-09T00:52:07.180Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-09T00:52:07.180Z] === RUN TestRenameLinkedContainer [2021-03-09T00:52:07.285Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-03-09T00:52:07.285Z] === RUN TestPublishBatchSuccess [2021-03-09T00:52:07.285Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-03-09T00:52:07.285Z] === RUN TestPublishBatchError [2021-03-09T00:52:07.285Z] time="2021-03-09T00:52:06Z" level=error msg=Error [2021-03-09T00:52:07.285Z] --- PASS: TestPublishBatchError (0.00s) [2021-03-09T00:52:07.285Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-03-09T00:52:07.285Z] time="2021-03-09T00:52:06Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-03-09T00:52:07.285Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-03-09T00:52:07.285Z] === RUN TestPublishBatchAlreadyAccepted [2021-03-09T00:52:07.285Z] time="2021-03-09T00:52:06Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-03-09T00:52:07.285Z] time="2021-03-09T00:52:06Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-03-09T00:52:07.285Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-03-09T00:52:07.285Z] === RUN TestCollectBatchSimple [2021-03-09T00:52:07.285Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-03-09T00:52:07.285Z] === RUN TestCollectBatchTicker [2021-03-09T00:52:07.285Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-03-09T00:52:07.285Z] === RUN TestCollectBatchMultilinePattern [2021-03-09T00:52:07.285Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-03-09T00:52:07.286Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-03-09T00:52:07.286Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-03-09T00:52:07.286Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.36s) [2021-03-09T00:52:07.286Z] === RUN TestCollectBatchClose [2021-03-09T00:52:07.286Z] --- PASS: TestCollectBatchClose (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestEffectiveLen [2021-03-09T00:52:07.286Z] === RUN TestEffectiveLen/0/Hello [2021-03-09T00:52:07.286Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-03-09T00:52:07.286Z] === RUN TestEffectiveLen/2/🙃 [2021-03-09T00:52:07.286Z] === RUN TestEffectiveLen/3/���� [2021-03-09T00:52:07.286Z] === RUN TestEffectiveLen/4/He��o [2021-03-09T00:52:07.286Z] === RUN TestEffectiveLen/5/ [2021-03-09T00:52:07.286Z] --- PASS: TestEffectiveLen (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestFindValidSplit [2021-03-09T00:52:07.286Z] === RUN TestFindValidSplit/0/ [2021-03-09T00:52:07.286Z] === RUN TestFindValidSplit/1/Hello [2021-03-09T00:52:07.286Z] === RUN TestFindValidSplit/2/Hello [2021-03-09T00:52:07.286Z] === RUN TestFindValidSplit/3/Hello [2021-03-09T00:52:07.286Z] === RUN TestFindValidSplit/4/🙃 [2021-03-09T00:52:07.286Z] === RUN TestFindValidSplit/5/🙃 [2021-03-09T00:52:07.286Z] === RUN TestFindValidSplit/6/a� [2021-03-09T00:52:07.286Z] === RUN TestFindValidSplit/7/a� [2021-03-09T00:52:07.286Z] --- PASS: TestFindValidSplit (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1044: [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1045: [2021-03-09T00:52:07.286Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1044: Hello [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1045: [2021-03-09T00:52:07.286Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1044: He [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1045: llo [2021-03-09T00:52:07.286Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1044: [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1045: Hello [2021-03-09T00:52:07.286Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1044: [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1045: 🙃 [2021-03-09T00:52:07.286Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1044: 🙃 [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1045: [2021-03-09T00:52:07.286Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1044: a [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1045: � [2021-03-09T00:52:07.286Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1044: a� [2021-03-09T00:52:07.286Z] cloudwatchlogs_test.go:1045: [2021-03-09T00:52:07.286Z] === RUN TestProcessEventEmoji [2021-03-09T00:52:07.286Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestCollectBatchLineSplit [2021-03-09T00:52:07.286Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestCollectBatchLineSplitWithBinary [2021-03-09T00:52:07.286Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestCollectBatchMaxEvents [2021-03-09T00:52:07.286Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2021-03-09T00:52:07.286Z] === RUN TestCollectBatchMaxTotalBytes [2021-03-09T00:52:07.286Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s) [2021-03-09T00:52:07.286Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-03-09T00:52:07.286Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-03-09T00:52:07.286Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-03-09T00:52:07.286Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2021-03-09T00:52:07.286Z] === RUN TestParseLogOptionsMultilinePattern [2021-03-09T00:52:07.286Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestParseLogOptionsDatetimeFormat [2021-03-09T00:52:07.286Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-03-09T00:52:07.286Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-03-09T00:52:07.286Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-03-09T00:52:07.286Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-03-09T00:52:07.286Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-03-09T00:52:07.286Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-03-09T00:52:07.286Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-03-09T00:52:07.286Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-03-09T00:52:07.286Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-03-09T00:52:07.286Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-03-09T00:52:07.286Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-03-09T00:52:07.286Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-03-09T00:52:07.286Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-03-09T00:52:07.286Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-03-09T00:52:07.286Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-03-09T00:52:07.286Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-03-09T00:52:07.286Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-03-09T00:52:07.286Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-03-09T00:52:07.286Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-03-09T00:52:07.286Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestCreateTagSuccess [2021-03-09T00:52:07.286Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-03-09T00:52:07.286Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-03-09T00:52:07.286Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-03-09T00:52:07.286Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-03-09T00:52:07.286Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-03-09T00:52:07.286Z] PASS [2021-03-09T00:52:07.286Z] coverage: 77.8% of statements [2021-03-09T00:52:07.286Z] ok github.com/docker/docker/daemon/logger/awslogs 0.765s coverage: 77.8% of statements [2021-03-09T00:52:07.286Z] === RUN TestJSONLogsMarshalJSONBuf [2021-03-09T00:52:07.286Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-03-09T00:52:07.286Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.11s) [2021-03-09T00:52:07.286Z] === RUN TestFastTimeMarshalJSON [2021-03-09T00:52:07.286Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-03-09T00:52:07.286Z] PASS [2021-03-09T00:52:07.286Z] coverage: 87.2% of statements [2021-03-09T00:52:07.286Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.157s coverage: 87.2% of statements [2021-03-09T00:52:07.286Z] === RUN TestSearchRegistryForImagesErrors [2021-03-09T00:52:07.286Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestSearchRegistryForImages [2021-03-09T00:52:07.286Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestOnlyPlatformWithFallback [2021-03-09T00:52:07.286Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-03-09T00:52:07.286Z] === RUN TestImageDelete [2021-03-09T00:52:07.750Z] === RUN TestImageDelete/no_lease [2021-03-09T00:52:07.750Z] === RUN TestImageDelete/lease_exists [2021-03-09T00:52:07.750Z] === RUN TestJSONFileLogger [2021-03-09T00:52:07.750Z] --- PASS: TestImageDelete (0.07s) [2021-03-09T00:52:07.750Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-03-09T00:52:07.750Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-03-09T00:52:07.750Z] === RUN TestContentStoreForPull [2021-03-09T00:52:07.750Z] --- PASS: TestJSONFileLogger (0.00s) [2021-03-09T00:52:07.750Z] === RUN TestJSONFileLoggerWithTags [2021-03-09T00:52:07.750Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-03-09T00:52:07.750Z] === RUN TestJSONFileLoggerWithOpts [2021-03-09T00:52:07.750Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-03-09T00:52:07.750Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-03-09T00:52:07.750Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-03-09T00:52:07.750Z] === RUN TestEncodeDecode [2021-03-09T00:52:07.750Z] === PAUSE TestEncodeDecode [2021-03-09T00:52:07.750Z] === CONT TestEncodeDecode [2021-03-09T00:52:07.750Z] --- PASS: TestEncodeDecode (0.13s) [2021-03-09T00:52:07.750Z] PASS [2021-03-09T00:52:07.750Z] coverage: 61.6% of statements [2021-03-09T00:52:07.750Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.333s coverage: 61.6% of statements [2021-03-09T00:52:07.750Z] --- PASS: TestContentStoreForPull (0.16s) [2021-03-09T00:52:07.750Z] PASS [2021-03-09T00:52:07.750Z] coverage: 6.7% of statements [2021-03-09T00:52:07.750Z] ok github.com/docker/docker/daemon/images 0.416s coverage: 6.7% of statements [2021-03-09T00:52:07.750Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-09T00:52:07.750Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-09T00:52:07.750Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-03-09T00:52:07.750Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-09T00:52:07.750Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-09T00:52:07.750Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-03-09T00:52:07.750Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-03-09T00:52:09.274Z] --- PASS: TestRenameLinkedContainer (2.07s) [2021-03-09T00:52:09.274Z] === RUN TestRenameStoppedContainer [2021-03-09T00:52:09.910Z] --- PASS: TestRenameStoppedContainer (0.56s) [2021-03-09T00:52:09.911Z] === RUN TestRenameRunningContainerAndReuse [2021-03-09T00:52:09.946Z] === RUN TestWriteLog [2021-03-09T00:52:09.946Z] === PAUSE TestWriteLog [2021-03-09T00:52:09.946Z] === RUN TestReadLog [2021-03-09T00:52:09.946Z] === PAUSE TestReadLog [2021-03-09T00:52:09.946Z] === CONT TestWriteLog [2021-03-09T00:52:09.946Z] === CONT TestReadLog [2021-03-09T00:52:09.946Z] --- PASS: TestWriteLog (0.00s) [2021-03-09T00:52:09.946Z] === RUN TestReadLog/tail_exact [2021-03-09T00:52:09.946Z] === RUN TestReadLog/tail_less_than_available [2021-03-09T00:52:09.946Z] === RUN TestReadLog/tail_more_than_available [2021-03-09T00:52:09.946Z] --- PASS: TestReadLog (0.16s) [2021-03-09T00:52:09.946Z] --- PASS: TestReadLog/tail_exact (0.11s) [2021-03-09T00:52:09.946Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-03-09T00:52:09.946Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-03-09T00:52:09.946Z] PASS [2021-03-09T00:52:09.946Z] coverage: 75.2% of statements [2021-03-09T00:52:09.946Z] ok github.com/docker/docker/daemon/logger/local 0.405s coverage: 75.2% of statements [2021-03-09T00:52:09.946Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-09T00:52:10.410Z] === RUN TestLog [2021-03-09T00:52:10.410Z] --- PASS: TestLog (0.01s) [2021-03-09T00:52:10.410Z] PASS [2021-03-09T00:52:10.410Z] coverage: 31.5% of statements [2021-03-09T00:52:10.410Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.104s coverage: 31.5% of statements [2021-03-09T00:52:10.410Z] === RUN TestOpenFileDelete [2021-03-09T00:52:10.410Z] --- PASS: TestOpenFileDelete (0.00s) [2021-03-09T00:52:10.410Z] === RUN TestOpenFileRename [2021-03-09T00:52:10.410Z] --- PASS: TestOpenFileRename (0.00s) [2021-03-09T00:52:10.410Z] === RUN TestParseLogTagDefaultTag [2021-03-09T00:52:10.410Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-03-09T00:52:10.410Z] === RUN TestParseLogTag [2021-03-09T00:52:10.410Z] --- PASS: TestParseLogTag (0.00s) [2021-03-09T00:52:10.410Z] === RUN TestParseLogTagEmptyTag [2021-03-09T00:52:10.410Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-03-09T00:52:10.410Z] === RUN TestTailFiles [2021-03-09T00:52:10.410Z] --- PASS: TestTailFiles (0.00s) [2021-03-09T00:52:10.410Z] === RUN TestFollowLogsConsumerGone [2021-03-09T00:52:10.410Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-03-09T00:52:10.410Z] === RUN TestFollowLogsProducerGone [2021-03-09T00:52:10.410Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-03-09T00:52:10.410Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-03-09T00:52:10.410Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-03-09T00:52:10.410Z] === RUN TestCheckCapacityAndRotate [2021-03-09T00:52:10.410Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-03-09T00:52:10.410Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-03-09T00:52:10.410Z] --- PASS: TestCheckCapacityAndRotate (0.16s) [2021-03-09T00:52:10.410Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2021-03-09T00:52:10.410Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2021-03-09T00:52:10.410Z] PASS [2021-03-09T00:52:10.410Z] coverage: 55.3% of statements [2021-03-09T00:52:10.410Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.358s coverage: 55.3% of statements [2021-03-09T00:52:10.873Z] === RUN TestValidateLogOpt [2021-03-09T00:52:10.873Z] --- PASS: TestValidateLogOpt (0.00s) [2021-03-09T00:52:10.873Z] === RUN TestNewMissedConfig [2021-03-09T00:52:10.873Z] --- PASS: TestNewMissedConfig (0.00s) [2021-03-09T00:52:10.873Z] === RUN TestNewMissedUrl [2021-03-09T00:52:10.873Z] --- PASS: TestNewMissedUrl (0.00s) [2021-03-09T00:52:10.873Z] === RUN TestNewMissedToken [2021-03-09T00:52:10.873Z] --- PASS: TestNewMissedToken (0.00s) [2021-03-09T00:52:10.873Z] === RUN TestNewWithProxy [2021-03-09T00:52:10.873Z] --- PASS: TestNewWithProxy (0.00s) [2021-03-09T00:52:10.873Z] === RUN TestDefault [2021-03-09T00:52:10.873Z] --- PASS: TestDefault (0.01s) [2021-03-09T00:52:10.873Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-03-09T00:52:10.873Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-03-09T00:52:10.873Z] === RUN TestJsonFormat [2021-03-09T00:52:10.873Z] --- PASS: TestJsonFormat (0.01s) [2021-03-09T00:52:10.873Z] === RUN TestRawFormat [2021-03-09T00:52:10.873Z] --- PASS: TestRawFormat (0.03s) [2021-03-09T00:52:10.873Z] === RUN TestRawFormatWithLabels [2021-03-09T00:52:10.873Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-03-09T00:52:10.873Z] === RUN TestRawFormatWithoutTag [2021-03-09T00:52:10.873Z] --- PASS: TestRawFormatWithoutTag (0.02s) [2021-03-09T00:52:10.873Z] === RUN TestBatching [2021-03-09T00:52:10.954Z] --- PASS: TestRenameRunningContainerAndReuse (1.04s) [2021-03-09T00:52:10.954Z] === RUN TestRenameInvalidName [2021-03-09T00:52:11.255Z] --- PASS: TestRenameInvalidName (0.54s) [2021-03-09T00:52:11.255Z] === RUN TestRenameAnonymousContainer [2021-03-09T00:52:11.337Z] --- PASS: TestBatching (0.23s) [2021-03-09T00:52:11.337Z] === RUN TestFrequency [2021-03-09T00:52:11.337Z] --- PASS: TestFrequency (0.17s) [2021-03-09T00:52:11.337Z] === RUN TestOneMessagePerRequest [2021-03-09T00:52:11.337Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-03-09T00:52:11.337Z] === RUN TestVerify [2021-03-09T00:52:11.337Z] --- PASS: TestVerify (0.00s) [2021-03-09T00:52:11.337Z] === RUN TestSkipVerify [2021-03-09T00:52:11.337Z] === RUN TestNewParse [2021-03-09T00:52:11.337Z] --- PASS: TestNewParse (0.00s) [2021-03-09T00:52:11.337Z] PASS [2021-03-09T00:52:11.337Z] coverage: 8.3% of statements [2021-03-09T00:52:11.337Z] ok github.com/docker/docker/daemon/logger/templates 0.085s coverage: 8.3% of statements [2021-03-09T00:52:11.337Z] time="2021-03-09T00:52:11Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-09T00:52:11.337Z] time="2021-03-09T00:52:11Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-09T00:52:11.337Z] time="2021-03-09T00:52:11Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-09T00:52:11.801Z] --- PASS: TestSkipVerify (0.41s) [2021-03-09T00:52:11.801Z] === RUN TestBufferMaximum [2021-03-09T00:52:11.801Z] time="2021-03-09T00:52:11Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-09T00:52:11.801Z] time="2021-03-09T00:52:11Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-09T00:52:11.801Z] time="2021-03-09T00:52:11Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-09T00:52:11.801Z] time="2021-03-09T00:52:11Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-09T00:52:11.801Z] time="2021-03-09T00:52:11Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-09T00:52:11.801Z] time="2021-03-09T00:52:11Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1615251131.433086\",\"host\":\"bc6e23813f9a\"}'" [2021-03-09T00:52:11.801Z] time="2021-03-09T00:52:11Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1615251131.433086\",\"host\":\"bc6e23813f9a\"}'" [2021-03-09T00:52:11.801Z] --- PASS: TestBufferMaximum (0.00s) [2021-03-09T00:52:11.801Z] === RUN TestServerAlwaysDown [2021-03-09T00:52:11.801Z] time="2021-03-09T00:52:11Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-09T00:52:11.801Z] time="2021-03-09T00:52:11Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-09T00:52:11.801Z] time="2021-03-09T00:52:11Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1615251131.436100\",\"host\":\"bc6e23813f9a\"}'" [2021-03-09T00:52:11.801Z] time="2021-03-09T00:52:11Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1615251131.436100\",\"host\":\"bc6e23813f9a\"}'" [2021-03-09T00:52:11.801Z] time="2021-03-09T00:52:11Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-09T00:52:11.801Z] time="2021-03-09T00:52:11Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1615251131.436100\",\"host\":\"bc6e23813f9a\"}'" [2021-03-09T00:52:11.801Z] time="2021-03-09T00:52:11Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1615251131.437090\",\"host\":\"bc6e23813f9a\"}'" [2021-03-09T00:52:11.801Z] time="2021-03-09T00:52:11Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1615251131.437090\",\"host\":\"bc6e23813f9a\"}'" [2021-03-09T00:52:11.801Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-03-09T00:52:11.801Z] === RUN TestCannotSendAfterClose [2021-03-09T00:52:11.801Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-03-09T00:52:11.801Z] === RUN TestDeadlockOnBlockedEndpoint [2021-03-09T00:52:11.801Z] === RUN TestParseLogFormat [2021-03-09T00:52:11.801Z] --- PASS: TestParseLogFormat (0.00s) [2021-03-09T00:52:11.801Z] === RUN TestValidateLogOptEmpty [2021-03-09T00:52:11.801Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-03-09T00:52:11.801Z] === RUN TestValidateSyslogAddress [2021-03-09T00:52:11.801Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-03-09T00:52:11.801Z] === RUN TestParseAddressDefaultPort [2021-03-09T00:52:11.801Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-03-09T00:52:11.801Z] === RUN TestValidateSyslogFacility [2021-03-09T00:52:11.801Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-03-09T00:52:11.801Z] === RUN TestValidateLogOptSyslogFormat [2021-03-09T00:52:11.801Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-03-09T00:52:11.801Z] === RUN TestValidateLogOpt [2021-03-09T00:52:11.801Z] --- PASS: TestValidateLogOpt (0.00s) [2021-03-09T00:52:11.801Z] PASS [2021-03-09T00:52:11.801Z] coverage: 46.8% of statements [2021-03-09T00:52:11.801Z] ok github.com/docker/docker/daemon/logger/syslog 0.127s coverage: 46.8% of statements [2021-03-09T00:52:12.778Z] time="2021-03-09T00:52:12Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49202/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-03-09T00:52:12.778Z] time="2021-03-09T00:52:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"bc6e23813f9a\"}'" [2021-03-09T00:52:12.778Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.06s) [2021-03-09T00:52:12.778Z] PASS [2021-03-09T00:52:12.778Z] coverage: 82.5% of statements [2021-03-09T00:52:12.778Z] ok github.com/docker/docker/daemon/logger/splunk 2.102s coverage: 82.5% of statements [2021-03-09T00:52:12.778Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-09T00:52:12.778Z] ? github.com/docker/docker/daemon/network [no test files] [2021-03-09T00:52:12.778Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-09T00:52:13.343Z] --- PASS: TestRenameAnonymousContainer (1.94s) [2021-03-09T00:52:13.343Z] === RUN TestRenameContainerWithSameName [2021-03-09T00:52:13.988Z] --- PASS: TestRenameContainerWithSameName (0.53s) [2021-03-09T00:52:13.988Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-09T00:52:14.332Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-03-09T00:52:14.332Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-03-09T00:52:14.332Z] === RUN TestContinueOnError_MirrorEndpoint [2021-03-09T00:52:14.332Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-03-09T00:52:14.332Z] === RUN TestContinueOnError_NeverContinue [2021-03-09T00:52:14.332Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-03-09T00:52:14.332Z] === RUN TestManifestStore [2021-03-09T00:52:14.332Z] === RUN TestManifestStore/no_remote_or_local [2021-03-09T00:52:14.332Z] === RUN TestV1IDService [2021-03-09T00:52:14.332Z] --- PASS: TestV1IDService (0.02s) [2021-03-09T00:52:14.332Z] === RUN TestV2MetadataService [2021-03-09T00:52:14.332Z] time="2021-03-09T00:52:13Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local863789559\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-03-09T00:52:14.332Z] === RUN TestManifestStore/no_local_cache [2021-03-09T00:52:14.332Z] === RUN TestManifestStore/with_local_cache [2021-03-09T00:52:14.332Z] === RUN TestManifestStore/unknown_media_type [2021-03-09T00:52:14.332Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-03-09T00:52:14.332Z] time="2021-03-09T00:52:13Z" level=warning msg="reference for unknown type: " [2021-03-09T00:52:14.332Z] time="2021-03-09T00:52:13Z" level=warning msg="reference for unknown type: " [2021-03-09T00:52:14.332Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-03-09T00:52:14.332Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-03-09T00:52:14.332Z] time="2021-03-09T00:52:13Z" level=warning msg="reference for unknown type: " [2021-03-09T00:52:14.332Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-03-09T00:52:14.332Z] time="2021-03-09T00:52:13Z" level=warning msg="reference for unknown type: " [2021-03-09T00:52:14.332Z] === RUN TestSuccessfulDownload [2021-03-09T00:52:14.332Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-03-09T00:52:14.332Z] download_test.go:268: Needs fixing on Windows [2021-03-09T00:52:14.332Z] === RUN TestCancelledDownload [2021-03-09T00:52:14.332Z] time="2021-03-09T00:52:14Z" level=warning msg="reference for unknown type: " [2021-03-09T00:52:14.332Z] --- PASS: TestCancelledDownload (0.00s) [2021-03-09T00:52:14.332Z] === RUN TestMaxDownloadAttempts [2021-03-09T00:52:14.332Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-03-09T00:52:14.332Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-03-09T00:52:14.332Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-03-09T00:52:14.332Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-03-09T00:52:14.332Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-03-09T00:52:14.332Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-03-09T00:52:14.332Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-03-09T00:52:14.332Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-03-09T00:52:14.332Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-03-09T00:52:14.332Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-03-09T00:52:14.332Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-03-09T00:52:14.332Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-03-09T00:52:14.332Z] === RUN TestManifestStore/error_persisting_manifest [2021-03-09T00:52:14.332Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-03-09T00:52:14.332Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-03-09T00:52:14.332Z] time="2021-03-09T00:52:14Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-03-09T00:52:14.332Z] --- PASS: TestManifestStore (0.26s) [2021-03-09T00:52:14.332Z] --- PASS: TestManifestStore/no_remote_or_local (0.12s) [2021-03-09T00:52:14.332Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-03-09T00:52:14.332Z] --- PASS: TestManifestStore/with_local_cache (0.05s) [2021-03-09T00:52:14.332Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2021-03-09T00:52:14.332Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-03-09T00:52:14.332Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2021-03-09T00:52:14.332Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-03-09T00:52:14.332Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2021-03-09T00:52:14.332Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-03-09T00:52:14.332Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-03-09T00:52:14.332Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2021-03-09T00:52:14.332Z] === RUN TestDetectManifestBlobMediaType [2021-03-09T00:52:14.332Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-03-09T00:52:14.332Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-03-09T00:52:14.332Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-03-09T00:52:14.332Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-03-09T00:52:14.332Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-03-09T00:52:14.332Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-03-09T00:52:14.332Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-03-09T00:52:14.332Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-03-09T00:52:14.332Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-03-09T00:52:14.332Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-03-09T00:52:14.332Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-03-09T00:52:14.332Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-03-09T00:52:14.332Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-03-09T00:52:14.332Z] === RUN TestFixManifestLayers [2021-03-09T00:52:14.332Z] --- PASS: TestFixManifestLayers (0.00s) [2021-03-09T00:52:14.332Z] === RUN TestFixManifestLayersBaseLayerParent [2021-03-09T00:52:14.332Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-03-09T00:52:14.332Z] pull_v2_test.go:73: Needs fixing on Windows [2021-03-09T00:52:14.332Z] === RUN TestFixManifestLayersBadParent [2021-03-09T00:52:14.332Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-03-09T00:52:14.332Z] === RUN TestValidateManifest [2021-03-09T00:52:14.332Z] --- SKIP: TestValidateManifest (0.00s) [2021-03-09T00:52:14.332Z] pull_v2_test.go:118: Needs fixing on Windows [2021-03-09T00:52:14.332Z] === RUN TestFormatPlatform [2021-03-09T00:52:14.332Z] --- PASS: TestFormatPlatform (0.00s) [2021-03-09T00:52:14.332Z] === RUN TestGetRepositoryMountCandidates [2021-03-09T00:52:14.332Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-03-09T00:52:14.332Z] === RUN TestLayerAlreadyExists [2021-03-09T00:52:14.332Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-03-09T00:52:14.332Z] 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-09T00:52:14.333Z] 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-09T00:52:14.333Z] 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-09T00:52:14.333Z] 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-09T00:52:14.333Z] 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-09T00:52:14.333Z] 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-09T00:52:14.333Z] === RUN TestWhenEmptyAuthConfig [2021-03-09T00:52:14.796Z] time="2021-03-09T00:52:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-09T00:52:14.796Z] time="2021-03-09T00:52:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-09T00:52:14.796Z] time="2021-03-09T00:52:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-09T00:52:14.796Z] time="2021-03-09T00:52:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-09T00:52:14.796Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-03-09T00:52:14.796Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.37s) [2021-03-09T00:52:14.796Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.37s) [2021-03-09T00:52:14.796Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.37s) [2021-03-09T00:52:14.796Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.37s) [2021-03-09T00:52:14.796Z] === RUN TestTransfer [2021-03-09T00:52:14.796Z] --- PASS: TestTransfer (0.12s) [2021-03-09T00:52:14.796Z] === RUN TestConcurrencyLimit [2021-03-09T00:52:14.796Z] --- PASS: TestV2MetadataService (0.83s) [2021-03-09T00:52:14.796Z] PASS [2021-03-09T00:52:14.796Z] coverage: 48.2% of statements [2021-03-09T00:52:14.796Z] ok github.com/docker/docker/distribution/metadata 0.961s coverage: 48.2% of statements [2021-03-09T00:52:15.028Z] --- PASS: TestRenameContainerWithLinkedContainer (1.07s) [2021-03-09T00:52:15.028Z] === RUN TestResize [2021-03-09T00:52:15.260Z] --- PASS: TestConcurrencyLimit (0.39s) [2021-03-09T00:52:15.260Z] === RUN TestInactiveJobs [2021-03-09T00:52:15.260Z] === RUN TestNotFound [2021-03-09T00:52:15.260Z] --- PASS: TestNotFound (0.00s) [2021-03-09T00:52:15.260Z] === RUN TestConflict [2021-03-09T00:52:15.260Z] --- PASS: TestConflict (0.00s) [2021-03-09T00:52:15.260Z] === RUN TestForbidden [2021-03-09T00:52:15.260Z] --- PASS: TestForbidden (0.00s) [2021-03-09T00:52:15.260Z] === RUN TestInvalidParameter [2021-03-09T00:52:15.260Z] --- PASS: TestInvalidParameter (0.00s) [2021-03-09T00:52:15.260Z] === RUN TestNotImplemented [2021-03-09T00:52:15.260Z] --- PASS: TestNotImplemented (0.00s) [2021-03-09T00:52:15.260Z] === RUN TestNotModified [2021-03-09T00:52:15.260Z] --- PASS: TestNotModified (0.00s) [2021-03-09T00:52:15.260Z] === RUN TestUnauthorized [2021-03-09T00:52:15.260Z] --- PASS: TestUnauthorized (0.00s) [2021-03-09T00:52:15.260Z] === RUN TestUnknown [2021-03-09T00:52:15.260Z] --- PASS: TestUnknown (0.00s) [2021-03-09T00:52:15.260Z] === RUN TestCancelled [2021-03-09T00:52:15.260Z] --- PASS: TestCancelled (0.00s) [2021-03-09T00:52:15.260Z] === RUN TestDeadline [2021-03-09T00:52:15.260Z] --- PASS: TestDeadline (0.00s) [2021-03-09T00:52:15.260Z] === RUN TestDataLoss [2021-03-09T00:52:15.260Z] --- PASS: TestDataLoss (0.00s) [2021-03-09T00:52:15.260Z] === RUN TestUnavailable [2021-03-09T00:52:15.260Z] --- PASS: TestUnavailable (0.00s) [2021-03-09T00:52:15.260Z] === RUN TestSystem [2021-03-09T00:52:15.260Z] --- PASS: TestSystem (0.00s) [2021-03-09T00:52:15.260Z] === RUN TestFromStatusCode [2021-03-09T00:52:15.260Z] === RUN TestFromStatusCode/Not_Found [2021-03-09T00:52:15.260Z] === RUN TestFromStatusCode/Bad_Request [2021-03-09T00:52:15.260Z] === RUN TestFromStatusCode/Conflict [2021-03-09T00:52:15.260Z] === RUN TestFromStatusCode/Unauthorized [2021-03-09T00:52:15.260Z] === RUN TestFromStatusCode/Service_Unavailable [2021-03-09T00:52:15.260Z] === RUN TestFromStatusCode/Forbidden [2021-03-09T00:52:15.260Z] === RUN TestFromStatusCode/Not_Modified [2021-03-09T00:52:15.260Z] === RUN TestFromStatusCode/Not_Implemented [2021-03-09T00:52:15.260Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-03-09T00:52:15.260Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-03-09T00:52:15.260Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-03-09T00:52:15.260Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-03-09T00:52:15.260Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-03-09T00:52:15.260Z] --- PASS: TestFromStatusCode (0.00s) [2021-03-09T00:52:15.260Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-03-09T00:52:15.260Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-03-09T00:52:15.260Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-03-09T00:52:15.260Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-03-09T00:52:15.260Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-03-09T00:52:15.260Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-03-09T00:52:15.260Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-03-09T00:52:15.260Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-03-09T00:52:15.260Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-03-09T00:52:15.260Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-03-09T00:52:15.260Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-03-09T00:52:15.260Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-03-09T00:52:15.260Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-03-09T00:52:15.260Z] PASS [2021-03-09T00:52:15.260Z] coverage: 53.1% of statements [2021-03-09T00:52:15.260Z] ok github.com/docker/docker/errdefs 0.043s coverage: 53.1% of statements [2021-03-09T00:52:15.260Z] --- PASS: TestWhenEmptyAuthConfig (1.07s) [2021-03-09T00:52:15.260Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-03-09T00:52:15.260Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-03-09T00:52:15.260Z] === RUN TestTokenPassThru [2021-03-09T00:52:15.260Z] --- PASS: TestTokenPassThru (0.00s) [2021-03-09T00:52:15.260Z] === RUN TestTokenPassThruDifferentHost [2021-03-09T00:52:15.260Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-03-09T00:52:15.260Z] PASS [2021-03-09T00:52:15.260Z] coverage: 23.6% of statements [2021-03-09T00:52:15.260Z] ok github.com/docker/docker/distribution 1.471s coverage: 23.6% of statements [2021-03-09T00:52:15.321Z] --- PASS: TestResize (0.53s) [2021-03-09T00:52:15.321Z] === RUN TestResizeWithInvalidSize [2021-03-09T00:52:15.724Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-09T00:52:15.724Z] --- PASS: TestInactiveJobs (0.40s) [2021-03-09T00:52:15.724Z] === RUN TestWatchRelease [2021-03-09T00:52:15.724Z] --- PASS: TestWatchRelease (0.05s) [2021-03-09T00:52:15.724Z] === RUN TestWatchFinishedTransfer [2021-03-09T00:52:15.724Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-03-09T00:52:15.724Z] === RUN TestDuplicateTransfer [2021-03-09T00:52:15.724Z] --- PASS: TestDuplicateTransfer (0.05s) [2021-03-09T00:52:15.724Z] === RUN TestSuccessfulUpload [2021-03-09T00:52:15.958Z] --- PASS: TestResizeWithInvalidSize (0.56s) [2021-03-09T00:52:15.958Z] === RUN TestResizeWhenContainerNotStarted [2021-03-09T00:52:16.188Z] time="2021-03-09T00:52:15Z" level=error msg="Upload failed, retrying: simulating retry" [2021-03-09T00:52:16.188Z] --- PASS: TestSuccessfulUpload (0.61s) [2021-03-09T00:52:16.188Z] === RUN TestCancelledUpload [2021-03-09T00:52:16.188Z] --- PASS: TestCancelledUpload (0.00s) [2021-03-09T00:52:16.188Z] PASS [2021-03-09T00:52:16.188Z] coverage: 76.8% of statements [2021-03-09T00:52:16.188Z] ok github.com/docker/docker/distribution/xfer 2.099s coverage: 76.8% of statements [2021-03-09T00:52:16.188Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-09T00:52:16.601Z] --- PASS: TestResizeWhenContainerNotStarted (0.55s) [2021-03-09T00:52:16.601Z] === RUN TestDaemonRestartKillContainers [2021-03-09T00:52:16.601Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-09T00:52:16.601Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-09T00:52:16.601Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-09T00:52:16.601Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-09T00:52:16.601Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-09T00:52:16.601Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-09T00:52:16.601Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-09T00:52:16.601Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-09T00:52:16.601Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-09T00:52:16.601Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-09T00:52:16.601Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-09T00:52:16.601Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-09T00:52:16.601Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-09T00:52:16.601Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-09T00:52:16.601Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-09T00:52:16.601Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-09T00:52:16.601Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:52:16.601Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:52:16.601Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:52:16.601Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:52:16.601Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:52:16.601Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:52:16.601Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:52:16.601Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:52:16.601Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-09T00:52:16.601Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-09T00:52:16.601Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:52:16.601Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:52:17.166Z] === RUN TestCompare [2021-03-09T00:52:17.166Z] --- PASS: TestCompare (0.00s) [2021-03-09T00:52:17.166Z] PASS [2021-03-09T00:52:17.166Z] coverage: 19.2% of statements [2021-03-09T00:52:17.166Z] ok github.com/docker/docker/image/cache 0.150s coverage: 19.2% of statements [2021-03-09T00:52:17.166Z] === RUN TestFSGetInvalidData [2021-03-09T00:52:17.166Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-03-09T00:52:17.166Z] === RUN TestFSInvalidSet [2021-03-09T00:52:17.166Z] --- PASS: TestFSInvalidSet (0.01s) [2021-03-09T00:52:17.166Z] === RUN TestFSInvalidRoot [2021-03-09T00:52:17.166Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-03-09T00:52:17.166Z] === RUN TestFSMetadataGetSet [2021-03-09T00:52:17.166Z] --- PASS: TestFSMetadataGetSet (0.06s) [2021-03-09T00:52:17.166Z] === RUN TestFSInvalidWalker [2021-03-09T00:52:17.166Z] --- PASS: TestFSInvalidWalker (0.02s) [2021-03-09T00:52:17.166Z] === RUN TestFSGetSet [2021-03-09T00:52:17.166Z] --- PASS: TestFSGetSet (0.02s) [2021-03-09T00:52:17.166Z] === RUN TestFSGetUnsetKey [2021-03-09T00:52:17.166Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-03-09T00:52:17.166Z] === RUN TestFSGetEmptyData [2021-03-09T00:52:17.166Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-03-09T00:52:17.166Z] === RUN TestFSDelete [2021-03-09T00:52:17.166Z] --- PASS: TestFSDelete (0.01s) [2021-03-09T00:52:17.166Z] === RUN TestFSWalker [2021-03-09T00:52:17.166Z] --- PASS: TestFSWalker (0.10s) [2021-03-09T00:52:17.166Z] === RUN TestFSWalkerStopOnError [2021-03-09T00:52:17.166Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-03-09T00:52:17.166Z] === RUN TestNewFromJSON [2021-03-09T00:52:17.166Z] --- PASS: TestNewFromJSON (0.00s) [2021-03-09T00:52:17.166Z] === RUN TestNewFromJSONWithInvalidJSON [2021-03-09T00:52:17.630Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-03-09T00:52:17.630Z] === RUN TestMarshalKeyOrder [2021-03-09T00:52:17.630Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-03-09T00:52:17.630Z] === RUN TestHistoryEqual [2021-03-09T00:52:17.630Z] --- PASS: TestHistoryEqual (0.10s) [2021-03-09T00:52:17.630Z] === RUN TestImage [2021-03-09T00:52:17.630Z] --- PASS: TestImage (0.00s) [2021-03-09T00:52:17.630Z] === RUN TestImageOSNotEmpty [2021-03-09T00:52:17.630Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-03-09T00:52:17.630Z] === RUN TestNewChildImageFromImageWithRootFS [2021-03-09T00:52:17.630Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-03-09T00:52:17.630Z] === RUN TestCreate [2021-03-09T00:52:17.630Z] --- PASS: TestCreate (0.01s) [2021-03-09T00:52:17.630Z] === RUN TestRestore [2021-03-09T00:52:17.630Z] time="2021-03-09T00:52:17Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-03-09T00:52:17.630Z] --- PASS: TestRestore (0.03s) [2021-03-09T00:52:17.630Z] === RUN TestAddDelete [2021-03-09T00:52:17.630Z] --- PASS: TestAddDelete (0.02s) [2021-03-09T00:52:17.630Z] === RUN TestSearchAfterDelete [2021-03-09T00:52:17.630Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-03-09T00:52:17.630Z] === RUN TestParentReset [2021-03-09T00:52:17.630Z] --- PASS: TestParentReset (0.02s) [2021-03-09T00:52:17.630Z] === RUN TestGetAndSetLastUpdated [2021-03-09T00:52:17.630Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-03-09T00:52:17.630Z] === RUN TestStoreLen [2021-03-09T00:52:17.630Z] --- PASS: TestStoreLen (0.05s) [2021-03-09T00:52:17.630Z] PASS [2021-03-09T00:52:17.630Z] coverage: 86.6% of statements [2021-03-09T00:52:17.630Z] ok github.com/docker/docker/image 0.608s coverage: 86.6% of statements [2021-03-09T00:52:17.630Z] === RUN TestValidateManifest [2021-03-09T00:52:17.630Z] === RUN TestValidateManifest/nil [2021-03-09T00:52:17.630Z] === RUN TestValidateManifest/non-nil [2021-03-09T00:52:17.630Z] --- PASS: TestValidateManifest (0.00s) [2021-03-09T00:52:17.630Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-03-09T00:52:17.630Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-03-09T00:52:17.630Z] PASS [2021-03-09T00:52:17.630Z] coverage: 0.6% of statements [2021-03-09T00:52:17.630Z] ok github.com/docker/docker/image/tarexport 0.067s coverage: 0.6% of statements [2021-03-09T00:52:18.282Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-03-09T00:52:18.294Z] --- PASS: TestServiceUpdateNetwork (12.78s) [2021-03-09T00:52:18.294Z] === RUN TestServiceUpdatePidsLimit [2021-03-09T00:52:18.294Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-09T00:52:18.294Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-09T00:52:18.607Z] === RUN TestMakeV1ConfigFromConfig [2021-03-09T00:52:18.607Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-03-09T00:52:18.607Z] PASS [2021-03-09T00:52:18.607Z] coverage: 25.0% of statements [2021-03-09T00:52:18.607Z] ok github.com/docker/docker/image/v1 0.078s coverage: 25.0% of statements [2021-03-09T00:52:18.607Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-09T00:52:18.704Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-09T00:52:18.704Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-09T00:52:18.850Z] Copying nested executables into bundles/cross/linux/amd64 [2021-03-09T00:52:19.260Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-03-09T00:52:19.260Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-03-09T00:52:19.347Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-09T00:52:19.347Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-09T00:52:19.585Z] === RUN TestSerialization [2021-03-09T00:52:19.585Z] --- PASS: TestSerialization (0.02s) [2021-03-09T00:52:19.585Z] PASS [2021-03-09T00:52:19.585Z] coverage: 100.0% of statements [2021-03-09T00:52:19.585Z] ok github.com/docker/docker/libcontainerd/queue 0.064s coverage: 100.0% of statements [2021-03-09T00:52:20.000Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-09T00:52:20.048Z] === RUN TestEmptyLayer [2021-03-09T00:52:20.048Z] --- PASS: TestEmptyLayer (0.00s) [2021-03-09T00:52:20.048Z] === RUN TestCommitFailure [2021-03-09T00:52:20.048Z] --- PASS: TestCommitFailure (0.05s) [2021-03-09T00:52:20.048Z] === RUN TestStartTransactionFailure [2021-03-09T00:52:20.048Z] --- PASS: TestStartTransactionFailure (0.01s) [2021-03-09T00:52:20.048Z] === RUN TestGetOrphan [2021-03-09T00:52:20.048Z] --- PASS: TestGetOrphan (0.01s) [2021-03-09T00:52:20.048Z] === RUN TestMountAndRegister [2021-03-09T00:52:20.225Z] Cross building: bundles/cross/windows/amd64 [2021-03-09T00:52:20.225Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-03-09T00:52:20.225Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-03-09T00:52:20.302Z] --- PASS: TestCreateServiceMultipleTimes (19.69s) [2021-03-09T00:52:20.302Z] === RUN TestCreateServiceConflict [2021-03-09T00:52:20.512Z] --- PASS: TestMountAndRegister (0.05s) [2021-03-09T00:52:20.512Z] layer_test.go:271: Layer size: 14 [2021-03-09T00:52:20.512Z] === RUN TestLayerRelease [2021-03-09T00:52:20.512Z] --- SKIP: TestLayerRelease (0.00s) [2021-03-09T00:52:20.512Z] layer_test.go:304: Failing on Windows [2021-03-09T00:52:20.512Z] === RUN TestStoreRestore [2021-03-09T00:52:20.512Z] --- SKIP: TestStoreRestore (0.00s) [2021-03-09T00:52:20.512Z] layer_test.go:353: Failing on Windows [2021-03-09T00:52:20.512Z] === RUN TestTarStreamStability [2021-03-09T00:52:20.512Z] --- SKIP: TestTarStreamStability (0.00s) [2021-03-09T00:52:20.512Z] layer_test.go:468: Failing on Windows [2021-03-09T00:52:20.512Z] === RUN TestRegisterExistingLayer [2021-03-09T00:52:20.512Z] --- PASS: TestRegisterExistingLayer (0.14s) [2021-03-09T00:52:20.512Z] === RUN TestTarStreamVerification [2021-03-09T00:52:20.513Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-03-09T00:52:20.513Z] layer_test.go:697: Failing on Windows [2021-03-09T00:52:20.513Z] === RUN TestLayerMigration [2021-03-09T00:52:20.513Z] --- SKIP: TestLayerMigration (0.00s) [2021-03-09T00:52:20.513Z] migration_test.go:46: Failing on Windows [2021-03-09T00:52:20.513Z] === RUN TestLayerMigrationNoTarsplit [2021-03-09T00:52:20.513Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-03-09T00:52:20.513Z] migration_test.go:182: Failing on Windows [2021-03-09T00:52:20.513Z] === RUN TestMountInit [2021-03-09T00:52:20.513Z] --- SKIP: TestMountInit (0.00s) [2021-03-09T00:52:20.513Z] mount_test.go:17: Failing on Windows [2021-03-09T00:52:20.513Z] === RUN TestMountSize [2021-03-09T00:52:20.513Z] --- SKIP: TestMountSize (0.00s) [2021-03-09T00:52:20.513Z] mount_test.go:76: Failing on Windows [2021-03-09T00:52:20.513Z] === RUN TestMountChanges [2021-03-09T00:52:20.513Z] --- SKIP: TestMountChanges (0.00s) [2021-03-09T00:52:20.513Z] mount_test.go:125: Failing on Windows [2021-03-09T00:52:20.513Z] === RUN TestMountApply [2021-03-09T00:52:20.513Z] --- SKIP: TestMountApply (0.00s) [2021-03-09T00:52:20.513Z] mount_test.go:212: Failing on Windows [2021-03-09T00:52:20.513Z] PASS [2021-03-09T00:52:20.513Z] coverage: 30.1% of statements [2021-03-09T00:52:20.513Z] ok github.com/docker/docker/layer 0.338s coverage: 30.1% of statements [2021-03-09T00:52:20.513Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-09T00:52:20.976Z] === RUN TestEnvironmentParsing [2021-03-09T00:52:20.976Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-03-09T00:52:20.976Z] PASS [2021-03-09T00:52:20.976Z] coverage: 1.0% of statements [2021-03-09T00:52:20.976Z] ok github.com/docker/docker/libcontainerd/local 0.147s coverage: 1.0% of statements [2021-03-09T00:52:20.976Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-09T00:52:20.976Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-09T00:52:20.976Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-03-09T00:52:20.976Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-03-09T00:52:20.976Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-03-09T00:52:20.977Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-03-09T00:52:20.977Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-03-09T00:52:20.977Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-03-09T00:52:20.977Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-03-09T00:52:20.977Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-03-09T00:52:20.977Z] PASS [2021-03-09T00:52:20.977Z] coverage: 42.3% of statements [2021-03-09T00:52:20.977Z] ok github.com/docker/docker/oci 0.071s coverage: 42.3% of statements [2021-03-09T00:52:20.977Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-09T00:52:21.070Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-09T00:52:21.243Z] --- PASS: TestCreateServiceConflict (3.25s) [2021-03-09T00:52:21.243Z] === RUN TestCreateServiceMaxReplicas [2021-03-09T00:52:21.441Z] === RUN TestParseVersion [2021-03-09T00:52:21.441Z] --- PASS: TestParseVersion (0.00s) [2021-03-09T00:52:21.441Z] PASS [2021-03-09T00:52:21.441Z] coverage: 52.9% of statements [2021-03-09T00:52:21.441Z] ok github.com/docker/docker/pkg/aaparser 0.037s coverage: 52.9% of statements [2021-03-09T00:52:21.904Z] === RUN TestAddressPoolOpt [2021-03-09T00:52:21.904Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/a [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/something [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/_=a [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/env1=value1 [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/_env1=value1 [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/env2=value2=value3 [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/env3=abc!qwe [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/env_4=value_4 [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/PATH [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/=a [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/PATH= [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/PATH=something [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/asd!qwe [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/1asd [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/123 [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/some_space [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/__some_space_before [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/some_space_after__ [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/= [2021-03-09T00:52:21.904Z] === RUN TestValidateEnv/PaTh [2021-03-09T00:52:21.904Z] --- PASS: TestValidateEnv (0.00s) [2021-03-09T00:52:21.904Z] --- PASS: TestValidateEnv/a (0.00s) [2021-03-09T00:52:21.904Z] --- PASS: TestValidateEnv/something (0.00s) [2021-03-09T00:52:21.904Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-03-09T00:52:21.904Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-03-09T00:52:21.904Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-03-09T00:52:21.904Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-03-09T00:52:21.904Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-03-09T00:52:21.904Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-03-09T00:52:21.904Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-03-09T00:52:21.904Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-03-09T00:52:21.904Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-03-09T00:52:21.904Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateEnv/= (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestParseHost [2021-03-09T00:52:21.905Z] --- PASS: TestParseHost (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestParseDockerDaemonHost [2021-03-09T00:52:21.905Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestParseTCP [2021-03-09T00:52:21.905Z] --- PASS: TestParseTCP (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestParseInvalidUnixAddrInvalid [2021-03-09T00:52:21.905Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestValidateExtraHosts [2021-03-09T00:52:21.905Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestIpOptString [2021-03-09T00:52:21.905Z] --- PASS: TestIpOptString (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestNewIpOptInvalidDefaultVal [2021-03-09T00:52:21.905Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestNewIpOptValidDefaultVal [2021-03-09T00:52:21.905Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestIpOptSetInvalidVal [2021-03-09T00:52:21.905Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestValidateIPAddress [2021-03-09T00:52:21.905Z] --- PASS: TestValidateIPAddress (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestMapOpts [2021-03-09T00:52:21.905Z] --- PASS: TestMapOpts (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestListOptsWithoutValidator [2021-03-09T00:52:21.905Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestListOptsWithValidator [2021-03-09T00:52:21.905Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestValidateDNSSearch [2021-03-09T00:52:21.905Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestValidateLabel [2021-03-09T00:52:21.905Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-03-09T00:52:21.905Z] === RUN TestValidateLabel/label_with_general_format [2021-03-09T00:52:21.905Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-03-09T00:52:21.905Z] === RUN TestValidateLabel/label_with_one_more [2021-03-09T00:52:21.905Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-03-09T00:52:21.905Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-03-09T00:52:21.905Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-03-09T00:52:21.905Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-03-09T00:52:21.905Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-03-09T00:52:21.905Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-03-09T00:52:21.905Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-03-09T00:52:21.905Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-03-09T00:52:21.905Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-03-09T00:52:21.905Z] --- PASS: TestValidateLabel (0.01s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.01s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-03-09T00:52:21.905Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestNamedListOpts [2021-03-09T00:52:21.905Z] --- PASS: TestNamedListOpts (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestNamedMapOpts [2021-03-09T00:52:21.905Z] --- PASS: TestNamedMapOpts (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestParseLink [2021-03-09T00:52:21.905Z] --- PASS: TestParseLink (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestQuotedStringSetWithQuotes [2021-03-09T00:52:21.905Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-03-09T00:52:21.905Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestQuotedStringSetWithNoQuotes [2021-03-09T00:52:21.905Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-03-09T00:52:21.905Z] === RUN TestUlimitOpt [2021-03-09T00:52:21.905Z] --- PASS: TestUlimitOpt (0.00s) [2021-03-09T00:52:21.905Z] PASS [2021-03-09T00:52:21.905Z] coverage: 67.1% of statements [2021-03-09T00:52:21.905Z] ok github.com/docker/docker/opts 0.132s coverage: 67.1% of statements [2021-03-09T00:52:22.882Z] === RUN TestPeerCertificateMarshalJSON [2021-03-09T00:52:22.882Z] === RUN TestUnbuffered [2021-03-09T00:52:22.882Z] --- PASS: TestUnbuffered (0.00s) [2021-03-09T00:52:22.882Z] === RUN TestRaceUnbuffered [2021-03-09T00:52:22.882Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-03-09T00:52:22.882Z] PASS [2021-03-09T00:52:22.882Z] coverage: 100.0% of statements [2021-03-09T00:52:22.882Z] ok github.com/docker/docker/pkg/broadcaster 0.053s coverage: 100.0% of statements [2021-03-09T00:52:23.172Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-09T00:52:23.172Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-09T00:52:23.346Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-03-09T00:52:23.346Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-03-09T00:52:23.346Z] --- PASS: TestPeerCertificateMarshalJSON (0.49s) [2021-03-09T00:52:23.346Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-03-09T00:52:23.346Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-03-09T00:52:23.346Z] === RUN TestMiddleware [2021-03-09T00:52:23.346Z] --- PASS: TestMiddleware (0.00s) [2021-03-09T00:52:23.346Z] === RUN TestNewResponseModifier [2021-03-09T00:52:23.346Z] --- PASS: TestNewResponseModifier (0.00s) [2021-03-09T00:52:23.346Z] PASS [2021-03-09T00:52:23.346Z] coverage: 26.8% of statements [2021-03-09T00:52:23.346Z] ok github.com/docker/docker/pkg/authorization 0.585s coverage: 26.8% of statements [2021-03-09T00:52:23.346Z] === RUN TestMatch [2021-03-09T00:52:23.346Z] === RUN TestMatch/[[]] [2021-03-09T00:52:23.346Z] === RUN TestMatch/[[foo]] [2021-03-09T00:52:23.346Z] === RUN TestMatch/[[bar]_[foo]] [2021-03-09T00:52:23.346Z] === RUN TestMatch/[[foo_bar]] [2021-03-09T00:52:23.346Z] === RUN TestMatch/[[qux]_[foo]] [2021-03-09T00:52:23.346Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-03-09T00:52:23.346Z] === RUN TestMatch/[] [2021-03-09T00:52:23.346Z] === RUN TestMatch/[]#01 [2021-03-09T00:52:23.346Z] === RUN TestMatch/[[qux]] [2021-03-09T00:52:23.346Z] === RUN TestMatch/[[foo_bar_qux]] [2021-03-09T00:52:23.346Z] === RUN TestMatch/[[qux]_[baz]] [2021-03-09T00:52:23.346Z] === RUN TestMatch/[[foo_baz]] [2021-03-09T00:52:23.346Z] --- PASS: TestMatch (0.00s) [2021-03-09T00:52:23.346Z] --- PASS: TestMatch/[[]] (0.00s) [2021-03-09T00:52:23.346Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-03-09T00:52:23.346Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-03-09T00:52:23.346Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-03-09T00:52:23.346Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-03-09T00:52:23.346Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-03-09T00:52:23.346Z] --- PASS: TestMatch/[] (0.00s) [2021-03-09T00:52:23.346Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-03-09T00:52:23.346Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-03-09T00:52:23.346Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-03-09T00:52:23.346Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-03-09T00:52:23.346Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-03-09T00:52:23.346Z] PASS [2021-03-09T00:52:23.346Z] coverage: 87.5% of statements [2021-03-09T00:52:23.346Z] ok github.com/docker/docker/pkg/capabilities 0.052s coverage: 87.5% of statements [2021-03-09T00:52:24.333Z] === RUN TestIsArchivePathDir [2021-03-09T00:52:24.333Z] --- PASS: TestIsArchivePathDir (0.07s) [2021-03-09T00:52:24.333Z] === RUN TestIsArchivePathInvalidFile [2021-03-09T00:52:24.333Z] --- PASS: TestIsArchivePathInvalidFile (0.14s) [2021-03-09T00:52:24.333Z] === RUN TestIsArchivePathTar [2021-03-09T00:52:24.333Z] === RUN TestSizeEmpty [2021-03-09T00:52:24.333Z] --- PASS: TestSizeEmpty (0.00s) [2021-03-09T00:52:24.333Z] === RUN TestSizeEmptyFile [2021-03-09T00:52:24.333Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-03-09T00:52:24.333Z] === RUN TestSizeNonemptyFile [2021-03-09T00:52:24.333Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-03-09T00:52:24.333Z] === RUN TestSizeNestedDirectoryEmpty [2021-03-09T00:52:24.333Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-03-09T00:52:24.333Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-03-09T00:52:24.333Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-03-09T00:52:24.333Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-03-09T00:52:24.333Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-03-09T00:52:24.333Z] === RUN TestMoveToSubdir [2021-03-09T00:52:24.333Z] --- PASS: TestMoveToSubdir (0.00s) [2021-03-09T00:52:24.333Z] === RUN TestSizeNonExistingDirectory [2021-03-09T00:52:24.333Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-03-09T00:52:24.333Z] PASS [2021-03-09T00:52:24.333Z] coverage: 80.0% of statements [2021-03-09T00:52:24.333Z] ok github.com/docker/docker/pkg/directory 0.054s coverage: 80.0% of statements [2021-03-09T00:52:24.333Z] --- PASS: TestIsArchivePathTar (0.25s) [2021-03-09T00:52:24.333Z] === RUN TestDecompressStreamGzip [2021-03-09T00:52:24.333Z] === RUN TestChrootTarUntar [2021-03-09T00:52:24.333Z] --- SKIP: TestChrootTarUntar (0.01s) [2021-03-09T00:52:24.333Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:52:24.333Z] === RUN TestChrootUntarWithHugeExcludesList [2021-03-09T00:52:24.333Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-03-09T00:52:24.333Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:52:24.333Z] === RUN TestChrootUntarEmptyArchive [2021-03-09T00:52:24.333Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-03-09T00:52:24.333Z] === RUN TestChrootTarUntarWithSymlink [2021-03-09T00:52:24.510Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-03-09T00:52:24.798Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-03-09T00:52:24.798Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-09T00:52:24.798Z] === RUN TestChrootCopyWithTar [2021-03-09T00:52:24.798Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-03-09T00:52:24.798Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-09T00:52:24.798Z] === RUN TestChrootCopyFileWithTar [2021-03-09T00:52:24.798Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-03-09T00:52:24.798Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:52:24.798Z] === RUN TestChrootUntarPath [2021-03-09T00:52:24.798Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-03-09T00:52:24.798Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-09T00:52:24.798Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-03-09T00:52:24.798Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.01s) [2021-03-09T00:52:24.798Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:52:24.798Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-03-09T00:52:24.798Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.01s) [2021-03-09T00:52:24.798Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:52:24.798Z] === RUN TestChrootApplyDotDotFile [2021-03-09T00:52:24.798Z] --- SKIP: TestChrootApplyDotDotFile (0.01s) [2021-03-09T00:52:24.798Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:52:24.798Z] PASS [2021-03-09T00:52:24.798Z] coverage: 15.4% of statements [2021-03-09T00:52:24.798Z] ok github.com/docker/docker/pkg/chrootarchive 0.130s coverage: 15.4% of statements [2021-03-09T00:52:24.798Z] --- PASS: TestDecompressStreamGzip (0.29s) [2021-03-09T00:52:24.798Z] === RUN TestDecompressStreamBzip2 [2021-03-09T00:52:24.798Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2021-03-09T00:52:24.798Z] === RUN TestDecompressStreamXz [2021-03-09T00:52:24.798Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-03-09T00:52:24.798Z] archive_test.go:134: Xz not present in msys2 [2021-03-09T00:52:24.798Z] === RUN TestCompressStreamXzUnsupported [2021-03-09T00:52:24.798Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-03-09T00:52:24.798Z] === RUN TestCompressStreamBzip2Unsupported [2021-03-09T00:52:24.798Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-03-09T00:52:24.798Z] === RUN TestCompressStreamInvalid [2021-03-09T00:52:24.798Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-03-09T00:52:24.798Z] === RUN TestExtensionInvalid [2021-03-09T00:52:24.798Z] --- PASS: TestExtensionInvalid (0.00s) [2021-03-09T00:52:24.798Z] === RUN TestExtensionUncompressed [2021-03-09T00:52:24.798Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-03-09T00:52:24.798Z] === RUN TestExtensionBzip2 [2021-03-09T00:52:24.798Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-03-09T00:52:24.798Z] === RUN TestExtensionGzip [2021-03-09T00:52:24.798Z] --- PASS: TestExtensionGzip (0.00s) [2021-03-09T00:52:24.798Z] === RUN TestExtensionXz [2021-03-09T00:52:24.798Z] --- PASS: TestExtensionXz (0.00s) [2021-03-09T00:52:24.798Z] === RUN TestCmdStreamLargeStderr [2021-03-09T00:52:25.258Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-09T00:52:25.258Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.90s) [2021-03-09T00:52:25.258Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.93s) [2021-03-09T00:52:25.258Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.86s) [2021-03-09T00:52:25.258Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.87s) [2021-03-09T00:52:25.258Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.66s) [2021-03-09T00:52:25.258Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.37s) [2021-03-09T00:52:25.258Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.66s) [2021-03-09T00:52:25.258Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.57s) [2021-03-09T00:52:25.258Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.73s) [2021-03-09T00:52:25.258Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.60s) [2021-03-09T00:52:25.258Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.53s) [2021-03-09T00:52:25.258Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.97s) [2021-03-09T00:52:25.258Z] === RUN TestCgroupNamespacesRun [2021-03-09T00:52:25.262Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2021-03-09T00:52:25.262Z] === RUN TestCmdStreamBad [2021-03-09T00:52:25.262Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-03-09T00:52:25.262Z] archive_test.go:239: Failing on Windows CI machines [2021-03-09T00:52:25.262Z] === RUN TestCmdStreamGood [2021-03-09T00:52:25.262Z] --- PASS: TestCmdStreamGood (0.14s) [2021-03-09T00:52:25.262Z] === RUN TestUntarPathWithInvalidDest [2021-03-09T00:52:25.262Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2021-03-09T00:52:25.262Z] === RUN TestUntarPathWithInvalidSrc [2021-03-09T00:52:25.262Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-03-09T00:52:25.262Z] === RUN TestUntarPath [2021-03-09T00:52:25.262Z] === RUN Test [2021-03-09T00:52:25.262Z] === RUN Test/TestContainsEntry [2021-03-09T00:52:25.262Z] === RUN Test/TestCreateEntries [2021-03-09T00:52:25.262Z] === RUN Test/TestEntriesDiff [2021-03-09T00:52:25.262Z] === RUN Test/TestEntriesEquality [2021-03-09T00:52:25.262Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-03-09T00:52:25.262Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-03-09T00:52:25.262Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-03-09T00:52:25.262Z] === RUN Test/TestGeneratorNotGenerate [2021-03-09T00:52:25.262Z] === RUN Test/TestGeneratorWithPort [2021-03-09T00:52:25.262Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-03-09T00:52:25.262Z] === RUN Test/TestNewEntry [2021-03-09T00:52:25.262Z] === RUN Test/TestParse [2021-03-09T00:52:25.262Z] --- PASS: Test (0.00s) [2021-03-09T00:52:25.262Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-03-09T00:52:25.262Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-03-09T00:52:25.262Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-03-09T00:52:25.262Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-03-09T00:52:25.262Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-03-09T00:52:25.262Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-03-09T00:52:25.262Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-03-09T00:52:25.262Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-03-09T00:52:25.262Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-03-09T00:52:25.262Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-03-09T00:52:25.262Z] --- PASS: Test/TestNewEntry (0.00s) [2021-03-09T00:52:25.262Z] --- PASS: Test/TestParse (0.00s) [2021-03-09T00:52:25.262Z] PASS [2021-03-09T00:52:25.262Z] coverage: 58.3% of statements [2021-03-09T00:52:25.262Z] --- PASS: TestUntarPath (0.06s) [2021-03-09T00:52:25.263Z] === RUN TestUntarPathWithDestinationFile [2021-03-09T00:52:25.263Z] ok github.com/docker/docker/pkg/discovery 0.041s coverage: 58.3% of statements [2021-03-09T00:52:25.263Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2021-03-09T00:52:25.263Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-03-09T00:52:25.263Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s) [2021-03-09T00:52:25.263Z] === RUN TestCopyWithTarInvalidSrc [2021-03-09T00:52:25.263Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-03-09T00:52:25.263Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-03-09T00:52:25.263Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-03-09T00:52:25.263Z] === RUN TestCopyWithTarSrcFile [2021-03-09T00:52:25.263Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-03-09T00:52:25.263Z] === RUN TestCopyWithTarSrcFolder [2021-03-09T00:52:25.263Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-03-09T00:52:25.263Z] === RUN TestCopyFileWithTarInvalidSrc [2021-03-09T00:52:25.263Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-03-09T00:52:25.263Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-03-09T00:52:25.263Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-03-09T00:52:25.263Z] === RUN TestCopyFileWithTarSrcFolder [2021-03-09T00:52:25.263Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-03-09T00:52:25.263Z] === RUN TestCopyFileWithTarSrcFile [2021-03-09T00:52:25.263Z] --- PASS: TestCopyFileWithTarSrcFile (0.03s) [2021-03-09T00:52:25.263Z] === RUN TestTarFiles [2021-03-09T00:52:25.445Z] --- PASS: TestCreateServiceMaxReplicas (3.58s) [2021-03-09T00:52:25.445Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-09T00:52:26.240Z] === RUN Test [2021-03-09T00:52:26.240Z] === RUN Test/TestContent [2021-03-09T00:52:26.240Z] === RUN Test/TestInitialize [2021-03-09T00:52:26.240Z] === RUN Test/TestNew [2021-03-09T00:52:26.240Z] === RUN Test/TestParsingContentsWithComments [2021-03-09T00:52:26.240Z] === RUN Test/TestRegister [2021-03-09T00:52:26.240Z] === RUN Test/TestWatch [2021-03-09T00:52:26.240Z] --- PASS: Test (0.04s) [2021-03-09T00:52:26.240Z] --- PASS: Test/TestContent (0.00s) [2021-03-09T00:52:26.241Z] --- PASS: Test/TestInitialize (0.00s) [2021-03-09T00:52:26.241Z] --- PASS: Test/TestNew (0.00s) [2021-03-09T00:52:26.241Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-03-09T00:52:26.241Z] --- PASS: Test/TestRegister (0.00s) [2021-03-09T00:52:26.241Z] --- PASS: Test/TestWatch (0.04s) [2021-03-09T00:52:26.241Z] PASS [2021-03-09T00:52:26.241Z] coverage: 92.9% of statements [2021-03-09T00:52:26.241Z] ok github.com/docker/docker/pkg/discovery/file 0.147s coverage: 92.9% of statements [2021-03-09T00:52:26.307Z] --- PASS: TestCgroupNamespacesRun (1.38s) [2021-03-09T00:52:26.307Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-09T00:52:26.425Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-09T00:52:27.026Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-03-09T00:52:27.221Z] === RUN Test [2021-03-09T00:52:27.221Z] === RUN Test/TestWatch [2021-03-09T00:52:27.221Z] --- PASS: Test (0.06s) [2021-03-09T00:52:27.221Z] --- PASS: Test/TestWatch (0.06s) [2021-03-09T00:52:27.221Z] PASS [2021-03-09T00:52:27.221Z] coverage: 92.3% of statements [2021-03-09T00:52:27.221Z] ok github.com/docker/docker/pkg/discovery/memory 0.163s coverage: 92.3% of statements [2021-03-09T00:52:27.221Z] === RUN Test [2021-03-09T00:52:27.221Z] === RUN Test/TestInitialize [2021-03-09T00:52:27.221Z] time="2021-03-09T00:52:26Z" level=info msg="Initializing discovery without TLS" [2021-03-09T00:52:27.221Z] time="2021-03-09T00:52:26Z" level=info msg="Initializing discovery without TLS" [2021-03-09T00:52:27.221Z] time="2021-03-09T00:52:26Z" level=info msg="Initializing discovery without TLS" [2021-03-09T00:52:27.221Z] === RUN Test/TestInitializeWithCerts [2021-03-09T00:52:27.221Z] time="2021-03-09T00:52:26Z" level=info msg="Initializing discovery with TLS" [2021-03-09T00:52:27.221Z] === RUN Test/TestWatch [2021-03-09T00:52:27.221Z] time="2021-03-09T00:52:27Z" level=info msg="Initializing discovery without TLS" [2021-03-09T00:52:27.221Z] === RUN Test [2021-03-09T00:52:27.221Z] === RUN Test/TestInitialize [2021-03-09T00:52:27.221Z] === RUN Test/TestInitializeWithPattern [2021-03-09T00:52:27.221Z] === RUN Test/TestRegister [2021-03-09T00:52:27.221Z] === RUN Test/TestWatch [2021-03-09T00:52:27.221Z] --- PASS: Test (0.00s) [2021-03-09T00:52:27.221Z] --- PASS: Test/TestInitialize (0.00s) [2021-03-09T00:52:27.221Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-03-09T00:52:27.221Z] --- PASS: Test/TestRegister (0.00s) [2021-03-09T00:52:27.221Z] --- PASS: Test/TestWatch (0.00s) [2021-03-09T00:52:27.221Z] PASS [2021-03-09T00:52:27.221Z] coverage: 93.8% of statements [2021-03-09T00:52:27.221Z] ok github.com/docker/docker/pkg/discovery/nodes 0.038s coverage: 93.8% of statements [2021-03-09T00:52:27.832Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.34s) [2021-03-09T00:52:27.832Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-09T00:52:28.200Z] === RUN TestPollerAddRemove [2021-03-09T00:52:28.200Z] --- PASS: TestPollerAddRemove (0.00s) [2021-03-09T00:52:28.200Z] === RUN TestPollerEvent [2021-03-09T00:52:28.200Z] --- SKIP: TestPollerEvent (0.00s) [2021-03-09T00:52:28.200Z] poller_test.go:41: No chmod on Windows [2021-03-09T00:52:28.200Z] === RUN TestPollerClose [2021-03-09T00:52:28.200Z] --- PASS: TestPollerClose (0.00s) [2021-03-09T00:52:28.200Z] PASS [2021-03-09T00:52:28.200Z] coverage: 36.2% of statements [2021-03-09T00:52:28.200Z] ok github.com/docker/docker/pkg/filenotify 0.064s coverage: 36.2% of statements [2021-03-09T00:52:28.664Z] === RUN TestCopyFileWithInvalidSrc [2021-03-09T00:52:29.128Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestCopyFileWithInvalidDest [2021-03-09T00:52:29.128Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestCopyFileWithSameSrcAndDest [2021-03-09T00:52:29.128Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-03-09T00:52:29.128Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestCopyFile [2021-03-09T00:52:29.128Z] --- PASS: TestCopyFile (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-03-09T00:52:29.128Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-03-09T00:52:29.128Z] fileutils_test.go:134: Needs porting to Windows [2021-03-09T00:52:29.128Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-03-09T00:52:29.128Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestReadSymlinkedDirectoryToFile [2021-03-09T00:52:29.128Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-03-09T00:52:29.128Z] fileutils_test.go:180: Needs porting to Windows [2021-03-09T00:52:29.128Z] === RUN TestWildcardMatches [2021-03-09T00:52:29.128Z] --- PASS: TestWildcardMatches (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestPatternMatches [2021-03-09T00:52:29.128Z] --- PASS: TestPatternMatches (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-03-09T00:52:29.128Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestPatternMatchesFolderExclusions [2021-03-09T00:52:29.128Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-03-09T00:52:29.128Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-03-09T00:52:29.128Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-03-09T00:52:29.128Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-03-09T00:52:29.128Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestSingleExclamationError [2021-03-09T00:52:29.128Z] --- PASS: TestSingleExclamationError (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestMatchesWithNoPatterns [2021-03-09T00:52:29.128Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestMatchesWithMalformedPatterns [2021-03-09T00:52:29.128Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestMatches [2021-03-09T00:52:29.128Z] --- PASS: TestMatches (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestCleanPatterns [2021-03-09T00:52:29.128Z] --- PASS: TestCleanPatterns (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-03-09T00:52:29.128Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestCleanPatternsExceptionFlag [2021-03-09T00:52:29.128Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-03-09T00:52:29.128Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-03-09T00:52:29.128Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestCleanPatternsErrorSingleException [2021-03-09T00:52:29.128Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestCreateIfNotExistsDir [2021-03-09T00:52:29.128Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestCreateIfNotExistsFile [2021-03-09T00:52:29.128Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-03-09T00:52:29.128Z] === RUN TestMatch [2021-03-09T00:52:29.128Z] --- PASS: TestMatch (0.00s) [2021-03-09T00:52:29.128Z] PASS [2021-03-09T00:52:29.128Z] coverage: 87.7% of statements [2021-03-09T00:52:29.128Z] ok github.com/docker/docker/pkg/fileutils 0.108s coverage: 87.7% of statements [2021-03-09T00:52:29.347Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.38s) [2021-03-09T00:52:29.347Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-09T00:52:29.592Z] === RUN TestGet [2021-03-09T00:52:29.592Z] --- PASS: TestGet (0.00s) [2021-03-09T00:52:29.592Z] === RUN TestGetShortcutString [2021-03-09T00:52:29.592Z] --- PASS: TestGetShortcutString (0.00s) [2021-03-09T00:52:29.592Z] PASS [2021-03-09T00:52:29.592Z] coverage: 42.9% of statements [2021-03-09T00:52:29.592Z] ok github.com/docker/docker/pkg/homedir 0.046s coverage: 42.9% of statements [2021-03-09T00:52:30.055Z] --- PASS: Test (3.12s) [2021-03-09T00:52:30.055Z] --- PASS: Test/TestInitialize (0.11s) [2021-03-09T00:52:30.055Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-03-09T00:52:30.055Z] --- PASS: Test/TestWatch (3.00s) [2021-03-09T00:52:30.055Z] PASS [2021-03-09T00:52:30.055Z] coverage: 84.1% of statements [2021-03-09T00:52:30.394Z] --- PASS: TestCgroupNamespacesRunHostMode (1.40s) [2021-03-09T00:52:30.394Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-09T00:52:30.520Z] ok github.com/docker/docker/pkg/discovery/kv 3.209s coverage: 84.1% of statements [2021-03-09T00:52:30.520Z] === RUN TestCreateIDMapOrder [2021-03-09T00:52:30.520Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-03-09T00:52:30.520Z] PASS [2021-03-09T00:52:30.520Z] coverage: 7.2% of statements [2021-03-09T00:52:30.520Z] ok github.com/docker/docker/pkg/idtools 0.043s coverage: 7.2% of statements [2021-03-09T00:52:30.520Z] --- PASS: TestTarFiles (5.14s) [2021-03-09T00:52:30.520Z] === RUN TestTarUntar [2021-03-09T00:52:30.520Z] --- PASS: TestTarUntar (0.03s) [2021-03-09T00:52:30.520Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-03-09T00:52:30.520Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-03-09T00:52:30.520Z] === RUN TestTarWithOptions [2021-03-09T00:52:30.520Z] --- PASS: TestTarWithOptions (0.02s) [2021-03-09T00:52:30.520Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-03-09T00:52:30.520Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-03-09T00:52:30.520Z] === RUN TestUntarUstarGnuConflict [2021-03-09T00:52:30.520Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-03-09T00:52:30.520Z] === RUN TestUntarInvalidFilenames [2021-03-09T00:52:30.984Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames024099370\\dest" [2021-03-09T00:52:30.984Z] --- PASS: TestUntarInvalidFilenames (0.13s) [2021-03-09T00:52:30.984Z] === RUN TestUntarHardlinkToSymlink [2021-03-09T00:52:30.984Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-03-09T00:52:30.984Z] === RUN TestUntarInvalidHardlink [2021-03-09T00:52:30.984Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink590761307\\victim\\hello" -> "../victim/hello" [2021-03-09T00:52:30.984Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink129586430\\victim\\hello" -> "/../victim/hello" [2021-03-09T00:52:30.984Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink687761477\\victim" -> "../victim" [2021-03-09T00:52:30.984Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink092463840\\victim" -> "../victim" [2021-03-09T00:52:30.984Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink442662591\\victim" -> "../victim" [2021-03-09T00:52:30.984Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink848723218\\victim" -> "../victim" [2021-03-09T00:52:30.984Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-03-09T00:52:30.984Z] === RUN TestUntarInvalidSymlink [2021-03-09T00:52:30.984Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink205476169\\dest\\dotdot" -> "../victim/hello" [2021-03-09T00:52:30.984Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink146461716\\dest\\slash-dotdot" -> "/../victim/hello" [2021-03-09T00:52:30.984Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink476608099\\dest\\loophole-victim" -> "../victim" [2021-03-09T00:52:30.984Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink700648038\\dest\\loophole-victim" -> "../victim" [2021-03-09T00:52:30.984Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink568269453\\dest\\loophole-victim" -> "../victim" [2021-03-09T00:52:30.984Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink732192392\\dest\\loophole-victim" -> "../victim" [2021-03-09T00:52:30.984Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink958917703\\dest\\dir\\loophole" -> "../../victim" [2021-03-09T00:52:30.984Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2021-03-09T00:52:30.984Z] === RUN TestTempArchiveCloseMultipleTimes [2021-03-09T00:52:30.984Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-03-09T00:52:30.984Z] === RUN TestXGlobalNoParent [2021-03-09T00:52:30.984Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-03-09T00:52:30.984Z] === RUN TestReplaceFileTarWrapper [2021-03-09T00:52:30.984Z] --- PASS: TestReplaceFileTarWrapper (0.13s) [2021-03-09T00:52:30.984Z] === RUN TestPrefixHeaderReadable [2021-03-09T00:52:30.984Z] --- PASS: TestPrefixHeaderReadable (0.01s) [2021-03-09T00:52:30.984Z] === RUN TestDisablePigz [2021-03-09T00:52:30.984Z] === RUN TestFixedBufferCap [2021-03-09T00:52:30.984Z] --- PASS: TestFixedBufferCap (0.00s) [2021-03-09T00:52:30.984Z] === RUN TestFixedBufferLen [2021-03-09T00:52:30.984Z] --- PASS: TestFixedBufferLen (0.00s) [2021-03-09T00:52:30.984Z] === RUN TestFixedBufferString [2021-03-09T00:52:30.984Z] --- PASS: TestFixedBufferString (0.00s) [2021-03-09T00:52:30.984Z] === RUN TestFixedBufferWrite [2021-03-09T00:52:30.984Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-03-09T00:52:30.984Z] === RUN TestFixedBufferRead [2021-03-09T00:52:30.984Z] --- PASS: TestFixedBufferRead (0.00s) [2021-03-09T00:52:30.984Z] === RUN TestBytesPipeRead [2021-03-09T00:52:30.984Z] --- PASS: TestBytesPipeRead (0.00s) [2021-03-09T00:52:30.984Z] === RUN TestBytesPipeWrite [2021-03-09T00:52:30.984Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-03-09T00:52:30.984Z] === RUN TestBytesPipeWriteRandomChunks [2021-03-09T00:52:30.984Z] --- PASS: TestDisablePigz (0.11s) [2021-03-09T00:52:30.984Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-03-09T00:52:30.984Z] === RUN TestPigz [2021-03-09T00:52:31.447Z] --- PASS: TestPigz (0.11s) [2021-03-09T00:52:31.447Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-03-09T00:52:31.447Z] === RUN TestCopyFileWithInvalidDest [2021-03-09T00:52:31.447Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-03-09T00:52:31.447Z] archive_windows_test.go:16: Currently fails [2021-03-09T00:52:31.447Z] === RUN TestCanonicalTarNameForPath [2021-03-09T00:52:31.447Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-03-09T00:52:31.447Z] === RUN TestCanonicalTarName [2021-03-09T00:52:31.447Z] --- PASS: TestCanonicalTarName (0.00s) [2021-03-09T00:52:31.447Z] === RUN TestChmodTarEntry [2021-03-09T00:52:31.447Z] --- PASS: TestChmodTarEntry (0.00s) [2021-03-09T00:52:31.447Z] === RUN TestHardLinkOrder [2021-03-09T00:52:31.447Z] --- PASS: TestHardLinkOrder (0.10s) [2021-03-09T00:52:31.447Z] === RUN TestChangeString [2021-03-09T00:52:31.447Z] --- PASS: TestChangeString (0.00s) [2021-03-09T00:52:31.447Z] === RUN TestChangesWithNoChanges [2021-03-09T00:52:31.447Z] --- PASS: TestChangesWithNoChanges (0.07s) [2021-03-09T00:52:31.447Z] === RUN TestChangesWithChanges [2021-03-09T00:52:31.447Z] --- PASS: TestChangesWithChanges (0.02s) [2021-03-09T00:52:31.447Z] === RUN TestChangesWithChangesGH13590 [2021-03-09T00:52:31.447Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-03-09T00:52:31.447Z] changes_test.go:192: needs more investigation [2021-03-09T00:52:31.447Z] === RUN TestChangesDirsEmpty [2021-03-09T00:52:31.447Z] === RUN TestError [2021-03-09T00:52:31.447Z] --- PASS: TestError (0.00s) [2021-03-09T00:52:31.447Z] === RUN TestProgressString [2021-03-09T00:52:31.447Z] === RUN TestProgressString/no_progress [2021-03-09T00:52:31.447Z] === RUN TestProgressString/progress_1 [2021-03-09T00:52:31.447Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-03-09T00:52:31.447Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-03-09T00:52:31.447Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-03-09T00:52:31.447Z] === RUN TestProgressString/with_units [2021-03-09T00:52:31.447Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-03-09T00:52:31.447Z] === RUN TestProgressString/hide_counts [2021-03-09T00:52:31.447Z] --- PASS: TestProgressString (0.00s) [2021-03-09T00:52:31.447Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-03-09T00:52:31.447Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-03-09T00:52:31.447Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-03-09T00:52:31.447Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-03-09T00:52:31.447Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-03-09T00:52:31.447Z] --- PASS: TestProgressString/with_units (0.00s) [2021-03-09T00:52:31.447Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-03-09T00:52:31.447Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-03-09T00:52:31.447Z] === RUN TestJSONMessageDisplay [2021-03-09T00:52:31.447Z] --- PASS: TestChangesDirsEmpty (0.11s) [2021-03-09T00:52:31.447Z] === RUN TestChangesDirsMutated [2021-03-09T00:52:31.447Z] --- PASS: TestBytesPipeWriteRandomChunks (0.50s) [2021-03-09T00:52:31.447Z] === RUN TestAtomicWriteToFile [2021-03-09T00:52:31.447Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-03-09T00:52:31.447Z] === RUN TestAtomicWriteSetCommit [2021-03-09T00:52:31.447Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-03-09T00:52:31.447Z] === RUN TestAtomicWriteSetCancel [2021-03-09T00:52:31.447Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-03-09T00:52:31.447Z] === RUN TestReadCloserWrapperClose [2021-03-09T00:52:31.447Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-03-09T00:52:31.447Z] === RUN TestReaderErrWrapperReadOnError [2021-03-09T00:52:31.447Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-03-09T00:52:31.447Z] === RUN TestReaderErrWrapperRead [2021-03-09T00:52:31.447Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-03-09T00:52:31.447Z] === RUN TestHashData [2021-03-09T00:52:31.447Z] --- PASS: TestHashData (0.00s) [2021-03-09T00:52:31.447Z] === RUN TestCancelReadCloser [2021-03-09T00:52:31.447Z] --- PASS: TestChangesDirsMutated (0.11s) [2021-03-09T00:52:31.447Z] === RUN TestApplyLayer [2021-03-09T00:52:31.447Z] --- SKIP: TestApplyLayer (0.00s) [2021-03-09T00:52:31.447Z] changes_test.go:405: needs further investigation [2021-03-09T00:52:31.447Z] === RUN TestChangesSizeWithHardlinks [2021-03-09T00:52:31.447Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-03-09T00:52:31.447Z] changes_test.go:441: needs further investigation [2021-03-09T00:52:31.447Z] === RUN TestChangesSizeWithNoChanges [2021-03-09T00:52:31.448Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-03-09T00:52:31.448Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-03-09T00:52:31.448Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-03-09T00:52:31.448Z] === RUN TestChangesSize [2021-03-09T00:52:31.448Z] --- PASS: TestChangesSize (0.00s) [2021-03-09T00:52:31.448Z] === RUN TestApplyLayerInvalidFilenames [2021-03-09T00:52:31.448Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames095065758\\dest" [2021-03-09T00:52:31.448Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-03-09T00:52:31.448Z] === RUN TestJSONMessageDisplayWithJSONError [2021-03-09T00:52:31.448Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-03-09T00:52:31.448Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-03-09T00:52:31.448Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-03-09T00:52:31.448Z] === RUN TestDisplayJSONMessagesStream [2021-03-09T00:52:31.448Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-03-09T00:52:31.448Z] PASS [2021-03-09T00:52:31.448Z] coverage: 91.7% of statements [2021-03-09T00:52:31.448Z] === RUN TestStandardLongPath [2021-03-09T00:52:31.448Z] --- PASS: TestStandardLongPath (0.00s) [2021-03-09T00:52:31.448Z] === RUN TestUNCLongPath [2021-03-09T00:52:31.448Z] --- PASS: TestUNCLongPath (0.00s) [2021-03-09T00:52:31.448Z] PASS [2021-03-09T00:52:31.448Z] coverage: 100.0% of statements [2021-03-09T00:52:31.448Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-03-09T00:52:31.448Z] === RUN TestApplyLayerInvalidHardlink [2021-03-09T00:52:31.448Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink109659520\\victim\\hello" -> "../victim/hello" [2021-03-09T00:52:31.448Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink254354655\\victim\\hello" -> "/../victim/hello" [2021-03-09T00:52:31.448Z] ok github.com/docker/docker/pkg/jsonmessage 0.173s coverage: 91.7% of statements [2021-03-09T00:52:31.448Z] ok github.com/docker/docker/pkg/longpath 0.042s coverage: 100.0% of statements [2021-03-09T00:52:31.448Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink208382130\\victim" -> "../victim" [2021-03-09T00:52:31.448Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink849485417\\victim" -> "../victim" [2021-03-09T00:52:31.911Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink968480948\\victim" -> "../victim" [2021-03-09T00:52:31.911Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink623895171\\victim" -> "../victim" [2021-03-09T00:52:31.911Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-03-09T00:52:31.911Z] === RUN TestApplyLayerInvalidSymlink [2021-03-09T00:52:31.911Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink225479174\\dest\\dotdot" -> "../victim/hello" [2021-03-09T00:52:31.911Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink227380141\\dest\\slash-dotdot" -> "/../victim/hello" [2021-03-09T00:52:31.911Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink504045352\\dest\\loophole-victim" -> "../victim" [2021-03-09T00:52:31.911Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink220506727\\dest\\loophole-victim" -> "../victim" [2021-03-09T00:52:31.911Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink032516250\\dest\\loophole-victim" -> "../victim" [2021-03-09T00:52:31.911Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink242038577\\dest\\loophole-victim" -> "../victim" [2021-03-09T00:52:31.911Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-03-09T00:52:31.911Z] === RUN TestApplyLayerWhiteouts [2021-03-09T00:52:31.911Z] --- PASS: TestCancelReadCloser (0.10s) [2021-03-09T00:52:31.911Z] === RUN TestWriteCloserWrapperClose [2021-03-09T00:52:31.911Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-03-09T00:52:31.911Z] === RUN TestNopWriteCloser [2021-03-09T00:52:31.911Z] --- PASS: TestNopWriteCloser (0.00s) [2021-03-09T00:52:31.911Z] === RUN TestNopWriter [2021-03-09T00:52:31.911Z] --- PASS: TestNopWriter (0.00s) [2021-03-09T00:52:31.911Z] === RUN TestWriteCounter [2021-03-09T00:52:31.911Z] --- PASS: TestWriteCounter (0.00s) [2021-03-09T00:52:31.911Z] PASS [2021-03-09T00:52:31.911Z] coverage: 69.2% of statements [2021-03-09T00:52:31.911Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-03-09T00:52:31.911Z] === RUN TestGenerateEmptyFile [2021-03-09T00:52:31.911Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-03-09T00:52:31.911Z] === RUN TestGenerateWithContent [2021-03-09T00:52:31.911Z] --- PASS: TestGenerateWithContent (0.00s) [2021-03-09T00:52:31.911Z] PASS [2021-03-09T00:52:31.911Z] coverage: 62.6% of statements [2021-03-09T00:52:31.911Z] ok github.com/docker/docker/pkg/ioutils 0.680s coverage: 69.2% of statements [2021-03-09T00:52:31.911Z] ok github.com/docker/docker/pkg/archive 7.825s coverage: 62.6% of statements [2021-03-09T00:52:31.921Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.34s) [2021-03-09T00:52:31.921Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-09T00:52:32.376Z] === RUN TestNameFormat [2021-03-09T00:52:32.376Z] --- PASS: TestNameFormat (0.00s) [2021-03-09T00:52:32.376Z] === RUN TestNameRetries [2021-03-09T00:52:32.376Z] --- PASS: TestNameRetries (0.00s) [2021-03-09T00:52:32.376Z] PASS [2021-03-09T00:52:32.376Z] coverage: 85.7% of statements [2021-03-09T00:52:32.376Z] ok github.com/docker/docker/pkg/namesgenerator 0.088s coverage: 85.7% of statements [2021-03-09T00:52:32.840Z] === RUN TestParseKeyValueOpt [2021-03-09T00:52:32.840Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-03-09T00:52:32.840Z] === RUN TestParseUintList [2021-03-09T00:52:32.840Z] --- PASS: TestParseUintList (0.00s) [2021-03-09T00:52:32.840Z] === RUN TestParseUintListMaximumLimits [2021-03-09T00:52:32.840Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-03-09T00:52:32.840Z] PASS [2021-03-09T00:52:32.840Z] coverage: 97.0% of statements [2021-03-09T00:52:32.840Z] ok github.com/docker/docker/pkg/parsers 0.045s coverage: 97.0% of statements [2021-03-09T00:52:33.006Z] --- PASS: TestServiceUpdatePidsLimit (16.78s) [2021-03-09T00:52:33.006Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.92s) [2021-03-09T00:52:33.006Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.98s) [2021-03-09T00:52:33.006Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s) [2021-03-09T00:52:33.006Z] PASS [2021-03-09T00:52:33.006Z] [2021-03-09T00:52:33.006Z] === Skipped [2021-03-09T00:52:33.006Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-03-09T00:52:33.006Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-09T00:52:33.006Z] [2021-03-09T00:52:33.006Z] [2021-03-09T00:52:33.006Z] DONE 27 tests, 1 skipped in 170.423s [2021-03-09T00:52:33.006Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-03-09T00:52:33.006Z] INFO: Testing against a local daemon [2021-03-09T00:52:33.006Z] === RUN TestSessionCreate [2021-03-09T00:52:33.006Z] --- PASS: TestSessionCreate (0.02s) [2021-03-09T00:52:33.006Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-09T00:52:33.006Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-03-09T00:52:33.006Z] PASS [2021-03-09T00:52:33.006Z] [2021-03-09T00:52:33.006Z] DONE 2 tests in 0.073s [2021-03-09T00:52:33.006Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-03-09T00:52:33.006Z] INFO: Testing against a local daemon [2021-03-09T00:52:33.006Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-09T00:52:33.006Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-03-09T00:52:33.006Z] === RUN TestEventsExecDie [2021-03-09T00:52:33.303Z] === RUN TestNewAndRemove [2021-03-09T00:52:33.303Z] --- PASS: TestNewAndRemove (0.00s) [2021-03-09T00:52:33.303Z] === RUN TestRemoveInvalidPath [2021-03-09T00:52:33.303Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-03-09T00:52:33.303Z] PASS [2021-03-09T00:52:33.303Z] coverage: 82.6% of statements [2021-03-09T00:52:33.303Z] ok github.com/docker/docker/pkg/pidfile 0.043s coverage: 82.6% of statements [2021-03-09T00:52:33.441Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.33s) [2021-03-09T00:52:33.441Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-09T00:52:33.577Z] --- PASS: TestEventsExecDie (0.64s) [2021-03-09T00:52:33.577Z] === RUN TestEventsBackwardsCompatible [2021-03-09T00:52:33.838Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-03-09T00:52:33.838Z] === RUN TestInfoBinaryCommits [2021-03-09T00:52:33.838Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-03-09T00:52:33.838Z] === RUN TestInfoAPIVersioned [2021-03-09T00:52:33.838Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-09T00:52:33.838Z] === RUN TestInfoDiscoveryBackend [2021-03-09T00:52:34.079Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2021-03-09T00:52:34.079Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-09T00:52:34.281Z] === RUN TestParseEmptyInterface [2021-03-09T00:52:34.281Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-03-09T00:52:34.281Z] === RUN TestParseNonInterfaceType [2021-03-09T00:52:34.281Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-03-09T00:52:34.281Z] === RUN TestParseWithOneFunction [2021-03-09T00:52:34.281Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-03-09T00:52:34.281Z] === RUN TestParseWithMultipleFuncs [2021-03-09T00:52:34.281Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-03-09T00:52:34.281Z] === RUN TestParseWithUnnamedReturn [2021-03-09T00:52:34.281Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-03-09T00:52:34.281Z] === RUN TestEmbeddedInterface [2021-03-09T00:52:34.281Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-03-09T00:52:34.281Z] === RUN TestParsedImports [2021-03-09T00:52:34.281Z] --- PASS: TestParsedImports (0.00s) [2021-03-09T00:52:34.281Z] === RUN TestAliasedImports [2021-03-09T00:52:34.281Z] --- PASS: TestAliasedImports (0.00s) [2021-03-09T00:52:34.281Z] PASS [2021-03-09T00:52:34.281Z] coverage: 56.8% of statements [2021-03-09T00:52:34.281Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.055s coverage: 56.8% of statements [2021-03-09T00:52:34.411Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-03-09T00:52:34.411Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-09T00:52:35.259Z] === RUN TestFailedConnection [2021-03-09T00:52:35.259Z] === RUN TestHTTPTransport [2021-03-09T00:52:35.259Z] --- PASS: TestHTTPTransport (0.00s) [2021-03-09T00:52:35.259Z] PASS [2021-03-09T00:52:35.259Z] coverage: 85.7% of statements [2021-03-09T00:52:35.259Z] ok github.com/docker/docker/pkg/plugins/transport 0.043s coverage: 85.7% of statements [2021-03-09T00:52:35.259Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-03-09T00:52:35.259Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-03-09T00:52:35.259Z] === RUN TestBufioReaderPoolPutAndGet [2021-03-09T00:52:35.259Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-03-09T00:52:35.259Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-03-09T00:52:35.259Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-03-09T00:52:35.259Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-03-09T00:52:35.259Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-03-09T00:52:35.259Z] === RUN TestBufioWriterPoolPutAndGet [2021-03-09T00:52:35.259Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-03-09T00:52:35.259Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-03-09T00:52:35.259Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-03-09T00:52:35.259Z] === RUN TestBufferPoolPutAndGet [2021-03-09T00:52:35.259Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-03-09T00:52:35.259Z] PASS [2021-03-09T00:52:35.259Z] coverage: 88.2% of statements [2021-03-09T00:52:35.259Z] ok github.com/docker/docker/pkg/pools 0.036s coverage: 88.2% of statements [2021-03-09T00:52:35.352Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-09T00:52:35.352Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-09T00:52:35.599Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.38s) [2021-03-09T00:52:35.599Z] === RUN TestKernelTCPMemory [2021-03-09T00:52:35.893Z] --- PASS: TestKernelTCPMemory (0.61s) [2021-03-09T00:52:35.893Z] === RUN TestNISDomainname [2021-03-09T00:52:35.923Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-03-09T00:52:35.923Z] === RUN TestInfoAPI [2021-03-09T00:52:35.923Z] --- PASS: TestInfoAPI (0.03s) [2021-03-09T00:52:35.923Z] === RUN TestInfoAPIWarnings [2021-03-09T00:52:36.237Z] --- PASS: TestFailedConnection (1.07s) [2021-03-09T00:52:36.237Z] === RUN TestFailOnce [2021-03-09T00:52:36.237Z] === RUN TestOutputOnPrematureClose [2021-03-09T00:52:36.237Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-03-09T00:52:36.237Z] === RUN TestCompleteSilently [2021-03-09T00:52:36.237Z] --- PASS: TestCompleteSilently (0.00s) [2021-03-09T00:52:36.237Z] PASS [2021-03-09T00:52:36.237Z] coverage: 75.9% of statements [2021-03-09T00:52:36.237Z] ok github.com/docker/docker/pkg/progress 0.034s coverage: 75.9% of statements [2021-03-09T00:52:36.237Z] 2021/03/09 00:52:35 http: panic serving 127.0.0.1:49222: Plugin not ready [2021-03-09T00:52:36.237Z] goroutine 10 [running]: [2021-03-09T00:52:36.237Z] net/http.(*conn).serve.func1(0xc000058b40) [2021-03-09T00:52:36.237Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-03-09T00:52:36.237Z] panic(0x849b40, 0x986ad0) [2021-03-09T00:52:36.237Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-03-09T00:52:36.237Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000132000, 0xc0000d0300) [2021-03-09T00:52:36.237Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-03-09T00:52:36.237Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-03-09T00:52:36.237Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-03-09T00:52:36.237Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-03-09T00:52:36.237Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-03-09T00:52:36.237Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-03-09T00:52:36.237Z] c:/go/src/net/http/server.go:2831 +0xab [2021-03-09T00:52:36.237Z] net/http.(*conn).serve(0xc000058b40, 0x99b2c0, 0xc00004a980) [2021-03-09T00:52:36.237Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-03-09T00:52:36.237Z] created by net/http.(*Server).Serve [2021-03-09T00:52:36.237Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-03-09T00:52:36.237Z] time="2021-03-09T00:52:35Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49221/Test.FailOnce: Post http://127.0.0.1:49221/Test.FailOnce: EOF, retrying in 1s" [2021-03-09T00:52:36.237Z] === RUN TestSendToOneSub [2021-03-09T00:52:36.237Z] --- PASS: TestSendToOneSub (0.00s) [2021-03-09T00:52:36.237Z] === RUN TestSendToMultipleSubs [2021-03-09T00:52:36.237Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-03-09T00:52:36.237Z] === RUN TestEvictOneSub [2021-03-09T00:52:36.237Z] --- PASS: TestEvictOneSub (0.00s) [2021-03-09T00:52:36.237Z] === RUN TestClosePublisher [2021-03-09T00:52:36.237Z] --- PASS: TestClosePublisher (0.00s) [2021-03-09T00:52:36.237Z] === RUN TestPubSubRace [2021-03-09T00:52:36.536Z] --- PASS: TestNISDomainname (0.65s) [2021-03-09T00:52:36.536Z] === RUN TestHostnameDnsResolution [2021-03-09T00:52:36.968Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-03-09T00:52:36.969Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-03-09T00:52:37.216Z] === RUN TestRegister [2021-03-09T00:52:37.216Z] --- PASS: TestRegister (0.00s) [2021-03-09T00:52:37.216Z] === RUN TestCommand [2021-03-09T00:52:37.216Z] --- PASS: TestCommand (0.02s) [2021-03-09T00:52:37.216Z] === RUN TestNaiveSelf [2021-03-09T00:52:37.216Z] --- PASS: TestNaiveSelf (0.02s) [2021-03-09T00:52:37.216Z] PASS [2021-03-09T00:52:37.216Z] coverage: 82.4% of statements [2021-03-09T00:52:37.216Z] ok github.com/docker/docker/pkg/reexec 0.075s coverage: 82.4% of statements [2021-03-09T00:52:37.216Z] --- PASS: TestFailOnce (1.13s) [2021-03-09T00:52:37.216Z] === RUN TestEchoInputOutput [2021-03-09T00:52:37.216Z] --- PASS: TestEchoInputOutput (0.00s) [2021-03-09T00:52:37.216Z] === RUN TestBackoff [2021-03-09T00:52:37.216Z] --- PASS: TestBackoff (0.00s) [2021-03-09T00:52:37.216Z] === RUN TestAbortRetry [2021-03-09T00:52:37.216Z] --- PASS: TestAbortRetry (0.00s) [2021-03-09T00:52:37.216Z] === RUN TestClientScheme [2021-03-09T00:52:37.216Z] --- PASS: TestClientScheme (0.00s) [2021-03-09T00:52:37.216Z] === RUN TestNewClientWithTimeout [2021-03-09T00:52:37.216Z] --- PASS: TestPubSubRace (1.04s) [2021-03-09T00:52:37.216Z] PASS [2021-03-09T00:52:37.216Z] coverage: 75.0% of statements [2021-03-09T00:52:37.216Z] ok github.com/docker/docker/pkg/pubsub 1.073s coverage: 75.0% of statements [2021-03-09T00:52:37.225Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-03-09T00:52:37.577Z] --- PASS: TestHostnameDnsResolution (0.84s) [2021-03-09T00:52:37.577Z] === RUN TestStats [2021-03-09T00:52:37.680Z] time="2021-03-09T00:52:37Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-03-09T00:52:37.680Z] === RUN TestParseSignal [2021-03-09T00:52:37.680Z] --- PASS: TestParseSignal (0.00s) [2021-03-09T00:52:37.680Z] === RUN TestValidSignalForPlatform [2021-03-09T00:52:37.680Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-03-09T00:52:37.680Z] PASS [2021-03-09T00:52:37.680Z] coverage: 20.3% of statements [2021-03-09T00:52:37.680Z] ok github.com/docker/docker/pkg/signal 0.038s coverage: 20.3% of statements [2021-03-09T00:52:38.144Z] === RUN TestNewStdWriter [2021-03-09T00:52:38.144Z] --- PASS: TestNewStdWriter (0.00s) [2021-03-09T00:52:38.144Z] === RUN TestWriteWithUninitializedStdWriter [2021-03-09T00:52:38.144Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-03-09T00:52:38.144Z] === RUN TestWriteWithNilBytes [2021-03-09T00:52:38.144Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-03-09T00:52:38.144Z] === RUN TestWrite [2021-03-09T00:52:38.144Z] --- PASS: TestWrite (0.00s) [2021-03-09T00:52:38.144Z] === RUN TestWriteWithWriterError [2021-03-09T00:52:38.144Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-03-09T00:52:38.144Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-03-09T00:52:38.144Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-03-09T00:52:38.144Z] === RUN TestStdCopyWriteAndRead [2021-03-09T00:52:38.144Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-03-09T00:52:38.144Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-03-09T00:52:38.144Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-03-09T00:52:38.144Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-03-09T00:52:38.144Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-03-09T00:52:38.144Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-03-09T00:52:38.144Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-03-09T00:52:38.144Z] === RUN TestStdCopyWithInvalidInputHeader [2021-03-09T00:52:38.144Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-03-09T00:52:38.144Z] === RUN TestStdCopyWithCorruptedPrefix [2021-03-09T00:52:38.144Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-03-09T00:52:38.144Z] === RUN TestStdCopyReturnsWriteErrors [2021-03-09T00:52:38.144Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-03-09T00:52:38.144Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-03-09T00:52:38.144Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-03-09T00:52:38.144Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-03-09T00:52:38.144Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-03-09T00:52:38.144Z] PASS [2021-03-09T00:52:38.144Z] coverage: 100.0% of statements [2021-03-09T00:52:38.144Z] ok github.com/docker/docker/pkg/stdcopy 0.040s coverage: 100.0% of statements [2021-03-09T00:52:38.153Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-03-09T00:52:39.081Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-03-09T00:52:39.121Z] === RUN TestRawProgressFormatterFormatStatus [2021-03-09T00:52:39.121Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestRawProgressFormatterFormatProgress [2021-03-09T00:52:39.121Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestFormatStatus [2021-03-09T00:52:39.121Z] --- PASS: TestFormatStatus (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestFormatError [2021-03-09T00:52:39.121Z] --- PASS: TestFormatError (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestFormatJSONError [2021-03-09T00:52:39.121Z] --- PASS: TestFormatJSONError (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestJsonProgressFormatterFormatProgress [2021-03-09T00:52:39.121Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestJsonProgressFormatterFormatStatus [2021-03-09T00:52:39.121Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestNewJSONProgressOutput [2021-03-09T00:52:39.121Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestAuxFormatterEmit [2021-03-09T00:52:39.121Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestStreamWriterStdout [2021-03-09T00:52:39.121Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestStreamWriterStderr [2021-03-09T00:52:39.121Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-03-09T00:52:39.121Z] PASS [2021-03-09T00:52:39.121Z] coverage: 66.2% of statements [2021-03-09T00:52:39.121Z] === RUN TestGenerateRandomID [2021-03-09T00:52:39.121Z] --- PASS: TestGenerateRandomID (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestShortenId [2021-03-09T00:52:39.121Z] --- PASS: TestShortenId (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestShortenSha256Id [2021-03-09T00:52:39.121Z] --- PASS: TestShortenSha256Id (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestShortenIdEmpty [2021-03-09T00:52:39.121Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestShortenIdInvalid [2021-03-09T00:52:39.121Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestIsShortIDNonHex [2021-03-09T00:52:39.121Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-03-09T00:52:39.121Z] === RUN TestIsShortIDNotCorrectSize [2021-03-09T00:52:39.121Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-03-09T00:52:39.121Z] PASS [2021-03-09T00:52:39.121Z] coverage: 70.6% of statements [2021-03-09T00:52:39.121Z] ok github.com/docker/docker/pkg/streamformatter 0.041s coverage: 66.2% of statements [2021-03-09T00:52:39.121Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2021-03-09T00:52:39.121Z] time="2021-03-09T00:52:38Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-03-09T00:52:39.336Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-03-09T00:52:39.592Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-03-09T00:52:40.099Z] === RUN TestIsCpusetListAvailable [2021-03-09T00:52:40.099Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-03-09T00:52:40.099Z] PASS [2021-03-09T00:52:40.099Z] coverage: 38.2% of statements [2021-03-09T00:52:40.099Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 38.2% of statements [2021-03-09T00:52:40.321Z] --- PASS: TestStats (2.53s) [2021-03-09T00:52:40.321Z] === RUN TestStopContainerWithTimeout [2021-03-09T00:52:40.321Z] === RUN TestStopContainerWithTimeout/0 [2021-03-09T00:52:40.321Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-09T00:52:40.321Z] === RUN TestStopContainerWithTimeout/1 [2021-03-09T00:52:40.321Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-09T00:52:40.321Z] === RUN TestStopContainerWithTimeout/3 [2021-03-09T00:52:40.321Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-09T00:52:40.321Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-09T00:52:40.321Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-09T00:52:40.321Z] === CONT TestStopContainerWithTimeout/0 [2021-03-09T00:52:40.321Z] === CONT TestStopContainerWithTimeout/3 [2021-03-09T00:52:40.321Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-09T00:52:40.321Z] === CONT TestStopContainerWithTimeout/1 [2021-03-09T00:52:40.379Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.08s) [2021-03-09T00:52:40.379Z] === RUN TestCreateServiceSecretFileMode [2021-03-09T00:52:40.562Z] === RUN TestChtimes [2021-03-09T00:52:40.562Z] --- PASS: TestChtimes (0.00s) [2021-03-09T00:52:40.562Z] === RUN TestChtimesWindows [2021-03-09T00:52:40.562Z] --- PASS: TestChtimesWindows (0.00s) [2021-03-09T00:52:40.562Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-03-09T00:52:40.562Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-03-09T00:52:40.562Z] === RUN TestEnsureRemoveAllNotExist [2021-03-09T00:52:40.562Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-03-09T00:52:40.562Z] === RUN TestEnsureRemoveAllWithDir [2021-03-09T00:52:40.562Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-03-09T00:52:40.562Z] === RUN TestEnsureRemoveAllWithFile [2021-03-09T00:52:40.562Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-03-09T00:52:40.562Z] === RUN TestHasWin32KSupport [2021-03-09T00:52:40.562Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-03-09T00:52:40.562Z] syscall_windows_test.go:8: win32k: true [2021-03-09T00:52:40.562Z] PASS [2021-03-09T00:52:40.562Z] coverage: 12.0% of statements [2021-03-09T00:52:40.562Z] ok github.com/docker/docker/pkg/system 0.052s coverage: 12.0% of statements [2021-03-09T00:52:41.026Z] === RUN TestTailFile [2021-03-09T00:52:41.026Z] --- PASS: TestTailFile (0.00s) [2021-03-09T00:52:41.026Z] === RUN TestTailFileManyLines [2021-03-09T00:52:41.026Z] --- PASS: TestTailFileManyLines (0.01s) [2021-03-09T00:52:41.026Z] === RUN TestTailEmptyFile [2021-03-09T00:52:41.026Z] --- PASS: TestTailEmptyFile (0.01s) [2021-03-09T00:52:41.026Z] === RUN TestTailNegativeN [2021-03-09T00:52:41.026Z] --- PASS: TestTailNegativeN (0.01s) [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader [2021-03-09T00:52:41.026Z] === CONT TestNewTailReader [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/8_byte_delimiter [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/12_byte_delimiter [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/no_delimiter [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/no_delimiter [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/single_byte_delimiter [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/2_byte_delimiter [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/truncated_last_line [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-03-09T00:52:41.026Z] === CONT TestNewTailReader/4_byte_delimiter [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.026Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.026Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.026Z] === CONT TestNewTailReader/2_byte_delimiter [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.026Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-03-09T00:52:41.026Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.026Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/8_byte_delimiter [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/single_byte_delimiter [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/12_byte_delimiter [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/no_delimiter [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-03-09T00:52:41.027Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.027Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.028Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.028Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.029Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.029Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.029Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.029Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.029Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.494Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.494Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.494Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.494Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.494Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.494Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-03-09T00:52:41.494Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.494Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.494Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-03-09T00:52:41.494Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.494Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.494Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.494Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.495Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.495Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.495Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.496Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.496Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-03-09T00:52:41.497Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-03-09T00:52:41.498Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.01s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.01s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.01s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.02s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-03-09T00:52:41.498Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.01s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-03-09T00:52:41.499Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.01s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-03-09T00:52:41.963Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-03-09T00:52:41.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-03-09T00:52:41.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-03-09T00:52:41.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-03-09T00:52:41.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-03-09T00:52:41.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-03-09T00:52:41.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-03-09T00:52:41.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-03-09T00:52:41.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-03-09T00:52:41.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-09T00:52:41.964Z] PASS [2021-03-09T00:52:41.964Z] coverage: 88.6% of statements [2021-03-09T00:52:41.964Z] ok github.com/docker/docker/pkg/tailfile 0.434s coverage: 88.6% of statements [2021-03-09T00:52:41.964Z] time="2021-03-09T00:52:41Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-03-09T00:52:41.964Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-09T00:52:41.964Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-09T00:52:41.964Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-09T00:52:41.964Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-09T00:52:41.964Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-09T00:52:41.964Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-03-09T00:52:41.964Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-03-09T00:52:41.964Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-09T00:52:41.964Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-09T00:52:41.964Z] === RUN TestTarSumRemoveNonExistent [2021-03-09T00:52:41.964Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-03-09T00:52:41.964Z] === RUN TestTarSumRemove [2021-03-09T00:52:41.964Z] --- PASS: TestTarSumRemove (0.00s) [2021-03-09T00:52:41.964Z] === RUN TestSortFileInfoSums [2021-03-09T00:52:41.964Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-03-09T00:52:41.964Z] === RUN TestNewTarSumForLabelInvalid [2021-03-09T00:52:41.964Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-03-09T00:52:41.964Z] === RUN TestNewTarSumForLabel [2021-03-09T00:52:41.964Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-03-09T00:52:41.964Z] === RUN TestEmptyTar [2021-03-09T00:52:41.964Z] --- PASS: TestEmptyTar (0.00s) [2021-03-09T00:52:41.964Z] === RUN TestTarSumsReadSize [2021-03-09T00:52:41.964Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-03-09T00:52:41.964Z] === RUN TestTarSums [2021-03-09T00:52:41.964Z] --- PASS: TestTarSums (0.09s) [2021-03-09T00:52:41.964Z] === RUN TestIteration [2021-03-09T00:52:41.964Z] --- PASS: TestIteration (0.00s) [2021-03-09T00:52:41.964Z] === RUN TestVersionLabelForChecksum [2021-03-09T00:52:41.964Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-03-09T00:52:41.964Z] === RUN TestVersion [2021-03-09T00:52:41.964Z] --- PASS: TestVersion (0.00s) [2021-03-09T00:52:41.964Z] === RUN TestGetVersion [2021-03-09T00:52:41.964Z] --- PASS: TestGetVersion (0.00s) [2021-03-09T00:52:41.964Z] === RUN TestGetVersions [2021-03-09T00:52:41.964Z] --- PASS: TestGetVersions (0.00s) [2021-03-09T00:52:41.964Z] PASS [2021-03-09T00:52:41.964Z] coverage: 89.3% of statements [2021-03-09T00:52:41.964Z] ok github.com/docker/docker/pkg/tarsum 0.138s coverage: 89.3% of statements [2021-03-09T00:52:42.427Z] testing: warning: no tests to run [2021-03-09T00:52:42.427Z] PASS [2021-03-09T00:52:42.427Z] coverage: [no statements] [2021-03-09T00:52:42.427Z] ok github.com/docker/docker/pkg/term/windows 0.045s coverage: [no statements] [no tests to run] [2021-03-09T00:52:42.427Z] === RUN TestTruncIndex [2021-03-09T00:52:42.896Z] --- PASS: TestTruncIndex (0.10s) [2021-03-09T00:52:42.896Z] PASS [2021-03-09T00:52:42.896Z] coverage: 91.5% of statements [2021-03-09T00:52:42.896Z] ok github.com/docker/docker/pkg/truncindex 0.139s coverage: 91.5% of statements [2021-03-09T00:52:42.896Z] === RUN TestIsGIT [2021-03-09T00:52:42.896Z] --- PASS: TestIsGIT (0.00s) [2021-03-09T00:52:42.896Z] === RUN TestIsTransport [2021-03-09T00:52:42.896Z] --- PASS: TestIsTransport (0.00s) [2021-03-09T00:52:42.896Z] PASS [2021-03-09T00:52:42.896Z] coverage: 100.0% of statements [2021-03-09T00:52:42.896Z] ok github.com/docker/docker/pkg/urlutil 0.034s coverage: 100.0% of statements [2021-03-09T00:52:43.068Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-03-09T00:52:43.068Z] --- PASS: TestStopContainerWithTimeout/0 (1.03s) [2021-03-09T00:52:43.068Z] --- PASS: TestStopContainerWithTimeout/1 (1.77s) [2021-03-09T00:52:43.068Z] --- PASS: TestStopContainerWithTimeout/3 (2.89s) [2021-03-09T00:52:43.068Z] --- PASS: TestStopContainerWithTimeout/-1 (3.06s) [2021-03-09T00:52:43.068Z] === RUN TestDeleteDevicemapper [2021-03-09T00:52:43.068Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-09T00:52:43.068Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-09T00:52:43.068Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-09T00:52:43.360Z] === RUN TestVersionInfo [2021-03-09T00:52:43.360Z] --- PASS: TestVersionInfo (0.00s) [2021-03-09T00:52:43.360Z] === RUN TestAppendVersions [2021-03-09T00:52:43.360Z] --- PASS: TestAppendVersions (0.00s) [2021-03-09T00:52:43.360Z] PASS [2021-03-09T00:52:43.360Z] coverage: 88.9% of statements [2021-03-09T00:52:43.360Z] ok github.com/docker/docker/pkg/useragent 0.063s coverage: 88.9% of statements [2021-03-09T00:52:43.685Z] --- PASS: TestCreateServiceSecretFileMode (3.43s) [2021-03-09T00:52:43.685Z] === RUN TestCreateServiceConfigFileMode [2021-03-09T00:52:44.339Z] === RUN TestNewSettable [2021-03-09T00:52:44.339Z] --- PASS: TestNewSettable (0.00s) [2021-03-09T00:52:44.339Z] === RUN TestIsSettable [2021-03-09T00:52:44.339Z] --- PASS: TestIsSettable (0.00s) [2021-03-09T00:52:44.339Z] === RUN TestUpdateSettingsEnv [2021-03-09T00:52:44.339Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-03-09T00:52:44.339Z] PASS [2021-03-09T00:52:44.339Z] coverage: 20.1% of statements [2021-03-09T00:52:44.339Z] ok github.com/docker/docker/plugin/v2 0.089s coverage: 20.1% of statements [2021-03-09T00:52:44.803Z] === RUN TestValidatePrivileges [2021-03-09T00:52:44.803Z] --- PASS: TestValidatePrivileges (0.00s) [2021-03-09T00:52:44.803Z] === RUN TestFilterByCapNeg [2021-03-09T00:52:44.803Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-03-09T00:52:44.803Z] === RUN TestFilterByCapPos [2021-03-09T00:52:44.803Z] --- PASS: TestFilterByCapPos (0.00s) [2021-03-09T00:52:44.803Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-03-09T00:52:44.803Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-03-09T00:52:44.803Z] PASS [2021-03-09T00:52:44.803Z] coverage: 12.0% of statements [2021-03-09T00:52:44.803Z] ok github.com/docker/docker/plugin 0.086s coverage: 12.0% of statements [2021-03-09T00:52:45.267Z] === RUN TestLoad [2021-03-09T00:52:45.267Z] --- PASS: TestLoad (0.01s) [2021-03-09T00:52:45.267Z] === RUN TestSave [2021-03-09T00:52:45.267Z] --- PASS: TestSave (0.11s) [2021-03-09T00:52:45.267Z] === RUN TestAddDeleteGet [2021-03-09T00:52:45.267Z] --- PASS: TestAddDeleteGet (0.07s) [2021-03-09T00:52:45.267Z] === RUN TestInvalidTags [2021-03-09T00:52:45.267Z] --- PASS: TestInvalidTags (0.00s) [2021-03-09T00:52:45.267Z] PASS [2021-03-09T00:52:45.267Z] coverage: 84.4% of statements [2021-03-09T00:52:45.267Z] ok github.com/docker/docker/reference 0.302s coverage: 84.4% of statements [2021-03-09T00:52:45.818Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.36s) [2021-03-09T00:52:45.818Z] === RUN TestUpdateMemory [2021-03-09T00:52:46.126Z] --- PASS: TestUpdateMemory (0.72s) [2021-03-09T00:52:46.126Z] === RUN TestUpdateCPUQuota [2021-03-09T00:52:46.245Z] time="2021-03-09T00:52:46Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-03-09T00:52:46.245Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-03-09T00:52:46.245Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-03-09T00:52:46.245Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-03-09T00:52:46.245Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-03-09T00:52:46.245Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-03-09T00:52:46.245Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-03-09T00:52:46.245Z] === RUN TestResumableRequestReaderWithReadError [2021-03-09T00:52:46.709Z] time="2021-03-09T00:52:46Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-03-09T00:52:46.709Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2021-03-09T00:52:46.709Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-03-09T00:52:46.709Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-03-09T00:52:46.709Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-03-09T00:52:46.709Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-03-09T00:52:46.709Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-03-09T00:52:46.709Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-03-09T00:52:46.709Z] === RUN TestResumableRequestReader [2021-03-09T00:52:46.709Z] --- PASS: TestResumableRequestReader (0.00s) [2021-03-09T00:52:46.709Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-03-09T00:52:46.709Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-03-09T00:52:46.709Z] PASS [2021-03-09T00:52:46.709Z] coverage: 100.0% of statements [2021-03-09T00:52:46.709Z] ok github.com/docker/docker/registry/resumable 0.168s coverage: 100.0% of statements [2021-03-09T00:52:46.709Z] === RUN TestRestartManagerTimeout [2021-03-09T00:52:46.709Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-03-09T00:52:46.709Z] === RUN TestRestartManagerTimeoutReset [2021-03-09T00:52:46.709Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-03-09T00:52:46.709Z] PASS [2021-03-09T00:52:46.709Z] coverage: 50.9% of statements [2021-03-09T00:52:46.709Z] ok github.com/docker/docker/restartmanager 0.037s coverage: 50.9% of statements [2021-03-09T00:52:46.709Z] === RUN TestResolveAuthConfigIndexServer [2021-03-09T00:52:46.709Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-03-09T00:52:46.709Z] === RUN TestResolveAuthConfigFullURL [2021-03-09T00:52:46.709Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-03-09T00:52:46.709Z] === RUN TestLoadAllowNondistributableArtifacts [2021-03-09T00:52:46.709Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-03-09T00:52:46.709Z] === RUN TestValidateMirror [2021-03-09T00:52:46.709Z] --- PASS: TestValidateMirror (0.00s) [2021-03-09T00:52:46.709Z] === RUN TestLoadInsecureRegistries [2021-03-09T00:52:46.709Z] time="2021-03-09T00:52:46Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-03-09T00:52:46.709Z] time="2021-03-09T00:52:46Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-03-09T00:52:46.709Z] time="2021-03-09T00:52:46Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-03-09T00:52:46.709Z] --- PASS: TestLoadInsecureRegistries (0.11s) [2021-03-09T00:52:46.709Z] === RUN TestNewServiceConfig [2021-03-09T00:52:46.709Z] --- PASS: TestNewServiceConfig (0.00s) [2021-03-09T00:52:46.709Z] === RUN TestValidateIndexName [2021-03-09T00:52:46.709Z] --- PASS: TestValidateIndexName (0.00s) [2021-03-09T00:52:46.709Z] === RUN TestValidateIndexNameWithError [2021-03-09T00:52:46.709Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-03-09T00:52:46.709Z] === RUN TestEndpointParse [2021-03-09T00:52:46.709Z] --- PASS: TestEndpointParse (0.00s) [2021-03-09T00:52:46.709Z] === RUN TestEndpointParseInvalid [2021-03-09T00:52:46.709Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-03-09T00:52:46.984Z] --- PASS: TestCreateServiceConfigFileMode (3.24s) [2021-03-09T00:52:46.984Z] === RUN TestCreateServiceSysctls [2021-03-09T00:52:47.173Z] === RUN TestValidateEndpoint [2021-03-09T00:52:47.173Z] --- PASS: TestValidateEndpoint (0.01s) [2021-03-09T00:52:47.173Z] === RUN TestPing [2021-03-09T00:52:47.173Z] --- PASS: TestPing (0.00s) [2021-03-09T00:52:47.173Z] === RUN TestPingRegistryEndpoint [2021-03-09T00:52:47.173Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-03-09T00:52:47.173Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:52:47.173Z] === RUN TestEndpoint [2021-03-09T00:52:47.173Z] --- SKIP: TestEndpoint (0.00s) [2021-03-09T00:52:47.173Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:52:47.173Z] === RUN TestParseRepositoryInfo [2021-03-09T00:52:47.173Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-03-09T00:52:47.173Z] === RUN TestNewIndexInfo [2021-03-09T00:52:47.173Z] --- PASS: TestNewIndexInfo (0.00s) [2021-03-09T00:52:47.173Z] === RUN TestMirrorEndpointLookup [2021-03-09T00:52:47.173Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-03-09T00:52:47.173Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:52:47.173Z] === RUN TestSearchRepositories [2021-03-09T00:52:47.173Z] --- PASS: TestSearchRepositories (0.00s) [2021-03-09T00:52:47.173Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-03-09T00:52:47.173Z] Host: 127.0.0.1:49244 [2021-03-09T00:52:47.173Z] User-Agent: docker test client [2021-03-09T00:52:47.173Z] Authorization: Token fake-token [2021-03-09T00:52:47.173Z] X-Docker-Token: true [2021-03-09T00:52:47.173Z] Accept-Encoding: gzip [2021-03-09T00:52:47.173Z] [2021-03-09T00:52:47.173Z] [2021-03-09T00:52:47.173Z] registry_test.go:730: HTTP/1.1 200 OK [2021-03-09T00:52:47.173Z] Connection: close [2021-03-09T00:52:47.173Z] Content-Length: 144 [2021-03-09T00:52:47.173Z] Cache-Control: no-cache [2021-03-09T00:52:47.173Z] Content-Type: application/json [2021-03-09T00:52:47.173Z] Date: Tue, 09 Mar 2021 00:52:46 GMT [2021-03-09T00:52:47.173Z] Expires: -1 [2021-03-09T00:52:47.173Z] Pragma: no-cache [2021-03-09T00:52:47.173Z] Server: docker-tests/mock [2021-03-09T00:52:47.173Z] X-Docker-Registry-Config: mock [2021-03-09T00:52:47.173Z] X-Docker-Registry-Version: 0.0.0 [2021-03-09T00:52:47.173Z] [2021-03-09T00:52:47.173Z] [2021-03-09T00:52:47.173Z] === RUN TestTrustedLocation [2021-03-09T00:52:47.173Z] --- PASS: TestTrustedLocation (0.00s) [2021-03-09T00:52:47.173Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-03-09T00:52:47.173Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-03-09T00:52:47.173Z] === RUN TestAllowNondistributableArtifacts [2021-03-09T00:52:47.173Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-03-09T00:52:47.173Z] === RUN TestIsSecureIndex [2021-03-09T00:52:47.173Z] --- PASS: TestIsSecureIndex (0.00s) [2021-03-09T00:52:47.173Z] PASS [2021-03-09T00:52:47.173Z] coverage: 51.7% of statements [2021-03-09T00:52:47.173Z] ok github.com/docker/docker/registry 0.225s coverage: 51.7% of statements [2021-03-09T00:52:47.178Z] --- PASS: TestUpdateCPUQuota (0.94s) [2021-03-09T00:52:47.178Z] === RUN TestUpdatePidsLimit [2021-03-09T00:52:47.178Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-09T00:52:47.178Z] === RUN TestUpdatePidsLimit/no_change [2021-03-09T00:52:47.482Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-09T00:52:47.637Z] === RUN TestDecodeContainerConfig [2021-03-09T00:52:47.637Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-03-09T00:52:47.637Z] === RUN TestDecodeContainerConfigIsolation [2021-03-09T00:52:47.637Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-03-09T00:52:47.637Z] === RUN TestValidatePrivileged [2021-03-09T00:52:47.637Z] --- PASS: TestValidatePrivileged (0.00s) [2021-03-09T00:52:47.637Z] PASS [2021-03-09T00:52:47.637Z] coverage: 52.2% of statements [2021-03-09T00:52:47.637Z] ok github.com/docker/docker/runconfig 0.101s coverage: 52.2% of statements [2021-03-09T00:52:47.637Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-03-09T00:52:47.637Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-03-09T00:52:47.637Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-03-09T00:52:47.637Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-03-09T00:52:47.637Z] PASS [2021-03-09T00:52:47.637Z] coverage: 62.5% of statements [2021-03-09T00:52:47.637Z] ok github.com/docker/docker/testutil 0.042s coverage: 62.5% of statements [2021-03-09T00:52:47.778Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-09T00:52:48.072Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-09T00:52:48.367Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-09T00:52:48.661Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-09T00:52:49.661Z] === RUN TestDockerSuite/TestBuildExpose [2021-03-09T00:52:49.661Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-03-09T00:52:49.661Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-03-09T00:52:49.661Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-03-09T00:52:49.708Z] --- PASS: TestUpdatePidsLimit (2.51s) [2021-03-09T00:52:49.708Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.25s) [2021-03-09T00:52:49.708Z] --- PASS: TestUpdatePidsLimit/no_change (0.27s) [2021-03-09T00:52:49.708Z] --- PASS: TestUpdatePidsLimit/update_lower (0.26s) [2021-03-09T00:52:49.708Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.26s) [2021-03-09T00:52:49.708Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s) [2021-03-09T00:52:49.708Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2021-03-09T00:52:49.708Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.27s) [2021-03-09T00:52:49.708Z] === RUN TestUpdateRestartPolicy [2021-03-09T00:52:49.918Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-03-09T00:52:50.483Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-03-09T00:52:50.564Z] === RUN TestGetDriver [2021-03-09T00:52:50.564Z] --- PASS: TestGetDriver (0.00s) [2021-03-09T00:52:50.564Z] === RUN TestVolumeRequestError [2021-03-09T00:52:50.564Z] --- PASS: TestVolumeRequestError (0.01s) [2021-03-09T00:52:50.564Z] PASS [2021-03-09T00:52:50.564Z] coverage: 36.1% of statements [2021-03-09T00:52:50.564Z] ok github.com/docker/docker/volume/drivers 0.120s coverage: 36.1% of statements [2021-03-09T00:52:50.564Z] === RUN TestGetAddress [2021-03-09T00:52:50.564Z] --- PASS: TestGetAddress (0.00s) [2021-03-09T00:52:50.564Z] === RUN TestRemove [2021-03-09T00:52:50.565Z] --- SKIP: TestRemove (0.00s) [2021-03-09T00:52:50.565Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-03-09T00:52:50.565Z] === RUN TestInitializeWithVolumes [2021-03-09T00:52:50.565Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-03-09T00:52:50.565Z] === RUN TestCreate [2021-03-09T00:52:50.565Z] --- PASS: TestCreate (0.01s) [2021-03-09T00:52:50.565Z] === RUN TestValidateName [2021-03-09T00:52:50.565Z] --- PASS: TestValidateName (0.00s) [2021-03-09T00:52:50.565Z] === RUN TestCreateWithOpts [2021-03-09T00:52:50.565Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-03-09T00:52:50.565Z] local_test.go:181: runtime.GOOS == "windows" [2021-03-09T00:52:50.565Z] === RUN TestRelaodNoOpts [2021-03-09T00:52:50.565Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-03-09T00:52:50.565Z] PASS [2021-03-09T00:52:50.565Z] coverage: 41.5% of statements [2021-03-09T00:52:50.565Z] ok github.com/docker/docker/volume/local 0.111s coverage: 41.5% of statements [2021-03-09T00:52:50.565Z] === RUN TestConvertTmpfsOptions [2021-03-09T00:52:50.565Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-03-09T00:52:50.565Z] parser_test.go:49: data="mode=700,size=1m" [2021-03-09T00:52:50.565Z] parser_test.go:49: data="ro" [2021-03-09T00:52:50.565Z] === RUN TestParseMountRaw [2021-03-09T00:52:50.565Z] --- PASS: TestParseMountRaw (0.02s) [2021-03-09T00:52:50.565Z] === RUN TestParseMountRawSplit [2021-03-09T00:52:50.565Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-03-09T00:52:50.565Z] parser_test.go:390: case 0 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 1 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 2 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 3 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 4 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 5 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 6 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 7 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 8 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 0 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 1 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 2 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 3 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 4 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 5 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 6 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 7 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 8 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 9 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 10 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 11 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 12 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 0 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 1 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 2 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 3 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 4 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 5 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 6 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 7 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 8 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 9 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 10 [2021-03-09T00:52:50.565Z] parser_test.go:390: case 11 [2021-03-09T00:52:50.565Z] === RUN TestParseMountSpec [2021-03-09T00:52:50.565Z] --- PASS: TestParseMountSpec (0.00s) [2021-03-09T00:52:50.565Z] parser_test.go:455: case 0 [2021-03-09T00:52:50.565Z] parser_test.go:455: case 1 [2021-03-09T00:52:50.565Z] parser_test.go:455: case 2 [2021-03-09T00:52:50.565Z] parser_test.go:455: case 3 [2021-03-09T00:52:50.565Z] parser_test.go:455: case 4 [2021-03-09T00:52:50.565Z] parser_test.go:455: case 5 [2021-03-09T00:52:50.565Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-03-09T00:52:50.565Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-03-09T00:52:50.565Z] === RUN TestValidateMount [2021-03-09T00:52:50.565Z] --- PASS: TestValidateMount (0.00s) [2021-03-09T00:52:50.565Z] PASS [2021-03-09T00:52:50.565Z] coverage: 66.2% of statements [2021-03-09T00:52:50.565Z] ok github.com/docker/docker/volume/mounts 0.071s coverage: 66.2% of statements [2021-03-09T00:52:51.186Z] --- PASS: TestCreateServiceSysctls (4.20s) [2021-03-09T00:52:51.186Z] === RUN TestCreateServiceCapabilities [2021-03-09T00:52:51.414Z] === RUN TestDockerSuite/TestBuildFails [2021-03-09T00:52:52.119Z] === RUN TestSetGetMeta [2021-03-09T00:52:52.119Z] === PAUSE TestSetGetMeta [2021-03-09T00:52:52.119Z] === RUN TestRestore [2021-03-09T00:52:52.119Z] === PAUSE TestRestore [2021-03-09T00:52:52.119Z] === RUN TestServiceCreate [2021-03-09T00:52:52.119Z] === PAUSE TestServiceCreate [2021-03-09T00:52:52.119Z] === RUN TestServiceList [2021-03-09T00:52:52.119Z] === PAUSE TestServiceList [2021-03-09T00:52:52.119Z] === RUN TestServiceRemove [2021-03-09T00:52:52.119Z] === PAUSE TestServiceRemove [2021-03-09T00:52:52.119Z] === RUN TestServiceGet [2021-03-09T00:52:52.119Z] === PAUSE TestServiceGet [2021-03-09T00:52:52.119Z] === RUN TestServicePrune [2021-03-09T00:52:52.119Z] === PAUSE TestServicePrune [2021-03-09T00:52:52.119Z] === RUN TestCreate [2021-03-09T00:52:52.119Z] === PAUSE TestCreate [2021-03-09T00:52:52.119Z] === RUN TestRemove [2021-03-09T00:52:52.119Z] === PAUSE TestRemove [2021-03-09T00:52:52.119Z] === RUN TestList [2021-03-09T00:52:52.119Z] === PAUSE TestList [2021-03-09T00:52:52.119Z] === RUN TestFindByDriver [2021-03-09T00:52:52.119Z] === PAUSE TestFindByDriver [2021-03-09T00:52:52.119Z] === RUN TestFindByReferenced [2021-03-09T00:52:52.119Z] === PAUSE TestFindByReferenced [2021-03-09T00:52:52.119Z] === RUN TestDerefMultipleOfSameRef [2021-03-09T00:52:52.119Z] === PAUSE TestDerefMultipleOfSameRef [2021-03-09T00:52:52.119Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-03-09T00:52:52.119Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-03-09T00:52:52.119Z] === RUN TestDefererencePluginOnCreateError [2021-03-09T00:52:52.119Z] === PAUSE TestDefererencePluginOnCreateError [2021-03-09T00:52:52.119Z] === RUN TestRefDerefRemove [2021-03-09T00:52:52.119Z] === PAUSE TestRefDerefRemove [2021-03-09T00:52:52.119Z] === RUN TestGet [2021-03-09T00:52:52.119Z] === PAUSE TestGet [2021-03-09T00:52:52.119Z] === RUN TestGetWithReference [2021-03-09T00:52:52.119Z] === PAUSE TestGetWithReference [2021-03-09T00:52:52.119Z] === RUN TestFilterFunc [2021-03-09T00:52:52.119Z] === RUN TestFilterFunc/test_nil_list [2021-03-09T00:52:52.119Z] === PAUSE TestFilterFunc/test_nil_list [2021-03-09T00:52:52.119Z] === RUN TestFilterFunc/test_empty_list [2021-03-09T00:52:52.119Z] === PAUSE TestFilterFunc/test_empty_list [2021-03-09T00:52:52.119Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-03-09T00:52:52.119Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-03-09T00:52:52.119Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-03-09T00:52:52.119Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-03-09T00:52:52.119Z] === RUN TestFilterFunc/test_filter_some [2021-03-09T00:52:52.119Z] === PAUSE TestFilterFunc/test_filter_some [2021-03-09T00:52:52.119Z] === RUN TestFilterFunc/test_filter_middle [2021-03-09T00:52:52.119Z] === PAUSE TestFilterFunc/test_filter_middle [2021-03-09T00:52:52.119Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-03-09T00:52:52.119Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-03-09T00:52:52.119Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-03-09T00:52:52.119Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-03-09T00:52:52.119Z] === CONT TestFilterFunc/test_nil_list [2021-03-09T00:52:52.119Z] === CONT TestFilterFunc/test_filter_some [2021-03-09T00:52:52.119Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-03-09T00:52:52.119Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-03-09T00:52:52.119Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-03-09T00:52:52.119Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-03-09T00:52:52.119Z] === CONT TestFilterFunc/test_empty_list [2021-03-09T00:52:52.119Z] === CONT TestFilterFunc/test_filter_middle [2021-03-09T00:52:52.119Z] --- PASS: TestFilterFunc (0.00s) [2021-03-09T00:52:52.119Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-03-09T00:52:52.119Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-03-09T00:52:52.119Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-03-09T00:52:52.119Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-03-09T00:52:52.119Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-03-09T00:52:52.119Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-03-09T00:52:52.119Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-03-09T00:52:52.119Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-03-09T00:52:52.119Z] === CONT TestSetGetMeta [2021-03-09T00:52:52.119Z] === CONT TestGetWithReference [2021-03-09T00:52:52.119Z] === CONT TestFindByReferenced [2021-03-09T00:52:52.119Z] === CONT TestServicePrune [2021-03-09T00:52:52.119Z] --- PASS: TestSetGetMeta (0.02s) [2021-03-09T00:52:52.119Z] === CONT TestGet [2021-03-09T00:52:52.119Z] --- PASS: TestGetWithReference (0.03s) [2021-03-09T00:52:52.119Z] === CONT TestRefDerefRemove [2021-03-09T00:52:52.119Z] --- PASS: TestFindByReferenced (0.03s) [2021-03-09T00:52:52.119Z] === CONT TestDefererencePluginOnCreateError [2021-03-09T00:52:52.119Z] --- PASS: TestGet (0.02s) [2021-03-09T00:52:52.119Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-03-09T00:52:52.119Z] --- PASS: TestRefDerefRemove (0.02s) [2021-03-09T00:52:52.119Z] === CONT TestDerefMultipleOfSameRef [2021-03-09T00:52:52.119Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-03-09T00:52:52.119Z] === CONT TestFindByDriver [2021-03-09T00:52:52.119Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-03-09T00:52:52.119Z] === CONT TestList [2021-03-09T00:52:52.119Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-03-09T00:52:52.119Z] === CONT TestRemove [2021-03-09T00:52:52.119Z] --- PASS: TestFindByDriver (0.03s) [2021-03-09T00:52:52.119Z] === CONT TestCreate [2021-03-09T00:52:52.119Z] --- PASS: TestList (0.03s) [2021-03-09T00:52:52.119Z] === CONT TestServiceGet [2021-03-09T00:52:52.119Z] --- PASS: TestRemove (0.02s) [2021-03-09T00:52:52.119Z] === CONT TestServiceRemove [2021-03-09T00:52:52.119Z] --- PASS: TestCreate (0.02s) [2021-03-09T00:52:52.119Z] === CONT TestServiceList [2021-03-09T00:52:52.119Z] --- PASS: TestServiceGet (0.05s) [2021-03-09T00:52:52.119Z] === CONT TestServiceCreate [2021-03-09T00:52:52.119Z] time="2021-03-09T00:52:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-09T00:52:52.119Z] --- PASS: TestServiceRemove (0.05s) [2021-03-09T00:52:52.119Z] === CONT TestRestore [2021-03-09T00:52:52.119Z] time="2021-03-09T00:52:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-09T00:52:52.119Z] --- PASS: TestServiceList (0.06s) [2021-03-09T00:52:52.119Z] time="2021-03-09T00:52:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-09T00:52:52.119Z] --- PASS: TestServiceCreate (0.03s) [2021-03-09T00:52:52.119Z] time="2021-03-09T00:52:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-03-09T00:52:52.119Z] time="2021-03-09T00:52:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-09T00:52:52.119Z] --- PASS: TestRestore (0.03s) [2021-03-09T00:52:52.119Z] --- PASS: TestServicePrune (0.18s) [2021-03-09T00:52:52.119Z] PASS [2021-03-09T00:52:52.119Z] coverage: 70.3% of statements [2021-03-09T00:52:52.119Z] ok github.com/docker/docker/volume/service 0.229s coverage: 70.3% of statements [2021-03-09T00:52:52.345Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-03-09T00:52:52.345Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-03-09T00:52:54.027Z] --- PASS: TestInfoAPIWarnings (16.27s) [2021-03-09T00:52:54.027Z] === RUN TestInfoDebug [2021-03-09T00:52:54.027Z] --- PASS: TestInfoDebug (0.54s) [2021-03-09T00:52:54.027Z] === RUN TestInfoInsecureRegistries [2021-03-09T00:52:54.027Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-03-09T00:52:54.027Z] === RUN TestInfoRegistryMirrors [2021-03-09T00:52:54.027Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-03-09T00:52:54.027Z] === RUN TestLoginFailsWithBadCredentials [2021-03-09T00:52:54.027Z] --- PASS: TestLoginFailsWithBadCredentials (0.18s) [2021-03-09T00:52:54.027Z] === RUN TestPingCacheHeaders [2021-03-09T00:52:54.027Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-03-09T00:52:54.027Z] === RUN TestPingGet [2021-03-09T00:52:54.027Z] --- PASS: TestPingGet (0.01s) [2021-03-09T00:52:54.027Z] === RUN TestPingHead [2021-03-09T00:52:54.027Z] --- PASS: TestPingHead (0.02s) [2021-03-09T00:52:54.027Z] === RUN TestVersion [2021-03-09T00:52:54.027Z] --- PASS: TestVersion (0.02s) [2021-03-09T00:52:54.027Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-03-09T00:52:54.483Z] --- PASS: TestCreateServiceCapabilities (3.42s) [2021-03-09T00:52:54.483Z] === RUN TestInspect [2021-03-09T00:52:54.867Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-03-09T00:52:55.051Z] --- PASS: TestNewClientWithTimeout (17.74s) [2021-03-09T00:52:55.051Z] === RUN TestClientStream [2021-03-09T00:52:55.051Z] --- PASS: TestClientStream (0.00s) [2021-03-09T00:52:55.051Z] === RUN TestClientSendFile [2021-03-09T00:52:55.051Z] --- PASS: TestClientSendFile (0.00s) [2021-03-09T00:52:55.051Z] === RUN TestClientWithRequestTimeout [2021-03-09T00:52:55.051Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-03-09T00:52:55.051Z] === RUN TestFileSpecPlugin [2021-03-09T00:52:55.051Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-03-09T00:52:55.051Z] === RUN TestFileJSONSpecPlugin [2021-03-09T00:52:55.051Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-03-09T00:52:55.051Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-03-09T00:52:55.051Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-03-09T00:52:55.051Z] === RUN TestPluginAddHandler [2021-03-09T00:52:55.051Z] --- PASS: TestPluginAddHandler (0.00s) [2021-03-09T00:52:55.051Z] === RUN TestPluginWaitBadPlugin [2021-03-09T00:52:55.051Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-03-09T00:52:55.051Z] === RUN TestGet [2021-03-09T00:52:55.051Z] time="2021-03-09T00:52:54Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-03-09T00:52:55.411Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.28s) [2021-03-09T00:52:55.411Z] PASS [2021-03-09T00:52:55.411Z] [2021-03-09T00:52:55.411Z] DONE 18 tests in 22.227s [2021-03-09T00:52:55.411Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-09T00:52:55.411Z] INFO: Testing against a local daemon [2021-03-09T00:52:55.411Z] === RUN TestVolumesCreateAndList [2021-03-09T00:52:55.411Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-03-09T00:52:55.411Z] === RUN TestVolumesRemove [2021-03-09T00:52:55.411Z] --- PASS: TestVolumesRemove (0.09s) [2021-03-09T00:52:55.411Z] === RUN TestVolumesInspect [2021-03-09T00:52:55.411Z] --- PASS: TestVolumesInspect (0.02s) [2021-03-09T00:52:55.411Z] === RUN TestVolumesInvalidJSON [2021-03-09T00:52:55.411Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-09T00:52:55.411Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-09T00:52:55.411Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-09T00:52:55.411Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-03-09T00:52:55.411Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-09T00:52:55.411Z] PASS [2021-03-09T00:52:55.411Z] [2021-03-09T00:52:55.411Z] DONE 5 tests in 0.174s [2021-03-09T00:52:55.411Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-09T00:52:55.984Z] Stopping apparmor (via systemctl): apparmor.service. [2021-03-09T00:52:55.984Z] Removing test suite binaries [2021-03-09T00:52:55.984Z] exiting test-integration [2021-03-09T00:52:55.984Z] ++ exit 0 [2021-03-09T00:52:55.984Z] [2021-03-09T00:52:56.029Z] time="2021-03-09T00:52:55Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-03-09T00:52:56.757Z] === RUN TestDockerSuite/TestBuildForceRm [2021-03-09T00:52:57.781Z] --- PASS: TestInspect (3.52s) [2021-03-09T00:52:57.781Z] === RUN TestCreateJob [2021-03-09T00:52:58.123Z] === RUN TestDockerSuite/TestBuildFromGit [2021-03-09T00:52:58.234Z] time="2021-03-09T00:52:57Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" Post stage [Pipeline] junit [2021-03-09T00:52:59.329Z] Recording test results [2021-03-09T00:52:59.489Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-03-09T00:53:00.052Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-03-09T00:53:00.775Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-09T00:53:00.980Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-03-09T00:53:01.129Z] + echo Ensuring container killed. [2021-03-09T00:53:01.129Z] Ensuring container killed. [2021-03-09T00:53:01.129Z] + docker rm -vf docker-pr6 [2021-03-09T00:53:01.129Z] Error: No such container: docker-pr6 [Pipeline] sh [2021-03-09T00:53:01.417Z] + echo Chowning /workspace to jenkins user [2021-03-09T00:53:01.417Z] Chowning /workspace to jenkins user [2021-03-09T00:53:01.417Z] + id -u [2021-03-09T00:53:01.417Z] + id -g [2021-03-09T00:53:01.417Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41757:/workspace busybox chown -R 1000:1000 /workspace [2021-03-09T00:53:01.417Z] Unable to find image 'busybox:latest' locally [2021-03-09T00:53:01.982Z] --- PASS: TestCreateJob (4.23s) [2021-03-09T00:53:01.982Z] === RUN TestReplicatedJob [2021-03-09T00:53:02.002Z] time="2021-03-09T00:53:01Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-03-09T00:53:02.384Z] --- PASS: TestUpdateRestartPolicy (11.30s) [2021-03-09T00:53:02.384Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-09T00:53:02.384Z] --- PASS: TestUpdateRestartWithAutoRemove (0.55s) [2021-03-09T00:53:02.384Z] === RUN TestWaitNonBlocked [2021-03-09T00:53:02.384Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:53:02.384Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:53:02.384Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:53:02.384Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:53:02.384Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T00:53:02.384Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T00:53:02.384Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-03-09T00:53:02.384Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s) [2021-03-09T00:53:02.384Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s) [2021-03-09T00:53:02.384Z] === RUN TestWaitBlocked [2021-03-09T00:53:02.384Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:53:02.384Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:53:02.384Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:53:02.384Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:53:02.384Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-09T00:53:02.384Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-09T00:53:02.870Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-03-09T00:53:03.026Z] --- PASS: TestWaitBlocked (0.03s) [2021-03-09T00:53:03.026Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.89s) [2021-03-09T00:53:03.026Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.93s) [2021-03-09T00:53:03.026Z] === CONT TestContainerStartOnDaemonRestart [2021-03-09T00:53:03.026Z] === CONT TestContainerKillOnDaemonStart [2021-03-09T00:53:03.026Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-09T00:53:03.026Z] === CONT TestIpcModeOlderClient [2021-03-09T00:53:03.323Z] --- PASS: TestIpcModeOlderClient (0.15s) [2021-03-09T00:53:03.323Z] === CONT TestDaemonHostGatewayIP [2021-03-09T00:53:04.239Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-03-09T00:53:04.800Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-03-09T00:53:06.706Z] latest: Pulling from library/busybox [2021-03-09T00:53:06.706Z] 5c4213be9af9: Pulling fs layer [2021-03-09T00:53:06.706Z] 5c4213be9af9: Download complete [2021-03-09T00:53:06.733Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-03-09T00:53:06.895Z] --- PASS: TestContainerStartOnDaemonRestart (3.51s) [2021-03-09T00:53:06.895Z] === CONT TestDaemonRestartIpcMode [2021-03-09T00:53:06.895Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.80s) [2021-03-09T00:53:06.967Z] 5c4213be9af9: Pull complete [2021-03-09T00:53:06.967Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-03-09T00:53:06.967Z] Status: Downloaded newer image for busybox:latest [2021-03-09T00:53:07.532Z] --- PASS: TestDaemonHostGatewayIP (4.14s) [2021-03-09T00:53:08.624Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-09T00:53:09.609Z] --- PASS: TestDaemonRestartIpcMode (2.67s) [2021-03-09T00:53:09.822Z] + bundleName=amd64-cgroup2 [2021-03-09T00:53:09.822Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-03-09T00:53:09.822Z] Creating amd64-cgroup2-bundles.tar.gz [2021-03-09T00:53:09.822Z] + 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-09T00:53:09.822Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-03-09T00:53:09.990Z] === RUN TestDockerSuite/TestBuildHistory [2021-03-09T00:53:09.990Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [Pipeline] archiveArtifacts [2021-03-09T00:53:10.096Z] Archiving artifacts [2021-03-09T00:53:10.127Z] --- PASS: TestReplicatedJob (6.87s) [2021-03-09T00:53:10.127Z] === RUN TestUpdateReplicatedJob [2021-03-09T00:53:10.623Z] --- PASS: TestGet (15.00s) [2021-03-09T00:53:10.623Z] === RUN TestPluginWithNoManifest [2021-03-09T00:53:10.623Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-03-09T00:53:10.623Z] === RUN TestGetAll [2021-03-09T00:53:10.623Z] --- PASS: TestGetAll (0.00s) [2021-03-09T00:53:10.623Z] PASS [2021-03-09T00:53:10.623Z] coverage: 73.4% of statements [2021-03-09T00:53:10.623Z] ok github.com/docker/docker/pkg/plugins 35.000s coverage: 73.4% of statements [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/quota [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/rootless [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/volume [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-09T00:53:10.623Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-09T00:53:10.918Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-03-09T00:53:11.086Z] [2021-03-09T00:53:11.087Z] === Skipped [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-03-09T00:53:11.087Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-03-09T00:53:11.087Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-03-09T00:53:11.087Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-03-09T00:53:11.087Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-03-09T00:53:11.087Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-03-09T00:53:11.087Z] client_test.go:23: runtime.GOOS == "windows" [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-03-09T00:53:11.087Z] daemon_test.go:147: root required [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-03-09T00:53:11.087Z] reload_test.go:520: root required [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-03-09T00:53:11.087Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-03-09T00:53:11.087Z] pull_v2_test.go:73: Needs fixing on Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-03-09T00:53:11.087Z] pull_v2_test.go:118: Needs fixing on Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-03-09T00:53:11.087Z] download_test.go:268: Needs fixing on Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-03-09T00:53:11.087Z] layer_test.go:304: Failing on Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-03-09T00:53:11.087Z] layer_test.go:353: Failing on Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-03-09T00:53:11.087Z] layer_test.go:468: Failing on Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-03-09T00:53:11.087Z] layer_test.go:697: Failing on Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-03-09T00:53:11.087Z] migration_test.go:46: Failing on Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-03-09T00:53:11.087Z] migration_test.go:182: Failing on Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-03-09T00:53:11.087Z] mount_test.go:17: Failing on Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-03-09T00:53:11.087Z] mount_test.go:76: Failing on Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-03-09T00:53:11.087Z] mount_test.go:125: Failing on Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-03-09T00:53:11.087Z] mount_test.go:212: Failing on Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-03-09T00:53:11.087Z] archive_test.go:134: Xz not present in msys2 [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-03-09T00:53:11.087Z] archive_test.go:239: Failing on Windows CI machines [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-03-09T00:53:11.087Z] archive_windows_test.go:16: Currently fails [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-03-09T00:53:11.087Z] changes_test.go:192: needs more investigation [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-03-09T00:53:11.087Z] changes_test.go:405: needs further investigation [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-03-09T00:53:11.087Z] changes_test.go:441: needs further investigation [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.01s) [2021-03-09T00:53:11.087Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-03-09T00:53:11.087Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-03-09T00:53:11.087Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-03-09T00:53:11.087Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-03-09T00:53:11.087Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-03-09T00:53:11.087Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.01s) [2021-03-09T00:53:11.087Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.01s) [2021-03-09T00:53:11.087Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.01s) [2021-03-09T00:53:11.087Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-03-09T00:53:11.087Z] poller_test.go:41: No chmod on Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-03-09T00:53:11.087Z] fileutils_test.go:134: Needs porting to Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-03-09T00:53:11.087Z] fileutils_test.go:180: Needs porting to Windows [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-03-09T00:53:11.087Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-03-09T00:53:11.087Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:53:11.087Z] [2021-03-09T00:53:11.087Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-03-09T00:53:11.087Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-03-09T00:53:11.551Z] [2021-03-09T00:53:11.551Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-03-09T00:53:11.551Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-03-09T00:53:11.551Z] [2021-03-09T00:53:11.551Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-03-09T00:53:11.551Z] local_test.go:181: runtime.GOOS == "windows" [2021-03-09T00:53:11.551Z] [2021-03-09T00:53:11.551Z] [2021-03-09T00:53:11.551Z] DONE 1828 tests, 45 skipped in 197.172s [2021-03-09T00:53:11.551Z] INFO: make.ps1 ended at 03/09/2021 00:53:11 [2021-03-09T00:53:12.107Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41757/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-09T00:53:12.444Z] + make clean [2021-03-09T00:53:12.705Z] docker volume rm -f docker-dev-cache [2021-03-09T00:53:12.705Z] docker-dev-cache [Pipeline] deleteDir [2021-03-09T00:53:13.101Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-03-09T00:53:13.101Z] INFO: Unit tests ended at 03/09/2021 00:53:12. Duration:00:03:31.6292752 [2021-03-09T00:53:13.101Z] INFO: Building busybox [2021-03-09T00:53:13.101Z] Sending build context to Docker daemon 5.12kB [2021-03-09T00:53:13.101Z] [2021-03-09T00:53:13.101Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-03-09T00:53:13.101Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-03-09T00:53:13.101Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-03-09T00:53:13.101Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-03-09T00:53:13.101Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-03-09T00:53:13.101Z] ---> 31902e4b25a6 [2021-03-09T00:53:13.101Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-03-09T00:53:13.101Z] ---> Running in d14a696c2f26 [2021-03-09T00:53:13.425Z] --- PASS: TestUpdateReplicatedJob (4.32s) [2021-03-09T00:53:13.425Z] === RUN TestServiceListWithStatuses [2021-03-09T00:53:13.425Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-09T00:53:13.425Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-09T00:53:13.425Z] === RUN TestDockerNetworkConnectAlias [2021-03-09T00:53:15.086Z] === RUN TestDockerSuite/TestBuildIidFile [2021-03-09T00:53:15.648Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T00:53:16.526Z] --- PASS: TestContainerKillOnDaemonStart (12.92s) [2021-03-09T00:53:16.526Z] PASS [2021-03-09T00:53:16.526Z] [2021-03-09T00:53:16.526Z] === Skipped [2021-03-09T00:53:16.526Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2021-03-09T00:53:16.526Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-09T00:53:16.526Z] [2021-03-09T00:53:16.526Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-09T00:53:16.526Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-09T00:53:16.526Z] [2021-03-09T00:53:16.526Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2021-03-09T00:53:16.526Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-09T00:53:16.526Z] [2021-03-09T00:53:16.526Z] [2021-03-09T00:53:16.526Z] DONE 196 tests, 3 skipped in 111.515s [2021-03-09T00:53:16.526Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2021-03-09T00:53:16.526Z] ++ 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-09T00:53:16.526Z] ++ set -e [2021-03-09T00:53:16.526Z] ++ '[' -n 0 ']' [2021-03-09T00:53:16.526Z] ++ set -x [2021-03-09T00:53:16.526Z] ++ env -i DEST=/go/src/github.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-09T00:53:16.526Z] INFO: Testing against a local daemon [2021-03-09T00:53:16.526Z] === RUN TestCommitInheritsEnv [2021-03-09T00:53:16.526Z] --- PASS: TestCommitInheritsEnv (0.37s) [2021-03-09T00:53:16.526Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-09T00:53:16.526Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-09T00:53:16.526Z] === RUN TestImagesFilterMultiReference [2021-03-09T00:53:16.526Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-03-09T00:53:16.526Z] === RUN TestImagePullPlatformInvalid [2021-03-09T00:53:16.526Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-03-09T00:53:16.526Z] === RUN TestRemoveImageOrphaning [2021-03-09T00:53:16.577Z] === RUN TestDockerSuite/TestBuildInheritance [2021-03-09T00:53:16.822Z] --- PASS: TestRemoveImageOrphaning (0.31s) [2021-03-09T00:53:16.822Z] === RUN TestRemoveImageGarbageCollector [2021-03-09T00:53:16.822Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-09T00:53:16.822Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:53:16.822Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-09T00:53:16.822Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-03-09T00:53:16.822Z] === RUN TestTagInvalidReference [2021-03-09T00:53:16.822Z] --- PASS: TestTagInvalidReference (0.02s) [2021-03-09T00:53:16.822Z] === RUN TestTagValidPrefixedRepo [2021-03-09T00:53:17.122Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-03-09T00:53:17.122Z] === RUN TestTagExistedNameWithoutForce [2021-03-09T00:53:17.122Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-03-09T00:53:17.122Z] === RUN TestTagOfficialNames [2021-03-09T00:53:17.122Z] --- PASS: TestTagOfficialNames (0.04s) [2021-03-09T00:53:17.122Z] === RUN TestTagMatchesDigest [2021-03-09T00:53:17.122Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-03-09T00:53:17.122Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-09T00:53:17.139Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-03-09T00:53:17.701Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-03-09T00:53:17.701Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-03-09T00:53:17.827Z] Removing intermediate container d14a696c2f26 [2021-03-09T00:53:17.827Z] ---> b5ead4b16da8 [2021-03-09T00:53:17.827Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-03-09T00:53:17.827Z] ---> Running in 878621c00a8c [2021-03-09T00:53:17.827Z] Removing intermediate container 878621c00a8c [2021-03-09T00:53:17.827Z] ---> 81298b43e10f [2021-03-09T00:53:17.827Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-03-09T00:53:17.827Z] ---> Running in 7fd9c387b011 [2021-03-09T00:53:18.291Z] Removing intermediate container 7fd9c387b011 [2021-03-09T00:53:18.291Z] ---> a6c6a11bf1f9 [2021-03-09T00:53:18.291Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-03-09T00:53:18.630Z] === RUN TestDockerSuite/TestBuildLabel [2021-03-09T00:53:19.205Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-03-09T00:53:19.792Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-03-09T00:53:19.844Z] [2021-03-09T00:53:19.844Z] ---> f1f50dffe34c [2021-03-09T00:53:19.844Z] 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-09T00:53:19.844Z] ---> Running in 064f1d546b50 [2021-03-09T00:53:20.003Z] --- PASS: TestDockerNetworkConnectAlias (6.50s) [2021-03-09T00:53:20.004Z] === RUN TestDockerNetworkReConnect [2021-03-09T00:53:20.051Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-03-09T00:53:20.614Z] === RUN TestDockerSuite/TestBuildLabels [2021-03-09T00:53:20.871Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-03-09T00:53:22.237Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-03-09T00:53:25.287Z] --- PASS: TestDockerNetworkReConnect (5.29s) [2021-03-09T00:53:25.287Z] === RUN TestServicePlugin [2021-03-09T00:53:25.287Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-09T00:53:25.287Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:53:25.287Z] === RUN TestServiceUpdateLabel [2021-03-09T00:53:25.507Z] === RUN TestDockerSuite/TestBuildLastModified [2021-03-09T00:53:27.395Z] --- PASS: TestImportExtremelyLargeImageWorks (192.77s) [2021-03-09T00:53:27.396Z] PASS [2021-03-09T00:53:27.396Z] [2021-03-09T00:53:27.396Z] DONE 12 tests in 196.995s [2021-03-09T00:53:27.396Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-03-09T00:53:27.396Z] ++ 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-09T00:53:27.396Z] ++ set -e [2021-03-09T00:53:27.396Z] ++ '[' -n 0 ']' [2021-03-09T00:53:27.396Z] ++ set -x [2021-03-09T00:53:27.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-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-09T00:53:27.396Z] INFO: Testing against a local daemon [2021-03-09T00:53:27.396Z] === RUN TestNetworkCreateDelete [2021-03-09T00:53:27.396Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-03-09T00:53:27.396Z] === RUN TestDockerNetworkDeletePreferID [2021-03-09T00:53:27.652Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2021-03-09T00:53:27.652Z] === RUN TestDaemonDNSFallback [2021-03-09T00:53:28.460Z] Removing intermediate container 064f1d546b50 [2021-03-09T00:53:28.460Z] ---> fc576ab3b8ec [2021-03-09T00:53:28.460Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-03-09T00:53:28.460Z] ---> Running in d025968f893c [2021-03-09T00:53:28.585Z] --- PASS: TestServiceUpdateLabel (3.23s) [2021-03-09T00:53:28.585Z] === RUN TestServiceUpdateSecrets [2021-03-09T00:53:30.011Z] [2021-03-09T00:53:30.011Z] SUCCESS: Specified value was saved. [2021-03-09T00:53:30.166Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-03-09T00:53:32.056Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-03-09T00:53:32.209Z] Removing intermediate container d025968f893c [2021-03-09T00:53:32.209Z] ---> 1b590f7892c0 [2021-03-09T00:53:32.209Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-03-09T00:53:32.209Z] ---> Running in c70b37467441 [2021-03-09T00:53:32.312Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-03-09T00:53:32.569Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-03-09T00:53:32.569Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-03-09T00:53:32.569Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-03-09T00:53:32.826Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-03-09T00:53:34.192Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-03-09T00:53:34.449Z] --- PASS: TestDaemonDNSFallback (6.76s) [2021-03-09T00:53:34.449Z] === RUN TestInspectNetwork [2021-03-09T00:53:35.377Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-03-09T00:53:36.012Z] Cannot create a file when that file already exists. [2021-03-09T00:53:38.664Z] === RUN TestInspectNetwork/full_network_id [2021-03-09T00:53:38.664Z] === RUN TestInspectNetwork/partial_network_id [2021-03-09T00:53:38.664Z] === RUN TestInspectNetwork/network_name [2021-03-09T00:53:38.664Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-09T00:53:38.664Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-03-09T00:53:38.920Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-03-09T00:53:39.481Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-03-09T00:53:40.731Z] Removing intermediate container c70b37467441 [2021-03-09T00:53:40.731Z] ---> eaed082a637c [2021-03-09T00:53:40.731Z] Step 13/13 : CMD ["sh"] [2021-03-09T00:53:40.731Z] ---> Running in abebc02ba009 [2021-03-09T00:53:40.731Z] Removing intermediate container abebc02ba009 [2021-03-09T00:53:40.731Z] ---> c05d1056dc3e [2021-03-09T00:53:40.731Z] Successfully built c05d1056dc3e [2021-03-09T00:53:40.731Z] Successfully tagged busybox:latest [2021-03-09T00:53:40.731Z] INFO: Docker images of the daemon under test [2021-03-09T00:53:40.731Z] [2021-03-09T00:53:40.731Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-03-09T00:53:40.731Z] busybox latest c05d1056dc3e Less than a second ago 5.28GB [2021-03-09T00:53:40.731Z] microsoft/windowsservercore latest 31902e4b25a6 4 weeks ago 5.21GB [2021-03-09T00:53:40.731Z] mcr.microsoft.com/windows/servercore ltsc2019 31902e4b25a6 4 weeks ago 5.21GB [2021-03-09T00:53:40.731Z] [2021-03-09T00:53:40.731Z] INFO: Running integration tests at 03/09/2021 00:53:40... [2021-03-09T00:53:40.731Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-03-09T00:53:40.731Z] INFO: Integration API tests being run from the host: [2021-03-09T00:53:40.731Z] INFO: make.ps1 starting at 03/09/2021 00:53:40 [2021-03-09T00:53:41.671Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-03-09T00:53:41.671Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-03-09T00:53:41.671Z] remote: Enumerating objects: 2, done. [2021-03-09T00:53:41.671Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-03-09T00:53:41.671Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-03-09T00:53:41.671Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-03-09T00:53:41.671Z] 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-09T00:53:41.671Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-03-09T00:53:41.671Z] [2021-03-09T00:53:41.710Z] Running D:\gopath\src\github.com\docker\docker\integration\build [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-03-09T00:53:42.581Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41757/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/test/unit [2021-03-09T00:53:43.484Z] --- PASS: TestServiceUpdateSecrets (15.36s) [2021-03-09T00:53:43.484Z] === RUN TestServiceUpdateConfigs [2021-03-09T00:53:43.648Z] --- PASS: TestInspectNetwork (8.48s) [2021-03-09T00:53:43.648Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-09T00:53:43.648Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-09T00:53:43.648Z] --- PASS: TestInspectNetwork/network_name (0.01s) [2021-03-09T00:53:43.648Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-09T00:53:43.648Z] === RUN TestRunContainerWithBridgeNone [2021-03-09T00:53:45.014Z] --- PASS: TestRunContainerWithBridgeNone (2.04s) [2021-03-09T00:53:45.014Z] === RUN TestNetworkInvalidJSON [2021-03-09T00:53:45.014Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-09T00:53:45.014Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-09T00:53:45.014Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:53:45.014Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:53:45.014Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:53:45.014Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:53:45.014Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-09T00:53:45.014Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:53:45.014Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:53:45.014Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-03-09T00:53:45.014Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-03-09T00:53:45.014Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-03-09T00:53:45.014Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-09T00:53:45.014Z] === RUN TestNetworkList [2021-03-09T00:53:45.014Z] === RUN TestNetworkList//networks [2021-03-09T00:53:45.014Z] === PAUSE TestNetworkList//networks [2021-03-09T00:53:45.014Z] === RUN TestNetworkList//networks/ [2021-03-09T00:53:45.014Z] === PAUSE TestNetworkList//networks/ [2021-03-09T00:53:45.014Z] === CONT TestNetworkList//networks [2021-03-09T00:53:45.014Z] === CONT TestNetworkList//networks/ [2021-03-09T00:53:45.014Z] --- PASS: TestNetworkList (0.03s) [2021-03-09T00:53:45.014Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-09T00:53:45.014Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-09T00:53:45.014Z] === RUN TestHostIPv4BridgeLabel [2021-03-09T00:53:45.114Z] ? github.com/docker/docker/api [no test files] [2021-03-09T00:53:45.576Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2021-03-09T00:53:45.576Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-09T00:53:46.942Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-03-09T00:53:46.942Z] === RUN TestDaemonDefaultNetworkPools [2021-03-09T00:53:46.942Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-03-09T00:53:47.504Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2021-03-09T00:53:47.504Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-09T00:53:48.874Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2021-03-09T00:53:48.874Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-09T00:53:49.802Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-03-09T00:53:50.058Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s) [2021-03-09T00:53:50.058Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-09T00:53:50.619Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2021-03-09T00:53:50.619Z] === RUN TestServiceWithPredefinedNetwork [2021-03-09T00:53:50.875Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-03-09T00:53:52.764Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-03-09T00:53:52.764Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-03-09T00:53:53.691Z] --- PASS: TestServiceWithPredefinedNetwork (2.98s) [2021-03-09T00:53:53.691Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-09T00:53:53.691Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-09T00:53:53.691Z] service_test.go:242: FLAKY_TEST [2021-03-09T00:53:53.691Z] === RUN TestServiceWithDataPathPortInit [2021-03-09T00:53:56.958Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-03-09T00:53:56.958Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-03-09T00:53:58.323Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-03-09T00:53:58.579Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-03-09T00:53:59.972Z] === RUN TestDockerSuite/TestBuildNetNone [2021-03-09T00:53:59.997Z] ok github.com/docker/docker/api/server 0.013s coverage: 9.0% of statements [2021-03-09T00:54:00.229Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-03-09T00:54:00.791Z] === RUN TestDockerSuite/TestBuildNoContext [2021-03-09T00:54:01.590Z] --- PASS: TestServiceUpdateConfigs (15.50s) [2021-03-09T00:54:01.590Z] === RUN TestServiceUpdateNetwork [2021-03-09T00:54:01.719Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-03-09T00:54:02.646Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-03-09T00:54:02.899Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T00:54:02.899Z] INFO: Testing against a local daemon [2021-03-09T00:54:02.899Z] === RUN TestBuildWithSession [2021-03-09T00:54:02.899Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-09T00:54:02.899Z] build_session_test.go:25: TODO: BuildKit [2021-03-09T00:54:02.899Z] === RUN TestBuildSquashParent [2021-03-09T00:54:02.899Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-03-09T00:54:02.899Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T00:54:02.899Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-09T00:54:02.899Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:54:02.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:54:02.899Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:54:02.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:54:02.899Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:54:02.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:54:02.899Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:54:02.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:54:02.899Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:54:02.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:54:02.899Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:54:02.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:54:02.899Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-09T00:54:02.899Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-09T00:54:02.899Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-09T00:54:02.899Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-09T00:54:04.536Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-03-09T00:54:05.098Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-03-09T00:54:05.098Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-03-09T00:54:05.354Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-03-09T00:54:05.611Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-03-09T00:54:06.173Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-03-09T00:54:07.539Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-03-09T00:54:08.100Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-03-09T00:54:09.988Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-03-09T00:54:10.550Z] --- PASS: TestServiceWithDataPathPortInit (16.84s) [2021-03-09T00:54:10.550Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-09T00:54:10.807Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-03-09T00:54:13.311Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-09T00:54:13.327Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-03-09T00:54:13.774Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-09T00:54:13.815Z] --- PASS: TestServiceUpdateNetwork (14.80s) [2021-03-09T00:54:13.815Z] === RUN TestServiceUpdatePidsLimit [2021-03-09T00:54:13.887Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-03-09T00:54:14.817Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-03-09T00:54:15.073Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-03-09T00:54:15.200Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-09T00:54:16.141Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-09T00:54:17.589Z] === RUN TestDockerSuite/TestBuildPATH [2021-03-09T00:54:18.529Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.94s) [2021-03-09T00:54:18.529Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:xb0uwisubqoz5on248o3xjwj1 Created:2021-03-09 00:54:11.580129435 +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[c2a9b1c0f41d7a6279e0204369308df2a86b06cf9d5fc87478628e5c83bc0d4a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gcjz8y1dqoz3nesvfxmr0gfb2 EndpointID:cb409c8a1bf39eeb2bbaf9ebad53fd59ad75e29c148e3377d8d8be3d73a9d29f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7dbaf06e755dc6762cad43b070f4687cc646c2590e2ca551a37cdf84055a0785 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:a999dcbbba1b IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gcjz8y1dqoz3nesvfxmr0gfb2 EndpointID:cb409c8a1bf39eeb2bbaf9ebad53fd59ad75e29c148e3377d8d8be3d73a9d29f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-09T00:54:18.529Z] PASS [2021-03-09T00:54:18.529Z] [2021-03-09T00:54:18.529Z] === Skipped [2021-03-09T00:54:18.529Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-09T00:54:18.529Z] service_test.go:242: FLAKY_TEST [2021-03-09T00:54:18.529Z] [2021-03-09T00:54:18.529Z] [2021-03-09T00:54:18.529Z] DONE 26 tests, 1 skipped in 51.223s [2021-03-09T00:54:18.529Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-09T00:54:18.529Z] ++ 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-09T00:54:18.529Z] ++ set -e [2021-03-09T00:54:18.529Z] ++ '[' -n 0 ']' [2021-03-09T00:54:18.529Z] ++ set -x [2021-03-09T00:54:18.529Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T00:54:18.529Z] INFO: Testing against a local daemon [2021-03-09T00:54:18.529Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-09T00:54:18.529Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-09T00:54:18.529Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:54:18.529Z] === RUN TestDockerNetworkIpvlan [2021-03-09T00:54:18.529Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-09T00:54:18.529Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:54:18.529Z] PASS [2021-03-09T00:54:18.529Z] [2021-03-09T00:54:18.529Z] === Skipped [2021-03-09T00:54:18.529Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-09T00:54:18.529Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:54:18.529Z] [2021-03-09T00:54:18.529Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-09T00:54:18.529Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:54:18.529Z] [2021-03-09T00:54:18.529Z] [2021-03-09T00:54:18.529Z] DONE 2 tests, 2 skipped in 0.181s [2021-03-09T00:54:18.529Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-09T00:54:18.529Z] ++ 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-09T00:54:18.529Z] ++ set -e [2021-03-09T00:54:18.529Z] ++ '[' -n 0 ']' [2021-03-09T00:54:18.529Z] ++ set -x [2021-03-09T00:54:18.529Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T00:54:18.785Z] INFO: Testing against a local daemon [2021-03-09T00:54:18.785Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-09T00:54:20.152Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-03-09T00:54:20.152Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.47s) [2021-03-09T00:54:20.152Z] === RUN TestDockerNetworkMacvlan [2021-03-09T00:54:20.715Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-03-09T00:54:20.891Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-09T00:54:20.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.03s) [2021-03-09T00:54:20.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (11.31s) [2021-03-09T00:54:20.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.71s) [2021-03-09T00:54:20.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (15.71s) [2021-03-09T00:54:20.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (6.57s) [2021-03-09T00:54:20.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.37s) [2021-03-09T00:54:20.891Z] === RUN TestBuildMultiStageCopy [2021-03-09T00:54:20.891Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-09T00:54:20.972Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-09T00:54:21.535Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-03-09T00:54:21.793Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-09T00:54:22.722Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-09T00:54:24.272Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-09T00:54:25.243Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-09T00:54:27.760Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-09T00:54:28.008Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-09T00:54:28.472Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-09T00:54:28.935Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-09T00:54:29.654Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-03-09T00:54:30.485Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-09T00:54:30.957Z] --- PASS: TestServiceUpdatePidsLimit (17.22s) [2021-03-09T00:54:30.957Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s) [2021-03-09T00:54:30.957Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2021-03-09T00:54:30.957Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.22s) [2021-03-09T00:54:30.957Z] PASS [2021-03-09T00:54:30.957Z] [2021-03-09T00:54:30.957Z] === Skipped [2021-03-09T00:54:30.957Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-03-09T00:54:30.957Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-09T00:54:30.957Z] [2021-03-09T00:54:30.957Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-03-09T00:54:30.957Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:54:30.957Z] [2021-03-09T00:54:30.957Z] [2021-03-09T00:54:30.957Z] DONE 27 tests, 2 skipped in 163.393s [2021-03-09T00:54:30.957Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-03-09T00:54:30.957Z] ++ 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-09T00:54:30.957Z] ++ set -e [2021-03-09T00:54:30.957Z] ++ '[' -n 0 ']' [2021-03-09T00:54:30.957Z] ++ set -x [2021-03-09T00:54:30.957Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-09T00:54:31.217Z] INFO: Testing against a local daemon [2021-03-09T00:54:31.217Z] === RUN TestSessionCreate [2021-03-09T00:54:31.217Z] --- PASS: TestSessionCreate (0.05s) [2021-03-09T00:54:31.217Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-09T00:54:31.217Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-03-09T00:54:31.217Z] PASS [2021-03-09T00:54:31.217Z] [2021-03-09T00:54:31.217Z] DONE 2 tests in 0.300s [2021-03-09T00:54:31.217Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-03-09T00:54:31.217Z] ++ 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-09T00:54:31.217Z] ++ set -e [2021-03-09T00:54:31.217Z] ++ '[' -n 0 ']' [2021-03-09T00:54:31.217Z] ++ set -x [2021-03-09T00:54:31.218Z] ++ env -i DEST=/go/src/github.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-09T00:54:31.462Z] --- PASS: TestBuildMultiStageCopy (11.37s) [2021-03-09T00:54:31.462Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.39s) [2021-03-09T00:54:31.462Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.72s) [2021-03-09T00:54:31.462Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.90s) [2021-03-09T00:54:31.462Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.08s) [2021-03-09T00:54:31.462Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.27s) [2021-03-09T00:54:31.462Z] === RUN TestBuildMultiStageParentConfig [2021-03-09T00:54:31.477Z] INFO: Testing against a local daemon [2021-03-09T00:54:31.477Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-09T00:54:31.477Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-03-09T00:54:31.477Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-09T00:54:31.477Z] === RUN TestEventsExecDie [2021-03-09T00:54:32.173Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-09T00:54:32.419Z] --- PASS: TestEventsExecDie (0.93s) [2021-03-09T00:54:32.419Z] === RUN TestEventsBackwardsCompatible [2021-03-09T00:54:32.679Z] --- PASS: TestEventsBackwardsCompatible (0.13s) [2021-03-09T00:54:32.679Z] === RUN TestInfoBinaryCommits [2021-03-09T00:54:32.679Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-03-09T00:54:32.679Z] === RUN TestInfoAPIVersioned [2021-03-09T00:54:32.679Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-03-09T00:54:32.679Z] === RUN TestInfoDiscoveryBackend [2021-03-09T00:54:33.101Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-03-09T00:54:33.250Z] --- PASS: TestInfoDiscoveryBackend (0.63s) [2021-03-09T00:54:33.250Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-09T00:54:33.358Z] --- PASS: TestDockerNetworkMacvlan (13.11s) [2021-03-09T00:54:33.358Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-03-09T00:54:33.358Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2021-03-09T00:54:33.358Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.24s) [2021-03-09T00:54:33.358Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.28s) [2021-03-09T00:54:33.358Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.31s) [2021-03-09T00:54:33.358Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.93s) [2021-03-09T00:54:33.358Z] PASS [2021-03-09T00:54:33.358Z] [2021-03-09T00:54:33.358Z] DONE 8 tests in 14.730s [2021-03-09T00:54:33.358Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-09T00:54:33.358Z] ++ 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-09T00:54:33.358Z] ++ set -e [2021-03-09T00:54:33.358Z] ++ '[' -n 0 ']' [2021-03-09T00:54:33.358Z] ++ set -x [2021-03-09T00:54:33.358Z] ++ env -i DEST=/go/src/github.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-09T00:54:33.358Z] testing: warning: no tests to run [2021-03-09T00:54:33.358Z] PASS [2021-03-09T00:54:33.358Z] [2021-03-09T00:54:33.358Z] DONE 0 tests in 0.034s [2021-03-09T00:54:33.358Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-09T00:54:33.358Z] ++ 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-09T00:54:33.358Z] ++ set -e [2021-03-09T00:54:33.358Z] ++ '[' -n 0 ']' [2021-03-09T00:54:33.358Z] ++ set -x [2021-03-09T00:54:33.358Z] ++ env -i DEST=/go/src/github.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-09T00:54:33.358Z] INFO: Testing against a local daemon [2021-03-09T00:54:33.358Z] === RUN TestAuthZPluginAllowRequest [2021-03-09T00:54:33.657Z] --- PASS: TestBuildMultiStageParentConfig (2.37s) [2021-03-09T00:54:33.657Z] === RUN TestBuildLabelWithTargets [2021-03-09T00:54:33.657Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-03-09T00:54:33.657Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-09T00:54:33.657Z] === RUN TestBuildWithEmptyLayers [2021-03-09T00:54:34.189Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-09T00:54:34.189Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-09T00:54:34.724Z] === RUN TestDockerSuite/TestBuildRm [2021-03-09T00:54:34.982Z] --- PASS: TestAuthZPluginAllowRequest (1.48s) [2021-03-09T00:54:34.982Z] === RUN TestAuthZPluginTLS [2021-03-09T00:54:35.130Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.65s) [2021-03-09T00:54:35.130Z] === RUN TestInfoAPI [2021-03-09T00:54:35.130Z] --- PASS: TestInfoAPI (0.05s) [2021-03-09T00:54:35.130Z] === RUN TestInfoAPIWarnings [2021-03-09T00:54:35.206Z] --- PASS: TestBuildWithEmptyLayers (1.22s) [2021-03-09T00:54:35.206Z] === RUN TestBuildMultiStageOnBuild [2021-03-09T00:54:35.544Z] --- PASS: TestAuthZPluginTLS (0.56s) [2021-03-09T00:54:35.544Z] === RUN TestAuthZPluginDenyRequest [2021-03-09T00:54:36.106Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2021-03-09T00:54:36.106Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-09T00:54:36.671Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-03-09T00:54:36.671Z] === RUN TestAuthZPluginDenyResponse [2021-03-09T00:54:36.928Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-03-09T00:54:36.928Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-03-09T00:54:37.184Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2021-03-09T00:54:37.184Z] === RUN TestAuthZPluginAllowEventStream [2021-03-09T00:54:38.120Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-03-09T00:54:38.681Z] --- PASS: TestAuthZPluginAllowEventStream (1.64s) [2021-03-09T00:54:38.681Z] === RUN TestAuthZPluginErrorResponse [2021-03-09T00:54:39.612Z] --- PASS: TestAuthZPluginErrorResponse (0.65s) [2021-03-09T00:54:39.612Z] === RUN TestAuthZPluginErrorRequest [2021-03-09T00:54:39.868Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-03-09T00:54:39.868Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2021-03-09T00:54:39.868Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-09T00:54:40.796Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2021-03-09T00:54:40.796Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-09T00:54:40.796Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-03-09T00:54:41.358Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-03-09T00:54:42.725Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-03-09T00:54:42.725Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.15s) [2021-03-09T00:54:42.725Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-09T00:54:43.655Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-03-09T00:54:44.582Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-03-09T00:54:44.582Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.79s) [2021-03-09T00:54:44.582Z] === RUN TestAuthZPluginHeader [2021-03-09T00:54:45.508Z] --- PASS: TestAuthZPluginHeader (0.85s) [2021-03-09T00:54:45.508Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-09T00:54:45.575Z] --- PASS: TestBuildMultiStageOnBuild (10.52s) [2021-03-09T00:54:45.575Z] === RUN TestBuildUncleanTarFilenames [2021-03-09T00:54:45.575Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-03-09T00:54:45.575Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-09T00:54:45.575Z] === RUN TestBuildMultiStageLayerLeak [2021-03-09T00:54:47.398Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-03-09T00:54:47.654Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-03-09T00:54:47.911Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-03-09T00:54:47.911Z] === RUN TestDockerSuite/TestBuildSpaces [2021-03-09T00:54:48.474Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-03-09T00:54:49.404Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-03-09T00:54:49.404Z] === RUN TestDockerSuite/TestBuildStderr [2021-03-09T00:54:49.660Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.28s) [2021-03-09T00:54:49.660Z] === RUN TestAuthZPluginV2Disable [2021-03-09T00:54:50.221Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-03-09T00:54:53.232Z] --- PASS: TestInfoAPIWarnings (16.65s) [2021-03-09T00:54:53.233Z] === RUN TestInfoDebug [2021-03-09T00:54:53.233Z] --- PASS: TestInfoDebug (0.63s) [2021-03-09T00:54:53.233Z] === RUN TestInfoInsecureRegistries [2021-03-09T00:54:53.233Z] --- PASS: TestInfoInsecureRegistries (0.64s) [2021-03-09T00:54:53.233Z] === RUN TestInfoRegistryMirrors [2021-03-09T00:54:53.490Z] --- PASS: TestAuthZPluginV2Disable (3.33s) [2021-03-09T00:54:53.490Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-09T00:54:53.490Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-03-09T00:54:53.493Z] --- PASS: TestInfoRegistryMirrors (0.62s) [2021-03-09T00:54:53.493Z] === RUN TestLoginFailsWithBadCredentials [2021-03-09T00:54:53.754Z] --- PASS: TestLoginFailsWithBadCredentials (0.31s) [2021-03-09T00:54:53.754Z] === RUN TestPingCacheHeaders [2021-03-09T00:54:53.754Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-03-09T00:54:53.754Z] === RUN TestPingGet [2021-03-09T00:54:53.754Z] --- PASS: TestPingGet (0.03s) [2021-03-09T00:54:53.754Z] === RUN TestPingHead [2021-03-09T00:54:54.014Z] --- PASS: TestPingHead (0.05s) [2021-03-09T00:54:54.014Z] === RUN TestVersion [2021-03-09T00:54:54.014Z] --- PASS: TestVersion (0.05s) [2021-03-09T00:54:54.014Z] PASS [2021-03-09T00:54:54.014Z] [2021-03-09T00:54:54.014Z] === Skipped [2021-03-09T00:54:54.014Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-03-09T00:54:54.014Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-09T00:54:54.014Z] [2021-03-09T00:54:54.014Z] [2021-03-09T00:54:54.014Z] DONE 18 tests, 1 skipped in 22.661s [2021-03-09T00:54:54.014Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-09T00:54:54.014Z] ++ 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-09T00:54:54.014Z] ++ set -e [2021-03-09T00:54:54.014Z] ++ '[' -n 0 ']' [2021-03-09T00:54:54.014Z] ++ set -x [2021-03-09T00:54:54.014Z] ++ env -i DEST=/go/src/github.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-09T00:54:54.275Z] INFO: Testing against a local daemon [2021-03-09T00:54:54.275Z] === RUN TestVolumesCreateAndList [2021-03-09T00:54:54.275Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-03-09T00:54:54.275Z] === RUN TestVolumesRemove [2021-03-09T00:54:54.275Z] --- PASS: TestVolumesRemove (0.14s) [2021-03-09T00:54:54.275Z] === RUN TestVolumesInspect [2021-03-09T00:54:54.275Z] --- PASS: TestVolumesInspect (0.03s) [2021-03-09T00:54:54.275Z] === RUN TestVolumesInvalidJSON [2021-03-09T00:54:54.275Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-09T00:54:54.275Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-09T00:54:54.419Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-03-09T00:54:54.534Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-09T00:54:54.534Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-03-09T00:54:54.534Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-09T00:54:54.534Z] PASS [2021-03-09T00:54:54.534Z] [2021-03-09T00:54:54.534Z] DONE 5 tests in 0.423s [2021-03-09T00:54:54.534Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-09T00:54:54.982Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-03-09T00:54:55.104Z] ++++ cat bundles/test-integration/docker.pid [2021-03-09T00:54:55.104Z] +++ kill 13937 [2021-03-09T00:54:55.544Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-03-09T00:54:55.807Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.87s) [2021-03-09T00:54:55.807Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-09T00:54:55.945Z] --- PASS: TestBuildMultiStageLayerLeak (9.21s) [2021-03-09T00:54:55.945Z] === RUN TestBuildWithHugeFile [2021-03-09T00:54:56.066Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-03-09T00:54:56.488Z] +++ /etc/init.d/apparmor stop [2021-03-09T00:54:56.488Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-09T00:54:56.488Z] [2021-03-09T00:54:56.488Z] Unloading profiles will leave already running processes permanently [2021-03-09T00:54:56.488Z] unconfined, which can lead to unexpected situations. [2021-03-09T00:54:56.488Z] [2021-03-09T00:54:56.488Z] To set a process to complain mode, use the command line tool [2021-03-09T00:54:56.488Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-09T00:54:56.488Z] +++ true [2021-03-09T00:54:56.488Z] exiting test-integration [2021-03-09T00:54:56.488Z] ++ exit 0 [2021-03-09T00:54:56.488Z] [2021-03-09T00:54:57.433Z] === RUN TestDockerSuite/TestBuildUser [2021-03-09T00:54:58.803Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-03-09T00:54:59.061Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot Post stage [Pipeline] junit [2021-03-09T00:54:59.798Z] Recording test results [2021-03-09T00:55:00.309Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-09T00:55:00.657Z] + echo Ensuring container killed. [2021-03-09T00:55:00.657Z] Ensuring container killed. [2021-03-09T00:55:00.657Z] + docker rm -vf docker-pr6 [2021-03-09T00:55:00.657Z] Error: No such container: docker-pr6 [Pipeline] sh [2021-03-09T00:55:00.945Z] + echo Chowning /workspace to jenkins user [2021-03-09T00:55:00.945Z] Chowning /workspace to jenkins user [2021-03-09T00:55:00.945Z] + id -u [2021-03-09T00:55:00.945Z] + id -g [2021-03-09T00:55:00.945Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41757:/workspace busybox chown -R 1000:1000 /workspace [2021-03-09T00:55:00.945Z] Unable to find image 'busybox:latest' locally [2021-03-09T00:55:01.205Z] latest: Pulling from library/busybox [2021-03-09T00:55:01.205Z] bfdf7b082edb: Pulling fs layer [2021-03-09T00:55:01.466Z] bfdf7b082edb: Download complete [2021-03-09T00:55:01.727Z] bfdf7b082edb: Pull complete [2021-03-09T00:55:01.727Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-03-09T00:55:01.727Z] Status: Downloaded newer image for busybox:latest [2021-03-09T00:55:04.308Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-09T00:55:07.315Z] + bundleName=arm64-integration [2021-03-09T00:55:07.315Z] + echo Creating arm64-integration-bundles.tar.gz [2021-03-09T00:55:07.315Z] Creating arm64-integration-bundles.tar.gz [2021-03-09T00:55:07.315Z] + 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-09T00:55:07.315Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-03-09T00:55:07.589Z] Archiving artifacts [2021-03-09T00:55:08.475Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.97s) [2021-03-09T00:55:08.475Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-09T00:55:09.650Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41757/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-09T00:55:09.972Z] + make clean [2021-03-09T00:55:10.543Z] docker volume rm -f docker-dev-cache [2021-03-09T00:55:10.543Z] docker-dev-cache [Pipeline] deleteDir [2021-03-09T00:55:15.013Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-03-09T00:55:15.269Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-03-09T00:55:15.525Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-03-09T00:55:16.087Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-03-09T00:55:16.649Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-03-09T00:55:17.576Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-03-09T00:55:17.576Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-03-09T00:55:17.576Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-03-09T00:55:17.576Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-03-09T00:55:17.576Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-03-09T00:55:18.940Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-03-09T00:55:18.940Z] === RUN TestDockerSuite/TestBuildWithFailure [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T00:55:19.503Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-03-09T00:55:20.064Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-03-09T00:55:20.626Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-03-09T00:55:20.626Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-09T00:55:21.436Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2021-03-09T00:55:21.436Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-09T00:55:21.436Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 5.7% of statements [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/types [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-09T00:55:21.436Z] ok github.com/docker/docker/api/types/strslice 0.016s coverage: 90.0% of statements [2021-03-09T00:55:21.436Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-09T00:55:21.436Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2021-03-09T00:55:21.436Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 75.0% of statements [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/builder [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-09T00:55:21.436Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-09T00:55:22.528Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-03-09T00:55:23.895Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-03-09T00:55:23.895Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-03-09T00:55:23.972Z] ok github.com/docker/docker/builder/remotecontext 0.089s coverage: 13.7% of statements [2021-03-09T00:55:23.972Z] ok github.com/docker/docker/builder/dockerfile 0.220s coverage: 48.3% of statements [2021-03-09T00:55:23.972Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-09T00:55:24.457Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.61s) [2021-03-09T00:55:24.457Z] PASS [2021-03-09T00:55:24.457Z] [2021-03-09T00:55:24.457Z] DONE 17 tests in 51.070s [2021-03-09T00:55:24.457Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-09T00:55:24.457Z] ++ 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-09T00:55:24.457Z] ++ set -e [2021-03-09T00:55:24.457Z] ++ '[' -n 0 ']' [2021-03-09T00:55:24.457Z] ++ set -x [2021-03-09T00:55:24.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=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-09T00:55:24.714Z] INFO: Testing against a local daemon [2021-03-09T00:55:24.714Z] === RUN TestPluginInvalidJSON [2021-03-09T00:55:24.714Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:55:24.714Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:55:24.714Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:55:24.714Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-03-09T00:55:24.714Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-09T00:55:24.714Z] === RUN TestPluginInstall [2021-03-09T00:55:24.714Z] === RUN TestPluginInstall/no_auth [2021-03-09T00:55:24.714Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-03-09T00:55:24.970Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-03-09T00:55:25.350Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-03-09T00:55:26.287Z] ok github.com/docker/docker/builder/remotecontext/git 1.428s coverage: 86.3% of statements [2021-03-09T00:55:26.287Z] ? github.com/docker/docker/cli [no test files] [2021-03-09T00:55:26.287Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-09T00:55:26.338Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-03-09T00:55:26.338Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-03-09T00:55:27.269Z] === RUN TestDockerSuite/TestBuildXZHost [2021-03-09T00:55:28.198Z] time="2021-03-09T00:55:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:55:28.198Z] time="2021-03-09T00:55:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:56345191bbaf7dab3778959aa4b8905265e26dbf15dbfc78ebd0aed3297d72da" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:55:28.198Z] time="2021-03-09T00:55:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:55:28.198Z] time="2021-03-09T00:55:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:56345191bbaf7dab3778959aa4b8905265e26dbf15dbfc78ebd0aed3297d72da" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:55:28.454Z] === RUN TestPluginInstall/with_htpasswd [2021-03-09T00:55:29.017Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-03-09T00:55:29.273Z] time="2021-03-09T00:55:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:55:29.273Z] time="2021-03-09T00:55:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9c918f98949ba88b6b8dfb4cfa925752e11ef862a78644f34fd1de70e80a9585" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:55:29.273Z] time="2021-03-09T00:55:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:55:29.273Z] time="2021-03-09T00:55:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9c918f98949ba88b6b8dfb4cfa925752e11ef862a78644f34fd1de70e80a9585" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:55:29.575Z] ok github.com/docker/docker/client 0.188s coverage: 75.4% of statements [2021-03-09T00:55:29.836Z] === RUN TestPluginInstall/with_insecure [2021-03-09T00:55:30.093Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-03-09T00:55:30.093Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-03-09T00:55:30.093Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-03-09T00:55:30.655Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-03-09T00:55:31.217Z] time="2021-03-09T00:55:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:55:31.218Z] time="2021-03-09T00:55:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:01f8ed5ee6d2af653a0c20627cd18834038b0541a7b9bcef08430d53c60d1b92" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:55:31.218Z] time="2021-03-09T00:55:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:55:31.218Z] time="2021-03-09T00:55:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:01f8ed5ee6d2af653a0c20627cd18834038b0541a7b9bcef08430d53c60d1b92" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:55:31.780Z] --- PASS: TestPluginInstall (7.19s) [2021-03-09T00:55:31.780Z] --- PASS: TestPluginInstall/no_auth (3.78s) [2021-03-09T00:55:31.780Z] --- PASS: TestPluginInstall/with_htpasswd (1.45s) [2021-03-09T00:55:31.780Z] --- PASS: TestPluginInstall/with_insecure (1.96s) [2021-03-09T00:55:31.780Z] plugin_test.go:160: [d66ed1c0cbab8] daemon is not started [2021-03-09T00:55:31.780Z] === RUN TestPluginsWithRuntimes [2021-03-09T00:55:32.036Z] === RUN TestDockerSuite/TestCommitChange [2021-03-09T00:55:33.403Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-03-09T00:55:33.964Z] === RUN TestDockerSuite/TestCommitHardlink [2021-03-09T00:55:34.220Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-09T00:55:35.147Z] === RUN TestDockerSuite/TestCommitNewFile [2021-03-09T00:55:35.403Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-09T00:55:36.333Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-03-09T00:55:36.333Z] --- PASS: TestPluginsWithRuntimes (4.58s) [2021-03-09T00:55:36.333Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.10s) [2021-03-09T00:55:36.333Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.06s) [2021-03-09T00:55:36.333Z] PASS [2021-03-09T00:55:36.333Z] [2021-03-09T00:55:36.333Z] DONE 9 tests in 11.968s [2021-03-09T00:55:36.333Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-09T00:55:36.333Z] ++ 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-09T00:55:36.333Z] ++ set -e [2021-03-09T00:55:36.333Z] ++ '[' -n 0 ']' [2021-03-09T00:55:36.333Z] ++ set -x [2021-03-09T00:55:36.333Z] ++ env -i DEST=/go/src/github.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-09T00:55:36.589Z] INFO: Testing against a local daemon [2021-03-09T00:55:36.589Z] === RUN TestExternalGraphDriver [2021-03-09T00:55:36.846Z] === RUN TestExternalGraphDriver/json [2021-03-09T00:55:37.407Z] === RUN TestDockerSuite/TestCommitTTY [2021-03-09T00:55:38.809Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-03-09T00:55:38.809Z] === RUN TestExternalGraphDriver/spec [2021-03-09T00:55:39.371Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-03-09T00:55:40.739Z] === RUN TestExternalGraphDriver/pull [2021-03-09T00:55:40.739Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-03-09T00:55:41.301Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-03-09T00:55:41.557Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-03-09T00:55:41.557Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-03-09T00:55:41.557Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-03-09T00:55:41.557Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-03-09T00:55:41.557Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-03-09T00:55:41.813Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-03-09T00:55:42.375Z] --- PASS: TestExternalGraphDriver (5.69s) [2021-03-09T00:55:42.375Z] --- PASS: TestExternalGraphDriver/json (1.90s) [2021-03-09T00:55:42.375Z] --- PASS: TestExternalGraphDriver/spec (1.97s) [2021-03-09T00:55:42.375Z] --- PASS: TestExternalGraphDriver/pull (1.66s) [2021-03-09T00:55:42.375Z] === RUN TestGraphdriverPluginV2 [2021-03-09T00:55:42.937Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-03-09T00:55:43.499Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-03-09T00:55:44.063Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-03-09T00:55:44.320Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-03-09T00:55:44.885Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-03-09T00:55:45.814Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-03-09T00:55:46.742Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-03-09T00:55:46.742Z] --- PASS: TestGraphdriverPluginV2 (4.50s) [2021-03-09T00:55:46.742Z] PASS [2021-03-09T00:55:46.742Z] [2021-03-09T00:55:46.742Z] DONE 5 tests in 10.356s [2021-03-09T00:55:46.742Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-09T00:55:46.742Z] ++ 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-09T00:55:46.742Z] ++ set -e [2021-03-09T00:55:46.742Z] ++ '[' -n 0 ']' [2021-03-09T00:55:46.742Z] ++ set -x [2021-03-09T00:55:46.742Z] ++ env -i DEST=/go/src/github.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-09T00:55:46.999Z] INFO: Testing against a local daemon [2021-03-09T00:55:46.999Z] === RUN TestContinueAfterPluginCrash [2021-03-09T00:55:46.999Z] === PAUSE TestContinueAfterPluginCrash [2021-03-09T00:55:46.999Z] === RUN TestReadPluginNoRead [2021-03-09T00:55:46.999Z] === PAUSE TestReadPluginNoRead [2021-03-09T00:55:46.999Z] === RUN TestDaemonStartWithLogOpt [2021-03-09T00:55:46.999Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-09T00:55:46.999Z] === CONT TestContinueAfterPluginCrash [2021-03-09T00:55:46.999Z] === CONT TestDaemonStartWithLogOpt [2021-03-09T00:55:47.562Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-03-09T00:55:48.491Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-03-09T00:55:48.491Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-03-09T00:55:48.491Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-03-09T00:55:49.423Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-03-09T00:55:49.679Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-03-09T00:55:49.679Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-03-09T00:55:49.679Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-03-09T00:55:49.936Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-03-09T00:55:50.865Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-03-09T00:55:51.794Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-03-09T00:55:52.357Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-03-09T00:55:52.357Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-03-09T00:55:53.725Z] --- PASS: TestDaemonStartWithLogOpt (6.52s) [2021-03-09T00:55:53.725Z] === CONT TestReadPluginNoRead [2021-03-09T00:55:53.725Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-03-09T00:55:54.287Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-03-09T00:55:54.288Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-03-09T00:55:54.859Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-03-09T00:55:55.792Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-03-09T00:55:56.721Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-03-09T00:55:56.978Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-03-09T00:55:56.978Z] === RUN TestReadPluginNoRead/default [2021-03-09T00:55:56.978Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-03-09T00:55:57.541Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-03-09T00:55:58.104Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-03-09T00:55:58.666Z] --- PASS: TestContinueAfterPluginCrash (11.58s) [2021-03-09T00:55:58.666Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-09T00:55:58.921Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-03-09T00:55:58.921Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-03-09T00:55:59.485Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-03-09T00:56:00.414Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-09T00:56:00.671Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-03-09T00:56:02.038Z] --- PASS: TestReadPluginNoRead (8.21s) [2021-03-09T00:56:02.038Z] --- PASS: TestReadPluginNoRead/default (1.62s) [2021-03-09T00:56:02.038Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.59s) [2021-03-09T00:56:02.038Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.50s) [2021-03-09T00:56:02.038Z] read_test.go:92: [d7cd886c988fb] daemon is not started [2021-03-09T00:56:02.038Z] PASS [2021-03-09T00:56:02.038Z] [2021-03-09T00:56:02.038Z] DONE 6 tests in 14.927s [2021-03-09T00:56:02.038Z] 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-09T00:56:02.038Z] ++ 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-09T00:56:02.038Z] ++ set -e [2021-03-09T00:56:02.038Z] ++ '[' -n 0 ']' [2021-03-09T00:56:02.038Z] ++ set -x [2021-03-09T00:56:02.038Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-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-09T00:56:02.038Z] testing: warning: no tests to run [2021-03-09T00:56:02.038Z] PASS [2021-03-09T00:56:02.038Z] [2021-03-09T00:56:02.038Z] DONE 0 tests in 0.068s [2021-03-09T00:56:02.038Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-09T00:56:02.038Z] ++ 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-09T00:56:02.038Z] ++ set -e [2021-03-09T00:56:02.038Z] ++ '[' -n 0 ']' [2021-03-09T00:56:02.038Z] ++ set -x [2021-03-09T00:56:02.038Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-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-09T00:56:02.038Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-03-09T00:56:02.038Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-03-09T00:56:02.038Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-03-09T00:56:02.038Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-03-09T00:56:02.038Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-03-09T00:56:02.038Z] INFO: Testing against a local daemon [2021-03-09T00:56:02.038Z] === RUN TestPluginWithDevMounts [2021-03-09T00:56:02.038Z] === PAUSE TestPluginWithDevMounts [2021-03-09T00:56:02.038Z] === CONT TestPluginWithDevMounts [2021-03-09T00:56:02.601Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-03-09T00:56:03.965Z] --- PASS: TestPluginWithDevMounts (1.82s) [2021-03-09T00:56:03.965Z] PASS [2021-03-09T00:56:03.965Z] [2021-03-09T00:56:03.965Z] DONE 1 tests in 1.962s [2021-03-09T00:56:03.966Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-09T00:56:03.966Z] ++ 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-09T00:56:03.966Z] ++ set -e [2021-03-09T00:56:03.966Z] ++ '[' -n 0 ']' [2021-03-09T00:56:03.966Z] ++ set -x [2021-03-09T00:56:03.966Z] ++ env -i DEST=/go/src/github.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-09T00:56:03.966Z] INFO: Testing against a local daemon [2021-03-09T00:56:03.966Z] === RUN TestSecretInspect [2021-03-09T00:56:05.853Z] --- PASS: TestSecretInspect (1.84s) [2021-03-09T00:56:05.853Z] === RUN TestSecretList [2021-03-09T00:56:07.218Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-03-09T00:56:07.474Z] === RUN TestDockerSuite/TestContainerAPITop [2021-03-09T00:56:08.383Z] ok github.com/docker/docker/cmd/dockerd 0.096s coverage: 29.1% of statements [2021-03-09T00:56:08.402Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-03-09T00:56:08.402Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-03-09T00:56:08.402Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-03-09T00:56:08.402Z] --- PASS: TestSecretList (2.59s) [2021-03-09T00:56:08.402Z] === RUN TestSecretsCreateAndDelete [2021-03-09T00:56:09.759Z] ok github.com/docker/docker/container 0.125s coverage: 34.7% of statements [2021-03-09T00:56:09.759Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-09T00:56:09.759Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-09T00:56:09.759Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-09T00:56:09.759Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-09T00:56:10.289Z] --- PASS: TestSecretsCreateAndDelete (1.88s) [2021-03-09T00:56:10.289Z] === RUN TestSecretsUpdate [2021-03-09T00:56:10.850Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-03-09T00:56:11.411Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-03-09T00:56:12.339Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-03-09T00:56:12.914Z] --- PASS: TestSecretsUpdate (2.64s) [2021-03-09T00:56:12.914Z] === RUN TestTemplatedSecret [2021-03-09T00:56:16.185Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-03-09T00:56:16.185Z] --- PASS: TestTemplatedSecret (3.34s) [2021-03-09T00:56:16.185Z] === RUN TestSecretCreateResolve [2021-03-09T00:56:16.747Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-03-09T00:56:18.637Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-03-09T00:56:18.893Z] --- PASS: TestSecretCreateResolve (2.58s) [2021-03-09T00:56:18.893Z] PASS [2021-03-09T00:56:18.893Z] [2021-03-09T00:56:18.893Z] DONE 6 tests in 14.987s [2021-03-09T00:56:18.893Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-03-09T00:56:18.893Z] ++ 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-09T00:56:18.893Z] ++ set -e [2021-03-09T00:56:18.893Z] ++ '[' -n 0 ']' [2021-03-09T00:56:18.893Z] ++ set -x [2021-03-09T00:56:18.893Z] ++ env -i DEST=/go/src/github.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-09T00:56:18.893Z] INFO: Testing against a local daemon [2021-03-09T00:56:18.893Z] === RUN TestServiceCreateInit [2021-03-09T00:56:19.151Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-09T00:56:19.407Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-03-09T00:56:20.334Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-03-09T00:56:21.699Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-03-09T00:56:21.965Z] ok github.com/docker/docker/daemon/cluster 0.081s coverage: 0.5% of statements [2021-03-09T00:56:22.535Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2021-03-09T00:56:23.064Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-03-09T00:56:23.064Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-09T00:56:24.430Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-03-09T00:56:24.438Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2021-03-09T00:56:25.794Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000c8d920_} [2021-03-09T00:56:27.159Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1458612613_/foo_false____} [2021-03-09T00:56:27.415Z] --- PASS: TestServiceCreateInit (8.29s) [2021-03-09T00:56:27.415Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.10s) [2021-03-09T00:56:27.415Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.15s) [2021-03-09T00:56:27.415Z] === RUN TestCreateServiceMultipleTimes [2021-03-09T00:56:28.778Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1458612613_/foo_true____} [2021-03-09T00:56:30.144Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3074770720_/foo_false____} [2021-03-09T00:56:32.036Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3074770720_/foo_true____} [2021-03-09T00:56:33.411Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3074770720_/foo_true__0xc000c8d980__} [2021-03-09T00:56:34.415Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.439s coverage: 14.1% of statements [2021-03-09T00:56:34.415Z] ok github.com/docker/docker/daemon 12.157s coverage: 17.2% of statements [2021-03-09T00:56:34.415Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-09T00:56:34.415Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-09T00:56:34.774Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000c8d9a0_} [2021-03-09T00:56:34.983Z] ok github.com/docker/docker/daemon/config 0.062s coverage: 81.8% of statements [2021-03-09T00:56:35.242Z] ok github.com/docker/docker/daemon/discovery 0.005s coverage: 30.0% of statements [2021-03-09T00:56:35.811Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2021-03-09T00:56:35.811Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-09T00:56:35.811Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-09T00:56:36.141Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000c8d9c0_} [2021-03-09T00:56:36.749Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2021-03-09T00:56:37.506Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000c8d9e0_} [2021-03-09T00:56:37.763Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-03-09T00:56:39.127Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000c8da00_} [2021-03-09T00:56:39.285Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.527s coverage: 73.3% of statements [2021-03-09T00:56:39.544Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2021-03-09T00:56:39.727Z] --- PASS: TestImportExtremelyLargeImageWorks (193.47s) [2021-03-09T00:56:39.727Z] PASS [2021-03-09T00:56:39.727Z] [2021-03-09T00:56:39.727Z] === Skipped [2021-03-09T00:56:39.727Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-09T00:56:39.727Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:56:39.727Z] [2021-03-09T00:56:39.727Z] [2021-03-09T00:56:39.727Z] DONE 12 tests, 1 skipped in 194.512s [2021-03-09T00:56:39.727Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2021-03-09T00:56:39.727Z] ++ 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-09T00:56:39.727Z] ++ set -e [2021-03-09T00:56:39.727Z] ++ '[' -n 0 ']' [2021-03-09T00:56:39.727Z] ++ set -x [2021-03-09T00:56:39.728Z] ++ env -i DEST=/go/src/github.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-09T00:56:39.728Z] INFO: Testing against a local daemon [2021-03-09T00:56:39.728Z] === RUN TestNetworkCreateDelete [2021-03-09T00:56:39.728Z] --- PASS: TestNetworkCreateDelete (0.17s) [2021-03-09T00:56:39.728Z] === RUN TestDockerNetworkDeletePreferID [2021-03-09T00:56:39.728Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s) [2021-03-09T00:56:39.728Z] === RUN TestDaemonDNSFallback [2021-03-09T00:56:39.728Z] --- PASS: TestDaemonDNSFallback (1.54s) [2021-03-09T00:56:39.728Z] === RUN TestInspectNetwork [2021-03-09T00:56:39.728Z] === RUN TestInspectNetwork/full_network_id [2021-03-09T00:56:39.728Z] === RUN TestInspectNetwork/partial_network_id [2021-03-09T00:56:39.728Z] === RUN TestInspectNetwork/network_name [2021-03-09T00:56:39.728Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-09T00:56:39.728Z] --- PASS: TestInspectNetwork (6.99s) [2021-03-09T00:56:39.728Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-09T00:56:39.728Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-09T00:56:39.728Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-09T00:56:39.728Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-09T00:56:39.728Z] === RUN TestRunContainerWithBridgeNone [2021-03-09T00:56:40.492Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-03-09T00:56:40.921Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.378s coverage: 56.2% of statements [2021-03-09T00:56:41.823Z] --- PASS: TestRunContainerWithBridgeNone (1.82s) [2021-03-09T00:56:41.823Z] === RUN TestNetworkInvalidJSON [2021-03-09T00:56:41.823Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-09T00:56:41.823Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-09T00:56:41.823Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:56:41.823Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:56:41.823Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:56:41.823Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:56:41.823Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-09T00:56:41.823Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T00:56:41.823Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T00:56:41.823Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-03-09T00:56:41.823Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-09T00:56:41.823Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-09T00:56:41.823Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-09T00:56:41.823Z] === RUN TestNetworkList [2021-03-09T00:56:41.823Z] === RUN TestNetworkList//networks [2021-03-09T00:56:41.823Z] === PAUSE TestNetworkList//networks [2021-03-09T00:56:41.823Z] === RUN TestNetworkList//networks/ [2021-03-09T00:56:41.823Z] === PAUSE TestNetworkList//networks/ [2021-03-09T00:56:41.823Z] === CONT TestNetworkList//networks [2021-03-09T00:56:41.823Z] === CONT TestNetworkList//networks/ [2021-03-09T00:56:41.823Z] --- PASS: TestNetworkList (0.02s) [2021-03-09T00:56:41.823Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-09T00:56:41.823Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-09T00:56:41.823Z] === RUN TestHostIPv4BridgeLabel [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-03-09T00:56:41.858Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-03-09T00:56:42.460Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2021-03-09T00:56:42.460Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-09T00:56:43.491Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.011s coverage: 1.9% of statements [2021-03-09T00:56:43.501Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2021-03-09T00:56:43.501Z] === RUN TestDaemonDefaultNetworkPools [2021-03-09T00:56:44.139Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2021-03-09T00:56:44.139Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-09T00:56:44.376Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-03-09T00:56:44.376Z] --- PASS: TestCreateServiceMultipleTimes (16.76s) [2021-03-09T00:56:44.376Z] === RUN TestCreateServiceConflict [2021-03-09T00:56:44.430Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.642s coverage: 45.9% of statements [2021-03-09T00:56:44.430Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-09T00:56:44.999Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.294s coverage: 49.4% of statements [2021-03-09T00:56:45.180Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2021-03-09T00:56:45.180Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-09T00:56:45.742Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-03-09T00:56:46.707Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2021-03-09T00:56:46.707Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-09T00:56:46.905Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 57.5% of statements [2021-03-09T00:56:47.000Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-03-09T00:56:47.000Z] === RUN TestServiceWithPredefinedNetwork [2021-03-09T00:56:47.108Z] --- PASS: TestCreateServiceConflict (2.98s) [2021-03-09T00:56:47.108Z] === RUN TestCreateServiceMaxReplicas [2021-03-09T00:56:47.473Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.763s coverage: 57.7% of statements [2021-03-09T00:56:47.473Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-09T00:56:47.473Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-09T00:56:48.850Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2021-03-09T00:56:48.998Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-03-09T00:56:49.080Z] --- PASS: TestServiceWithPredefinedNetwork (2.03s) [2021-03-09T00:56:49.080Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-09T00:56:49.080Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-09T00:56:49.080Z] service_test.go:242: FLAKY_TEST [2021-03-09T00:56:49.080Z] === RUN TestServiceWithDataPathPortInit [2021-03-09T00:56:49.786Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2021-03-09T00:56:50.366Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-03-09T00:56:50.366Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-03-09T00:56:50.366Z] --- PASS: TestCreateServiceMaxReplicas (3.41s) [2021-03-09T00:56:50.366Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-09T00:56:50.723Z] ok github.com/docker/docker/daemon/images 0.016s coverage: 6.7% of statements [2021-03-09T00:56:50.723Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-09T00:56:50.723Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-09T00:56:51.296Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-03-09T00:56:51.552Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-03-09T00:56:51.660Z] ok github.com/docker/docker/daemon/logger 0.251s coverage: 43.2% of statements [2021-03-09T00:56:52.488Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-03-09T00:56:53.043Z] ok github.com/docker/docker/daemon/logger/awslogs 0.175s coverage: 77.4% of statements [2021-03-09T00:56:53.043Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-09T00:56:53.043Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-09T00:56:53.302Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2021-03-09T00:56:53.415Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-03-09T00:56:53.672Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-03-09T00:56:54.235Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-03-09T00:56:54.238Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-03-09T00:56:54.799Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-03-09T00:56:54.804Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.021s coverage: 61.6% of statements [2021-03-09T00:56:54.805Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements [2021-03-09T00:56:55.727Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-03-09T00:56:56.181Z] ok github.com/docker/docker/daemon/logger/local 0.023s coverage: 75.2% of statements [2021-03-09T00:56:56.181Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-09T00:56:56.439Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.040s coverage: 55.1% of statements [2021-03-09T00:56:56.656Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-03-09T00:56:57.222Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-03-09T00:56:57.784Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-03-09T00:56:57.815Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 31.5% of statements [2021-03-09T00:56:58.712Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-03-09T00:56:59.193Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-03-09T00:56:59.275Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-03-09T00:56:59.452Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-03-09T00:56:59.837Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-03-09T00:57:00.020Z] ok github.com/docker/docker/daemon/logger/splunk 1.686s coverage: 82.5% of statements [2021-03-09T00:57:00.020Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-09T00:57:00.020Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2021-03-09T00:57:00.020Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-09T00:57:00.764Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-03-09T00:57:01.326Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-03-09T00:57:01.889Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-03-09T00:57:01.889Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-03-09T00:57:02.452Z] === RUN TestDockerSuite/TestCpRelativePath [2021-03-09T00:57:02.553Z] ok github.com/docker/docker/distribution/metadata 0.042s coverage: 48.2% of statements [2021-03-09T00:57:02.813Z] ok github.com/docker/docker/distribution 0.157s coverage: 25.2% of statements [2021-03-09T00:57:02.813Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-09T00:57:03.015Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-03-09T00:57:03.577Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-03-09T00:57:04.140Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-03-09T00:57:04.191Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-03-09T00:57:04.453Z] --- PASS: TestServiceWithDataPathPortInit (13.66s) [2021-03-09T00:57:04.453Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-09T00:57:04.702Z] === RUN TestDockerSuite/TestCpToCaseA [2021-03-09T00:57:04.958Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.48s) [2021-03-09T00:57:04.958Z] === RUN TestCreateServiceSecretFileMode [2021-03-09T00:57:05.128Z] ok github.com/docker/docker/image 0.017s coverage: 86.6% of statements [2021-03-09T00:57:05.387Z] ok github.com/docker/docker/distribution/xfer 1.881s coverage: 85.1% of statements [2021-03-09T00:57:05.387Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-09T00:57:05.885Z] === RUN TestDockerSuite/TestCpToCaseB [2021-03-09T00:57:05.955Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2021-03-09T00:57:06.815Z] === RUN TestDockerSuite/TestCpToCaseC [2021-03-09T00:57:07.334Z] ok github.com/docker/docker/image/tarexport 0.011s coverage: 0.6% of statements [2021-03-09T00:57:07.334Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2021-03-09T00:57:07.334Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-09T00:57:07.593Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2021-03-09T00:57:07.718Z] --- PASS: TestBuildWithHugeFile (126.00s) [2021-03-09T00:57:07.718Z] === RUN TestBuildWCOWSandboxSize [2021-03-09T00:57:08.182Z] --- PASS: TestCreateServiceSecretFileMode (3.07s) [2021-03-09T00:57:08.182Z] === RUN TestCreateServiceConfigFileMode [2021-03-09T00:57:08.755Z] === RUN TestDockerSuite/TestCpToCaseD [2021-03-09T00:57:09.496Z] ok github.com/docker/docker/oci 0.011s coverage: 45.2% of statements [2021-03-09T00:57:10.064Z] ok github.com/docker/docker/opts 0.021s coverage: 67.1% of statements [2021-03-09T00:57:10.166Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.70s) [2021-03-09T00:57:10.166Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mltsyeqe4rl7xdamnsz2dfhhd Created:2021-03-09 00:57:03.754945216 +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[2d19ae10bb656d9d4234ef4ade5bea3caaa8c03e87f84f5922b096ee9e4e99ce:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vihvnq039hvk13tsbljhihyvs EndpointID:67b0dfcd75bc2ef6a9c788338eaf511f96c63dc842ac3fe6561bf65fdbd29daa MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8d42dc40a5d93720a88305e6ba5a2fffbfc9ae901a264c1afcb3417d3af98c4b 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:58eeeb52fce0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vihvnq039hvk13tsbljhihyvs EndpointID:67b0dfcd75bc2ef6a9c788338eaf511f96c63dc842ac3fe6561bf65fdbd29daa EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-09T00:57:10.166Z] PASS [2021-03-09T00:57:10.166Z] [2021-03-09T00:57:10.166Z] === Skipped [2021-03-09T00:57:10.166Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-09T00:57:10.166Z] service_test.go:242: FLAKY_TEST [2021-03-09T00:57:10.166Z] [2021-03-09T00:57:10.166Z] [2021-03-09T00:57:10.166Z] DONE 26 tests, 1 skipped in 38.882s [2021-03-09T00:57:10.166Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-09T00:57:10.166Z] ++ 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-09T00:57:10.166Z] ++ set -e [2021-03-09T00:57:10.166Z] ++ '[' -n 0 ']' [2021-03-09T00:57:10.166Z] ++ set -x [2021-03-09T00:57:10.166Z] ++ env -i DEST=/go/src/github.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-09T00:57:10.166Z] INFO: Testing against a local daemon [2021-03-09T00:57:10.166Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-09T00:57:10.166Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-09T00:57:10.166Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:57:10.166Z] === RUN TestDockerNetworkIpvlan [2021-03-09T00:57:10.166Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-09T00:57:10.166Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:57:10.166Z] PASS [2021-03-09T00:57:10.166Z] [2021-03-09T00:57:10.166Z] === Skipped [2021-03-09T00:57:10.167Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-09T00:57:10.167Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:57:10.167Z] [2021-03-09T00:57:10.167Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-09T00:57:10.167Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-09T00:57:10.167Z] [2021-03-09T00:57:10.167Z] [2021-03-09T00:57:10.167Z] DONE 2 tests, 2 skipped in 0.082s [2021-03-09T00:57:10.167Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-09T00:57:10.167Z] ++ 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-09T00:57:10.167Z] ++ set -e [2021-03-09T00:57:10.167Z] ++ '[' -n 0 ']' [2021-03-09T00:57:10.167Z] ++ set -x [2021-03-09T00:57:10.167Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T00:57:10.167Z] INFO: Testing against a local daemon [2021-03-09T00:57:10.167Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-09T00:57:10.322Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-03-09T00:57:11.208Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2021-03-09T00:57:11.208Z] === RUN TestDockerNetworkMacvlan [2021-03-09T00:57:11.272Z] --- PASS: TestCreateServiceConfigFileMode (3.27s) [2021-03-09T00:57:11.272Z] === RUN TestCreateServiceSysctls [2021-03-09T00:57:11.859Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-09T00:57:12.202Z] === RUN TestDockerSuite/TestCpToCaseE [2021-03-09T00:57:12.258Z] ok github.com/docker/docker/pkg/archive 0.322s coverage: 77.2% of statements [2021-03-09T00:57:12.831Z] ok github.com/docker/docker/pkg/authorization 0.127s coverage: 68.3% of statements [2021-03-09T00:57:12.905Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-09T00:57:13.098Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-03-09T00:57:13.357Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-03-09T00:57:13.542Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-09T00:57:14.720Z] === RUN TestDockerSuite/TestCpToCaseF [2021-03-09T00:57:15.282Z] --- PASS: TestCreateServiceSysctls (4.04s) [2021-03-09T00:57:15.282Z] === RUN TestCreateServiceCapabilities [2021-03-09T00:57:15.538Z] === RUN TestDockerSuite/TestCpToCaseG [2021-03-09T00:57:15.620Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-09T00:57:16.640Z] ok github.com/docker/docker/pkg/chrootarchive 2.503s coverage: 43.2% of statements [2021-03-09T00:57:16.899Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-03-09T00:57:17.157Z] ok github.com/docker/docker/layer 7.653s coverage: 68.8% of statements [2021-03-09T00:57:17.157Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-09T00:57:17.157Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-09T00:57:17.157Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-09T00:57:17.157Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-09T00:57:17.157Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-09T00:57:17.157Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-09T00:57:17.157Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-09T00:57:17.157Z] ok github.com/docker/docker/pkg/discovery 0.018s coverage: 58.3% of statements [2021-03-09T00:57:17.703Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-09T00:57:17.725Z] ok github.com/docker/docker/pkg/discovery/file 0.012s coverage: 92.9% of statements [2021-03-09T00:57:18.059Z] --- PASS: TestCreateServiceCapabilities (2.65s) [2021-03-09T00:57:18.059Z] === RUN TestInspect [2021-03-09T00:57:18.661Z] ok github.com/docker/docker/pkg/discovery/memory 0.007s coverage: 92.3% of statements [2021-03-09T00:57:18.919Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2021-03-09T00:57:19.429Z] === RUN TestDockerSuite/TestCpToCaseH [2021-03-09T00:57:19.486Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2021-03-09T00:57:20.863Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-03-09T00:57:21.273Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-09T00:57:21.431Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 89.5% of statements [2021-03-09T00:57:21.690Z] ok github.com/docker/docker/pkg/discovery/kv 3.087s coverage: 84.1% of statements [2021-03-09T00:57:21.911Z] --- PASS: TestDockerNetworkMacvlan (11.02s) [2021-03-09T00:57:21.911Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-03-09T00:57:21.911Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2021-03-09T00:57:21.911Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.89s) [2021-03-09T00:57:21.911Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.92s) [2021-03-09T00:57:21.911Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.24s) [2021-03-09T00:57:21.911Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.63s) [2021-03-09T00:57:21.911Z] PASS [2021-03-09T00:57:21.911Z] [2021-03-09T00:57:21.911Z] DONE 8 tests in 12.478s [2021-03-09T00:57:21.911Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-09T00:57:21.911Z] ++ 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-09T00:57:21.911Z] ++ set -e [2021-03-09T00:57:21.911Z] ++ '[' -n 0 ']' [2021-03-09T00:57:21.911Z] ++ set -x [2021-03-09T00:57:21.911Z] ++ env -i DEST=/go/src/github.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-09T00:57:21.911Z] testing: warning: no tests to run [2021-03-09T00:57:21.911Z] PASS [2021-03-09T00:57:21.947Z] --- PASS: TestInspect (3.56s) [2021-03-09T00:57:21.947Z] === RUN TestCreateJob [2021-03-09T00:57:21.947Z] === RUN TestDockerSuite/TestCpToCaseI [2021-03-09T00:57:21.950Z] ok github.com/docker/docker/pkg/fsutils 0.177s coverage: 85.1% of statements [2021-03-09T00:57:21.950Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2021-03-09T00:57:22.213Z] [2021-03-09T00:57:22.213Z] DONE 0 tests in 0.014s [2021-03-09T00:57:22.213Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-09T00:57:22.213Z] ++ 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-09T00:57:22.213Z] ++ set -e [2021-03-09T00:57:22.213Z] ++ '[' -n 0 ']' [2021-03-09T00:57:22.213Z] ++ set -x [2021-03-09T00:57:22.213Z] ++ env -i DEST=/go/src/github.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-09T00:57:22.213Z] INFO: Testing against a local daemon [2021-03-09T00:57:22.213Z] === RUN TestAuthZPluginAllowRequest [2021-03-09T00:57:22.509Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-03-09T00:57:23.327Z] ok github.com/docker/docker/pkg/idtools 0.498s coverage: 69.5% of statements [2021-03-09T00:57:23.586Z] ok github.com/docker/docker/pkg/ioutils 0.435s coverage: 69.3% of statements [2021-03-09T00:57:23.727Z] --- PASS: TestAuthZPluginAllowRequest (1.33s) [2021-03-09T00:57:23.727Z] === RUN TestAuthZPluginTLS [2021-03-09T00:57:24.034Z] --- PASS: TestAuthZPluginTLS (0.56s) [2021-03-09T00:57:24.034Z] === RUN TestAuthZPluginDenyRequest [2021-03-09T00:57:24.154Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2021-03-09T00:57:24.155Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-09T00:57:24.155Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2021-03-09T00:57:24.155Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-09T00:57:24.155Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-09T00:57:24.414Z] ok github.com/docker/docker/pkg/namesgenerator 0.020s coverage: 85.7% of statements [2021-03-09T00:57:24.414Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-09T00:57:24.414Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2021-03-09T00:57:24.675Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-03-09T00:57:24.675Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-09T00:57:24.980Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2021-03-09T00:57:24.980Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.008s coverage: 86.7% of statements [2021-03-09T00:57:25.315Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-03-09T00:57:25.315Z] === RUN TestAuthZPluginDenyResponse [2021-03-09T00:57:25.548Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-03-09T00:57:25.548Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-09T00:57:25.548Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-09T00:57:25.611Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2021-03-09T00:57:25.611Z] === RUN TestAuthZPluginAllowEventStream [2021-03-09T00:57:25.777Z] --- PASS: TestCreateJob (4.00s) [2021-03-09T00:57:25.777Z] === RUN TestReplicatedJob [2021-03-09T00:57:26.484Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.017s coverage: 56.8% of statements [2021-03-09T00:57:26.706Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-03-09T00:57:26.744Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-03-09T00:57:27.002Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-03-09T00:57:27.129Z] --- PASS: TestAuthZPluginAllowEventStream (1.31s) [2021-03-09T00:57:27.129Z] === RUN TestAuthZPluginErrorResponse [2021-03-09T00:57:27.261Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2021-03-09T00:57:27.270Z] === RUN TestDockerSuite/TestCpToDot [2021-03-09T00:57:27.425Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-03-09T00:57:27.425Z] === RUN TestAuthZPluginErrorRequest [2021-03-09T00:57:28.074Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-03-09T00:57:28.074Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-09T00:57:28.197Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-03-09T00:57:28.636Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2021-03-09T00:57:28.711Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-03-09T00:57:28.711Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-09T00:57:28.895Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-03-09T00:57:29.127Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-03-09T00:57:29.699Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-03-09T00:57:30.231Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.68s) [2021-03-09T00:57:30.231Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-09T00:57:31.593Z] === RUN TestDockerSuite/TestCpToStdout [2021-03-09T00:57:32.179Z] ok github.com/docker/docker/pkg/signal 2.402s coverage: 61.0% of statements [2021-03-09T00:57:32.179Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-03-09T00:57:32.320Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.73s) [2021-03-09T00:57:32.320Z] === RUN TestAuthZPluginHeader [2021-03-09T00:57:32.437Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-03-09T00:57:32.519Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-03-09T00:57:32.519Z] --- PASS: TestReplicatedJob (6.89s) [2021-03-09T00:57:32.519Z] === RUN TestUpdateReplicatedJob [2021-03-09T00:57:32.695Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-03-09T00:57:32.960Z] --- PASS: TestAuthZPluginHeader (0.85s) [2021-03-09T00:57:32.960Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-09T00:57:32.960Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-09T00:57:32.960Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:57:32.960Z] === RUN TestAuthZPluginV2Disable [2021-03-09T00:57:32.960Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-03-09T00:57:32.960Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:57:32.960Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-09T00:57:32.960Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-09T00:57:32.960Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:57:32.960Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-09T00:57:32.960Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-09T00:57:32.960Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:57:32.960Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-09T00:57:33.263Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.9% of statements [2021-03-09T00:57:33.449Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-03-09T00:57:33.706Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-03-09T00:57:33.829Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2021-03-09T00:57:34.267Z] === RUN TestDockerSuite/TestCpVolumePath [2021-03-09T00:57:34.396Z] ok github.com/docker/docker/pkg/tailfile 0.092s coverage: 88.6% of statements [2021-03-09T00:57:34.963Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2021-03-09T00:57:34.963Z] testing: warning: no tests to run [2021-03-09T00:57:34.963Z] coverage: [no statements] [2021-03-09T00:57:34.963Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-03-09T00:57:35.530Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-03-09T00:57:35.530Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-03-09T00:57:35.788Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-03-09T00:57:36.158Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-03-09T00:57:36.158Z] === RUN TestDockerSuite/TestCreateArgs [2021-03-09T00:57:36.158Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-03-09T00:57:36.158Z] === RUN TestDockerSuite/TestCreateByImageID [2021-03-09T00:57:36.414Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-03-09T00:57:36.414Z] --- PASS: TestUpdateReplicatedJob (4.12s) [2021-03-09T00:57:36.414Z] === RUN TestServiceListWithStatuses [2021-03-09T00:57:36.414Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-09T00:57:36.414Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-09T00:57:36.414Z] === RUN TestDockerNetworkConnectAlias [2021-03-09T00:57:37.344Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-03-09T00:57:37.344Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-03-09T00:57:37.344Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-03-09T00:57:37.692Z] ok github.com/docker/docker/plugin 0.515s coverage: 23.2% of statements [2021-03-09T00:57:37.907Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-03-09T00:57:38.470Z] === RUN TestDockerSuite/TestCreateLabels [2021-03-09T00:57:38.628Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-03-09T00:57:38.726Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-03-09T00:57:38.726Z] === RUN TestDockerSuite/TestCreateRM [2021-03-09T00:57:38.887Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2021-03-09T00:57:38.983Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-03-09T00:57:38.983Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-03-09T00:57:39.239Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-03-09T00:57:39.239Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-03-09T00:57:40.264Z] ok github.com/docker/docker/quota 0.223s coverage: 71.4% of statements [2021-03-09T00:57:40.831Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-03-09T00:57:41.761Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-03-09T00:57:41.761Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-03-09T00:57:41.761Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-03-09T00:57:42.208Z] ok github.com/docker/docker/registry 0.062s coverage: 58.8% of statements [2021-03-09T00:57:42.324Z] --- PASS: TestDockerNetworkConnectAlias (5.89s) [2021-03-09T00:57:42.324Z] === RUN TestDockerNetworkReConnect [2021-03-09T00:57:42.467Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-03-09T00:57:42.726Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-03-09T00:57:43.663Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-03-09T00:57:43.663Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-03-09T00:57:46.495Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-03-09T00:57:46.495Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-03-09T00:57:46.495Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-03-09T00:57:46.495Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-03-09T00:57:46.495Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-03-09T00:57:46.495Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-03-09T00:57:46.950Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-03-09T00:57:47.058Z] --- PASS: TestDockerNetworkReConnect (4.56s) [2021-03-09T00:57:47.058Z] === RUN TestServicePlugin [2021-03-09T00:57:47.058Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-03-09T00:57:47.517Z] ok github.com/docker/docker/volume/local 0.101s coverage: 76.4% of statements [2021-03-09T00:57:48.084Z] ok github.com/docker/docker/volume/mounts 0.046s coverage: 67.0% of statements [2021-03-09T00:57:48.433Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-03-09T00:57:49.004Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-03-09T00:57:49.460Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.1% of statements [2021-03-09T00:57:50.384Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-03-09T00:57:51.561Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.72s) [2021-03-09T00:57:51.561Z] PASS [2021-03-09T00:57:51.561Z] [2021-03-09T00:57:51.561Z] === Skipped [2021-03-09T00:57:51.561Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-09T00:57:51.561Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:57:51.561Z] [2021-03-09T00:57:51.561Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-03-09T00:57:51.561Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:57:51.561Z] [2021-03-09T00:57:51.561Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-09T00:57:51.561Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:57:51.561Z] [2021-03-09T00:57:51.561Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-09T00:57:51.561Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:57:51.561Z] [2021-03-09T00:57:51.561Z] [2021-03-09T00:57:51.561Z] DONE 17 tests, 4 skipped in 27.552s [2021-03-09T00:57:51.561Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-09T00:57:51.561Z] ++ 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-09T00:57:51.561Z] ++ set -e [2021-03-09T00:57:51.561Z] ++ '[' -n 0 ']' [2021-03-09T00:57:51.561Z] ++ set -x [2021-03-09T00:57:51.561Z] ++ env -i DEST=/go/src/github.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-09T00:57:51.561Z] INFO: Testing against a local daemon [2021-03-09T00:57:51.561Z] === RUN TestPluginInvalidJSON [2021-03-09T00:57:51.561Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:57:51.561Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:57:51.561Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T00:57:51.561Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-03-09T00:57:51.561Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-09T00:57:51.561Z] === RUN TestPluginInstall [2021-03-09T00:57:51.561Z] === RUN TestPluginInstall/no_auth [2021-03-09T00:57:51.561Z] time="2021-03-09T00:57:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:57:51.561Z] time="2021-03-09T00:57:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8cc50c352cd045c24f017636b002c8eb8dd54fb042f82ec4fddad687c395f2c5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:57:51.561Z] time="2021-03-09T00:57:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:57:51.561Z] time="2021-03-09T00:57:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8cc50c352cd045c24f017636b002c8eb8dd54fb042f82ec4fddad687c395f2c5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:57:51.749Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-03-09T00:57:51.856Z] === RUN TestPluginInstall/with_htpasswd [2021-03-09T00:57:52.312Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-03-09T00:57:52.495Z] time="2021-03-09T00:57:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:57:52.495Z] time="2021-03-09T00:57:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1fda16b2cd9e1a611b74a44db980b83729d1e062ba5745342a82dba151c34e7f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:57:52.495Z] time="2021-03-09T00:57:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:57:52.495Z] time="2021-03-09T00:57:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1fda16b2cd9e1a611b74a44db980b83729d1e062ba5745342a82dba151c34e7f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:57:52.797Z] === RUN TestPluginInstall/with_insecure [2021-03-09T00:57:52.873Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-03-09T00:57:52.873Z] === RUN TestDockerSuite/TestDevicePermissions [2021-03-09T00:57:53.436Z] === RUN TestDockerSuite/TestDockerFails [2021-03-09T00:57:53.436Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-03-09T00:57:53.436Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-03-09T00:57:53.692Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-03-09T00:57:53.846Z] time="2021-03-09T00:57:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:57:53.846Z] time="2021-03-09T00:57:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fbdd39653a4786d41c8fd0b9221610d1dc79ad27a64a73a35f555f75d771ca5c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:57:53.846Z] time="2021-03-09T00:57:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-09T00:57:53.846Z] time="2021-03-09T00:57:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fbdd39653a4786d41c8fd0b9221610d1dc79ad27a64a73a35f555f75d771ca5c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-09T00:57:54.140Z] --- PASS: TestPluginInstall (4.30s) [2021-03-09T00:57:54.140Z] --- PASS: TestPluginInstall/no_auth (1.99s) [2021-03-09T00:57:54.140Z] --- PASS: TestPluginInstall/with_htpasswd (0.92s) [2021-03-09T00:57:54.140Z] --- PASS: TestPluginInstall/with_insecure (1.38s) [2021-03-09T00:57:54.140Z] plugin_test.go:160: [d240e2e89c6a1] daemon is not started [2021-03-09T00:57:54.140Z] === RUN TestPluginsWithRuntimes [2021-03-09T00:57:55.058Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-03-09T00:57:55.315Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-03-09T00:57:56.223Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-09T00:57:56.680Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-03-09T00:57:56.680Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-03-09T00:57:56.680Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-03-09T00:57:56.680Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-03-09T00:57:56.863Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-09T00:57:57.901Z] --- PASS: TestPluginsWithRuntimes (4.01s) [2021-03-09T00:57:57.901Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.09s) [2021-03-09T00:57:57.901Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.06s) [2021-03-09T00:57:57.901Z] PASS [2021-03-09T00:57:57.901Z] [2021-03-09T00:57:57.901Z] DONE 9 tests in 8.405s [2021-03-09T00:57:58.196Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-09T00:57:58.196Z] ++ 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-09T00:57:58.196Z] ++ set -e [2021-03-09T00:57:58.196Z] ++ '[' -n 0 ']' [2021-03-09T00:57:58.196Z] ++ set -x [2021-03-09T00:57:58.196Z] ++ env -i DEST=/go/src/github.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-09T00:57:58.196Z] INFO: Testing against a local daemon [2021-03-09T00:57:58.196Z] === RUN TestExternalGraphDriver [2021-03-09T00:57:58.196Z] === RUN TestExternalGraphDriver/json [2021-03-09T00:58:00.414Z] === RUN TestExternalGraphDriver/spec [2021-03-09T00:58:00.847Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-03-09T00:58:01.655Z] ok github.com/docker/docker/pkg/plugins 33.617s coverage: 76.6% of statements [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/rootless [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/volume [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-09T00:58:01.655Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === Skipped [2021-03-09T00:58:01.655Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-09T00:58:01.655Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-09T00:58:01.655Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-09T00:58:01.655Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:58:01.655Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-09T00:58:01.655Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:58:01.655Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-09T00:58:01.655Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:58:01.655Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-09T00:58:01.655Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:58:01.655Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-09T00:58:01.655Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:58:01.655Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-09T00:58:01.655Z] graphtest_unix.go:73: No driver to put! [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-09T00:58:01.655Z] time="2021-03-09T00:56:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:58:01.655Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:58:01.655Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-09T00:58:01.655Z] time="2021-03-09T00:56:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:58:01.655Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:58:01.655Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-09T00:58:01.655Z] time="2021-03-09T00:56:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:58:01.655Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:58:01.655Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-09T00:58:01.655Z] time="2021-03-09T00:56:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:58:01.655Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:58:01.655Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-09T00:58:01.655Z] time="2021-03-09T00:56:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-09T00:58:01.655Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-09T00:58:01.655Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-09T00:58:01.655Z] graphtest_unix.go:73: No driver to put! [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-09T00:58:01.655Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-09T00:58:01.655Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-09T00:58:01.655Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-09T00:58:01.655Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-09T00:58:01.655Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:58:01.655Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-09T00:58:01.655Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:58:01.655Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-09T00:58:01.655Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:58:01.655Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-09T00:58:01.655Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:58:01.655Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-09T00:58:01.655Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-09T00:58:01.655Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-09T00:58:01.655Z] graphtest_unix.go:73: No driver to put! [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-09T00:58:01.655Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-09T00:58:01.655Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] [2021-03-09T00:58:01.655Z] DONE 2243 tests, 26 skipped in 256.094s Post stage [Pipeline] junit [2021-03-09T00:58:01.667Z] Recording test results [2021-03-09T00:58:01.932Z] === RUN TestExternalGraphDriver/pull [2021-03-09T00:58:02.247Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-03-09T00:58:02.580Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41757/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:21c56cf2a85c527aaf3fc821a63e5e60e6e2c483 hack/validate/vendor [2021-03-09T00:58:02.735Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-03-09T00:58:03.515Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-09T00:58:04.023Z] --- PASS: TestExternalGraphDriver (5.60s) [2021-03-09T00:58:04.023Z] --- PASS: TestExternalGraphDriver/json (1.85s) [2021-03-09T00:58:04.023Z] --- PASS: TestExternalGraphDriver/spec (1.81s) [2021-03-09T00:58:04.023Z] --- PASS: TestExternalGraphDriver/pull (1.83s) [2021-03-09T00:58:04.023Z] === RUN TestGraphdriverPluginV2 [2021-03-09T00:58:04.023Z] --- SKIP: TestGraphdriverPluginV2 (0.05s) [2021-03-09T00:58:04.023Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:58:04.023Z] PASS [2021-03-09T00:58:04.023Z] [2021-03-09T00:58:04.023Z] === Skipped [2021-03-09T00:58:04.023Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s) [2021-03-09T00:58:04.023Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:58:04.023Z] [2021-03-09T00:58:04.023Z] [2021-03-09T00:58:04.023Z] DONE 5 tests, 1 skipped in 5.743s [2021-03-09T00:58:04.023Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-09T00:58:04.023Z] ++ 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-09T00:58:04.023Z] ++ set -e [2021-03-09T00:58:04.023Z] ++ '[' -n 0 ']' [2021-03-09T00:58:04.023Z] ++ set -x [2021-03-09T00:58:04.023Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T00:58:04.023Z] INFO: Testing against a local daemon [2021-03-09T00:58:04.023Z] === RUN TestContinueAfterPluginCrash [2021-03-09T00:58:04.023Z] === PAUSE TestContinueAfterPluginCrash [2021-03-09T00:58:04.023Z] === RUN TestReadPluginNoRead [2021-03-09T00:58:04.023Z] === PAUSE TestReadPluginNoRead [2021-03-09T00:58:04.023Z] === RUN TestDaemonStartWithLogOpt [2021-03-09T00:58:04.023Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-09T00:58:04.023Z] === CONT TestContinueAfterPluginCrash [2021-03-09T00:58:04.023Z] === CONT TestDaemonStartWithLogOpt [2021-03-09T00:58:04.023Z] === CONT TestReadPluginNoRead [2021-03-09T00:58:04.092Z] + echo Ensuring container killed. [2021-03-09T00:58:04.092Z] Ensuring container killed. [2021-03-09T00:58:04.092Z] + docker rm -vf docker-pr6 [2021-03-09T00:58:04.092Z] Error: No such container: docker-pr6 [Pipeline] sh [2021-03-09T00:58:04.405Z] + echo Chowning /workspace to jenkins user [2021-03-09T00:58:04.405Z] Chowning /workspace to jenkins user [2021-03-09T00:58:04.405Z] + id -u [2021-03-09T00:58:04.405Z] + id -g [2021-03-09T00:58:04.405Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41757:/workspace busybox chown -R 1000:1000 /workspace [2021-03-09T00:58:05.252Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-09T00:58:05.651Z] + bundleName=unit [2021-03-09T00:58:05.651Z] + echo Creating unit-bundles.tar.gz [2021-03-09T00:58:05.651Z] Creating unit-bundles.tar.gz [2021-03-09T00:58:05.651Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-03-09T00:58:05.651Z] bundles/junit-report.xml [2021-03-09T00:58:05.651Z] bundles/go-test-report.json [2021-03-09T00:58:05.651Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-03-09T00:58:05.663Z] Archiving artifacts [2021-03-09T00:58:06.108Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41757/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-09T00:58:06.419Z] + make clean [2021-03-09T00:58:06.678Z] docker volume rm -f docker-dev-cache [2021-03-09T00:58:06.678Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T00:58:07.770Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-03-09T00:58:08.698Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-03-09T00:58:09.262Z] === RUN TestDockerSuite/TestEventsAttach [2021-03-09T00:58:09.638Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-09T00:58:09.638Z] --- PASS: TestDaemonStartWithLogOpt (5.22s) [2021-03-09T00:58:10.195Z] === RUN TestDockerSuite/TestEventsCommit [2021-03-09T00:58:10.275Z] === RUN TestReadPluginNoRead/default [2021-03-09T00:58:10.761Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-03-09T00:58:11.323Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-03-09T00:58:11.578Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-03-09T00:58:11.792Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-09T00:58:12.139Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-03-09T00:58:13.317Z] --- PASS: TestReadPluginNoRead (9.21s) [2021-03-09T00:58:13.317Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.50s) [2021-03-09T00:58:13.317Z] --- PASS: TestReadPluginNoRead/default (1.48s) [2021-03-09T00:58:13.317Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.38s) [2021-03-09T00:58:13.317Z] read_test.go:92: [dbe641cad9d8e] daemon is not started [2021-03-09T00:58:14.028Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-03-09T00:58:14.356Z] --- PASS: TestContinueAfterPluginCrash (10.55s) [2021-03-09T00:58:14.356Z] PASS [2021-03-09T00:58:14.356Z] [2021-03-09T00:58:14.356Z] DONE 6 tests in 10.624s [2021-03-09T00:58:14.356Z] 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-09T00:58:14.356Z] ++ 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-09T00:58:14.356Z] ++ set -e [2021-03-09T00:58:14.356Z] ++ '[' -n 0 ']' [2021-03-09T00:58:14.356Z] ++ set -x [2021-03-09T00:58:14.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=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-09T00:58:14.357Z] testing: warning: no tests to run [2021-03-09T00:58:14.357Z] PASS [2021-03-09T00:58:14.357Z] [2021-03-09T00:58:14.357Z] DONE 0 tests in 0.017s [2021-03-09T00:58:14.357Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-09T00:58:14.357Z] ++ 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-09T00:58:14.357Z] ++ set -e [2021-03-09T00:58:14.357Z] ++ '[' -n 0 ']' [2021-03-09T00:58:14.357Z] ++ set -x [2021-03-09T00:58:14.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=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-09T00:58:14.595Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-03-09T00:58:14.650Z] INFO: Testing against a local daemon [2021-03-09T00:58:14.650Z] === RUN TestPluginWithDevMounts [2021-03-09T00:58:14.650Z] === PAUSE TestPluginWithDevMounts [2021-03-09T00:58:14.650Z] === CONT TestPluginWithDevMounts [2021-03-09T00:58:16.728Z] --- PASS: TestPluginWithDevMounts (1.85s) [2021-03-09T00:58:16.728Z] PASS [2021-03-09T00:58:16.728Z] [2021-03-09T00:58:16.728Z] DONE 1 tests in 1.925s [2021-03-09T00:58:16.728Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2021-03-09T00:58:16.728Z] ++ 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-09T00:58:16.728Z] ++ set -e [2021-03-09T00:58:16.728Z] ++ '[' -n 0 ']' [2021-03-09T00:58:16.728Z] ++ set -x [2021-03-09T00:58:16.728Z] ++ env -i DEST=/go/src/github.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-09T00:58:16.728Z] INFO: Testing against a local daemon [2021-03-09T00:58:16.728Z] === RUN TestSecretInspect [2021-03-09T00:58:17.115Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-03-09T00:58:18.812Z] --- PASS: TestSecretInspect (1.94s) [2021-03-09T00:58:18.812Z] === RUN TestSecretList [2021-03-09T00:58:19.002Z] === RUN TestDockerSuite/TestEventsCopy [2021-03-09T00:58:19.563Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-03-09T00:58:20.123Z] --- PASS: TestServicePlugin (33.05s) [2021-03-09T00:58:20.123Z] plugin_test.go:62: [dc6631b729168] joining swarm manager [dc33f58c7c1ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T00:58:20.123Z] plugin_test.go:65: [d67e0d9e81996] joining swarm manager [dc33f58c7c1ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T00:58:20.123Z] === RUN TestServiceUpdateLabel [2021-03-09T00:58:20.354Z] --- PASS: TestSecretList (1.93s) [2021-03-09T00:58:20.354Z] === RUN TestSecretsCreateAndDelete [2021-03-09T00:58:20.686Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-03-09T00:58:21.247Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-03-09T00:58:21.810Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-03-09T00:58:22.432Z] --- PASS: TestSecretsCreateAndDelete (1.93s) [2021-03-09T00:58:22.432Z] === RUN TestSecretsUpdate [2021-03-09T00:58:22.740Z] --- PASS: TestServiceUpdateLabel (2.69s) [2021-03-09T00:58:22.740Z] === RUN TestServiceUpdateSecrets [2021-03-09T00:58:22.997Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-03-09T00:58:23.925Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-03-09T00:58:24.181Z] === RUN TestDockerSuite/TestEventsFilterType [2021-03-09T00:58:24.505Z] --- PASS: TestSecretsUpdate (1.94s) [2021-03-09T00:58:24.505Z] === RUN TestTemplatedSecret [2021-03-09T00:58:24.743Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-03-09T00:58:24.743Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-03-09T00:58:24.743Z] === RUN TestDockerSuite/TestEventsFilters [2021-03-09T00:58:26.109Z] === RUN TestDockerSuite/TestEventsFormat [2021-03-09T00:58:26.670Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-03-09T00:58:26.670Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-03-09T00:58:26.670Z] === RUN TestDockerSuite/TestEventsImageImport [2021-03-09T00:58:27.249Z] --- PASS: TestTemplatedSecret (2.50s) [2021-03-09T00:58:27.249Z] === RUN TestSecretCreateResolve [2021-03-09T00:58:27.602Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-03-09T00:58:27.602Z] === RUN TestDockerSuite/TestEventsImagePull [2021-03-09T00:58:28.173Z] === RUN TestDockerSuite/TestEventsImageTag [2021-03-09T00:58:28.771Z] --- PASS: TestSecretCreateResolve (1.92s) [2021-03-09T00:58:28.771Z] PASS [2021-03-09T00:58:28.771Z] [2021-03-09T00:58:28.771Z] DONE 6 tests in 12.245s [2021-03-09T00:58:28.771Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2021-03-09T00:58:28.771Z] ++ 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-09T00:58:28.771Z] ++ set -e [2021-03-09T00:58:28.771Z] ++ '[' -n 0 ']' [2021-03-09T00:58:28.771Z] ++ set -x [2021-03-09T00:58:28.771Z] ++ env -i DEST=/go/src/github.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-09T00:58:28.771Z] INFO: Testing against a local daemon [2021-03-09T00:58:28.771Z] === RUN TestServiceCreateInit [2021-03-09T00:58:28.771Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-09T00:58:29.098Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-03-09T00:58:29.353Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-03-09T00:58:29.353Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-03-09T00:58:29.353Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-03-09T00:58:30.717Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-03-09T00:58:31.647Z] === RUN TestDockerSuite/TestEventsRename [2021-03-09T00:58:31.904Z] === RUN TestDockerSuite/TestEventsResize [2021-03-09T00:58:32.465Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-03-09T00:58:33.259Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-09T00:58:36.790Z] --- PASS: TestServiceCreateInit (7.59s) [2021-03-09T00:58:36.790Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.69s) [2021-03-09T00:58:36.790Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.86s) [2021-03-09T00:58:36.790Z] === RUN TestCreateServiceMultipleTimes [2021-03-09T00:58:37.707Z] --- PASS: TestServiceUpdateSecrets (14.43s) [2021-03-09T00:58:37.707Z] === RUN TestServiceUpdateConfigs [2021-03-09T00:58:37.707Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-03-09T00:58:38.634Z] === RUN TestDockerSuite/TestEventsStreaming [2021-03-09T00:58:39.197Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-03-09T00:58:42.461Z] === RUN TestDockerSuite/TestEventsTop [2021-03-09T00:58:42.461Z] === RUN TestDockerSuite/TestEventsUntag [2021-03-09T00:58:44.974Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-03-09T00:58:52.181Z] --- PASS: TestCreateServiceMultipleTimes (14.94s) [2021-03-09T00:58:52.181Z] === RUN TestCreateServiceConflict [2021-03-09T00:58:53.059Z] --- PASS: TestServiceUpdateConfigs (14.74s) [2021-03-09T00:58:53.059Z] === RUN TestServiceUpdateNetwork [2021-03-09T00:58:53.224Z] --- PASS: TestCreateServiceConflict (1.92s) [2021-03-09T00:58:53.224Z] === RUN TestCreateServiceMaxReplicas [2021-03-09T00:58:55.963Z] --- PASS: TestCreateServiceMaxReplicas (2.58s) [2021-03-09T00:58:55.963Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-09T00:58:56.338Z] === RUN TestDockerSuite/TestExec [2021-03-09T00:58:56.339Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-03-09T00:58:56.899Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-03-09T00:58:57.460Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-03-09T00:58:57.716Z] === RUN TestDockerSuite/TestExecAPIStart [2021-03-09T00:58:59.081Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-03-09T00:58:59.643Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-03-09T00:59:00.204Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-03-09T00:59:00.767Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-03-09T00:59:01.330Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-03-09T00:59:01.894Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-03-09T00:59:02.457Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-03-09T00:59:03.019Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-03-09T00:59:03.275Z] === RUN TestDockerSuite/TestExecCgroup [2021-03-09T00:59:04.643Z] === RUN TestDockerSuite/TestExecEnv [2021-03-09T00:59:04.899Z] --- PASS: TestServiceUpdateNetwork (13.07s) [2021-03-09T00:59:04.899Z] === RUN TestServiceUpdatePidsLimit [2021-03-09T00:59:05.461Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-03-09T00:59:06.024Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-09T00:59:07.390Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-09T00:59:07.390Z] === RUN TestDockerSuite/TestExecExitStatus [2021-03-09T00:59:07.953Z] === RUN TestDockerSuite/TestExecInspectID [2021-03-09T00:59:08.644Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.83s) [2021-03-09T00:59:08.644Z] === RUN TestCreateServiceSecretFileMode [2021-03-09T00:59:09.843Z] === RUN TestDockerSuite/TestExecInteractive [2021-03-09T00:59:10.404Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-03-09T00:59:10.971Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-03-09T00:59:11.414Z] --- PASS: TestCreateServiceSecretFileMode (2.33s) [2021-03-09T00:59:11.414Z] === RUN TestCreateServiceConfigFileMode [2021-03-09T00:59:11.905Z] === RUN TestDockerSuite/TestExecParseError [2021-03-09T00:59:12.466Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-03-09T00:59:13.393Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-03-09T00:59:13.545Z] --- PASS: TestCreateServiceConfigFileMode (2.25s) [2021-03-09T00:59:13.545Z] === RUN TestCreateServiceSysctls [2021-03-09T00:59:13.649Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-03-09T00:59:14.211Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-09T00:59:14.774Z] === RUN TestDockerSuite/TestExecSetEnv [2021-03-09T00:59:15.338Z] === RUN TestDockerSuite/TestExecStartFails [2021-03-09T00:59:16.267Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-03-09T00:59:16.300Z] --- PASS: TestCreateServiceSysctls (3.04s) [2021-03-09T00:59:16.300Z] === RUN TestCreateServiceCapabilities [2021-03-09T00:59:19.048Z] --- PASS: TestCreateServiceCapabilities (2.29s) [2021-03-09T00:59:19.048Z] === RUN TestInspect [2021-03-09T00:59:21.142Z] --- PASS: TestInspect (2.59s) [2021-03-09T00:59:21.142Z] === RUN TestCreateJob [2021-03-09T00:59:21.509Z] --- PASS: TestServiceUpdatePidsLimit (16.66s) [2021-03-09T00:59:21.509Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.06s) [2021-03-09T00:59:21.509Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.94s) [2021-03-09T00:59:21.509Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s) [2021-03-09T00:59:21.509Z] PASS [2021-03-09T00:59:21.509Z] [2021-03-09T00:59:21.509Z] === Skipped [2021-03-09T00:59:21.509Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-03-09T00:59:21.509Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-09T00:59:21.509Z] [2021-03-09T00:59:21.509Z] [2021-03-09T00:59:21.509Z] DONE 27 tests, 1 skipped in 182.775s [2021-03-09T00:59:21.509Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-03-09T00:59:21.509Z] ++ 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-09T00:59:21.509Z] ++ set -e [2021-03-09T00:59:21.509Z] ++ '[' -n 0 ']' [2021-03-09T00:59:21.509Z] ++ set -x [2021-03-09T00:59:21.509Z] ++ env -i DEST=/go/src/github.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-09T00:59:21.765Z] INFO: Testing against a local daemon [2021-03-09T00:59:21.765Z] === RUN TestSessionCreate [2021-03-09T00:59:21.765Z] --- PASS: TestSessionCreate (0.03s) [2021-03-09T00:59:21.765Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-09T00:59:21.765Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-03-09T00:59:21.765Z] PASS [2021-03-09T00:59:21.765Z] [2021-03-09T00:59:21.765Z] DONE 2 tests in 0.155s [2021-03-09T00:59:21.765Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-03-09T00:59:21.765Z] ++ 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-09T00:59:21.765Z] ++ set -e [2021-03-09T00:59:21.765Z] ++ '[' -n 0 ']' [2021-03-09T00:59:21.765Z] ++ set -x [2021-03-09T00:59:21.765Z] ++ env -i DEST=/go/src/github.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-09T00:59:21.765Z] INFO: Testing against a local daemon [2021-03-09T00:59:21.765Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-09T00:59:21.765Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-09T00:59:21.765Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-09T00:59:21.765Z] === RUN TestEventsExecDie [2021-03-09T00:59:22.326Z] --- PASS: TestEventsExecDie (0.57s) [2021-03-09T00:59:22.326Z] === RUN TestEventsBackwardsCompatible [2021-03-09T00:59:22.583Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-03-09T00:59:22.583Z] === RUN TestInfoBinaryCommits [2021-03-09T00:59:22.583Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-03-09T00:59:22.583Z] === RUN TestInfoAPIVersioned [2021-03-09T00:59:22.583Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-09T00:59:22.583Z] === RUN TestInfoDiscoveryBackend [2021-03-09T00:59:23.143Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-03-09T00:59:23.143Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-09T00:59:24.070Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-09T00:59:24.070Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-09T00:59:24.630Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-03-09T00:59:24.630Z] === RUN TestInfoAPI [2021-03-09T00:59:24.630Z] --- PASS: TestInfoAPI (0.02s) [2021-03-09T00:59:24.630Z] === RUN TestInfoAPIWarnings [2021-03-09T00:59:24.697Z] --- PASS: TestCreateJob (3.01s) [2021-03-09T00:59:24.697Z] === RUN TestReplicatedJob [2021-03-09T00:59:27.144Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-03-09T00:59:27.400Z] === RUN TestDockerSuite/TestExecTTY [2021-03-09T00:59:27.962Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-03-09T00:59:28.523Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-03-09T00:59:29.086Z] === RUN TestDockerSuite/TestExecUlimits [2021-03-09T00:59:29.368Z] --- PASS: TestReplicatedJob (4.86s) [2021-03-09T00:59:29.368Z] === RUN TestUpdateReplicatedJob [2021-03-09T00:59:29.665Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-03-09T00:59:29.665Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-03-09T00:59:31.569Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-03-09T00:59:31.825Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-03-09T00:59:32.111Z] --- PASS: TestUpdateReplicatedJob (2.99s) [2021-03-09T00:59:32.111Z] === RUN TestServiceListWithStatuses [2021-03-09T00:59:32.111Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-09T00:59:32.111Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-09T00:59:32.111Z] === RUN TestDockerNetworkConnectAlias [2021-03-09T00:59:32.388Z] === RUN TestDockerSuite/TestExecWithTERM [2021-03-09T00:59:33.315Z] === RUN TestDockerSuite/TestExecWithUser [2021-03-09T00:59:33.571Z] === RUN TestDockerSuite/TestGetContainerStats [2021-03-09T00:59:36.591Z] --- PASS: TestDockerNetworkConnectAlias (4.01s) [2021-03-09T00:59:36.591Z] === RUN TestDockerNetworkReConnect [2021-03-09T00:59:38.810Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-03-09T00:59:39.339Z] --- PASS: TestDockerNetworkReConnect (3.19s) [2021-03-09T00:59:39.339Z] === RUN TestServicePlugin [2021-03-09T00:59:39.339Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-09T00:59:39.339Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T00:59:39.339Z] === RUN TestServiceUpdateLabel [2021-03-09T00:59:41.324Z] --- PASS: TestInfoAPIWarnings (16.23s) [2021-03-09T00:59:41.324Z] === RUN TestInfoDebug [2021-03-09T00:59:41.324Z] --- PASS: TestInfoDebug (0.52s) [2021-03-09T00:59:41.324Z] === RUN TestInfoInsecureRegistries [2021-03-09T00:59:41.416Z] --- PASS: TestServiceUpdateLabel (1.96s) [2021-03-09T00:59:41.416Z] === RUN TestServiceUpdateSecrets [2021-03-09T00:59:41.884Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-03-09T00:59:41.884Z] === RUN TestInfoRegistryMirrors [2021-03-09T00:59:42.445Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-03-09T00:59:42.445Z] === RUN TestLoginFailsWithBadCredentials [2021-03-09T00:59:42.445Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s) [2021-03-09T00:59:42.445Z] === RUN TestPingCacheHeaders [2021-03-09T00:59:42.702Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-03-09T00:59:42.702Z] === RUN TestPingGet [2021-03-09T00:59:42.702Z] --- PASS: TestPingGet (0.02s) [2021-03-09T00:59:42.702Z] === RUN TestPingHead [2021-03-09T00:59:42.702Z] --- PASS: TestPingHead (0.02s) [2021-03-09T00:59:42.702Z] === RUN TestVersion [2021-03-09T00:59:42.702Z] --- PASS: TestVersion (0.02s) [2021-03-09T00:59:42.702Z] PASS [2021-03-09T00:59:42.702Z] [2021-03-09T00:59:42.702Z] === Skipped [2021-03-09T00:59:42.702Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-09T00:59:42.702Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-09T00:59:42.702Z] [2021-03-09T00:59:42.702Z] [2021-03-09T00:59:42.702Z] DONE 18 tests, 1 skipped in 20.872s [2021-03-09T00:59:42.702Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-09T00:59:42.702Z] ++ 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-09T00:59:42.702Z] ++ set -e [2021-03-09T00:59:42.702Z] ++ '[' -n 0 ']' [2021-03-09T00:59:42.702Z] ++ set -x [2021-03-09T00:59:42.702Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T00:59:42.702Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-03-09T00:59:42.702Z] INFO: Testing against a local daemon [2021-03-09T00:59:42.702Z] === RUN TestVolumesCreateAndList [2021-03-09T00:59:42.959Z] --- PASS: TestVolumesCreateAndList (0.06s) [2021-03-09T00:59:42.959Z] === RUN TestVolumesRemove [2021-03-09T00:59:42.959Z] --- PASS: TestVolumesRemove (0.08s) [2021-03-09T00:59:42.959Z] === RUN TestVolumesInspect [2021-03-09T00:59:42.959Z] --- PASS: TestVolumesInspect (0.03s) [2021-03-09T00:59:42.959Z] === RUN TestVolumesInvalidJSON [2021-03-09T00:59:42.959Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-09T00:59:42.959Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-09T00:59:42.959Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-09T00:59:42.959Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-03-09T00:59:42.959Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-09T00:59:42.959Z] PASS [2021-03-09T00:59:42.959Z] [2021-03-09T00:59:42.959Z] DONE 5 tests in 0.327s [2021-03-09T00:59:42.959Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-09T00:59:43.215Z] ++++ cat bundles/test-integration/docker.pid [2021-03-09T00:59:43.215Z] +++ kill 5681 [2021-03-09T00:59:44.582Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-03-09T00:59:44.582Z] +++ /etc/init.d/apparmor stop [2021-03-09T00:59:44.582Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-09T00:59:44.582Z] [2021-03-09T00:59:44.582Z] Unloading profiles will leave already running processes permanently [2021-03-09T00:59:44.582Z] unconfined, which can lead to unexpected situations. [2021-03-09T00:59:44.582Z] [2021-03-09T00:59:44.582Z] To set a process to complain mode, use the command line tool [2021-03-09T00:59:44.582Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-09T00:59:44.582Z] +++ true [2021-03-09T00:59:44.582Z] exiting test-integration [2021-03-09T00:59:44.582Z] ++ exit 0 [2021-03-09T00:59:44.582Z] [2021-03-09T00:59:45.142Z] + for job in $(jobs -p) [2021-03-09T00:59:45.142Z] + wait 10823 [2021-03-09T00:59:49.304Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-03-09T00:59:49.304Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-03-09T00:59:49.304Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-03-09T00:59:49.304Z] === RUN TestDockerSuite/TestHealth [2021-03-09T00:59:56.792Z] --- PASS: TestServiceUpdateSecrets (14.27s) [2021-03-09T00:59:56.792Z] === RUN TestServiceUpdateConfigs [2021-03-09T00:59:57.390Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-03-09T01:00:09.554Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-03-09T01:00:09.554Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-03-09T01:00:09.554Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-03-09T01:00:09.554Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-03-09T01:00:09.554Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-03-09T01:00:09.554Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-03-09T01:00:09.554Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-03-09T01:00:09.554Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-03-09T01:00:09.554Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-03-09T01:00:09.554Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-03-09T01:00:09.810Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-03-09T01:00:10.065Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-03-09T01:00:10.321Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-03-09T01:00:10.321Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-03-09T01:00:10.883Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-03-09T01:00:10.883Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-03-09T01:00:11.811Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-03-09T01:00:12.067Z] === RUN TestDockerSuite/TestImagesFormat [2021-03-09T01:00:12.169Z] --- PASS: TestServiceUpdateConfigs (14.26s) [2021-03-09T01:00:12.169Z] === RUN TestServiceUpdateNetwork [2021-03-09T01:00:12.324Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-03-09T01:00:12.886Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-03-09T01:00:15.400Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-03-09T01:00:15.400Z] === RUN TestDockerSuite/TestImportBadURL [2021-03-09T01:00:15.400Z] === RUN TestDockerSuite/TestImportDisplay [2021-03-09T01:00:16.766Z] === RUN TestDockerSuite/TestImportFile [2021-03-09T01:00:17.695Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-03-09T01:00:17.695Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-03-09T01:00:17.950Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-03-09T01:00:18.878Z] === RUN TestDockerSuite/TestImportGzipped [2021-03-09T01:00:20.771Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-03-09T01:00:22.567Z] --- PASS: TestServiceUpdateNetwork (12.34s) [2021-03-09T01:00:22.567Z] === RUN TestServiceUpdatePidsLimit [2021-03-09T01:00:22.668Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-03-09T01:00:23.211Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-09T01:00:23.231Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-03-09T01:00:23.231Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-03-09T01:00:23.792Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-03-09T01:00:23.851Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-09T01:00:24.354Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-03-09T01:00:24.354Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-03-09T01:00:24.354Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-03-09T01:00:25.282Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-03-09T01:00:25.844Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-03-09T01:00:26.406Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-03-09T01:00:26.969Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-03-09T01:00:27.898Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-03-09T01:00:28.154Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-03-09T01:00:28.154Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-03-09T01:00:30.043Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-03-09T01:00:30.605Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-03-09T01:00:30.753Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-09T01:00:31.532Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-03-09T01:00:31.532Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-03-09T01:00:32.095Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-03-09T01:00:32.095Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-03-09T01:00:33.023Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-03-09T01:00:33.585Z] === RUN TestDockerSuite/TestInspectDefault [2021-03-09T01:00:33.840Z] === RUN TestDockerSuite/TestInspectHistory [2021-03-09T01:00:34.401Z] === RUN TestDockerSuite/TestInspectImage [2021-03-09T01:00:34.401Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-03-09T01:00:34.401Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-03-09T01:00:34.401Z] === RUN TestDockerSuite/TestInspectInt64 [2021-03-09T01:00:34.964Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-03-09T01:00:35.525Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-03-09T01:00:35.525Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-03-09T01:00:36.087Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-03-09T01:00:36.343Z] === RUN TestDockerSuite/TestInspectPlugin [2021-03-09T01:00:38.231Z] === RUN TestDockerSuite/TestInspectRootFS [2021-03-09T01:00:38.231Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-03-09T01:00:38.488Z] === RUN TestDockerSuite/TestInspectStatus [2021-03-09T01:00:39.056Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-03-09T01:00:39.281Z] --- PASS: TestServiceUpdatePidsLimit (15.90s) [2021-03-09T01:00:39.281Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2021-03-09T01:00:39.281Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s) [2021-03-09T01:00:39.281Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2021-03-09T01:00:39.281Z] PASS [2021-03-09T01:00:39.281Z] [2021-03-09T01:00:39.281Z] === Skipped [2021-03-09T01:00:39.281Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2021-03-09T01:00:39.281Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-09T01:00:39.281Z] [2021-03-09T01:00:39.281Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2021-03-09T01:00:39.281Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-09T01:00:39.281Z] [2021-03-09T01:00:39.281Z] [2021-03-09T01:00:39.281Z] DONE 27 tests, 2 skipped in 129.207s [2021-03-09T01:00:39.281Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2021-03-09T01:00:39.281Z] ++ 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-09T01:00:39.281Z] ++ set -e [2021-03-09T01:00:39.281Z] ++ '[' -n 0 ']' [2021-03-09T01:00:39.281Z] ++ set -x [2021-03-09T01:00:39.281Z] ++ env -i DEST=/go/src/github.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-09T01:00:39.281Z] INFO: Testing against a local daemon [2021-03-09T01:00:39.281Z] === RUN TestSessionCreate [2021-03-09T01:00:39.281Z] --- PASS: TestSessionCreate (0.04s) [2021-03-09T01:00:39.281Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-09T01:00:39.281Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-03-09T01:00:39.281Z] PASS [2021-03-09T01:00:39.281Z] [2021-03-09T01:00:39.281Z] DONE 2 tests in 0.155s [2021-03-09T01:00:39.281Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2021-03-09T01:00:39.281Z] ++ 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-09T01:00:39.281Z] ++ set -e [2021-03-09T01:00:39.281Z] ++ '[' -n 0 ']' [2021-03-09T01:00:39.281Z] ++ set -x [2021-03-09T01:00:39.281Z] ++ env -i DEST=/go/src/github.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-09T01:00:39.281Z] INFO: Testing against a local daemon [2021-03-09T01:00:39.281Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-09T01:00:39.281Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-09T01:00:39.281Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-09T01:00:39.281Z] === RUN TestEventsExecDie [2021-03-09T01:00:39.281Z] --- PASS: TestEventsExecDie (0.58s) [2021-03-09T01:00:39.281Z] === RUN TestEventsBackwardsCompatible [2021-03-09T01:00:39.281Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2021-03-09T01:00:39.281Z] === RUN TestInfoBinaryCommits [2021-03-09T01:00:39.281Z] --- PASS: TestInfoBinaryCommits (0.04s) [2021-03-09T01:00:39.281Z] === RUN TestInfoAPIVersioned [2021-03-09T01:00:39.281Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-09T01:00:39.281Z] === RUN TestInfoDiscoveryBackend [2021-03-09T01:00:39.281Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-03-09T01:00:39.281Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-09T01:00:40.000Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-03-09T01:00:40.326Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-09T01:00:40.326Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-09T01:00:40.561Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-03-09T01:00:40.962Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-03-09T01:00:40.962Z] === RUN TestInfoAPI [2021-03-09T01:00:40.962Z] --- PASS: TestInfoAPI (0.04s) [2021-03-09T01:00:40.962Z] === RUN TestInfoAPIWarnings [2021-03-09T01:00:41.123Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-03-09T01:00:41.684Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-03-09T01:00:41.940Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-03-09T01:00:42.196Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-03-09T01:00:42.452Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-03-09T01:00:43.014Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-03-09T01:00:43.014Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-03-09T01:00:45.532Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-03-09T01:00:46.460Z] === RUN TestDockerSuite/TestLinksEnvs [2021-03-09T01:00:47.826Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-03-09T01:00:47.826Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-03-09T01:00:49.715Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-03-09T01:00:51.081Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-03-09T01:00:52.450Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-03-09T01:00:52.450Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-03-09T01:00:53.815Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-03-09T01:00:54.071Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-03-09T01:00:54.633Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-03-09T01:00:59.565Z] --- PASS: TestInfoAPIWarnings (16.31s) [2021-03-09T01:00:59.565Z] === RUN TestInfoDebug [2021-03-09T01:00:59.565Z] --- PASS: TestInfoDebug (0.53s) [2021-03-09T01:00:59.565Z] === RUN TestInfoInsecureRegistries [2021-03-09T01:00:59.565Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-03-09T01:00:59.565Z] === RUN TestInfoRegistryMirrors [2021-03-09T01:00:59.565Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-03-09T01:00:59.565Z] === RUN TestLoginFailsWithBadCredentials [2021-03-09T01:00:59.565Z] --- PASS: TestLoginFailsWithBadCredentials (0.30s) [2021-03-09T01:00:59.565Z] === RUN TestPingCacheHeaders [2021-03-09T01:00:59.565Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-03-09T01:00:59.565Z] === RUN TestPingGet [2021-03-09T01:00:59.565Z] --- PASS: TestPingGet (0.03s) [2021-03-09T01:00:59.565Z] === RUN TestPingHead [2021-03-09T01:00:59.565Z] --- PASS: TestPingHead (0.03s) [2021-03-09T01:00:59.565Z] === RUN TestVersion [2021-03-09T01:00:59.565Z] --- PASS: TestVersion (0.03s) [2021-03-09T01:00:59.565Z] PASS [2021-03-09T01:00:59.565Z] [2021-03-09T01:00:59.565Z] === Skipped [2021-03-09T01:00:59.565Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-09T01:00:59.565Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-09T01:00:59.565Z] [2021-03-09T01:00:59.565Z] [2021-03-09T01:00:59.565Z] DONE 18 tests, 1 skipped in 21.206s [2021-03-09T01:00:59.565Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2021-03-09T01:00:59.565Z] ++ 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-09T01:00:59.565Z] ++ set -e [2021-03-09T01:00:59.565Z] ++ '[' -n 0 ']' [2021-03-09T01:00:59.565Z] ++ set -x [2021-03-09T01:00:59.566Z] ++ env -i DEST=/go/src/github.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-09T01:00:59.566Z] INFO: Testing against a local daemon [2021-03-09T01:00:59.566Z] === RUN TestVolumesCreateAndList [2021-03-09T01:00:59.566Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-03-09T01:00:59.566Z] === RUN TestVolumesRemove [2021-03-09T01:00:59.566Z] --- PASS: TestVolumesRemove (0.07s) [2021-03-09T01:00:59.566Z] === RUN TestVolumesInspect [2021-03-09T01:00:59.566Z] --- PASS: TestVolumesInspect (0.02s) [2021-03-09T01:00:59.566Z] === RUN TestVolumesInvalidJSON [2021-03-09T01:00:59.566Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-09T01:00:59.566Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-09T01:00:59.566Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-09T01:00:59.566Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-03-09T01:00:59.566Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-09T01:00:59.566Z] PASS [2021-03-09T01:00:59.566Z] [2021-03-09T01:00:59.566Z] DONE 5 tests in 0.214s [2021-03-09T01:00:59.566Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-09T01:00:59.860Z] ++++ cat bundles/test-integration/docker.pid [2021-03-09T01:00:59.860Z] +++ kill 14097 [2021-03-09T01:00:59.888Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-03-09T01:01:01.373Z] +++ /etc/init.d/apparmor stop [2021-03-09T01:01:01.373Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-09T01:01:01.373Z] [2021-03-09T01:01:01.373Z] Unloading profiles will leave already running processes permanently [2021-03-09T01:01:01.373Z] unconfined, which can lead to unexpected situations. [2021-03-09T01:01:01.373Z] [2021-03-09T01:01:01.373Z] To set a process to complain mode, use the command line tool [2021-03-09T01:01:01.373Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-09T01:01:01.373Z] +++ true [2021-03-09T01:01:01.373Z] exiting test-integration [2021-03-09T01:01:01.373Z] ++ exit 0 [2021-03-09T01:01:01.373Z] [2021-03-09T01:01:02.404Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename Post stage [Pipeline] junit [2021-03-09T01:01:02.941Z] Recording test results [2021-03-09T01:01:03.550Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-09T01:01:04.005Z] + echo Ensuring container killed. [2021-03-09T01:01:04.005Z] Ensuring container killed. [2021-03-09T01:01:04.005Z] + docker rm -vf docker-pr6 [2021-03-09T01:01:04.005Z] Error: No such container: docker-pr6 [2021-03-09T01:01:04.005Z] + true [Pipeline] sh [2021-03-09T01:01:04.395Z] + echo Chowning /workspace to jenkins user [2021-03-09T01:01:04.395Z] Chowning /workspace to jenkins user [2021-03-09T01:01:04.395Z] + id -u [2021-03-09T01:01:04.395Z] + id -g [2021-03-09T01:01:04.395Z] + docker run --rm -v /home/docker/workspace/moby_PR-41757:/workspace busybox chown -R 1001:1001 /workspace [2021-03-09T01:01:04.395Z] Unable to find image 'busybox:latest' locally [2021-03-09T01:01:04.690Z] latest: Pulling from library/busybox [2021-03-09T01:01:04.690Z] f2fa8cbaa451: Pulling fs layer [2021-03-09T01:01:04.928Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-03-09T01:01:04.984Z] f2fa8cbaa451: Verifying Checksum [2021-03-09T01:01:04.984Z] f2fa8cbaa451: Download complete [2021-03-09T01:01:04.984Z] f2fa8cbaa451: Pull complete [2021-03-09T01:01:04.984Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-03-09T01:01:04.984Z] Status: Downloaded newer image for busybox:latest [2021-03-09T01:01:06.293Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-03-09T01:01:06.549Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-09T01:01:07.469Z] + bundleName=ppc64le-integration [2021-03-09T01:01:07.469Z] + echo Creating ppc64le-integration-bundles.tar.gz [2021-03-09T01:01:07.469Z] Creating ppc64le-integration-bundles.tar.gz [2021-03-09T01:01:07.469Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o+ -name *.log -o -name *.profxargs -o tar -name -czf *-report.xml ppc64le-integration-bundles.tar.gz ) [2021-03-09T01:01:07.469Z] -print [Pipeline] archiveArtifacts [2021-03-09T01:01:07.515Z] Archiving artifacts [2021-03-09T01:01:08.122Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41757/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-09T01:01:08.440Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-03-09T01:01:08.440Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-03-09T01:01:08.440Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-03-09T01:01:08.440Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-03-09T01:01:08.515Z] + make clean [2021-03-09T01:01:08.695Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-03-09T01:01:08.818Z] make: command: Command not found [2021-03-09T01:01:08.818Z] make: command: Command not found [2021-03-09T01:01:08.818Z] docker volume rm -f docker-dev-cache [2021-03-09T01:01:08.818Z] docker-dev-cache [Pipeline] deleteDir [2021-03-09T01:01:08.951Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-03-09T01:01:09.513Z] === RUN TestDockerSuite/TestLogsAPIUntil [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T01:01:13.675Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-03-09T01:01:13.675Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-03-09T01:01:15.564Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-03-09T01:01:18.080Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-03-09T01:01:19.009Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-03-09T01:01:19.009Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-03-09T01:01:19.938Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-03-09T01:01:20.880Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-03-09T01:01:21.443Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-03-09T01:01:22.005Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-03-09T01:01:22.932Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-03-09T01:01:24.300Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-03-09T01:01:26.819Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-03-09T01:01:27.747Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-03-09T01:01:28.308Z] === RUN TestDockerSuite/TestLogsSince [2021-03-09T01:01:34.842Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-03-09T01:01:41.373Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-03-09T01:01:41.373Z] === RUN TestDockerSuite/TestLogsTail [2021-03-09T01:01:41.373Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-03-09T01:01:41.937Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-03-09T01:01:42.498Z] === RUN TestDockerSuite/TestMountIntoProc [2021-03-09T01:01:42.754Z] === RUN TestDockerSuite/TestMountIntoSys [2021-03-09T01:01:43.010Z] === RUN TestDockerSuite/TestNetHostname [2021-03-09T01:01:44.374Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-03-09T01:01:44.630Z] === RUN TestDockerSuite/TestNetworkEvents [2021-03-09T01:01:45.567Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-03-09T01:01:46.931Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-03-09T01:01:47.186Z] === RUN TestDockerSuite/TestPluginActive [2021-03-09T01:01:49.072Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-03-09T01:01:50.005Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-03-09T01:01:53.279Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-03-09T01:01:54.645Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-03-09T01:01:54.645Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-03-09T01:01:55.573Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-03-09T01:01:58.838Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-03-09T01:01:59.765Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-03-09T01:02:02.278Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-03-09T01:02:06.445Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-03-09T01:02:07.837Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-03-09T01:02:08.764Z] === RUN TestDockerSuite/TestPortHostBinding [2021-03-09T01:02:09.327Z] === RUN TestDockerSuite/TestPortList [2021-03-09T01:02:15.864Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-03-09T01:02:16.119Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-03-09T01:02:16.681Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-03-09T01:02:23.214Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-03-09T01:02:23.214Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-03-09T01:02:23.469Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-03-09T01:02:23.725Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-03-09T01:02:23.725Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-03-09T01:02:24.287Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-03-09T01:02:24.287Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-03-09T01:02:24.849Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-03-09T01:02:24.849Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-03-09T01:02:25.776Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-03-09T01:02:25.776Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-03-09T01:02:27.668Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-03-09T01:02:28.595Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-03-09T01:02:28.928Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-03-09T01:02:29.185Z] === RUN TestDockerSuite/TestPsByOrder [2021-03-09T01:02:31.711Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-03-09T01:02:31.974Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-03-09T01:02:35.241Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-03-09T01:02:38.509Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-03-09T01:02:38.509Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-03-09T01:02:41.030Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-03-09T01:02:41.286Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-03-09T01:02:49.373Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-03-09T01:02:49.373Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-03-09T01:02:51.263Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-03-09T01:02:52.191Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-03-09T01:02:53.119Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-03-09T01:02:54.489Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-03-09T01:02:56.383Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-03-09T01:02:57.322Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-03-09T01:02:57.322Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-03-09T01:02:57.883Z] === RUN TestDockerSuite/TestPsRightTagName [2021-03-09T01:02:59.775Z] === RUN TestDockerSuite/TestPsShowMounts [2021-03-09T01:03:01.141Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-03-09T01:03:01.397Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-03-09T01:03:01.397Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-03-09T01:03:01.654Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-03-09T01:03:01.911Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-03-09T01:03:01.911Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-03-09T01:03:02.472Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-03-09T01:03:03.400Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-03-09T01:03:04.328Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-03-09T01:03:04.890Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-03-09T01:03:06.783Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-03-09T01:03:12.035Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-03-09T01:03:12.963Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-03-09T01:03:14.854Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-03-09T01:03:14.854Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-03-09T01:03:14.854Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-03-09T01:03:14.854Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-03-09T01:03:16.741Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-03-09T01:03:18.115Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-03-09T01:03:20.006Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-03-09T01:03:21.372Z] === RUN TestDockerSuite/TestRmiBlank [2021-03-09T01:03:21.372Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-03-09T01:03:21.372Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-03-09T01:03:23.889Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-03-09T01:03:24.451Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-03-09T01:03:24.707Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-03-09T01:03:26.074Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-03-09T01:03:26.637Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-03-09T01:03:28.001Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-03-09T01:03:28.931Z] === RUN TestDockerSuite/TestRmiTag [2021-03-09T01:03:29.187Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-03-09T01:03:29.748Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-03-09T01:03:32.266Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-03-09T01:03:32.827Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-03-09T01:03:33.389Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-03-09T01:03:33.645Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-03-09T01:03:34.572Z] === RUN TestDockerSuite/TestRunAddHost [2021-03-09T01:03:35.134Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-03-09T01:03:35.395Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-03-09T01:03:36.336Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-03-09T01:03:36.336Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-03-09T01:03:36.591Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-03-09T01:03:37.956Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-03-09T01:03:38.212Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-03-09T01:03:38.774Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-03-09T01:03:39.337Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-03-09T01:03:40.265Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-03-09T01:03:41.191Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-03-09T01:03:42.119Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-03-09T01:03:42.681Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-03-09T01:03:43.243Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-03-09T01:03:43.806Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-03-09T01:03:44.367Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-03-09T01:03:44.929Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-03-09T01:03:45.857Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-03-09T01:03:46.113Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-03-09T01:03:46.675Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-03-09T01:03:46.675Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-03-09T01:03:47.239Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-03-09T01:03:47.239Z] === RUN TestDockerSuite/TestRunBindMounts [2021-03-09T01:03:49.128Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-03-09T01:03:49.690Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-03-09T01:03:50.618Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-03-09T01:03:50.877Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-03-09T01:03:51.805Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-03-09T01:03:51.805Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-03-09T01:03:52.380Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-03-09T01:03:52.941Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-03-09T01:03:53.196Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-03-09T01:03:53.758Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-03-09T01:03:54.320Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-03-09T01:03:54.320Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-03-09T01:03:54.881Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-03-09T01:03:54.881Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-03-09T01:03:55.807Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-03-09T01:03:56.370Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-03-09T01:03:56.626Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-03-09T01:03:57.554Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-03-09T01:03:57.554Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-03-09T01:03:58.116Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-03-09T01:03:59.045Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-03-09T01:04:00.411Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-03-09T01:04:01.340Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-03-09T01:04:01.903Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-03-09T01:04:02.159Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-03-09T01:04:02.721Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-03-09T01:04:03.650Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-03-09T01:04:03.906Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-03-09T01:04:05.272Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-03-09T01:04:08.540Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-03-09T01:04:08.540Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-03-09T01:04:08.540Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-03-09T01:04:10.434Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-03-09T01:04:11.801Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-03-09T01:04:12.729Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-03-09T01:04:14.096Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-03-09T01:04:16.613Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-03-09T01:04:16.613Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-03-09T01:04:16.613Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-03-09T01:04:17.175Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-03-09T01:04:17.431Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-03-09T01:04:18.360Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-03-09T01:04:20.250Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-03-09T01:04:20.250Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-03-09T01:04:22.143Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-03-09T01:04:22.705Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-03-09T01:04:22.705Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-03-09T01:04:24.072Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-03-09T01:04:24.328Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-03-09T01:04:24.328Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-03-09T01:04:25.257Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-03-09T01:04:26.184Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-03-09T01:04:26.440Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-03-09T01:04:26.440Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-03-09T01:04:27.368Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-03-09T01:04:27.624Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-03-09T01:04:28.555Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-03-09T01:04:29.483Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-03-09T01:04:29.483Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-03-09T01:04:29.483Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-03-09T01:04:29.739Z] === RUN TestDockerSuite/TestRunEnvironment [2021-03-09T01:04:30.667Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-03-09T01:04:30.923Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-03-09T01:04:31.485Z] === RUN TestDockerSuite/TestRunExitCode [2021-03-09T01:04:32.412Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-03-09T01:04:32.412Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-03-09T01:04:32.975Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-03-09T01:04:33.538Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-03-09T01:04:34.100Z] === RUN TestDockerSuite/TestRunExposePort [2021-03-09T01:04:34.100Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-03-09T01:04:35.029Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-03-09T01:04:35.286Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-03-09T01:04:37.177Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-03-09T01:04:37.177Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-03-09T01:04:37.177Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-09T01:04:37.177Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-03-09T01:04:40.444Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-03-09T01:04:41.006Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-03-09T01:04:41.006Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-03-09T01:04:53.170Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-03-09T01:04:53.170Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-03-09T01:04:53.746Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-03-09T01:04:53.746Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-03-09T01:04:53.746Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-03-09T01:04:53.746Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-03-09T01:04:54.028Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-03-09T01:04:55.915Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-03-09T01:04:56.843Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-03-09T01:04:57.772Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-03-09T01:05:04.303Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-03-09T01:05:04.303Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-03-09T01:05:04.303Z] === RUN TestDockerSuite/TestRunModeHostname [2021-03-09T01:05:04.864Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-03-09T01:05:05.119Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-03-09T01:05:05.119Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-03-09T01:05:05.377Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-03-09T01:05:06.745Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-03-09T01:05:07.673Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-03-09T01:05:09.043Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-03-09T01:05:09.043Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-03-09T01:05:09.300Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-03-09T01:05:10.231Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-03-09T01:05:11.158Z] === RUN TestDockerSuite/TestRunMount [2021-03-09T01:05:14.434Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-03-09T01:05:16.328Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-03-09T01:05:16.890Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-03-09T01:05:17.453Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-03-09T01:05:17.710Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-03-09T01:05:18.639Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-03-09T01:05:20.529Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-03-09T01:05:22.419Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-03-09T01:05:23.784Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-03-09T01:05:25.673Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-03-09T01:05:26.603Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-03-09T01:05:27.531Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-03-09T01:05:27.531Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-03-09T01:05:27.786Z] === RUN TestDockerSuite/TestRunNetHost [2021-03-09T01:05:28.714Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-03-09T01:05:28.969Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-03-09T01:05:29.532Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-03-09T01:05:30.459Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-03-09T01:05:31.388Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-03-09T01:05:33.281Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-03-09T01:05:33.281Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-03-09T01:05:36.576Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-03-09T01:05:36.832Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-03-09T01:05:37.394Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-03-09T01:05:37.394Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-03-09T01:05:37.956Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-03-09T01:05:37.956Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-03-09T01:05:38.883Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-03-09T01:05:38.883Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-03-09T01:05:39.444Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-03-09T01:05:39.445Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-03-09T01:05:40.007Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-03-09T01:05:41.896Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-03-09T01:05:44.409Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-03-09T01:05:45.773Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-03-09T01:05:45.773Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-03-09T01:05:46.337Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-03-09T01:05:46.898Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-03-09T01:05:47.460Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-03-09T01:05:48.022Z] === RUN TestDockerSuite/TestRunPortInUse [2021-03-09T01:05:48.950Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-03-09T01:05:49.513Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-03-09T01:05:50.076Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-03-09T01:05:50.332Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-03-09T01:05:50.589Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-03-09T01:05:51.152Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-03-09T01:05:51.715Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-09T01:05:51.715Z] === RUN TestDockerSuite/TestRunPublishPort [2021-03-09T01:05:52.294Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-03-09T01:05:53.223Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-03-09T01:05:53.223Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-03-09T01:05:53.785Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-03-09T01:05:53.785Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-03-09T01:05:54.712Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-03-09T01:05:54.712Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-03-09T01:05:57.980Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-03-09T01:05:58.235Z] === RUN TestDockerSuite/TestRunRm [2021-03-09T01:05:58.798Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-03-09T01:06:00.163Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-03-09T01:06:02.679Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-03-09T01:06:02.935Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-03-09T01:06:03.498Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-03-09T01:06:04.864Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-03-09T01:06:04.864Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-03-09T01:06:05.429Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-03-09T01:06:08.703Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-03-09T01:06:11.222Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-03-09T01:06:11.478Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-03-09T01:06:11.734Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-03-09T01:06:12.299Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-03-09T01:06:12.864Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-03-09T01:06:13.425Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-03-09T01:06:13.682Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-03-09T01:06:14.244Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-03-09T01:06:14.805Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-03-09T01:06:15.061Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-03-09T01:06:17.574Z] === RUN TestDockerSuite/TestRunState [2021-03-09T01:06:17.831Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-03-09T01:06:18.759Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-03-09T01:06:19.324Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-03-09T01:06:20.253Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-03-09T01:06:20.253Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-03-09T01:06:20.253Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-03-09T01:06:20.815Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-03-09T01:06:21.072Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-03-09T01:06:21.635Z] === RUN TestDockerSuite/TestRunSysctls [2021-03-09T01:06:23.001Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-03-09T01:06:23.001Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-03-09T01:06:23.001Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-03-09T01:06:23.258Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-03-09T01:06:24.623Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-03-09T01:06:25.186Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-03-09T01:06:25.749Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-03-09T01:06:27.115Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-03-09T01:06:27.678Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-03-09T01:06:30.963Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-03-09T01:06:31.889Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-03-09T01:06:33.256Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-03-09T01:06:34.185Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-03-09T01:06:34.185Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-03-09T01:06:34.747Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-03-09T01:06:35.310Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-03-09T01:06:37.204Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-03-09T01:06:38.569Z] === RUN TestDockerSuite/TestRunUserByID [2021-03-09T01:06:38.825Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-03-09T01:06:38.825Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-03-09T01:06:39.081Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-03-09T01:06:39.642Z] === RUN TestDockerSuite/TestRunUserByName [2021-03-09T01:06:39.897Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-03-09T01:06:40.459Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-03-09T01:06:40.459Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-03-09T01:06:40.459Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-03-09T01:06:41.023Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-03-09T01:06:44.290Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-03-09T01:06:44.290Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-03-09T01:06:44.852Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-03-09T01:06:46.220Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-03-09T01:06:47.584Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-03-09T01:06:47.584Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-03-09T01:06:48.963Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-03-09T01:06:51.481Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-03-09T01:06:51.737Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-03-09T01:06:51.737Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-03-09T01:06:51.737Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-03-09T01:06:51.737Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-03-09T01:06:51.737Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-03-09T01:06:51.737Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-03-09T01:06:52.665Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-03-09T01:06:52.922Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-03-09T01:06:53.854Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-03-09T01:06:54.417Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-03-09T01:06:54.978Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-03-09T01:06:54.978Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-03-09T01:06:55.234Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-03-09T01:06:55.234Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-03-09T01:06:55.234Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-03-09T01:06:55.490Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-03-09T01:06:55.490Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-03-09T01:06:55.490Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-03-09T01:06:55.490Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-03-09T01:06:55.490Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-03-09T01:06:55.490Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-03-09T01:06:55.490Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-03-09T01:06:56.052Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-03-09T01:06:56.310Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-03-09T01:06:56.873Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-03-09T01:06:56.873Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-03-09T01:06:57.436Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-03-09T01:06:57.436Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-03-09T01:06:57.997Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-03-09T01:06:57.997Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-03-09T01:06:58.558Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-03-09T01:06:58.814Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-03-09T01:06:58.814Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-03-09T01:06:58.814Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-03-09T01:06:59.379Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-03-09T01:07:00.307Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-03-09T01:07:00.868Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-03-09T01:07:00.868Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-03-09T01:07:01.125Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-03-09T01:07:01.382Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-03-09T01:07:01.382Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-03-09T01:07:02.749Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-03-09T01:07:03.316Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-03-09T01:07:05.206Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-03-09T01:07:05.472Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-03-09T01:07:05.472Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-03-09T01:07:05.472Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-03-09T01:07:06.047Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-03-09T01:07:06.974Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-03-09T01:07:07.902Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-03-09T01:07:07.902Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-03-09T01:07:08.830Z] === RUN TestDockerSuite/TestSaveImageId [2021-03-09T01:07:09.085Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-03-09T01:07:09.342Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-03-09T01:07:10.706Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-03-09T01:07:10.962Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-03-09T01:07:11.890Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-03-09T01:07:11.890Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-03-09T01:07:11.890Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-03-09T01:07:13.256Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-03-09T01:07:14.183Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-03-09T01:07:14.439Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-03-09T01:07:15.002Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-03-09T01:07:15.002Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-03-09T01:07:15.002Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-03-09T01:07:15.258Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-03-09T01:07:15.820Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-03-09T01:07:16.747Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-03-09T01:07:17.675Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-03-09T01:07:22.917Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-03-09T01:07:24.283Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-03-09T01:07:25.217Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-03-09T01:07:26.147Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-03-09T01:07:29.413Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-03-09T01:07:30.778Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-03-09T01:07:31.035Z] === RUN TestDockerSuite/TestStartRecordError [2021-03-09T01:07:32.401Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-03-09T01:07:34.295Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-03-09T01:07:35.663Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-03-09T01:07:35.663Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-03-09T01:07:38.181Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-03-09T01:07:38.437Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-03-09T01:07:40.327Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-03-09T01:07:42.844Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-03-09T01:07:46.111Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-03-09T01:07:51.353Z] === RUN TestDockerSuite/TestStatsNoStream [2021-03-09T01:07:53.239Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-03-09T01:07:54.602Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-03-09T01:07:54.858Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-03-09T01:07:55.421Z] === RUN TestDockerSuite/TestTopPrivileged [2021-03-09T01:07:55.984Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-03-09T01:07:55.984Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-03-09T01:07:56.547Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-03-09T01:07:59.062Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-03-09T01:07:59.988Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-03-09T01:08:02.505Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-03-09T01:08:02.505Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-03-09T01:08:03.066Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-03-09T01:08:03.066Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-03-09T01:08:03.626Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-03-09T01:08:04.619Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-03-09T01:08:04.619Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-03-09T01:08:05.547Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-03-09T01:08:06.474Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-03-09T01:08:06.730Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-03-09T01:08:07.292Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-03-09T01:08:08.221Z] === RUN TestDockerSuite/TestUpdateStats [2021-03-09T01:08:09.586Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-03-09T01:08:12.102Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-03-09T01:08:12.664Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-03-09T01:08:12.664Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-03-09T01:08:13.226Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-03-09T01:08:14.157Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-03-09T01:08:16.672Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-03-09T01:08:18.562Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-03-09T01:08:21.077Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-03-09T01:08:22.443Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-03-09T01:08:24.351Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-03-09T01:08:24.916Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-03-09T01:08:28.186Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-03-09T01:08:30.073Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-03-09T01:08:31.437Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-03-09T01:08:31.999Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-03-09T01:08:32.927Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-03-09T01:08:34.293Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-03-09T01:08:36.185Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-03-09T01:08:37.113Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-03-09T01:08:38.477Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-03-09T01:08:39.843Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-03-09T01:08:44.009Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-03-09T01:08:52.089Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-03-09T01:08:55.352Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-03-09T01:08:55.352Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-03-09T01:08:55.352Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-03-09T01:08:55.609Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-03-09T01:08:55.864Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-03-09T01:08:55.864Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-03-09T01:08:55.864Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-03-09T01:08:56.426Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-03-09T01:08:56.426Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-03-09T01:08:56.988Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-03-09T01:08:56.988Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-03-09T01:08:57.244Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-03-09T01:08:57.244Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-03-09T01:08:57.244Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-03-09T01:08:58.609Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-03-09T01:08:58.865Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-03-09T01:08:58.865Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-03-09T01:08:58.865Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-03-09T01:08:58.865Z] === RUN TestDockerSuite/TestVolumeEvents [2021-03-09T01:09:05.397Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-03-09T01:09:05.991Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-03-09T01:09:05.991Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-03-09T01:09:05.991Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-03-09T01:09:07.881Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-03-09T01:09:10.398Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite (1391.53s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.04s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.55s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.04s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.00s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.65s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.62s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.20s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.43s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.40s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.12s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.10s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.21s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.94s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.27s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.35s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.98s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.81s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.78s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.68s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.91s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.18s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.75s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAttachDetach (1.05s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.90s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.72s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.81s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.81s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.38s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.92s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.21s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.45s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.26s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.95s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (20.50s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.91s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.77s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.06s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.08s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.41s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.80s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (7.47s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.78s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.04s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.80s) [2021-03-09T01:09:10.398Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.37s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.05s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.30s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.09s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.23s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.32s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.03s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.08s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.32s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.97s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.53s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.68s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.07s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.23s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.30s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.86s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.44s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.45s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.17s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.28s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.37s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.68s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.60s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.36s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.54s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.73s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.87s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.19s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.50s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.30s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.64s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.72s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.19s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.67s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.96s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.97s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.46s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.60s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.19s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.02s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.91s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.85s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.10s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.44s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCmd (0.29s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.33s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.41s) [2021-03-09T01:09:10.399Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-03-09T01:09:10.399Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.72s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.24s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.17s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.73s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.26s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.83s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.49s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.32s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.15s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.11s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.72s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.97s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.24s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.13s) [2021-03-09T01:09:10.399Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-03-09T01:09:10.399Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.399Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-03-09T01:09:10.399Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.399Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-03-09T01:09:10.399Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.399Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-03-09T01:09:10.399Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.58s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.36s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.31s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.37s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.99s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.49s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.88s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.51s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.99s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.82s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.37s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.19s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.39s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.76s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.42s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.25s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.63s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.22s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.06s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.40s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.34s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.78s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.40s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.73s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.07s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.14s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.20s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.51s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.45s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.86s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.22s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.38s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.44s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.49s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.38s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.90s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEnv (1.56s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.42s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.09s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.42s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.28s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.38s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.46s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.94s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.91s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.75s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.26s) [2021-03-09T01:09:10.399Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-03-09T01:09:10.399Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.38s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.05s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildExpose (0.44s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.90s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.60s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.60s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildFails (1.18s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.08s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.12s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.98s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.62s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.39s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.40s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.00s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.79s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.54s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.39s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.81s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.80s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.51s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildHistory (5.26s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.50s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.79s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.69s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.59s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.05s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.90s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildLabel (0.52s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.52s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.52s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.35s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildLabels (0.49s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.27s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.93s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.74s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.17s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.22s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.13s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.20s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.08s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.27s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.43s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.34s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.40s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.64s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.84s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.97s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.90s) [2021-03-09T01:09:10.399Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-03-09T01:09:10.399Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (4.06s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.31s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.28s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.23s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.53s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.56s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.89s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.96s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.02s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.42s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.38s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.35s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.48s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.30s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.42s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.81s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.02s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.10s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.01s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.89s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.30s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.47s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildPATH (2.53s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.67s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.77s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.95s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.46s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.68s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildRm (2.39s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.15s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.81s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.66s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.67s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.32s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.92s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.94s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.92s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.23s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.36s) [2021-03-09T01:09:10.399Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-03-09T01:09:10.399Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.50s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.89s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildStderr (0.76s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.15s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.86s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.76s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.38s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.77s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.19s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildUser (1.69s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.77s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.77s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.62s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.66s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.64s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.91s) [2021-03-09T01:09:10.399Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-03-09T01:09:10.399Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.399Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-03-09T01:09:10.399Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.399Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-03-09T01:09:10.399Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.399Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-03-09T01:09:10.399Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.13s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.58s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.62s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.80s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.32s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.99s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.36s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.04s) [2021-03-09T01:09:10.399Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-03-09T01:09:10.399Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.15s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.79s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-03-09T01:09:10.399Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-03-09T01:09:10.399Z] docker_cli_sni_test.go:18: Flakey test [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.55s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.26s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestCommitChange (1.31s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.84s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.16s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.13s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.86s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestCommitTTY (1.35s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.85s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.35s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.63s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.12s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.05s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.27s) [2021-03-09T01:09:10.399Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.22s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.71s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.81s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.97s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.88s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.98s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.94s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.11s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.97s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.80s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.73s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.30s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.53s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.73s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.93s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.72s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.48s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.57s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.58s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.73s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.06s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.44s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.27s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.14s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.71s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.29s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.57s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.71s) [2021-03-09T01:09:10.400Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-03-09T01:09:10.400Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.58s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.56s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.86s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.88s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.52s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.72s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.04s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.37s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.34s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.37s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.49s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000c8d920_} (1.33s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1458612613_/foo_false____} (1.40s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1458612613_/foo_true____} (1.55s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3074770720_/foo_false____} (1.64s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3074770720_/foo_true____} (1.38s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3074770720_/foo_true__0xc000c8d980__} (1.44s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000c8d9a0_} (1.60s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000c8d9c0_} (1.34s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000c8d9e0_} (1.40s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000c8da00_} (1.49s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.15s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.02s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.64s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.06s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.62s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.70s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.61s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.75s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.90s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.81s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.72s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.77s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.94s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.63s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.66s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.76s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.54s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.63s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.87s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.59s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.55s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.03s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.56s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.55s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.68s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.52s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.62s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.21s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.63s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.66s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.52s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.71s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.66s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.77s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.63s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.02s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.65s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToDot (1.04s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.34s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.63s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToStdout (1.08s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.11s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.20s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.75s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.56s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateArgs (0.09s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.39s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.72s) [2021-03-09T01:09:10.400Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2021-03-09T01:09:10.400Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.60s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.59s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateLabels (0.14s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.15s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateRM (0.24s) [2021-03-09T01:09:10.400Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-03-09T01:09:10.400Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.11s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.21s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.16s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.52s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.13s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.59s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.15s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.76s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.34s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.32s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.71s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.54s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.60s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.08s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.24s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.52s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.19s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.72s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.45s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.46s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.25s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.65s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsAttach (0.68s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsCommit (0.65s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.51s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.48s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.48s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.51s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.11s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.07s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsCopy (0.82s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.16s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.49s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.39s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.23s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.07s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.24s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.44s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsFilters (0.96s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsFormat (0.90s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.69s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.56s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2021-03-09T01:09:10.400Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-03-09T01:09:10.400Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-03-09T01:09:10.400Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-03-09T01:09:10.400Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.34s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.66s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsRename (0.50s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsResize (0.50s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.41s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.63s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.66s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.74s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsTop (0.58s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.80s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExec (0.56s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.50s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.47s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.49s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.32s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.56s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.54s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.54s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.56s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.52s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.50s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.05s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecCgroup (1.06s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecEnv (1.07s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.76s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.61s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecInspectID (1.73s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecInteractive (0.74s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.64s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.88s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecParseError (0.70s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.69s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.49s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.05s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.56s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecStartFails (0.69s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.80s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.48s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecTTY (0.53s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.55s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.49s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecUlimits (0.69s) [2021-03-09T01:09:10.400Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2021-03-09T01:09:10.400Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.63s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.52s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.75s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.58s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestExecWithUser (0.60s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.52s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.51s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.60s) [2021-03-09T01:09:10.400Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.52s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.50s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestHealth (18.81s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.60s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.32s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.61s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.66s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.57s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.50s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.60s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImportDisplay (1.13s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImportFile (1.17s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.29s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImportGzipped (1.65s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.73s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.75s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.58s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.68s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.05s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.75s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.63s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.57s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.56s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.77s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.50s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.66s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.72s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.75s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.05s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.69s) [2021-03-09T01:09:10.401Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-03-09T01:09:10.401Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.75s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.53s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectDefault (0.46s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectHistory (0.58s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-03-09T01:09:10.401Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-03-09T01:09:10.401Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.46s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.50s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.49s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.47s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.51s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectStatus (0.58s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.99s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.51s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.50s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.49s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.47s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.49s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.50s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.05s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.26s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.20s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.34s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.62s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.53s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.40s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.37s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.53s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.88s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.24s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.39s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.49s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.59s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.29s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.49s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.46s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.50s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.47s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.50s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.81s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.04s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.99s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.07s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.09s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.07s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.00s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.86s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.60s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.73s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsSince (6.70s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.47s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.57s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsTail (0.51s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.45s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.47s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.26s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.45s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestNetHostname (1.33s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.21s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.82s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.29s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.45s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPluginActive (1.54s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.96s) [2021-03-09T01:09:10.401Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-03-09T01:09:10.401Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.84s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.09s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.26s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.92s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.44s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.40s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.89s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.90s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPortList (6.24s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.96s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.68s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.45s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.45s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.44s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.91s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.90s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.93s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.45s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.15s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsByOrder (2.14s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.75s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.78s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.61s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.41s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.25s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.20s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.83s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.92s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.91s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.53s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.56s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.13s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.55s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.49s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.59s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.50s) [2021-03-09T01:09:10.401Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-03-09T01:09:10.401Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.21s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.12s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.49s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.93s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.93s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.51s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.21s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.83s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.72s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.00s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.99s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.07s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.21s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.47s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.69s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.25s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.17s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.84s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.31s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.99s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRmiTag (0.20s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.49s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.64s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.45s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.60s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.27s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.98s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAddHost (0.65s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.27s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.75s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.47s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.05s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.47s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.57s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.58s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.88s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.92s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.84s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.60s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.58s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.50s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.57s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.63s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.44s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.45s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.52s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.79s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.83s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.71s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.51s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.73s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.52s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.53s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.48s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.54s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.50s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.52s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.78s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.57s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.50s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.80s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.10s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.49s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.07s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.17s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.98s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.49s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.49s) [2021-03-09T01:09:10.401Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.48s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.69s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.49s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.31s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.81s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.50s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.57s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.71s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.93s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.53s) [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-03-09T01:09:10.402Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2021-03-09T01:09:10.402Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.86s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.27s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.42s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.94s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.74s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.21s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.53s) [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-03-09T01:09:10.402Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.81s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.39s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.59s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.51s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.85s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.74s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.56s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.58s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.49s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.66s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunExitCode (0.73s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.56s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.57s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.58s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunExposePort (0.03s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.73s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.62s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.52s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.29s) [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-09T01:09:10.402Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.08s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.72s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.07s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.57s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.93s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.45s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.90s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.95s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.96s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.55s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.37s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.40s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.96s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.11s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.20s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.35s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.22s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.98s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.96s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunMount (4.90s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.67s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.65s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.12s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.86s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.05s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.43s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.52s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.01s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.97s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.42s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNetHost (0.68s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.49s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.44s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.71s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.91s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.80s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.42s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.57s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.10s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.71s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.53s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.11s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.51s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.54s) [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-03-09T01:09:10.402Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.75s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.68s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.15s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.72s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.57s) [2021-03-09T01:09:10.402Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.62s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.60s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.49s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.48s) [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-09T01:09:10.402Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.76s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.69s) [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-03-09T01:09:10.402Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.62s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.18s) [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-03-09T01:09:10.402Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.61s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.89s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunRm (0.54s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.51s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.50s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.48s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.56s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.50s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.85s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.68s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.45s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.44s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.50s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.48s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.46s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.45s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.44s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.52s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.45s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.42s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunState (1.27s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.46s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.81s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.24s) [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-03-09T01:09:10.402Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.68s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.47s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunSysctls (1.32s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.06s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.51s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.81s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.64s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.71s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.94s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.89s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.75s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.57s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.62s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.99s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.99s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunUserByID (0.47s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.46s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunUserByName (0.47s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.46s) [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-03-09T01:09:10.402Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.46s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.70s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.45s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.70s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.37s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.11s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.69s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.16s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.46s) [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-03-09T01:09:10.402Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-03-09T01:09:10.402Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-03-09T01:09:10.402Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-03-09T01:09:10.402Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.59s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.47s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.92s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.50s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.49s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.49s) [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-03-09T01:09:10.402Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2021-03-09T01:09:10.402Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-03-09T01:09:10.402Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-03-09T01:09:10.402Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-03-09T01:09:10.402Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-03-09T01:09:10.402Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.47s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.44s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.45s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.48s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.47s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.48s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.43s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.48s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.97s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.63s) [2021-03-09T01:09:10.402Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-03-09T01:09:10.402Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.38s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.29s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.71s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.45s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.48s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.74s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.74s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.81s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.20s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.40s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.40s) [2021-03-09T01:09:10.402Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents380614045 [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.03s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.18s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.32s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.44s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.10s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.56s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.95s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.93s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.62s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.71s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.18s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.72s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.54s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.51s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestStartRecordError (1.16s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.10s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.44s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.62s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.40s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2021-03-09T01:09:10.402Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.58s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.52s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.45s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.50s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.52s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.51s) [2021-03-09T01:09:10.403Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-03-09T01:09:10.403Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.48s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.58s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.95s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.44s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.46s) [2021-03-09T01:09:10.403Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-03-09T01:09:10.403Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.58s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.16s) [2021-03-09T01:09:10.403Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-03-09T01:09:10.403Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.98s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.59s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.58s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.29s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUpdateStats (3.62s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.94s) [2021-03-09T01:09:10.403Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-03-09T01:09:10.403Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.67s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.57s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.37s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.37s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.08s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.45s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.28s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.66s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.64s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.41s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.90s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.93s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.36s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.40s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.36s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.39s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.37s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.08s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.05s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.06s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.55s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.14s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.08s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.50s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.61s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.49s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.42s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.47s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.88s) [2021-03-09T01:09:10.403Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.59s) [2021-03-09T01:09:10.403Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-03-09T01:09:10.403Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-03-09T01:09:10.403Z] === RUN TestDockerRegistrySuite [2021-03-09T01:09:10.403Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-03-09T01:09:11.769Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-03-09T01:09:12.696Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-03-09T01:09:14.062Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-03-09T01:09:14.318Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-03-09T01:09:17.584Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-03-09T01:09:21.752Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-03-09T01:09:25.018Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-03-09T01:09:25.599Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-03-09T01:09:26.533Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-03-09T01:09:27.901Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-03-09T01:09:28.830Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-03-09T01:09:30.197Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-03-09T01:09:31.126Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-03-09T01:09:32.055Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-03-09T01:09:33.945Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-03-09T01:09:35.835Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-03-09T01:09:36.762Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-03-09T01:09:39.284Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-03-09T01:09:39.846Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-03-09T01:09:40.102Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-03-09T01:09:41.029Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-03-09T01:09:41.975Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-03-09T01:09:42.930Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-03-09T01:09:45.444Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-03-09T01:09:46.005Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-03-09T01:09:46.933Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-03-09T01:09:47.495Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-03-09T01:09:47.495Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-03-09T01:09:47.750Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-03-09T01:09:48.007Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-03-09T01:09:48.263Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-03-09T01:09:48.518Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-03-09T01:09:49.446Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-03-09T01:09:51.335Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-03-09T01:09:51.897Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-03-09T01:09:52.825Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-03-09T01:09:53.752Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite (44.23s) [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.19s) [2021-03-09T01:09:54.679Z] check_test.go:196: [d850e375886a1] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.12s) [2021-03-09T01:09:54.679Z] check_test.go:196: [da85e5c318db2] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.32s) [2021-03-09T01:09:54.679Z] check_test.go:196: [dfd3d995af90a] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.18s) [2021-03-09T01:09:54.679Z] check_test.go:196: [d9143dd47ad49] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.77s) [2021-03-09T01:09:54.679Z] check_test.go:196: [d9e6f8bfaa7fb] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.86s) [2021-03-09T01:09:54.679Z] check_test.go:196: [dd04cc75f1e16] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.78s) [2021-03-09T01:09:54.679Z] check_test.go:196: [dd432ebb97f8d] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.02s) [2021-03-09T01:09:54.679Z] check_test.go:196: [de8561e2d66ec] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.89s) [2021-03-09T01:09:54.679Z] check_test.go:196: [db2136e5192c3] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.04s) [2021-03-09T01:09:54.679Z] check_test.go:196: [db4376ac0f722] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.11s) [2021-03-09T01:09:54.679Z] check_test.go:196: [d3a1a3aa5532b] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.24s) [2021-03-09T01:09:54.679Z] check_test.go:196: [d8459ebba035f] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.97s) [2021-03-09T01:09:54.679Z] check_test.go:196: [da0d160080f01] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.01s) [2021-03-09T01:09:54.679Z] check_test.go:196: [db881135a9d72] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.89s) [2021-03-09T01:09:54.679Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:da8445568fbc26faba86461af961c9a352dc2c78979f4ac7aabfb34d765d3ddc [2021-03-09T01:09:54.679Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0dc9aabdb048499454eb9f354b7259807cded9925e2b08884ccd26ef720ea3e8 [2021-03-09T01:09:54.679Z] check_test.go:196: [d79131e6149ab] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.86s) [2021-03-09T01:09:54.679Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:371bfa8236ff11cff435e289bd0fcc204d028771d6d5c4406f4158ab255b8517 [2021-03-09T01:09:54.679Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6d8972cde7f800e31883656055d03256c6c357d4846e7419f9537bc201aaa9ee [2021-03-09T01:09:54.679Z] check_test.go:196: [dce58cecd9250] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.99s) [2021-03-09T01:09:54.679Z] check_test.go:196: [db62fc6e4ee33] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.28s) [2021-03-09T01:09:54.679Z] check_test.go:196: [db646db1f8eb0] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.98s) [2021-03-09T01:09:54.679Z] check_test.go:196: [de8c5577710ab] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-03-09T01:09:54.679Z] check_test.go:196: [dd5123d826407] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.98s) [2021-03-09T01:09:54.679Z] check_test.go:196: [deda3d01265ec] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.94s) [2021-03-09T01:09:54.679Z] check_test.go:196: [d22822b6d7d46] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.93s) [2021-03-09T01:09:54.679Z] check_test.go:196: [d16945a75fc29] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.41s) [2021-03-09T01:09:54.679Z] check_test.go:196: [dc29419414be9] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.50s) [2021-03-09T01:09:54.679Z] check_test.go:196: [dac8d7087cd78] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.11s) [2021-03-09T01:09:54.679Z] check_test.go:196: [dcd002e84d1f0] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s) [2021-03-09T01:09:54.679Z] check_test.go:196: [deb4c631f7010] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-03-09T01:09:54.679Z] check_test.go:196: [d1d449a7eebcb] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.30s) [2021-03-09T01:09:54.679Z] check_test.go:196: [def0122aa671f] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2021-03-09T01:09:54.679Z] check_test.go:196: [de49507f13bf1] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s) [2021-03-09T01:09:54.679Z] check_test.go:196: [daaafa6d0d01a] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-03-09T01:09:54.679Z] check_test.go:196: [d690bdcaae055] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.04s) [2021-03-09T01:09:54.679Z] check_test.go:196: [d9ef2f1fc3708] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.47s) [2021-03-09T01:09:54.679Z] check_test.go:196: [d7d7c29a3bb75] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.84s) [2021-03-09T01:09:54.679Z] check_test.go:196: [db639fb88024b] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.14s) [2021-03-09T01:09:54.679Z] check_test.go:196: [dc4ce344ecdb3] daemon is not started [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.95s) [2021-03-09T01:09:54.679Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.78s) [2021-03-09T01:09:54.679Z] === RUN TestDockerSchema1RegistrySuite [2021-03-09T01:09:54.679Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-03-09T01:09:54.935Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-03-09T01:09:58.199Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-03-09T01:10:03.469Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-03-09T01:10:06.733Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-03-09T01:10:07.294Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-03-09T01:10:08.660Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-03-09T01:10:08.660Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-03-09T01:10:09.587Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-03-09T01:10:10.514Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-03-09T01:10:11.441Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-03-09T01:10:13.957Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-03-09T01:10:14.213Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-03-09T01:10:14.775Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-03-09T01:10:14.775Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-03-09T01:10:15.030Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-03-09T01:10:15.286Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-03-09T01:10:15.848Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite (21.16s) [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2021-03-09T01:10:15.848Z] check_test.go:223: [dfb2716f48661] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.84s) [2021-03-09T01:10:15.848Z] check_test.go:223: [d0cb1a02ff7cb] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.91s) [2021-03-09T01:10:15.848Z] check_test.go:223: [d0d5ec99842b2] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.86s) [2021-03-09T01:10:15.848Z] check_test.go:223: [d55ac1606b016] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.98s) [2021-03-09T01:10:15.848Z] check_test.go:223: [d503bffb6fba8] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.98s) [2021-03-09T01:10:15.848Z] check_test.go:223: [d6781cbc339a4] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-03-09T01:10:15.848Z] check_test.go:223: [d5b3ea88b93cf] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.00s) [2021-03-09T01:10:15.848Z] check_test.go:223: [d4865d51a485c] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.92s) [2021-03-09T01:10:15.848Z] check_test.go:223: [da5752e0ef7f6] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.91s) [2021-03-09T01:10:15.848Z] check_test.go:223: [d4697665e21fb] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.46s) [2021-03-09T01:10:15.848Z] check_test.go:223: [d0f49243da4be] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2021-03-09T01:10:15.848Z] check_test.go:223: [d0e8ecfa08511] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.40s) [2021-03-09T01:10:15.848Z] check_test.go:223: [de9b0b0755baa] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-03-09T01:10:15.848Z] check_test.go:223: [d26013e79cdb1] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.30s) [2021-03-09T01:10:15.848Z] check_test.go:223: [d4a752f5a8e0f] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s) [2021-03-09T01:10:15.848Z] check_test.go:223: [df49eb63f2ec3] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.36s) [2021-03-09T01:10:15.848Z] check_test.go:223: [dcbf4955b781c] daemon is not started [2021-03-09T01:10:15.848Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-03-09T01:10:15.848Z] check_test.go:223: [dde398892c7f5] daemon is not started [2021-03-09T01:10:15.848Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-03-09T01:10:15.848Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-03-09T01:10:16.775Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-03-09T01:10:17.031Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-03-09T01:10:17.287Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-03-09T01:10:18.237Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-03-09T01:10:18.493Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-03-09T01:10:19.055Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-03-09T01:10:19.617Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-03-09T01:10:19.617Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.82s) [2021-03-09T01:10:19.617Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.78s) [2021-03-09T01:10:19.617Z] check_test.go:252: [dcc030b352013] daemon is not started [2021-03-09T01:10:19.617Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.49s) [2021-03-09T01:10:19.617Z] check_test.go:252: [dbdd1beccfbb4] daemon is not started [2021-03-09T01:10:19.617Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2021-03-09T01:10:19.617Z] check_test.go:252: [d50d8ae923910] daemon is not started [2021-03-09T01:10:19.617Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.10s) [2021-03-09T01:10:19.617Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2021-03-09T01:10:19.617Z] check_test.go:252: [d4a45b2aff434] daemon is not started [2021-03-09T01:10:19.617Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2021-03-09T01:10:19.617Z] check_test.go:252: [dbfff1802f810] daemon is not started [2021-03-09T01:10:19.617Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.52s) [2021-03-09T01:10:19.617Z] check_test.go:252: [df7c8e2464594] daemon is not started [2021-03-09T01:10:19.617Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2021-03-09T01:10:19.617Z] check_test.go:252: [d674aec415d07] daemon is not started [2021-03-09T01:10:19.617Z] === RUN TestDockerRegistryAuthTokenSuite [2021-03-09T01:10:19.617Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-03-09T01:10:24.856Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-03-09T01:10:24.856Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-03-09T01:10:24.856Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-03-09T01:10:25.112Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-03-09T01:10:25.368Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-03-09T01:10:25.368Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.83s) [2021-03-09T01:10:25.368Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2021-03-09T01:10:25.368Z] check_test.go:279: [d792e180f65c0] daemon is not started [2021-03-09T01:10:25.368Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.17s) [2021-03-09T01:10:25.368Z] check_test.go:279: [dad2b82bf2188] daemon is not started [2021-03-09T01:10:25.368Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-03-09T01:10:25.368Z] check_test.go:279: [d37973414f747] daemon is not started [2021-03-09T01:10:25.368Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2021-03-09T01:10:25.368Z] check_test.go:279: [d56bea3ffcad5] daemon is not started [2021-03-09T01:10:25.368Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.21s) [2021-03-09T01:10:25.368Z] check_test.go:279: [d823f9d97bd24] daemon is not started [2021-03-09T01:10:25.368Z] === RUN TestDockerNetworkSuite [2021-03-09T01:10:25.368Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-03-09T01:10:28.751Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-03-09T01:10:29.007Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-03-09T01:10:29.007Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-03-09T01:10:33.175Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-03-09T01:10:35.694Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-03-09T01:10:36.255Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-03-09T01:10:38.790Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-03-09T01:10:40.684Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-03-09T01:10:43.952Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-03-09T01:10:46.472Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-03-09T01:10:47.839Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-03-09T01:10:51.111Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-03-09T01:10:51.673Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-03-09T01:10:52.605Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-03-09T01:10:53.166Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-03-09T01:10:53.729Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-03-09T01:10:54.663Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-03-09T01:10:55.227Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-03-09T01:10:55.788Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-03-09T01:10:55.788Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-03-09T01:10:56.352Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-03-09T01:10:57.291Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-03-09T01:10:57.551Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-03-09T01:10:57.551Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-03-09T01:10:57.806Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-03-09T01:10:58.734Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-03-09T01:10:59.322Z] --- PASS: TestBuildWCOWSandboxSize (833.66s) [2021-03-09T01:10:59.322Z] === RUN TestBuildWithEmptyDockerfile [2021-03-09T01:10:59.322Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T01:10:59.322Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T01:10:59.322Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T01:10:59.322Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T01:10:59.322Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T01:10:59.322Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T01:10:59.322Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-09T01:10:59.322Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-09T01:10:59.322Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-09T01:10:59.322Z] --- PASS: TestBuildWithEmptyDockerfile (0.49s) [2021-03-09T01:10:59.322Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2021-03-09T01:10:59.322Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-03-09T01:10:59.322Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-03-09T01:10:59.322Z] === RUN TestBuildPreserveOwnership [2021-03-09T01:10:59.322Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-03-09T01:10:59.322Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-09T01:10:59.322Z] === RUN TestBuildPlatformInvalid [2021-03-09T01:10:59.322Z] --- PASS: TestBuildPlatformInvalid (0.52s) [2021-03-09T01:10:59.322Z] PASS [2021-03-09T01:10:59.322Z] ok github.com/docker/docker/integration/build 1013.151s [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] === Skipped [2021-03-09T01:10:59.322Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-03-09T01:10:59.322Z] build_session_test.go:25: TODO: BuildKit [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-03-09T01:10:59.322Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-03-09T01:10:59.322Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-03-09T01:10:59.322Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-03-09T01:10:59.322Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] DONE 29 tests, 5 skipped in 1034.509s [2021-03-09T01:10:59.322Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-03-09T01:10:59.322Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T01:10:59.322Z] INFO: Testing against a local daemon [2021-03-09T01:10:59.322Z] === RUN TestConfigInspect [2021-03-09T01:10:59.322Z] --- SKIP: TestConfigInspect (0.00s) [2021-03-09T01:10:59.322Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:10:59.322Z] === RUN TestConfigList [2021-03-09T01:10:59.322Z] --- SKIP: TestConfigList (0.00s) [2021-03-09T01:10:59.322Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:10:59.322Z] === RUN TestConfigsCreateAndDelete [2021-03-09T01:10:59.322Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-03-09T01:10:59.322Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:10:59.322Z] === RUN TestConfigsUpdate [2021-03-09T01:10:59.322Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-03-09T01:10:59.322Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:10:59.322Z] === RUN TestTemplatedConfig [2021-03-09T01:10:59.322Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-03-09T01:10:59.322Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:10:59.322Z] === RUN TestConfigCreateResolve [2021-03-09T01:10:59.322Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-03-09T01:10:59.322Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:10:59.322Z] === RUN TestConfigDaemonLibtrustID [2021-03-09T01:10:59.322Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-03-09T01:10:59.322Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:10:59.322Z] PASS [2021-03-09T01:10:59.322Z] ok github.com/docker/docker/integration/config 0.125s [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] === Skipped [2021-03-09T01:10:59.322Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-03-09T01:10:59.322Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-03-09T01:10:59.322Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-03-09T01:10:59.322Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-03-09T01:10:59.322Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-03-09T01:10:59.322Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-03-09T01:10:59.322Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-03-09T01:10:59.322Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] [2021-03-09T01:10:59.322Z] DONE 7 tests, 7 skipped in 2.910s [2021-03-09T01:10:59.322Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-03-09T01:11:00.099Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-03-09T01:11:00.099Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-03-09T01:11:00.355Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-03-09T01:11:00.355Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-03-09T01:11:00.612Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-03-09T01:11:00.612Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-03-09T01:11:02.249Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T01:11:02.249Z] INFO: Testing against a local daemon [2021-03-09T01:11:02.249Z] === RUN TestCheckpoint [2021-03-09T01:11:02.249Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-09T01:11:02.249Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-09T01:11:02.249Z] === RUN TestContainerInvalidJSON [2021-03-09T01:11:02.249Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T01:11:02.249Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T01:11:02.249Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T01:11:02.249Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T01:11:02.249Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-09T01:11:02.249Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-09T01:11:02.249Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-09T01:11:02.249Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-09T01:11:02.249Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-09T01:11:02.249Z] --- PASS: TestContainerInvalidJSON (0.44s) [2021-03-09T01:11:02.249Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-09T01:11:02.249Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-03-09T01:11:02.249Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-03-09T01:11:02.249Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-09T01:11:02.712Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.22s) [2021-03-09T01:11:02.712Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-09T01:11:02.712Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2021-03-09T01:11:02.712Z] copy_test.go:38: testEnv.OSType == "windows" [2021-03-09T01:11:02.712Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-09T01:11:02.712Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.19s) [2021-03-09T01:11:02.712Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-09T01:11:02.712Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.05s) [2021-03-09T01:11:02.712Z] copy_test.go:63: testEnv.OSType == "windows" [2021-03-09T01:11:02.712Z] === RUN TestCopyFromContainer [2021-03-09T01:11:02.712Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-03-09T01:11:02.712Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:11:02.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-09T01:11:02.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T01:11:02.712Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T01:11:02.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T01:11:02.712Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T01:11:02.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T01:11:02.712Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T01:11:02.712Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-09T01:11:02.712Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-09T01:11:02.712Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-09T01:11:02.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-03-09T01:11:02.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-09T01:11:02.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2021-03-09T01:11:02.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-03-09T01:11:02.712Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-09T01:11:02.712Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-03-09T01:11:02.712Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-03-09T01:11:02.712Z] === RUN TestCreateWithInvalidEnv [2021-03-09T01:11:02.712Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-09T01:11:02.712Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-09T01:11:02.712Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-09T01:11:02.712Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-09T01:11:02.712Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-09T01:11:02.712Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-09T01:11:03.175Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-09T01:11:03.175Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-09T01:11:03.175Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-09T01:11:03.175Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-09T01:11:03.175Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-09T01:11:03.175Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-09T01:11:03.175Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-09T01:11:03.175Z] === RUN TestCreateTmpfsMountsTarget [2021-03-09T01:11:03.175Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-03-09T01:11:03.175Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:11:03.175Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-09T01:11:03.175Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-03-09T01:11:03.175Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:11:03.175Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-09T01:11:03.175Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-03-09T01:11:03.175Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:11:03.175Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-09T01:11:03.175Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T01:11:03.175Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T01:11:03.175Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T01:11:03.175Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T01:11:03.175Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T01:11:03.175Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T01:11:03.175Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T01:11:03.175Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T01:11:03.175Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T01:11:03.175Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T01:11:03.175Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-09T01:11:03.175Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-09T01:11:03.175Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-09T01:11:03.176Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-09T01:11:03.176Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-09T01:11:03.176Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-03-09T01:11:03.176Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-03-09T01:11:03.176Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-09T01:11:03.176Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-03-09T01:11:03.176Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-03-09T01:11:03.176Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-03-09T01:11:03.176Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-09T01:11:03.176Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-03-09T01:11:03.176Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-03-09T01:11:03.176Z] === RUN TestCreateDifferentPlatform [2021-03-09T01:11:03.176Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-09T01:11:03.176Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-09T01:11:03.176Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-03-09T01:11:03.176Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-09T01:11:03.176Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-09T01:11:03.176Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-09T01:11:03.176Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2021-03-09T01:11:03.176Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-09T01:11:03.176Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-03-09T01:11:03.176Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-03-09T01:11:03.176Z] === RUN TestContainerKillOnDaemonStart [2021-03-09T01:11:03.176Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-03-09T01:11:03.176Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:11:03.176Z] === RUN TestDiff [2021-03-09T01:11:03.176Z] --- SKIP: TestDiff (0.00s) [2021-03-09T01:11:03.176Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-03-09T01:11:03.176Z] === RUN TestExecWithCloseStdin [2021-03-09T01:11:03.885Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-03-09T01:11:06.140Z] --- PASS: TestExecWithCloseStdin (3.01s) [2021-03-09T01:11:06.140Z] === RUN TestExec [2021-03-09T01:11:06.402Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-03-09T01:11:06.659Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-03-09T01:11:07.586Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-03-09T01:11:08.337Z] --- PASS: TestExec (2.02s) [2021-03-09T01:11:08.337Z] === RUN TestExecUser [2021-03-09T01:11:08.337Z] --- SKIP: TestExecUser (0.00s) [2021-03-09T01:11:08.337Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-03-09T01:11:08.337Z] === RUN TestExportContainerAndImportImage [2021-03-09T01:11:08.337Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-03-09T01:11:08.337Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:11:08.337Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-09T01:11:08.337Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-03-09T01:11:08.337Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:11:08.337Z] === RUN TestHealthCheckWorkdir [2021-03-09T01:11:08.337Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-03-09T01:11:08.337Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-03-09T01:11:08.337Z] === RUN TestHealthKillContainer [2021-03-09T01:11:08.337Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-03-09T01:11:08.337Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-03-09T01:11:08.337Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-09T01:11:08.337Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-03-09T01:11:08.337Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-03-09T01:11:08.337Z] === RUN TestKillContainerInvalidSignal [2021-03-09T01:11:08.515Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-03-09T01:11:09.895Z] --- PASS: TestKillContainerInvalidSignal (1.82s) [2021-03-09T01:11:09.895Z] === RUN TestKillContainer [2021-03-09T01:11:09.895Z] === RUN TestKillContainer/no_signal [2021-03-09T01:11:11.786Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-03-09T01:11:12.091Z] === RUN TestKillContainer/non_killing_signal [2021-03-09T01:11:12.091Z] === RUN TestKillContainer/killing_signal [2021-03-09T01:11:13.152Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-03-09T01:11:13.409Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-03-09T01:11:14.285Z] --- PASS: TestKillContainer (3.95s) [2021-03-09T01:11:14.285Z] --- PASS: TestKillContainer/no_signal (1.80s) [2021-03-09T01:11:14.285Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-03-09T01:11:14.285Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-03-09T01:11:14.285Z] --- PASS: TestKillContainer/killing_signal (2.11s) [2021-03-09T01:11:14.285Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-09T01:11:14.285Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-03-09T01:11:14.285Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-09T01:11:14.285Z] === RUN TestKillStoppedContainer [2021-03-09T01:11:14.285Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-03-09T01:11:14.285Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-09T01:11:14.285Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-09T01:11:14.285Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-03-09T01:11:14.285Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-09T01:11:14.285Z] === RUN TestKillDifferentUserContainer [2021-03-09T01:11:14.285Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-03-09T01:11:14.285Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-03-09T01:11:14.285Z] === RUN TestInspectOomKilledTrue [2021-03-09T01:11:14.285Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-09T01:11:14.285Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:11:14.285Z] === RUN TestInspectOomKilledFalse [2021-03-09T01:11:14.285Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-09T01:11:14.285Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T01:11:14.285Z] === RUN TestLogsFollowTailEmpty [2021-03-09T01:11:14.775Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-03-09T01:11:14.775Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-03-09T01:11:14.775Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-03-09T01:11:15.044Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-03-09T01:11:15.301Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-03-09T01:11:15.301Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-03-09T01:11:15.836Z] --- PASS: TestLogsFollowTailEmpty (1.76s) [2021-03-09T01:11:15.836Z] === RUN TestNetworkNat [2021-03-09T01:11:15.836Z] --- SKIP: TestNetworkNat (0.00s) [2021-03-09T01:11:15.836Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-03-09T01:11:15.836Z] === RUN TestNetworkLocalhostTCPNat [2021-03-09T01:11:17.817Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-03-09T01:11:17.817Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-03-09T01:11:17.817Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-03-09T01:11:18.030Z] --- PASS: TestNetworkLocalhostTCPNat (2.09s) [2021-03-09T01:11:18.030Z] === RUN TestNetworkLoopbackNat [2021-03-09T01:11:18.030Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-03-09T01:11:18.030Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-03-09T01:11:18.030Z] === RUN TestPause [2021-03-09T01:11:18.030Z] --- SKIP: TestPause (0.00s) [2021-03-09T01:11:18.030Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-03-09T01:11:18.030Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-09T01:11:18.379Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-03-09T01:11:19.580Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.74s) [2021-03-09T01:11:19.581Z] === RUN TestPauseStopPausedContainer [2021-03-09T01:11:19.581Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-03-09T01:11:19.581Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:11:19.581Z] === RUN TestPsFilter [2021-03-09T01:11:19.581Z] --- PASS: TestPsFilter (0.18s) [2021-03-09T01:11:19.581Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-09T01:11:21.777Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.03s) [2021-03-09T01:11:21.777Z] === RUN TestRemoveContainerWithVolume [2021-03-09T01:11:22.545Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-03-09T01:11:23.971Z] --- PASS: TestRemoveContainerWithVolume (2.12s) [2021-03-09T01:11:23.971Z] === RUN TestRemoveContainerRunning [2021-03-09T01:11:25.062Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-03-09T01:11:25.062Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-03-09T01:11:25.524Z] --- PASS: TestRemoveContainerRunning (1.80s) [2021-03-09T01:11:25.524Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-09T01:11:25.988Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-03-09T01:11:27.354Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-03-09T01:11:27.354Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-03-09T01:11:27.721Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.80s) [2021-03-09T01:11:27.721Z] === RUN TestRemoveInvalidContainer [2021-03-09T01:11:27.721Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-09T01:11:27.721Z] === RUN TestRenameLinkedContainer [2021-03-09T01:11:27.721Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-03-09T01:11:27.721Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-03-09T01:11:27.721Z] === RUN TestRenameStoppedContainer [2021-03-09T01:11:28.281Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-03-09T01:11:28.537Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-03-09T01:11:29.463Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-03-09T01:11:29.919Z] --- PASS: TestRenameStoppedContainer (2.19s) [2021-03-09T01:11:29.919Z] === RUN TestRenameRunningContainerAndReuse [2021-03-09T01:11:33.679Z] --- PASS: TestRenameRunningContainerAndReuse (3.61s) [2021-03-09T01:11:33.679Z] === RUN TestRenameInvalidName [2021-03-09T01:11:35.229Z] --- PASS: TestRenameInvalidName (1.76s) [2021-03-09T01:11:35.229Z] === RUN TestRenameAnonymousContainer [2021-03-09T01:11:35.229Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-03-09T01:11:35.229Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-03-09T01:11:35.229Z] === RUN TestRenameContainerWithSameName [2021-03-09T01:11:36.778Z] --- PASS: TestRenameContainerWithSameName (1.79s) [2021-03-09T01:11:36.778Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-09T01:11:36.778Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-03-09T01:11:36.778Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-03-09T01:11:36.778Z] === RUN TestResize [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite (71.90s) [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.74s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [dce170307851d] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.92s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d3cf0c04e231d] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (4.01s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d2c61b1fb943e] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.38s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [dbec23a76bb49] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.83s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:1233: [d8b7587c53b9c] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.02s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d4544e581f2aa] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (7.43s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d1ccecbe64419] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.16s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [dc874ab3a07b9] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.55s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d927e04a56bfc] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.56s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d46b164cbf501] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.64s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [db8122615a7bd] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.05s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d9db9853d47a7] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.93s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [df02303d2fe41] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.20s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d1d011b33879c] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.43s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [df5a23462e29d] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.86s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d6bc394c40995] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.33s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d628af6be0fc3] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.08s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d88509aa61c00] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.26s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d2e6fedd87cfd] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.89s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d1902e6d1b093] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.54s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d9edd520bb1cb] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [de273cf7aa999] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.25s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d632eb1a940df] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.10s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d5128b92748e8] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.86s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:968: [d8bbd8cd25c83] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.37s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d3480bcab6414] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (7.10s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:1116: [dfb180d41f588] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.39s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d9982625fc6d1] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.23s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d030aca008f68] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d2d0737d2b8f7] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d4e180d6ef52d] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.19s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d6e7101c45d23] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [df8f156101672] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d411ef0413821] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.47s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d57a48c930069] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d55fcd7acaaae] daemon is not started [2021-03-09T01:11:37.548Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [d6091cdbbdefa] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.76s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [ddc524a5dd295] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.54s) [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.02s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:1084: [d258cdb7ce561] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [da28014617578] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.77s) [2021-03-09T01:11:37.548Z] docker_cli_network_unix_test.go:46: [db9249f7cee27] daemon is not started [2021-03-09T01:11:37.548Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.54s) [2021-03-09T01:11:37.549Z] docker_cli_network_unix_test.go:46: [d6e7bd8e4a881] daemon is not started [2021-03-09T01:11:37.549Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-03-09T01:11:37.549Z] docker_cli_network_unix_test.go:46: [d54c65878a320] daemon is not started [2021-03-09T01:11:37.549Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.67s) [2021-03-09T01:11:37.549Z] docker_cli_network_unix_test.go:46: [dc4d02846ff52] daemon is not started [2021-03-09T01:11:37.549Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.46s) [2021-03-09T01:11:37.549Z] docker_cli_network_unix_test.go:46: [d7051e1d62f23] daemon is not started [2021-03-09T01:11:37.549Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.99s) [2021-03-09T01:11:37.549Z] docker_cli_network_unix_test.go:46: [dc59d9b3886e7] daemon is not started [2021-03-09T01:11:37.549Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (7.78s) [2021-03-09T01:11:37.549Z] docker_cli_network_unix_test.go:46: [d15c4722d1231] daemon is not started [2021-03-09T01:11:37.549Z] === RUN TestDockerHubPullSuite [2021-03-09T01:11:37.549Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-03-09T01:11:38.974Z] --- PASS: TestResize (1.73s) [2021-03-09T01:11:38.974Z] === RUN TestResizeWithInvalidSize [2021-03-09T01:11:38.974Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-03-09T01:11:38.974Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-03-09T01:11:38.974Z] === RUN TestResizeWhenContainerNotStarted [2021-03-09T01:11:39.443Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-03-09T01:11:40.524Z] --- PASS: TestResizeWhenContainerNotStarted (1.97s) [2021-03-09T01:11:40.524Z] === RUN TestDaemonRestartKillContainers [2021-03-09T01:11:40.524Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-03-09T01:11:40.524Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:11:40.524Z] === RUN TestStats [2021-03-09T01:11:40.524Z] --- SKIP: TestStats (0.00s) [2021-03-09T01:11:40.524Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-03-09T01:11:40.524Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-09T01:11:41.329Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-03-09T01:11:41.890Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-03-09T01:11:43.254Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-03-09T01:11:43.254Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-03-09T01:11:43.510Z] --- PASS: TestDockerHubPullSuite (6.06s) [2021-03-09T01:11:43.510Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.75s) [2021-03-09T01:11:43.510Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.26s) [2021-03-09T01:11:43.510Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.37s) [2021-03-09T01:11:43.510Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.31s) [2021-03-09T01:11:43.510Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.30s) [2021-03-09T01:11:43.510Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-03-09T01:11:43.510Z] PASS [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === Skipped [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-03-09T01:11:43.510Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-03-09T01:11:43.510Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-03-09T01:11:43.510Z] docker_cli_sni_test.go:18: Flakey test [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-03-09T01:11:43.510Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2021-03-09T01:11:43.510Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.510Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-03-09T01:11:43.510Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-03-09T01:11:43.510Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-03-09T01:11:43.510Z] [2021-03-09T01:11:43.511Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-03-09T01:11:43.511Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-03-09T01:11:43.511Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-03-09T01:11:43.511Z] [2021-03-09T01:11:43.511Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-03-09T01:11:43.511Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-03-09T01:11:43.511Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-03-09T01:11:43.511Z] [2021-03-09T01:11:43.511Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-03-09T01:11:43.511Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-03-09T01:11:43.511Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-03-09T01:11:43.511Z] [2021-03-09T01:11:43.511Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-03-09T01:11:43.511Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-03-09T01:11:43.511Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-03-09T01:11:43.511Z] [2021-03-09T01:11:43.511Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-03-09T01:11:43.511Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-03-09T01:11:43.511Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-03-09T01:11:43.511Z] [2021-03-09T01:11:43.511Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-03-09T01:11:43.511Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-03-09T01:11:43.511Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-03-09T01:11:43.511Z] [2021-03-09T01:11:43.511Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-03-09T01:11:43.511Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-03-09T01:11:43.511Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-03-09T01:11:43.511Z] [2021-03-09T01:11:43.511Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-03-09T01:11:43.511Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-03-09T01:11:43.511Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-03-09T01:11:43.511Z] [2021-03-09T01:11:43.511Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-03-09T01:11:43.511Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-03-09T01:11:43.511Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-03-09T01:11:43.511Z] [2021-03-09T01:11:43.511Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-03-09T01:11:43.511Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-03-09T01:11:43.511Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-03-09T01:11:43.511Z] docker_cli_network_unix_test.go:46: [d6091cdbbdefa] daemon is not started [2021-03-09T01:11:43.511Z] [2021-03-09T01:11:43.511Z] [2021-03-09T01:11:43.511Z] DONE 1274 tests, 51 skipped in 1592.980s [2021-03-09T01:11:43.511Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-09T01:11:43.511Z] ++++ cat bundles/test-integration/docker.pid [2021-03-09T01:11:43.511Z] +++ kill 8179 [2021-03-09T01:11:44.313Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.81s) [2021-03-09T01:11:44.314Z] === RUN TestStopContainerWithTimeout [2021-03-09T01:11:44.314Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-03-09T01:11:44.314Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-03-09T01:11:44.314Z] === RUN TestUpdateRestartPolicy [2021-03-09T01:11:44.437Z] +++ /etc/init.d/apparmor stop [2021-03-09T01:11:44.438Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-09T01:11:44.438Z] [2021-03-09T01:11:44.438Z] Unloading profiles will leave already running processes permanently [2021-03-09T01:11:44.438Z] unconfined, which can lead to unexpected situations. [2021-03-09T01:11:44.438Z] [2021-03-09T01:11:44.438Z] To set a process to complain mode, use the command line tool [2021-03-09T01:11:44.438Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-09T01:11:44.438Z] +++ true [2021-03-09T01:11:44.438Z] exiting test-integration [2021-03-09T01:11:44.438Z] ++ exit 0 [2021-03-09T01:11:44.438Z] [2021-03-09T01:11:44.694Z] + for job in $(jobs -p) [2021-03-09T01:11:44.694Z] + wait 10824 [2021-03-09T01:12:05.473Z] --- PASS: TestUpdateRestartPolicy (19.33s) [2021-03-09T01:12:05.474Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-09T01:12:05.474Z] --- PASS: TestUpdateRestartWithAutoRemove (1.77s) [2021-03-09T01:12:05.474Z] === RUN TestWaitNonBlocked [2021-03-09T01:12:05.474Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T01:12:05.474Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T01:12:05.474Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T01:12:05.474Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T01:12:05.474Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-09T01:12:05.474Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-09T01:12:06.570Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-03-09T01:12:08.405Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-03-09T01:12:08.405Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.30s) [2021-03-09T01:12:08.405Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.46s) [2021-03-09T01:12:08.405Z] === RUN TestWaitBlocked [2021-03-09T01:12:08.405Z] --- SKIP: TestWaitBlocked (0.00s) [2021-03-09T01:12:08.405Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:08.405Z] PASS [2021-03-09T01:12:08.405Z] ok github.com/docker/docker/integration/container 66.112s [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === Skipped [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-03-09T01:12:08.405Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2021-03-09T01:12:08.405Z] copy_test.go:38: testEnv.OSType == "windows" [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.05s) [2021-03-09T01:12:08.405Z] copy_test.go:63: testEnv.OSType == "windows" [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-03-09T01:12:08.405Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-03-09T01:12:08.405Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-03-09T01:12:08.405Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-03-09T01:12:08.405Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-03-09T01:12:08.405Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-03-09T01:12:08.405Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-03-09T01:12:08.405Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-03-09T01:12:08.405Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-03-09T01:12:08.405Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-03-09T01:12:08.405Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-03-09T01:12:08.405Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-03-09T01:12:08.405Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-03-09T01:12:08.405Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-03-09T01:12:08.405Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-03-09T01:12:08.405Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-03-09T01:12:08.405Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-03-09T01:12:08.405Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-03-09T01:12:08.405Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-09T01:12:08.405Z] [2021-03-09T01:12:08.405Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-03-09T01:12:08.406Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-03-09T01:12:08.406Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-03-09T01:12:08.406Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-03-09T01:12:08.406Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-03-09T01:12:08.406Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-03-09T01:12:08.406Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-03-09T01:12:08.406Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-03-09T01:12:08.406Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-03-09T01:12:08.406Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-03-09T01:12:08.406Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-03-09T01:12:08.406Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-03-09T01:12:08.406Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-03-09T01:12:08.406Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-03-09T01:12:08.406Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-03-09T01:12:08.406Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-03-09T01:12:08.406Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-03-09T01:12:08.406Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] [2021-03-09T01:12:08.406Z] DONE 88 tests, 37 skipped in 69.161s [2021-03-09T01:12:08.406Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-03-09T01:12:10.602Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T01:12:10.602Z] INFO: Testing against a local daemon [2021-03-09T01:12:10.602Z] === RUN TestCommitInheritsEnv [2021-03-09T01:12:10.602Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-03-09T01:12:10.602Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-09T01:12:10.602Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-09T01:12:10.602Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-03-09T01:12:10.602Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-03-09T01:12:10.602Z] === RUN TestImagesFilterMultiReference [2021-03-09T01:12:10.602Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-03-09T01:12:10.602Z] === RUN TestImagePullPlatformInvalid [2021-03-09T01:12:10.602Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-03-09T01:12:10.602Z] === RUN TestRemoveImageOrphaning [2021-03-09T01:12:11.579Z] --- PASS: TestRemoveImageOrphaning (1.13s) [2021-03-09T01:12:11.579Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-09T01:12:11.579Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-03-09T01:12:11.579Z] === RUN TestTagInvalidReference [2021-03-09T01:12:11.579Z] --- PASS: TestTagInvalidReference (0.03s) [2021-03-09T01:12:11.579Z] === RUN TestTagValidPrefixedRepo [2021-03-09T01:12:11.579Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-03-09T01:12:11.579Z] === RUN TestTagExistedNameWithoutForce [2021-03-09T01:12:11.579Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-03-09T01:12:11.579Z] === RUN TestTagOfficialNames [2021-03-09T01:12:12.043Z] --- PASS: TestTagOfficialNames (0.08s) [2021-03-09T01:12:12.043Z] === RUN TestTagMatchesDigest [2021-03-09T01:12:12.043Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-03-09T01:12:12.043Z] PASS [2021-03-09T01:12:12.043Z] ok github.com/docker/docker/integration/image 1.595s [2021-03-09T01:12:12.043Z] [2021-03-09T01:12:12.043Z] === Skipped [2021-03-09T01:12:12.043Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-03-09T01:12:12.043Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-09T01:12:12.043Z] [2021-03-09T01:12:12.043Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-03-09T01:12:12.043Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-03-09T01:12:12.043Z] [2021-03-09T01:12:12.043Z] [2021-03-09T01:12:12.043Z] DONE 11 tests, 2 skipped in 3.550s [2021-03-09T01:12:12.043Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-03-09T01:12:14.261Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T01:12:14.261Z] INFO: Testing against a local daemon [2021-03-09T01:12:14.261Z] === RUN TestNetworkCreateDelete [2021-03-09T01:12:14.261Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-03-09T01:12:14.261Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:14.261Z] === RUN TestDockerNetworkDeletePreferID [2021-03-09T01:12:14.261Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-03-09T01:12:14.261Z] 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-09T01:12:14.261Z] === RUN TestDaemonDNSFallback [2021-03-09T01:12:14.261Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-03-09T01:12:14.261Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:14.261Z] === RUN TestInspectNetwork [2021-03-09T01:12:14.261Z] --- SKIP: TestInspectNetwork (0.00s) [2021-03-09T01:12:14.261Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-03-09T01:12:14.261Z] === RUN TestRunContainerWithBridgeNone [2021-03-09T01:12:14.261Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-03-09T01:12:14.261Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:14.261Z] === RUN TestNetworkInvalidJSON [2021-03-09T01:12:14.261Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-09T01:12:14.261Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-09T01:12:14.261Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T01:12:14.261Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T01:12:14.261Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T01:12:14.261Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T01:12:14.261Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-09T01:12:14.261Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-09T01:12:14.261Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-09T01:12:14.261Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-03-09T01:12:14.261Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-03-09T01:12:14.261Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-03-09T01:12:14.261Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-09T01:12:14.261Z] === RUN TestNetworkList [2021-03-09T01:12:14.261Z] === RUN TestNetworkList//networks [2021-03-09T01:12:14.261Z] === PAUSE TestNetworkList//networks [2021-03-09T01:12:14.261Z] === RUN TestNetworkList//networks/ [2021-03-09T01:12:14.261Z] === PAUSE TestNetworkList//networks/ [2021-03-09T01:12:14.261Z] === CONT TestNetworkList//networks [2021-03-09T01:12:14.261Z] === CONT TestNetworkList//networks/ [2021-03-09T01:12:14.261Z] --- PASS: TestNetworkList (0.04s) [2021-03-09T01:12:14.261Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-09T01:12:14.261Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-09T01:12:14.261Z] === RUN TestHostIPv4BridgeLabel [2021-03-09T01:12:14.261Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-03-09T01:12:14.261Z] network_test.go:126: testEnv.OSType == "windows" [2021-03-09T01:12:14.261Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-09T01:12:14.261Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-03-09T01:12:14.261Z] service_test.go:29: testEnv.OSType == "windows" [2021-03-09T01:12:14.261Z] === RUN TestDaemonDefaultNetworkPools [2021-03-09T01:12:14.261Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-03-09T01:12:14.261Z] service_test.go:58: testEnv.OSType == "windows" [2021-03-09T01:12:14.261Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-09T01:12:14.261Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-03-09T01:12:14.261Z] service_test.go:102: testEnv.OSType == "windows" [2021-03-09T01:12:14.261Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-09T01:12:14.261Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-03-09T01:12:14.261Z] service_test.go:136: testEnv.OSType == "windows" [2021-03-09T01:12:14.261Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-09T01:12:14.261Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-03-09T01:12:14.261Z] service_test.go:187: testEnv.OSType == "windows" [2021-03-09T01:12:14.261Z] === RUN TestServiceWithPredefinedNetwork [2021-03-09T01:12:14.261Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-03-09T01:12:14.261Z] service_test.go:212: testEnv.OSType == "windows" [2021-03-09T01:12:14.261Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-09T01:12:14.261Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-09T01:12:14.261Z] service_test.go:242: FLAKY_TEST [2021-03-09T01:12:14.261Z] === RUN TestServiceWithDataPathPortInit [2021-03-09T01:12:14.261Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-03-09T01:12:14.261Z] service_test.go:332: testEnv.OSType == "windows" [2021-03-09T01:12:14.261Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-09T01:12:14.261Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-09T01:12:14.261Z] service_test.go:400: testEnv.OSType == "windows" [2021-03-09T01:12:14.261Z] PASS [2021-03-09T01:12:14.261Z] ok github.com/docker/docker/integration/network 0.205s [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] === Skipped [2021-03-09T01:12:14.724Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-03-09T01:12:14.724Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-03-09T01:12:14.724Z] 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-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-03-09T01:12:14.724Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-03-09T01:12:14.724Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-03-09T01:12:14.724Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-03-09T01:12:14.724Z] network_test.go:126: testEnv.OSType == "windows" [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-03-09T01:12:14.724Z] service_test.go:29: testEnv.OSType == "windows" [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-03-09T01:12:14.724Z] service_test.go:58: testEnv.OSType == "windows" [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-03-09T01:12:14.724Z] service_test.go:102: testEnv.OSType == "windows" [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-03-09T01:12:14.724Z] service_test.go:136: testEnv.OSType == "windows" [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-03-09T01:12:14.724Z] service_test.go:187: testEnv.OSType == "windows" [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-03-09T01:12:14.724Z] service_test.go:212: testEnv.OSType == "windows" [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-09T01:12:14.724Z] service_test.go:242: FLAKY_TEST [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-03-09T01:12:14.724Z] service_test.go:332: testEnv.OSType == "windows" [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-09T01:12:14.724Z] service_test.go:400: testEnv.OSType == "windows" [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] [2021-03-09T01:12:14.724Z] DONE 22 tests, 15 skipped in 2.468s [2021-03-09T01:12:14.724Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-03-09T01:12:15.188Z] testing: warning: no tests to run [2021-03-09T01:12:15.188Z] PASS [2021-03-09T01:12:15.188Z] ok github.com/docker/docker/integration/network/ipvlan 0.066s [2021-03-09T01:12:15.188Z] [2021-03-09T01:12:15.188Z] DONE 0 tests in 0.745s [2021-03-09T01:12:15.188Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-03-09T01:12:16.164Z] testing: warning: no tests to run [2021-03-09T01:12:16.164Z] PASS [2021-03-09T01:12:16.164Z] ok github.com/docker/docker/integration/network/macvlan 0.187s [2021-03-09T01:12:16.164Z] [2021-03-09T01:12:16.164Z] DONE 0 tests in 0.892s [2021-03-09T01:12:16.164Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-03-09T01:12:17.141Z] testing: warning: no tests to run [2021-03-09T01:12:17.141Z] PASS [2021-03-09T01:12:17.141Z] ok github.com/docker/docker/integration/plugin 0.072s [2021-03-09T01:12:17.141Z] [2021-03-09T01:12:17.141Z] DONE 0 tests in 0.755s [2021-03-09T01:12:17.141Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-03-09T01:12:18.122Z] testing: warning: no tests to run [2021-03-09T01:12:18.122Z] PASS [2021-03-09T01:12:18.122Z] ok github.com/docker/docker/integration/plugin/authz 0.348s [2021-03-09T01:12:18.122Z] [2021-03-09T01:12:18.122Z] DONE 0 tests in 1.049s [2021-03-09T01:12:18.122Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-03-09T01:12:26.741Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T01:12:26.741Z] INFO: Testing against a local daemon [2021-03-09T01:12:26.741Z] === RUN TestPluginInvalidJSON [2021-03-09T01:12:26.741Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T01:12:26.741Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T01:12:26.741Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-09T01:12:26.741Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-03-09T01:12:26.741Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-09T01:12:26.741Z] === RUN TestPluginInstall [2021-03-09T01:12:26.741Z] --- SKIP: TestPluginInstall (0.00s) [2021-03-09T01:12:26.741Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-03-09T01:12:26.741Z] === RUN TestPluginsWithRuntimes [2021-03-09T01:12:26.741Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-03-09T01:12:26.741Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-03-09T01:12:26.741Z] PASS [2021-03-09T01:12:26.741Z] ok github.com/docker/docker/integration/plugin/common 0.149s [2021-03-09T01:12:26.741Z] [2021-03-09T01:12:26.741Z] === Skipped [2021-03-09T01:12:26.741Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-03-09T01:12:26.741Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-03-09T01:12:26.741Z] [2021-03-09T01:12:26.741Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-03-09T01:12:26.741Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-03-09T01:12:26.741Z] [2021-03-09T01:12:26.741Z] [2021-03-09T01:12:26.741Z] DONE 4 tests, 2 skipped in 7.638s [2021-03-09T01:12:26.741Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-03-09T01:12:28.936Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T01:12:28.936Z] INFO: Testing against a local daemon [2021-03-09T01:12:28.936Z] === RUN TestExternalGraphDriver [2021-03-09T01:12:28.936Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-03-09T01:12:28.936Z] external_test.go:48: runtime.GOOS == "windows" [2021-03-09T01:12:28.936Z] === RUN TestGraphdriverPluginV2 [2021-03-09T01:12:28.936Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-03-09T01:12:28.936Z] external_test.go:408: runtime.GOOS == "windows" [2021-03-09T01:12:28.936Z] PASS [2021-03-09T01:12:28.936Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.141s [2021-03-09T01:12:28.936Z] [2021-03-09T01:12:28.936Z] === Skipped [2021-03-09T01:12:28.936Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-03-09T01:12:28.936Z] external_test.go:48: runtime.GOOS == "windows" [2021-03-09T01:12:28.936Z] [2021-03-09T01:12:28.936Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-03-09T01:12:28.936Z] external_test.go:408: runtime.GOOS == "windows" [2021-03-09T01:12:28.936Z] [2021-03-09T01:12:28.936Z] [2021-03-09T01:12:28.936Z] DONE 2 tests, 2 skipped in 3.056s [2021-03-09T01:12:28.936Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-03-09T01:12:31.133Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T01:12:31.133Z] INFO: Testing against a local daemon [2021-03-09T01:12:31.133Z] === RUN TestReadPluginNoRead [2021-03-09T01:12:31.133Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-03-09T01:12:31.133Z] read_test.go:21: no unix domain sockets on Windows [2021-03-09T01:12:31.133Z] PASS [2021-03-09T01:12:31.133Z] ok github.com/docker/docker/integration/plugin/logging 0.135s [2021-03-09T01:12:31.596Z] [2021-03-09T01:12:31.596Z] === Skipped [2021-03-09T01:12:31.596Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-03-09T01:12:31.596Z] read_test.go:21: no unix domain sockets on Windows [2021-03-09T01:12:31.596Z] [2021-03-09T01:12:31.596Z] [2021-03-09T01:12:31.596Z] DONE 1 tests, 1 skipped in 2.385s [2021-03-09T01:12:31.596Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-03-09T01:12:32.574Z] testing: warning: no tests to run [2021-03-09T01:12:32.574Z] PASS [2021-03-09T01:12:32.574Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.080s [2021-03-09T01:12:32.574Z] [2021-03-09T01:12:32.574Z] DONE 0 tests in 1.274s [2021-03-09T01:12:32.574Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-03-09T01:12:35.500Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T01:12:35.500Z] INFO: Testing against a local daemon [2021-03-09T01:12:35.500Z] === RUN TestPluginWithDevMounts [2021-03-09T01:12:35.500Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-03-09T01:12:35.500Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:35.500Z] PASS [2021-03-09T01:12:35.500Z] ok github.com/docker/docker/integration/plugin/volumes 0.145s [2021-03-09T01:12:35.500Z] [2021-03-09T01:12:35.500Z] === Skipped [2021-03-09T01:12:35.500Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-03-09T01:12:35.500Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:35.500Z] [2021-03-09T01:12:35.500Z] [2021-03-09T01:12:35.500Z] DONE 1 tests, 1 skipped in 2.556s [2021-03-09T01:12:35.500Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-03-09T01:12:37.697Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T01:12:37.697Z] INFO: Testing against a local daemon [2021-03-09T01:12:37.697Z] === RUN TestSecretInspect [2021-03-09T01:12:37.697Z] --- SKIP: TestSecretInspect (0.00s) [2021-03-09T01:12:37.697Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:37.697Z] === RUN TestSecretList [2021-03-09T01:12:37.697Z] --- SKIP: TestSecretList (0.00s) [2021-03-09T01:12:37.697Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:37.697Z] === RUN TestSecretsCreateAndDelete [2021-03-09T01:12:37.697Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-03-09T01:12:37.697Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:37.697Z] === RUN TestSecretsUpdate [2021-03-09T01:12:37.697Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-03-09T01:12:37.697Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:37.697Z] === RUN TestTemplatedSecret [2021-03-09T01:12:37.697Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-03-09T01:12:37.697Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:37.697Z] === RUN TestSecretCreateResolve [2021-03-09T01:12:37.697Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-03-09T01:12:37.697Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:37.697Z] PASS [2021-03-09T01:12:37.697Z] ok github.com/docker/docker/integration/secret 0.142s [2021-03-09T01:12:37.697Z] [2021-03-09T01:12:37.697Z] === Skipped [2021-03-09T01:12:37.697Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-03-09T01:12:37.697Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:37.697Z] [2021-03-09T01:12:37.697Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-03-09T01:12:37.697Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:37.697Z] [2021-03-09T01:12:37.697Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-03-09T01:12:37.697Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:37.697Z] [2021-03-09T01:12:37.697Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-03-09T01:12:37.697Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:37.697Z] [2021-03-09T01:12:37.697Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-03-09T01:12:37.697Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:37.697Z] [2021-03-09T01:12:37.697Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-03-09T01:12:37.697Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:37.697Z] [2021-03-09T01:12:37.697Z] [2021-03-09T01:12:37.697Z] DONE 6 tests, 6 skipped in 2.164s [2021-03-09T01:12:37.697Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-03-09T01:12:39.891Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T01:12:39.891Z] INFO: Testing against a local daemon [2021-03-09T01:12:39.891Z] === RUN TestServiceCreateInit [2021-03-09T01:12:39.891Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-09T01:12:39.891Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-09T01:12:39.891Z] --- PASS: TestServiceCreateInit (0.03s) [2021-03-09T01:12:39.891Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-09T01:12:39.891Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:39.891Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-09T01:12:39.891Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:39.891Z] === RUN TestCreateServiceMultipleTimes [2021-03-09T01:12:39.891Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-03-09T01:12:39.891Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:39.891Z] === RUN TestCreateServiceConflict [2021-03-09T01:12:39.891Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-03-09T01:12:39.891Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:39.891Z] === RUN TestCreateServiceMaxReplicas [2021-03-09T01:12:39.891Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-03-09T01:12:39.891Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:39.891Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-09T01:12:39.891Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-03-09T01:12:39.891Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:39.891Z] === RUN TestCreateServiceSecretFileMode [2021-03-09T01:12:39.891Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-03-09T01:12:39.891Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:39.891Z] === RUN TestCreateServiceConfigFileMode [2021-03-09T01:12:39.891Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-03-09T01:12:39.891Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:39.891Z] === RUN TestCreateServiceSysctls [2021-03-09T01:12:39.891Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-03-09T01:12:39.891Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:39.891Z] === RUN TestCreateServiceCapabilities [2021-03-09T01:12:40.356Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-03-09T01:12:40.356Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.356Z] === RUN TestInspect [2021-03-09T01:12:40.356Z] --- SKIP: TestInspect (0.00s) [2021-03-09T01:12:40.356Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.356Z] === RUN TestCreateJob [2021-03-09T01:12:40.356Z] --- SKIP: TestCreateJob (0.00s) [2021-03-09T01:12:40.356Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.356Z] === RUN TestReplicatedJob [2021-03-09T01:12:40.356Z] --- SKIP: TestReplicatedJob (0.00s) [2021-03-09T01:12:40.356Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.356Z] === RUN TestUpdateReplicatedJob [2021-03-09T01:12:40.356Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-03-09T01:12:40.356Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.356Z] === RUN TestServiceListWithStatuses [2021-03-09T01:12:40.356Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-09T01:12:40.356Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.356Z] === RUN TestDockerNetworkConnectAlias [2021-03-09T01:12:40.356Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-03-09T01:12:40.356Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.356Z] === RUN TestDockerNetworkReConnect [2021-03-09T01:12:40.356Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-03-09T01:12:40.356Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.356Z] === RUN TestServicePlugin [2021-03-09T01:12:40.356Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-09T01:12:40.356Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.356Z] === RUN TestServiceUpdateLabel [2021-03-09T01:12:40.356Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-03-09T01:12:40.356Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:40.356Z] === RUN TestServiceUpdateSecrets [2021-03-09T01:12:40.356Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-03-09T01:12:40.356Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:40.356Z] === RUN TestServiceUpdateConfigs [2021-03-09T01:12:40.356Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-03-09T01:12:40.356Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:40.356Z] === RUN TestServiceUpdateNetwork [2021-03-09T01:12:40.357Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-03-09T01:12:40.357Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:40.357Z] === RUN TestServiceUpdatePidsLimit [2021-03-09T01:12:40.357Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2021-03-09T01:12:40.357Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:40.357Z] PASS [2021-03-09T01:12:40.357Z] ok github.com/docker/docker/integration/service 0.287s [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === Skipped [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-09T01:12:40.357Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-09T01:12:40.357Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-09T01:12:40.357Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-09T01:12:40.357Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-03-09T01:12:40.357Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-03-09T01:12:40.357Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-03-09T01:12:40.357Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-03-09T01:12:40.357Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-03-09T01:12:40.357Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-03-09T01:12:40.357Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-03-09T01:12:40.357Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-03-09T01:12:40.357Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-03-09T01:12:40.357Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-03-09T01:12:40.357Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-03-09T01:12:40.357Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-03-09T01:12:40.357Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-03-09T01:12:40.357Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-03-09T01:12:40.357Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-03-09T01:12:40.357Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-03-09T01:12:40.357Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-03-09T01:12:40.357Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-03-09T01:12:40.357Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-03-09T01:12:40.357Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-03-09T01:12:40.357Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2021-03-09T01:12:40.357Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] [2021-03-09T01:12:40.357Z] DONE 24 tests, 23 skipped in 2.611s [2021-03-09T01:12:40.357Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-03-09T01:12:42.564Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T01:12:42.564Z] INFO: Testing against a local daemon [2021-03-09T01:12:42.564Z] === RUN TestSessionCreate [2021-03-09T01:12:42.564Z] --- SKIP: TestSessionCreate (0.00s) [2021-03-09T01:12:42.564Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-03-09T01:12:42.564Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-09T01:12:42.564Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-03-09T01:12:42.564Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-03-09T01:12:42.564Z] PASS [2021-03-09T01:12:42.564Z] ok github.com/docker/docker/integration/session 0.149s [2021-03-09T01:12:42.564Z] [2021-03-09T01:12:42.564Z] === Skipped [2021-03-09T01:12:42.564Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-03-09T01:12:42.564Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-03-09T01:12:42.564Z] [2021-03-09T01:12:42.564Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-03-09T01:12:42.564Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-03-09T01:12:42.564Z] [2021-03-09T01:12:42.564Z] [2021-03-09T01:12:42.564Z] DONE 2 tests, 2 skipped in 2.101s [2021-03-09T01:12:42.564Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-03-09T01:12:44.761Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T01:12:44.761Z] INFO: Testing against a local daemon [2021-03-09T01:12:44.761Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-09T01:12:44.761Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-09T01:12:44.761Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:44.761Z] === RUN TestEventsExecDie [2021-03-09T01:12:44.761Z] --- SKIP: TestEventsExecDie (0.00s) [2021-03-09T01:12:44.761Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-03-09T01:12:44.761Z] === RUN TestEventsBackwardsCompatible [2021-03-09T01:12:44.761Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-03-09T01:12:44.761Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-03-09T01:12:44.761Z] === RUN TestInfoAPI [2021-03-09T01:12:44.761Z] --- PASS: TestInfoAPI (0.04s) [2021-03-09T01:12:44.761Z] === RUN TestInfoAPIWarnings [2021-03-09T01:12:44.761Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-03-09T01:12:44.761Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-09T01:12:44.761Z] === RUN TestInfoDebug [2021-03-09T01:12:44.761Z] --- SKIP: TestInfoDebug (0.00s) [2021-03-09T01:12:44.761Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-09T01:12:44.761Z] === RUN TestInfoInsecureRegistries [2021-03-09T01:12:44.761Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-03-09T01:12:44.761Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-09T01:12:44.761Z] === RUN TestInfoRegistryMirrors [2021-03-09T01:12:44.761Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-03-09T01:12:44.761Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-09T01:12:44.761Z] === RUN TestLoginFailsWithBadCredentials [2021-03-09T01:12:45.742Z] --- PASS: TestLoginFailsWithBadCredentials (1.04s) [2021-03-09T01:12:45.742Z] === RUN TestPingCacheHeaders [2021-03-09T01:12:45.742Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-03-09T01:12:45.742Z] === RUN TestPingGet [2021-03-09T01:12:45.742Z] --- PASS: TestPingGet (0.03s) [2021-03-09T01:12:45.742Z] === RUN TestPingHead [2021-03-09T01:12:45.742Z] --- PASS: TestPingHead (0.04s) [2021-03-09T01:12:45.742Z] === RUN TestVersion [2021-03-09T01:12:45.742Z] --- PASS: TestVersion (0.04s) [2021-03-09T01:12:45.742Z] PASS [2021-03-09T01:12:45.742Z] ok github.com/docker/docker/integration/system 1.378s [2021-03-09T01:12:46.207Z] [2021-03-09T01:12:46.207Z] === Skipped [2021-03-09T01:12:46.207Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-09T01:12:46.207Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-03-09T01:12:46.207Z] [2021-03-09T01:12:46.207Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-03-09T01:12:46.207Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-03-09T01:12:46.207Z] [2021-03-09T01:12:46.207Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-03-09T01:12:46.207Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-03-09T01:12:46.207Z] [2021-03-09T01:12:46.207Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-03-09T01:12:46.207Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-09T01:12:46.207Z] [2021-03-09T01:12:46.207Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-03-09T01:12:46.207Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-09T01:12:46.207Z] [2021-03-09T01:12:46.207Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-03-09T01:12:46.207Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-09T01:12:46.207Z] [2021-03-09T01:12:46.207Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-03-09T01:12:46.207Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-09T01:12:46.207Z] [2021-03-09T01:12:46.207Z] [2021-03-09T01:12:46.207Z] DONE 13 tests, 7 skipped in 3.530s [2021-03-09T01:12:46.207Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-03-09T01:12:48.418Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T01:12:48.418Z] INFO: Testing against a local daemon [2021-03-09T01:12:48.418Z] === RUN TestVolumesCreateAndList [2021-03-09T01:12:48.418Z] --- PASS: TestVolumesCreateAndList (0.05s) [2021-03-09T01:12:48.418Z] === RUN TestVolumesRemove [2021-03-09T01:12:48.418Z] --- PASS: TestVolumesRemove (0.10s) [2021-03-09T01:12:48.418Z] === RUN TestVolumesInspect [2021-03-09T01:12:48.418Z] --- PASS: TestVolumesInspect (0.03s) [2021-03-09T01:12:48.418Z] === RUN TestVolumesInvalidJSON [2021-03-09T01:12:48.418Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-09T01:12:48.418Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-09T01:12:48.418Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-09T01:12:48.418Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-03-09T01:12:48.418Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-09T01:12:48.418Z] PASS [2021-03-09T01:12:48.418Z] ok github.com/docker/docker/integration/volume 0.419s [2021-03-09T01:12:48.418Z] [2021-03-09T01:12:48.418Z] DONE 5 tests in 2.346s [2021-03-09T01:12:48.418Z] INFO: make.ps1 ended at 03/09/2021 01:12:48 [2021-03-09T01:12:48.418Z] INFO: Integration CLI tests being run from the host: [2021-03-09T01:12:48.418Z] 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-09T01:12:57.049Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-09T01:12:57.049Z] INFO: Testing against a local daemon [2021-03-09T01:12:57.049Z] === RUN TestDockerSuite [2021-03-09T01:12:57.049Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-03-09T01:12:57.049Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-03-09T01:12:57.049Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-03-09T01:12:57.049Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-03-09T01:12:57.049Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-03-09T01:12:57.049Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-03-09T01:12:57.049Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-03-09T01:12:57.049Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-03-09T01:12:57.513Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-03-09T01:12:57.513Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-03-09T01:12:57.976Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-03-09T01:12:58.439Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-03-09T01:13:14.195Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-03-09T01:13:18.357Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-03-09T01:13:22.529Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-03-09T01:15:10.232Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-03-09T01:15:12.438Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-03-09T01:15:12.438Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-03-09T01:15:12.438Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-03-09T01:15:12.438Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-03-09T01:15:12.438Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-03-09T01:15:15.371Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-03-09T01:15:15.371Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-03-09T01:15:15.371Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-03-09T01:15:22.496Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-03-09T01:15:43.911Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-03-09T01:15:56.073Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-03-09T01:15:56.073Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-03-09T01:15:56.073Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-03-09T01:15:56.073Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-03-09T01:15:56.073Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-03-09T01:15:57.000Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-03-09T01:15:59.515Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-03-09T01:16:02.785Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-03-09T01:16:04.674Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-03-09T01:17:00.857Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-03-09T01:17:00.857Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-03-09T01:17:02.749Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-03-09T01:17:03.878Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-03-09T01:17:03.878Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-03-09T01:17:04.342Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-03-09T01:17:04.342Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-03-09T01:17:04.639Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-03-09T01:17:07.908Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-03-09T01:17:08.111Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-03-09T01:17:09.090Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-03-09T01:17:09.090Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-03-09T01:17:09.090Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-03-09T01:17:09.090Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-03-09T01:17:09.090Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-03-09T01:17:10.068Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-03-09T01:17:10.424Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-03-09T01:17:13.841Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-03-09T01:17:14.823Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-03-09T01:17:14.823Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-03-09T01:17:14.823Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-03-09T01:17:14.823Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-03-09T01:17:17.753Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-03-09T01:17:30.203Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-03-09T01:17:32.314Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-03-09T01:17:38.825Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-03-09T01:17:39.290Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-03-09T01:17:39.290Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-03-09T01:17:42.262Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-03-09T01:17:43.060Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-03-09T01:17:44.152Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-03-09T01:17:44.611Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-03-09T01:17:46.040Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-03-09T01:17:48.558Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-03-09T01:17:54.982Z] === RUN TestDockerSuite/TestBuildAddScript [2021-03-09T01:17:54.983Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-03-09T01:17:54.983Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-03-09T01:17:54.983Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-03-09T01:17:54.983Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-03-09T01:17:54.983Z] === RUN TestDockerSuite/TestBuildAddTar [2021-03-09T01:17:56.641Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-03-09T01:18:00.808Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-03-09T01:18:03.341Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-03-09T01:18:05.857Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-03-09T01:18:07.744Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-03-09T01:18:10.260Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-03-09T01:18:13.534Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-03-09T01:18:15.421Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-03-09T01:18:45.784Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-03-09T01:18:45.784Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-03-09T01:18:45.784Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-03-09T01:19:03.535Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-03-09T01:19:03.535Z] === RUN TestDockerSuite/TestBuildBlankName [2021-03-09T01:19:03.535Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-03-09T01:19:10.654Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-03-09T01:19:11.121Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-03-09T01:19:11.587Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-03-09T01:19:15.845Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-03-09T01:19:24.448Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-03-09T01:19:26.417Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-03-09T01:19:33.026Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-03-09T01:19:33.026Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-03-09T01:19:37.728Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-03-09T01:19:37.728Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-03-09T01:19:37.728Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-03-09T01:19:41.248Z] --- PASS: TestDockerSwarmSuite (1668.17s) [2021-03-09T01:19:41.248Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.28s) [2021-03-09T01:19:41.248Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.28s) [2021-03-09T01:19:41.248Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.89s) [2021-03-09T01:19:41.248Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.28s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.12s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.84s) [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:562: [d959e79c43924] joining swarm manager [d64b938407809]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:584: [d90d28cfd5834] joining swarm manager [d64b938407809]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] check_test.go:380: [d959e79c43924] daemon is not started [2021-03-09T01:19:41.249Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.13s) [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:45: [d5d097b7ab235] joining swarm manager [dd4f7b94348fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.99s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.49s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (36.66s) [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:303: [d7fce4a738477] joining swarm manager [d8784aaf24540]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:304: [d7c7826e6368b] joining swarm manager [d8784aaf24540]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.86s) [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:271: [d519f4c7cb4bf] joining swarm manager [d636a279f2094]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:272: [df62d299723e3] joining swarm manager [d636a279f2094]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.79s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.29s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.66s) [2021-03-09T01:19:41.249Z] docker_api_swarm_node_test.go:19: [d7e83175ac9b2] joining swarm manager [ddbbced0c02e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_node_test.go:20: [d384c3a9b7af7] joining swarm manager [ddbbced0c02e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (54.11s) [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:501: [ddd6984ccf94c] joining swarm manager [d6a20e410dae6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:506: [d34d3eb47db4a] joining swarm manager [d6a20e410dae6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.93s) [2021-03-09T01:19:41.249Z] docker_api_swarm_node_test.go:80: [d60eee6666ae8] joining swarm manager [d53b84ee5fe83]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.64s) [2021-03-09T01:19:41.249Z] docker_api_swarm_node_test.go:52: [d74e8826d5f52] joining swarm manager [d28b598019cb7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_node_test.go:53: [d69be3f6f428b] joining swarm manager [d28b598019cb7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.79s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.87s) [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:201: [da04b865f48c0] joining swarm manager [d245964d9276c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (61.96s) [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:383: [d3ab5960363d7] joining swarm manager [d066bcb064134]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:384: [d621f744e10a5] joining swarm manager [d066bcb064134]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] check_test.go:380: [d621f744e10a5] daemon is not started [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (53.90s) [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:801: [de0d8c2a18476] joining swarm manager [d610a91682403]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:801: [d7256aa5accd3] joining swarm manager [d610a91682403]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:801: [de42c8975e425] joining swarm manager [d610a91682403]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:801: [d464f11a6064a] joining swarm manager [d610a91682403]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:809: [d71a98e497af4] joining swarm manager [d610a91682403]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.30s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.15s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.11s) [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:394: [d9c861c37ea3d] joining swarm manager [dd589fd55bfa3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:394: [d7beeb923bc1c] joining swarm manager [dd589fd55bfa3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.34s) [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:342: [d4945555b9ab7] joining swarm manager [d31fb96c6ef8e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:342: [d91e7fdc74808] joining swarm manager [d31fb96c6ef8e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.95s) [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:489: [db27c2ce9a108] joining swarm manager [d49c87679357e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:489: [d604496a8bfd7] joining swarm manager [d49c87679357e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.79s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.71s) [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:127: [dac7550bdd083] joining swarm manager [d27779443d015]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:128: [decb110d6f0e5] joining swarm manager [d27779443d015]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:136: [d29aa28a233c9] joining swarm manager [d27779443d015]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:137: [dbacf5775b62e] joining swarm manager [d27779443d015]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.83s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.11s) [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:303: [dfafc898b8973] joining swarm manager [d1271f37ab13a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:303: [df7180a1cbb56] joining swarm manager [d1271f37ab13a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (25.21s) [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:99: [d92183506cf89] joining swarm manager [dbbdb37d310a0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:100: [db575a6734b28] joining swarm manager [dbbdb37d310a0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] check_test.go:380: [d92183506cf89] daemon is not started [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (25.59s) [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:532: [dfb603792d141] joining swarm manager [d33a9e1528bb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:533: [d089a73ad11ec] joining swarm manager [d33a9e1528bb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.72s) [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:147: [d7d8d48e1907c] joining swarm manager [db410911bf81e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_api_swarm_service_test.go:147: [d77c6cbe339a5] joining swarm manager [db410911bf81e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.07s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.90s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.42s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.84s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.26s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.43s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.89s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.56s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.07s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.91s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.10s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.78s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.54s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.00s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.91s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.78s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.82s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.53s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.19s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.87s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.45s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.14s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (4.72s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.13s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.06s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.47s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.81s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.52s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.62s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.22s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.27s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.22s) [2021-03-09T01:19:41.249Z] docker_cli_service_logs_test.go:245: checking task 0r2jpy7lm1pv [2021-03-09T01:19:41.249Z] docker_cli_service_logs_test.go:250: checking messages for 0r2jpy7lm1pv [2021-03-09T01:19:41.249Z] docker_cli_service_logs_test.go:245: checking task 75dacjysltvi [2021-03-09T01:19:41.249Z] docker_cli_service_logs_test.go:250: checking messages for 75dacjysltvi [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.76s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.72s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.40s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.21s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.47s) [2021-03-09T01:19:41.249Z] docker_cli_swarm_test.go:1901: [da77e2d872caa] joining swarm manager [d7d8446c9edbb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_cli_swarm_test.go:1902: [d5cac4f2a57bf] joining swarm manager [d7d8446c9edbb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.39s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.17s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.50s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.06s) [2021-03-09T01:19:41.249Z] docker_cli_swarm_test.go:1802: [d95f66bd8c4b8] joining swarm manager [d72ecf73569b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_cli_swarm_test.go:1803: [dd2b267d19f14] joining swarm manager [d72ecf73569b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.72s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (93.15s) [2021-03-09T01:19:41.249Z] docker_cli_swarm_test.go:1321: [db5e438082a4d] joining swarm manager [da922365aec02]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_cli_swarm_test.go:1322: [df24fbceb6957] joining swarm manager [da922365aec02]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.13s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.28s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.57s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.31s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.44s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.79s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.82s) [2021-03-09T01:19:41.249Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-03-09T01:19:41.249Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.41s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.90s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.88s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.08s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.43s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (59.07s) [2021-03-09T01:19:41.249Z] docker_cli_swarm_test.go:1186: [d7c2f1d22312e] joining swarm manager [dd310ee788af0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_cli_swarm_test.go:1195: [dea2763d4e80e] joining swarm manager [dd310ee788af0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.66s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.45s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (139.03s) [2021-03-09T01:19:41.249Z] docker_cli_swarm_test.go:1118: [d97ad84a5f2a5] joining swarm manager [dfc8863d97f0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_cli_swarm_test.go:1119: [dcfd77b7bad5f] joining swarm manager [dfc8863d97f0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] docker_cli_swarm_test.go:1172: [d3e0488caf910] joining swarm manager [dfc8863d97f0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.42s) [2021-03-09T01:19:41.249Z] docker_cli_swarm_test.go:1453: [db2b459ef9bd4] joining swarm manager [de2a377409d69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] docker_cli_swarm_test.go:1454: [dc15fb9ab5e12] joining swarm manager [de2a377409d69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.31s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.17s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.06s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.27s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.42s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.24s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.42s) [2021-03-09T01:19:41.249Z] docker_cli_swarm_unix_test.go:62: [da9d0a017a565] joining swarm manager [d6639bbf2916b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.29s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.97s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (1.93s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.30s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.56s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.13s) [2021-03-09T01:19:41.249Z] docker_api_swarm_test.go:961: [d62b15ed0face] joining swarm manager [d32dc624eb437]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.56s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.25s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (1.89s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.62s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.96s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.56s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.73s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.63s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.16s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.21s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.09s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.31s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.86s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (16.90s) [2021-03-09T01:19:41.249Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.27s) [2021-03-09T01:19:41.249Z] === RUN TestDockerExternalVolumeSuite [2021-03-09T01:19:41.249Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-03-09T01:19:43.563Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-03-09T01:19:43.563Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-03-09T01:19:44.542Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-03-09T01:19:44.542Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-03-09T01:19:44.542Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-03-09T01:19:59.318Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-03-09T01:20:20.326Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-03-09T01:20:24.086Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-03-09T01:20:25.062Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-03-09T01:20:25.062Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-03-09T01:20:26.612Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-03-09T01:20:26.612Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-03-09T01:20:31.335Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-03-09T01:20:32.313Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-03-09T01:20:32.313Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-03-09T01:20:32.313Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-03-09T01:20:33.866Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-03-09T01:20:34.843Z] === RUN TestDockerSuite/TestBuildCmd [2021-03-09T01:20:35.306Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-03-09T01:20:35.768Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-03-09T01:20:36.232Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-03-09T01:20:42.073Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-03-09T01:20:43.623Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-03-09T01:20:43.623Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-03-09T01:20:45.172Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-03-09T01:20:45.172Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-03-09T01:20:45.635Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-03-09T01:20:47.833Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-03-09T01:20:48.296Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-03-09T01:20:48.759Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-03-09T01:20:48.759Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-03-09T01:20:49.735Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-03-09T01:20:50.198Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-03-09T01:20:50.661Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-03-09T01:20:50.661Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-03-09T01:20:55.383Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-03-09T01:21:06.931Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-03-09T01:21:15.010Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-03-09T01:21:31.153Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-03-09T01:21:31.153Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-03-09T01:21:31.153Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-03-09T01:21:33.348Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-03-09T01:21:33.348Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-03-09T01:21:33.811Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-03-09T01:21:33.811Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-03-09T01:21:34.275Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-03-09T01:21:34.275Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-03-09T01:21:47.042Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-03-09T01:21:55.441Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-03-09T01:21:55.904Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-03-09T01:21:56.367Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-03-09T01:22:01.874Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-03-09T01:22:21.580Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-03-09T01:22:21.580Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-03-09T01:22:21.580Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-03-09T01:22:23.130Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-03-09T01:22:26.903Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-03-09T01:22:29.831Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-03-09T01:22:33.891Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-03-09T01:22:46.063Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-03-09T01:23:18.082Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-03-09T01:23:32.917Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-03-09T01:23:47.770Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-03-09T01:23:55.995Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-03-09T01:24:00.718Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-03-09T01:24:01.181Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-03-09T01:24:34.383Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-03-09T01:24:56.264Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-03-09T01:25:27.345Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-03-09T01:25:27.345Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-03-09T01:25:27.345Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-03-09T01:25:28.289Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-03-09T01:25:48.533Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-03-09T01:25:54.987Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-03-09T01:26:03.397Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-03-09T01:26:12.023Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-03-09T01:26:13.035Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-03-09T01:26:27.867Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-03-09T01:26:45.903Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-03-09T01:26:47.788Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite (437.49s) [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.56s) [2021-03-09T01:27:00.839Z] docker_cli_external_volume_driver_test.go:53: [dbf0e5d8ae84e] daemon is not started [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.25s) [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2021-03-09T01:27:00.839Z] docker_cli_external_volume_driver_test.go:53: [deb73cf1efe5b] daemon is not started [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2021-03-09T01:27:00.839Z] docker_cli_external_volume_driver_test.go:53: [de37c8c0e6d9b] daemon is not started [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-03-09T01:27:00.839Z] docker_cli_external_volume_driver_test.go:53: [d8b97a91e5d86] daemon is not started [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.22s) [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.34s) [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s) [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.21s) [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.30s) [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.89s) [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.24s) [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.69s) [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.05s) [2021-03-09T01:27:00.839Z] docker_cli_external_volume_driver_test.go:485: [dba63bcdf14bc] daemon is not started [2021-03-09T01:27:00.839Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-03-09T01:27:00.839Z] docker_cli_external_volume_driver_test.go:53: [dd91f0bf1090a] daemon is not started [2021-03-09T01:27:00.839Z] PASS [2021-03-09T01:27:00.839Z] [2021-03-09T01:27:00.839Z] === Skipped [2021-03-09T01:27:00.839Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-03-09T01:27:00.839Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-03-09T01:27:00.839Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-03-09T01:27:00.839Z] check_test.go:309: [dffde6ab2c59d] daemon is not started [2021-03-09T01:27:00.839Z] [2021-03-09T01:27:00.839Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.02s) [2021-03-09T01:27:00.839Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.02s) [2021-03-09T01:27:00.839Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-03-09T01:27:00.839Z] check_test.go:309: [d5191fab676e7] daemon is not started [2021-03-09T01:27:00.839Z] [2021-03-09T01:27:00.839Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.02s) [2021-03-09T01:27:00.839Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.02s) [2021-03-09T01:27:00.839Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-03-09T01:27:00.839Z] check_test.go:309: [d68ca9159e0c7] daemon is not started [2021-03-09T01:27:00.839Z] [2021-03-09T01:27:00.839Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-03-09T01:27:00.839Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-03-09T01:27:00.839Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-03-09T01:27:00.839Z] [2021-03-09T01:27:00.839Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-03-09T01:27:00.839Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-03-09T01:27:00.839Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-03-09T01:27:00.839Z] [2021-03-09T01:27:00.839Z] [2021-03-09T01:27:00.839Z] DONE 273 tests, 5 skipped in 2509.643s [2021-03-09T01:27:00.839Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-09T01:27:00.839Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d13d279522679/docker.pid [2021-03-09T01:27:00.839Z] +++ kill 6126 [2021-03-09T01:27:00.839Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6126 is not a child of this shell [2021-03-09T01:27:00.839Z] warning: PID 6126 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d13d279522679/docker.pid had a nonzero exit code [2021-03-09T01:27:00.839Z] ++++ cat bundles/test-integration/docker.pid [2021-03-09T01:27:00.839Z] +++ kill 8145 [2021-03-09T01:27:00.839Z] +++ /etc/init.d/apparmor stop [2021-03-09T01:27:00.839Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-09T01:27:00.839Z] [2021-03-09T01:27:00.839Z] Unloading profiles will leave already running processes permanently [2021-03-09T01:27:00.839Z] unconfined, which can lead to unexpected situations. [2021-03-09T01:27:00.839Z] [2021-03-09T01:27:00.839Z] To set a process to complain mode, use the command line tool [2021-03-09T01:27:00.839Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-09T01:27:00.839Z] +++ true [2021-03-09T01:27:00.839Z] exiting test-integration [2021-03-09T01:27:00.839Z] ++ exit 0 [2021-03-09T01:27:00.839Z] [2021-03-09T01:27:00.839Z] + exit 0 [2021-03-09T01:27:00.839Z] ++ jobs -p [2021-03-09T01:27:00.839Z] + pids= [2021-03-09T01:27:00.839Z] + echo 'Remaining pids to kill: []' [2021-03-09T01:27:00.839Z] Remaining pids to kill: [] [2021-03-09T01:27:00.839Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-03-09T01:27:00.849Z] Recording test results [2021-03-09T01:27:03.118Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-03-09T01:27:03.801Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-09T01:27:04.120Z] + echo Ensuring container killed. [2021-03-09T01:27:04.120Z] Ensuring container killed. [2021-03-09T01:27:04.120Z] + docker ps -aq -f name=docker-pr6-* [2021-03-09T01:27:04.120Z] + cids=e510582fc2d2 [2021-03-09T01:27:04.120Z] 728ce17dab9b [2021-03-09T01:27:04.120Z] d848ec7a7d27 [2021-03-09T01:27:04.120Z] + [ -n e510582fc2d2 [2021-03-09T01:27:04.120Z] 728ce17dab9b [2021-03-09T01:27:04.120Z] d848ec7a7d27 ] [2021-03-09T01:27:04.120Z] + docker rm -vf e510582fc2d2 728ce17dab9b d848ec7a7d27 [2021-03-09T01:27:06.011Z] e510582fc2d2 [2021-03-09T01:27:06.573Z] 728ce17dab9b [2021-03-09T01:27:06.573Z] d848ec7a7d27 [Pipeline] sh [2021-03-09T01:27:06.847Z] + echo Chowning /workspace to jenkins user [2021-03-09T01:27:06.847Z] Chowning /workspace to jenkins user [2021-03-09T01:27:06.847Z] + id -u [2021-03-09T01:27:06.847Z] + id -g [2021-03-09T01:27:06.847Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41757:/workspace busybox chown -R 1000:1000 /workspace [2021-03-09T01:27:06.847Z] Unable to find image 'busybox:latest' locally [2021-03-09T01:27:07.104Z] latest: Pulling from library/busybox [2021-03-09T01:27:07.104Z] 5c4213be9af9: Pulling fs layer [2021-03-09T01:27:07.104Z] 5c4213be9af9: Verifying Checksum [2021-03-09T01:27:07.104Z] 5c4213be9af9: Download complete [2021-03-09T01:27:07.361Z] 5c4213be9af9: Pull complete [2021-03-09T01:27:07.361Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-03-09T01:27:07.361Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-09T01:27:11.771Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-03-09T01:27:11.822Z] + bundleName=amd64 [2021-03-09T01:27:11.822Z] + echo Creating amd64-bundles.tar.gz [2021-03-09T01:27:11.822Z] Creating amd64-bundles.tar.gz [2021-03-09T01:27:11.822Z] + 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-09T01:27:11.822Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2021-03-09T01:27:13.232Z] Archiving artifacts [2021-03-09T01:27:15.128Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41757/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-09T01:27:15.509Z] + make clean [2021-03-09T01:27:15.765Z] docker volume rm -f docker-dev-cache [2021-03-09T01:27:15.765Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T01:29:08.348Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-03-09T01:29:08.348Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-03-09T01:29:08.348Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-03-09T01:29:08.348Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-03-09T01:29:08.348Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-03-09T01:29:08.348Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-03-09T01:29:08.348Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-03-09T01:29:08.348Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-03-09T01:29:08.811Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-03-09T01:29:14.644Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-03-09T01:29:17.573Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-03-09T01:29:22.292Z] === RUN TestDockerSuite/TestBuildEnv [2021-03-09T01:29:22.292Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-03-09T01:29:22.292Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-03-09T01:29:22.292Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-03-09T01:29:22.292Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-03-09T01:29:22.292Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-03-09T01:29:26.052Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-03-09T01:29:26.052Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-03-09T01:29:26.052Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-03-09T01:29:26.052Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-03-09T01:29:27.028Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-03-09T01:29:31.751Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-03-09T01:29:46.618Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-03-09T01:29:46.618Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-03-09T01:29:47.081Z] === RUN TestDockerSuite/TestBuildExpose [2021-03-09T01:29:47.081Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-03-09T01:29:47.081Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-03-09T01:29:47.081Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-03-09T01:29:47.081Z] === RUN TestDockerSuite/TestBuildFails [2021-03-09T01:29:49.278Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-03-09T01:29:49.278Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-03-09T01:29:59.663Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-03-09T01:30:05.493Z] === RUN TestDockerSuite/TestBuildForceRm [2021-03-09T01:30:12.616Z] === RUN TestDockerSuite/TestBuildFromGit [2021-03-09T01:30:17.336Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-03-09T01:30:18.314Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-03-09T01:30:24.143Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-03-09T01:30:24.143Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-03-09T01:30:24.143Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-03-09T01:30:24.607Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-03-09T01:30:24.607Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-03-09T01:30:39.475Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-03-09T01:30:39.475Z] === RUN TestDockerSuite/TestBuildHistory [2021-03-09T01:30:49.842Z] === RUN TestDockerSuite/TestBuildIidFile [2021-03-09T01:30:50.307Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-03-09T01:30:52.503Z] === RUN TestDockerSuite/TestBuildInheritance [2021-03-09T01:30:52.503Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-03-09T01:30:53.479Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-03-09T01:30:53.479Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-03-09T01:31:03.850Z] === RUN TestDockerSuite/TestBuildLabel [2021-03-09T01:31:03.850Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-03-09T01:31:04.313Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-03-09T01:31:05.289Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-03-09T01:31:05.752Z] === RUN TestDockerSuite/TestBuildLabels [2021-03-09T01:31:06.729Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-03-09T01:31:08.277Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-03-09T01:31:14.101Z] === RUN TestDockerSuite/TestBuildLastModified [2021-03-09T01:31:14.101Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-03-09T01:31:14.101Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-03-09T01:31:14.564Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-03-09T01:31:14.564Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-03-09T01:31:14.564Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-03-09T01:31:14.564Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-03-09T01:31:15.026Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-03-09T01:31:16.002Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-03-09T01:31:20.719Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-03-09T01:31:41.874Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-03-09T01:31:41.874Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-03-09T01:31:42.852Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-03-09T01:32:25.467Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-03-09T01:32:43.212Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-03-09T01:32:46.141Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-03-09T01:32:53.251Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-03-09T01:32:59.083Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-03-09T01:33:16.833Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-03-09T01:33:16.833Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-03-09T01:33:22.665Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-03-09T01:33:22.665Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-03-09T01:33:22.665Z] === RUN TestDockerSuite/TestBuildNetNone [2021-03-09T01:33:22.665Z] === RUN TestDockerSuite/TestBuildNoContext [2021-03-09T01:33:25.590Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-03-09T01:33:30.309Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-03-09T01:33:32.502Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-03-09T01:33:32.502Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-03-09T01:33:32.502Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-03-09T01:33:35.426Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-03-09T01:33:36.403Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-03-09T01:33:37.952Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-03-09T01:33:52.813Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-03-09T01:33:52.813Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-03-09T01:34:01.426Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-03-09T01:34:04.354Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-03-09T01:34:13.000Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-03-09T01:34:17.721Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-03-09T01:34:21.483Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-03-09T01:34:23.034Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-03-09T01:34:23.034Z] === RUN TestDockerSuite/TestBuildPATH [2021-03-09T01:34:23.034Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-03-09T01:34:25.228Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-03-09T01:34:25.228Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-03-09T01:35:15.996Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-03-09T01:35:37.167Z] === RUN TestDockerSuite/TestBuildRm [2021-03-09T01:35:49.622Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-03-09T01:35:52.555Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-03-09T01:35:52.555Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-03-09T01:35:52.555Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-03-09T01:35:54.107Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-03-09T01:35:57.870Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-03-09T01:36:01.631Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-03-09T01:36:05.395Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-03-09T01:36:20.277Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-03-09T01:36:21.260Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-03-09T01:36:21.724Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-03-09T01:36:32.093Z] === RUN TestDockerSuite/TestBuildSpaces [2021-03-09T01:36:32.093Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-03-09T01:36:35.854Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-03-09T01:36:35.854Z] === RUN TestDockerSuite/TestBuildStderr [2021-03-09T01:36:39.618Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-03-09T01:37:00.856Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-03-09T01:37:00.856Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-03-09T01:37:02.405Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-03-09T01:37:03.381Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-03-09T01:37:08.099Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-03-09T01:37:12.817Z] === RUN TestDockerSuite/TestBuildUser [2021-03-09T01:37:12.817Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-03-09T01:37:12.817Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-03-09T01:37:12.817Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-03-09T01:37:16.579Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-03-09T01:37:17.042Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-03-09T01:37:25.652Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-03-09T01:37:25.652Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-03-09T01:37:25.652Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-03-09T01:37:46.815Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-03-09T01:37:46.815Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-03-09T01:37:55.426Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-03-09T01:38:05.799Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-03-09T01:38:05.799Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-03-09T01:38:05.799Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-03-09T01:38:07.349Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-03-09T01:38:07.812Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-03-09T01:38:18.177Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-03-09T01:38:22.900Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-03-09T01:38:22.900Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-03-09T01:38:35.336Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-03-09T01:38:35.336Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-03-09T01:38:35.800Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-03-09T01:38:35.800Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-03-09T01:38:37.353Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-03-09T01:38:45.968Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-03-09T01:38:46.947Z] === RUN TestDockerSuite/TestBuildXZHost [2021-03-09T01:38:46.947Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-03-09T01:38:46.947Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-03-09T01:38:46.947Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-03-09T01:38:49.143Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-03-09T01:38:53.862Z] === RUN TestDockerSuite/TestCommitChange [2021-03-09T01:38:58.580Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-03-09T01:39:02.339Z] === RUN TestDockerSuite/TestCommitHardlink [2021-03-09T01:39:02.339Z] === RUN TestDockerSuite/TestCommitNewFile [2021-03-09T01:39:09.459Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-03-09T01:39:09.459Z] === RUN TestDockerSuite/TestCommitTTY [2021-03-09T01:39:19.827Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-03-09T01:39:24.556Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-03-09T01:39:24.556Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-03-09T01:39:24.556Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-03-09T01:39:24.556Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-03-09T01:39:24.556Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-03-09T01:39:24.556Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-03-09T01:39:24.556Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-03-09T01:39:24.556Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-03-09T01:39:24.556Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-03-09T01:39:36.987Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-03-09T01:39:42.811Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-03-09T01:39:42.811Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-03-09T01:39:44.360Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-03-09T01:39:44.824Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-03-09T01:39:44.824Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-03-09T01:39:44.824Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-03-09T01:39:47.021Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-03-09T01:39:47.021Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-03-09T01:39:47.021Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-03-09T01:39:49.215Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-03-09T01:39:49.215Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-03-09T01:39:49.215Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-03-09T01:39:49.215Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-03-09T01:39:49.678Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-03-09T01:39:51.877Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-03-09T01:39:54.074Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-03-09T01:39:56.269Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-03-09T01:39:56.269Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-03-09T01:39:56.269Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-03-09T01:39:58.464Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-03-09T01:39:58.464Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-03-09T01:40:01.391Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-03-09T01:40:01.391Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-03-09T01:40:01.391Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-03-09T01:40:03.585Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-03-09T01:40:03.585Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-03-09T01:40:05.140Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-03-09T01:40:05.140Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-03-09T01:40:08.066Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-03-09T01:40:08.066Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-03-09T01:40:15.175Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-03-09T01:40:23.785Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-03-09T01:40:27.548Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-03-09T01:40:27.548Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-03-09T01:40:27.548Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-03-09T01:40:27.548Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-03-09T01:40:27.548Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-03-09T01:40:29.748Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-03-09T01:40:29.748Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-03-09T01:40:31.945Z] === RUN TestDockerSuite/TestContainerAPITop [2021-03-09T01:40:31.945Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-03-09T01:40:34.145Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-03-09T01:40:34.145Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-03-09T01:40:38.870Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-03-09T01:40:40.428Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-03-09T01:40:40.428Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-03-09T01:40:40.428Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-03-09T01:40:40.428Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-03-09T01:40:40.428Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-03-09T01:40:40.428Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-03-09T01:40:42.626Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-03-09T01:40:42.626Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-03-09T01:40:45.555Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-03-09T01:40:52.678Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-03-09T01:40:55.608Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-03-09T01:41:02.729Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008dc8e0_} [2021-03-09T01:41:05.666Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1372826022_c:\foo_false____} [2021-03-09T01:41:07.865Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1372826022_c:\foo_true____} [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-03-09T01:41:10.795Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-03-09T01:41:13.724Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-03-09T01:41:13.724Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-03-09T01:41:13.724Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-03-09T01:41:13.724Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-03-09T01:41:13.724Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-03-09T01:41:13.724Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-03-09T01:41:13.724Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-03-09T01:41:13.724Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-03-09T01:41:13.724Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-03-09T01:41:13.724Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-03-09T01:41:13.724Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-03-09T01:41:13.724Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-03-09T01:41:13.724Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-03-09T01:41:13.724Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-03-09T01:41:15.920Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-03-09T01:41:15.920Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-03-09T01:41:15.920Z] === RUN TestDockerSuite/TestCpRelativePath [2021-03-09T01:41:23.038Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-03-09T01:41:23.038Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-03-09T01:41:23.038Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-03-09T01:41:23.038Z] === RUN TestDockerSuite/TestCpToCaseA [2021-03-09T01:41:27.769Z] === RUN TestDockerSuite/TestCpToCaseB [2021-03-09T01:41:29.968Z] === RUN TestDockerSuite/TestCpToCaseC [2021-03-09T01:41:29.968Z] === RUN TestDockerSuite/TestCpToCaseD [2021-03-09T01:41:29.968Z] === RUN TestDockerSuite/TestCpToCaseE [2021-03-09T01:41:44.842Z] === RUN TestDockerSuite/TestCpToCaseF [2021-03-09T01:41:44.842Z] === RUN TestDockerSuite/TestCpToCaseG [2021-03-09T01:41:44.842Z] === RUN TestDockerSuite/TestCpToCaseH [2021-03-09T01:41:53.478Z] === RUN TestDockerSuite/TestCpToCaseI [2021-03-09T01:41:53.478Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-03-09T01:41:53.478Z] === RUN TestDockerSuite/TestCpToDot [2021-03-09T01:41:55.033Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-03-09T01:41:55.033Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-03-09T01:41:55.033Z] === RUN TestDockerSuite/TestCpToStdout [2021-03-09T01:41:57.963Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-03-09T01:41:57.963Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-03-09T01:41:57.963Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-03-09T01:41:57.963Z] === RUN TestDockerSuite/TestCpVolumePath [2021-03-09T01:41:57.963Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-03-09T01:41:57.963Z] === RUN TestDockerSuite/TestCreateArgs [2021-03-09T01:41:57.963Z] === RUN TestDockerSuite/TestCreateByImageID [2021-03-09T01:42:00.158Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-03-09T01:42:02.358Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-03-09T01:42:02.358Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-03-09T01:42:02.821Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-03-09T01:42:05.017Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-03-09T01:42:05.481Z] === RUN TestDockerSuite/TestCreateLabels [2021-03-09T01:42:05.481Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-03-09T01:42:05.481Z] === RUN TestDockerSuite/TestCreateRM [2021-03-09T01:42:05.944Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-03-09T01:42:05.944Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-03-09T01:42:05.944Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-03-09T01:42:06.408Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-03-09T01:42:18.851Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-03-09T01:42:18.851Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-03-09T01:42:19.315Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-03-09T01:42:24.069Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-03-09T01:42:24.069Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-03-09T01:42:24.069Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-03-09T01:42:26.264Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestDevicePermissions [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestDockerFails [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestEventsAttach [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestEventsCommit [2021-03-09T01:42:26.265Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-03-09T01:42:29.195Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-03-09T01:42:31.398Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-03-09T01:42:33.594Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-03-09T01:42:42.217Z] === RUN TestDockerSuite/TestEventsCopy [2021-03-09T01:42:45.981Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-03-09T01:42:50.708Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-03-09T01:42:53.638Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-03-09T01:42:54.102Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-03-09T01:42:57.864Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-03-09T01:42:58.328Z] === RUN TestDockerSuite/TestEventsFilterType [2021-03-09T01:42:59.308Z] === RUN TestDockerSuite/TestEventsFilters [2021-03-09T01:43:04.029Z] === RUN TestDockerSuite/TestEventsFormat [2021-03-09T01:43:08.754Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-03-09T01:43:08.754Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-03-09T01:43:08.754Z] === RUN TestDockerSuite/TestEventsImageImport [2021-03-09T01:43:08.754Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-03-09T01:43:08.754Z] === RUN TestDockerSuite/TestEventsImagePull [2021-03-09T01:43:08.754Z] === RUN TestDockerSuite/TestEventsImageTag [2021-03-09T01:43:09.731Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-03-09T01:43:09.731Z] === RUN TestDockerSuite/TestEventsRename [2021-03-09T01:43:12.661Z] === RUN TestDockerSuite/TestEventsResize [2021-03-09T01:43:14.858Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-03-09T01:43:17.054Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-03-09T01:43:19.984Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-03-09T01:43:24.707Z] === RUN TestDockerSuite/TestEventsTop [2021-03-09T01:43:24.707Z] === RUN TestDockerSuite/TestEventsUntag [2021-03-09T01:43:26.909Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-03-09T01:43:35.534Z] === RUN TestDockerSuite/TestExec [2021-03-09T01:43:35.534Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-03-09T01:43:35.534Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-03-09T01:43:37.736Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-03-09T01:43:39.940Z] === RUN TestDockerSuite/TestExecAPIStart [2021-03-09T01:43:39.940Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-03-09T01:43:39.940Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-03-09T01:43:39.940Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-03-09T01:43:41.491Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-03-09T01:43:43.691Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-03-09T01:43:45.889Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-03-09T01:43:48.089Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-03-09T01:43:51.857Z] === RUN TestDockerSuite/TestExecCgroup [2021-03-09T01:43:51.857Z] === RUN TestDockerSuite/TestExecEnv [2021-03-09T01:43:51.857Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-03-09T01:43:51.857Z] === RUN TestDockerSuite/TestExecExitStatus [2021-03-09T01:43:54.789Z] === RUN TestDockerSuite/TestExecInspectID [2021-03-09T01:43:59.513Z] === RUN TestDockerSuite/TestExecInteractive [2021-03-09T01:43:59.513Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-03-09T01:43:59.513Z] === RUN TestDockerSuite/TestExecParseError [2021-03-09T01:43:59.513Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-03-09T01:43:59.513Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-03-09T01:43:59.513Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-03-09T01:44:01.713Z] === RUN TestDockerSuite/TestExecSetEnv [2021-03-09T01:44:01.713Z] === RUN TestDockerSuite/TestExecStartFails [2021-03-09T01:44:01.713Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-03-09T01:44:01.713Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-03-09T01:44:01.713Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-03-09T01:44:01.713Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-03-09T01:44:03.910Z] === RUN TestDockerSuite/TestExecUlimits [2021-03-09T01:44:03.910Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-03-09T01:44:11.040Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-03-09T01:44:11.040Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-03-09T01:44:11.040Z] === RUN TestDockerSuite/TestExecWithUser [2021-03-09T01:44:11.040Z] === RUN TestDockerSuite/TestGetContainerStats [2021-03-09T01:44:16.871Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-03-09T01:44:22.703Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-03-09T01:44:25.633Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-03-09T01:44:32.750Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-03-09T01:44:32.750Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-03-09T01:44:32.750Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-03-09T01:44:32.750Z] === RUN TestDockerSuite/TestHealth [2021-03-09T01:44:32.750Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-03-09T01:44:32.750Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-03-09T01:44:32.750Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-03-09T01:44:32.750Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-03-09T01:44:41.370Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-03-09T01:44:41.370Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-03-09T01:44:41.370Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-03-09T01:44:41.370Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-03-09T01:44:41.370Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-03-09T01:44:41.834Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-03-09T01:44:42.298Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-03-09T01:44:42.298Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-03-09T01:44:43.277Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-03-09T01:44:43.277Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-03-09T01:44:45.478Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-03-09T01:44:45.478Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-03-09T01:44:47.677Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-03-09T01:44:56.301Z] === RUN TestDockerSuite/TestImagesFormat [2021-03-09T01:44:56.301Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-03-09T01:44:56.301Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-03-09T01:44:59.232Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-03-09T01:44:59.232Z] === RUN TestDockerSuite/TestImportBadURL [2021-03-09T01:45:01.436Z] === RUN TestDockerSuite/TestImportDisplay [2021-03-09T01:45:01.436Z] === RUN TestDockerSuite/TestImportFile [2021-03-09T01:45:01.436Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-03-09T01:45:01.436Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-03-09T01:45:01.436Z] === RUN TestDockerSuite/TestImportGzipped [2021-03-09T01:45:01.436Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-03-09T01:45:01.436Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-03-09T01:45:01.436Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-03-09T01:45:01.436Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-03-09T01:45:01.436Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-03-09T01:45:01.900Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-03-09T01:45:01.900Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-03-09T01:45:01.900Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-03-09T01:45:04.096Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-03-09T01:45:06.295Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-03-09T01:45:06.295Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-03-09T01:45:06.295Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-03-09T01:45:06.295Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-03-09T01:45:06.295Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-03-09T01:45:08.496Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-03-09T01:45:08.496Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-03-09T01:45:10.695Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-03-09T01:45:10.695Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-03-09T01:45:10.695Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-03-09T01:45:10.695Z] === RUN TestDockerSuite/TestInspectDefault [2021-03-09T01:45:12.895Z] === RUN TestDockerSuite/TestInspectHistory [2021-03-09T01:45:17.620Z] === RUN TestDockerSuite/TestInspectImage [2021-03-09T01:45:17.620Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-03-09T01:45:17.620Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-03-09T01:45:17.620Z] === RUN TestDockerSuite/TestInspectInt64 [2021-03-09T01:45:19.173Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-03-09T01:45:22.105Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-03-09T01:45:22.105Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-03-09T01:45:24.303Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-03-09T01:45:26.506Z] === RUN TestDockerSuite/TestInspectPlugin [2021-03-09T01:45:26.506Z] === RUN TestDockerSuite/TestInspectRootFS [2021-03-09T01:45:26.506Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-03-09T01:45:28.705Z] === RUN TestDockerSuite/TestInspectStatus [2021-03-09T01:45:30.902Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-03-09T01:45:35.633Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-03-09T01:45:37.833Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-03-09T01:45:40.036Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-03-09T01:45:42.239Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-03-09T01:45:44.435Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-03-09T01:45:51.555Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-03-09T01:45:53.753Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-03-09T01:45:53.753Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-03-09T01:45:53.753Z] === RUN TestDockerSuite/TestLinksEnvs [2021-03-09T01:45:53.753Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-03-09T01:45:53.753Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-03-09T01:45:53.753Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-03-09T01:45:53.753Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-03-09T01:45:54.218Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-03-09T01:45:54.218Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-03-09T01:45:54.218Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-03-09T01:45:54.218Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-03-09T01:45:54.218Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-03-09T01:45:54.218Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-03-09T01:45:54.218Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-03-09T01:45:54.218Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-03-09T01:45:54.218Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-03-09T01:45:54.218Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-03-09T01:45:54.218Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-03-09T01:45:54.218Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-03-09T01:45:54.218Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-03-09T01:45:56.416Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-03-09T01:45:57.968Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-03-09T01:46:03.807Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-03-09T01:46:06.738Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-03-09T01:46:06.738Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-03-09T01:46:08.292Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-03-09T01:46:08.756Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-03-09T01:46:14.586Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-03-09T01:46:21.709Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-03-09T01:46:27.542Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-03-09T01:46:29.742Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-03-09T01:46:32.673Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-03-09T01:46:32.673Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-03-09T01:46:34.871Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-03-09T01:46:37.075Z] === RUN TestDockerSuite/TestLogsSince [2021-03-09T01:46:47.475Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-03-09T01:46:47.475Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-03-09T01:46:47.475Z] === RUN TestDockerSuite/TestLogsTail [2021-03-09T01:46:49.030Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-03-09T01:46:51.962Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-03-09T01:46:54.164Z] === RUN TestDockerSuite/TestMountIntoProc [2021-03-09T01:46:54.164Z] === RUN TestDockerSuite/TestMountIntoSys [2021-03-09T01:46:54.164Z] === RUN TestDockerSuite/TestNetHostname [2021-03-09T01:46:54.164Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-03-09T01:46:54.164Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-03-09T01:46:54.164Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-03-09T01:46:54.164Z] === RUN TestDockerSuite/TestPluginActive [2021-03-09T01:46:54.164Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-03-09T01:46:54.164Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-03-09T01:46:54.164Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-03-09T01:46:54.165Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-03-09T01:46:54.165Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-03-09T01:46:54.165Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-03-09T01:46:54.165Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-03-09T01:46:54.165Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-03-09T01:46:54.165Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-03-09T01:46:54.165Z] === RUN TestDockerSuite/TestPortHostBinding [2021-03-09T01:46:54.165Z] === RUN TestDockerSuite/TestPortList [2021-03-09T01:46:54.165Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-03-09T01:46:58.891Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-03-09T01:46:58.891Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-03-09T01:46:58.891Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-03-09T01:46:58.891Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-03-09T01:46:58.891Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-03-09T01:46:58.891Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-03-09T01:46:58.891Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-03-09T01:46:58.891Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-03-09T01:46:58.891Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-03-09T01:46:58.891Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-03-09T01:47:09.268Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-03-09T01:47:09.268Z] === RUN TestDockerSuite/TestPsByOrder [2021-03-09T01:47:17.889Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-03-09T01:47:17.889Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-03-09T01:47:28.267Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-03-09T01:47:43.141Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-03-09T01:47:43.141Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-03-09T01:47:43.141Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-03-09T01:47:55.583Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-03-09T01:47:57.782Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-03-09T01:48:04.898Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-03-09T01:48:09.623Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-03-09T01:48:09.623Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-03-09T01:48:09.623Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-03-09T01:48:14.344Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-03-09T01:48:14.344Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-03-09T01:48:14.344Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-03-09T01:48:14.344Z] === RUN TestDockerSuite/TestPsRightTagName [2021-03-09T01:48:14.344Z] === RUN TestDockerSuite/TestPsShowMounts [2021-03-09T01:48:21.464Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-03-09T01:48:21.464Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-03-09T01:48:23.021Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-03-09T01:48:23.021Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-03-09T01:48:23.999Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-03-09T01:48:24.976Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-03-09T01:48:24.976Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-03-09T01:48:29.695Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-03-09T01:48:33.472Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-03-09T01:48:35.673Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-03-09T01:49:00.887Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-03-09T01:49:00.887Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-03-09T01:49:03.815Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-03-09T01:49:04.278Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-03-09T01:49:04.278Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-03-09T01:49:05.256Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-03-09T01:49:09.980Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-03-09T01:49:13.744Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-03-09T01:49:13.744Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-03-09T01:49:18.474Z] === RUN TestDockerSuite/TestRmiBlank [2021-03-09T01:49:18.475Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-03-09T01:49:18.475Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-03-09T01:49:33.345Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-03-09T01:49:39.184Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-03-09T01:49:40.163Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-03-09T01:49:47.286Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-03-09T01:49:51.048Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-03-09T01:49:58.169Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-03-09T01:50:01.934Z] === RUN TestDockerSuite/TestRmiTag [2021-03-09T01:50:02.912Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-03-09T01:50:05.108Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-03-09T01:50:22.858Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-03-09T01:50:22.858Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-03-09T01:50:27.577Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-03-09T01:50:28.556Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-03-09T01:50:28.556Z] === RUN TestDockerSuite/TestRunAddHost [2021-03-09T01:50:28.556Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-03-09T01:50:28.556Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-03-09T01:50:28.556Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-03-09T01:50:28.556Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-03-09T01:50:28.556Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-03-09T01:50:28.556Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-03-09T01:50:30.750Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-03-09T01:50:30.750Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-03-09T01:50:30.750Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-03-09T01:50:35.467Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-03-09T01:50:37.667Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-03-09T01:50:44.774Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-03-09T01:50:46.968Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-03-09T01:50:49.164Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-03-09T01:50:49.164Z] === RUN TestDockerSuite/TestRunBindMounts [2021-03-09T01:50:53.878Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-03-09T01:50:53.878Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-03-09T01:50:53.878Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-03-09T01:50:53.878Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-03-09T01:50:53.878Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-03-09T01:50:53.878Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-03-09T01:50:53.878Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-03-09T01:50:53.878Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-03-09T01:50:53.878Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-03-09T01:50:53.878Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-03-09T01:50:53.878Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-03-09T01:50:53.878Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-03-09T01:50:56.071Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-03-09T01:50:56.071Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-03-09T01:50:58.995Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-03-09T01:50:58.995Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-03-09T01:50:58.995Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-03-09T01:51:01.192Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-03-09T01:51:01.192Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-03-09T01:51:01.192Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-03-09T01:51:01.192Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-03-09T01:51:01.192Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-03-09T01:51:01.192Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-03-09T01:51:01.192Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-03-09T01:51:01.192Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-03-09T01:51:03.391Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-03-09T01:51:06.327Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-03-09T01:51:07.877Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-03-09T01:51:07.877Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-03-09T01:51:07.877Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-03-09T01:51:08.339Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-03-09T01:51:10.535Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-03-09T01:51:10.535Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-03-09T01:51:10.535Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-03-09T01:51:10.535Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-03-09T01:51:10.535Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-03-09T01:51:12.731Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-03-09T01:51:17.449Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-03-09T01:51:17.449Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-03-09T01:51:17.449Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-03-09T01:51:17.449Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-03-09T01:51:17.449Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-03-09T01:51:17.449Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-03-09T01:51:17.449Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-03-09T01:51:19.646Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-03-09T01:51:19.646Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-03-09T01:51:20.109Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-03-09T01:51:20.109Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-03-09T01:51:22.307Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-03-09T01:51:24.502Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-03-09T01:51:24.502Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-03-09T01:51:26.694Z] === RUN TestDockerSuite/TestRunEnvironment [2021-03-09T01:51:26.694Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-03-09T01:51:26.694Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-03-09T01:51:26.694Z] === RUN TestDockerSuite/TestRunExitCode [2021-03-09T01:51:28.894Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-03-09T01:51:31.086Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-03-09T01:51:33.282Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-03-09T01:51:35.475Z] === RUN TestDockerSuite/TestRunExposePort [2021-03-09T01:51:35.475Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-03-09T01:51:35.475Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-03-09T01:51:35.475Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-03-09T01:51:35.475Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-03-09T01:51:35.475Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-09T01:51:35.475Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-03-09T01:51:35.475Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-03-09T01:51:35.475Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-03-09T01:51:39.233Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-03-09T01:51:39.233Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-03-09T01:51:39.233Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-03-09T01:51:39.233Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-03-09T01:51:39.233Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-03-09T01:51:39.695Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-03-09T01:51:39.695Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-03-09T01:51:46.814Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-03-09T01:51:46.814Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-03-09T01:51:48.364Z] === RUN TestDockerSuite/TestRunModeHostname [2021-03-09T01:51:48.364Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-03-09T01:51:48.364Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-03-09T01:51:48.364Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-03-09T01:51:48.364Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-03-09T01:51:48.364Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-03-09T01:51:48.364Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-03-09T01:51:48.364Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-03-09T01:51:48.364Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-03-09T01:51:48.364Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-03-09T01:51:48.364Z] === RUN TestDockerSuite/TestRunMount [2021-03-09T01:51:48.364Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-03-09T01:51:48.364Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-03-09T01:51:48.364Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-03-09T01:51:48.364Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-03-09T01:51:55.476Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-03-09T01:51:55.476Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-03-09T01:51:55.476Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-03-09T01:51:55.476Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-03-09T01:52:00.200Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-03-09T01:52:03.961Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-03-09T01:52:03.961Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-03-09T01:52:03.961Z] === RUN TestDockerSuite/TestRunNetHost [2021-03-09T01:52:03.961Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-03-09T01:52:03.961Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-03-09T01:52:03.961Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-03-09T01:52:03.961Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-03-09T01:52:03.961Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-03-09T01:52:03.961Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-03-09T01:52:03.961Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-03-09T01:52:04.424Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-03-09T01:52:05.401Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-03-09T01:52:07.607Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-03-09T01:52:10.539Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-03-09T01:52:11.137Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-03-09T01:52:13.330Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-03-09T01:52:13.330Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-03-09T01:52:13.330Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-03-09T01:52:13.793Z] === RUN TestDockerSuite/TestRunPortInUse [2021-03-09T01:52:13.793Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-03-09T01:52:13.793Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-03-09T01:52:13.793Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-03-09T01:52:13.793Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-03-09T01:52:13.793Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-09T01:52:16.722Z] === RUN TestDockerSuite/TestRunPublishPort [2021-03-09T01:52:16.722Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-03-09T01:52:16.722Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-03-09T01:52:16.722Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-03-09T01:52:16.722Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-03-09T01:52:16.722Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-03-09T01:52:23.835Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-03-09T01:52:23.835Z] === RUN TestDockerSuite/TestRunRm [2021-03-09T01:52:26.028Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-03-09T01:52:31.851Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-03-09T01:52:38.958Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-03-09T01:52:41.153Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-03-09T01:52:43.348Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-03-09T01:52:45.545Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-03-09T01:52:45.545Z] === RUN TestDockerSuite/TestRunState [2021-03-09T01:52:45.545Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-03-09T01:52:47.739Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-03-09T01:52:47.739Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-03-09T01:52:49.932Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-03-09T01:52:49.932Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-03-09T01:52:49.932Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-03-09T01:52:49.932Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-03-09T01:52:49.932Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-03-09T01:52:49.932Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-03-09T01:52:54.655Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-03-09T01:52:54.655Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-03-09T01:52:54.655Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-03-09T01:52:54.655Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-03-09T01:52:54.655Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-03-09T01:52:54.655Z] === RUN TestDockerSuite/TestRunUserByID [2021-03-09T01:52:54.655Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-03-09T01:52:54.655Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-03-09T01:52:54.655Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-03-09T01:52:54.655Z] === RUN TestDockerSuite/TestRunUserByName [2021-03-09T01:52:54.655Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-03-09T01:52:56.848Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-03-09T01:52:56.848Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-03-09T01:52:59.041Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-03-09T01:52:59.041Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-03-09T01:52:59.041Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-03-09T01:53:07.657Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-03-09T01:53:20.091Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-03-09T01:53:23.042Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-03-09T01:53:30.155Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-03-09T01:53:30.155Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-03-09T01:53:30.155Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-03-09T01:53:32.348Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-03-09T01:53:34.547Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-03-09T01:53:36.740Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-03-09T01:53:36.740Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-03-09T01:53:36.740Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-03-09T01:53:36.740Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-03-09T01:53:36.740Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-03-09T01:53:36.740Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-03-09T01:53:36.740Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-03-09T01:53:36.740Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-03-09T01:53:36.740Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-03-09T01:53:40.498Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-03-09T01:53:42.692Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-03-09T01:53:44.240Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestSaveImageId [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-03-09T01:53:48.958Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-03-09T01:53:51.154Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-03-09T01:53:51.618Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-03-09T01:53:52.081Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-03-09T01:53:52.081Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-03-09T01:53:54.274Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-03-09T01:54:01.384Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-03-09T01:54:01.384Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-03-09T01:54:09.100Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-03-09T01:54:09.100Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-03-09T01:54:12.024Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-03-09T01:54:12.024Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-03-09T01:54:12.024Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-03-09T01:54:12.024Z] === RUN TestDockerSuite/TestStartRecordError [2021-03-09T01:54:12.025Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-03-09T01:54:17.848Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-03-09T01:54:17.848Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-03-09T01:54:17.848Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-03-09T01:54:17.848Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-03-09T01:54:17.848Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-03-09T01:54:17.848Z] === RUN TestDockerSuite/TestStatsNoStream [2021-03-09T01:54:17.848Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-03-09T01:54:20.040Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-03-09T01:54:22.235Z] === RUN TestDockerSuite/TestTopPrivileged [2021-03-09T01:54:22.235Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-03-09T01:54:24.427Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-03-09T01:54:24.427Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-03-09T01:54:24.427Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-03-09T01:54:24.427Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-03-09T01:54:24.427Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-03-09T01:54:24.427Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-03-09T01:54:24.427Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-03-09T01:54:42.170Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-03-09T01:54:42.170Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-03-09T01:54:42.170Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-03-09T01:54:42.170Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-03-09T01:54:42.170Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-03-09T01:54:42.170Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-03-09T01:54:42.170Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-03-09T01:54:43.151Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-03-09T01:54:43.151Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-03-09T01:54:46.081Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-03-09T01:54:46.544Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-03-09T01:54:47.006Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-03-09T01:54:47.006Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-03-09T01:54:47.006Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-03-09T01:54:55.615Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-03-09T01:54:55.615Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-03-09T01:54:55.615Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-03-09T01:54:55.615Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-03-09T01:54:55.615Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-03-09T01:55:08.038Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-03-09T01:55:08.038Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-03-09T01:55:08.038Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-03-09T01:55:16.650Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-03-09T01:55:16.650Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-03-09T01:55:17.625Z] --- PASS: TestDockerSuite (2541.21s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-03-09T01:55:17.626Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-03-09T01:55:17.626Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.93s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.22s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.60s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (119.88s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.14s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-03-09T01:55:17.626Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-03-09T01:55:17.626Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-03-09T01:55:17.626Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-03-09T01:55:17.626Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-03-09T01:55:17.626Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-03-09T01:55:17.626Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-03-09T01:55:17.626Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-03-09T01:55:17.626Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.54s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-03-09T01:55:17.626Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-03-09T01:55:17.626Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.53s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.32s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.30s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.12s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (95.93s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2021-03-09T01:55:17.626Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.36s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.82s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.86s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.88s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.21s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.50s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.79s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.82s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.52s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.02s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.66s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.66s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.38s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.49s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAddTar (46.35s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (21.31s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.50s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.80s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.71s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.48s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.00s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.49s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.46s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.59s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (35.64s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.32s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.59s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.29s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.37s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.39s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.24s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-03-09T01:55:17.626Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.44s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.94s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCmd (0.57s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.57s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.56s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.18s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.18s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.21s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.49s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.00s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.93s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.52s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.83s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.68s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.91s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (30.45s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.37s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.16s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.85s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.51s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (20.56s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.97s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.81s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.48s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.62s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.19s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.40s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.86s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerignore (86.30s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.84s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (81.21s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.49s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.64s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.03s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.86s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.38s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.17s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (14.63s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.93s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (113.74s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.38s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.57s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.15s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.52s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.57s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.40s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.19s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.56s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.73s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.97s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.70s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.45s) [2021-03-09T01:55:17.626Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.69s) [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.626Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-03-09T01:55:17.626Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildFails (2.38s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (10.41s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.47s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.39s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.45s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.36s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.99s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.71s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.58s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.19s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildHistory (11.46s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.97s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.04s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.77s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (9.04s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildLabel (1.02s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.66s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.99s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.60s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildLabels (1.05s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.55s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.81s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.56s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.62s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.02s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (19.55s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.54s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (39.69s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.41s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.10s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.06s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.02s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.37s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.50s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.67s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.70s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.10s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.51s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.75s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.04s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.38s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildOnBuild (13.16s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.51s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.43s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.67s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.00s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.59s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.62s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.13s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.11s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (43.63s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (27.47s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildRm (12.64s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.52s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-03-09T01:55:17.627Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.43s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.55s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.46s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.44s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (14.81s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.63s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.65s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.99s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.42s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildStderr (4.29s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.17s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.05s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.23s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.26s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.89s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.94s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.57s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.57s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.74s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.85s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.11s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (9.97s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.31s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.54s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.36s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.27s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.36s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.53s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.29s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.23s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.64s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.08s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-03-09T01:55:17.627Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-03-09T01:55:17.627Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-03-09T01:55:17.627Z] docker_cli_sni_test.go:18: Flakey test [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.18s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.16s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestCommitChange (4.60s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.17s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.37s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2021-03-09T01:55:17.627Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestCommitTTY (11.39s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.25s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-03-09T01:55:17.627Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-03-09T01:55:17.627Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.14s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPICommit (11.30s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.52s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-03-09T01:55:17.627Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.22s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-03-09T01:55:17.627Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-03-09T01:55:17.627Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-03-09T01:55:17.627Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.32s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-03-09T01:55:17.627Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.42s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-03-09T01:55:17.627Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-03-09T01:55:17.627Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-03-09T01:55:17.627Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.54s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.20s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.13s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-03-09T01:55:17.627Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.24s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.42s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-03-09T01:55:17.627Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-03-09T01:55:17.627Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.24s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.96s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-03-09T01:55:17.627Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.58s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIRename (7.01s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.55s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.93s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.88s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-03-09T01:55:17.627Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.27s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-03-09T01:55:17.627Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.20s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.35s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.01s) [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-03-09T01:55:17.627Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-03-09T01:55:17.627Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.91s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (28.05s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.53s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (7.61s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.57s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (7.62s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008dc8e0_} (2.62s) [2021-03-09T01:55:17.627Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1372826022_c:\foo_false____} (2.53s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1372826022_c:\foo_true____} (2.55s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-03-09T01:55:17.628Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.27s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.01s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.05s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.33s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.34s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCpRelativePath (7.27s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-03-09T01:55:17.628Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-03-09T01:55:17.628Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.54s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.35s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCpToCaseE (13.68s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-03-09T01:55:17.628Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.75s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-03-09T01:55:17.628Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCpToDot (2.46s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCpToStdout (2.42s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-03-09T01:55:17.628Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.18s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateArgs (0.18s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.09s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.31s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.18s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.19s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.97s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.70s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateLabels (0.19s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-03-09T01:55:17.628Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateRM (0.34s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.36s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.27s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.20s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.41s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.02s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-03-09T01:55:17.628Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.40s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-03-09T01:55:17.628Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-03-09T01:55:17.628Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-03-09T01:55:17.628Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-03-09T01:55:17.628Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-03-09T01:55:17.628Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-03-09T01:55:17.628Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-03-09T01:55:17.628Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-03-09T01:55:17.628Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-03-09T01:55:17.628Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-03-09T01:55:17.628Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.37s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.37s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.38s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.71s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsCopy (4.74s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.98s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.26s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.84s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.82s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.51s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.05s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsFilters (4.63s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsFormat (4.49s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-03-09T01:55:17.628Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsRename (2.34s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsResize (2.79s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.14s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.49s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.72s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsUntag (2.75s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (8.57s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-03-09T01:55:17.628Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.98s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.96s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-03-09T01:55:17.628Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-03-09T01:55:17.628Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-03-09T01:55:17.628Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.98s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.16s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.25s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.93s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.95s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-03-09T01:55:17.628Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.36s) [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestExecInspectID (4.81s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-03-09T01:55:17.628Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.51s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-03-09T01:55:17.628Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-03-09T01:55:17.628Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.628Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.27s) [2021-03-09T01:55:17.628Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-03-09T01:55:17.628Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.10s) [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.08s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.25s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.06s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.06s) [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-03-09T01:55:17.629Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (8.99s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-03-09T01:55:17.629Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.34s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.64s) [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.07s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.79s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.27s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.15s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.43s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestImagesFormat (0.20s) [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.73s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestImportBadURL (2.35s) [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-03-09T01:55:17.629Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-03-09T01:55:17.629Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-03-09T01:55:17.629Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-03-09T01:55:17.629Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.19s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.23s) [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-03-09T01:55:17.629Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-03-09T01:55:17.629Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-03-09T01:55:17.629Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.14s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.18s) [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-03-09T01:55:17.629Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectDefault (2.25s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectHistory (4.01s) [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-03-09T01:55:17.629Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-03-09T01:55:17.629Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.24s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.28s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.19s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.25s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.18s) [2021-03-09T01:55:17.629Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-03-09T01:55:17.629Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.19s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectStatus (2.50s) [2021-03-09T01:55:17.629Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.39s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.28s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.12s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.24s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.34s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (7.19s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.21s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-03-09T01:55:18.093Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.02s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.94s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.76s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.36s) [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-03-09T01:55:18.093Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.18s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.17s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.16s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.01s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.85s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.51s) [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.43s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.31s) [2021-03-09T01:55:18.093Z] --- PASS: TestDockerSuite/TestLogsSince (9.23s) [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.093Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-03-09T01:55:18.093Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestLogsTail (2.72s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.60s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.46s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2021-03-09T01:55:18.094Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.29s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-03-09T01:55:18.094Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-03-09T01:55:18.094Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-03-09T01:55:18.094Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-03-09T01:55:18.094Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-03-09T01:55:18.094Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-03-09T01:55:18.094Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-03-09T01:55:18.094Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-03-09T01:55:18.094Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (9.52s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-03-09T01:55:18.094Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPsByOrder (9.53s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.16s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.34s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.28s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-03-09T01:55:18.094Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.63s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.61s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.78s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.38s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-03-09T01:55:18.094Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-03-09T01:55:18.094Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.55s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-03-09T01:55:18.094Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.41s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.72s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.30s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-03-09T01:55:18.094Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.95s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.08s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.34s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (22.63s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-03-09T01:55:18.094Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.73s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.22s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.74s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.68s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.10s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.11s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.29s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.55s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (7.54s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.68s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.31s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.61s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.14s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.92s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRmiTag (0.65s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.30s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.61s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.40s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.30s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.18s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.94s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.33s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.86s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (7.08s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.18s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.25s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.46s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.13s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.06s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.03s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.30s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.29s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.22s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.18s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.03s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.10s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.24s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.14s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.18s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.19s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunExitCode (2.37s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.17s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.10s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.20s) [2021-03-09T01:55:18.094Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-03-09T01:55:18.094Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.094Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.83s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.92s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.67s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.89s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.79s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.87s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.37s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.13s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.31s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.25s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.95s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.59s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.35s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunRm (2.31s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.44s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.11s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.31s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.13s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.45s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.22s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.95s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.68s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.16s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.12s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (7.83s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (11.67s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.45s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.25s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.64s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.24s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.24s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.91s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.68s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.09s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.27s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-03-09T01:55:18.095Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2021-03-09T01:55:18.095Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.33s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.61s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.67s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.81s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.80s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.32s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-03-09T01:55:18.095Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.20s) [2021-03-09T01:55:18.095Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.33s) [2021-03-09T01:55:18.095Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-03-09T01:55:18.095Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.23s) [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-03-09T01:55:18.096Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-03-09T01:55:18.096Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-03-09T01:55:18.096Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-03-09T01:55:18.096Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-03-09T01:55:18.096Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-03-09T01:55:18.096Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.18s) [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-03-09T01:55:18.096Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.31s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.26s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.48s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.80s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.38s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.38s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.54s) [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-03-09T01:55:18.096Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.58s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-03-09T01:55:18.096Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (11.58s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s) [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.54s) [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-03-09T01:55:18.096Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.42s) [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-03-09T01:55:18.096Z] --- PASS: TestDockerRegistrySuite (0.14s) [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-03-09T01:55:18.096Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-03-09T01:55:18.096Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-03-09T01:55:18.096Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-03-09T01:55:18.096Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistryAuthTokenSuite [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-03-09T01:55:18.096Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-03-09T01:55:18.096Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-03-09T01:55:18.096Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] === RUN TestDockerDaemonSuite [2021-03-09T01:55:18.097Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-03-09T01:55:18.097Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-03-09T01:55:18.097Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-03-09T01:55:18.097Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] === RUN TestDockerSwarmSuite [2021-03-09T01:55:18.097Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-03-09T01:55:18.097Z] === RUN TestDockerPluginSuite [2021-03-09T01:55:18.097Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-03-09T01:55:18.097Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-03-09T01:55:18.097Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-03-09T01:55:18.097Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-03-09T01:55:18.097Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-03-09T01:55:18.097Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-03-09T01:55:18.097Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-03-09T01:55:18.097Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-03-09T01:55:18.097Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-03-09T01:55:18.097Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-03-09T01:55:18.097Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-03-09T01:55:18.097Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] === RUN TestDockerExternalVolumeSuite [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] === RUN TestDockerNetworkSuite [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] === RUN TestDockerHubPullSuite [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-03-09T01:55:18.097Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] PASS [2021-03-09T01:55:18.097Z] ok github.com/docker/docker/integration-cli 2541.770s [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === Skipped [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-03-09T01:55:18.097Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-03-09T01:55:18.097Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-03-09T01:55:18.097Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-03-09T01:55:18.097Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-03-09T01:55:18.097Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-03-09T01:55:18.097Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-03-09T01:55:18.097Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-03-09T01:55:18.097Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-03-09T01:55:18.097Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-03-09T01:55:18.097Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-03-09T01:55:18.097Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-03-09T01:55:18.097Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2021-03-09T01:55:18.097Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.59s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.59s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.29s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.29s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-03-09T01:55:18.097Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2021-03-09T01:55:18.097Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2021-03-09T01:55:18.097Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.097Z] [2021-03-09T01:55:18.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.29s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.10s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-03-09T01:55:18.098Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.29s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.31s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.31s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.29s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.29s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.28s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-03-09T01:55:18.098Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_sni_test.go:18: Flakey test [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2021-03-09T01:55:18.098Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-03-09T01:55:18.098Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-03-09T01:55:18.098Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-03-09T01:55:18.098Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-03-09T01:55:18.098Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-03-09T01:55:18.098Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-03-09T01:55:18.098Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-03-09T01:55:18.098Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.098Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-03-09T01:55:18.099Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-03-09T01:55:18.099Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-03-09T01:55:18.099Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-03-09T01:55:18.099Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-03-09T01:55:18.099Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-03-09T01:55:18.099Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-03-09T01:55:18.099Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-03-09T01:55:18.099Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-03-09T01:55:18.099Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-03-09T01:55:18.099Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-03-09T01:55:18.099Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-03-09T01:55:18.099Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-03-09T01:55:18.099Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-03-09T01:55:18.099Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-03-09T01:55:18.099Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-03-09T01:55:18.099Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-03-09T01:55:18.099Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-03-09T01:55:18.099Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-03-09T01:55:18.099Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-03-09T01:55:18.099Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-03-09T01:55:18.099Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-03-09T01:55:18.099Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-03-09T01:55:18.099Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-03-09T01:55:18.099Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-03-09T01:55:18.099Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-03-09T01:55:18.099Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.099Z] [2021-03-09T01:55:18.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-03-09T01:55:18.562Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-03-09T01:55:18.562Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.562Z] [2021-03-09T01:55:18.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-03-09T01:55:18.562Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-03-09T01:55:18.562Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.562Z] [2021-03-09T01:55:18.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-03-09T01:55:18.562Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-03-09T01:55:18.562Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.562Z] [2021-03-09T01:55:18.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-03-09T01:55:18.562Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-03-09T01:55:18.562Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.562Z] [2021-03-09T01:55:18.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-03-09T01:55:18.562Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-03-09T01:55:18.562Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.562Z] [2021-03-09T01:55:18.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-03-09T01:55:18.562Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-03-09T01:55:18.562Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.562Z] [2021-03-09T01:55:18.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-03-09T01:55:18.562Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-03-09T01:55:18.563Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-03-09T01:55:18.563Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-03-09T01:55:18.563Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-03-09T01:55:18.563Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-03-09T01:55:18.563Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-03-09T01:55:18.563Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-03-09T01:55:18.563Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-03-09T01:55:18.563Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-03-09T01:55:18.563Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-03-09T01:55:18.563Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-03-09T01:55:18.563Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-03-09T01:55:18.563Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-03-09T01:55:18.563Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-03-09T01:55:18.563Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-03-09T01:55:18.563Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-03-09T01:55:18.563Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-03-09T01:55:18.563Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-03-09T01:55:18.563Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-03-09T01:55:18.563Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-03-09T01:55:18.563Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-03-09T01:55:18.563Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-03-09T01:55:18.563Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-03-09T01:55:18.563Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-03-09T01:55:18.563Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-03-09T01:55:18.563Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-03-09T01:55:18.563Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-03-09T01:55:18.563Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.563Z] [2021-03-09T01:55:18.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-03-09T01:55:18.563Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-03-09T01:55:18.564Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-03-09T01:55:18.564Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-03-09T01:55:18.564Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-03-09T01:55:18.564Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-03-09T01:55:18.564Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-03-09T01:55:18.564Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-03-09T01:55:18.564Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-03-09T01:55:18.564Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-03-09T01:55:18.564Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-03-09T01:55:18.564Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-03-09T01:55:18.564Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-03-09T01:55:18.564Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-03-09T01:55:18.564Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2021-03-09T01:55:18.564Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-03-09T01:55:18.564Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-03-09T01:55:18.564Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-03-09T01:55:18.564Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-03-09T01:55:18.564Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-03-09T01:55:18.564Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-03-09T01:55:18.564Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-03-09T01:55:18.564Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-03-09T01:55:18.564Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-03-09T01:55:18.564Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-03-09T01:55:18.564Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-03-09T01:55:18.564Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-03-09T01:55:18.564Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-03-09T01:55:18.564Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.564Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-03-09T01:55:18.564Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-03-09T01:55:18.564Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.564Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-03-09T01:55:18.565Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-03-09T01:55:18.565Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-03-09T01:55:18.565Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-03-09T01:55:18.565Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.565Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.566Z] [2021-03-09T01:55:18.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-03-09T01:55:18.566Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-03-09T01:55:18.566Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-03-09T01:55:18.567Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2021-03-09T01:55:18.567Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-03-09T01:55:18.567Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-03-09T01:55:18.567Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-03-09T01:55:18.567Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-03-09T01:55:18.567Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-03-09T01:55:18.567Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.567Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-03-09T01:55:18.568Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-03-09T01:55:18.568Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:18.568Z] DONE 1093 tests, 547 skipped in 2550.056s [2021-03-09T01:55:18.568Z] INFO: Integration tests ended at 03/09/2021 01:55:18. Duration:00:42:30.3225699 [2021-03-09T01:55:18.568Z] INFO: Docker info of the daemon under test at end of run [2021-03-09T01:55:18.568Z] [2021-03-09T01:55:19.031Z] Containers: 2 [2021-03-09T01:55:19.031Z] Running: 0 [2021-03-09T01:55:19.031Z] Paused: 0 [2021-03-09T01:55:19.031Z] Stopped: 2 [2021-03-09T01:55:19.031Z] Images: 18 [2021-03-09T01:55:19.031Z] Server Version: 0.0.0-dev [2021-03-09T01:55:19.031Z] Storage Driver: windowsfilter [2021-03-09T01:55:19.031Z] Windows: [2021-03-09T01:55:19.031Z] Logging Driver: json-file [2021-03-09T01:55:19.031Z] Plugins: [2021-03-09T01:55:19.031Z] Volume: local [2021-03-09T01:55:19.031Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-09T01:55:19.031Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-09T01:55:19.031Z] Swarm: inactive [2021-03-09T01:55:19.031Z] Default Isolation: process [2021-03-09T01:55:19.031Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-09T01:55:19.031Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-03-09T01:55:19.031Z] OSType: windows [2021-03-09T01:55:19.031Z] Architecture: x86_64 [2021-03-09T01:55:19.031Z] CPUs: 4 [2021-03-09T01:55:19.031Z] Total Memory: 32GiB [2021-03-09T01:55:19.031Z] Name: azwin-2-264e50 [2021-03-09T01:55:19.031Z] ID: 7RUH:YQWV:YH3J:2YYI:43DF:A5OJ:BXII:UKN6:4JBB:ME4V:A5IH:YIA4 [2021-03-09T01:55:19.031Z] Docker Root Dir: D:\CI\PR-41757\6\daemon [2021-03-09T01:55:19.031Z] Debug Mode (client): false [2021-03-09T01:55:19.031Z] Debug Mode (server): true [2021-03-09T01:55:19.031Z] File Descriptors: -1 [2021-03-09T01:55:19.031Z] Goroutines: 17 [2021-03-09T01:55:19.031Z] System Time: 2021-03-09T01:55:18.7026504Z [2021-03-09T01:55:19.031Z] EventsListeners: 0 [2021-03-09T01:55:19.031Z] Registry: https://index.docker.io/v1/ [2021-03-09T01:55:19.031Z] Labels: [2021-03-09T01:55:19.031Z] Experimental: false [2021-03-09T01:55:19.031Z] Insecure Registries: [2021-03-09T01:55:19.031Z] 127.0.0.0/8 [2021-03-09T01:55:19.031Z] Live Restore Enabled: false [2021-03-09T01:55:19.031Z] [2021-03-09T01:55:19.031Z] [2021-03-09T01:55:19.031Z] INFO: Stopping daemon under test [2021-03-09T01:55:19.031Z] SUCCESS: The process with PID 3520 (child process of PID 5432) has been terminated. [2021-03-09T01:55:19.031Z] SUCCESS: The process with PID 5432 (child process of PID 3128) has been terminated. [2021-03-09T01:55:19.031Z] INFO: Stop tailing logs of the daemon under tests [2021-03-09T01:55:19.031Z] INFO: executeCI.ps1 Completed successfully at 03/09/2021 01:55:18. [2021-03-09T01:55:19.031Z] INFO: Tidying up at end of run [2021-03-09T01:55:19.031Z] INFO: Saving daemon under test log (d:\CI\PR-41757\6\dut.out) to bundles\CIDUT.out [2021-03-09T01:55:19.031Z] INFO: Saving daemon under test log (d:\CI\PR-41757\6\dut.err) to bundles\CIDUT.err [2021-03-09T01:55:19.031Z] INFO: Nuke-Everything... [2021-03-09T01:55:20.007Z] INFO: Container count on control daemon to delete is 2 [2021-03-09T01:55:20.007Z] bc6e23813f9a [2021-03-09T01:55:20.007Z] 3f11008a9db9 [2021-03-09T01:55:20.470Z] INFO: Tidying pidfile d:\CI\PR-41757\6\docker.pid [2021-03-09T01:55:20.470Z] INFO: Nuking d:\CI [2021-03-09T01:55:50.496Z] INFO: Zapped successfully [2021-03-09T01:55:50.496Z] [2021-03-09T01:55:50.496Z] INFO: executeCI.ps1 exiting at Tue Mar 9 01:55:46 CUT 2021. Duration 01:18:49.5583419 [2021-03-09T01:55:50.496Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-03-09T01:55:50.745Z] Recording test results [2021-03-09T01:55:58.234Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-03-09T01:55:59.746Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-03-09T01:56:02.161Z] Archiving artifacts [2021-03-09T01:56:16.220Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41757/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-09T01:56:17.162Z] + make clean [2021-03-09T01:56:19.363Z] docker volume rm -f docker-dev-cache [2021-03-09T01:56:19.827Z] 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