Started by user Sebastiaan van Stijn Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 2acab355ec7347b905b3e42bb6639d689cbea28a rather than eefb6c672ae06f4df92b19851126537c8ccaa5e9 Obtained Jenkinsfile from 2acab355ec7347b905b3e42bb6639d689cbea28a 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-04-08T17:07:00.684Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-04-08T17:07:00.689Z] Trying to pass milestone 1 [Pipeline] milestone [2021-04-08T17:07:00.752Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-04-08T17:07:00.948Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ac0350809f68e576) in /home/ubuntu/workspace/moby_PR-42268 [Pipeline] { [Pipeline] checkout [2021-04-08T17:07:00.989Z] The recommended git tool is: git [2021-04-08T17:07:01.003Z] using credential docker-jenkins-github-credentials [2021-04-08T17:07:01.009Z] Cloning the remote Git repository [2021-04-08T17:07:01.009Z] Cloning with configured refspecs honoured and without tags [2021-04-08T17:07:01.012Z] Cloning repository https://github.com/moby/moby.git [2021-04-08T17:07:01.013Z] > git init /home/ubuntu/workspace/moby_PR-42268 # timeout=10 [2021-04-08T17:07:01.033Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-08T17:07:01.033Z] > git --version # timeout=10 [2021-04-08T17:07:01.042Z] > git --version # 'git version 2.17.1' [2021-04-08T17:07:01.042Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-08T17:07:01.043Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42268/head:refs/remotes/origin/PR-42268 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T17:07:14.884Z] Fetching without tags [2021-04-08T17:07:15.145Z] Merging remotes/origin/master commit 2acab355ec7347b905b3e42bb6639d689cbea28a into PR head commit eefb6c672ae06f4df92b19851126537c8ccaa5e9 [2021-04-08T17:07:14.860Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-08T17:07:14.863Z] > git config --add remote.origin.fetch +refs/pull/42268/head:refs/remotes/origin/PR-42268 # timeout=10 [2021-04-08T17:07:14.868Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T17:07:14.876Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-08T17:07:14.887Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-08T17:07:14.887Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-08T17:07:14.888Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42268/head:refs/remotes/origin/PR-42268 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T17:07:15.147Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:07:15.150Z] > git checkout -f eefb6c672ae06f4df92b19851126537c8ccaa5e9 # timeout=10 [2021-04-08T17:07:15.626Z] Merge succeeded, producing eefb6c672ae06f4df92b19851126537c8ccaa5e9 [2021-04-08T17:07:15.626Z] Checking out Revision eefb6c672ae06f4df92b19851126537c8ccaa5e9 (PR-42268) [2021-04-08T17:07:16.167Z] Commit message: "Fix typo on the v1.41 changelog" [2021-04-08T17:07:15.581Z] > git remote # timeout=10 [2021-04-08T17:07:15.584Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T17:07:15.587Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-08T17:07:15.588Z] > git merge 2acab355ec7347b905b3e42bb6639d689cbea28a # timeout=10 [2021-04-08T17:07:15.609Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T17:07:15.628Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:07:15.638Z] > git checkout -f eefb6c672ae06f4df92b19851126537c8ccaa5e9 # timeout=10 [2021-04-08T17:07:16.171Z] > git rev-list --no-walk eefb6c672ae06f4df92b19851126537c8ccaa5e9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-08T17:07:16.880Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42268:/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-04-08T17:07:19.412Z] 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 "rootless" skipped due to when conditional Stage "cgroup2" skipped due to when conditional Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "win-RS5" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2021-04-08T17:07:19.686Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ac0350809f68e576) in /home/ubuntu/workspace/moby_PR-42268 [Pipeline] node [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "rootless" skipped due to when conditional [Pipeline] } Stage "cgroup2" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS5" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2021-04-08T17:07:19.758Z] The recommended git tool is: git [2021-04-08T17:07:19.766Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-04-08T17:07:19.780Z] Fetching changes from the remote Git repository [Pipeline] // stage [2021-04-08T17:07:19.787Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "rootless" skipped due to when conditional [Pipeline] } Stage "cgroup2" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS5" skipped due to when conditional [Pipeline] } [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 [2021-04-08T17:07:20.039Z] Merging remotes/origin/master commit 2acab355ec7347b905b3e42bb6639d689cbea28a into PR head commit eefb6c672ae06f4df92b19851126537c8ccaa5e9 [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) [2021-04-08T17:07:20.130Z] Merge succeeded, producing eefb6c672ae06f4df92b19851126537c8ccaa5e9 [2021-04-08T17:07:20.130Z] Checking out Revision eefb6c672ae06f4df92b19851126537c8ccaa5e9 (PR-42268) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "rootless" skipped due to when conditional [Pipeline] } Stage "cgroup2" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2021-04-08T17:07:20.185Z] Commit message: "Fix typo on the v1.41 changelog" 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] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-08T17:07:19.773Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-04-08T17:07:19.782Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-08T17:07:19.790Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-08T17:07:19.790Z] > git --version # timeout=10 [2021-04-08T17:07:19.794Z] > git --version # 'git version 2.17.1' [2021-04-08T17:07:19.794Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-08T17:07:19.795Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42268/head:refs/remotes/origin/PR-42268 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T17:07:20.041Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:07:20.061Z] > git checkout -f eefb6c672ae06f4df92b19851126537c8ccaa5e9 # timeout=10 [2021-04-08T17:07:20.113Z] > git remote # timeout=10 [2021-04-08T17:07:20.115Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T17:07:20.118Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-08T17:07:20.118Z] > git merge 2acab355ec7347b905b3e42bb6639d689cbea28a # timeout=10 [2021-04-08T17:07:20.125Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T17:07:20.132Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:07:20.137Z] > git checkout -f eefb6c672ae06f4df92b19851126537c8ccaa5e9 # timeout=10 [2021-04-08T17:07:20.863Z] + [ PR != PR ] [2021-04-08T17:07:20.863Z] + [ master != master ] [2021-04-08T17:07:20.863Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-08T17:07:21.186Z] + docker version [2021-04-08T17:07:21.186Z] Client: Docker Engine - Community [2021-04-08T17:07:21.186Z] Version: 20.10.5 [2021-04-08T17:07:21.186Z] API version: 1.41 [2021-04-08T17:07:21.186Z] Go version: go1.13.15 [2021-04-08T17:07:21.186Z] Git commit: 55c4c88 [2021-04-08T17:07:21.186Z] Built: Tue Mar 2 20:18:05 2021 [2021-04-08T17:07:21.186Z] OS/Arch: linux/amd64 [2021-04-08T17:07:21.186Z] Context: default [2021-04-08T17:07:21.186Z] Experimental: true [2021-04-08T17:07:21.186Z] [2021-04-08T17:07:21.186Z] Server: Docker Engine - Community [2021-04-08T17:07:21.186Z] Engine: [2021-04-08T17:07:21.186Z] Version: 20.10.5 [2021-04-08T17:07:21.186Z] API version: 1.41 (minimum version 1.12) [2021-04-08T17:07:21.186Z] Go version: go1.13.15 [2021-04-08T17:07:21.186Z] Git commit: 363e9a8 [2021-04-08T17:07:21.186Z] Built: Tue Mar 2 20:16:00 2021 [2021-04-08T17:07:21.186Z] OS/Arch: linux/amd64 [2021-04-08T17:07:21.186Z] Experimental: true [2021-04-08T17:07:21.186Z] containerd: [2021-04-08T17:07:21.186Z] Version: 1.4.4 [2021-04-08T17:07:21.186Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-08T17:07:21.186Z] runc: [2021-04-08T17:07:21.186Z] Version: 1.0.0-rc93 [2021-04-08T17:07:21.186Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-08T17:07:21.186Z] docker-init: [2021-04-08T17:07:21.186Z] Version: 0.19.0 [2021-04-08T17:07:21.186Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-08T17:07:21.468Z] + docker info [2021-04-08T17:07:22.034Z] Client: [2021-04-08T17:07:22.034Z] Context: default [2021-04-08T17:07:22.034Z] Debug Mode: false [2021-04-08T17:07:22.034Z] Plugins: [2021-04-08T17:07:22.034Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-08T17:07:22.034Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-08T17:07:22.034Z] [2021-04-08T17:07:22.034Z] Server: [2021-04-08T17:07:22.034Z] Containers: 0 [2021-04-08T17:07:22.034Z] Running: 0 [2021-04-08T17:07:22.034Z] Paused: 0 [2021-04-08T17:07:22.034Z] Stopped: 0 [2021-04-08T17:07:22.034Z] Images: 5 [2021-04-08T17:07:22.034Z] Server Version: 20.10.5 [2021-04-08T17:07:22.034Z] Storage Driver: overlay2 [2021-04-08T17:07:22.034Z] Backing Filesystem: extfs [2021-04-08T17:07:22.034Z] Supports d_type: true [2021-04-08T17:07:22.034Z] Native Overlay Diff: true [2021-04-08T17:07:22.034Z] Logging Driver: json-file [2021-04-08T17:07:22.034Z] Cgroup Driver: cgroupfs [2021-04-08T17:07:22.034Z] Cgroup Version: 1 [2021-04-08T17:07:22.034Z] Plugins: [2021-04-08T17:07:22.034Z] Volume: local [2021-04-08T17:07:22.034Z] Network: bridge host ipvlan macvlan null overlay [2021-04-08T17:07:22.034Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-08T17:07:22.034Z] Swarm: inactive [2021-04-08T17:07:22.034Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-04-08T17:07:22.034Z] Default Runtime: runc [2021-04-08T17:07:22.034Z] Init Binary: docker-init [2021-04-08T17:07:22.034Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-08T17:07:22.034Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-08T17:07:22.034Z] init version: de40ad0 [2021-04-08T17:07:22.034Z] Security Options: [2021-04-08T17:07:22.034Z] apparmor [2021-04-08T17:07:22.034Z] seccomp [2021-04-08T17:07:22.034Z] Profile: default [2021-04-08T17:07:22.034Z] Kernel Version: 5.4.0-1041-aws [2021-04-08T17:07:22.034Z] Operating System: Ubuntu 18.04.5 LTS [2021-04-08T17:07:22.034Z] OSType: linux [2021-04-08T17:07:22.034Z] Architecture: x86_64 [2021-04-08T17:07:22.034Z] CPUs: 2 [2021-04-08T17:07:22.034Z] Total Memory: 7.487GiB [2021-04-08T17:07:22.034Z] Name: ip-10-100-123-204 [2021-04-08T17:07:22.034Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-04-08T17:07:22.034Z] Docker Root Dir: /var/lib/docker [2021-04-08T17:07:22.034Z] Debug Mode: false [2021-04-08T17:07:22.034Z] Registry: https://index.docker.io/v1/ [2021-04-08T17:07:22.034Z] Labels: [2021-04-08T17:07:22.034Z] Experimental: true [2021-04-08T17:07:22.035Z] Insecure Registries: [2021-04-08T17:07:22.035Z] 127.0.0.0/8 [2021-04-08T17:07:22.035Z] Live Restore Enabled: true [2021-04-08T17:07:22.035Z] [2021-04-08T17:07:22.035Z] WARNING: No swap limit support [Pipeline] sh [2021-04-08T17:07:22.315Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-08T17:07:22.315Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-08T17:07:22.315Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42268/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-08T17:07:22.315Z] + bash /home/ubuntu/workspace/moby_PR-42268/check-config.sh [2021-04-08T17:07:22.315Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-08T17:07:22.315Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-04-08T17:07:22.315Z] [2021-04-08T17:07:22.315Z] Generally Necessary: [2021-04-08T17:07:22.315Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-08T17:07:22.315Z] - apparmor: enabled and tools installed [2021-04-08T17:07:22.315Z] - CONFIG_NAMESPACES: enabled [2021-04-08T17:07:22.315Z] - CONFIG_NET_NS: enabled [2021-04-08T17:07:22.315Z] - CONFIG_PID_NS: enabled [2021-04-08T17:07:22.315Z] - CONFIG_IPC_NS: enabled [2021-04-08T17:07:22.315Z] - CONFIG_UTS_NS: enabled [2021-04-08T17:07:22.315Z] - CONFIG_CGROUPS: enabled [2021-04-08T17:07:22.315Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-08T17:07:22.315Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-08T17:07:22.315Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-08T17:07:22.315Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-08T17:07:22.315Z] - CONFIG_CPUSETS: enabled [2021-04-08T17:07:22.315Z] - CONFIG_MEMCG: enabled [2021-04-08T17:07:22.315Z] - CONFIG_KEYS: enabled [2021-04-08T17:07:22.315Z] - CONFIG_VETH: enabled (as module) [2021-04-08T17:07:22.315Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-08T17:07:22.315Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-08T17:07:22.315Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-08T17:07:22.574Z] [2021-04-08T17:07:22.574Z] Optional Features: [2021-04-08T17:07:22.574Z] - CONFIG_USER_NS: enabled [2021-04-08T17:07:22.574Z] - CONFIG_SECCOMP: enabled [2021-04-08T17:07:22.574Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-08T17:07:22.574Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-08T17:07:22.574Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-08T17:07:22.574Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-08T17:07:22.574Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-08T17:07:22.574Z] - CONFIG_BLK_CGROUP: enabled [2021-04-08T17:07:22.574Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-08T17:07:22.574Z] - CONFIG_CGROUP_PERF: enabled [2021-04-08T17:07:22.574Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-08T17:07:22.574Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-08T17:07:22.574Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-08T17:07:22.574Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-08T17:07:22.574Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-08T17:07:22.574Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_IP_VS: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-08T17:07:22.574Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-08T17:07:22.574Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-08T17:07:22.574Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-08T17:07:22.574Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-08T17:07:22.574Z] - CONFIG_EXT4_FS: enabled [2021-04-08T17:07:22.574Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-08T17:07:22.574Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-08T17:07:22.574Z] - Network Drivers: [2021-04-08T17:07:22.574Z] - "overlay": [2021-04-08T17:07:22.574Z] - CONFIG_VXLAN: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-08T17:07:22.574Z] Optional (for encrypted networks): [2021-04-08T17:07:22.574Z] - CONFIG_CRYPTO: enabled [2021-04-08T17:07:22.574Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-08T17:07:22.574Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-08T17:07:22.574Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-08T17:07:22.574Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-08T17:07:22.574Z] - CONFIG_XFRM: enabled [2021-04-08T17:07:22.574Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-08T17:07:22.574Z] - "ipvlan": [2021-04-08T17:07:22.574Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-08T17:07:22.574Z] - "macvlan": [2021-04-08T17:07:22.574Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-08T17:07:22.574Z] - CONFIG_DUMMY: enabled (as module) [2021-04-08T17:07:22.574Z] - "ftp,tftp client in container": [2021-04-08T17:07:22.833Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-08T17:07:22.833Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-08T17:07:22.833Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-08T17:07:22.833Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-08T17:07:22.833Z] - Storage Drivers: [2021-04-08T17:07:22.833Z] - "aufs": [2021-04-08T17:07:22.833Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-08T17:07:22.833Z] - "btrfs": [2021-04-08T17:07:22.833Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-08T17:07:22.833Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-08T17:07:22.833Z] - "devicemapper": [2021-04-08T17:07:22.833Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-08T17:07:22.833Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-08T17:07:22.833Z] - "overlay": [2021-04-08T17:07:22.833Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-08T17:07:22.833Z] - "zfs": [2021-04-08T17:07:22.833Z] - /dev/zfs: present [2021-04-08T17:07:22.833Z] - zfs command: missing [2021-04-08T17:07:22.833Z] - zpool command: missing [2021-04-08T17:07:22.833Z] [2021-04-08T17:07:22.833Z] Limits: [2021-04-08T17:07:22.834Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-08T17:07:22.834Z] [2021-04-08T17:07:22.834Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-04-08T17:07:23.209Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 . [2021-04-08T17:07:23.209Z] #1 [internal] load build definition from Dockerfile [2021-04-08T17:07:23.209Z] #1 sha256:a054378a451ef657338f989f6f18323238579b8f6c2a89f698f887f9614bf2fe [2021-04-08T17:07:23.209Z] #1 transferring dockerfile: 17.02kB done [2021-04-08T17:07:23.209Z] #1 DONE 0.0s [2021-04-08T17:07:23.209Z] [2021-04-08T17:07:23.209Z] #2 [internal] load .dockerignore [2021-04-08T17:07:23.209Z] #2 sha256:2950fad7952e6b138bc8e1943d3a8e731346634584202669d21f10729374b6f2 [2021-04-08T17:07:23.209Z] #2 transferring context: 87B done [2021-04-08T17:07:23.209Z] #2 DONE 0.0s [2021-04-08T17:07:23.209Z] [2021-04-08T17:07:23.209Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-08T17:07:23.209Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-04-08T17:07:23.468Z] #3 DONE 0.1s [2021-04-08T17:07:23.468Z] [2021-04-08T17:07:23.468Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-08T17:07:23.468Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-04-08T17:07:23.468Z] #4 CACHED [2021-04-08T17:07:23.729Z] [2021-04-08T17:07:23.729Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-04-08T17:07:23.729Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-08T17:07:23.729Z] #5 DONE 0.1s [2021-04-08T17:07:23.729Z] [2021-04-08T17:07:23.729Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-08T17:07:23.729Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-08T17:07:23.729Z] #6 DONE 0.1s [2021-04-08T17:07:23.729Z] [2021-04-08T17:07:23.729Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-08T17:07:23.729Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-08T17:07:23.729Z] #7 DONE 0.1s [2021-04-08T17:07:23.729Z] [2021-04-08T17:07:23.729Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-08T17:07:23.729Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-04-08T17:07:23.729Z] #8 DONE 0.1s [2021-04-08T17:07:23.988Z] [2021-04-08T17:07:23.988Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-08T17:07:23.988Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-08T17:07:23.988Z] #64 DONE 0.0s [2021-04-08T17:07:23.988Z] [2021-04-08T17:07:23.988Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-08T17:07:23.988Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-08T17:07:23.988Z] #62 DONE 0.0s [2021-04-08T17:07:23.988Z] [2021-04-08T17:07:23.988Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-08T17:07:23.988Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-08T17:07:23.988Z] #9 DONE 0.0s [2021-04-08T17:07:23.988Z] [2021-04-08T17:07:23.988Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-08T17:07:23.988Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab [2021-04-08T17:07:23.988Z] #26 DONE 0.0s [2021-04-08T17:07:23.988Z] [2021-04-08T17:07:23.988Z] #23 [internal] load build context [2021-04-08T17:07:23.989Z] #23 sha256:fed23f95f13971730eb3c9403fce7456018f667679af56607d94fe1f9ee4ec3a [2021-04-08T17:07:25.370Z] #23 transferring context: 53.43MB 1.3s done [2021-04-08T17:07:25.370Z] #23 DONE 1.4s [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-08T17:07:25.370Z] #66 sha256:08a9568a8f9d6b9a6ec259792812009c328a7a985d9ee6c9afc41d3a13a124ea [2021-04-08T17:07:25.370Z] #66 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-08T17:07:25.370Z] #57 sha256:23f8fc8f0312c629e6d246ef508c472952666b9822a7d54c7948700ae4f68e45 [2021-04-08T17:07:25.370Z] #57 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-08T17:07:25.370Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8 [2021-04-08T17:07:25.370Z] #27 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-04-08T17:07:25.370Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-04-08T17:07:25.370Z] #21 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-08T17:07:25.370Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-08T17:07:25.370Z] #19 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-08T17:07:25.370Z] #24 sha256:34f820088b562b365f05412590c71c844395606f4de492a3d35549d7002176e3 [2021-04-08T17:07:25.370Z] #24 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:07:25.370Z] #29 sha256:e5e6ed6c654016ef7f563622351f24fcf43c712a4435293d340f1a1dcc7baa14 [2021-04-08T17:07:25.370Z] #29 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-08T17:07:25.370Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-08T17:07:25.370Z] #36 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-08T17:07:25.370Z] #56 sha256:40ec83249edae78d09e72a1d78e619bc7c894352bc2450a9b382c8b33f79b40f [2021-04-08T17:07:25.370Z] #56 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:07:25.370Z] #45 sha256:66bfe30d001281794feeb5a800402cd70d282a70daf8864ee391167ae993c22d [2021-04-08T17:07:25.370Z] #45 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:07:25.370Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-08T17:07:25.370Z] #42 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-08T17:07:25.370Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-04-08T17:07:25.370Z] #17 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-08T17:07:25.370Z] #30 sha256:e79cb11cff1031b266e532841bf5cbb98ba1d82a4042864bdce2ff4a17d159f2 [2021-04-08T17:07:25.370Z] #30 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-08T17:07:25.370Z] #48 sha256:39d285754851550824efbc60d8940b265f7af75acd67bdcef4daf7d91413e87b [2021-04-08T17:07:25.370Z] #48 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-08T17:07:25.370Z] #52 sha256:095846877b5ab26da3324ea96bc90f380466efd7feeb4784871be3d85dd95884 [2021-04-08T17:07:25.370Z] #52 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-08T17:07:25.370Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-04-08T17:07:25.370Z] #63 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-08T17:07:25.370Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-08T17:07:25.370Z] #55 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:07:25.370Z] #51 sha256:8feb00d53daa614d9cf32de20cd83a46a0edca471b4cb2aed1c850837228f1d2 [2021-04-08T17:07:25.370Z] #51 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-08T17:07:25.370Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-04-08T17:07:25.370Z] #31 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-08T17:07:25.370Z] #46 sha256:f5141edaeab0d20e6193acb0bcfa323b273bd8571d9d4161ec26cf0968dce06b [2021-04-08T17:07:25.370Z] #46 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-08T17:07:25.370Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-04-08T17:07:25.370Z] #18 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-08T17:07:25.370Z] #59 sha256:7d950fdc3ee5ff6d0c13d3fc4af3d3e7cb44099bc40fa0088a9578ddab50ccd5 [2021-04-08T17:07:25.370Z] #59 CACHED [2021-04-08T17:07:25.370Z] [2021-04-08T17:07:25.370Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-04-08T17:07:25.371Z] #35 sha256:34928c6b807d9d8edfac02903141501ecd3e45f6bcf3832912b0b4cba051c762 [2021-04-08T17:07:25.371Z] #35 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-08T17:07:25.371Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-04-08T17:07:25.371Z] #10 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-08T17:07:25.371Z] #67 sha256:61a4d1d5d45a1a415ac9cc14c93eca1907676d73351ed7a7b76d40e7d7c746d8 [2021-04-08T17:07:25.371Z] #67 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-04-08T17:07:25.371Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-04-08T17:07:25.371Z] #22 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-08T17:07:25.371Z] #25 sha256:ebbb52d6bb8b0b1536f57f891dda6a0e0e72249be9f232f205b223be585145d7 [2021-04-08T17:07:25.371Z] #25 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-08T17:07:25.371Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-04-08T17:07:25.371Z] #65 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-08T17:07:25.371Z] #33 sha256:91fbcfc0f6ce050cfcbf4b03215a3ed3c1ff8405537d540e48d7290ce8f32a10 [2021-04-08T17:07:25.371Z] #33 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-04-08T17:07:25.371Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-04-08T17:07:25.371Z] #12 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-08T17:07:25.371Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-08T17:07:25.371Z] #40 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:07:25.371Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:07:25.371Z] #43 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-08T17:07:25.371Z] #53 sha256:d436475f871dd916437fb817e6392929532390296c80ed027db6ced857f11a23 [2021-04-08T17:07:25.371Z] #53 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-08T17:07:25.371Z] #61 sha256:afe374e64159e4264b82bf4c5aa9ec0886247133c981dfb7144cb2094aba4fc7 [2021-04-08T17:07:25.371Z] #61 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-08T17:07:25.371Z] #41 sha256:be6b5254d41df740eb1c029832dcdd861a7ba010f0f1f9b0112c6fd6c66f6ddf [2021-04-08T17:07:25.371Z] #41 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:07:25.371Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-08T17:07:25.371Z] #13 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-08T17:07:25.371Z] #50 sha256:28eeebfd5c44b878c873ad081827c4f890c55301f0033f5b38648c94e5b2dbb4 [2021-04-08T17:07:25.371Z] #50 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-08T17:07:25.371Z] #68 sha256:8aaf0063db52c25fb2830e89aa6e7030f5c9ed983bc98da291a898816b3997f4 [2021-04-08T17:07:25.371Z] #68 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-08T17:07:25.371Z] #38 sha256:d4d75415c4813399966a73cb7407b7ef76eac8a52f210739c9e0f397fc271ebc [2021-04-08T17:07:25.371Z] #38 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-04-08T17:07:25.371Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-04-08T17:07:25.371Z] #15 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-08T17:07:25.371Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-08T17:07:25.371Z] #32 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-08T17:07:25.371Z] #54 sha256:51c658ea5980ebdb6e84122ade0b536ea40061b56078576baa1480940fd0ed6d [2021-04-08T17:07:25.371Z] #54 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #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-04-08T17:07:25.371Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-04-08T17:07:25.371Z] #11 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-08T17:07:25.371Z] #28 sha256:d3c59400c5a53a2f78b4974c299e2bce87b73665dbb1c927c7e42e8daa1b4f76 [2021-04-08T17:07:25.371Z] #28 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-08T17:07:25.371Z] #49 sha256:623d9b3369b69d74d20b1a2649c60cc0273f1f4ad4fd87fda4ea8e7b26832495 [2021-04-08T17:07:25.371Z] #49 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-08T17:07:25.371Z] #58 sha256:3c8cae895abb6b5161ab39e3ea36aa6d7d81beda997ccf77d5dbacf2ba691bf7 [2021-04-08T17:07:25.371Z] #58 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-08T17:07:25.371Z] #47 sha256:bfba8041d1305d2f601898c33dcc009743b624b9880299c5f1760e2bc56ff897 [2021-04-08T17:07:25.371Z] #47 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-08T17:07:25.371Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-04-08T17:07:25.371Z] #16 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-08T17:07:25.371Z] #37 sha256:13a7b069956dff2070bd1f1f7d4b03ae14385accbe18f3e1abd81ebf7490f3fc [2021-04-08T17:07:25.371Z] #37 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-08T17:07:25.371Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-08T17:07:25.371Z] #20 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-08T17:07:25.371Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-04-08T17:07:25.371Z] #39 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-08T17:07:25.371Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-08T17:07:25.371Z] #14 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-04-08T17:07:25.371Z] #34 sha256:e21e6782886aa60e1e42741331de38d41122f62abe0c0bf7e6f414b8c6fba71d [2021-04-08T17:07:25.371Z] #34 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-08T17:07:25.371Z] #44 sha256:b494efad3246f4cfefe14d01cb9588f0f15b9fce225b0cdba352b6d9d898a1b6 [2021-04-08T17:07:25.371Z] #44 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-08T17:07:25.371Z] #60 sha256:dc8f4bdb9fbd769717ba00b34689afd9ac27dbf950fa47eb09f2cd88d9607ee2 [2021-04-08T17:07:25.371Z] #60 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-08T17:07:25.371Z] #69 sha256:b02b1f8213e5fd164a3edfbe1b03b64763ef93bfbae0e30d266fabf851d849e3 [2021-04-08T17:07:25.371Z] #69 CACHED [2021-04-08T17:07:25.371Z] [2021-04-08T17:07:25.371Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-08T17:07:25.371Z] #70 sha256:6c9e278c38ab2b44a08ec42fcfb79578839e5faf203c2384b59a2f2106de186f [2021-04-08T17:07:26.306Z] #70 DONE 0.9s [2021-04-08T17:07:26.306Z] [2021-04-08T17:07:26.306Z] #71 exporting to image [2021-04-08T17:07:26.306Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-08T17:07:26.306Z] #71 exporting layers [2021-04-08T17:07:26.877Z] #71 exporting layers 0.8s done [2021-04-08T17:07:26.877Z] #71 writing image sha256:ca1226330c61f5f9564b411afa1e2392a69864cd2621dd3265aefbd272e779a1 done [2021-04-08T17:07:26.877Z] #71 naming to docker.io/library/docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 done [2021-04-08T17:07:26.877Z] #71 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-04-08T17:07:27.210Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42268/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42268/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 hack/validate/default [2021-04-08T17:07:27.778Z] Congratulations! All commits are properly signed with the DCO! [2021-04-08T17:07:27.778Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-04-08T17:07:27.778Z] No api/types/ or api/swagger.yaml changes in diff. [2021-04-08T17:07:27.778Z] Congratulations! All TOML source files changed here have valid syntax. [2021-04-08T17:07:27.778Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-04-08T17:07:27.778Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-04-08T17:07:27.778Z] Congratulations! No new tests were added to integration-cli. [2021-04-08T17:07:28.037Z] [2021-04-08T17:07:28.037Z] INFO Start validation with golang-ci-lint [2021-04-08T17:07:28.037Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-04-08T17:07:28.037Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-04-08T17:07:28.037Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-04-08T17:07:34.686Z] Still waiting to schedule task [2021-04-08T17:07:34.686Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-04-08T17:07:34.689Z] Still waiting to schedule task [2021-04-08T17:07:34.689Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-033b10f016c014f8d)’ [2021-04-08T17:08:31.335Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d6a1bc1da816292e) in /home/ubuntu/workspace/moby_PR-42268 [Pipeline] { [Pipeline] checkout [2021-04-08T17:08:32.203Z] The recommended git tool is: git [2021-04-08T17:08:35.583Z] using credential docker-jenkins-github-credentials [2021-04-08T17:08:35.591Z] Cloning the remote Git repository [2021-04-08T17:08:35.591Z] Cloning with configured refspecs honoured and without tags [2021-04-08T17:08:35.491Z] Cloning repository https://github.com/moby/moby.git [2021-04-08T17:08:35.544Z] > git init /home/ubuntu/workspace/moby_PR-42268 # timeout=10 [2021-04-08T17:08:35.794Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-08T17:08:35.794Z] > git --version # timeout=10 [2021-04-08T17:08:35.820Z] > git --version # 'git version 2.17.1' [2021-04-08T17:08:35.821Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-08T17:08:35.830Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42268/head:refs/remotes/origin/PR-42268 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T17:08:44.271Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-04fdae7f9080d5c37) in /home/ubuntu/workspace/moby_PR-42268 [Pipeline] { [Pipeline] checkout [2021-04-08T17:08:44.435Z] The recommended git tool is: git [2021-04-08T17:08:47.663Z] using credential docker-jenkins-github-credentials [2021-04-08T17:08:47.673Z] Cloning the remote Git repository [2021-04-08T17:08:47.673Z] Cloning with configured refspecs honoured and without tags [2021-04-08T17:08:47.690Z] Cloning repository https://github.com/moby/moby.git [2021-04-08T17:08:47.752Z] > git init /home/ubuntu/workspace/moby_PR-42268 # timeout=10 [2021-04-08T17:08:48.352Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-08T17:08:48.353Z] > git --version # timeout=10 [2021-04-08T17:08:48.364Z] > git --version # 'git version 2.25.1' [2021-04-08T17:08:48.365Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-08T17:08:48.458Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42268/head:refs/remotes/origin/PR-42268 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T17:08:58.319Z] Fetching without tags [2021-04-08T17:08:58.786Z] Merging remotes/origin/master commit 2acab355ec7347b905b3e42bb6639d689cbea28a into PR head commit eefb6c672ae06f4df92b19851126537c8ccaa5e9 [2021-04-08T17:08:59.874Z] Merge succeeded, producing eefb6c672ae06f4df92b19851126537c8ccaa5e9 [2021-04-08T17:08:59.875Z] Checking out Revision eefb6c672ae06f4df92b19851126537c8ccaa5e9 (PR-42268) [2021-04-08T17:08:58.262Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-08T17:08:58.275Z] > git config --add remote.origin.fetch +refs/pull/42268/head:refs/remotes/origin/PR-42268 # timeout=10 [2021-04-08T17:08:58.306Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T17:08:58.324Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-08T17:08:58.346Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-08T17:08:58.347Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-08T17:08:58.348Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42268/head:refs/remotes/origin/PR-42268 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T17:08:58.818Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:08:58.843Z] > git checkout -f eefb6c672ae06f4df92b19851126537c8ccaa5e9 # timeout=10 [2021-04-08T17:08:59.780Z] > git remote # timeout=10 [2021-04-08T17:08:59.814Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T17:08:59.842Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-08T17:08:59.844Z] > git merge 2acab355ec7347b905b3e42bb6639d689cbea28a # timeout=10 [2021-04-08T17:08:59.878Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T17:08:59.902Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:08:59.926Z] > git checkout -f eefb6c672ae06f4df92b19851126537c8ccaa5e9 # timeout=10 [2021-04-08T17:09:04.374Z] Commit message: "Fix typo on the v1.41 changelog" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-08T17:09:05.528Z] + docker version [2021-04-08T17:09:07.440Z] Fetching without tags [2021-04-08T17:09:07.831Z] Merging remotes/origin/master commit 2acab355ec7347b905b3e42bb6639d689cbea28a into PR head commit eefb6c672ae06f4df92b19851126537c8ccaa5e9 [2021-04-08T17:09:07.396Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-08T17:09:07.402Z] > git config --add remote.origin.fetch +refs/pull/42268/head:refs/remotes/origin/PR-42268 # timeout=10 [2021-04-08T17:09:07.410Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T17:09:07.427Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-08T17:09:07.444Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-08T17:09:07.445Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-08T17:09:07.447Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42268/head:refs/remotes/origin/PR-42268 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T17:09:07.839Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:09:07.846Z] > git checkout -f eefb6c672ae06f4df92b19851126537c8ccaa5e9 # timeout=10 [2021-04-08T17:09:08.915Z] Merge succeeded, producing eefb6c672ae06f4df92b19851126537c8ccaa5e9 [2021-04-08T17:09:08.915Z] Checking out Revision eefb6c672ae06f4df92b19851126537c8ccaa5e9 (PR-42268) [2021-04-08T17:09:08.871Z] > git remote # timeout=10 [2021-04-08T17:09:08.877Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T17:09:08.886Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-08T17:09:08.888Z] > git merge 2acab355ec7347b905b3e42bb6639d689cbea28a # timeout=10 [2021-04-08T17:09:08.901Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T17:09:08.918Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:09:08.923Z] > git checkout -f eefb6c672ae06f4df92b19851126537c8ccaa5e9 # timeout=10 [2021-04-08T17:09:12.135Z] Client: Docker Engine - Community [2021-04-08T17:09:12.136Z] Version: 20.10.5 [2021-04-08T17:09:12.136Z] API version: 1.41 [2021-04-08T17:09:12.136Z] Go version: go1.13.15 [2021-04-08T17:09:12.136Z] Git commit: 55c4c88 [2021-04-08T17:09:12.136Z] Built: Tue Mar 2 20:18:05 2021 [2021-04-08T17:09:12.136Z] OS/Arch: linux/amd64 [2021-04-08T17:09:12.136Z] Context: default [2021-04-08T17:09:12.136Z] Experimental: true [2021-04-08T17:09:12.136Z] [2021-04-08T17:09:12.136Z] Server: Docker Engine - Community [2021-04-08T17:09:12.136Z] Engine: [2021-04-08T17:09:12.136Z] Version: 20.10.5 [2021-04-08T17:09:12.136Z] API version: 1.41 (minimum version 1.12) [2021-04-08T17:09:12.136Z] Go version: go1.13.15 [2021-04-08T17:09:12.136Z] Git commit: 363e9a8 [2021-04-08T17:09:12.136Z] Built: Tue Mar 2 20:16:00 2021 [2021-04-08T17:09:12.136Z] OS/Arch: linux/amd64 [2021-04-08T17:09:12.136Z] Experimental: true [2021-04-08T17:09:12.136Z] containerd: [2021-04-08T17:09:12.136Z] Version: 1.4.4 [2021-04-08T17:09:12.136Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-08T17:09:12.136Z] runc: [2021-04-08T17:09:12.136Z] Version: 1.0.0-rc93 [2021-04-08T17:09:12.136Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-08T17:09:12.136Z] docker-init: [2021-04-08T17:09:12.136Z] Version: 0.19.0 [2021-04-08T17:09:12.136Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-08T17:09:12.522Z] + docker info [2021-04-08T17:09:13.528Z] Commit message: "Fix typo on the v1.41 changelog" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-08T17:09:14.740Z] + docker version [2021-04-08T17:09:22.523Z] Client: [2021-04-08T17:09:22.523Z] Context: default [2021-04-08T17:09:22.523Z] Debug Mode: false [2021-04-08T17:09:22.523Z] Plugins: [2021-04-08T17:09:22.523Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-08T17:09:22.523Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-08T17:09:22.523Z] [2021-04-08T17:09:22.523Z] Server: [2021-04-08T17:09:22.523Z] Containers: 0 [2021-04-08T17:09:22.523Z] Running: 0 [2021-04-08T17:09:22.523Z] Paused: 0 [2021-04-08T17:09:22.523Z] Stopped: 0 [2021-04-08T17:09:22.523Z] Images: 0 [2021-04-08T17:09:22.523Z] Server Version: 20.10.5 [2021-04-08T17:09:22.523Z] Storage Driver: overlay2 [2021-04-08T17:09:22.523Z] Backing Filesystem: extfs [2021-04-08T17:09:22.523Z] Supports d_type: true [2021-04-08T17:09:22.523Z] Native Overlay Diff: true [2021-04-08T17:09:22.523Z] Logging Driver: json-file [2021-04-08T17:09:22.523Z] Cgroup Driver: cgroupfs [2021-04-08T17:09:22.523Z] Cgroup Version: 1 [2021-04-08T17:09:22.523Z] Plugins: [2021-04-08T17:09:22.523Z] Volume: local [2021-04-08T17:09:22.523Z] Network: bridge host ipvlan macvlan null overlay [2021-04-08T17:09:22.523Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-08T17:09:22.523Z] Swarm: inactive [2021-04-08T17:09:22.523Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-04-08T17:09:22.523Z] Default Runtime: runc [2021-04-08T17:09:22.523Z] Init Binary: docker-init [2021-04-08T17:09:22.523Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-08T17:09:22.523Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-08T17:09:22.523Z] init version: de40ad0 [2021-04-08T17:09:22.523Z] Security Options: [2021-04-08T17:09:22.523Z] apparmor [2021-04-08T17:09:22.523Z] seccomp [2021-04-08T17:09:22.523Z] Profile: default [2021-04-08T17:09:22.523Z] Kernel Version: 5.4.0-1041-aws [2021-04-08T17:09:22.523Z] Operating System: Ubuntu 18.04.5 LTS [2021-04-08T17:09:22.523Z] OSType: linux [2021-04-08T17:09:22.523Z] Architecture: x86_64 [2021-04-08T17:09:22.523Z] CPUs: 2 [2021-04-08T17:09:22.523Z] Total Memory: 7.569GiB [2021-04-08T17:09:22.523Z] Name: ip-10-100-56-221 [2021-04-08T17:09:22.523Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-04-08T17:09:22.523Z] Docker Root Dir: /var/lib/docker [2021-04-08T17:09:22.523Z] Debug Mode: false [2021-04-08T17:09:22.523Z] Registry: https://index.docker.io/v1/ [2021-04-08T17:09:22.523Z] Labels: [2021-04-08T17:09:22.523Z] Experimental: true [2021-04-08T17:09:22.523Z] Insecure Registries: [2021-04-08T17:09:22.523Z] 127.0.0.0/8 [2021-04-08T17:09:22.523Z] Live Restore Enabled: true [2021-04-08T17:09:22.523Z] [2021-04-08T17:09:22.523Z] WARNING: No swap limit support [Pipeline] sh [2021-04-08T17:09:22.811Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-08T17:09:22.811Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-08T17:09:22.811Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42268/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-08T17:09:22.811Z] + bash /home/ubuntu/workspace/moby_PR-42268/check-config.sh [2021-04-08T17:09:22.811Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-08T17:09:22.811Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-04-08T17:09:22.811Z] [2021-04-08T17:09:22.811Z] Generally Necessary: [2021-04-08T17:09:22.811Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-08T17:09:22.811Z] - apparmor: enabled and tools installed [2021-04-08T17:09:22.811Z] - CONFIG_NAMESPACES: enabled [2021-04-08T17:09:22.811Z] - CONFIG_NET_NS: enabled [2021-04-08T17:09:22.811Z] - CONFIG_PID_NS: enabled [2021-04-08T17:09:22.811Z] - CONFIG_IPC_NS: enabled [2021-04-08T17:09:22.811Z] - CONFIG_UTS_NS: enabled [2021-04-08T17:09:22.811Z] - CONFIG_CGROUPS: enabled [2021-04-08T17:09:22.811Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-08T17:09:22.811Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-08T17:09:22.811Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-08T17:09:22.811Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-08T17:09:22.811Z] - CONFIG_CPUSETS: enabled [2021-04-08T17:09:22.811Z] - CONFIG_MEMCG: enabled [2021-04-08T17:09:22.811Z] - CONFIG_KEYS: enabled [2021-04-08T17:09:22.811Z] - CONFIG_VETH: enabled (as module) [2021-04-08T17:09:22.811Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-08T17:09:22.811Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-08T17:09:22.811Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-08T17:09:22.811Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-08T17:09:22.811Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-08T17:09:23.072Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-08T17:09:23.072Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-08T17:09:23.072Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-08T17:09:23.072Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-08T17:09:23.072Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-08T17:09:23.072Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-08T17:09:23.072Z] [2021-04-08T17:09:23.072Z] Optional Features: [2021-04-08T17:09:23.072Z] - CONFIG_USER_NS: enabled [2021-04-08T17:09:23.072Z] - CONFIG_SECCOMP: enabled [2021-04-08T17:09:23.072Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-08T17:09:23.072Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-08T17:09:23.072Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-08T17:09:23.072Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-08T17:09:23.072Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-08T17:09:23.072Z] - CONFIG_BLK_CGROUP: enabled [2021-04-08T17:09:23.072Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-08T17:09:23.072Z] - CONFIG_CGROUP_PERF: enabled [2021-04-08T17:09:23.072Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-08T17:09:23.072Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-08T17:09:23.072Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-08T17:09:23.072Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-08T17:09:23.072Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-08T17:09:23.072Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-08T17:09:23.072Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-08T17:09:23.072Z] - CONFIG_IP_VS: enabled (as module) [2021-04-08T17:09:23.072Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-08T17:09:23.072Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-08T17:09:23.072Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-08T17:09:23.072Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-08T17:09:23.072Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-08T17:09:23.072Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-08T17:09:23.072Z] - CONFIG_EXT4_FS: enabled [2021-04-08T17:09:23.072Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-08T17:09:23.072Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-08T17:09:23.072Z] - Network Drivers: [2021-04-08T17:09:23.072Z] - "overlay": [2021-04-08T17:09:23.072Z] - CONFIG_VXLAN: enabled (as module) [2021-04-08T17:09:23.072Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-08T17:09:23.072Z] Optional (for encrypted networks): [2021-04-08T17:09:23.072Z] - CONFIG_CRYPTO: enabled [2021-04-08T17:09:23.072Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-08T17:09:23.072Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-08T17:09:23.072Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-08T17:09:23.072Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-08T17:09:23.072Z] - CONFIG_XFRM: enabled [2021-04-08T17:09:23.072Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-08T17:09:23.072Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-08T17:09:23.072Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-08T17:09:23.072Z] - "ipvlan": [2021-04-08T17:09:23.072Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-08T17:09:23.072Z] - "macvlan": [2021-04-08T17:09:23.072Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-08T17:09:23.072Z] - CONFIG_DUMMY: enabled (as module) [2021-04-08T17:09:23.072Z] - "ftp,tftp client in container": [2021-04-08T17:09:23.346Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-08T17:09:23.346Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-08T17:09:23.346Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-08T17:09:23.346Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-08T17:09:23.346Z] - Storage Drivers: [2021-04-08T17:09:23.346Z] - "aufs": [2021-04-08T17:09:23.346Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-08T17:09:23.346Z] - "btrfs": [2021-04-08T17:09:23.346Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-08T17:09:23.346Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-08T17:09:23.346Z] - "devicemapper": [2021-04-08T17:09:23.346Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-08T17:09:23.346Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-08T17:09:23.346Z] - "overlay": [2021-04-08T17:09:23.346Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-08T17:09:23.346Z] - "zfs": [2021-04-08T17:09:23.346Z] - /dev/zfs: present [2021-04-08T17:09:23.346Z] - zfs command: missing [2021-04-08T17:09:23.346Z] - zpool command: missing [2021-04-08T17:09:23.346Z] [2021-04-08T17:09:23.346Z] Limits: [2021-04-08T17:09:23.346Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-08T17:09:23.346Z] [2021-04-08T17:09:23.346Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-04-08T17:09:23.698Z] + sudo modprobe ip_vs [2021-04-08T17:09:23.698Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 . [2021-04-08T17:09:23.958Z] #1 [internal] load build definition from Dockerfile [2021-04-08T17:09:23.958Z] #1 sha256:c10ba640b77a9455b46071655a23622145cc5333fdcbdc09aaff3a1604dc7ac2 [2021-04-08T17:09:23.958Z] #1 transferring dockerfile: 17.02kB done [2021-04-08T17:09:23.958Z] #1 DONE 0.1s [2021-04-08T17:09:23.958Z] [2021-04-08T17:09:23.958Z] #2 [internal] load .dockerignore [2021-04-08T17:09:23.958Z] #2 sha256:f993fee0bae141019f3a62ff177566ace461c56a8bc0ba0e69af763e8bec0437 [2021-04-08T17:09:23.958Z] #2 transferring context: 87B done [2021-04-08T17:09:23.958Z] #2 DONE 0.1s [2021-04-08T17:09:23.958Z] [2021-04-08T17:09:23.958Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-08T17:09:23.958Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-04-08T17:09:24.765Z] Client: Docker Engine - Community [2021-04-08T17:09:24.765Z] Version: 20.10.5 [2021-04-08T17:09:24.765Z] API version: 1.41 [2021-04-08T17:09:24.765Z] Go version: go1.13.15 [2021-04-08T17:09:24.765Z] Git commit: 55c4c88 [2021-04-08T17:09:24.765Z] Built: Tue Mar 2 20:19:31 2021 [2021-04-08T17:09:24.765Z] OS/Arch: linux/arm64 [2021-04-08T17:09:24.765Z] Context: default [2021-04-08T17:09:24.765Z] Experimental: true [2021-04-08T17:09:24.765Z] [2021-04-08T17:09:24.765Z] Server: Docker Engine - Community [2021-04-08T17:09:24.765Z] Engine: [2021-04-08T17:09:24.765Z] Version: 20.10.5 [2021-04-08T17:09:24.765Z] API version: 1.41 (minimum version 1.12) [2021-04-08T17:09:24.765Z] Go version: go1.13.15 [2021-04-08T17:09:24.765Z] Git commit: 363e9a8 [2021-04-08T17:09:24.765Z] Built: Tue Mar 2 20:17:22 2021 [2021-04-08T17:09:24.765Z] OS/Arch: linux/arm64 [2021-04-08T17:09:24.765Z] Experimental: true [2021-04-08T17:09:24.765Z] containerd: [2021-04-08T17:09:24.765Z] Version: 1.4.4 [2021-04-08T17:09:24.765Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-08T17:09:24.765Z] runc: [2021-04-08T17:09:24.765Z] Version: 1.0.0-rc93 [2021-04-08T17:09:24.765Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-08T17:09:24.765Z] docker-init: [2021-04-08T17:09:24.765Z] Version: 0.19.0 [2021-04-08T17:09:24.765Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-08T17:09:25.109Z] + docker info [2021-04-08T17:09:25.340Z] #3 DONE 1.2s [2021-04-08T17:09:25.340Z] [2021-04-08T17:09:25.340Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-08T17:09:25.340Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-04-08T17:09:25.340Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-04-08T17:09:25.340Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-04-08T17:09:25.340Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-04-08T17:09:25.340Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-04-08T17:09:25.340Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-04-08T17:09:25.600Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done [2021-04-08T17:09:25.600Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-04-08T17:09:25.600Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-04-08T17:09:25.600Z] #4 DONE 0.6s [2021-04-08T17:09:26.171Z] [2021-04-08T17:09:26.171Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-04-08T17:09:26.171Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-08T17:09:27.113Z] #8 ... [2021-04-08T17:09:27.113Z] [2021-04-08T17:09:27.113Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-08T17:09:27.113Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-04-08T17:09:27.113Z] #6 DONE 0.9s [2021-04-08T17:09:27.113Z] [2021-04-08T17:09:27.113Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-08T17:09:27.113Z] #5 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-08T17:09:27.113Z] #5 DONE 1.0s [2021-04-08T17:09:27.113Z] [2021-04-08T17:09:27.113Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-08T17:09:27.113Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-08T17:09:27.113Z] #7 DONE 1.0s [2021-04-08T17:09:27.113Z] [2021-04-08T17:09:27.113Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-04-08T17:09:27.113Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-08T17:09:27.113Z] #8 DONE 1.1s [2021-04-08T17:09:28.055Z] [2021-04-08T17:09:28.055Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-08T17:09:28.055Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab [2021-04-08T17:09:28.055Z] #26 resolve docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 0.1s done [2021-04-08T17:09:28.315Z] #26 sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 1.85kB / 1.85kB done [2021-04-08T17:09:28.315Z] #26 sha256:57198c0f3bb6172ab28f3351d5eca9239527e22a59287174e8b9a73156075bef 529B / 529B done [2021-04-08T17:09:28.315Z] #26 sha256:109b803c6a30d5b613caf528e4b8f96d2aa4205c58de6ac494825d81380125c8 1.46kB / 1.46kB done [2021-04-08T17:09:33.623Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 0B / 50.43MB 4.6s [2021-04-08T17:09:33.623Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 4.19MB / 50.43MB 4.7s [2021-04-08T17:09:33.623Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 19.92MB / 50.43MB 5.0s [2021-04-08T17:09:33.623Z] #26 ... [2021-04-08T17:09:33.623Z] [2021-04-08T17:09:33.623Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-08T17:09:33.623Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-08T17:09:33.623Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done [2021-04-08T17:09:33.623Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-04-08T17:09:33.623Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-04-08T17:09:33.623Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-04-08T17:09:33.623Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.4s done [2021-04-08T17:09:33.623Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.6s done [2021-04-08T17:09:33.623Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.8s done [2021-04-08T17:09:33.623Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.2s [2021-04-08T17:09:33.623Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.5s done [2021-04-08T17:09:33.623Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.0s [2021-04-08T17:09:33.623Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.8s done [2021-04-08T17:09:33.623Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.5s done [2021-04-08T17:09:33.883Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.6s done [2021-04-08T17:09:34.455Z] #9 ... [2021-04-08T17:09:34.455Z] [2021-04-08T17:09:34.455Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-08T17:09:34.455Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-08T17:09:34.455Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-04-08T17:09:34.455Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-04-08T17:09:34.455Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-04-08T17:09:34.455Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-04-08T17:09:34.455Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2021-04-08T17:09:34.455Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.5s done [2021-04-08T17:09:34.455Z] #62 DONE 6.4s [2021-04-08T17:09:34.455Z] [2021-04-08T17:09:34.455Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-08T17:09:34.455Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-08T17:09:34.455Z] #9 ... [2021-04-08T17:09:34.455Z] [2021-04-08T17:09:34.455Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-08T17:09:34.455Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab [2021-04-08T17:09:34.455Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 50.43MB / 50.43MB 6.1s done [2021-04-08T17:09:34.508Z] INFO [loader] Go packages loading at mode 575 (exports_file|compiled_files|files|imports|name|types_sizes|deps) took 2m1.824006572s [2021-04-08T17:09:34.508Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 466.741277ms [2021-04-08T17:09:34.719Z] #26 ... [2021-04-08T17:09:34.719Z] [2021-04-08T17:09:34.719Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-08T17:09:34.719Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-08T17:09:34.719Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-04-08T17:09:34.719Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-04-08T17:09:34.719Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-04-08T17:09:34.719Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-04-08T17:09:34.719Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.8s done [2021-04-08T17:09:34.719Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.2s done [2021-04-08T17:09:34.719Z] #64 DONE 6.5s [2021-04-08T17:09:34.719Z] [2021-04-08T17:09:34.719Z] #23 [internal] load build context [2021-04-08T17:09:34.719Z] #23 sha256:f707093c7842d3f87b29cf7fe86985a2694c9c780cb9cadb7fa7dd2589fad1c0 [2021-04-08T17:09:34.719Z] #23 transferring context: 53.43MB 4.7s done [2021-04-08T17:09:34.719Z] #23 DONE 6.5s [2021-04-08T17:09:34.719Z] [2021-04-08T17:09:34.719Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-08T17:09:34.719Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab [2021-04-08T17:09:34.719Z] #26 extracting sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 [2021-04-08T17:09:37.268Z] #26 ... [2021-04-08T17:09:37.268Z] [2021-04-08T17:09:37.268Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-08T17:09:37.268Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-04-08T17:09:37.268Z] #63 DONE 0.6s [2021-04-08T17:09:37.268Z] [2021-04-08T17:09:37.268Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-08T17:09:37.268Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab [2021-04-08T17:09:37.359Z] Client: [2021-04-08T17:09:37.359Z] Context: default [2021-04-08T17:09:37.359Z] Debug Mode: false [2021-04-08T17:09:37.359Z] Plugins: [2021-04-08T17:09:37.359Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-08T17:09:37.359Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-08T17:09:37.359Z] [2021-04-08T17:09:37.359Z] Server: [2021-04-08T17:09:37.359Z] Containers: 0 [2021-04-08T17:09:37.359Z] Running: 0 [2021-04-08T17:09:37.359Z] Paused: 0 [2021-04-08T17:09:37.359Z] Stopped: 0 [2021-04-08T17:09:37.359Z] Images: 0 [2021-04-08T17:09:37.359Z] Server Version: 20.10.5 [2021-04-08T17:09:37.359Z] Storage Driver: overlay2 [2021-04-08T17:09:37.359Z] Backing Filesystem: extfs [2021-04-08T17:09:37.359Z] Supports d_type: true [2021-04-08T17:09:37.359Z] Native Overlay Diff: true [2021-04-08T17:09:37.359Z] Logging Driver: json-file [2021-04-08T17:09:37.359Z] Cgroup Driver: cgroupfs [2021-04-08T17:09:37.359Z] Cgroup Version: 1 [2021-04-08T17:09:37.359Z] Plugins: [2021-04-08T17:09:37.359Z] Volume: local [2021-04-08T17:09:37.359Z] Network: bridge host ipvlan macvlan null overlay [2021-04-08T17:09:37.359Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-08T17:09:37.359Z] Swarm: inactive [2021-04-08T17:09:37.359Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-04-08T17:09:37.359Z] Default Runtime: runc [2021-04-08T17:09:37.359Z] Init Binary: docker-init [2021-04-08T17:09:37.359Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-08T17:09:37.359Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-08T17:09:37.359Z] init version: de40ad0 [2021-04-08T17:09:37.359Z] Security Options: [2021-04-08T17:09:37.359Z] apparmor [2021-04-08T17:09:37.359Z] seccomp [2021-04-08T17:09:37.359Z] Profile: default [2021-04-08T17:09:37.359Z] Kernel Version: 5.4.0-1041-aws [2021-04-08T17:09:37.360Z] Operating System: Ubuntu 20.04.2 LTS [2021-04-08T17:09:37.360Z] OSType: linux [2021-04-08T17:09:37.360Z] Architecture: aarch64 [2021-04-08T17:09:37.360Z] CPUs: 4 [2021-04-08T17:09:37.360Z] Total Memory: 7.494GiB [2021-04-08T17:09:37.360Z] Name: ip-10-100-40-114 [2021-04-08T17:09:37.360Z] ID: BVXL:CDJC:ICN6:ER53:HAUW:WQSU:QT43:6BOW:3PZO:KHYE:NTNP:UAA4 [2021-04-08T17:09:37.360Z] Docker Root Dir: /var/lib/docker [2021-04-08T17:09:37.360Z] Debug Mode: false [2021-04-08T17:09:37.360Z] Registry: https://index.docker.io/v1/ [2021-04-08T17:09:37.360Z] Labels: [2021-04-08T17:09:37.360Z] Experimental: true [2021-04-08T17:09:37.360Z] Insecure Registries: [2021-04-08T17:09:37.360Z] 127.0.0.0/8 [2021-04-08T17:09:37.360Z] Live Restore Enabled: true [2021-04-08T17:09:37.360Z] [2021-04-08T17:09:37.360Z] WARNING: No swap limit support [Pipeline] sh [2021-04-08T17:09:37.655Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-08T17:09:37.655Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-08T17:09:37.655Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42268/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-08T17:09:37.655Z] + bash /home/ubuntu/workspace/moby_PR-42268/check-config.sh [2021-04-08T17:09:37.655Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-08T17:09:37.655Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-04-08T17:09:37.655Z] [2021-04-08T17:09:37.655Z] Generally Necessary: [2021-04-08T17:09:37.655Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-08T17:09:37.655Z] - apparmor: enabled and tools installed [2021-04-08T17:09:37.655Z] - CONFIG_NAMESPACES: enabled [2021-04-08T17:09:37.655Z] - CONFIG_NET_NS: enabled [2021-04-08T17:09:37.655Z] - CONFIG_PID_NS: enabled [2021-04-08T17:09:37.655Z] - CONFIG_IPC_NS: enabled [2021-04-08T17:09:37.655Z] - CONFIG_UTS_NS: enabled [2021-04-08T17:09:37.655Z] - CONFIG_CGROUPS: enabled [2021-04-08T17:09:37.655Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-08T17:09:37.655Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-08T17:09:37.655Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-08T17:09:37.655Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-08T17:09:37.655Z] - CONFIG_CPUSETS: enabled [2021-04-08T17:09:37.655Z] - CONFIG_MEMCG: enabled [2021-04-08T17:09:37.655Z] - CONFIG_KEYS: enabled [2021-04-08T17:09:37.655Z] - CONFIG_VETH: enabled (as module) [2021-04-08T17:09:37.655Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-08T17:09:37.655Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-08T17:09:37.918Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-08T17:09:37.918Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-08T17:09:37.918Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-08T17:09:37.918Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-08T17:09:37.918Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-08T17:09:37.918Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-08T17:09:37.918Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-08T17:09:37.918Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-08T17:09:37.918Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-08T17:09:37.918Z] [2021-04-08T17:09:37.918Z] Optional Features: [2021-04-08T17:09:37.918Z] - CONFIG_USER_NS: enabled [2021-04-08T17:09:37.918Z] - CONFIG_SECCOMP: enabled [2021-04-08T17:09:37.918Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-08T17:09:37.918Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-08T17:09:37.918Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-08T17:09:37.918Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-08T17:09:37.919Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-08T17:09:37.919Z] - CONFIG_BLK_CGROUP: enabled [2021-04-08T17:09:37.919Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-08T17:09:37.919Z] - CONFIG_CGROUP_PERF: enabled [2021-04-08T17:09:37.919Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-08T17:09:38.182Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-08T17:09:38.182Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-08T17:09:38.182Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-08T17:09:38.182Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-08T17:09:38.182Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-08T17:09:38.182Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-08T17:09:38.182Z] - CONFIG_IP_VS: enabled (as module) [2021-04-08T17:09:38.182Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-08T17:09:38.182Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-08T17:09:38.182Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-08T17:09:38.182Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-08T17:09:38.182Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-08T17:09:38.182Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-08T17:09:38.182Z] - CONFIG_EXT4_FS: enabled [2021-04-08T17:09:38.182Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-08T17:09:38.182Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-08T17:09:38.182Z] - Network Drivers: [2021-04-08T17:09:38.182Z] - "overlay": [2021-04-08T17:09:38.182Z] - CONFIG_VXLAN: enabled (as module) [2021-04-08T17:09:38.182Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-08T17:09:38.182Z] Optional (for encrypted networks): [2021-04-08T17:09:38.210Z] #26 ... [2021-04-08T17:09:38.210Z] [2021-04-08T17:09:38.210Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-08T17:09:38.210Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-04-08T17:09:38.210Z] #65 DONE 1.0s [2021-04-08T17:09:38.210Z] [2021-04-08T17:09:38.210Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-08T17:09:38.210Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab [2021-04-08T17:09:38.444Z] - CONFIG_CRYPTO: enabled [2021-04-08T17:09:38.445Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-08T17:09:38.445Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-08T17:09:38.445Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-08T17:09:38.445Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-08T17:09:38.445Z] - CONFIG_XFRM: enabled [2021-04-08T17:09:38.445Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-08T17:09:38.445Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-08T17:09:38.445Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-08T17:09:38.445Z] - "ipvlan": [2021-04-08T17:09:38.445Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-08T17:09:38.445Z] - "macvlan": [2021-04-08T17:09:38.445Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-08T17:09:38.445Z] - CONFIG_DUMMY: enabled (as module) [2021-04-08T17:09:38.445Z] - "ftp,tftp client in container": [2021-04-08T17:09:38.445Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-08T17:09:38.445Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-08T17:09:38.445Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-08T17:09:38.445Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-08T17:09:38.445Z] - Storage Drivers: [2021-04-08T17:09:38.445Z] - "aufs": [2021-04-08T17:09:38.445Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-08T17:09:38.445Z] - "btrfs": [2021-04-08T17:09:38.445Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-08T17:09:38.445Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-08T17:09:38.445Z] - "devicemapper": [2021-04-08T17:09:38.445Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-08T17:09:38.445Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-08T17:09:38.445Z] - "overlay": [2021-04-08T17:09:38.445Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-08T17:09:38.445Z] - "zfs": [2021-04-08T17:09:38.445Z] - /dev/zfs: present [2021-04-08T17:09:38.445Z] - zfs command: missing [2021-04-08T17:09:38.445Z] - zpool command: missing [2021-04-08T17:09:38.445Z] [2021-04-08T17:09:38.445Z] Limits: [2021-04-08T17:09:38.445Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-08T17:09:38.445Z] [2021-04-08T17:09:38.445Z] + true [Pipeline] } [Pipeline] // stage [2021-04-08T17:09:38.476Z] #26 extracting sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 3.8s done [2021-04-08T17:09:38.476Z] #26 DONE 10.5s [2021-04-08T17:09:38.476Z] [2021-04-08T17:09:38.476Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-08T17:09:38.476Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8 [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-04-08T17:09:38.801Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 . [2021-04-08T17:09:39.064Z] #1 [internal] load build definition from Dockerfile [2021-04-08T17:09:39.064Z] #1 sha256:44b544281793d42434d0371f79444a9288b76ce1b96bdb74354379f785158ec9 [2021-04-08T17:09:39.329Z] #1 transferring dockerfile: 17.02kB done [2021-04-08T17:09:39.329Z] #1 DONE 0.1s [2021-04-08T17:09:39.329Z] [2021-04-08T17:09:39.329Z] #2 [internal] load .dockerignore [2021-04-08T17:09:39.329Z] #2 sha256:8625a5c93efb0793007fb532ee4d2ea9b1f73d351c1e9dc42c1d4eb413a0f9e4 [2021-04-08T17:09:39.329Z] #2 transferring context: 87B done [2021-04-08T17:09:39.329Z] #2 DONE 0.0s [2021-04-08T17:09:39.591Z] [2021-04-08T17:09:39.591Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-08T17:09:39.591Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2021-04-08T17:09:39.861Z] #27 1.308 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-04-08T17:09:39.862Z] #27 1.326 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-08T17:09:39.862Z] #27 1.374 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-08T17:09:39.862Z] #27 1.471 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-08T17:09:40.444Z] #27 1.760 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-08T17:09:40.540Z] #3 DONE 0.9s [2021-04-08T17:09:40.540Z] [2021-04-08T17:09:40.540Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-08T17:09:40.540Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2021-04-08T17:09:40.540Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.0s done [2021-04-08T17:09:40.540Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-04-08T17:09:40.540Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done [2021-04-08T17:09:40.540Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done [2021-04-08T17:09:40.540Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0B / 9.01MB 0.2s [2021-04-08T17:09:40.713Z] #27 2.183 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [271 kB] [2021-04-08T17:09:40.805Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 7.34MB / 9.01MB 0.3s [2021-04-08T17:09:40.805Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.4s [2021-04-08T17:09:41.067Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a [2021-04-08T17:09:41.067Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.6s done [2021-04-08T17:09:41.644Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done [2021-04-08T17:09:42.098Z] #27 3.556 Fetched 8426 kB in 3s (3333 kB/s) [2021-04-08T17:09:42.220Z] #4 DONE 1.8s [2021-04-08T17:09:42.796Z] [2021-04-08T17:09:42.796Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-08T17:09:42.796Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-08T17:09:43.041Z] #27 3.556 Reading package lists... [2021-04-08T17:09:43.747Z] #8 DONE 0.9s [2021-04-08T17:09:43.748Z] [2021-04-08T17:09:43.748Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-08T17:09:43.748Z] #5 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-04-08T17:09:43.748Z] #5 DONE 0.9s [2021-04-08T17:09:43.748Z] [2021-04-08T17:09:43.748Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-08T17:09:43.748Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-08T17:09:43.748Z] #7 DONE 1.0s [2021-04-08T17:09:43.748Z] [2021-04-08T17:09:43.748Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-04-08T17:09:43.748Z] #6 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-04-08T17:09:43.748Z] #6 DONE 1.1s [2021-04-08T17:09:43.983Z] #27 4.550 Reading package lists... [2021-04-08T17:09:44.074Z] [2021-04-08T17:09:44.075Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-08T17:09:44.075Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-08T17:09:44.075Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-04-08T17:09:44.075Z] #64 DONE 0.1s [2021-04-08T17:09:44.075Z] [2021-04-08T17:09:44.075Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-08T17:09:44.075Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-08T17:09:44.245Z] #27 5.470 Building dependency tree... [2021-04-08T17:09:44.245Z] #27 5.826 The following additional packages will be installed: [2021-04-08T17:09:44.245Z] #27 5.826 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-04-08T17:09:44.245Z] #27 5.826 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-04-08T17:09:44.245Z] #27 5.826 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-04-08T17:09:44.245Z] #27 5.826 Suggested packages: [2021-04-08T17:09:44.245Z] #27 5.826 krb5-doc krb5-user [2021-04-08T17:09:44.245Z] #27 5.826 Recommended packages: [2021-04-08T17:09:44.245Z] #27 5.826 krb5-locales publicsuffix libsasl2-modules [2021-04-08T17:09:44.338Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-04-08T17:09:44.338Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-04-08T17:09:44.338Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-04-08T17:09:44.338Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-04-08T17:09:44.338Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.2s [2021-04-08T17:09:44.513Z] #27 6.066 The following NEW packages will be installed: [2021-04-08T17:09:44.513Z] #27 6.066 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-04-08T17:09:44.513Z] #27 6.066 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-04-08T17:09:44.513Z] #27 6.066 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-04-08T17:09:44.513Z] #27 6.066 libssh2-1 libssl1.1 openssl [2021-04-08T17:09:44.773Z] #27 6.345 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-04-08T17:09:44.773Z] #27 6.345 Need to get 5059 kB of archives. [2021-04-08T17:09:44.774Z] #27 6.345 After this operation, 12.1 MB of additional disk space will be used. [2021-04-08T17:09:44.774Z] #27 6.345 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-04-08T17:09:44.774Z] #27 6.347 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-04-08T17:09:44.774Z] #27 6.351 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-04-08T17:09:44.774Z] #27 6.351 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-04-08T17:09:44.774Z] #27 6.352 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-04-08T17:09:44.774Z] #27 6.358 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-04-08T17:09:44.966Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 6.29MB / 9.86MB 0.5s [2021-04-08T17:09:44.966Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s [2021-04-08T17:09:45.036Z] #27 6.365 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-04-08T17:09:45.036Z] #27 6.370 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-04-08T17:09:45.036Z] #27 6.378 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-04-08T17:09:45.036Z] #27 6.378 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-04-08T17:09:45.036Z] #27 6.382 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-04-08T17:09:45.036Z] #27 6.390 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-04-08T17:09:45.036Z] #27 6.391 Get:13 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-04-08T17:09:45.036Z] #27 6.397 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-04-08T17:09:45.036Z] #27 6.397 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-04-08T17:09:45.036Z] #27 6.397 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-04-08T17:09:45.036Z] #27 6.406 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-04-08T17:09:45.036Z] #27 6.406 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-04-08T17:09:45.036Z] #27 6.410 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-04-08T17:09:45.036Z] #27 6.423 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-04-08T17:09:45.036Z] #27 6.426 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-04-08T17:09:45.036Z] #27 ... [2021-04-08T17:09:45.036Z] [2021-04-08T17:09:45.036Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-08T17:09:45.036Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-08T17:09:45.036Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s done [2021-04-08T17:09:45.036Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done [2021-04-08T17:09:45.036Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done [2021-04-08T17:09:45.036Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.8s done [2021-04-08T17:09:45.036Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.6s [2021-04-08T17:09:45.229Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.9s done [2021-04-08T17:09:45.229Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2021-04-08T17:09:45.298Z] #9 ... [2021-04-08T17:09:45.298Z] [2021-04-08T17:09:45.298Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-08T17:09:45.298Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8 [2021-04-08T17:09:45.298Z] #27 6.593 debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:09:45.298Z] #27 6.620 Fetched 5059 kB in 0s (14.7 MB/s) [2021-04-08T17:09:45.298Z] #27 6.662 Selecting previously unselected package libssl1.1:amd64. [2021-04-08T17:09:45.298Z] #27 6.662 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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-04-08T17:09:45.298Z] #27 6.666 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-04-08T17:09:45.298Z] #27 6.683 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-04-08T17:09:45.563Z] #27 6.893 Selecting previously unselected package openssl. [2021-04-08T17:09:45.563Z] #27 6.894 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-04-08T17:09:45.563Z] #27 6.899 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-04-08T17:09:45.563Z] #27 7.040 Selecting previously unselected package ca-certificates. [2021-04-08T17:09:45.563Z] #27 7.040 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-04-08T17:09:45.563Z] #27 7.066 Unpacking ca-certificates (20200601~deb10u2) ... [2021-04-08T17:09:45.563Z] #27 7.118 Selecting previously unselected package libkeyutils1:amd64. [2021-04-08T17:09:45.563Z] #27 7.118 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-04-08T17:09:45.823Z] #27 7.121 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-04-08T17:09:45.823Z] #27 7.156 Selecting previously unselected package libkrb5support0:amd64. [2021-04-08T17:09:45.823Z] #27 7.156 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-04-08T17:09:45.823Z] #27 7.160 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-04-08T17:09:45.823Z] #27 7.205 Selecting previously unselected package libk5crypto3:amd64. [2021-04-08T17:09:45.823Z] #27 7.205 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-04-08T17:09:45.823Z] #27 7.208 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-04-08T17:09:45.823Z] #27 7.262 Selecting previously unselected package libkrb5-3:amd64. [2021-04-08T17:09:45.823Z] #27 7.262 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-04-08T17:09:45.823Z] #27 7.267 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-04-08T17:09:45.823Z] #27 7.354 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-08T17:09:45.823Z] #27 7.354 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-04-08T17:09:45.823Z] #27 7.358 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-04-08T17:09:45.823Z] #27 7.399 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-08T17:09:45.823Z] #27 7.399 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-04-08T17:09:45.823Z] #27 7.402 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-08T17:09:45.823Z] #27 7.446 Selecting previously unselected package libsasl2-2:amd64. [2021-04-08T17:09:45.823Z] #27 7.446 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-04-08T17:09:45.823Z] #27 7.450 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-08T17:09:46.086Z] #27 7.503 Selecting previously unselected package libldap-common. [2021-04-08T17:09:46.086Z] #27 7.503 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-04-08T17:09:46.086Z] #27 7.511 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-08T17:09:46.086Z] #27 7.566 Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-08T17:09:46.086Z] #27 7.566 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-04-08T17:09:46.086Z] #27 7.578 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-08T17:09:46.086Z] #27 7.639 Selecting previously unselected package libnghttp2-14:amd64. [2021-04-08T17:09:46.086Z] #27 7.639 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-04-08T17:09:46.086Z] #27 7.643 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-04-08T17:09:46.086Z] #27 7.689 Selecting previously unselected package libpsl5:amd64. [2021-04-08T17:09:46.086Z] #27 7.689 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-04-08T17:09:46.354Z] #27 7.694 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-04-08T17:09:46.354Z] #27 7.740 Selecting previously unselected package librtmp1:amd64. [2021-04-08T17:09:46.354Z] #27 7.742 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-04-08T17:09:46.354Z] #27 7.746 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-08T17:09:46.354Z] #27 7.795 Selecting previously unselected package libssh2-1:amd64. [2021-04-08T17:09:46.354Z] #27 7.795 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-04-08T17:09:46.354Z] #27 7.801 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-04-08T17:09:46.354Z] #27 7.854 Selecting previously unselected package libcurl4:amd64. [2021-04-08T17:09:46.354Z] #27 7.855 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-04-08T17:09:46.354Z] #27 7.859 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-04-08T17:09:46.354Z] #27 7.918 Selecting previously unselected package curl. [2021-04-08T17:09:46.354Z] #27 7.918 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-04-08T17:09:46.615Z] #27 7.923 Unpacking curl (7.64.0-4+deb10u2) ... [2021-04-08T17:09:46.615Z] #27 7.989 Selecting previously unselected package libonig5:amd64. [2021-04-08T17:09:46.615Z] #27 7.989 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-04-08T17:09:46.615Z] #27 7.998 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-04-08T17:09:46.615Z] #27 8.058 Selecting previously unselected package libjq1:amd64. [2021-04-08T17:09:46.615Z] #27 8.058 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-04-08T17:09:46.615Z] #27 8.061 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-08T17:09:46.615Z] #27 8.104 Selecting previously unselected package jq. [2021-04-08T17:09:46.615Z] #27 8.104 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-04-08T17:09:46.615Z] #27 8.110 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-08T17:09:46.615Z] #27 8.153 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-04-08T17:09:46.877Z] #27 8.164 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-04-08T17:09:46.877Z] #27 8.180 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-04-08T17:09:46.877Z] #27 8.332 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-04-08T17:09:46.877Z] #27 8.343 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-08T17:09:46.877Z] #27 8.360 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-04-08T17:09:46.877Z] #27 8.372 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-08T17:09:46.877Z] #27 8.385 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-08T17:09:46.877Z] #27 8.395 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-04-08T17:09:46.877Z] #27 8.406 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-08T17:09:46.877Z] #27 8.417 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-04-08T17:09:46.877Z] #27 8.431 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-04-08T17:09:46.877Z] #27 8.443 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-04-08T17:09:46.877Z] #27 8.461 Setting up libonig5:amd64 (6.9.1-1) ... [2021-04-08T17:09:46.877Z] #27 8.483 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-08T17:09:47.138Z] #27 8.492 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-08T17:09:47.138Z] #27 8.503 Setting up ca-certificates (20200601~deb10u2) ... [2021-04-08T17:09:47.167Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.6s done [2021-04-08T17:09:47.712Z] #27 9.101 Updating certificates in /etc/ssl/certs... [2021-04-08T17:09:47.743Z] #62 DONE 3.6s [2021-04-08T17:09:47.743Z] [2021-04-08T17:09:47.743Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-08T17:09:47.743Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-08T17:09:47.743Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-04-08T17:09:47.743Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-04-08T17:09:47.743Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-04-08T17:09:47.743Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.6s done [2021-04-08T17:09:47.743Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.3s done [2021-04-08T17:09:47.743Z] #64 DONE 3.6s [2021-04-08T17:09:47.743Z] [2021-04-08T17:09:47.743Z] #23 [internal] load build context [2021-04-08T17:09:47.743Z] #23 sha256:70826ed05fe4353e40882304dd6427227331b83719d1a0a4c02a9938f139595c [2021-04-08T17:09:47.743Z] #23 transferring context: 53.43MB 3.3s done [2021-04-08T17:09:47.743Z] #23 DONE 3.7s [2021-04-08T17:09:47.743Z] [2021-04-08T17:09:47.743Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-08T17:09:47.743Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-04-08T17:09:47.743Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done [2021-04-08T17:09:47.743Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-04-08T17:09:47.743Z] #9 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2021-04-08T17:09:47.743Z] #9 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2021-04-08T17:09:47.743Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 2.2s done [2021-04-08T17:09:47.743Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 1.1s done [2021-04-08T17:09:47.743Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 3.1s done [2021-04-08T17:09:47.743Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 3.3s done [2021-04-08T17:09:47.743Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 1.1s [2021-04-08T17:09:47.743Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 3.4s done [2021-04-08T17:09:47.743Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 5.24MB / 62.53MB 3.6s [2021-04-08T17:09:47.743Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 3.15MB / 97.69MB 3.6s [2021-04-08T17:09:48.012Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 11.45MB / 62.53MB 3.7s [2021-04-08T17:09:48.012Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 12.58MB / 97.69MB 3.7s [2021-04-08T17:09:48.012Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 24.12MB / 97.69MB 3.8s [2021-04-08T17:09:48.277Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 34.75MB / 62.53MB 4.0s [2021-04-08T17:09:48.277Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 39.85MB / 97.69MB 4.0s [2021-04-08T17:09:48.277Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 49.28MB / 97.69MB 4.1s [2021-04-08T17:09:48.548Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 55.57MB / 62.53MB 4.2s [2021-04-08T17:09:48.548Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 4.3s [2021-04-08T17:09:48.657Z] #27 9.934 137 added, 0 removed; done. [2021-04-08T17:09:48.657Z] #27 9.968 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-04-08T17:09:48.657Z] #27 9.984 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-08T17:09:48.657Z] #27 9.997 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-04-08T17:09:48.657Z] #27 10.02 Setting up curl (7.64.0-4+deb10u2) ... [2021-04-08T17:09:48.657Z] #27 10.03 Processing triggers for libc-bin (2.28-10) ... [2021-04-08T17:09:48.657Z] #27 10.04 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-04-08T17:09:48.657Z] #27 10.06 Updating certificates in /etc/ssl/certs... [2021-04-08T17:09:48.818Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 85.04MB / 97.69MB 4.5s [2021-04-08T17:09:48.818Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 4.6s [2021-04-08T17:09:49.230Z] #27 10.76 0 added, 0 removed; done. [2021-04-08T17:09:49.230Z] #27 10.76 Running hooks in /etc/ca-certificates/update.d... [2021-04-08T17:09:49.230Z] #27 10.76 done. [2021-04-08T17:09:50.219Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.3s done [2021-04-08T17:09:52.150Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 7.5s done [2021-04-08T17:09:52.416Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2021-04-08T17:09:52.536Z] #27 DONE 13.7s [2021-04-08T17:09:52.536Z] [2021-04-08T17:09:52.536Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-08T17:09:52.536Z] #28 sha256:a6aaa09c725724fd200527521b171ad4a4b20410f83abca8b8efd397b229bcc8 [2021-04-08T17:09:52.536Z] #28 DONE 0.1s [2021-04-08T17:09:52.536Z] [2021-04-08T17:09:52.536Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-08T17:09:52.536Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-08T17:09:52.536Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.9s done [2021-04-08T17:09:52.536Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.9s done [2021-04-08T17:09:52.536Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-04-08T17:09:52.536Z] #9 DONE 24.4s [2021-04-08T17:09:52.536Z] [2021-04-08T17:09:52.536Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-08T17:09:52.536Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-04-08T17:09:52.602Z] INFO [runner/unused/goanalysis] analyzers took 27.764193568s with top 10 stages: buildssa: 23.844837723s, U1000: 3.919355845s [2021-04-08T17:09:53.069Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.4s done [2021-04-08T17:09:53.111Z] #10 DONE 0.7s [2021-04-08T17:09:53.111Z] [2021-04-08T17:09:53.111Z] #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-04-08T17:09:53.111Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-04-08T17:09:54.017Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 9.7s [2021-04-08T17:09:54.017Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 9.7s done [2021-04-08T17:09:54.017Z] #9 ... [2021-04-08T17:09:54.017Z] [2021-04-08T17:09:54.017Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-08T17:09:54.017Z] #26 sha256:57373d627fc10d0b115e682739129cb5d3dbf5736835e2210a41d400372eae02 [2021-04-08T17:09:54.017Z] #26 resolve docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 0.1s done [2021-04-08T17:09:54.017Z] #26 sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 1.85kB / 1.85kB done [2021-04-08T17:09:54.017Z] #26 sha256:c27a62aa2e74f8bcfab5451574adabc92c4c8e8f2264f5d6da581aa8a08deed5 529B / 529B done [2021-04-08T17:09:54.017Z] #26 sha256:4333ac3aa4e42d5c617b3bbf4db72c884307379c6c794f87195ba3cc9bac5611 1.46kB / 1.46kB done [2021-04-08T17:09:54.017Z] #26 sha256:ef28e7e77ecbd3b3b426832bc12e8f5e629959683767466e9bac149c3286e126 49.23MB / 49.23MB 5.0s done [2021-04-08T17:09:54.017Z] #26 extracting sha256:ef28e7e77ecbd3b3b426832bc12e8f5e629959683767466e9bac149c3286e126 2.1s done [2021-04-08T17:09:54.055Z] #11 DONE 0.8s [2021-04-08T17:09:54.055Z] [2021-04-08T17:09:54.055Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:09:54.055Z] #29 sha256:f7e9d2c6b379fdf7887907ad762076c892c4af26e6470010a693e4b0da98e5d0 [2021-04-08T17:09:54.055Z] #29 1.244 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-04-08T17:09:54.055Z] #29 1.330 [2021-04-08T17:09:54.315Z] #29 1.449 ########### 16.1% ######################### 35.9% ####################################### 54.2% ##################################################### 74.1% ################################################################### 94.1% ######################################################################## 100.0% [2021-04-08T17:09:54.315Z] #29 1.982 [2021-04-08T17:09:54.315Z] #29 ... [2021-04-08T17:09:54.315Z] [2021-04-08T17:09:54.315Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-08T17:09:54.315Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-04-08T17:09:54.315Z] #31 DONE 0.5s [2021-04-08T17:09:54.584Z] [2021-04-08T17:09:54.584Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-08T17:09:54.584Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-04-08T17:09:54.584Z] #39 DONE 0.5s [2021-04-08T17:09:54.584Z] [2021-04-08T17:09:54.584Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:09:54.584Z] #29 sha256:f7e9d2c6b379fdf7887907ad762076c892c4af26e6470010a693e4b0da98e5d0 [2021-04-08T17:09:54.584Z] #29 2.228 #################################################################### 95.0% ######################################################################## 100.0% [2021-04-08T17:09:54.584Z] #29 2.325 [2021-04-08T17:09:54.592Z] #26 DONE 10.2s [2021-04-08T17:09:54.592Z] [2021-04-08T17:09:54.592Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-08T17:09:54.592Z] #27 sha256:d27195ceaffc1f9a65c2220ed12d7feaf17d51abd478d3d656591b753a121514 [2021-04-08T17:09:54.848Z] #29 2.454 ################################################## 70.0% ######################################################################## 100.0% [2021-04-08T17:09:55.110Z] #29 2.588 [2021-04-08T17:09:55.651Z] #29 2.718 #### 6.6% ############### 21.6% ########################### 37.9% ########################################## 59.1% ######################################################### 79.7% ################################################################## 91.9% ######################################################################## 100.0% [2021-04-08T17:09:55.914Z] #29 3.418 [2021-04-08T17:09:57.164Z] #27 2.747 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-04-08T17:09:57.164Z] #27 2.765 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-08T17:09:57.427Z] #27 ... [2021-04-08T17:09:57.427Z] [2021-04-08T17:09:57.427Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-08T17:09:57.427Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-04-08T17:09:57.427Z] #63 DONE 1.2s [2021-04-08T17:09:57.427Z] [2021-04-08T17:09:57.427Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-08T17:09:57.427Z] #27 sha256:d27195ceaffc1f9a65c2220ed12d7feaf17d51abd478d3d656591b753a121514 [2021-04-08T17:09:57.427Z] #27 2.801 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-08T17:09:57.427Z] #27 2.982 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-04-08T17:09:57.771Z] #29 3.587 0.6% ### 5.2% ###### 8.7% ######### 13.1% ############ 17.3% ############### 21.9% ################### 26.5% ##################### 30.5% ########################### 38.7% ################################# 46.6% ###################################### 53.4% ############################################ 61.7% ################################################# 68.1% #################################################### 73.3% ######################################################## 78.4% ############################################################ 83.6% ############################################################### 88.8% ################################################################### 94.1% ####################################################################### 99.3% ######################################################################## 100.0% [2021-04-08T17:09:57.771Z] #29 5.445 [2021-04-08T17:09:58.040Z] #27 3.361 Get:5 http://security.debian.org/debian-security buster/updates/main arm64 Packages [266 kB] [2021-04-08T17:09:58.040Z] #27 3.522 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-04-08T17:09:58.344Z] #29 5.843 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-04-08T17:09:58.344Z] #29 5.917 [2021-04-08T17:09:58.344Z] #29 6.012 ######################################################################## 100.0% [2021-04-08T17:09:58.607Z] #29 6.058 [2021-04-08T17:09:58.869Z] #29 6.457 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-04-08T17:09:58.869Z] #29 6.561 [2021-04-08T17:09:58.989Z] #27 ... [2021-04-08T17:09:58.989Z] [2021-04-08T17:09:58.989Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-08T17:09:58.989Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-04-08T17:09:58.989Z] #65 DONE 1.7s [2021-04-08T17:09:59.130Z] [2021-04-08T17:09:59.130Z] #29 ... [2021-04-08T17:09:59.130Z] [2021-04-08T17:09:59.130Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-04-08T17:09:59.130Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-04-08T17:09:59.130Z] #12 DONE 5.0s [2021-04-08T17:09:59.130Z] [2021-04-08T17:09:59.130Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:09:59.130Z] #29 sha256:f7e9d2c6b379fdf7887907ad762076c892c4af26e6470010a693e4b0da98e5d0 [2021-04-08T17:09:59.130Z] #29 6.710 0.1% ######################################################################## 100.0% [2021-04-08T17:09:59.130Z] #29 6.779 [2021-04-08T17:09:59.253Z] [2021-04-08T17:09:59.253Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-08T17:09:59.253Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-04-08T17:09:59.253Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.3s done [2021-04-08T17:09:59.253Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.3s done [2021-04-08T17:09:59.253Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0.1s [2021-04-08T17:09:59.391Z] #29 7.150 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-04-08T17:09:59.653Z] #29 7.276 [2021-04-08T17:10:00.438Z] #29 7.475 0.0% ############# 19.0% ################################ 44.7% ########################################### 60.4% ############################################################### 87.5% ######################################################################## 100.0% [2021-04-08T17:10:00.438Z] #29 7.963 [2021-04-08T17:10:01.011Z] #29 8.708 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-04-08T17:10:01.196Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.7s done [2021-04-08T17:10:01.196Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe [2021-04-08T17:10:01.584Z] #29 9.359 [2021-04-08T17:10:02.156Z] #29 9.623 ################# 23.7% ######################################################################## 100.0% [2021-04-08T17:10:02.156Z] #29 9.694 [2021-04-08T17:10:03.099Z] #29 10.54 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-04-08T17:10:03.361Z] #29 10.97 [2021-04-08T17:10:03.623Z] #29 11.11 ######################################################################## 100.0% [2021-04-08T17:10:03.623Z] #29 11.31 [2021-04-08T17:10:03.884Z] #29 11.40 Download of images into '/build' complete. [2021-04-08T17:10:03.884Z] #29 11.40 Use something like the following to load the result into a Docker daemon: [2021-04-08T17:10:03.884Z] #29 11.40 tar -cC '/build' . | docker load [2021-04-08T17:10:03.884Z] #29 ... [2021-04-08T17:10:03.884Z] [2021-04-08T17:10:03.884Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-04-08T17:10:03.884Z] #34 sha256:66e78ae275eb687273e1d7e1399d7be798cb126fd3f5f19512259eec245deeb5 [2021-04-08T17:10:03.884Z] #34 6.761 + RM_GOPATH=0 [2021-04-08T17:10:03.884Z] #34 6.761 + TMP_GOPATH= [2021-04-08T17:10:03.884Z] #34 6.761 + : /build [2021-04-08T17:10:03.884Z] #34 6.761 + '[' -z '' ']' [2021-04-08T17:10:03.884Z] #34 6.761 ++ mktemp -d [2021-04-08T17:10:03.884Z] #34 6.761 + export GOPATH=/tmp/tmp.NaS5j9fEJj [2021-04-08T17:10:03.884Z] #34 6.761 + GOPATH=/tmp/tmp.NaS5j9fEJj [2021-04-08T17:10:03.884Z] #34 6.761 + RM_GOPATH=1 [2021-04-08T17:10:03.884Z] #34 6.761 + case "$(go env GOARCH)" in [2021-04-08T17:10:03.884Z] #34 6.770 ++ go env GOARCH [2021-04-08T17:10:03.884Z] #34 6.798 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:03.884Z] #34 6.798 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:03.884Z] #34 6.798 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:03.884Z] #34 6.800 + dir=/tmp/install [2021-04-08T17:10:03.884Z] #34 6.800 + bin=tomlv [2021-04-08T17:10:03.884Z] #34 6.801 + shift [2021-04-08T17:10:03.884Z] #34 6.801 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-04-08T17:10:03.884Z] #34 6.801 + . /tmp/install/tomlv.installer [2021-04-08T17:10:03.884Z] #34 6.801 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-04-08T17:10:03.884Z] #34 6.801 + install_tomlv [2021-04-08T17:10:03.884Z] #34 6.801 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-04-08T17:10:03.884Z] #34 6.801 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-04-08T17:10:03.884Z] #34 6.802 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.NaS5j9fEJj/src/github.com/BurntSushi/toml [2021-04-08T17:10:03.884Z] #34 6.824 Cloning into '/tmp/tmp.NaS5j9fEJj/src/github.com/BurntSushi/toml'... [2021-04-08T17:10:03.884Z] #34 8.025 + cd /tmp/tmp.NaS5j9fEJj/src/github.com/BurntSushi/toml [2021-04-08T17:10:03.884Z] #34 8.025 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-04-08T17:10:03.884Z] #34 8.034 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-04-08T17:10:03.884Z] #34 8.635 runtime/internal/atomic [2021-04-08T17:10:03.884Z] #34 8.637 internal/cpu [2021-04-08T17:10:03.884Z] #34 8.895 runtime/internal/sys [2021-04-08T17:10:03.884Z] #34 9.291 runtime/internal/math [2021-04-08T17:10:03.884Z] #34 9.364 math/bits [2021-04-08T17:10:03.884Z] #34 9.454 internal/bytealg [2021-04-08T17:10:04.145Z] #34 10.08 math [2021-04-08T17:10:04.145Z] #34 ... [2021-04-08T17:10:04.145Z] [2021-04-08T17:10:04.145Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-08T17:10:04.145Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-08T17:10:04.145Z] #36 8.229 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-08T17:10:04.145Z] #36 8.320 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-08T17:10:04.145Z] #36 8.321 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-08T17:10:04.145Z] #36 9.610 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-08T17:10:04.407Z] #36 ... [2021-04-08T17:10:04.407Z] [2021-04-08T17:10:04.407Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:10:04.407Z] #29 sha256:f7e9d2c6b379fdf7887907ad762076c892c4af26e6470010a693e4b0da98e5d0 [2021-04-08T17:10:04.407Z] #29 DONE 11.9s [2021-04-08T17:10:04.407Z] [2021-04-08T17:10:04.407Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-08T17:10:04.407Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-08T17:10:04.407Z] #55 8.089 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-08T17:10:04.408Z] #55 8.184 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-08T17:10:04.408Z] #55 8.186 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-08T17:10:04.408Z] #55 9.400 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-08T17:10:04.408Z] #55 ... [2021-04-08T17:10:04.408Z] [2021-04-08T17:10:04.408Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:10:04.408Z] #45 sha256:129d6cd89cb3c1e2309255ea871bcf81a12799810f3156b6a909e6ecca606456 [2021-04-08T17:10:04.408Z] #45 7.485 + RM_GOPATH=0 [2021-04-08T17:10:04.408Z] #45 7.485 + TMP_GOPATH= [2021-04-08T17:10:04.408Z] #45 7.485 + : /build [2021-04-08T17:10:04.408Z] #45 7.485 + '[' -z '' ']' [2021-04-08T17:10:04.408Z] #45 7.485 ++ mktemp -d [2021-04-08T17:10:04.408Z] #45 7.498 + export GOPATH=/tmp/tmp.OYFVB5q8qB [2021-04-08T17:10:04.408Z] #45 7.498 + GOPATH=/tmp/tmp.OYFVB5q8qB [2021-04-08T17:10:04.408Z] #45 7.498 + RM_GOPATH=1 [2021-04-08T17:10:04.408Z] #45 7.498 + case "$(go env GOARCH)" in [2021-04-08T17:10:04.408Z] #45 7.501 ++ go env GOARCH [2021-04-08T17:10:04.408Z] #45 7.519 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:04.408Z] #45 7.519 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:04.408Z] #45 7.519 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:04.408Z] #45 7.519 + dir=/tmp/install [2021-04-08T17:10:04.408Z] #45 7.524 + bin=vndr [2021-04-08T17:10:04.408Z] #45 7.524 + shift [2021-04-08T17:10:04.408Z] #45 7.524 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-04-08T17:10:04.408Z] #45 7.525 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-08T17:10:04.408Z] #45 7.526 + . /tmp/install/vndr.installer [2021-04-08T17:10:04.408Z] #45 7.526 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-08T17:10:04.408Z] #45 7.526 + install_vndr [2021-04-08T17:10:04.408Z] #45 7.526 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-04-08T17:10:04.408Z] #45 7.529 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.OYFVB5q8qB/src/github.com/LK4D4/vndr [2021-04-08T17:10:04.408Z] #45 7.541 Cloning into '/tmp/tmp.OYFVB5q8qB/src/github.com/LK4D4/vndr'... [2021-04-08T17:10:04.408Z] #45 8.634 + cd /tmp/tmp.OYFVB5q8qB/src/github.com/LK4D4/vndr [2021-04-08T17:10:04.408Z] #45 8.634 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-08T17:10:04.408Z] #45 8.655 + go build -buildmode=pie -v -o /build/vndr . [2021-04-08T17:10:04.408Z] #45 10.44 internal/bytealg [2021-04-08T17:10:04.408Z] #45 10.47 internal/race [2021-04-08T17:10:04.524Z] #9 ... [2021-04-08T17:10:04.524Z] [2021-04-08T17:10:04.524Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-08T17:10:04.524Z] #27 sha256:d27195ceaffc1f9a65c2220ed12d7feaf17d51abd478d3d656591b753a121514 [2021-04-08T17:10:04.524Z] #27 5.246 Fetched 8250 kB in 3s (2992 kB/s) [2021-04-08T17:10:04.524Z] #27 5.246 Reading package lists... [2021-04-08T17:10:04.524Z] #27 6.550 Reading package lists... [2021-04-08T17:10:04.524Z] #27 7.845 Building dependency tree... [2021-04-08T17:10:04.524Z] #27 8.489 The following additional packages will be installed: [2021-04-08T17:10:04.524Z] #27 8.489 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-04-08T17:10:04.524Z] #27 8.493 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-04-08T17:10:04.524Z] #27 8.493 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-04-08T17:10:04.524Z] #27 8.493 Suggested packages: [2021-04-08T17:10:04.524Z] #27 8.493 krb5-doc krb5-user [2021-04-08T17:10:04.524Z] #27 8.493 Recommended packages: [2021-04-08T17:10:04.524Z] #27 8.493 krb5-locales publicsuffix libsasl2-modules [2021-04-08T17:10:04.524Z] #27 8.788 The following NEW packages will be installed: [2021-04-08T17:10:04.524Z] #27 8.789 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-04-08T17:10:04.524Z] #27 8.789 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-04-08T17:10:04.524Z] #27 8.789 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-04-08T17:10:04.524Z] #27 8.792 libssh2-1 libssl1.1 openssl [2021-04-08T17:10:04.524Z] #27 9.091 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-04-08T17:10:04.524Z] #27 9.091 Need to get 4777 kB of archives. [2021-04-08T17:10:04.524Z] #27 9.091 After this operation, 11.5 MB of additional disk space will be used. [2021-04-08T17:10:04.524Z] #27 9.091 Get:1 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u6 [1382 kB] [2021-04-08T17:10:04.524Z] #27 9.092 Get:2 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-04-08T17:10:04.524Z] #27 9.107 Get:3 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2021-04-08T17:10:04.524Z] #27 9.108 Get:4 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB] [2021-04-08T17:10:04.524Z] #27 9.110 Get:5 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB] [2021-04-08T17:10:04.524Z] #27 9.113 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB] [2021-04-08T17:10:04.524Z] #27 9.126 Get:7 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB] [2021-04-08T17:10:04.524Z] #27 9.138 Get:8 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2021-04-08T17:10:04.524Z] #27 9.139 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2021-04-08T17:10:04.524Z] #27 9.142 Get:10 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-04-08T17:10:04.524Z] #27 9.157 Get:11 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u6 [823 kB] [2021-04-08T17:10:04.524Z] #27 9.157 Get:12 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB] [2021-04-08T17:10:04.524Z] #27 9.173 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2021-04-08T17:10:04.524Z] #27 9.186 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2021-04-08T17:10:04.524Z] #27 9.186 Get:15 http://security.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB] [2021-04-08T17:10:04.524Z] #27 9.199 Get:16 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2021-04-08T17:10:04.524Z] #27 9.200 Get:17 http://security.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB] [2021-04-08T17:10:04.524Z] #27 9.200 Get:18 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2021-04-08T17:10:04.524Z] #27 9.203 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-04-08T17:10:04.524Z] #27 9.221 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-04-08T17:10:04.524Z] #27 9.250 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-04-08T17:10:04.524Z] #27 9.577 debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:10:04.524Z] #27 9.619 Fetched 4777 kB in 0s (11.4 MB/s) [2021-04-08T17:10:04.524Z] #27 9.685 Selecting previously unselected package libssl1.1:arm64. [2021-04-08T17:10:04.524Z] #27 9.685 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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-04-08T17:10:04.524Z] #27 9.688 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_arm64.deb ... [2021-04-08T17:10:04.524Z] #27 9.698 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u6) ... [2021-04-08T17:10:04.524Z] #27 9.897 Selecting previously unselected package openssl. [2021-04-08T17:10:04.524Z] #27 9.897 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_arm64.deb ... [2021-04-08T17:10:04.524Z] #27 9.902 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-04-08T17:10:04.524Z] #27 10.12 Selecting previously unselected package ca-certificates. [2021-04-08T17:10:04.524Z] #27 10.12 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-04-08T17:10:04.524Z] #27 10.12 Unpacking ca-certificates (20200601~deb10u2) ... [2021-04-08T17:10:04.669Z] #45 ... [2021-04-08T17:10:04.669Z] [2021-04-08T17:10:04.669Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-08T17:10:04.669Z] #24 sha256:195bfba9cc57b5103a866230d455d6028f229e5345f4be75a1b18a612e20e0d0 [2021-04-08T17:10:04.669Z] #24 6.585 + RM_GOPATH=0 [2021-04-08T17:10:04.669Z] #24 6.585 + TMP_GOPATH= [2021-04-08T17:10:04.669Z] #24 6.585 + : /build [2021-04-08T17:10:04.669Z] #24 6.585 + '[' -z '' ']' [2021-04-08T17:10:04.669Z] #24 6.585 ++ mktemp -d [2021-04-08T17:10:04.669Z] #24 6.593 + export GOPATH=/tmp/tmp.1LtxMh9Tga [2021-04-08T17:10:04.669Z] #24 6.593 + GOPATH=/tmp/tmp.1LtxMh9Tga [2021-04-08T17:10:04.669Z] #24 6.593 + RM_GOPATH=1 [2021-04-08T17:10:04.669Z] #24 6.593 + case "$(go env GOARCH)" in [2021-04-08T17:10:04.669Z] #24 6.593 ++ go env GOARCH [2021-04-08T17:10:04.669Z] #24 6.624 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:04.669Z] #24 6.624 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:04.669Z] #24 6.624 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:04.669Z] #24 6.646 + dir=/tmp/install [2021-04-08T17:10:04.669Z] #24 6.646 + bin=dockercli [2021-04-08T17:10:04.669Z] #24 6.646 + shift [2021-04-08T17:10:04.669Z] #24 6.646 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-04-08T17:10:04.669Z] #24 6.646 + . /tmp/install/dockercli.installer [2021-04-08T17:10:04.669Z] #24 6.646 ++ : stable [2021-04-08T17:10:04.669Z] #24 6.646 ++ : 17.06.2-ce [2021-04-08T17:10:04.669Z] #24 6.649 Install docker/cli version 17.06.2-ce from stable [2021-04-08T17:10:04.669Z] #24 6.649 + install_dockercli [2021-04-08T17:10:04.669Z] #24 6.649 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-04-08T17:10:04.669Z] #24 6.651 ++ uname -m [2021-04-08T17:10:04.669Z] #24 6.651 + arch=x86_64 [2021-04-08T17:10:04.669Z] #24 6.651 + '[' x86_64 '!=' x86_64 ']' [2021-04-08T17:10:04.669Z] #24 6.651 + url=https://download.docker.com/linux/static [2021-04-08T17:10:04.669Z] #24 6.657 + tar -xz docker/docker [2021-04-08T17:10:04.669Z] #24 6.685 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-04-08T17:10:04.669Z] #24 ... [2021-04-08T17:10:04.669Z] [2021-04-08T17:10:04.669Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-08T17:10:04.669Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-08T17:10:04.669Z] #40 6.967 + git clone https://github.com/docker/distribution.git . [2021-04-08T17:10:04.669Z] #40 6.972 Cloning into '.'... [2021-04-08T17:10:04.787Z] #27 10.23 Selecting previously unselected package libkeyutils1:arm64. [2021-04-08T17:10:04.787Z] #27 10.23 Preparing to unpack .../03-libkeyutils1_1.6-6_arm64.deb ... [2021-04-08T17:10:04.787Z] #27 10.24 Unpacking libkeyutils1:arm64 (1.6-6) ... [2021-04-08T17:10:04.787Z] #27 10.31 Selecting previously unselected package libkrb5support0:arm64. [2021-04-08T17:10:04.787Z] #27 10.31 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_arm64.deb ... [2021-04-08T17:10:04.787Z] #27 10.32 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-04-08T17:10:04.787Z] #27 10.40 Selecting previously unselected package libk5crypto3:arm64. [2021-04-08T17:10:04.787Z] #27 10.40 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_arm64.deb ... [2021-04-08T17:10:04.787Z] #27 10.40 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-04-08T17:10:04.934Z] #40 ... [2021-04-08T17:10:04.934Z] [2021-04-08T17:10:04.934Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-08T17:10:04.934Z] #58 sha256:5ca74f163d5fd74a85f8f1756f2ef032e4ffc0d985247b8ffeb0852d52b2c502 [2021-04-08T17:10:04.934Z] #58 7.780 + RM_GOPATH=0 [2021-04-08T17:10:04.934Z] #58 7.781 + TMP_GOPATH= [2021-04-08T17:10:04.934Z] #58 7.786 + : /build [2021-04-08T17:10:04.934Z] #58 7.787 + '[' -z '' ']' [2021-04-08T17:10:04.934Z] #58 7.792 ++ mktemp -d [2021-04-08T17:10:04.934Z] #58 7.798 + export GOPATH=/tmp/tmp.UcvFFdqG1t [2021-04-08T17:10:04.934Z] #58 7.802 + GOPATH=/tmp/tmp.UcvFFdqG1t [2021-04-08T17:10:04.934Z] #58 7.802 + RM_GOPATH=1 [2021-04-08T17:10:04.934Z] #58 7.803 + case "$(go env GOARCH)" in [2021-04-08T17:10:04.934Z] #58 7.804 ++ go env GOARCH [2021-04-08T17:10:04.934Z] #58 7.833 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:04.934Z] #58 7.834 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:04.934Z] #58 7.835 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:04.934Z] #58 7.837 + dir=/tmp/install [2021-04-08T17:10:04.934Z] #58 7.843 + bin=rootlesskit [2021-04-08T17:10:04.934Z] #58 7.851 + shift [2021-04-08T17:10:04.934Z] #58 7.854 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-04-08T17:10:04.934Z] #58 7.854 + . /tmp/install/rootlesskit.installer [2021-04-08T17:10:04.934Z] #58 7.854 ++ : ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-08T17:10:04.934Z] #58 7.855 + install_rootlesskit [2021-04-08T17:10:04.934Z] #58 7.860 + case "$1" in [2021-04-08T17:10:04.934Z] #58 7.860 + export CGO_ENABLED=0 [2021-04-08T17:10:04.934Z] #58 7.860 + CGO_ENABLED=0 [2021-04-08T17:10:04.934Z] #58 7.860 + _install_rootlesskit [2021-04-08T17:10:04.934Z] #58 7.861 + echo 'Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd' [2021-04-08T17:10:04.934Z] #58 7.861 Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-08T17:10:04.934Z] #58 7.861 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.UcvFFdqG1t/src/github.com/rootless-containers/rootlesskit [2021-04-08T17:10:04.934Z] #58 7.863 Cloning into '/tmp/tmp.UcvFFdqG1t/src/github.com/rootless-containers/rootlesskit'... [2021-04-08T17:10:04.934Z] #58 ... [2021-04-08T17:10:04.934Z] [2021-04-08T17:10:04.934Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:10:04.934Z] #51 sha256:c13522ea22f3ec86ee1f182e0f9f1cca459acb5423e400507900f7f22565a07b [2021-04-08T17:10:04.934Z] #51 6.483 + RM_GOPATH=0 [2021-04-08T17:10:04.934Z] #51 6.483 + TMP_GOPATH= [2021-04-08T17:10:04.934Z] #51 6.483 + : /build [2021-04-08T17:10:04.934Z] #51 6.483 + '[' -z '' ']' [2021-04-08T17:10:04.934Z] #51 6.483 ++ mktemp -d [2021-04-08T17:10:04.934Z] #51 6.483 + export GOPATH=/tmp/tmp.1Nb5TFE3HK [2021-04-08T17:10:04.934Z] #51 6.483 + GOPATH=/tmp/tmp.1Nb5TFE3HK [2021-04-08T17:10:04.934Z] #51 6.483 + RM_GOPATH=1 [2021-04-08T17:10:04.934Z] #51 6.483 + case "$(go env GOARCH)" in [2021-04-08T17:10:04.934Z] #51 6.483 ++ go env GOARCH [2021-04-08T17:10:04.934Z] #51 6.493 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:04.934Z] #51 6.493 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:04.934Z] #51 6.493 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:04.934Z] #51 6.497 + dir=/tmp/install [2021-04-08T17:10:04.934Z] #51 6.497 + bin=shfmt [2021-04-08T17:10:04.934Z] #51 6.497 + shift [2021-04-08T17:10:04.934Z] #51 6.497 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-04-08T17:10:04.934Z] #51 6.497 + . /tmp/install/shfmt.installer [2021-04-08T17:10:04.934Z] #51 6.497 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-08T17:10:04.934Z] #51 6.497 + install_shfmt [2021-04-08T17:10:04.934Z] #51 6.497 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-04-08T17:10:04.934Z] #51 6.497 + git clone https://github.com/mvdan/sh.git /tmp/tmp.1Nb5TFE3HK/src/github.com/mvdan/sh [2021-04-08T17:10:04.934Z] #51 6.497 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-08T17:10:04.934Z] #51 6.499 Cloning into '/tmp/tmp.1Nb5TFE3HK/src/github.com/mvdan/sh'... [2021-04-08T17:10:05.051Z] #27 10.48 Selecting previously unselected package libkrb5-3:arm64. [2021-04-08T17:10:05.051Z] #27 10.49 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_arm64.deb ... [2021-04-08T17:10:05.051Z] #27 10.49 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-04-08T17:10:05.051Z] #27 10.60 Selecting previously unselected package libgssapi-krb5-2:arm64. [2021-04-08T17:10:05.051Z] #27 10.60 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ... [2021-04-08T17:10:05.051Z] #27 10.60 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-04-08T17:10:05.195Z] #51 ... [2021-04-08T17:10:05.195Z] [2021-04-08T17:10:05.195Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-08T17:10:05.195Z] #49 sha256:08779085ddafaad5ed2741a83cfc220f9bc89ff572bb6963a6cdc58c97068860 [2021-04-08T17:10:05.195Z] #49 7.781 + RM_GOPATH=0 [2021-04-08T17:10:05.195Z] #49 7.781 + TMP_GOPATH= [2021-04-08T17:10:05.195Z] #49 7.781 + : /build [2021-04-08T17:10:05.195Z] #49 7.781 + '[' -z '' ']' [2021-04-08T17:10:05.195Z] #49 7.781 ++ mktemp -d [2021-04-08T17:10:05.195Z] #49 7.781 + export GOPATH=/tmp/tmp.bEb6bjAb6T [2021-04-08T17:10:05.195Z] #49 7.781 + GOPATH=/tmp/tmp.bEb6bjAb6T [2021-04-08T17:10:05.195Z] #49 7.781 + RM_GOPATH=1 [2021-04-08T17:10:05.195Z] #49 7.781 + case "$(go env GOARCH)" in [2021-04-08T17:10:05.195Z] #49 7.782 ++ go env GOARCH [2021-04-08T17:10:05.195Z] #49 7.842 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:05.195Z] #49 7.851 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:05.195Z] #49 7.855 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:05.195Z] #49 7.859 + dir=/tmp/install [2021-04-08T17:10:05.195Z] #49 7.861 + bin=golangci_lint [2021-04-08T17:10:05.195Z] #49 7.861 + shift [2021-04-08T17:10:05.195Z] #49 7.862 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-04-08T17:10:05.195Z] #49 7.862 + . /tmp/install/golangci_lint.installer [2021-04-08T17:10:05.195Z] #49 7.863 ++ : v1.23.8 [2021-04-08T17:10:05.195Z] #49 7.863 + install_golangci_lint [2021-04-08T17:10:05.195Z] #49 7.864 + set -e [2021-04-08T17:10:05.196Z] #49 7.864 + export GO111MODULE=on [2021-04-08T17:10:05.196Z] #49 7.864 + GO111MODULE=on [2021-04-08T17:10:05.196Z] #49 7.864 + GOBIN=/build [2021-04-08T17:10:05.196Z] #49 7.864 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-04-08T17:10:05.196Z] #49 7.929 go: finding github.com v1.23.8 [2021-04-08T17:10:05.196Z] #49 7.932 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-04-08T17:10:05.196Z] #49 7.932 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-04-08T17:10:05.196Z] #49 7.933 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-04-08T17:10:05.196Z] #49 7.933 go: finding github.com/golangci v1.23.8 [2021-04-08T17:10:05.196Z] #49 8.962 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-04-08T17:10:05.196Z] #49 9.803 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-04-08T17:10:05.196Z] #49 ... [2021-04-08T17:10:05.196Z] [2021-04-08T17:10:05.196Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-08T17:10:05.196Z] #47 sha256:0d067b79b6317afde19a07720de04a2d6c597d38ea8675a5c13b0cec7650d9d8 [2021-04-08T17:10:05.196Z] #47 5.852 + RM_GOPATH=0 [2021-04-08T17:10:05.196Z] #47 5.852 + TMP_GOPATH= [2021-04-08T17:10:05.196Z] #47 5.853 + : /build [2021-04-08T17:10:05.196Z] #47 5.853 + '[' -z '' ']' [2021-04-08T17:10:05.196Z] #47 5.853 ++ mktemp -d [2021-04-08T17:10:05.196Z] #47 5.853 + export GOPATH=/tmp/tmp.Xckjz9k9vu [2021-04-08T17:10:05.196Z] #47 5.853 + GOPATH=/tmp/tmp.Xckjz9k9vu [2021-04-08T17:10:05.196Z] #47 5.856 + RM_GOPATH=1 [2021-04-08T17:10:05.196Z] #47 5.856 + case "$(go env GOARCH)" in [2021-04-08T17:10:05.196Z] #47 5.856 ++ go env GOARCH [2021-04-08T17:10:05.196Z] #47 5.877 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:05.196Z] #47 5.877 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:05.196Z] #47 5.878 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:05.196Z] #47 5.878 + dir=/tmp/install [2021-04-08T17:10:05.196Z] #47 5.878 + bin=gotestsum [2021-04-08T17:10:05.196Z] #47 5.878 + shift [2021-04-08T17:10:05.196Z] #47 5.878 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-04-08T17:10:05.196Z] #47 5.878 + . /tmp/install/gotestsum.installer [2021-04-08T17:10:05.196Z] #47 5.878 ++ : v0.5.3 [2021-04-08T17:10:05.196Z] #47 5.878 + install_gotestsum [2021-04-08T17:10:05.196Z] #47 5.879 + set -e [2021-04-08T17:10:05.196Z] #47 5.879 + export GO111MODULE=on [2021-04-08T17:10:05.196Z] #47 5.879 + GO111MODULE=on [2021-04-08T17:10:05.196Z] #47 5.879 + GOBIN=/build [2021-04-08T17:10:05.196Z] #47 5.879 + go get gotest.tools/gotestsum@v0.5.3 [2021-04-08T17:10:05.196Z] #47 5.912 go: finding gotest.tools v0.5.3 [2021-04-08T17:10:05.196Z] #47 5.912 go: finding gotest.tools/gotestsum v0.5.3 [2021-04-08T17:10:05.196Z] #47 6.178 go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-08T17:10:05.196Z] #47 6.597 go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-08T17:10:05.196Z] #47 8.000 go: downloading github.com/pkg/errors v0.9.1 [2021-04-08T17:10:05.196Z] #47 8.019 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-08T17:10:05.196Z] #47 8.032 go: downloading github.com/fatih/color v1.9.0 [2021-04-08T17:10:05.196Z] #47 8.044 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-08T17:10:05.196Z] #47 8.074 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-08T17:10:05.196Z] #47 8.124 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-08T17:10:05.196Z] #47 8.253 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-08T17:10:05.196Z] #47 8.296 go: extracting github.com/fatih/color v1.9.0 [2021-04-08T17:10:05.196Z] #47 8.347 go: extracting github.com/pkg/errors v0.9.1 [2021-04-08T17:10:05.196Z] #47 8.394 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-08T17:10:05.196Z] #47 8.399 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-08T17:10:05.196Z] #47 8.405 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-08T17:10:05.196Z] #47 8.435 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-08T17:10:05.196Z] #47 8.496 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-08T17:10:05.196Z] #47 8.550 go: downloading github.com/spf13/pflag v1.0.3 [2021-04-08T17:10:05.196Z] #47 8.578 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-08T17:10:05.196Z] #47 8.900 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-08T17:10:05.196Z] #47 9.228 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-08T17:10:05.196Z] #47 9.547 go: extracting github.com/spf13/pflag v1.0.3 [2021-04-08T17:10:05.314Z] #27 10.74 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-04-08T17:10:05.314Z] #27 10.75 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-04-08T17:10:05.314Z] #27 10.75 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-08T17:10:05.314Z] #27 10.81 Selecting previously unselected package libsasl2-2:arm64. [2021-04-08T17:10:05.314Z] #27 10.81 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-04-08T17:10:05.314Z] #27 10.82 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-08T17:10:05.314Z] #27 10.89 Selecting previously unselected package libldap-common. [2021-04-08T17:10:05.314Z] #27 10.89 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-04-08T17:10:05.314Z] #27 10.90 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-08T17:10:05.314Z] #27 11.02 Selecting previously unselected package libldap-2.4-2:arm64. [2021-04-08T17:10:05.457Z] #47 ... [2021-04-08T17:10:05.457Z] [2021-04-08T17:10:05.457Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-08T17:10:05.457Z] #67 sha256:b10a99188abec64597ca50b19596dc7ba70556920392b3ea4c1cd5299fad846c [2021-04-08T17:10:05.457Z] #67 7.022 + RM_GOPATH=0 [2021-04-08T17:10:05.457Z] #67 7.022 + TMP_GOPATH= [2021-04-08T17:10:05.457Z] #67 7.022 + : /build [2021-04-08T17:10:05.457Z] #67 7.022 + '[' -z '' ']' [2021-04-08T17:10:05.457Z] #67 7.022 ++ mktemp -d [2021-04-08T17:10:05.457Z] #67 7.022 + export GOPATH=/tmp/tmp.bfMpwkN2pL [2021-04-08T17:10:05.457Z] #67 7.022 + GOPATH=/tmp/tmp.bfMpwkN2pL [2021-04-08T17:10:05.457Z] #67 7.022 + RM_GOPATH=1 [2021-04-08T17:10:05.457Z] #67 7.022 + case "$(go env GOARCH)" in [2021-04-08T17:10:05.457Z] #67 7.030 ++ go env GOARCH [2021-04-08T17:10:05.457Z] #67 7.051 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-08T17:10:05.457Z] #67 7.052 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:05.457Z] #67 7.052 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:05.457Z] #67 7.052 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:05.457Z] #67 7.052 + dir=/tmp/install [2021-04-08T17:10:05.457Z] #67 7.052 + bin=proxy [2021-04-08T17:10:05.457Z] #67 7.052 + shift [2021-04-08T17:10:05.457Z] #67 7.052 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-04-08T17:10:05.457Z] #67 7.052 + . /tmp/install/proxy.installer [2021-04-08T17:10:05.457Z] #67 7.052 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-08T17:10:05.457Z] #67 7.052 + install_proxy [2021-04-08T17:10:05.457Z] #67 7.052 + case "$1" in [2021-04-08T17:10:05.457Z] #67 7.052 + export CGO_ENABLED=0 [2021-04-08T17:10:05.457Z] #67 7.052 + CGO_ENABLED=0 [2021-04-08T17:10:05.457Z] #67 7.052 + _install_proxy [2021-04-08T17:10:05.457Z] #67 7.052 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-04-08T17:10:05.457Z] #67 7.052 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.bfMpwkN2pL/src/github.com/docker/libnetwork [2021-04-08T17:10:05.457Z] #67 7.058 Cloning into '/tmp/tmp.bfMpwkN2pL/src/github.com/docker/libnetwork'... [2021-04-08T17:10:05.583Z] #27 11.03 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ... [2021-04-08T17:10:05.583Z] #27 11.03 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-08T17:10:05.583Z] #27 11.09 Selecting previously unselected package libnghttp2-14:arm64. [2021-04-08T17:10:05.583Z] #27 11.10 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2021-04-08T17:10:05.583Z] #27 11.10 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-04-08T17:10:05.583Z] #27 11.17 Selecting previously unselected package libpsl5:arm64. [2021-04-08T17:10:05.718Z] #67 ... [2021-04-08T17:10:05.718Z] [2021-04-08T17:10:05.718Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:10:05.718Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-08T17:10:05.718Z] #42 8.089 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-08T17:10:05.718Z] #42 8.192 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-08T17:10:05.718Z] #42 8.208 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-08T17:10:05.718Z] #42 9.258 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-08T17:10:05.718Z] #42 ... [2021-04-08T17:10:05.718Z] [2021-04-08T17:10:05.718Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-08T17:10:05.718Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-08T17:10:05.718Z] #32 6.195 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-04-08T17:10:05.718Z] #32 6.197 Cloning into '.'... [2021-04-08T17:10:05.847Z] #27 ... [2021-04-08T17:10:05.847Z] [2021-04-08T17:10:05.847Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-08T17:10:05.847Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-04-08T17:10:05.847Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 3.7s done [2021-04-08T17:10:05.847Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2021-04-08T17:10:05.847Z] #9 DONE 21.4s [2021-04-08T17:10:05.847Z] [2021-04-08T17:10:05.847Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-08T17:10:05.847Z] #27 sha256:d27195ceaffc1f9a65c2220ed12d7feaf17d51abd478d3d656591b753a121514 [2021-04-08T17:10:05.847Z] #27 11.17 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2021-04-08T17:10:05.847Z] #27 11.17 Unpacking libpsl5:arm64 (0.20.2-2) ... [2021-04-08T17:10:05.847Z] #27 11.22 Selecting previously unselected package librtmp1:arm64. [2021-04-08T17:10:05.847Z] #27 11.22 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2021-04-08T17:10:05.847Z] #27 11.23 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-08T17:10:05.847Z] #27 11.30 Selecting previously unselected package libssh2-1:arm64. [2021-04-08T17:10:05.847Z] #27 ... [2021-04-08T17:10:05.847Z] [2021-04-08T17:10:05.847Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-08T17:10:05.847Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-04-08T17:10:05.979Z] #32 ... [2021-04-08T17:10:05.979Z] [2021-04-08T17:10:05.979Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:10:05.979Z] #45 sha256:129d6cd89cb3c1e2309255ea871bcf81a12799810f3156b6a909e6ecca606456 [2021-04-08T17:10:05.979Z] #45 10.67 sync/atomic [2021-04-08T17:10:05.979Z] #45 11.47 unicode [2021-04-08T17:10:06.240Z] #45 12.34 runtime [2021-04-08T17:10:09.560Z] #45 ... [2021-04-08T17:10:09.560Z] [2021-04-08T17:10:09.560Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:10:09.560Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-08T17:10:09.560Z] #13 3.403 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-08T17:10:09.560Z] #13 3.451 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-08T17:10:09.560Z] #13 3.454 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-08T17:10:09.560Z] #13 3.490 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-08T17:10:09.560Z] #13 4.512 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [460 kB] [2021-04-08T17:10:09.560Z] #13 7.806 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-08T17:10:09.560Z] #13 10.23 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB] [2021-04-08T17:10:09.560Z] #13 ... [2021-04-08T17:10:09.560Z] [2021-04-08T17:10:09.560Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-08T17:10:09.560Z] #58 sha256:5ca74f163d5fd74a85f8f1756f2ef032e4ffc0d985247b8ffeb0852d52b2c502 [2021-04-08T17:10:09.560Z] #58 14.21 + cd /tmp/tmp.UcvFFdqG1t/src/github.com/rootless-containers/rootlesskit [2021-04-08T17:10:09.560Z] #58 14.21 + git checkout -q ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-08T17:10:09.560Z] #58 14.22 + export GO111MODULE=on [2021-04-08T17:10:09.560Z] #58 14.22 + GO111MODULE=on [2021-04-08T17:10:09.560Z] #58 14.22 + export GOPROXY=https://proxy.golang.org [2021-04-08T17:10:09.560Z] #58 14.22 + GOPROXY=https://proxy.golang.org [2021-04-08T17:10:09.560Z] #58 14.22 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-08T17:10:09.560Z] #58 14.22 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-04-08T17:10:10.133Z] #58 16.09 go: downloading github.com/pkg/errors v0.9.1 [2021-04-08T17:10:10.133Z] #58 16.19 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-08T17:10:10.133Z] #58 16.33 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-04-08T17:10:10.394Z] #58 16.33 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-04-08T17:10:10.394Z] #58 16.33 go: downloading github.com/google/uuid v1.2.0 [2021-04-08T17:10:10.394Z] #58 16.45 go: downloading github.com/moby/vpnkit v0.5.0 [2021-04-08T17:10:10.395Z] #58 16.45 go: downloading github.com/gorilla/mux v1.8.0 [2021-04-08T17:10:10.395Z] #58 16.45 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-08T17:10:10.395Z] #58 16.45 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-04-08T17:10:10.395Z] #58 16.55 go: extracting github.com/pkg/errors v0.9.1 [2021-04-08T17:10:10.656Z] #58 16.56 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-04-08T17:10:10.656Z] #58 16.65 go: extracting github.com/google/uuid v1.2.0 [2021-04-08T17:10:10.656Z] #58 16.78 go: extracting github.com/gorilla/mux v1.8.0 [2021-04-08T17:10:10.959Z] #58 16.84 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-08T17:10:11.163Z] #10 DONE 4.8s [2021-04-08T17:10:11.164Z] [2021-04-08T17:10:11.164Z] #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-04-08T17:10:11.164Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-04-08T17:10:11.164Z] #11 DONE 0.7s [2021-04-08T17:10:11.164Z] [2021-04-08T17:10:11.164Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-04-08T17:10:11.164Z] #34 sha256:98a17b44cdbe754f0a2c4b892cf6c1622fbc13db7861ab0027105247e8d21e26 [2021-04-08T17:10:11.221Z] #58 17.14 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-08T17:10:11.221Z] #58 17.16 go: downloading github.com/gofrs/flock v0.8.0 [2021-04-08T17:10:11.427Z] #34 ... [2021-04-08T17:10:11.427Z] [2021-04-08T17:10:11.427Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-08T17:10:11.427Z] #31 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-04-08T17:10:11.427Z] #31 DONE 0.2s [2021-04-08T17:10:11.497Z] #58 17.41 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-04-08T17:10:11.696Z] [2021-04-08T17:10:11.696Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-08T17:10:11.696Z] #39 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-04-08T17:10:11.696Z] #39 DONE 0.4s [2021-04-08T17:10:11.696Z] [2021-04-08T17:10:11.696Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-08T17:10:11.696Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-04-08T17:10:11.758Z] #58 17.65 go: extracting github.com/gofrs/flock v0.8.0 [2021-04-08T17:10:11.758Z] #58 ... [2021-04-08T17:10:11.758Z] [2021-04-08T17:10:11.758Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-08T17:10:11.758Z] #24 sha256:195bfba9cc57b5103a866230d455d6028f229e5345f4be75a1b18a612e20e0d0 [2021-04-08T17:10:11.758Z] #24 17.00 + mkdir -p /build [2021-04-08T17:10:11.758Z] #24 17.01 + mv docker/docker /build/ [2021-04-08T17:10:11.758Z] #24 17.02 + rmdir docker [2021-04-08T17:10:11.758Z] #24 DONE 17.8s [2021-04-08T17:10:12.019Z] [2021-04-08T17:10:12.019Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-08T17:10:12.019Z] #49 sha256:08779085ddafaad5ed2741a83cfc220f9bc89ff572bb6963a6cdc58c97068860 [2021-04-08T17:10:12.019Z] #49 16.95 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-08T17:10:12.019Z] #49 16.96 go: downloading github.com/spf13/cobra v0.0.5 [2021-04-08T17:10:12.019Z] #49 16.97 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-08T17:10:12.019Z] #49 16.98 go: downloading github.com/spf13/pflag v1.0.5 [2021-04-08T17:10:12.019Z] #49 17.04 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-04-08T17:10:12.019Z] #49 17.13 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-04-08T17:10:12.019Z] #49 17.15 go: downloading github.com/spf13/viper v1.6.1 [2021-04-08T17:10:12.019Z] #49 17.15 go: downloading github.com/pkg/errors v0.8.1 [2021-04-08T17:10:12.019Z] #49 17.20 go: downloading github.com/fatih/color v1.7.0 [2021-04-08T17:10:12.019Z] #49 17.47 go: downloading github.com/stretchr/testify v1.4.0 [2021-04-08T17:10:12.019Z] #49 17.63 go: extracting github.com/fatih/color v1.7.0 [2021-04-08T17:10:12.019Z] #49 17.73 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-04-08T17:10:12.019Z] #49 17.73 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-08T17:10:12.019Z] #49 17.73 go: extracting github.com/pkg/errors v0.8.1 [2021-04-08T17:10:12.019Z] #49 17.92 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-04-08T17:10:12.019Z] #49 17.92 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-08T17:10:12.019Z] #49 17.93 go: extracting github.com/spf13/pflag v1.0.5 [2021-04-08T17:10:12.019Z] #49 17.95 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-04-08T17:10:12.280Z] #49 18.19 go: extracting github.com/spf13/viper v1.6.1 [2021-04-08T17:10:12.551Z] #49 18.65 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-04-08T17:10:12.551Z] #49 18.74 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-08T17:10:13.124Z] #49 18.93 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-04-08T17:10:13.124Z] #49 18.97 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-08T17:10:13.124Z] #49 18.97 go: extracting github.com/spf13/cobra v0.0.5 [2021-04-08T17:10:13.124Z] #49 19.08 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-04-08T17:10:13.124Z] #49 19.12 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-04-08T17:10:13.385Z] #49 19.21 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-04-08T17:10:13.385Z] #49 19.36 go: downloading github.com/magiconair/properties v1.8.1 [2021-04-08T17:10:13.385Z] #49 19.46 go: extracting github.com/stretchr/testify v1.4.0 [2021-04-08T17:10:13.646Z] #49 19.48 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-08T17:10:13.646Z] #49 19.51 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-04-08T17:10:13.646Z] #49 19.69 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-04-08T17:10:13.907Z] #49 19.84 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-04-08T17:10:13.907Z] #49 19.86 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-04-08T17:10:13.907Z] #49 19.97 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-04-08T17:10:14.178Z] #49 20.02 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-04-08T17:10:14.178Z] #49 20.14 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-08T17:10:14.178Z] #49 20.19 go: extracting github.com/magiconair/properties v1.8.1 [2021-04-08T17:10:14.178Z] #49 20.26 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-04-08T17:10:14.178Z] #49 20.28 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-08T17:10:14.442Z] #49 20.40 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-04-08T17:10:14.443Z] #49 20.40 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-08T17:10:14.443Z] #49 20.40 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-04-08T17:10:14.443Z] #49 20.45 go: downloading github.com/spf13/cast v1.3.0 [2021-04-08T17:10:14.670Z] #40 ... [2021-04-08T17:10:14.670Z] [2021-04-08T17:10:14.670Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-04-08T17:10:14.670Z] #12 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80 [2021-04-08T17:10:14.670Z] #12 DONE 3.0s [2021-04-08T17:10:14.670Z] [2021-04-08T17:10:14.670Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:10:14.671Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-08T17:10:14.703Z] #49 20.76 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-04-08T17:10:14.963Z] #49 20.92 go: extracting github.com/spf13/cast v1.3.0 [2021-04-08T17:10:14.963Z] #49 20.98 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-08T17:10:15.226Z] #49 ... [2021-04-08T17:10:15.226Z] [2021-04-08T17:10:15.226Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-04-08T17:10:15.226Z] #34 sha256:66e78ae275eb687273e1d7e1399d7be798cb126fd3f5f19512259eec245deeb5 [2021-04-08T17:10:15.226Z] #34 11.32 runtime [2021-04-08T17:10:15.226Z] #34 16.17 unicode/utf8 [2021-04-08T17:10:15.226Z] #34 16.82 internal/testlog [2021-04-08T17:10:15.226Z] #34 17.10 encoding [2021-04-08T17:10:15.226Z] #34 17.25 runtime/cgo [2021-04-08T17:10:15.566Z] #34 ... [2021-04-08T17:10:15.566Z] [2021-04-08T17:10:15.566Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:10:15.566Z] #51 sha256:c13522ea22f3ec86ee1f182e0f9f1cca459acb5423e400507900f7f22565a07b [2021-04-08T17:10:15.566Z] #51 19.69 + cd /tmp/tmp.1Nb5TFE3HK/src/github.com/mvdan/sh [2021-04-08T17:10:15.566Z] #51 19.69 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-08T17:10:15.566Z] #51 19.82 + GO111MODULE=on [2021-04-08T17:10:15.566Z] #51 19.82 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-04-08T17:10:15.566Z] #51 21.22 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-08T17:10:15.566Z] #51 21.28 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-08T17:10:15.566Z] #51 21.31 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-08T17:10:15.566Z] #51 21.57 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-08T17:10:15.566Z] #51 21.60 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-08T17:10:16.080Z] #13 ... [2021-04-08T17:10:16.080Z] [2021-04-08T17:10:16.080Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-08T17:10:16.080Z] #27 sha256:d27195ceaffc1f9a65c2220ed12d7feaf17d51abd478d3d656591b753a121514 [2021-04-08T17:10:16.080Z] #27 11.30 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2021-04-08T17:10:16.080Z] #27 11.31 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2021-04-08T17:10:16.080Z] #27 11.39 Selecting previously unselected package libcurl4:arm64. [2021-04-08T17:10:16.080Z] #27 11.39 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_arm64.deb ... [2021-04-08T17:10:16.080Z] #27 11.40 Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ... [2021-04-08T17:10:16.080Z] #27 11.47 Selecting previously unselected package curl. [2021-04-08T17:10:16.080Z] #27 11.47 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_arm64.deb ... [2021-04-08T17:10:16.080Z] #27 11.48 Unpacking curl (7.64.0-4+deb10u2) ... [2021-04-08T17:10:16.080Z] #27 11.55 Selecting previously unselected package libonig5:arm64. [2021-04-08T17:10:16.080Z] #27 11.55 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2021-04-08T17:10:16.080Z] #27 11.56 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-04-08T17:10:16.080Z] #27 11.62 Selecting previously unselected package libjq1:arm64. [2021-04-08T17:10:16.080Z] #27 11.62 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-04-08T17:10:16.080Z] #27 11.63 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-04-08T17:10:16.080Z] #27 11.68 Selecting previously unselected package jq. [2021-04-08T17:10:16.080Z] #27 11.68 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-04-08T17:10:16.080Z] #27 11.69 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-08T17:10:16.080Z] #27 11.75 Setting up libkeyutils1:arm64 (1.6-6) ... [2021-04-08T17:10:16.080Z] #27 11.76 Setting up libpsl5:arm64 (0.20.2-2) ... [2021-04-08T17:10:16.080Z] #27 11.78 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u6) ... [2021-04-08T17:10:16.080Z] #27 12.17 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-04-08T17:10:16.080Z] #27 13.04 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-08T17:10:16.080Z] #27 13.62 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-04-08T17:10:16.080Z] #27 14.04 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-08T17:10:16.080Z] #27 14.15 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-08T17:10:16.080Z] #27 14.68 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-04-08T17:10:16.080Z] #27 15.44 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-08T17:10:16.080Z] #27 15.55 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2021-04-08T17:10:16.080Z] #27 15.59 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-04-08T17:10:16.080Z] #27 15.63 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-04-08T17:10:16.080Z] #27 15.66 Setting up libonig5:arm64 (6.9.1-1) ... [2021-04-08T17:10:16.080Z] #27 15.69 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-04-08T17:10:16.080Z] #27 15.71 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-08T17:10:16.080Z] #27 15.74 Setting up ca-certificates (20200601~deb10u2) ... [2021-04-08T17:10:16.080Z] #27 16.66 Updating certificates in /etc/ssl/certs... [2021-04-08T17:10:16.080Z] #27 19.62 137 added, 0 removed; done. [2021-04-08T17:10:16.080Z] #27 19.76 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-04-08T17:10:16.080Z] #27 19.78 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-08T17:10:16.080Z] #27 19.80 Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ... [2021-04-08T17:10:16.080Z] #27 19.81 Setting up curl (7.64.0-4+deb10u2) ... [2021-04-08T17:10:16.080Z] #27 19.84 Processing triggers for libc-bin (2.28-10) ... [2021-04-08T17:10:16.080Z] #27 19.90 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-04-08T17:10:16.080Z] #27 19.94 Updating certificates in /etc/ssl/certs... [2021-04-08T17:10:16.346Z] #27 ... [2021-04-08T17:10:16.346Z] [2021-04-08T17:10:16.346Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-08T17:10:16.346Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-04-08T17:10:16.346Z] #40 4.657 + git clone https://github.com/docker/distribution.git . [2021-04-08T17:10:16.346Z] #40 4.671 Cloning into '.'... [2021-04-08T17:10:16.513Z] #51 22.56 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-08T17:10:17.088Z] #51 ... [2021-04-08T17:10:17.088Z] [2021-04-08T17:10:17.088Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-08T17:10:17.088Z] #47 sha256:0d067b79b6317afde19a07720de04a2d6c597d38ea8675a5c13b0cec7650d9d8 [2021-04-08T17:10:17.088Z] #47 12.88 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-08T17:10:17.088Z] #47 13.16 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-08T17:10:17.088Z] #47 14.69 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-08T17:10:17.088Z] #47 19.99 go: finding github.com/fatih/color v1.9.0 [2021-04-08T17:10:17.088Z] #47 20.06 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-08T17:10:17.088Z] #47 20.20 go: finding github.com/pkg/errors v0.9.1 [2021-04-08T17:10:17.088Z] #47 20.26 go: finding github.com/spf13/pflag v1.0.3 [2021-04-08T17:10:17.088Z] #47 20.27 go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-08T17:10:17.088Z] #47 20.30 go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-08T17:10:17.088Z] #47 20.47 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-08T17:10:17.088Z] #47 20.82 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-08T17:10:17.088Z] #47 20.87 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-08T17:10:17.088Z] #47 20.89 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-08T17:10:17.088Z] #47 20.95 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-08T17:10:17.088Z] #47 ... [2021-04-08T17:10:17.088Z] [2021-04-08T17:10:17.088Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-08T17:10:17.088Z] #49 sha256:08779085ddafaad5ed2741a83cfc220f9bc89ff572bb6963a6cdc58c97068860 [2021-04-08T17:10:17.088Z] #49 21.92 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-08T17:10:17.088Z] #49 22.27 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-08T17:10:17.088Z] #49 22.51 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-08T17:10:17.088Z] #49 22.56 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-04-08T17:10:17.088Z] #49 22.93 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-04-08T17:10:17.349Z] #49 ... [2021-04-08T17:10:17.349Z] [2021-04-08T17:10:17.349Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:10:17.349Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-08T17:10:17.349Z] #42 13.30 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB] [2021-04-08T17:10:17.349Z] #42 15.51 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-08T17:10:17.610Z] #42 ... [2021-04-08T17:10:17.610Z] [2021-04-08T17:10:17.610Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-08T17:10:17.610Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-08T17:10:17.610Z] #36 13.59 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB] [2021-04-08T17:10:17.610Z] #36 15.78 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-08T17:10:17.610Z] #36 ... [2021-04-08T17:10:17.610Z] [2021-04-08T17:10:17.610Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-08T17:10:17.610Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-08T17:10:17.610Z] #55 13.48 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB] [2021-04-08T17:10:17.610Z] #55 15.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-08T17:10:17.871Z] #55 ... [2021-04-08T17:10:17.871Z] [2021-04-08T17:10:17.871Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:10:17.871Z] #51 sha256:c13522ea22f3ec86ee1f182e0f9f1cca459acb5423e400507900f7f22565a07b [2021-04-08T17:10:17.871Z] #51 23.29 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-08T17:10:18.822Z] #51 24.89 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-08T17:10:19.677Z] #40 ... [2021-04-08T17:10:19.677Z] [2021-04-08T17:10:19.677Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-08T17:10:19.677Z] #27 sha256:d27195ceaffc1f9a65c2220ed12d7feaf17d51abd478d3d656591b753a121514 [2021-04-08T17:10:19.677Z] #27 23.39 0 added, 0 removed; done. [2021-04-08T17:10:19.677Z] #27 23.39 Running hooks in /etc/ca-certificates/update.d... [2021-04-08T17:10:19.677Z] #27 23.41 done. [2021-04-08T17:10:19.677Z] #27 DONE 25.3s [2021-04-08T17:10:19.976Z] [2021-04-08T17:10:19.976Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-04-08T17:10:19.976Z] #34 sha256:98a17b44cdbe754f0a2c4b892cf6c1622fbc13db7861ab0027105247e8d21e26 [2021-04-08T17:10:19.976Z] #34 5.579 + RM_GOPATH=0 [2021-04-08T17:10:19.976Z] #34 5.579 + TMP_GOPATH= [2021-04-08T17:10:19.976Z] #34 5.579 + : /build [2021-04-08T17:10:19.976Z] #34 5.579 + '[' -z '' ']' [2021-04-08T17:10:19.976Z] #34 5.579 ++ mktemp -d [2021-04-08T17:10:19.976Z] #34 5.579 + export GOPATH=/tmp/tmp.Z69fZmGQxZ [2021-04-08T17:10:19.976Z] #34 5.579 + GOPATH=/tmp/tmp.Z69fZmGQxZ [2021-04-08T17:10:19.976Z] #34 5.579 + RM_GOPATH=1 [2021-04-08T17:10:19.976Z] #34 5.579 + case "$(go env GOARCH)" in [2021-04-08T17:10:19.976Z] #34 5.593 ++ go env GOARCH [2021-04-08T17:10:19.976Z] #34 5.623 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:19.976Z] #34 5.623 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:19.976Z] #34 5.625 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:19.976Z] #34 5.627 + dir=/tmp/install [2021-04-08T17:10:19.976Z] #34 5.628 + bin=tomlv [2021-04-08T17:10:19.976Z] #34 5.628 + shift [2021-04-08T17:10:19.976Z] #34 5.629 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-04-08T17:10:19.976Z] #34 5.629 + . /tmp/install/tomlv.installer [2021-04-08T17:10:19.976Z] #34 5.630 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-04-08T17:10:19.976Z] #34 5.631 + install_tomlv [2021-04-08T17:10:19.976Z] #34 5.632 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-04-08T17:10:19.976Z] #34 5.632 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-04-08T17:10:19.976Z] #34 5.632 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Z69fZmGQxZ/src/github.com/BurntSushi/toml [2021-04-08T17:10:19.976Z] #34 5.640 Cloning into '/tmp/tmp.Z69fZmGQxZ/src/github.com/BurntSushi/toml'... [2021-04-08T17:10:19.976Z] #34 6.362 + cd /tmp/tmp.Z69fZmGQxZ/src/github.com/BurntSushi/toml [2021-04-08T17:10:19.976Z] #34 6.363 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-04-08T17:10:19.976Z] #34 6.371 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-04-08T17:10:19.976Z] #34 7.048 math/bits [2021-04-08T17:10:19.976Z] #34 7.057 internal/cpu [2021-04-08T17:10:19.976Z] #34 7.077 runtime/internal/atomic [2021-04-08T17:10:19.976Z] #34 7.157 runtime/internal/sys [2021-04-08T17:10:19.976Z] #34 7.528 unicode/utf8 [2021-04-08T17:10:19.976Z] #34 7.762 sync/atomic [2021-04-08T17:10:19.976Z] #34 7.789 internal/bytealg [2021-04-08T17:10:19.976Z] #34 7.889 math [2021-04-08T17:10:19.976Z] #34 8.034 unicode [2021-04-08T17:10:19.976Z] #34 8.442 internal/testlog [2021-04-08T17:10:20.208Z] #51 ... [2021-04-08T17:10:20.208Z] [2021-04-08T17:10:20.208Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:10:20.208Z] #45 sha256:129d6cd89cb3c1e2309255ea871bcf81a12799810f3156b6a909e6ecca606456 [2021-04-08T17:10:20.208Z] #45 16.20 unicode/utf8 [2021-04-08T17:10:20.208Z] #45 16.79 internal/testlog [2021-04-08T17:10:20.208Z] #45 17.02 encoding [2021-04-08T17:10:20.208Z] #45 17.33 unicode/utf16 [2021-04-08T17:10:20.208Z] #45 17.77 container/list [2021-04-08T17:10:20.208Z] #45 18.72 crypto/internal/subtle [2021-04-08T17:10:20.208Z] #45 19.05 crypto/subtle [2021-04-08T17:10:20.208Z] #45 19.19 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-04-08T17:10:20.208Z] #45 19.33 internal/nettrace [2021-04-08T17:10:20.208Z] #45 19.48 runtime/cgo [2021-04-08T17:10:20.253Z] #34 ... [2021-04-08T17:10:20.254Z] [2021-04-08T17:10:20.254Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-08T17:10:20.254Z] #28 sha256:ee3a427ba02fa4bc842d67f015b313fc1d6627ec4402844c8013e0990614bbaf [2021-04-08T17:10:20.254Z] #28 DONE 0.4s [2021-04-08T17:10:20.254Z] [2021-04-08T17:10:20.254Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-04-08T17:10:20.254Z] #34 sha256:98a17b44cdbe754f0a2c4b892cf6c1622fbc13db7861ab0027105247e8d21e26 [2021-04-08T17:10:20.254Z] #34 9.057 encoding [2021-04-08T17:10:20.469Z] #45 ... [2021-04-08T17:10:20.469Z] [2021-04-08T17:10:20.469Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-08T17:10:20.469Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-08T17:10:20.469Z] #40 25.76 Checking out files: 90% (1519/1684) Checking out files: 91% (1533/1684) Checking out files: 92% (1550/1684) Checking out files: 93% (1567/1684) Checking out files: 94% (1583/1684) Checking out files: 95% (1600/1684) Checking out files: 96% (1617/1684) Checking out files: 97% (1634/1684) Checking out files: 98% (1651/1684) Checking out files: 99% (1668/1684) Checking out files: 100% (1684/1684) Checking out files: 100% (1684/1684), done. [2021-04-08T17:10:20.469Z] #40 25.93 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-04-08T17:10:20.520Z] #34 9.420 runtime [2021-04-08T17:10:20.812Z] #34 9.504 runtime/cgo [2021-04-08T17:10:21.391Z] #34 ... [2021-04-08T17:10:21.391Z] [2021-04-08T17:10:21.391Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-08T17:10:21.391Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-04-08T17:10:21.391Z] #55 5.750 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-08T17:10:21.391Z] #55 5.839 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-08T17:10:21.391Z] #55 5.929 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-08T17:10:21.391Z] #55 6.671 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-04-08T17:10:21.391Z] #55 7.947 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [266 kB] [2021-04-08T17:10:21.391Z] #55 9.502 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-04-08T17:10:21.391Z] #55 ... [2021-04-08T17:10:21.391Z] [2021-04-08T17:10:21.391Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:10:21.391Z] #51 sha256:53b5547551c84973d496a43231c5e189f42d40b3bb1cfd151f93a7c0f736359b [2021-04-08T17:10:21.391Z] #51 4.786 + RM_GOPATH=0 [2021-04-08T17:10:21.391Z] #51 4.786 + TMP_GOPATH= [2021-04-08T17:10:21.391Z] #51 4.786 + : /build [2021-04-08T17:10:21.391Z] #51 4.786 + '[' -z '' ']' [2021-04-08T17:10:21.391Z] #51 4.787 ++ mktemp -d [2021-04-08T17:10:21.392Z] #51 4.792 + export GOPATH=/tmp/tmp.KmWz5jB6iF [2021-04-08T17:10:21.392Z] #51 4.792 + GOPATH=/tmp/tmp.KmWz5jB6iF [2021-04-08T17:10:21.392Z] #51 4.792 + RM_GOPATH=1 [2021-04-08T17:10:21.392Z] #51 4.792 + case "$(go env GOARCH)" in [2021-04-08T17:10:21.392Z] #51 4.799 ++ go env GOARCH [2021-04-08T17:10:21.392Z] #51 4.853 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:21.392Z] #51 4.853 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:21.392Z] #51 4.863 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:21.392Z] #51 4.875 + dir=/tmp/install [2021-04-08T17:10:21.392Z] #51 4.875 + bin=shfmt [2021-04-08T17:10:21.392Z] #51 4.875 + shift [2021-04-08T17:10:21.392Z] #51 4.875 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-04-08T17:10:21.392Z] #51 4.875 + . /tmp/install/shfmt.installer [2021-04-08T17:10:21.392Z] #51 4.875 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-08T17:10:21.392Z] #51 4.875 + install_shfmt [2021-04-08T17:10:21.392Z] #51 4.875 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-04-08T17:10:21.392Z] #51 4.875 + git clone https://github.com/mvdan/sh.git /tmp/tmp.KmWz5jB6iF/src/github.com/mvdan/sh [2021-04-08T17:10:21.392Z] #51 4.875 Cloning into '/tmp/tmp.KmWz5jB6iF/src/github.com/mvdan/sh'... [2021-04-08T17:10:21.392Z] #51 4.877 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-08T17:10:21.670Z] #51 ... [2021-04-08T17:10:21.670Z] [2021-04-08T17:10:21.670Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-08T17:10:21.670Z] #47 sha256:1d3181638d7716e4058abe457de769b5fee4d4ae4790a1e3929be52f43e61bfc [2021-04-08T17:10:21.670Z] #47 5.535 + RM_GOPATH=0 [2021-04-08T17:10:21.670Z] #47 5.535 + TMP_GOPATH= [2021-04-08T17:10:21.670Z] #47 5.535 + : /build [2021-04-08T17:10:21.670Z] #47 5.535 + '[' -z '' ']' [2021-04-08T17:10:21.670Z] #47 5.535 ++ mktemp -d [2021-04-08T17:10:21.670Z] #47 5.539 + export GOPATH=/tmp/tmp.2PH2wmPb3N [2021-04-08T17:10:21.670Z] #47 5.539 + GOPATH=/tmp/tmp.2PH2wmPb3N [2021-04-08T17:10:21.670Z] #47 5.539 + RM_GOPATH=1 [2021-04-08T17:10:21.670Z] #47 5.539 + case "$(go env GOARCH)" in [2021-04-08T17:10:21.670Z] #47 5.543 ++ go env GOARCH [2021-04-08T17:10:21.670Z] #47 5.574 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:21.670Z] #47 5.574 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:21.670Z] #47 5.574 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:21.670Z] #47 5.582 + dir=/tmp/install [2021-04-08T17:10:21.670Z] #47 5.582 + bin=gotestsum [2021-04-08T17:10:21.670Z] #47 5.582 + shift [2021-04-08T17:10:21.670Z] #47 5.582 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-04-08T17:10:21.670Z] #47 5.582 + . /tmp/install/gotestsum.installer [2021-04-08T17:10:21.670Z] #47 5.582 ++ : v0.5.3 [2021-04-08T17:10:21.670Z] #47 5.582 + install_gotestsum [2021-04-08T17:10:21.670Z] #47 5.585 + set -e [2021-04-08T17:10:21.670Z] #47 5.585 + export GO111MODULE=on [2021-04-08T17:10:21.670Z] #47 5.585 + GO111MODULE=on [2021-04-08T17:10:21.670Z] #47 5.585 + GOBIN=/build [2021-04-08T17:10:21.670Z] #47 5.585 + go get gotest.tools/gotestsum@v0.5.3 [2021-04-08T17:10:21.670Z] #47 5.625 go: finding gotest.tools v0.5.3 [2021-04-08T17:10:21.670Z] #47 5.627 go: finding gotest.tools/gotestsum v0.5.3 [2021-04-08T17:10:21.670Z] #47 6.480 go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-08T17:10:21.670Z] #47 7.294 go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-08T17:10:21.670Z] #47 9.258 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-08T17:10:21.670Z] #47 9.258 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-08T17:10:21.670Z] #47 9.294 go: downloading github.com/spf13/pflag v1.0.3 [2021-04-08T17:10:21.670Z] #47 9.310 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-08T17:10:21.670Z] #47 9.330 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-08T17:10:21.670Z] #47 9.367 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-08T17:10:21.670Z] #47 9.368 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-08T17:10:21.670Z] #47 9.375 go: downloading github.com/fatih/color v1.9.0 [2021-04-08T17:10:21.670Z] #47 9.818 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-08T17:10:21.670Z] #47 9.824 go: extracting github.com/fatih/color v1.9.0 [2021-04-08T17:10:21.670Z] #47 9.846 go: extracting github.com/spf13/pflag v1.0.3 [2021-04-08T17:10:21.670Z] #47 10.09 go: downloading github.com/pkg/errors v0.9.1 [2021-04-08T17:10:21.670Z] #47 10.13 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-08T17:10:21.670Z] #47 10.25 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-08T17:10:21.670Z] #47 10.33 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-08T17:10:21.670Z] #47 10.45 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-08T17:10:21.670Z] #47 10.47 go: extracting github.com/pkg/errors v0.9.1 [2021-04-08T17:10:21.670Z] #47 ... [2021-04-08T17:10:21.670Z] [2021-04-08T17:10:21.670Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:10:21.670Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-08T17:10:21.670Z] #42 5.859 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-08T17:10:21.670Z] #42 5.884 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-08T17:10:21.670Z] #42 5.959 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-08T17:10:21.670Z] #42 6.847 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-04-08T17:10:21.670Z] #42 8.039 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [266 kB] [2021-04-08T17:10:21.670Z] #42 9.828 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-04-08T17:10:21.852Z] #40 ... [2021-04-08T17:10:21.852Z] [2021-04-08T17:10:21.852Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:10:21.852Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-08T17:10:21.852Z] #13 12.62 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-08T17:10:21.852Z] #13 ... [2021-04-08T17:10:21.852Z] [2021-04-08T17:10:21.852Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-08T17:10:21.852Z] #67 sha256:b10a99188abec64597ca50b19596dc7ba70556920392b3ea4c1cd5299fad846c [2021-04-08T17:10:21.934Z] #42 ... [2021-04-08T17:10:21.934Z] [2021-04-08T17:10:21.934Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-08T17:10:21.934Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-04-08T17:10:21.934Z] #32 4.967 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-04-08T17:10:21.934Z] #32 4.983 Cloning into '.'... [2021-04-08T17:10:21.934Z] #32 ... [2021-04-08T17:10:21.934Z] [2021-04-08T17:10:21.934Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-08T17:10:21.934Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-04-08T17:10:21.934Z] #36 6.200 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-08T17:10:21.934Z] #36 6.255 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-08T17:10:21.934Z] #36 6.260 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-08T17:10:21.934Z] #36 7.105 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-04-08T17:10:21.934Z] #36 8.452 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [266 kB] [2021-04-08T17:10:21.934Z] #36 10.53 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-04-08T17:10:21.934Z] #36 ... [2021-04-08T17:10:21.934Z] [2021-04-08T17:10:21.934Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:10:21.934Z] #45 sha256:14613a64d0436505e36b5316c4970752a2e89298608d29b820fbdd386de796e6 [2021-04-08T17:10:21.934Z] #45 5.116 + RM_GOPATH=0 [2021-04-08T17:10:21.934Z] #45 5.116 + TMP_GOPATH= [2021-04-08T17:10:21.934Z] #45 5.116 + : /build [2021-04-08T17:10:21.934Z] #45 5.116 + '[' -z '' ']' [2021-04-08T17:10:21.934Z] #45 5.116 ++ mktemp -d [2021-04-08T17:10:21.934Z] #45 5.118 + export GOPATH=/tmp/tmp.ftex9VRo8G [2021-04-08T17:10:21.934Z] #45 5.118 + GOPATH=/tmp/tmp.ftex9VRo8G [2021-04-08T17:10:21.934Z] #45 5.118 + RM_GOPATH=1 [2021-04-08T17:10:21.934Z] #45 5.118 + case "$(go env GOARCH)" in [2021-04-08T17:10:21.934Z] #45 5.119 ++ go env GOARCH [2021-04-08T17:10:21.934Z] #45 5.140 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:21.934Z] #45 5.140 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:21.934Z] #45 5.147 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-08T17:10:21.934Z] #45 5.147 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:21.934Z] #45 5.147 + dir=/tmp/install [2021-04-08T17:10:21.934Z] #45 5.147 + bin=vndr [2021-04-08T17:10:21.934Z] #45 5.147 + shift [2021-04-08T17:10:21.934Z] #45 5.147 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-04-08T17:10:21.934Z] #45 5.147 + . /tmp/install/vndr.installer [2021-04-08T17:10:21.934Z] #45 5.147 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-08T17:10:21.934Z] #45 5.147 + install_vndr [2021-04-08T17:10:21.934Z] #45 5.147 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-04-08T17:10:21.934Z] #45 5.147 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ftex9VRo8G/src/github.com/LK4D4/vndr [2021-04-08T17:10:21.934Z] #45 5.150 Cloning into '/tmp/tmp.ftex9VRo8G/src/github.com/LK4D4/vndr'... [2021-04-08T17:10:21.934Z] #45 5.967 + cd /tmp/tmp.ftex9VRo8G/src/github.com/LK4D4/vndr [2021-04-08T17:10:21.934Z] #45 5.968 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-08T17:10:21.934Z] #45 5.983 + go build -buildmode=pie -v -o /build/vndr . [2021-04-08T17:10:21.934Z] #45 7.203 internal/race [2021-04-08T17:10:21.934Z] #45 7.222 runtime/internal/sys [2021-04-08T17:10:21.934Z] #45 7.322 runtime/internal/atomic [2021-04-08T17:10:21.934Z] #45 7.386 internal/cpu [2021-04-08T17:10:21.934Z] #45 7.398 runtime/internal/math [2021-04-08T17:10:21.934Z] #45 7.420 sync/atomic [2021-04-08T17:10:21.934Z] #45 7.531 unicode [2021-04-08T17:10:21.934Z] #45 8.072 unicode/utf8 [2021-04-08T17:10:21.934Z] #45 8.082 math [2021-04-08T17:10:21.934Z] #45 8.637 internal/bytealg [2021-04-08T17:10:21.934Z] #45 8.814 internal/testlog [2021-04-08T17:10:21.935Z] #45 9.518 unicode/utf16 [2021-04-08T17:10:21.935Z] #45 10.15 container/list [2021-04-08T17:10:21.935Z] #45 10.46 runtime [2021-04-08T17:10:21.935Z] #45 10.78 crypto/internal/subtle [2021-04-08T17:10:22.112Z] #67 27.32 Checking out files: 60% (1159/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-04-08T17:10:22.112Z] #67 27.98 + cd /tmp/tmp.bfMpwkN2pL/src/github.com/docker/libnetwork [2021-04-08T17:10:22.112Z] #67 27.98 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-08T17:10:22.200Z] #45 ... [2021-04-08T17:10:22.200Z] [2021-04-08T17:10:22.200Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-08T17:10:22.200Z] #24 sha256:9126ae73a4455692459921a36f1a6e371bbaeb4b22d438e4e14478ada266b414 [2021-04-08T17:10:22.200Z] #24 3.842 + RM_GOPATH=0 [2021-04-08T17:10:22.200Z] #24 3.842 + TMP_GOPATH= [2021-04-08T17:10:22.200Z] #24 3.842 + : /build [2021-04-08T17:10:22.200Z] #24 3.842 + '[' -z '' ']' [2021-04-08T17:10:22.200Z] #24 3.843 ++ mktemp -d [2021-04-08T17:10:22.200Z] #24 3.845 + export GOPATH=/tmp/tmp.hi2S6Zkc6x [2021-04-08T17:10:22.200Z] #24 3.845 + GOPATH=/tmp/tmp.hi2S6Zkc6x [2021-04-08T17:10:22.200Z] #24 3.845 + RM_GOPATH=1 [2021-04-08T17:10:22.200Z] #24 3.845 + case "$(go env GOARCH)" in [2021-04-08T17:10:22.200Z] #24 3.846 ++ go env GOARCH [2021-04-08T17:10:22.200Z] #24 3.868 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:22.200Z] #24 3.868 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:22.200Z] #24 3.872 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:22.200Z] #24 3.886 + dir=/tmp/install [2021-04-08T17:10:22.200Z] #24 3.886 + bin=dockercli [2021-04-08T17:10:22.200Z] #24 3.886 + shift [2021-04-08T17:10:22.200Z] #24 3.886 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-04-08T17:10:22.200Z] #24 3.887 + . /tmp/install/dockercli.installer [2021-04-08T17:10:22.200Z] #24 3.887 ++ : stable [2021-04-08T17:10:22.200Z] #24 3.887 ++ : 17.06.2-ce [2021-04-08T17:10:22.200Z] #24 3.887 + install_dockercli [2021-04-08T17:10:22.200Z] #24 3.888 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-04-08T17:10:22.200Z] #24 3.888 Install docker/cli version 17.06.2-ce from stable [2021-04-08T17:10:22.200Z] #24 3.888 ++ uname -m [2021-04-08T17:10:22.200Z] #24 3.895 + arch=aarch64 [2021-04-08T17:10:22.200Z] #24 3.895 + '[' aarch64 '!=' x86_64 ']' [2021-04-08T17:10:22.200Z] #24 3.895 + '[' aarch64 '!=' s390x ']' [2021-04-08T17:10:22.200Z] #24 3.895 + '[' aarch64 '!=' armhf ']' [2021-04-08T17:10:22.200Z] #24 3.895 + build_dockercli [2021-04-08T17:10:22.200Z] #24 3.895 + git clone https://github.com/docker/docker-ce /tmp/tmp.hi2S6Zkc6x/tmp/docker-ce [2021-04-08T17:10:22.200Z] #24 3.898 Cloning into '/tmp/tmp.hi2S6Zkc6x/tmp/docker-ce'... [2021-04-08T17:10:22.373Z] #67 ... [2021-04-08T17:10:22.373Z] [2021-04-08T17:10:22.373Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-08T17:10:22.373Z] #58 sha256:5ca74f163d5fd74a85f8f1756f2ef032e4ffc0d985247b8ffeb0852d52b2c502 [2021-04-08T17:10:22.373Z] #58 18.34 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-08T17:10:22.373Z] #58 20.02 go: extracting github.com/moby/vpnkit v0.5.0 [2021-04-08T17:10:22.373Z] #58 20.23 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-04-08T17:10:22.373Z] #58 20.23 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-08T17:10:22.373Z] #58 21.86 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-08T17:10:22.373Z] #58 22.14 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-04-08T17:10:22.373Z] #58 25.29 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-08T17:10:22.373Z] #58 26.49 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-08T17:10:22.373Z] #58 26.69 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-08T17:10:22.373Z] #58 26.94 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-04-08T17:10:22.373Z] #58 27.53 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-04-08T17:10:22.373Z] #58 27.79 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-04-08T17:10:22.466Z] #24 ... [2021-04-08T17:10:22.466Z] [2021-04-08T17:10:22.466Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-08T17:10:22.466Z] #67 sha256:6c6f2f738c7d126979ba9e5220183ae66137482f50095ac49c5f50061d561ff6 [2021-04-08T17:10:22.466Z] #67 3.945 + RM_GOPATH=0 [2021-04-08T17:10:22.466Z] #67 3.945 + TMP_GOPATH= [2021-04-08T17:10:22.466Z] #67 3.953 + : /build [2021-04-08T17:10:22.466Z] #67 3.953 + '[' -z '' ']' [2021-04-08T17:10:22.466Z] #67 3.953 ++ mktemp -d [2021-04-08T17:10:22.466Z] #67 3.953 + export GOPATH=/tmp/tmp.sqdvQuDNcK [2021-04-08T17:10:22.466Z] #67 3.953 + GOPATH=/tmp/tmp.sqdvQuDNcK [2021-04-08T17:10:22.466Z] #67 3.953 + RM_GOPATH=1 [2021-04-08T17:10:22.466Z] #67 3.953 + case "$(go env GOARCH)" in [2021-04-08T17:10:22.466Z] #67 3.953 ++ go env GOARCH [2021-04-08T17:10:22.466Z] #67 3.963 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:22.466Z] #67 3.963 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:22.466Z] #67 3.964 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:22.466Z] #67 3.970 + dir=/tmp/install [2021-04-08T17:10:22.466Z] #67 3.970 + bin=proxy [2021-04-08T17:10:22.466Z] #67 3.970 + shift [2021-04-08T17:10:22.466Z] #67 3.970 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-04-08T17:10:22.466Z] #67 3.970 + . /tmp/install/proxy.installer [2021-04-08T17:10:22.466Z] #67 3.970 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-08T17:10:22.466Z] #67 3.970 + install_proxy [2021-04-08T17:10:22.466Z] #67 3.970 + case "$1" in [2021-04-08T17:10:22.466Z] #67 3.970 + export CGO_ENABLED=0 [2021-04-08T17:10:22.466Z] #67 3.970 + CGO_ENABLED=0 [2021-04-08T17:10:22.466Z] #67 3.970 + _install_proxy [2021-04-08T17:10:22.466Z] #67 3.970 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-04-08T17:10:22.466Z] #67 3.970 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.sqdvQuDNcK/src/github.com/docker/libnetwork [2021-04-08T17:10:22.466Z] #67 3.970 Cloning into '/tmp/tmp.sqdvQuDNcK/src/github.com/docker/libnetwork'... [2021-04-08T17:10:22.466Z] #67 3.972 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-08T17:10:22.466Z] #67 ... [2021-04-08T17:10:22.466Z] [2021-04-08T17:10:22.466Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-08T17:10:22.466Z] #58 sha256:28292c1adada1972aa1f4048f96b4660b3fd0e828032c0e756dc550440a53c08 [2021-04-08T17:10:22.466Z] #58 4.934 + RM_GOPATH=0 [2021-04-08T17:10:22.466Z] #58 4.935 + TMP_GOPATH= [2021-04-08T17:10:22.466Z] #58 4.938 + : /build [2021-04-08T17:10:22.466Z] #58 4.938 + '[' -z '' ']' [2021-04-08T17:10:22.466Z] #58 4.940 ++ mktemp -d [2021-04-08T17:10:22.466Z] #58 4.942 + export GOPATH=/tmp/tmp.NJizYhemwQ [2021-04-08T17:10:22.466Z] #58 4.942 + GOPATH=/tmp/tmp.NJizYhemwQ [2021-04-08T17:10:22.466Z] #58 4.942 + RM_GOPATH=1 [2021-04-08T17:10:22.466Z] #58 4.942 + case "$(go env GOARCH)" in [2021-04-08T17:10:22.466Z] #58 4.945 ++ go env GOARCH [2021-04-08T17:10:22.466Z] #58 4.969 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:22.466Z] #58 4.969 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:22.466Z] #58 4.973 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:22.466Z] #58 4.980 + dir=/tmp/install [2021-04-08T17:10:22.466Z] #58 4.980 + bin=rootlesskit [2021-04-08T17:10:22.466Z] #58 4.980 + shift [2021-04-08T17:10:22.466Z] #58 4.980 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-04-08T17:10:22.466Z] #58 4.980 + . /tmp/install/rootlesskit.installer [2021-04-08T17:10:22.466Z] #58 4.980 ++ : ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-08T17:10:22.466Z] #58 4.980 + install_rootlesskit [2021-04-08T17:10:22.466Z] #58 4.980 + case "$1" in [2021-04-08T17:10:22.466Z] #58 4.980 + export CGO_ENABLED=0 [2021-04-08T17:10:22.466Z] #58 4.980 + CGO_ENABLED=0 [2021-04-08T17:10:22.466Z] #58 4.980 + _install_rootlesskit [2021-04-08T17:10:22.466Z] #58 4.991 + echo 'Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd' [2021-04-08T17:10:22.466Z] #58 4.991 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.NJizYhemwQ/src/github.com/rootless-containers/rootlesskit [2021-04-08T17:10:22.466Z] #58 4.991 Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-08T17:10:22.466Z] #58 5.049 Cloning into '/tmp/tmp.NJizYhemwQ/src/github.com/rootless-containers/rootlesskit'... [2021-04-08T17:10:22.466Z] #58 8.326 + cd /tmp/tmp.NJizYhemwQ/src/github.com/rootless-containers/rootlesskit [2021-04-08T17:10:22.466Z] #58 8.326 + git checkout -q ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-08T17:10:22.466Z] #58 8.415 + export GO111MODULE=on [2021-04-08T17:10:22.466Z] #58 8.416 + GO111MODULE=on [2021-04-08T17:10:22.466Z] #58 8.416 + export GOPROXY=https://proxy.golang.org [2021-04-08T17:10:22.466Z] #58 8.417 + GOPROXY=https://proxy.golang.org [2021-04-08T17:10:22.466Z] #58 8.417 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-08T17:10:22.466Z] #58 8.418 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-04-08T17:10:22.466Z] #58 10.74 go: downloading github.com/gofrs/flock v0.8.0 [2021-04-08T17:10:22.466Z] #58 10.78 go: downloading github.com/gorilla/mux v1.8.0 [2021-04-08T17:10:22.466Z] #58 10.82 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-08T17:10:22.466Z] #58 10.86 go: downloading github.com/google/uuid v1.2.0 [2021-04-08T17:10:22.466Z] #58 10.91 go: downloading github.com/moby/vpnkit v0.5.0 [2021-04-08T17:10:22.466Z] #58 10.95 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-08T17:10:22.466Z] #58 10.96 go: extracting github.com/gofrs/flock v0.8.0 [2021-04-08T17:10:22.466Z] #58 11.07 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-04-08T17:10:22.466Z] #58 11.21 go: extracting github.com/gorilla/mux v1.8.0 [2021-04-08T17:10:22.467Z] #58 11.22 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-04-08T17:10:22.467Z] #58 11.25 go: downloading github.com/pkg/errors v0.9.1 [2021-04-08T17:10:22.467Z] #58 11.28 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-08T17:10:22.467Z] #58 11.33 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-08T17:10:22.635Z] #58 ... [2021-04-08T17:10:22.635Z] [2021-04-08T17:10:22.635Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-08T17:10:22.635Z] #67 sha256:b10a99188abec64597ca50b19596dc7ba70556920392b3ea4c1cd5299fad846c [2021-04-08T17:10:22.635Z] #67 28.54 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-04-08T17:10:22.731Z] #58 11.37 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-04-08T17:10:22.731Z] #58 ... [2021-04-08T17:10:22.731Z] [2021-04-08T17:10:22.731Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-08T17:10:22.731Z] #49 sha256:8a66621e45ae56e54f351a74031759a8b4dd704363656c595e3b76195b602831 [2021-04-08T17:10:22.731Z] #49 4.925 + RM_GOPATH=0 [2021-04-08T17:10:22.731Z] #49 4.925 + TMP_GOPATH= [2021-04-08T17:10:22.731Z] #49 4.925 + : /build [2021-04-08T17:10:22.731Z] #49 4.925 + '[' -z '' ']' [2021-04-08T17:10:22.731Z] #49 4.926 ++ mktemp -d [2021-04-08T17:10:22.731Z] #49 4.929 + export GOPATH=/tmp/tmp.4sx0jyCQq3 [2021-04-08T17:10:22.731Z] #49 4.929 + GOPATH=/tmp/tmp.4sx0jyCQq3 [2021-04-08T17:10:22.731Z] #49 4.929 + RM_GOPATH=1 [2021-04-08T17:10:22.731Z] #49 4.929 + case "$(go env GOARCH)" in [2021-04-08T17:10:22.731Z] #49 4.932 ++ go env GOARCH [2021-04-08T17:10:22.731Z] #49 4.955 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:22.731Z] #49 4.962 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:22.731Z] #49 4.973 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:22.731Z] #49 4.973 + dir=/tmp/install [2021-04-08T17:10:22.731Z] #49 4.973 + bin=golangci_lint [2021-04-08T17:10:22.731Z] #49 4.973 + shift [2021-04-08T17:10:22.731Z] #49 4.973 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-04-08T17:10:22.731Z] #49 4.973 + . /tmp/install/golangci_lint.installer [2021-04-08T17:10:22.731Z] #49 4.973 ++ : v1.23.8 [2021-04-08T17:10:22.731Z] #49 4.973 + install_golangci_lint [2021-04-08T17:10:22.731Z] #49 4.973 + set -e [2021-04-08T17:10:22.731Z] #49 4.973 + export GO111MODULE=on [2021-04-08T17:10:22.731Z] #49 4.973 + GO111MODULE=on [2021-04-08T17:10:22.731Z] #49 4.973 + GOBIN=/build [2021-04-08T17:10:22.731Z] #49 4.973 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-04-08T17:10:22.731Z] #49 5.103 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-04-08T17:10:22.731Z] #49 5.104 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-04-08T17:10:22.731Z] #49 5.104 go: finding github.com/golangci v1.23.8 [2021-04-08T17:10:22.731Z] #49 5.104 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-04-08T17:10:22.731Z] #49 5.104 go: finding github.com v1.23.8 [2021-04-08T17:10:22.731Z] #49 6.155 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-04-08T17:10:22.731Z] #49 6.767 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-04-08T17:10:22.731Z] #49 ... [2021-04-08T17:10:22.731Z] [2021-04-08T17:10:22.731Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:10:22.731Z] #51 sha256:53b5547551c84973d496a43231c5e189f42d40b3bb1cfd151f93a7c0f736359b [2021-04-08T17:10:22.731Z] #51 11.56 + cd /tmp/tmp.KmWz5jB6iF/src/github.com/mvdan/sh [2021-04-08T17:10:22.731Z] #51 11.57 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-08T17:10:23.028Z] #51 11.64 + GO111MODULE=on [2021-04-08T17:10:23.028Z] #51 11.64 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-04-08T17:10:24.034Z] #51 12.79 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-08T17:10:24.034Z] #51 12.83 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-08T17:10:24.034Z] #51 12.83 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-08T17:10:24.299Z] #51 13.15 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-08T17:10:24.299Z] #51 13.15 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-08T17:10:24.880Z] #51 13.75 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-08T17:10:25.858Z] #51 14.61 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-08T17:10:26.808Z] #51 15.58 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-08T17:10:27.388Z] #51 ... [2021-04-08T17:10:27.388Z] [2021-04-08T17:10:27.388Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:10:27.388Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-08T17:10:27.388Z] #13 3.353 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-08T17:10:27.388Z] #13 3.377 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-08T17:10:27.388Z] #13 3.381 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-08T17:10:27.388Z] #13 3.452 Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-08T17:10:27.388Z] #13 4.256 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-04-08T17:10:27.388Z] #13 6.028 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [266 kB] [2021-04-08T17:10:27.388Z] #13 7.313 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-04-08T17:10:27.388Z] #13 8.679 Get:8 http://deb.debian.org/debian buster-backports/main arm64 Packages [454 kB] [2021-04-08T17:10:27.652Z] #13 ... [2021-04-08T17:10:27.652Z] [2021-04-08T17:10:27.652Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:10:27.652Z] #29 sha256:8fa1df23feb2eb6d736be31ee6c4e7d3c486db8c5d57f6fc11e3cbfc0d7b8f43 [2021-04-08T17:10:27.652Z] #29 2.752 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-04-08T17:10:27.652Z] #29 3.100 [2021-04-08T17:10:27.652Z] #29 3.325 0.0% ### 4.4% ##### 8.1% ####### 10.2% ########### 15.5% ############## 19.6% ################ 23.2% #################### 28.0% ###################### 31.7% ######################### 35.3% ########################### 38.6% ############################## 41.7% ################################ 45.0% ################################## 48.4% ##################################### 51.5% ######################################### 57.7% ########################################### 60.4% ############################################### 66.0% ################################################## 69.5% #################################################### 73.5% ####################################################### 77.6% ########################################################## 81.7% ############################################################# 85.8% ################################################################# 90.5% ################################################################### 94.2% ####################################################################### 99.1% ######################################################################## 100.0% [2021-04-08T17:10:27.652Z] #29 6.552 [2021-04-08T17:10:27.652Z] #29 6.782 0.0% ####################### 32.2% #################################################### 73.2% ######################################################################## 100.0% [2021-04-08T17:10:27.652Z] #29 7.579 [2021-04-08T17:10:28.020Z] #67 ... [2021-04-08T17:10:28.020Z] [2021-04-08T17:10:28.020Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-08T17:10:28.020Z] #49 sha256:08779085ddafaad5ed2741a83cfc220f9bc89ff572bb6963a6cdc58c97068860 [2021-04-08T17:10:28.020Z] #49 24.10 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-08T17:10:28.020Z] #49 24.20 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-04-08T17:10:28.020Z] #49 24.71 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-04-08T17:10:28.020Z] #49 24.75 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-08T17:10:28.020Z] #49 27.03 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-08T17:10:28.020Z] #49 27.10 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-08T17:10:28.020Z] #49 28.12 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-08T17:10:28.020Z] #49 28.14 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-08T17:10:28.020Z] #49 28.19 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-08T17:10:28.020Z] #49 28.19 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-04-08T17:10:28.020Z] #49 28.19 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-08T17:10:28.020Z] #49 28.24 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-04-08T17:10:28.020Z] #49 28.25 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-08T17:10:28.020Z] #49 28.25 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-04-08T17:10:28.020Z] #49 28.25 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-08T17:10:28.020Z] #49 28.25 go: downloading github.com/ultraware/funlen v0.0.2 [2021-04-08T17:10:28.020Z] #49 28.32 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-04-08T17:10:28.020Z] #49 28.32 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-08T17:10:28.020Z] #49 28.36 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-04-08T17:10:28.020Z] #49 28.56 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-08T17:10:28.020Z] #49 28.57 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-08T17:10:28.020Z] #49 28.65 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-08T17:10:28.020Z] #49 28.66 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-08T17:10:28.020Z] #49 28.74 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-08T17:10:28.020Z] #49 28.80 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-08T17:10:28.020Z] #49 28.83 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-04-08T17:10:28.020Z] #49 28.84 go: downloading github.com/kisielk/gotool v1.0.0 [2021-04-08T17:10:28.020Z] #49 28.85 go: extracting github.com/ultraware/funlen v0.0.2 [2021-04-08T17:10:28.020Z] #49 28.85 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-08T17:10:28.020Z] #49 29.00 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-04-08T17:10:28.020Z] #49 29.01 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-04-08T17:10:28.020Z] #49 29.06 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-08T17:10:28.020Z] #49 29.06 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-04-08T17:10:28.020Z] #49 29.07 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-08T17:10:28.020Z] #49 29.14 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-04-08T17:10:28.020Z] #49 29.20 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-04-08T17:10:28.020Z] #49 29.23 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-04-08T17:10:28.020Z] #49 29.25 go: extracting github.com/kisielk/gotool v1.0.0 [2021-04-08T17:10:28.020Z] #49 29.25 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-08T17:10:28.020Z] #49 29.29 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-04-08T17:10:28.020Z] #49 29.36 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-08T17:10:28.020Z] #49 29.43 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-08T17:10:28.020Z] #49 29.66 go: downloading github.com/stretchr/objx v0.2.0 [2021-04-08T17:10:28.020Z] #49 29.66 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-04-08T17:10:28.020Z] #49 29.66 go: downloading github.com/spf13/afero v1.1.2 [2021-04-08T17:10:28.020Z] #49 29.67 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-08T17:10:28.020Z] #49 29.67 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-08T17:10:28.020Z] #49 29.83 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-08T17:10:28.020Z] #49 29.86 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-08T17:10:28.020Z] #49 29.91 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-08T17:10:28.021Z] #49 30.04 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-08T17:10:28.021Z] #49 30.04 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-04-08T17:10:28.021Z] #49 30.05 go: extracting github.com/stretchr/objx v0.2.0 [2021-04-08T17:10:28.021Z] #49 30.15 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-08T17:10:28.021Z] #49 30.18 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-04-08T17:10:28.021Z] #49 30.18 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-04-08T17:10:28.021Z] #49 30.37 go: extracting github.com/spf13/afero v1.1.2 [2021-04-08T17:10:28.021Z] #49 30.37 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-08T17:10:28.021Z] #49 30.37 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-04-08T17:10:28.021Z] #49 30.37 go: downloading github.com/subosito/gotenv v1.2.0 [2021-04-08T17:10:28.021Z] #49 30.44 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-08T17:10:28.021Z] #49 30.44 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-04-08T17:10:28.021Z] #49 30.46 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-08T17:10:28.021Z] #49 30.50 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-08T17:10:28.021Z] #49 30.65 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-04-08T17:10:28.021Z] #49 30.68 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-04-08T17:10:28.021Z] #49 30.69 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-08T17:10:28.021Z] #49 30.89 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-04-08T17:10:28.021Z] #49 30.89 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-08T17:10:28.021Z] #49 30.90 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-08T17:10:28.021Z] #49 30.90 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-08T17:10:28.021Z] #49 30.90 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-08T17:10:28.021Z] #49 30.91 go: downloading golang.org/x/text v0.3.2 [2021-04-08T17:10:28.021Z] #49 30.91 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-08T17:10:28.021Z] #49 30.91 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-08T17:10:28.021Z] #49 31.02 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-08T17:10:28.021Z] #49 31.09 go: extracting github.com/subosito/gotenv v1.2.0 [2021-04-08T17:10:28.021Z] #49 31.16 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-08T17:10:28.021Z] #49 31.17 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-08T17:10:28.021Z] #49 31.17 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-04-08T17:10:28.021Z] #49 31.17 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-04-08T17:10:28.021Z] #49 31.22 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-08T17:10:28.021Z] #49 31.27 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-08T17:10:28.021Z] #49 31.41 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-08T17:10:28.021Z] #49 31.61 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-08T17:10:28.021Z] #49 31.70 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-04-08T17:10:28.021Z] #49 31.71 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-08T17:10:28.021Z] #49 31.71 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-08T17:10:28.021Z] #49 31.71 go: downloading github.com/gogo/protobuf v1.2.1 [2021-04-08T17:10:28.021Z] #49 31.71 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-08T17:10:28.021Z] #49 31.71 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-08T17:10:28.021Z] #49 31.81 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-08T17:10:28.021Z] #49 31.83 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-08T17:10:28.021Z] #49 31.86 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-08T17:10:28.021Z] #49 31.92 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-08T17:10:28.021Z] #49 31.96 go: downloading github.com/gobwas/glob v0.2.3 [2021-04-08T17:10:28.021Z] #49 32.47 go: extracting github.com/gobwas/glob v0.2.3 [2021-04-08T17:10:28.021Z] #49 33.60 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-08T17:10:28.762Z] #29 7.940 0.2% ############ 17.4% ###################### 31.2% ########################################## 58.7% ############################################################### 87.7% ######################################################################## 100.0% [2021-04-08T17:10:29.025Z] #29 8.902 [2021-04-08T17:10:30.565Z] #49 ... [2021-04-08T17:10:30.565Z] [2021-04-08T17:10:30.565Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:10:30.565Z] #51 sha256:c13522ea22f3ec86ee1f182e0f9f1cca459acb5423e400507900f7f22565a07b [2021-04-08T17:10:30.565Z] #51 26.34 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-08T17:10:30.565Z] #51 26.39 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-08T17:10:30.565Z] #51 26.55 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-08T17:10:30.565Z] #51 26.60 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-08T17:10:30.565Z] #51 27.57 runtime [2021-04-08T17:10:30.565Z] #51 27.59 runtime/cgo [2021-04-08T17:10:30.565Z] #51 ... [2021-04-08T17:10:30.565Z] [2021-04-08T17:10:30.565Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-08T17:10:30.565Z] #58 sha256:5ca74f163d5fd74a85f8f1756f2ef032e4ffc0d985247b8ffeb0852d52b2c502 [2021-04-08T17:10:30.565Z] #58 30.98 go: finding github.com/pkg/errors v0.9.1 [2021-04-08T17:10:30.565Z] #58 31.01 go: finding github.com/sirupsen/logrus v1.8.1 [2021-04-08T17:10:30.565Z] #58 31.27 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-08T17:10:30.565Z] #58 31.38 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-08T17:10:30.565Z] #58 31.64 go: finding github.com/google/uuid v1.2.0 [2021-04-08T17:10:30.565Z] #58 31.74 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-08T17:10:30.565Z] #58 31.80 go: finding github.com/gofrs/flock v0.8.0 [2021-04-08T17:10:30.565Z] #58 31.82 go: finding github.com/moby/vpnkit v0.5.0 [2021-04-08T17:10:30.565Z] #58 31.86 go: finding github.com/gorilla/mux v1.8.0 [2021-04-08T17:10:30.565Z] #58 31.89 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-04-08T17:10:30.565Z] #58 31.92 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-04-08T17:10:30.565Z] #58 31.98 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-08T17:10:30.565Z] #58 32.05 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-04-08T17:10:30.565Z] #58 32.42 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-08T17:10:30.565Z] #58 32.48 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-04-08T17:10:30.827Z] #58 ... [2021-04-08T17:10:30.827Z] [2021-04-08T17:10:30.827Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-08T17:10:30.827Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-08T17:10:30.827Z] #55 26.77 Fetched 8426 kB in 19s (438 kB/s) [2021-04-08T17:10:30.827Z] #55 26.77 Reading package lists... [2021-04-08T17:10:30.827Z] #55 33.69 Reading package lists... [2021-04-08T17:10:30.827Z] #55 ... [2021-04-08T17:10:30.827Z] [2021-04-08T17:10:30.827Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-08T17:10:30.827Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-08T17:10:30.827Z] #36 26.86 Fetched 8426 kB in 19s (446 kB/s) [2021-04-08T17:10:30.827Z] #36 26.86 Reading package lists... [2021-04-08T17:10:31.087Z] #36 33.60 Reading package lists... [2021-04-08T17:10:31.087Z] #36 ... [2021-04-08T17:10:31.087Z] [2021-04-08T17:10:31.087Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:10:31.087Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-08T17:10:31.087Z] #42 27.07 Fetched 8426 kB in 19s (435 kB/s) [2021-04-08T17:10:31.087Z] #42 27.07 Reading package lists... [2021-04-08T17:10:31.087Z] #42 34.70 Reading package lists... [2021-04-08T17:10:31.087Z] #42 ... [2021-04-08T17:10:31.087Z] [2021-04-08T17:10:31.087Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-08T17:10:31.087Z] #49 sha256:08779085ddafaad5ed2741a83cfc220f9bc89ff572bb6963a6cdc58c97068860 [2021-04-08T17:10:31.087Z] #49 36.66 go: extracting github.com/gogo/protobuf v1.2.1 [2021-04-08T17:10:31.725Z] #29 9.250 0.0% ## 3.9% ###### 8.4% ######## 12.0% ########### 15.6% ################## 25.2% #################### 28.6% ######################## 34.0% ########################### 37.8% ############################### 43.3% ################################## 47.9% ##################################### 51.6% ########################################## 58.4% ############################################# 62.5% ############################################### 66.6% ################################################# 69.0% ###################################################### 75.5% ######################################################### 79.6% ############################################################ 84.3% ############################################################### 88.6% ################################################################## 92.8% [2021-04-08T17:10:31.725Z] #29 ... [2021-04-08T17:10:31.725Z] [2021-04-08T17:10:31.725Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-08T17:10:31.725Z] #47 sha256:1d3181638d7716e4058abe457de769b5fee4d4ae4790a1e3929be52f43e61bfc [2021-04-08T17:10:31.725Z] #47 10.66 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-08T17:10:31.725Z] #47 10.98 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-08T17:10:31.725Z] #47 11.34 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-08T17:10:31.725Z] #47 11.87 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-08T17:10:31.725Z] #47 12.99 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-08T17:10:31.725Z] #47 17.76 go: finding github.com/fatih/color v1.9.0 [2021-04-08T17:10:31.725Z] #47 17.81 go: finding github.com/pkg/errors v0.9.1 [2021-04-08T17:10:31.725Z] #47 17.81 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-08T17:10:31.725Z] #47 17.87 go: finding github.com/spf13/pflag v1.0.3 [2021-04-08T17:10:31.725Z] #47 18.10 go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-08T17:10:31.725Z] #47 18.16 go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-08T17:10:31.725Z] #47 18.40 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-08T17:10:31.725Z] #47 18.43 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-08T17:10:31.725Z] #47 18.55 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-08T17:10:31.725Z] #47 18.61 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-08T17:10:31.725Z] #47 18.67 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-08T17:10:31.990Z] #47 ... [2021-04-08T17:10:31.990Z] [2021-04-08T17:10:31.990Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:10:31.990Z] #29 sha256:8fa1df23feb2eb6d736be31ee6c4e7d3c486db8c5d57f6fc11e3cbfc0d7b8f43 [2021-04-08T17:10:31.990Z] #29 9.250 0.0% ## 3.9% ###### 8.4% ######## 12.0% ########### 15.6% ################## 25.2% #################### 28.6% ######################## 34.0% ########################### 37.8% ############################### 43.3% ################################## 47.9% ##################################### 51.6% ########################################## 58.4% ############################################# 62.5% ############################################### 66.6% ################################################# 69.0% ###################################################### 75.5% ######################################################### 79.6% ############################################################ 84.3% ############################################################### 88.6% ################################################################## 92.8% ##################################################################### 96.5% ######################################################################## 100.0% [2021-04-08T17:10:32.032Z] #49 ... [2021-04-08T17:10:32.032Z] [2021-04-08T17:10:32.032Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:10:32.032Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-08T17:10:32.032Z] #13 23.14 Fetched 8933 kB in 20s (447 kB/s) [2021-04-08T17:10:32.032Z] #13 23.14 Reading package lists... [2021-04-08T17:10:32.255Z] #29 12.11 [2021-04-08T17:10:32.255Z] #29 ... [2021-04-08T17:10:32.255Z] [2021-04-08T17:10:32.255Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:10:32.255Z] #45 sha256:14613a64d0436505e36b5316c4970752a2e89298608d29b820fbdd386de796e6 [2021-04-08T17:10:32.255Z] #45 11.10 crypto/subtle [2021-04-08T17:10:32.255Z] #45 11.40 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-04-08T17:10:32.255Z] #45 11.88 internal/nettrace [2021-04-08T17:10:32.255Z] #45 12.35 vendor/golang.org/x/crypto/internal/subtle [2021-04-08T17:10:32.255Z] #45 12.46 runtime/cgo [2021-04-08T17:10:32.292Z] #13 31.19 Reading package lists... [2021-04-08T17:10:32.293Z] #13 ... [2021-04-08T17:10:32.293Z] [2021-04-08T17:10:32.293Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-08T17:10:32.293Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-08T17:10:32.293Z] #40 27.72 + 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-04-08T17:10:32.520Z] #45 ... [2021-04-08T17:10:32.520Z] [2021-04-08T17:10:32.520Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-08T17:10:32.520Z] #67 sha256:6c6f2f738c7d126979ba9e5220183ae66137482f50095ac49c5f50061d561ff6 [2021-04-08T17:10:32.520Z] #67 18.12 Checking out files: 53% (1028/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-04-08T17:10:32.520Z] #67 19.44 + cd /tmp/tmp.sqdvQuDNcK/src/github.com/docker/libnetwork [2021-04-08T17:10:32.520Z] #67 19.44 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-08T17:10:32.520Z] #67 19.87 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-04-08T17:10:32.787Z] #67 ... [2021-04-08T17:10:32.787Z] [2021-04-08T17:10:32.787Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-08T17:10:32.787Z] #58 sha256:28292c1adada1972aa1f4048f96b4660b3fd0e828032c0e756dc550440a53c08 [2021-04-08T17:10:32.787Z] #58 11.50 go: extracting github.com/google/uuid v1.2.0 [2021-04-08T17:10:32.787Z] #58 11.51 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-04-08T17:10:32.787Z] #58 11.55 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-04-08T17:10:32.787Z] #58 11.65 go: extracting github.com/pkg/errors v0.9.1 [2021-04-08T17:10:32.787Z] #58 12.15 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-08T17:10:32.787Z] #58 12.85 go: extracting github.com/moby/vpnkit v0.5.0 [2021-04-08T17:10:32.787Z] #58 13.23 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-08T17:10:32.787Z] #58 13.59 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-08T17:10:32.787Z] #58 13.77 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-04-08T17:10:32.787Z] #58 14.90 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-04-08T17:10:32.787Z] #58 16.35 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-08T17:10:32.787Z] #58 17.78 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-04-08T17:10:32.787Z] #58 19.40 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-08T17:10:32.787Z] #58 19.62 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-08T17:10:32.787Z] #58 19.86 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-04-08T17:10:32.787Z] #58 20.15 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-04-08T17:10:32.787Z] #58 ... [2021-04-08T17:10:32.787Z] [2021-04-08T17:10:32.787Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:10:32.787Z] #29 sha256:8fa1df23feb2eb6d736be31ee6c4e7d3c486db8c5d57f6fc11e3cbfc0d7b8f43 [2021-04-08T17:10:34.206Z] #40 ... [2021-04-08T17:10:34.206Z] [2021-04-08T17:10:34.206Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:10:34.206Z] #45 sha256:129d6cd89cb3c1e2309255ea871bcf81a12799810f3156b6a909e6ecca606456 [2021-04-08T17:10:34.206Z] #45 30.07 vendor/golang.org/x/crypto/internal/subtle [2021-04-08T17:10:34.206Z] #45 30.25 vendor/golang.org/x/crypto/curve25519 [2021-04-08T17:10:34.206Z] #45 ... [2021-04-08T17:10:34.206Z] [2021-04-08T17:10:34.206Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-08T17:10:34.206Z] #49 sha256:08779085ddafaad5ed2741a83cfc220f9bc89ff572bb6963a6cdc58c97068860 [2021-04-08T17:10:34.206Z] #49 40.34 go: extracting golang.org/x/text v0.3.2 [2021-04-08T17:10:35.242Z] #29 12.48 0.0% 1.3% # 2.6% ## 3.8% ### 4.8% #### 6.1% #### 6.9% ##### 8.3% ###### 8.8% ####### 10.0% ####### 10.9% ######## 11.7% ######### 13.2% ########## 14.8% ########### 16.2% ############ 17.2% ############# 18.5% ############# 19.2% ############## 20.2% ############## 20.6% ############### 21.9% ################ 23.3% ################# 24.2% ################## 25.6% [2021-04-08T17:10:35.242Z] #29 ... [2021-04-08T17:10:35.242Z] [2021-04-08T17:10:35.242Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-08T17:10:35.242Z] #49 sha256:8a66621e45ae56e54f351a74031759a8b4dd704363656c595e3b76195b602831 [2021-04-08T17:10:35.242Z] #49 14.00 go: downloading github.com/spf13/cobra v0.0.5 [2021-04-08T17:10:35.242Z] #49 14.01 go: downloading github.com/spf13/viper v1.6.1 [2021-04-08T17:10:35.242Z] #49 14.07 go: downloading github.com/stretchr/testify v1.4.0 [2021-04-08T17:10:35.242Z] #49 14.08 go: downloading github.com/pkg/errors v0.8.1 [2021-04-08T17:10:35.242Z] #49 14.12 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-04-08T17:10:35.242Z] #49 14.20 go: downloading github.com/spf13/pflag v1.0.5 [2021-04-08T17:10:35.242Z] #49 14.28 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-08T17:10:35.242Z] #49 14.40 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-04-08T17:10:35.242Z] #49 14.50 go: extracting github.com/spf13/viper v1.6.1 [2021-04-08T17:10:35.242Z] #49 14.53 go: extracting github.com/pkg/errors v0.8.1 [2021-04-08T17:10:35.242Z] #49 14.55 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-08T17:10:35.242Z] #49 14.68 go: extracting github.com/stretchr/testify v1.4.0 [2021-04-08T17:10:35.242Z] #49 14.88 go: extracting github.com/spf13/cobra v0.0.5 [2021-04-08T17:10:35.242Z] #49 14.93 go: downloading github.com/spf13/afero v1.1.2 [2021-04-08T17:10:35.242Z] #49 14.99 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-08T17:10:35.242Z] #49 15.04 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-04-08T17:10:35.242Z] #49 15.20 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-04-08T17:10:35.242Z] #49 15.25 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-08T17:10:35.242Z] #49 15.25 go: extracting github.com/spf13/pflag v1.0.5 [2021-04-08T17:10:35.242Z] #49 15.38 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-04-08T17:10:35.242Z] #49 15.39 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-04-08T17:10:35.242Z] #49 15.50 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-04-08T17:10:35.242Z] #49 15.59 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-04-08T17:10:35.242Z] #49 15.63 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-08T17:10:35.242Z] #49 15.78 go: downloading github.com/subosito/gotenv v1.2.0 [2021-04-08T17:10:35.242Z] #49 15.78 go: extracting github.com/spf13/afero v1.1.2 [2021-04-08T17:10:35.242Z] #49 15.83 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-04-08T17:10:35.242Z] #49 15.94 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-04-08T17:10:35.242Z] #49 15.94 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-08T17:10:35.242Z] #49 16.00 go: extracting github.com/subosito/gotenv v1.2.0 [2021-04-08T17:10:35.242Z] #49 16.06 go: downloading github.com/spf13/cast v1.3.0 [2021-04-08T17:10:35.242Z] #49 16.19 go: extracting github.com/spf13/cast v1.3.0 [2021-04-08T17:10:35.242Z] #49 16.23 go: downloading github.com/stretchr/objx v0.2.0 [2021-04-08T17:10:35.242Z] #49 16.33 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-04-08T17:10:35.242Z] #49 16.47 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-04-08T17:10:35.242Z] #49 16.48 go: downloading github.com/magiconair/properties v1.8.1 [2021-04-08T17:10:35.242Z] #49 16.52 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-08T17:10:35.242Z] #49 16.60 go: extracting github.com/stretchr/objx v0.2.0 [2021-04-08T17:10:35.242Z] #49 16.65 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-04-08T17:10:35.242Z] #49 16.90 go: downloading github.com/fatih/color v1.7.0 [2021-04-08T17:10:35.242Z] #49 16.96 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-04-08T17:10:35.242Z] #49 17.04 go: extracting github.com/magiconair/properties v1.8.1 [2021-04-08T17:10:35.242Z] #49 17.06 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-04-08T17:10:35.242Z] #49 17.12 go: extracting github.com/fatih/color v1.7.0 [2021-04-08T17:10:35.242Z] #49 17.13 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-04-08T17:10:35.242Z] #49 17.14 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-04-08T17:10:35.242Z] #49 17.48 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-08T17:10:35.242Z] #49 17.55 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-08T17:10:35.242Z] #49 17.79 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-08T17:10:35.242Z] #49 17.96 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-08T17:10:35.242Z] #49 18.01 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-08T17:10:35.242Z] #49 18.40 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-08T17:10:35.242Z] #49 18.42 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-08T17:10:35.242Z] #49 18.73 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-08T17:10:35.242Z] #49 18.73 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-08T17:10:35.242Z] #49 18.73 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-08T17:10:35.242Z] #49 18.74 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-08T17:10:35.242Z] #49 18.75 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-08T17:10:35.242Z] #49 21.26 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-04-08T17:10:35.242Z] #49 21.42 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-04-08T17:10:35.242Z] #49 21.55 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-04-08T17:10:35.242Z] #49 21.59 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-04-08T17:10:35.242Z] #49 21.60 go: downloading github.com/gobwas/glob v0.2.3 [2021-04-08T17:10:35.242Z] #49 21.71 go: extracting github.com/gobwas/glob v0.2.3 [2021-04-08T17:10:35.242Z] #49 22.05 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-08T17:10:35.242Z] #49 22.16 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-08T17:10:35.242Z] #49 23.16 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-08T17:10:35.242Z] #49 23.16 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-08T17:10:35.242Z] #49 23.17 go: downloading github.com/ultraware/funlen v0.0.2 [2021-04-08T17:10:35.242Z] #49 23.17 go: downloading golang.org/x/text v0.3.2 [2021-04-08T17:10:35.242Z] #49 23.17 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-08T17:10:35.242Z] #49 23.35 go: extracting github.com/ultraware/funlen v0.0.2 [2021-04-08T17:10:35.242Z] #49 23.36 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-08T17:10:35.242Z] #49 23.41 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-08T17:10:35.242Z] #49 23.44 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-04-08T17:10:35.242Z] #49 23.44 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-04-08T17:10:35.242Z] #49 23.44 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-08T17:10:35.242Z] #49 23.56 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-08T17:10:35.242Z] #49 23.66 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-08T17:10:35.242Z] #49 23.67 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-08T17:10:35.242Z] #49 23.71 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-08T17:10:35.242Z] #49 23.71 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-04-08T17:10:35.242Z] #49 23.97 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-04-08T17:10:35.242Z] #49 23.98 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-04-08T17:10:35.242Z] #49 24.01 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-08T17:10:35.242Z] #49 24.01 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-08T17:10:35.242Z] #49 24.16 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-08T17:10:35.242Z] #49 ... [2021-04-08T17:10:35.242Z] [2021-04-08T17:10:35.242Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:10:35.242Z] #29 sha256:8fa1df23feb2eb6d736be31ee6c4e7d3c486db8c5d57f6fc11e3cbfc0d7b8f43 [2021-04-08T17:10:36.083Z] #29 12.48 0.0% 1.3% # 2.6% ## 3.8% ### 4.8% #### 6.1% #### 6.9% ##### 8.3% ###### 8.8% ####### 10.0% ####### 10.9% ######## 11.7% ######### 13.2% ########## 14.8% ########### 16.2% ############ 17.2% ############# 18.5% ############# 19.2% ############## 20.2% ############## 20.6% ############### 21.9% ################ 23.3% ################# 24.2% ################## 25.6% ################### 27.3% #################### 28.9% ##################### 30.3% ###################### 31.5% ####################### 33.1% ######################## 33.8% ######################### 35.5% [2021-04-08T17:10:36.083Z] #29 ... [2021-04-08T17:10:36.083Z] [2021-04-08T17:10:36.083Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-08T17:10:36.083Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-04-08T17:10:36.083Z] #40 14.51 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-04-08T17:10:36.083Z] #40 16.43 + 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-04-08T17:10:36.504Z] #40 ... [2021-04-08T17:10:36.504Z] [2021-04-08T17:10:36.504Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:10:36.504Z] #29 sha256:8fa1df23feb2eb6d736be31ee6c4e7d3c486db8c5d57f6fc11e3cbfc0d7b8f43 [2021-04-08T17:10:38.014Z] #29 12.48 0.0% 1.3% # 2.6% ## 3.8% ### 4.8% #### 6.1% #### 6.9% ##### 8.3% ###### 8.8% ####### 10.0% ####### 10.9% ######## 11.7% ######### 13.2% ########## 14.8% ########### 16.2% ############ 17.2% ############# 18.5% ############# 19.2% ############## 20.2% ############## 20.6% ############### 21.9% ################ 23.3% ################# 24.2% ################## 25.6% ################### 27.3% #################### 28.9% ##################### 30.3% ###################### 31.5% ####################### 33.1% ######################## 33.8% ######################### 35.5% ########################## 36.3% ########################### 37.6% ########################### 38.3% ############################ 40.1% ############################# 41.2% ############################## 42.2% ############################### 43.2% ############################### 44.3% ################################ 44.8% ################################ 45.3% # [2021-04-08T17:10:38.014Z] #29 ... [2021-04-08T17:10:38.014Z] [2021-04-08T17:10:38.014Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:10:38.014Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-08T17:10:38.014Z] #42 16.89 Fetched 8250 kB in 11s (731 kB/s) [2021-04-08T17:10:38.014Z] #42 16.89 Reading package lists... [2021-04-08T17:10:38.280Z] #42 21.97 Reading package lists... [2021-04-08T17:10:38.280Z] #42 ... [2021-04-08T17:10:38.280Z] [2021-04-08T17:10:38.280Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:10:38.280Z] #51 sha256:53b5547551c84973d496a43231c5e189f42d40b3bb1cfd151f93a7c0f736359b [2021-04-08T17:10:38.280Z] #51 16.99 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-08T17:10:38.280Z] #51 17.08 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-08T17:10:38.280Z] #51 17.33 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-08T17:10:38.280Z] #51 17.52 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-08T17:10:38.280Z] #51 18.35 runtime/cgo [2021-04-08T17:10:38.280Z] #51 18.42 runtime [2021-04-08T17:10:38.280Z] #51 ... [2021-04-08T17:10:38.280Z] [2021-04-08T17:10:38.280Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:10:38.280Z] #29 sha256:8fa1df23feb2eb6d736be31ee6c4e7d3c486db8c5d57f6fc11e3cbfc0d7b8f43 [2021-04-08T17:10:38.548Z] #29 12.48 0.0% 1.3% # 2.6% ## 3.8% ### 4.8% #### 6.1% #### 6.9% ##### 8.3% ###### 8.8% ####### 10.0% ####### 10.9% ######## 11.7% ######### 13.2% ########## 14.8% ########### 16.2% ############ 17.2% ############# 18.5% ############# 19.2% ############## 20.2% ############## 20.6% ############### 21.9% ################ 23.3% ################# 24.2% ################## 25.6% ################### 27.3% #################### 28.9% ##################### 30.3% ###################### 31.5% ####################### 33.1% ######################## 33.8% ######################### 35.5% ########################## 36.3% ########################### 37.6% ########################### 38.3% ############################ 40.1% ############################# 41.2% ############################## 42.2% ############################### 43.2% ############################### 44.3% ################################ 44.8% ################################ 45.3% ################################# 46.8% ################################## 47.9% ################################### 48.9% #################################### 50.3% ##################################### 51.4% ######### [2021-04-08T17:10:38.548Z] #29 ... [2021-04-08T17:10:38.548Z] [2021-04-08T17:10:38.548Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-08T17:10:38.548Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-04-08T17:10:38.548Z] #55 17.45 Fetched 8250 kB in 12s (666 kB/s) [2021-04-08T17:10:38.548Z] #55 17.45 Reading package lists... [2021-04-08T17:10:38.815Z] #55 22.54 Reading package lists... [2021-04-08T17:10:38.815Z] #55 ... [2021-04-08T17:10:38.815Z] [2021-04-08T17:10:38.815Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:10:38.815Z] #29 sha256:8fa1df23feb2eb6d736be31ee6c4e7d3c486db8c5d57f6fc11e3cbfc0d7b8f43 [2021-04-08T17:10:39.081Z] #29 12.48 0.0% 1.3% # 2.6% ## 3.8% ### 4.8% #### 6.1% #### 6.9% ##### 8.3% ###### 8.8% ####### 10.0% ####### 10.9% ######## 11.7% ######### 13.2% ########## 14.8% ########### 16.2% ############ 17.2% ############# 18.5% ############# 19.2% ############## 20.2% ############## 20.6% ############### 21.9% ################ 23.3% ################# 24.2% ################## 25.6% ################### 27.3% #################### 28.9% ##################### 30.3% ###################### 31.5% ####################### 33.1% ######################## 33.8% ######################### 35.5% ########################## 36.3% ########################### 37.6% ########################### 38.3% ############################ 40.1% ############################# 41.2% ############################## 42.2% ############################### 43.2% ############################### 44.3% ################################ 44.8% ################################ 45.3% ################################# 46.8% ################################## 47.9% ################################### 48.9% #################################### 50.3% ##################################### 51.4% ##################################### 52.5% ###################################### 53.6% ####################################### 54.7% ######################################## 55.7% # [2021-04-08T17:10:39.081Z] #29 ... [2021-04-08T17:10:39.081Z] [2021-04-08T17:10:39.081Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-08T17:10:39.081Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-04-08T17:10:39.081Z] #36 17.83 Fetched 8250 kB in 12s (685 kB/s) [2021-04-08T17:10:39.081Z] #36 17.83 Reading package lists... [2021-04-08T17:10:39.081Z] #36 23.30 Reading package lists... [2021-04-08T17:10:39.081Z] #36 ... [2021-04-08T17:10:39.081Z] [2021-04-08T17:10:39.081Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:10:39.081Z] #29 sha256:8fa1df23feb2eb6d736be31ee6c4e7d3c486db8c5d57f6fc11e3cbfc0d7b8f43 [2021-04-08T17:10:39.497Z] #49 45.21 go: finding github.com/fatih/color v1.7.0 [2021-04-08T17:10:39.497Z] #49 45.23 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-08T17:10:39.497Z] #49 45.26 go: finding github.com/mattn/go-colorable v0.1.4 [2021-04-08T17:10:39.497Z] #49 45.30 go: finding github.com/mattn/go-isatty v0.0.8 [2021-04-08T17:10:39.497Z] #49 45.37 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-08T17:10:39.497Z] #49 45.47 go: finding github.com/pkg/errors v0.8.1 [2021-04-08T17:10:39.497Z] #49 45.48 go: finding github.com/go-critic/go-critic v0.4.1 [2021-04-08T17:10:39.497Z] #49 45.48 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-08T17:10:39.497Z] #49 45.50 go: finding github.com/sirupsen/logrus v1.4.2 [2021-04-08T17:10:39.497Z] #49 45.54 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-04-08T17:10:39.497Z] #49 45.54 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-04-08T17:10:39.497Z] #49 45.55 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-04-08T17:10:39.497Z] #49 45.56 go: finding github.com/stretchr/testify v1.4.0 [2021-04-08T17:10:39.497Z] #49 45.56 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-04-08T17:10:39.497Z] #49 45.57 go: finding github.com/davecgh/go-spew v1.1.1 [2021-04-08T17:10:39.497Z] #49 45.68 go: finding github.com/spf13/viper v1.6.1 [2021-04-08T17:10:39.758Z] #49 45.69 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-04-08T17:10:39.758Z] #49 45.81 go: finding github.com/stretchr/objx v0.2.0 [2021-04-08T17:10:39.758Z] #49 45.81 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-04-08T17:10:39.758Z] #49 45.81 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-04-08T17:10:39.758Z] #49 45.93 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-04-08T17:10:40.024Z] #49 45.94 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-04-08T17:10:40.024Z] #49 45.97 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-04-08T17:10:40.285Z] #49 46.41 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-04-08T17:10:40.285Z] #49 46.42 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-08T17:10:40.426Z] #29 12.48 0.0% 1.3% # 2.6% ## 3.8% ### 4.8% #### 6.1% #### 6.9% ##### 8.3% ###### 8.8% ####### 10.0% ####### 10.9% ######## 11.7% ######### 13.2% ########## 14.8% ########### 16.2% ############ 17.2% ############# 18.5% ############# 19.2% ############## 20.2% ############## 20.6% ############### 21.9% ################ 23.3% ################# 24.2% ################## 25.6% ################### 27.3% #################### 28.9% ##################### 30.3% ###################### 31.5% ####################### 33.1% ######################## 33.8% ######################### 35.5% ########################## 36.3% ########################### 37.6% ########################### 38.3% ############################ 40.1% ############################# 41.2% ############################## 42.2% ############################### 43.2% ############################### 44.3% ################################ 44.8% ################################ 45.3% ################################# 46.8% ################################## 47.9% ################################### 48.9% #################################### 50.3% ##################################### 51.4% ##################################### 52.5% ###################################### 53.6% ####################################### 54.7% ######################################## 55.7% ######################################## 56.8% ######################################### 57.8% ######################################### 58.0% ########################################## 59.4% ########################################### 60.8% ############################################ 61.9% ############################################# 62.9% ############################################## 63.9% ############################################## 65.1% ################################################ 67.0% ################################################ 67.9% ################################################# 69.0% ################################################## 69.8% [2021-04-08T17:10:40.426Z] #29 ... [2021-04-08T17:10:40.426Z] [2021-04-08T17:10:40.426Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:10:40.426Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-08T17:10:40.426Z] #13 16.28 Fetched 8751 kB in 13s (665 kB/s) [2021-04-08T17:10:40.426Z] #13 16.28 Reading package lists... [2021-04-08T17:10:40.426Z] #13 21.57 Reading package lists... [2021-04-08T17:10:40.426Z] #13 ... [2021-04-08T17:10:40.426Z] [2021-04-08T17:10:40.426Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:10:40.426Z] #29 sha256:8fa1df23feb2eb6d736be31ee6c4e7d3c486db8c5d57f6fc11e3cbfc0d7b8f43 [2021-04-08T17:10:40.556Z] #49 46.52 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-08T17:10:40.556Z] #49 46.54 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-04-08T17:10:40.556Z] #49 46.61 go: finding github.com/gobwas/glob v0.2.3 [2021-04-08T17:10:40.556Z] #49 46.61 go: finding github.com/spf13/cobra v0.0.5 [2021-04-08T17:10:40.556Z] #49 46.67 go: finding github.com/hashicorp/hcl v1.0.0 [2021-04-08T17:10:40.820Z] #49 ... [2021-04-08T17:10:40.820Z] [2021-04-08T17:10:40.820Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-08T17:10:40.820Z] #67 sha256:b10a99188abec64597ca50b19596dc7ba70556920392b3ea4c1cd5299fad846c [2021-04-08T17:10:40.820Z] #67 DONE 46.8s [2021-04-08T17:10:40.820Z] [2021-04-08T17:10:40.820Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:10:40.820Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-08T17:10:40.820Z] #42 34.70 Reading package lists... [2021-04-08T17:10:40.820Z] #42 41.51 Building dependency tree... [2021-04-08T17:10:40.820Z] #42 44.94 The following additional packages will be installed: [2021-04-08T17:10:40.820Z] #42 44.97 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-04-08T17:10:40.820Z] #42 44.97 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-04-08T17:10:40.820Z] #42 44.98 Suggested packages: [2021-04-08T17:10:40.820Z] #42 44.98 manpages-dev python-setuptools [2021-04-08T17:10:40.820Z] #42 46.28 The following NEW packages will be installed: [2021-04-08T17:10:40.820Z] #42 46.29 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-04-08T17:10:40.820Z] #42 46.30 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-04-08T17:10:40.820Z] #42 46.30 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-04-08T17:10:40.820Z] #42 46.31 python-six zlib1g-dev [2021-04-08T17:10:40.820Z] #42 46.74 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded. [2021-04-08T17:10:40.820Z] #42 46.74 Need to get 4095 kB of archives. [2021-04-08T17:10:40.820Z] #42 46.74 After this operation, 22.5 MB of additional disk space will be used. [2021-04-08T17:10:40.820Z] #42 46.74 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-04-08T17:10:40.820Z] #42 46.75 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-04-08T17:10:40.820Z] #42 46.75 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-04-08T17:10:40.820Z] #42 46.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-04-08T17:10:40.820Z] #42 46.81 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-04-08T17:10:40.820Z] #42 46.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-04-08T17:10:40.820Z] #42 46.82 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-04-08T17:10:40.820Z] #42 46.82 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-04-08T17:10:40.820Z] #42 46.86 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-04-08T17:10:41.087Z] #42 47.06 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-04-08T17:10:41.087Z] #42 47.09 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-04-08T17:10:41.087Z] #42 ... [2021-04-08T17:10:41.087Z] [2021-04-08T17:10:41.087Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-08T17:10:41.087Z] #49 sha256:08779085ddafaad5ed2741a83cfc220f9bc89ff572bb6963a6cdc58c97068860 [2021-04-08T17:10:41.087Z] #49 46.89 go: finding github.com/spf13/pflag v1.0.5 [2021-04-08T17:10:41.087Z] #49 46.89 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-08T17:10:41.087Z] #49 47.05 go: finding github.com/magiconair/properties v1.8.1 [2021-04-08T17:10:41.087Z] #49 47.13 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-04-08T17:10:41.087Z] #49 47.17 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-08T17:10:41.087Z] #49 47.26 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-08T17:10:41.350Z] #49 47.29 go: finding github.com/pelletier/go-toml v1.2.0 [2021-04-08T17:10:41.350Z] #49 47.31 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-08T17:10:41.350Z] #49 47.32 go: finding github.com/spf13/afero v1.1.2 [2021-04-08T17:10:41.350Z] #49 47.37 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-08T17:10:41.350Z] #49 47.39 go: finding github.com/spf13/cast v1.3.0 [2021-04-08T17:10:41.350Z] #49 47.40 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-08T17:10:41.350Z] #49 47.40 go: finding golang.org/x/text v0.3.2 [2021-04-08T17:10:41.350Z] #49 47.49 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-04-08T17:10:41.611Z] #49 47.50 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-08T17:10:41.611Z] #49 47.57 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-08T17:10:41.611Z] #49 47.57 go: finding github.com/subosito/gotenv v1.2.0 [2021-04-08T17:10:41.611Z] #49 47.70 go: finding gopkg.in/ini.v1 v1.51.0 [2021-04-08T17:10:41.872Z] #49 47.78 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-08T17:10:41.872Z] #49 47.80 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-08T17:10:41.872Z] #49 47.89 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-08T17:10:41.872Z] #49 47.96 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-08T17:10:41.872Z] #49 47.96 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-08T17:10:41.872Z] #49 48.01 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-08T17:10:42.133Z] #49 48.01 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-08T17:10:42.133Z] #49 48.08 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-08T17:10:42.133Z] #49 48.10 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-08T17:10:42.133Z] #49 48.10 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-08T17:10:42.133Z] #49 ... [2021-04-08T17:10:42.133Z] [2021-04-08T17:10:42.133Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-08T17:10:42.133Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-08T17:10:42.133Z] #55 33.69 Reading package lists... [2021-04-08T17:10:42.133Z] #55 40.60 Building dependency tree... [2021-04-08T17:10:42.133Z] #55 44.21 The following additional packages will be installed: [2021-04-08T17:10:42.133Z] #55 44.22 libbtrfs0 [2021-04-08T17:10:42.133Z] #55 44.47 The following NEW packages will be installed: [2021-04-08T17:10:42.133Z] #55 44.48 libbtrfs-dev libbtrfs0 [2021-04-08T17:10:42.133Z] #55 44.98 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded. [2021-04-08T17:10:42.133Z] #55 44.98 Need to get 119 kB of archives. [2021-04-08T17:10:42.133Z] #55 44.98 After this operation, 387 kB of additional disk space will be used. [2021-04-08T17:10:42.133Z] #55 44.98 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-04-08T17:10:42.133Z] #55 44.99 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-04-08T17:10:42.133Z] #55 46.32 debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:10:42.133Z] #55 46.56 Fetched 119 kB in 0s (353 kB/s) [2021-04-08T17:10:42.133Z] #55 46.86 Selecting previously unselected package libbtrfs0. [2021-04-08T17:10:42.133Z] #55 46.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-04-08T17:10:42.133Z] #55 46.93 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-04-08T17:10:42.133Z] #55 47.02 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-08T17:10:42.133Z] #55 47.26 Selecting previously unselected package libbtrfs-dev. [2021-04-08T17:10:42.133Z] #55 47.27 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-04-08T17:10:42.133Z] #55 47.31 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-08T17:10:42.133Z] #55 47.75 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-08T17:10:42.133Z] #55 47.78 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-08T17:10:42.133Z] #55 47.79 Processing triggers for libc-bin (2.28-10) ... [2021-04-08T17:10:42.133Z] #55 DONE 48.2s [2021-04-08T17:10:42.133Z] [2021-04-08T17:10:42.133Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-08T17:10:42.133Z] #49 sha256:08779085ddafaad5ed2741a83cfc220f9bc89ff572bb6963a6cdc58c97068860 [2021-04-08T17:10:42.133Z] #49 48.18 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-08T17:10:42.133Z] #49 48.20 go: finding github.com/kisielk/gotool v1.0.0 [2021-04-08T17:10:42.133Z] #49 48.23 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-04-08T17:10:42.133Z] #49 48.26 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-08T17:10:42.395Z] #49 48.31 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-08T17:10:42.395Z] #49 48.40 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-08T17:10:42.395Z] #49 48.45 go: finding github.com/ultraware/whitespace v0.0.4 [2021-04-08T17:10:42.395Z] #49 48.49 go: finding github.com/ultraware/funlen v0.0.2 [2021-04-08T17:10:42.395Z] #49 48.52 go: finding github.com/uudashr/gocognit v1.0.1 [2021-04-08T17:10:42.656Z] #49 48.56 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-08T17:10:42.656Z] #49 48.65 go: finding github.com/gogo/protobuf v1.2.1 [2021-04-08T17:10:42.922Z] #49 48.90 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-08T17:10:42.922Z] #49 48.99 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-08T17:10:42.922Z] #49 48.99 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-08T17:10:43.183Z] #49 49.14 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-08T17:10:43.183Z] #49 49.16 go: finding github.com/BurntSushi/toml v0.3.1 [2021-04-08T17:10:43.382Z] #29 12.48 0.0% 1.3% # 2.6% ## 3.8% ### 4.8% #### 6.1% #### 6.9% ##### 8.3% ###### 8.8% ####### 10.0% ####### 10.9% ######## 11.7% ######### 13.2% ########## 14.8% ########### 16.2% ############ 17.2% ############# 18.5% ############# 19.2% ############## 20.2% ############## 20.6% ############### 21.9% ################ 23.3% ################# 24.2% ################## 25.6% ################### 27.3% #################### 28.9% ##################### 30.3% ###################### 31.5% ####################### 33.1% ######################## 33.8% ######################### 35.5% ########################## 36.3% ########################### 37.6% ########################### 38.3% ############################ 40.1% ############################# 41.2% ############################## 42.2% ############################### 43.2% ############################### 44.3% ################################ 44.8% ################################ 45.3% ################################# 46.8% ################################## 47.9% ################################### 48.9% #################################### 50.3% ##################################### 51.4% ##################################### 52.5% ###################################### 53.6% ####################################### 54.7% ######################################## 55.7% ######################################## 56.8% ######################################### 57.8% ######################################### 58.0% ########################################## 59.4% ########################################### 60.8% ############################################ 61.9% ############################################# 62.9% ############################################## 63.9% ############################################## 65.1% ################################################ 67.0% ################################################ 67.9% ################################################# 69.0% ################################################## 69.8% ################################################### 71.1% ################################################### 72.2% ##################################################### 73.8% ###################################################### 75.6% ####################################################### 76.4% ####################################################### 77.6% ######################################################## 78.6% ######################################################### 79.9% ########################################################## 80.9% ########################################################## 81.7% ########################################################### 82.9% ########################################################### 82.9% ############################################################ 84.1% ############################################################# 84.8% ############################################################# 85.6% ############################################################## 86.5% ############################################################## 87.3% ################################################################ 89.1% ################################################################ 90.2% ################################################################# 91.1% ################################################################## 92.2% ################################################################### 94.0% #################################################################### 94.8% ##################################################################### 95.9% ###################################################################### 97.7% ####################################################################### 99.1% ######################################################################## 100.0% [2021-04-08T17:10:43.382Z] #29 23.19 [2021-04-08T17:10:44.571Z] #49 ... [2021-04-08T17:10:44.571Z] [2021-04-08T17:10:44.571Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-08T17:10:44.571Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-08T17:10:44.571Z] #36 33.60 Reading package lists... [2021-04-08T17:10:44.571Z] #36 40.63 Building dependency tree... [2021-04-08T17:10:44.572Z] #36 44.19 The following additional packages will be installed: [2021-04-08T17:10:44.572Z] #36 44.19 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-04-08T17:10:44.572Z] #36 44.21 Suggested packages: [2021-04-08T17:10:44.572Z] #36 44.22 cmake-doc ninja-build lrzip [2021-04-08T17:10:44.572Z] #36 44.22 Recommended packages: [2021-04-08T17:10:44.572Z] #36 44.22 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-04-08T17:10:44.572Z] #36 45.28 The following NEW packages will be installed: [2021-04-08T17:10:44.572Z] #36 45.30 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-04-08T17:10:44.572Z] #36 45.31 vim-common xxd [2021-04-08T17:10:44.572Z] #36 45.74 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded. [2021-04-08T17:10:44.572Z] #36 45.74 Need to get 14.9 MB of archives. [2021-04-08T17:10:44.572Z] #36 45.74 After this operation, 61.8 MB of additional disk space will be used. [2021-04-08T17:10:44.572Z] #36 45.74 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-04-08T17:10:44.572Z] #36 45.76 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-08T17:10:44.572Z] #36 45.77 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-04-08T17:10:44.572Z] #36 45.94 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-04-08T17:10:44.572Z] #36 46.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-04-08T17:10:44.572Z] #36 46.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-04-08T17:10:44.572Z] #36 46.89 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-04-08T17:10:44.572Z] #36 46.89 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-04-08T17:10:44.572Z] #36 46.91 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-04-08T17:10:44.572Z] #36 46.93 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-04-08T17:10:44.572Z] #36 49.17 debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:10:44.572Z] #36 49.48 Fetched 14.9 MB in 2s (7518 kB/s) [2021-04-08T17:10:44.572Z] #36 49.58 Selecting previously unselected package xxd. [2021-04-08T17:10:44.572Z] #36 49.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-08T17:10:44.572Z] #36 49.65 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-04-08T17:10:44.572Z] #36 49.67 Unpacking xxd (2:8.1.0875-5) ... [2021-04-08T17:10:44.572Z] #36 49.96 Selecting previously unselected package vim-common. [2021-04-08T17:10:44.572Z] #36 49.97 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-08T17:10:44.572Z] #36 50.02 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-08T17:10:44.572Z] #36 50.48 Selecting previously unselected package cmake-data. [2021-04-08T17:10:44.572Z] #36 ... [2021-04-08T17:10:44.572Z] [2021-04-08T17:10:44.572Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-04-08T17:10:44.572Z] #34 sha256:66e78ae275eb687273e1d7e1399d7be798cb126fd3f5f19512259eec245deeb5 [2021-04-08T17:10:44.572Z] #34 40.46 internal/reflectlite [2021-04-08T17:10:44.572Z] #34 40.46 sync [2021-04-08T17:10:44.572Z] #34 43.07 sort [2021-04-08T17:10:44.572Z] #34 43.07 errors [2021-04-08T17:10:44.572Z] #34 43.53 strconv [2021-04-08T17:10:44.572Z] #34 44.35 io [2021-04-08T17:10:44.572Z] #34 45.34 internal/oserror [2021-04-08T17:10:44.572Z] #34 45.38 syscall [2021-04-08T17:10:44.572Z] #34 47.98 reflect [2021-04-08T17:10:44.572Z] #34 ... [2021-04-08T17:10:44.572Z] [2021-04-08T17:10:44.572Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-08T17:10:44.572Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-08T17:10:44.789Z] #29 24.63 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-04-08T17:10:45.068Z] #29 ... [2021-04-08T17:10:45.068Z] [2021-04-08T17:10:45.068Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-08T17:10:45.068Z] #58 sha256:28292c1adada1972aa1f4048f96b4660b3fd0e828032c0e756dc550440a53c08 [2021-04-08T17:10:45.068Z] #58 23.66 go: finding github.com/pkg/errors v0.9.1 [2021-04-08T17:10:45.068Z] #58 23.69 go: finding github.com/sirupsen/logrus v1.8.1 [2021-04-08T17:10:45.068Z] #58 23.75 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-08T17:10:45.068Z] #58 24.03 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-08T17:10:45.068Z] #58 24.22 go: finding github.com/google/uuid v1.2.0 [2021-04-08T17:10:45.068Z] #58 24.25 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-08T17:10:45.068Z] #58 24.49 go: finding github.com/gofrs/flock v0.8.0 [2021-04-08T17:10:45.068Z] #58 24.61 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-04-08T17:10:45.068Z] #58 24.64 go: finding github.com/gorilla/mux v1.8.0 [2021-04-08T17:10:45.068Z] #58 24.64 go: finding github.com/moby/vpnkit v0.5.0 [2021-04-08T17:10:45.068Z] #58 24.65 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-08T17:10:45.068Z] #58 24.73 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-04-08T17:10:45.068Z] #58 24.77 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-04-08T17:10:45.068Z] #58 25.10 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-08T17:10:45.068Z] #58 25.30 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-04-08T17:10:45.068Z] #58 ... [2021-04-08T17:10:45.068Z] [2021-04-08T17:10:45.068Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:10:45.068Z] #45 sha256:14613a64d0436505e36b5316c4970752a2e89298608d29b820fbdd386de796e6 [2021-04-08T17:10:45.068Z] #45 33.66 sync [2021-04-08T17:10:45.068Z] #45 33.67 internal/reflectlite [2021-04-08T17:10:45.096Z] #32 49.97 Checking out files: 87% (1331/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-04-08T17:10:45.096Z] #32 50.61 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-04-08T17:10:45.354Z] #45 ... [2021-04-08T17:10:45.354Z] [2021-04-08T17:10:45.354Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-08T17:10:45.354Z] #49 sha256:8a66621e45ae56e54f351a74031759a8b4dd704363656c595e3b76195b602831 [2021-04-08T17:10:45.354Z] #49 24.24 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-04-08T17:10:45.354Z] #49 24.37 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-08T17:10:45.354Z] #49 24.69 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-08T17:10:45.354Z] #49 24.73 go: downloading github.com/gogo/protobuf v1.2.1 [2021-04-08T17:10:45.354Z] #49 24.77 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-08T17:10:45.354Z] #49 24.87 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-08T17:10:45.354Z] #49 24.92 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-04-08T17:10:45.354Z] #49 24.96 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-08T17:10:45.354Z] #49 24.96 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-08T17:10:45.354Z] #49 25.18 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-08T17:10:45.354Z] #49 25.24 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-04-08T17:10:45.354Z] #49 25.26 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-08T17:10:45.354Z] #49 25.34 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-08T17:10:45.354Z] #49 25.59 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-08T17:10:45.354Z] #49 25.62 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-08T17:10:45.354Z] #49 25.71 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-08T17:10:45.354Z] #49 25.72 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-08T17:10:45.354Z] #49 25.78 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-08T17:10:45.354Z] #49 25.87 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-08T17:10:45.354Z] #49 25.94 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-08T17:10:45.354Z] #49 26.20 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-08T17:10:45.354Z] #49 26.36 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-08T17:10:45.354Z] #49 26.46 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-08T17:10:45.354Z] #49 26.54 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-08T17:10:45.354Z] #49 26.81 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-04-08T17:10:45.354Z] #49 27.00 go: downloading github.com/kisielk/gotool v1.0.0 [2021-04-08T17:10:45.354Z] #49 27.01 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-08T17:10:45.354Z] #49 27.03 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-04-08T17:10:45.354Z] #49 27.09 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-08T17:10:45.354Z] #49 27.17 go: extracting github.com/kisielk/gotool v1.0.0 [2021-04-08T17:10:45.354Z] #49 27.17 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-08T17:10:45.354Z] #49 27.50 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-08T17:10:45.354Z] #49 27.56 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-08T17:10:45.354Z] #49 27.56 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-08T17:10:45.354Z] #49 27.58 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-08T17:10:45.354Z] #49 27.76 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-04-08T17:10:45.354Z] #49 27.91 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-04-08T17:10:45.354Z] #49 27.93 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-08T17:10:45.354Z] #49 28.14 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-08T17:10:45.354Z] #49 28.31 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-04-08T17:10:45.354Z] #49 28.56 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-08T17:10:45.354Z] #49 28.94 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-08T17:10:45.354Z] #49 29.09 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-08T17:10:45.354Z] #49 29.21 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-08T17:10:45.354Z] #49 29.28 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-08T17:10:45.354Z] #49 29.54 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-04-08T17:10:45.354Z] #49 30.26 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-08T17:10:45.354Z] #49 30.28 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-08T17:10:45.354Z] #49 30.66 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-04-08T17:10:45.354Z] #49 30.77 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-08T17:10:45.354Z] #49 31.08 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-04-08T17:10:45.354Z] #49 31.08 go: extracting github.com/gogo/protobuf v1.2.1 [2021-04-08T17:10:45.354Z] #49 32.87 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-04-08T17:10:45.354Z] #49 32.87 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-04-08T17:10:45.354Z] #49 32.87 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-04-08T17:10:45.354Z] #49 32.90 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-04-08T17:10:45.354Z] #49 32.90 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-04-08T17:10:45.354Z] #49 32.91 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-04-08T17:10:45.354Z] #49 33.37 go: extracting golang.org/x/text v0.3.2 [2021-04-08T17:10:45.354Z] #49 33.50 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-04-08T17:10:45.354Z] #49 33.50 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-04-08T17:10:45.354Z] #49 33.58 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-04-08T17:10:45.354Z] #49 33.58 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-04-08T17:10:45.354Z] #49 33.59 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-04-08T17:10:45.354Z] #49 33.59 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-04-08T17:10:45.621Z] #49 ... [2021-04-08T17:10:45.621Z] [2021-04-08T17:10:45.621Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:10:45.621Z] #29 sha256:8fa1df23feb2eb6d736be31ee6c4e7d3c486db8c5d57f6fc11e3cbfc0d7b8f43 [2021-04-08T17:10:45.621Z] #29 25.05 [2021-04-08T17:10:45.621Z] #29 25.35 0.4% ######################################################################## 100.0% [2021-04-08T17:10:45.621Z] #29 25.46 [2021-04-08T17:10:46.043Z] #32 51.51 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-08T17:10:46.306Z] #32 ... [2021-04-08T17:10:46.306Z] [2021-04-08T17:10:46.306Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:10:46.306Z] #45 sha256:129d6cd89cb3c1e2309255ea871bcf81a12799810f3156b6a909e6ecca606456 [2021-04-08T17:10:46.306Z] #45 42.27 internal/reflectlite [2021-04-08T17:10:46.306Z] #45 42.29 github.com/LK4D4/vndr/godl/singleflight [2021-04-08T17:10:46.306Z] #45 42.72 math/rand [2021-04-08T17:10:46.306Z] #45 43.64 internal/singleflight [2021-04-08T17:10:46.306Z] #45 44.83 io [2021-04-08T17:10:46.306Z] #45 44.87 strconv [2021-04-08T17:10:46.306Z] #45 46.21 bytes [2021-04-08T17:10:46.306Z] #45 49.39 reflect [2021-04-08T17:10:46.306Z] #45 49.57 bufio [2021-04-08T17:10:46.306Z] #45 51.39 syscall [2021-04-08T17:10:46.306Z] #45 ... [2021-04-08T17:10:46.306Z] [2021-04-08T17:10:46.306Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:10:46.306Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-08T17:10:46.306Z] #42 47.36 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-04-08T17:10:46.306Z] #42 47.52 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-04-08T17:10:46.306Z] #42 47.56 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-04-08T17:10:46.306Z] #42 47.56 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-04-08T17:10:46.306Z] #42 47.58 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-04-08T17:10:46.306Z] #42 47.58 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-04-08T17:10:46.306Z] #42 49.47 debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:10:46.306Z] #42 49.70 Fetched 4095 kB in 1s (3377 kB/s) [2021-04-08T17:10:46.306Z] #42 49.90 Selecting previously unselected package libcap-dev:amd64. [2021-04-08T17:10:46.306Z] #42 49.90 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-08T17:10:46.306Z] #42 49.96 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-04-08T17:10:46.306Z] #42 49.97 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-04-08T17:10:46.306Z] #42 50.15 Selecting previously unselected package libnet1:amd64. [2021-04-08T17:10:46.306Z] #42 50.15 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-08T17:10:46.306Z] #42 50.16 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-08T17:10:46.306Z] #42 50.28 Selecting previously unselected package libnet1-dev. [2021-04-08T17:10:46.306Z] #42 50.29 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-08T17:10:46.306Z] #42 50.32 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-08T17:10:46.306Z] #42 50.57 Selecting previously unselected package libnl-3-200:amd64. [2021-04-08T17:10:46.306Z] #42 50.57 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-04-08T17:10:46.306Z] #42 50.58 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-04-08T17:10:46.306Z] #42 50.69 Selecting previously unselected package libnl-3-dev:amd64. [2021-04-08T17:10:46.306Z] #42 50.69 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-04-08T17:10:46.306Z] #42 50.71 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-04-08T17:10:46.306Z] #42 51.02 Selecting previously unselected package libprotobuf-c1:amd64. [2021-04-08T17:10:46.306Z] #42 51.03 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-04-08T17:10:46.306Z] #42 51.04 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-08T17:10:46.306Z] #42 51.17 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-04-08T17:10:46.306Z] #42 51.17 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-04-08T17:10:46.306Z] #42 51.18 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-04-08T17:10:46.306Z] #42 51.28 Selecting previously unselected package zlib1g-dev:amd64. [2021-04-08T17:10:46.306Z] #42 51.28 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-04-08T17:10:46.306Z] #42 51.29 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-04-08T17:10:46.306Z] #42 51.60 Selecting previously unselected package libprotobuf17:amd64. [2021-04-08T17:10:46.306Z] #42 51.61 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-04-08T17:10:46.306Z] #42 51.61 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-04-08T17:10:46.567Z] #42 52.41 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-04-08T17:10:46.567Z] #42 52.42 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-04-08T17:10:46.567Z] #42 52.43 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-04-08T17:10:46.602Z] #29 26.39 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-04-08T17:10:46.829Z] #42 52.70 Selecting previously unselected package libprotobuf-dev:amd64. [2021-04-08T17:10:46.829Z] #42 52.72 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-04-08T17:10:46.829Z] #42 52.74 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-04-08T17:10:46.867Z] #29 26.79 [2021-04-08T17:10:47.090Z] #42 ... [2021-04-08T17:10:47.090Z] [2021-04-08T17:10:47.090Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:10:47.090Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-08T17:10:47.090Z] #13 31.19 Reading package lists... [2021-04-08T17:10:47.090Z] #13 38.52 Building dependency tree... [2021-04-08T17:10:47.090Z] #13 42.26 The following additional packages will be installed: [2021-04-08T17:10:47.090Z] #13 42.30 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-04-08T17:10:47.090Z] #13 42.30 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-04-08T17:10:47.090Z] #13 42.31 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-04-08T17:10:47.090Z] #13 42.31 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-04-08T17:10:47.090Z] #13 42.32 mingw-w64-common mingw-w64-x86-64-dev [2021-04-08T17:10:47.090Z] #13 42.36 Suggested packages: [2021-04-08T17:10:47.090Z] #13 42.36 gcc-8-locales seccomp wine64 [2021-04-08T17:10:47.090Z] #13 44.38 The following NEW packages will be installed: [2021-04-08T17:10:47.090Z] #13 44.38 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-04-08T17:10:47.090Z] #13 44.38 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-04-08T17:10:47.091Z] #13 44.39 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-04-08T17:10:47.091Z] #13 44.39 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-04-08T17:10:47.091Z] #13 44.40 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-04-08T17:10:47.091Z] #13 44.40 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-04-08T17:10:47.091Z] #13 44.42 The following packages will be upgraded: [2021-04-08T17:10:47.091Z] #13 44.43 libseccomp2 libsystemd0 libudev1 [2021-04-08T17:10:47.091Z] #13 44.95 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded. [2021-04-08T17:10:47.091Z] #13 44.95 Need to get 78.2 MB of archives. [2021-04-08T17:10:47.091Z] #13 44.95 After this operation, 487 MB of additional disk space will be used. [2021-04-08T17:10:47.091Z] #13 44.95 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-04-08T17:10:47.091Z] #13 44.95 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-04-08T17:10:47.091Z] #13 44.95 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-04-08T17:10:47.091Z] #13 44.98 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-04-08T17:10:47.091Z] #13 44.99 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-04-08T17:10:47.091Z] #13 45.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-04-08T17:10:47.091Z] #13 45.38 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-04-08T17:10:47.091Z] #13 45.41 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-04-08T17:10:47.091Z] #13 45.41 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-04-08T17:10:47.091Z] #13 45.43 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-04-08T17:10:47.091Z] #13 45.88 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-04-08T17:10:47.091Z] #13 46.17 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-04-08T17:10:47.091Z] #13 46.18 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-04-08T17:10:47.352Z] #13 ... [2021-04-08T17:10:47.352Z] [2021-04-08T17:10:47.352Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:10:47.352Z] #51 sha256:c13522ea22f3ec86ee1f182e0f9f1cca459acb5423e400507900f7f22565a07b [2021-04-08T17:10:47.352Z] #51 53.02 reflect [2021-04-08T17:10:47.352Z] #51 53.07 syscall [2021-04-08T17:10:47.836Z] #29 27.17 #=#=# ###################################################### 75.3% ################################################################## 92.9% ######################################################################## 100.0% [2021-04-08T17:10:47.836Z] #29 27.52 [2021-04-08T17:10:48.794Z] #29 28.66 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-04-08T17:10:48.794Z] #29 ... [2021-04-08T17:10:48.794Z] [2021-04-08T17:10:48.794Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:10:48.794Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-08T17:10:48.794Z] #42 21.97 Reading package lists... [2021-04-08T17:10:48.794Z] #42 27.92 Building dependency tree... [2021-04-08T17:10:48.794Z] #42 31.21 The following additional packages will be installed: [2021-04-08T17:10:48.794Z] #42 31.21 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-04-08T17:10:48.794Z] #42 31.21 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-04-08T17:10:48.794Z] #42 31.23 Suggested packages: [2021-04-08T17:10:48.794Z] #42 31.23 manpages-dev python-setuptools [2021-04-08T17:10:48.794Z] #42 32.36 The following NEW packages will be installed: [2021-04-08T17:10:48.794Z] #42 32.36 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-04-08T17:10:48.794Z] #42 32.36 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-04-08T17:10:48.794Z] #42 32.36 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-04-08T17:10:48.794Z] #42 32.36 python-six zlib1g-dev [2021-04-08T17:10:48.794Z] #42 32.73 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded. [2021-04-08T17:10:48.794Z] #42 32.73 Need to get 3798 kB of archives. [2021-04-08T17:10:48.794Z] #42 32.73 After this operation, 21.6 MB of additional disk space will be used. [2021-04-08T17:10:48.794Z] #42 32.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2021-04-08T17:10:48.794Z] #42 32.75 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-04-08T17:10:48.794Z] #42 32.76 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2021-04-08T17:10:48.794Z] #42 32.81 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-04-08T17:10:48.794Z] #42 32.81 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2021-04-08T17:10:48.794Z] #42 32.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-04-08T17:10:48.794Z] #42 32.82 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-04-08T17:10:48.794Z] #42 32.86 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2021-04-08T17:10:48.794Z] #42 32.88 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2021-04-08T17:10:48.794Z] #42 33.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2021-04-08T17:10:48.794Z] #42 33.32 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2021-04-08T17:10:48.794Z] #42 33.44 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2021-04-08T17:10:48.794Z] #42 33.52 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-04-08T17:10:48.794Z] #42 33.53 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2021-04-08T17:10:48.794Z] #42 33.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-04-08T17:10:48.794Z] #42 33.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2021-04-08T17:10:48.794Z] #42 33.54 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2021-04-08T17:10:48.794Z] #42 35.47 debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:10:48.794Z] #42 36.24 Fetched 3798 kB in 1s (3461 kB/s) [2021-04-08T17:10:48.794Z] #42 37.31 Selecting previously unselected package libcap-dev:arm64. [2021-04-08T17:10:48.794Z] #42 37.31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-04-08T17:10:48.794Z] #42 37.37 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2021-04-08T17:10:48.794Z] #42 37.41 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2021-04-08T17:10:48.794Z] #42 ... [2021-04-08T17:10:48.794Z] [2021-04-08T17:10:48.794Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-08T17:10:48.794Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-04-08T17:10:48.794Z] #55 22.54 Reading package lists... [2021-04-08T17:10:48.794Z] #55 28.11 Building dependency tree... [2021-04-08T17:10:48.794Z] #55 30.62 The following additional packages will be installed: [2021-04-08T17:10:48.794Z] #55 30.62 libbtrfs0 [2021-04-08T17:10:48.794Z] #55 30.76 The following NEW packages will be installed: [2021-04-08T17:10:48.794Z] #55 30.76 libbtrfs-dev libbtrfs0 [2021-04-08T17:10:48.794Z] #55 31.14 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded. [2021-04-08T17:10:48.794Z] #55 31.14 Need to get 119 kB of archives. [2021-04-08T17:10:48.794Z] #55 31.14 After this operation, 387 kB of additional disk space will be used. [2021-04-08T17:10:48.794Z] #55 31.14 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-04-08T17:10:48.794Z] #55 31.14 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-04-08T17:10:48.794Z] #55 32.82 debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:10:48.794Z] #55 33.60 Fetched 119 kB in 0s (444 kB/s) [2021-04-08T17:10:48.794Z] #55 34.12 Selecting previously unselected package libbtrfs0. [2021-04-08T17:10:48.794Z] #55 34.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-04-08T17:10:48.794Z] #55 34.21 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2021-04-08T17:10:48.794Z] #55 34.73 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-08T17:10:48.794Z] #55 37.14 Selecting previously unselected package libbtrfs-dev. [2021-04-08T17:10:48.794Z] #55 37.14 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-04-08T17:10:48.794Z] #55 37.36 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-08T17:10:49.059Z] #55 ... [2021-04-08T17:10:49.059Z] [2021-04-08T17:10:49.059Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-08T17:10:49.059Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-04-08T17:10:49.059Z] #36 23.30 Reading package lists... [2021-04-08T17:10:49.059Z] #36 29.40 Building dependency tree... [2021-04-08T17:10:49.059Z] #36 31.73 The following additional packages will be installed: [2021-04-08T17:10:49.059Z] #36 31.74 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-04-08T17:10:49.059Z] #36 31.77 Suggested packages: [2021-04-08T17:10:49.059Z] #36 31.77 cmake-doc ninja-build lrzip [2021-04-08T17:10:49.059Z] #36 31.77 Recommended packages: [2021-04-08T17:10:49.059Z] #36 31.77 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-04-08T17:10:49.059Z] #36 32.53 The following NEW packages will be installed: [2021-04-08T17:10:49.059Z] #36 32.54 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-04-08T17:10:49.059Z] #36 32.54 vim-common xxd [2021-04-08T17:10:49.059Z] #36 33.09 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded. [2021-04-08T17:10:49.059Z] #36 33.09 Need to get 14.2 MB of archives. [2021-04-08T17:10:49.059Z] #36 33.09 After this operation, 60.0 MB of additional disk space will be used. [2021-04-08T17:10:49.059Z] #36 33.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-04-08T17:10:49.059Z] #36 33.11 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-08T17:10:49.059Z] #36 33.30 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2021-04-08T17:10:49.059Z] #36 33.52 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-04-08T17:10:49.059Z] #36 34.16 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB] [2021-04-08T17:10:49.059Z] #36 34.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2021-04-08T17:10:49.059Z] #36 34.21 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2021-04-08T17:10:49.059Z] #36 34.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2021-04-08T17:10:49.059Z] #36 34.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2021-04-08T17:10:49.059Z] #36 34.23 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2021-04-08T17:10:49.059Z] #36 36.27 debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:10:49.059Z] #36 37.19 Fetched 14.2 MB in 2s (7427 kB/s) [2021-04-08T17:10:49.059Z] #36 37.76 Selecting previously unselected package xxd. [2021-04-08T17:10:49.059Z] #36 37.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 ... 15383 files and directories currently installed.) [2021-04-08T17:10:49.059Z] #36 37.94 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-04-08T17:10:49.059Z] #36 ... [2021-04-08T17:10:49.059Z] [2021-04-08T17:10:49.059Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:10:49.059Z] #51 sha256:53b5547551c84973d496a43231c5e189f42d40b3bb1cfd151f93a7c0f736359b [2021-04-08T17:10:49.059Z] #51 38.04 bytes [2021-04-08T17:10:49.510Z] #51 38.05 strings [2021-04-08T17:10:49.510Z] #51 38.06 syscall [2021-04-08T17:10:49.510Z] #51 38.07 strconv [2021-04-08T17:10:50.466Z] #51 39.17 bufio [2021-04-08T17:10:51.072Z] #51 ... [2021-04-08T17:10:51.072Z] [2021-04-08T17:10:51.072Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:10:51.072Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-08T17:10:51.072Z] #13 21.57 Reading package lists... [2021-04-08T17:10:51.072Z] #13 27.00 Building dependency tree... [2021-04-08T17:10:51.072Z] #13 29.41 The following additional packages will be installed: [2021-04-08T17:10:51.072Z] #13 29.42 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-04-08T17:10:51.072Z] #13 29.42 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-04-08T17:10:51.072Z] #13 29.42 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-04-08T17:10:51.072Z] #13 29.42 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-04-08T17:10:51.072Z] #13 29.42 mingw-w64-common mingw-w64-x86-64-dev [2021-04-08T17:10:51.072Z] #13 29.43 Suggested packages: [2021-04-08T17:10:51.072Z] #13 29.43 gcc-8-locales seccomp wine64 [2021-04-08T17:10:51.072Z] #13 29.97 The following NEW packages will be installed: [2021-04-08T17:10:51.072Z] #13 29.97 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-04-08T17:10:51.072Z] #13 29.97 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-04-08T17:10:51.072Z] #13 29.97 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-04-08T17:10:51.072Z] #13 29.97 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-04-08T17:10:51.072Z] #13 29.97 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-04-08T17:10:51.072Z] #13 29.97 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-04-08T17:10:51.072Z] #13 29.98 The following packages will be upgraded: [2021-04-08T17:10:51.072Z] #13 29.98 libseccomp2 libsystemd0 libudev1 [2021-04-08T17:10:51.072Z] #13 30.45 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded. [2021-04-08T17:10:51.072Z] #13 30.45 Need to get 73.8 MB of archives. [2021-04-08T17:10:51.072Z] #13 30.45 After this operation, 472 MB of additional disk space will be used. [2021-04-08T17:10:51.072Z] #13 30.45 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u7 [314 kB] [2021-04-08T17:10:51.072Z] #13 30.50 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u7 [146 kB] [2021-04-08T17:10:51.072Z] #13 30.51 Get:3 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.4.4-1~bpo10+1 [44.2 kB] [2021-04-08T17:10:51.072Z] #13 30.54 Get:4 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.4.4-1~bpo10+1 [73.8 kB] [2021-04-08T17:10:51.072Z] #13 30.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2021-04-08T17:10:51.072Z] #13 30.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2021-04-08T17:10:51.072Z] #13 30.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-04-08T17:10:51.072Z] #13 30.96 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2021-04-08T17:10:51.072Z] #13 30.97 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2021-04-08T17:10:51.072Z] #13 30.97 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-04-08T17:10:51.072Z] #13 31.47 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-04-08T17:10:51.072Z] #13 32.06 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-04-08T17:10:51.073Z] #13 32.06 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB] [2021-04-08T17:10:51.073Z] #13 36.69 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB] [2021-04-08T17:10:51.073Z] #13 ... [2021-04-08T17:10:51.073Z] [2021-04-08T17:10:51.073Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:10:51.073Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-08T17:10:51.073Z] #42 39.87 Selecting previously unselected package libnet1:arm64. [2021-04-08T17:10:51.346Z] #42 39.88 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-04-08T17:10:52.644Z] #51 ... [2021-04-08T17:10:52.644Z] [2021-04-08T17:10:52.644Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-08T17:10:52.644Z] #56 sha256:1c528d47ffb9f84953b098c7cbab06be1eea721a2898c032d1b2f9c02c673a8c [2021-04-08T17:10:52.644Z] #56 1.254 + RM_GOPATH=0 [2021-04-08T17:10:52.644Z] #56 1.254 + TMP_GOPATH= [2021-04-08T17:10:52.644Z] #56 1.254 + : /build [2021-04-08T17:10:52.644Z] #56 1.255 + '[' -z '' ']' [2021-04-08T17:10:52.644Z] #56 1.256 ++ mktemp -d [2021-04-08T17:10:52.644Z] #56 1.257 + export GOPATH=/tmp/tmp.RyvschHUym [2021-04-08T17:10:52.644Z] #56 1.257 + GOPATH=/tmp/tmp.RyvschHUym [2021-04-08T17:10:52.644Z] #56 1.257 + RM_GOPATH=1 [2021-04-08T17:10:52.644Z] #56 1.257 + case "$(go env GOARCH)" in [2021-04-08T17:10:52.644Z] #56 1.258 ++ go env GOARCH [2021-04-08T17:10:52.644Z] #56 1.313 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:52.644Z] #56 1.313 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:10:52.644Z] #56 1.313 ++ dirname /tmp/install/install.sh [2021-04-08T17:10:52.644Z] #56 1.315 + dir=/tmp/install [2021-04-08T17:10:52.644Z] #56 1.316 + bin=containerd [2021-04-08T17:10:52.644Z] #56 1.316 + shift [2021-04-08T17:10:52.644Z] #56 1.316 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-04-08T17:10:52.644Z] #56 1.317 + . /tmp/install/containerd.installer [2021-04-08T17:10:52.644Z] #56 1.317 ++ set -e [2021-04-08T17:10:52.644Z] #56 1.317 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-08T17:10:52.644Z] #56 1.320 + install_containerd [2021-04-08T17:10:52.644Z] #56 1.324 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-04-08T17:10:52.644Z] #56 1.324 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-08T17:10:52.644Z] #56 1.327 + git clone https://github.com/containerd/containerd.git /tmp/tmp.RyvschHUym/src/github.com/containerd/containerd [2021-04-08T17:10:52.644Z] #56 1.329 Cloning into '/tmp/tmp.RyvschHUym/src/github.com/containerd/containerd'... [2021-04-08T17:10:52.644Z] #56 ... [2021-04-08T17:10:52.644Z] [2021-04-08T17:10:52.644Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:10:52.644Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-08T17:10:52.644Z] #42 54.23 Selecting previously unselected package libprotoc17:amd64. [2021-04-08T17:10:52.644Z] #42 54.23 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-04-08T17:10:52.644Z] #42 54.24 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-04-08T17:10:52.644Z] #42 54.89 Selecting previously unselected package protobuf-c-compiler. [2021-04-08T17:10:52.644Z] #42 54.89 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-04-08T17:10:52.644Z] #42 54.92 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-08T17:10:52.644Z] #42 55.11 Selecting previously unselected package protobuf-compiler. [2021-04-08T17:10:52.644Z] #42 55.11 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-04-08T17:10:52.644Z] #42 55.12 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-04-08T17:10:52.644Z] #42 55.29 Selecting previously unselected package python-pkg-resources. [2021-04-08T17:10:52.644Z] #42 55.30 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-04-08T17:10:52.644Z] #42 55.31 Unpacking python-pkg-resources (40.8.0-1) ... [2021-04-08T17:10:52.644Z] #42 55.54 Selecting previously unselected package python-six. [2021-04-08T17:10:52.644Z] #42 55.57 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-04-08T17:10:52.644Z] #42 55.59 Unpacking python-six (1.12.0-1) ... [2021-04-08T17:10:52.644Z] #42 55.71 Selecting previously unselected package python-protobuf. [2021-04-08T17:10:52.644Z] #42 55.71 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-04-08T17:10:52.644Z] #42 55.73 Unpacking python-protobuf (3.6.1.3-2) ... [2021-04-08T17:10:52.644Z] #42 56.44 Setting up python-pkg-resources (40.8.0-1) ... [2021-04-08T17:10:52.757Z] #42 41.31 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-04-08T17:10:54.045Z] #42 ... [2021-04-08T17:10:54.045Z] [2021-04-08T17:10:54.045Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-08T17:10:54.045Z] #47 sha256:0d067b79b6317afde19a07720de04a2d6c597d38ea8675a5c13b0cec7650d9d8 [2021-04-08T17:10:54.045Z] #47 DONE 60.1s [2021-04-08T17:10:54.045Z] [2021-04-08T17:10:54.045Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:10:54.045Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-08T17:10:54.045Z] #13 49.57 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-04-08T17:10:54.045Z] #13 51.87 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-04-08T17:10:54.045Z] #13 51.88 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-04-08T17:10:54.045Z] #13 51.89 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-04-08T17:10:54.045Z] #13 51.92 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-04-08T17:10:54.045Z] #13 51.92 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-04-08T17:10:54.045Z] #13 51.93 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-04-08T17:10:54.045Z] #13 51.94 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-04-08T17:10:54.045Z] #13 51.97 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-04-08T17:10:54.045Z] #13 52.00 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-04-08T17:10:54.045Z] #13 52.00 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-04-08T17:10:54.045Z] #13 52.02 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-04-08T17:10:54.045Z] #13 52.08 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-04-08T17:10:54.045Z] #13 52.11 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-04-08T17:10:54.045Z] #13 52.11 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-04-08T17:10:54.045Z] #13 53.41 debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:10:54.045Z] #13 53.69 Fetched 78.2 MB in 7s (10.5 MB/s) [2021-04-08T17:10:54.045Z] #13 53.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-04-08T17:10:54.045Z] #13 53.96 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-04-08T17:10:54.045Z] #13 53.98 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-08T17:10:54.045Z] #13 54.36 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-04-08T17:10:54.045Z] #13 54.59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-08T17:10:54.045Z] #13 54.66 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-04-08T17:10:54.045Z] #13 54.69 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-04-08T17:10:54.045Z] #13 55.05 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-04-08T17:10:54.306Z] #13 55.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-08T17:10:54.306Z] #13 55.45 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-04-08T17:10:54.306Z] #13 55.50 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-08T17:10:54.568Z] #13 ... [2021-04-08T17:10:54.568Z] [2021-04-08T17:10:54.568Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-08T17:10:54.568Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-08T17:10:54.568Z] #36 50.48 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-04-08T17:10:54.568Z] #36 50.49 Unpacking cmake-data (3.13.4-1) ... [2021-04-08T17:10:54.568Z] #36 53.51 Selecting previously unselected package libicu63:amd64. [2021-04-08T17:10:54.568Z] #36 53.53 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-04-08T17:10:54.568Z] #36 53.54 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-08T17:10:54.568Z] #36 60.63 Selecting previously unselected package libxml2:amd64. [2021-04-08T17:10:54.568Z] #36 60.65 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-04-08T17:10:54.568Z] #36 60.69 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-08T17:10:54.710Z] #42 ... [2021-04-08T17:10:54.711Z] [2021-04-08T17:10:54.711Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-04-08T17:10:54.711Z] #34 sha256:98a17b44cdbe754f0a2c4b892cf6c1622fbc13db7861ab0027105247e8d21e26 [2021-04-08T17:10:54.711Z] #34 33.35 sync [2021-04-08T17:10:54.711Z] #34 33.36 internal/reflectlite [2021-04-08T17:10:54.711Z] #34 35.28 errors [2021-04-08T17:10:54.711Z] #34 35.28 sort [2021-04-08T17:10:54.711Z] #34 35.62 strconv [2021-04-08T17:10:54.711Z] #34 35.63 io [2021-04-08T17:10:54.711Z] #34 35.64 internal/oserror [2021-04-08T17:10:54.711Z] #34 36.02 syscall [2021-04-08T17:10:54.711Z] #34 36.69 bytes [2021-04-08T17:10:54.711Z] #34 36.70 strings [2021-04-08T17:10:54.711Z] #34 39.11 path [2021-04-08T17:10:54.711Z] #34 39.15 bufio [2021-04-08T17:10:54.711Z] #34 39.17 reflect [2021-04-08T17:10:54.711Z] #34 40.52 text/tabwriter [2021-04-08T17:10:54.711Z] #34 43.07 internal/syscall/execenv [2021-04-08T17:10:54.711Z] #34 43.07 time [2021-04-08T17:10:54.711Z] #34 43.07 internal/syscall/unix [2021-04-08T17:10:54.711Z] #34 ... [2021-04-08T17:10:54.711Z] [2021-04-08T17:10:54.711Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:10:54.711Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-08T17:10:54.711Z] #13 40.56 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-04-08T17:10:54.711Z] #13 40.59 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-04-08T17:10:54.711Z] #13 40.60 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-04-08T17:10:54.829Z] #36 ... [2021-04-08T17:10:54.830Z] [2021-04-08T17:10:54.830Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:10:54.830Z] #51 sha256:c13522ea22f3ec86ee1f182e0f9f1cca459acb5423e400507900f7f22565a07b [2021-04-08T17:10:54.830Z] #51 60.90 time [2021-04-08T17:10:54.976Z] #13 40.71 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-04-08T17:10:54.976Z] #13 40.73 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2021-04-08T17:10:54.976Z] #13 40.76 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u7 [110 kB] [2021-04-08T17:10:54.976Z] #13 40.78 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2021-04-08T17:10:54.976Z] #13 40.82 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2021-04-08T17:10:54.976Z] #13 40.84 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2021-04-08T17:10:55.623Z] #13 41.10 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2021-04-08T17:10:55.623Z] #13 41.10 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2021-04-08T17:10:55.623Z] #13 41.32 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2021-04-08T17:10:55.623Z] #13 41.36 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2021-04-08T17:10:55.977Z] #13 41.58 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u7 [322 kB] [2021-04-08T17:10:56.266Z] #13 ... [2021-04-08T17:10:56.266Z] [2021-04-08T17:10:56.266Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:10:56.266Z] #45 sha256:14613a64d0436505e36b5316c4970752a2e89298608d29b820fbdd386de796e6 [2021-04-08T17:10:56.266Z] #45 35.05 github.com/LK4D4/vndr/godl/singleflight [2021-04-08T17:10:56.266Z] #45 35.06 math/rand [2021-04-08T17:10:56.266Z] #45 35.06 internal/singleflight [2021-04-08T17:10:56.266Z] #45 36.02 strconv [2021-04-08T17:10:56.266Z] #45 36.02 sort [2021-04-08T17:10:56.266Z] #45 36.05 io [2021-04-08T17:10:56.266Z] #45 36.07 syscall [2021-04-08T17:10:56.266Z] #45 37.14 vendor/golang.org/x/net/dns/dnsmessage [2021-04-08T17:10:56.266Z] #45 37.68 bytes [2021-04-08T17:10:56.266Z] #45 39.82 bufio [2021-04-08T17:10:56.266Z] #45 40.19 reflect [2021-04-08T17:10:56.266Z] #45 42.04 regexp/syntax [2021-04-08T17:10:56.266Z] #45 42.62 hash/crc32 [2021-04-08T17:10:56.266Z] #45 42.98 time [2021-04-08T17:10:56.266Z] #45 43.72 vendor/golang.org/x/text/transform [2021-04-08T17:10:56.567Z] #45 ... [2021-04-08T17:10:56.567Z] [2021-04-08T17:10:56.567Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-08T17:10:56.567Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-04-08T17:10:56.567Z] #32 34.82 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-04-08T17:10:56.567Z] #32 35.02 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-08T17:10:56.567Z] #32 ... [2021-04-08T17:10:56.567Z] [2021-04-08T17:10:56.567Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-08T17:10:56.567Z] #29 sha256:8fa1df23feb2eb6d736be31ee6c4e7d3c486db8c5d57f6fc11e3cbfc0d7b8f43 [2021-04-08T17:10:56.567Z] #29 29.12 [2021-04-08T17:10:56.567Z] #29 29.49 0.0% ## 3.5% ##### 7.2% ####### 10.6% ######### 13.6% ############ 16.9% ############## 20.3% ############### 22.0% ################## 26.1% ##################### 30.5% ######################## 34.2% ########################## 37.5% ############################# 40.7% ############################### 44.4% ################################### 49.0% ################################### 50.0% ####################################### 54.8% ####################################### 54.9% ######################################### 57.1% ########################################### 60.2% ########################################### 60.7% ############################################## 64.1% ################################################# 68.4% ################################################## 69.9% ##################################################### 73.9% ########################################################## 81.5% ########################################################### 83.3% ############################################################### 88.5% ################################################################### 94.4% ######################################################################## 100.0% [2021-04-08T17:10:56.567Z] #29 34.21 [2021-04-08T17:10:56.567Z] #29 35.23 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-04-08T17:10:56.567Z] #29 35.76 [2021-04-08T17:10:56.567Z] #29 35.96 ######################################################################## 100.0% [2021-04-08T17:10:56.567Z] #29 36.04 [2021-04-08T17:10:56.834Z] #29 36.55 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-04-08T17:10:56.834Z] #29 36.80 [2021-04-08T17:10:57.097Z] #29 36.93 ######################################################################## 100.0% [2021-04-08T17:10:57.376Z] #29 37.09 [2021-04-08T17:10:57.376Z] #29 37.19 Download of images into '/build' complete. [2021-04-08T17:10:57.640Z] #29 37.20 Use something like the following to load the result into a Docker daemon: [2021-04-08T17:10:57.640Z] #29 37.20 tar -cC '/build' . | docker load [2021-04-08T17:10:58.134Z] #51 ... [2021-04-08T17:10:58.134Z] [2021-04-08T17:10:58.134Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-04-08T17:10:58.134Z] #34 sha256:66e78ae275eb687273e1d7e1399d7be798cb126fd3f5f19512259eec245deeb5 [2021-04-08T17:10:58.134Z] #34 54.01 time [2021-04-08T17:10:58.134Z] #34 61.42 internal/poll [2021-04-08T17:10:58.134Z] #34 63.21 internal/fmtsort [2021-04-08T17:10:58.134Z] #34 63.36 internal/syscall/execenv [2021-04-08T17:10:58.134Z] #34 63.60 internal/syscall/unix [2021-04-08T17:10:58.134Z] #34 63.84 os [2021-04-08T17:10:58.134Z] #34 63.93 strings [2021-04-08T17:10:58.134Z] #34 ... [2021-04-08T17:10:58.134Z] [2021-04-08T17:10:58.134Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:10:58.134Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-08T17:10:58.134Z] #13 56.11 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-04-08T17:10:58.134Z] #13 56.50 Selecting previously unselected package binutils-mingw-w64-i686. [2021-04-08T17:10:58.134Z] #13 56.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-08T17:10:58.134Z] #13 56.62 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-04-08T17:10:58.134Z] #13 56.63 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-08T17:10:58.134Z] #13 58.76 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-04-08T17:10:58.134Z] #13 58.76 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-04-08T17:10:58.134Z] #13 58.78 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-08T17:10:58.596Z] #29 DONE 38.3s [2021-04-08T17:10:58.596Z] [2021-04-08T17:10:58.596Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-08T17:10:58.596Z] #67 sha256:6c6f2f738c7d126979ba9e5220183ae66137482f50095ac49c5f50061d561ff6 [2021-04-08T17:10:58.596Z] #67 DONE 47.3s [2021-04-08T17:10:58.596Z] [2021-04-08T17:10:58.596Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-08T17:10:58.596Z] #49 sha256:8a66621e45ae56e54f351a74031759a8b4dd704363656c595e3b76195b602831 [2021-04-08T17:10:58.596Z] #49 39.74 go: finding github.com/fatih/color v1.7.0 [2021-04-08T17:10:58.596Z] #49 39.75 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-08T17:10:58.596Z] #49 40.05 go: finding github.com/mattn/go-colorable v0.1.4 [2021-04-08T17:10:58.596Z] #49 40.09 go: finding github.com/mattn/go-isatty v0.0.8 [2021-04-08T17:10:58.596Z] #49 40.18 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-08T17:10:58.596Z] #49 40.25 go: finding github.com/go-critic/go-critic v0.4.1 [2021-04-08T17:10:58.596Z] #49 40.48 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-04-08T17:10:58.596Z] #49 40.51 go: finding github.com/pkg/errors v0.8.1 [2021-04-08T17:10:58.596Z] #49 40.54 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-08T17:10:58.596Z] #49 40.72 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-04-08T17:10:58.596Z] #49 40.73 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-04-08T17:10:58.596Z] #49 40.74 go: finding github.com/spf13/viper v1.6.1 [2021-04-08T17:10:58.596Z] #49 40.97 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-04-08T17:10:58.596Z] #49 41.00 go: finding github.com/sirupsen/logrus v1.4.2 [2021-04-08T17:10:58.596Z] #49 41.32 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-04-08T17:10:58.596Z] #49 41.33 go: finding github.com/stretchr/testify v1.4.0 [2021-04-08T17:10:58.596Z] #49 41.35 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-04-08T17:10:58.596Z] #49 41.37 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-04-08T17:10:58.596Z] #49 41.79 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-04-08T17:10:58.596Z] #49 41.82 go: finding github.com/davecgh/go-spew v1.1.1 [2021-04-08T17:10:58.596Z] #49 41.87 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-08T17:10:58.596Z] #49 41.89 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-04-08T17:10:58.596Z] #49 41.92 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-04-08T17:10:58.596Z] #49 42.19 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-08T17:10:58.596Z] #49 42.20 go: finding github.com/spf13/cobra v0.0.5 [2021-04-08T17:10:58.596Z] #49 42.21 go: finding github.com/hashicorp/hcl v1.0.0 [2021-04-08T17:10:58.596Z] #49 42.21 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-04-08T17:10:58.596Z] #49 42.64 go: finding github.com/spf13/pflag v1.0.5 [2021-04-08T17:10:58.596Z] #49 42.93 go: finding github.com/gobwas/glob v0.2.3 [2021-04-08T17:10:58.596Z] #49 42.93 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-08T17:10:58.596Z] #49 42.93 go: finding github.com/magiconair/properties v1.8.1 [2021-04-08T17:10:58.596Z] #49 42.94 go: finding github.com/stretchr/objx v0.2.0 [2021-04-08T17:10:58.596Z] #49 43.66 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-04-08T17:10:58.596Z] #49 43.66 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-04-08T17:10:58.596Z] #49 43.68 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-08T17:10:58.596Z] #49 43.69 go: finding github.com/pelletier/go-toml v1.2.0 [2021-04-08T17:10:58.596Z] #49 43.71 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-08T17:10:58.596Z] #49 44.02 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-08T17:10:58.596Z] #49 44.03 go: finding github.com/spf13/afero v1.1.2 [2021-04-08T17:10:58.596Z] #49 44.03 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-08T17:10:58.596Z] #49 44.04 go: finding github.com/spf13/cast v1.3.0 [2021-04-08T17:10:58.596Z] #49 44.05 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-04-08T17:10:58.596Z] #49 44.05 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-08T17:10:58.596Z] #49 44.06 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-08T17:10:58.596Z] #49 44.08 go: finding github.com/subosito/gotenv v1.2.0 [2021-04-08T17:10:58.596Z] #49 44.23 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-08T17:10:58.596Z] #49 44.24 go: finding gopkg.in/ini.v1 v1.51.0 [2021-04-08T17:10:58.596Z] #49 44.67 go: finding golang.org/x/text v0.3.2 [2021-04-08T17:10:58.596Z] #49 44.77 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-08T17:10:58.596Z] #49 44.80 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-08T17:10:58.596Z] #49 44.99 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-08T17:10:58.596Z] #49 45.00 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-08T17:10:58.596Z] #49 45.02 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-08T17:10:58.596Z] #49 45.02 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-08T17:10:58.596Z] #49 45.03 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-08T17:10:58.596Z] #49 45.15 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-08T17:10:58.596Z] #49 45.17 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-08T17:10:58.596Z] #49 45.17 go: finding github.com/kisielk/gotool v1.0.0 [2021-04-08T17:10:58.596Z] #49 45.20 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-08T17:10:58.596Z] #49 45.28 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-08T17:10:58.596Z] #49 45.28 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-04-08T17:10:58.596Z] #49 45.39 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-08T17:10:58.596Z] #49 45.43 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-08T17:10:58.596Z] #49 45.76 go: finding github.com/ultraware/funlen v0.0.2 [2021-04-08T17:10:58.596Z] #49 45.77 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-08T17:10:58.596Z] #49 45.78 go: finding github.com/ultraware/whitespace v0.0.4 [2021-04-08T17:10:58.596Z] #49 45.81 go: finding github.com/uudashr/gocognit v1.0.1 [2021-04-08T17:10:58.596Z] #49 46.03 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-08T17:10:58.596Z] #49 46.05 go: finding github.com/gogo/protobuf v1.2.1 [2021-04-08T17:10:58.596Z] #49 46.20 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-08T17:10:58.596Z] #49 46.64 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-08T17:10:58.596Z] #49 46.64 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-08T17:10:58.596Z] #49 46.69 go: finding github.com/BurntSushi/toml v0.3.1 [2021-04-08T17:10:58.596Z] #49 46.93 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-08T17:10:58.596Z] #49 ... [2021-04-08T17:10:58.596Z] [2021-04-08T17:10:58.596Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-08T17:10:58.596Z] #47 sha256:1d3181638d7716e4058abe457de769b5fee4d4ae4790a1e3929be52f43e61bfc [2021-04-08T17:10:58.596Z] #47 DONE 47.5s [2021-04-08T17:10:58.596Z] [2021-04-08T17:10:58.596Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-08T17:10:58.596Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-04-08T17:10:58.596Z] #55 41.82 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-08T17:10:58.596Z] #55 44.03 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-08T17:10:58.596Z] #55 45.15 Processing triggers for libc-bin (2.28-10) ... [2021-04-08T17:10:58.596Z] #55 DONE 47.5s [2021-04-08T17:10:58.596Z] [2021-04-08T17:10:58.596Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:10:58.596Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-08T17:10:58.596Z] #13 43.18 debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:10:58.596Z] #13 44.05 Fetched 73.8 MB in 11s (6466 kB/s) [2021-04-08T17:10:58.596Z] #13 44.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 ... 15383 files and directories currently installed.) [2021-04-08T17:10:58.596Z] #13 44.48 Preparing to unpack .../libsystemd0_241-7~deb10u7_arm64.deb ... [2021-04-08T17:10:58.596Z] #13 44.58 Unpacking libsystemd0:arm64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-08T17:10:59.177Z] #13 45.15 Setting up libsystemd0:arm64 (241-7~deb10u7) ... [2021-04-08T17:10:59.755Z] #13 45.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-04-08T17:11:00.021Z] #13 45.68 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_arm64.deb ... [2021-04-08T17:11:00.022Z] #13 45.75 Unpacking libseccomp2:arm64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-04-08T17:11:00.286Z] #13 46.10 Setting up libseccomp2:arm64 (2.4.4-1~bpo10+1) ... [2021-04-08T17:11:00.563Z] #13 46.30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-04-08T17:11:00.563Z] #13 46.40 Preparing to unpack .../libudev1_241-7~deb10u7_arm64.deb ... [2021-04-08T17:11:00.563Z] #13 46.49 Unpacking libudev1:arm64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-08T17:11:00.563Z] #13 ... [2021-04-08T17:11:00.563Z] [2021-04-08T17:11:00.563Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-08T17:11:00.563Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-04-08T17:11:00.563Z] #36 39.43 Unpacking xxd (2:8.1.0875-5) ... [2021-04-08T17:11:00.563Z] #36 44.02 Selecting previously unselected package vim-common. [2021-04-08T17:11:00.563Z] #36 44.02 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-08T17:11:00.563Z] #36 45.03 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-08T17:11:00.563Z] #36 47.30 Selecting previously unselected package cmake-data. [2021-04-08T17:11:00.563Z] #36 47.33 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-04-08T17:11:00.563Z] #36 47.39 Unpacking cmake-data (3.13.4-1) ... [2021-04-08T17:11:00.693Z] #13 61.51 Selecting previously unselected package binutils-mingw-w64. [2021-04-08T17:11:00.693Z] #13 61.51 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-04-08T17:11:00.693Z] #13 61.52 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-08T17:11:00.693Z] #13 61.64 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-04-08T17:11:00.693Z] #13 61.64 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-04-08T17:11:00.693Z] #13 61.68 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-04-08T17:11:00.830Z] #36 ... [2021-04-08T17:11:00.830Z] [2021-04-08T17:11:00.830Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:11:00.830Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-08T17:11:00.830Z] #42 45.00 Selecting previously unselected package libnet1-dev. [2021-04-08T17:11:00.830Z] #42 45.01 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2021-04-08T17:11:00.830Z] #42 45.05 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-08T17:11:00.830Z] #42 47.26 Selecting previously unselected package libnl-3-200:arm64. [2021-04-08T17:11:00.830Z] #42 47.27 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2021-04-08T17:11:00.830Z] #42 47.30 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-04-08T17:11:00.830Z] #42 47.47 Selecting previously unselected package libnl-3-dev:arm64. [2021-04-08T17:11:00.830Z] #42 47.48 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2021-04-08T17:11:00.830Z] #42 47.50 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2021-04-08T17:11:00.830Z] #42 48.20 Selecting previously unselected package libprotobuf-c1:arm64. [2021-04-08T17:11:00.830Z] #42 48.21 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-04-08T17:11:00.830Z] #42 48.23 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-04-08T17:11:00.830Z] #42 48.48 Selecting previously unselected package libprotobuf-c-dev:arm64. [2021-04-08T17:11:00.830Z] #42 48.50 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2021-04-08T17:11:00.830Z] #42 48.55 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-04-08T17:11:00.830Z] #42 48.80 Selecting previously unselected package zlib1g-dev:arm64. [2021-04-08T17:11:00.830Z] #42 48.80 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2021-04-08T17:11:00.830Z] #42 48.85 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-04-08T17:11:00.830Z] #42 49.17 Selecting previously unselected package libprotobuf17:arm64. [2021-04-08T17:11:00.830Z] #42 49.17 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2021-04-08T17:11:00.830Z] #42 49.18 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2021-04-08T17:11:00.954Z] #13 ... [2021-04-08T17:11:00.954Z] [2021-04-08T17:11:00.954Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-08T17:11:00.954Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-08T17:11:00.954Z] #36 61.59 Selecting previously unselected package libarchive13:amd64. [2021-04-08T17:11:00.954Z] #36 61.60 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-04-08T17:11:00.954Z] #36 61.61 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-04-08T17:11:00.954Z] #36 61.92 Selecting previously unselected package libjsoncpp1:amd64. [2021-04-08T17:11:00.954Z] #36 61.92 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-04-08T17:11:00.954Z] #36 61.93 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-04-08T17:11:00.954Z] #36 62.07 Selecting previously unselected package librhash0:amd64. [2021-04-08T17:11:00.954Z] #36 62.08 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-04-08T17:11:00.954Z] #36 62.08 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-04-08T17:11:00.954Z] #36 62.27 Selecting previously unselected package libuv1:amd64. [2021-04-08T17:11:00.954Z] #36 62.27 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-04-08T17:11:00.954Z] #36 62.28 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-04-08T17:11:00.954Z] #36 62.45 Selecting previously unselected package cmake. [2021-04-08T17:11:00.954Z] #36 62.45 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-04-08T17:11:00.954Z] #36 62.46 Unpacking cmake (3.13.4-1) ... [2021-04-08T17:11:00.954Z] #36 65.91 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-08T17:11:00.954Z] #36 65.93 Setting up xxd (2:8.1.0875-5) ... [2021-04-08T17:11:00.954Z] #36 65.94 Setting up libuv1:amd64 (1.24.1-1) ... [2021-04-08T17:11:00.954Z] #36 65.99 Setting up vim-common (2:8.1.0875-5) ... [2021-04-08T17:11:00.954Z] #36 66.03 Setting up librhash0:amd64 (1.3.8-1) ... [2021-04-08T17:11:00.954Z] #36 66.04 Setting up cmake-data (3.13.4-1) ... [2021-04-08T17:11:00.954Z] #36 66.08 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-08T17:11:00.954Z] #36 66.09 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-04-08T17:11:00.954Z] #36 66.11 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-04-08T17:11:00.954Z] #36 66.15 Setting up cmake (3.13.4-1) ... [2021-04-08T17:11:00.954Z] #36 66.16 Processing triggers for libc-bin (2.28-10) ... [2021-04-08T17:11:00.954Z] #36 66.25 Processing triggers for mime-support (3.62) ... [2021-04-08T17:11:00.954Z] #36 DONE 66.8s [2021-04-08T17:11:00.954Z] [2021-04-08T17:11:00.954Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:11:00.954Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-08T17:11:00.954Z] #13 61.86 Selecting previously unselected package dmsetup. [2021-04-08T17:11:00.954Z] #13 61.87 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-04-08T17:11:00.954Z] #13 61.88 Unpacking dmsetup (2:1.02.155-3) ... [2021-04-08T17:11:00.954Z] #13 ... [2021-04-08T17:11:00.954Z] [2021-04-08T17:11:00.954Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-08T17:11:00.954Z] #37 sha256:d470f0ca5d0c266497ae4bba11abe705334a260a43ec80f9af54b48c66eb1225 [2021-04-08T17:11:01.095Z] #42 49.83 Selecting previously unselected package libprotobuf-lite17:arm64. [2021-04-08T17:11:01.095Z] #42 49.83 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2021-04-08T17:11:01.095Z] #42 49.85 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-04-08T17:11:01.362Z] #42 50.21 Selecting previously unselected package libprotobuf-dev:arm64. [2021-04-08T17:11:01.362Z] #42 50.22 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2021-04-08T17:11:01.362Z] #42 50.24 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-04-08T17:11:01.945Z] #42 ... [2021-04-08T17:11:01.945Z] [2021-04-08T17:11:01.945Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:11:01.945Z] #51 sha256:53b5547551c84973d496a43231c5e189f42d40b3bb1cfd151f93a7c0f736359b [2021-04-08T17:11:01.945Z] #51 40.81 text/tabwriter [2021-04-08T17:11:01.945Z] #51 40.97 reflect [2021-04-08T17:11:01.945Z] #51 41.45 regexp/syntax [2021-04-08T17:11:01.945Z] #51 44.31 regexp [2021-04-08T17:11:01.945Z] #51 45.97 time [2021-04-08T17:11:02.210Z] #51 ... [2021-04-08T17:11:02.210Z] [2021-04-08T17:11:02.210Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:11:02.210Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-08T17:11:02.210Z] #13 46.80 Setting up libudev1:arm64 (241-7~deb10u7) ... [2021-04-08T17:11:02.210Z] #13 47.06 Selecting previously unselected package binutils-mingw-w64-i686. [2021-04-08T17:11:02.210Z] #13 47.06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-04-08T17:11:02.210Z] #13 47.19 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2021-04-08T17:11:02.210Z] #13 47.19 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-08T17:11:02.340Z] #37 1.408 + RM_GOPATH=0 [2021-04-08T17:11:02.340Z] #37 1.408 + TMP_GOPATH= [2021-04-08T17:11:02.340Z] #37 1.408 + : /build [2021-04-08T17:11:02.340Z] #37 1.408 + '[' -z '' ']' [2021-04-08T17:11:02.340Z] #37 1.410 ++ mktemp -d [2021-04-08T17:11:02.340Z] #37 1.412 + export GOPATH=/tmp/tmp.5AtXySD2gn [2021-04-08T17:11:02.340Z] #37 1.413 + GOPATH=/tmp/tmp.5AtXySD2gn [2021-04-08T17:11:02.340Z] #37 1.413 + RM_GOPATH=1 [2021-04-08T17:11:02.340Z] #37 1.413 + case "$(go env GOARCH)" in [2021-04-08T17:11:02.340Z] #37 1.422 ++ go env GOARCH [2021-04-08T17:11:02.340Z] #37 1.427 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:11:02.340Z] #37 1.427 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:11:02.340Z] #37 1.428 ++ dirname /tmp/install/install.sh [2021-04-08T17:11:02.340Z] #37 1.432 + dir=/tmp/install [2021-04-08T17:11:02.340Z] #37 1.439 + bin=tini [2021-04-08T17:11:02.340Z] #37 1.439 + shift [2021-04-08T17:11:02.340Z] #37 1.439 + '[' '!' -f /tmp/install/tini.installer ']' [2021-04-08T17:11:02.340Z] #37 1.439 + . /tmp/install/tini.installer [2021-04-08T17:11:02.340Z] #37 1.440 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-08T17:11:02.340Z] #37 1.440 + install_tini [2021-04-08T17:11:02.340Z] #37 1.440 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-04-08T17:11:02.340Z] #37 1.441 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-08T17:11:02.340Z] #37 1.441 + git clone https://github.com/krallin/tini.git /tmp/tmp.5AtXySD2gn/tini [2021-04-08T17:11:02.340Z] #37 1.444 Cloning into '/tmp/tmp.5AtXySD2gn/tini'... [2021-04-08T17:11:02.912Z] #37 ... [2021-04-08T17:11:02.912Z] [2021-04-08T17:11:02.912Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:11:02.912Z] #45 sha256:129d6cd89cb3c1e2309255ea871bcf81a12799810f3156b6a909e6ecca606456 [2021-04-08T17:11:02.912Z] #45 58.83 time [2021-04-08T17:11:02.912Z] #45 63.46 internal/fmtsort [2021-04-08T17:11:02.912Z] #45 63.96 strings [2021-04-08T17:11:02.912Z] #45 65.43 os [2021-04-08T17:11:02.912Z] #45 67.45 regexp/syntax [2021-04-08T17:11:02.912Z] #45 ... [2021-04-08T17:11:02.912Z] [2021-04-08T17:11:02.912Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:11:02.912Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-08T17:11:02.912Z] #42 61.86 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-04-08T17:11:02.912Z] #42 61.89 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-08T17:11:02.912Z] #42 61.90 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-08T17:11:02.912Z] #42 61.92 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-04-08T17:11:02.912Z] #42 61.95 Setting up python-six (1.12.0-1) ... [2021-04-08T17:11:02.912Z] #42 66.20 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-04-08T17:11:02.912Z] #42 66.22 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-04-08T17:11:02.912Z] #42 66.24 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-04-08T17:11:02.912Z] #42 66.26 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-04-08T17:11:02.912Z] #42 66.27 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-04-08T17:11:02.912Z] #42 66.28 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-04-08T17:11:02.912Z] #42 66.31 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-08T17:11:02.912Z] #42 66.32 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-04-08T17:11:02.912Z] #42 66.34 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-08T17:11:02.912Z] #42 66.36 Setting up python-protobuf (3.6.1.3-2) ... [2021-04-08T17:11:03.172Z] #42 ... [2021-04-08T17:11:03.172Z] [2021-04-08T17:11:03.173Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-08T17:11:03.173Z] #37 sha256:d470f0ca5d0c266497ae4bba11abe705334a260a43ec80f9af54b48c66eb1225 [2021-04-08T17:11:03.173Z] #37 2.184 + cd /tmp/tmp.5AtXySD2gn/tini [2021-04-08T17:11:03.173Z] #37 2.185 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-08T17:11:03.173Z] #37 2.196 + cmake . [2021-04-08T17:11:03.433Z] #37 2.717 -- The C compiler identification is GNU 8.3.0 [2021-04-08T17:11:03.611Z] #13 49.44 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-04-08T17:11:03.611Z] #13 49.44 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2021-04-08T17:11:03.611Z] #13 49.46 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-08T17:11:03.694Z] #37 2.779 -- Check for working C compiler: /usr/bin/cc [2021-04-08T17:11:04.636Z] #37 3.586 -- Check for working C compiler: /usr/bin/cc -- works [2021-04-08T17:11:04.637Z] #37 3.588 -- Detecting C compiler ABI info [2021-04-08T17:11:05.211Z] #37 4.305 -- Detecting C compiler ABI info - done [2021-04-08T17:11:05.211Z] #37 4.360 -- Detecting C compile features [2021-04-08T17:11:06.182Z] #13 51.57 Selecting previously unselected package binutils-mingw-w64. [2021-04-08T17:11:06.182Z] #13 51.59 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-04-08T17:11:06.182Z] #13 51.62 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-08T17:11:06.182Z] #13 51.86 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-04-08T17:11:06.182Z] #13 51.88 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-04-08T17:11:06.182Z] #13 51.89 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-04-08T17:11:06.447Z] #13 52.12 Selecting previously unselected package dmsetup. [2021-04-08T17:11:06.447Z] #13 52.14 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2021-04-08T17:11:06.447Z] #13 52.15 Unpacking dmsetup (2:1.02.155-3) ... [2021-04-08T17:11:06.447Z] #13 52.38 Selecting previously unselected package mingw-w64-common. [2021-04-08T17:11:06.712Z] #13 52.39 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-04-08T17:11:06.712Z] #13 52.42 Unpacking mingw-w64-common (6.0.0-3) ... [2021-04-08T17:11:06.982Z] #13 ... [2021-04-08T17:11:06.982Z] [2021-04-08T17:11:06.982Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:11:06.982Z] #45 sha256:14613a64d0436505e36b5316c4970752a2e89298608d29b820fbdd386de796e6 [2021-04-08T17:11:06.982Z] #45 45.84 regexp [2021-04-08T17:11:06.982Z] #45 47.06 internal/poll [2021-04-08T17:11:06.982Z] #45 47.07 context [2021-04-08T17:11:06.982Z] #45 50.83 path/filepath [2021-04-08T17:11:06.982Z] #45 50.89 net [2021-04-08T17:11:06.982Z] #45 51.84 internal/lazyregexp [2021-04-08T17:11:06.982Z] #45 52.39 github.com/LK4D4/vndr/versioned [2021-04-08T17:11:06.982Z] #45 52.47 os/exec [2021-04-08T17:11:06.982Z] #45 54.32 encoding/binary [2021-04-08T17:11:06.982Z] #45 54.32 flag [2021-04-08T17:11:06.982Z] #45 54.95 go/token [2021-04-08T17:11:07.251Z] #45 ... [2021-04-08T17:11:07.251Z] [2021-04-08T17:11:07.251Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-04-08T17:11:07.251Z] #34 sha256:98a17b44cdbe754f0a2c4b892cf6c1622fbc13db7861ab0027105247e8d21e26 [2021-04-08T17:11:07.251Z] #34 46.06 internal/poll [2021-04-08T17:11:07.251Z] #34 47.12 os [2021-04-08T17:11:07.251Z] #34 47.54 internal/fmtsort [2021-04-08T17:11:07.251Z] #34 49.95 path/filepath [2021-04-08T17:11:07.251Z] #34 49.97 fmt [2021-04-08T17:11:07.251Z] #34 51.82 io/ioutil [2021-04-08T17:11:07.251Z] #34 53.14 flag [2021-04-08T17:11:07.251Z] #34 53.14 log [2021-04-08T17:11:07.251Z] #34 53.14 github.com/BurntSushi/toml [2021-04-08T17:11:07.251Z] #34 ... [2021-04-08T17:11:07.251Z] [2021-04-08T17:11:07.251Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:11:07.251Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-08T17:11:07.251Z] #42 51.97 Selecting previously unselected package libprotoc17:arm64. [2021-04-08T17:11:07.251Z] #42 51.98 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2021-04-08T17:11:07.251Z] #42 51.99 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2021-04-08T17:11:07.251Z] #42 52.45 Selecting previously unselected package protobuf-c-compiler. [2021-04-08T17:11:07.251Z] #42 52.45 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2021-04-08T17:11:07.251Z] #42 52.47 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-08T17:11:07.251Z] #42 52.69 Selecting previously unselected package protobuf-compiler. [2021-04-08T17:11:07.251Z] #42 52.69 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2021-04-08T17:11:07.251Z] #42 52.73 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-04-08T17:11:07.251Z] #42 52.87 Selecting previously unselected package python-pkg-resources. [2021-04-08T17:11:07.251Z] #42 52.87 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-04-08T17:11:07.251Z] #42 52.88 Unpacking python-pkg-resources (40.8.0-1) ... [2021-04-08T17:11:07.251Z] #42 53.15 Selecting previously unselected package python-six. [2021-04-08T17:11:07.251Z] #42 53.15 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-04-08T17:11:07.251Z] #42 53.18 Unpacking python-six (1.12.0-1) ... [2021-04-08T17:11:07.251Z] #42 53.38 Selecting previously unselected package python-protobuf. [2021-04-08T17:11:07.251Z] #42 53.38 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2021-04-08T17:11:07.251Z] #42 53.40 Unpacking python-protobuf (3.6.1.3-2) ... [2021-04-08T17:11:07.251Z] #42 54.03 Setting up python-pkg-resources (40.8.0-1) ... [2021-04-08T17:11:07.761Z] #37 6.720 -- Detecting C compile features - done [2021-04-08T17:11:07.761Z] #37 6.751 -- Performing Test HAS_BUILTIN_FORTIFY [2021-04-08T17:11:07.842Z] #42 56.73 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-04-08T17:11:07.842Z] #42 56.75 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-04-08T17:11:08.022Z] #37 7.132 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-04-08T17:11:08.022Z] #37 ... [2021-04-08T17:11:08.022Z] [2021-04-08T17:11:08.022Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:11:08.022Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-08T17:11:08.022Z] #42 73.35 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-04-08T17:11:08.022Z] #42 73.38 Processing triggers for libc-bin (2.28-10) ... [2021-04-08T17:11:08.022Z] #42 DONE 74.0s [2021-04-08T17:11:08.022Z] [2021-04-08T17:11:08.022Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:11:08.022Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:11:08.112Z] #42 56.77 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-04-08T17:11:08.112Z] #42 56.82 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-04-08T17:11:08.112Z] #42 56.86 Setting up python-six (1.12.0-1) ... [2021-04-08T17:11:08.692Z] #42 ... [2021-04-08T17:11:08.692Z] [2021-04-08T17:11:08.692Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-08T17:11:08.692Z] #56 sha256:1bf4602437e220090eba54fbe994cb56b066a7b26fc80921c8ba737af9362ced [2021-04-08T17:11:08.692Z] #56 2.312 + RM_GOPATH=0 [2021-04-08T17:11:08.692Z] #56 2.312 + TMP_GOPATH= [2021-04-08T17:11:08.692Z] #56 2.312 + : /build [2021-04-08T17:11:08.692Z] #56 2.317 + '[' -z '' ']' [2021-04-08T17:11:08.692Z] #56 2.317 ++ mktemp -d [2021-04-08T17:11:08.692Z] #56 2.317 + export GOPATH=/tmp/tmp.vFC4pyYvkE [2021-04-08T17:11:08.692Z] #56 2.317 + GOPATH=/tmp/tmp.vFC4pyYvkE [2021-04-08T17:11:08.692Z] #56 2.317 + RM_GOPATH=1 [2021-04-08T17:11:08.692Z] #56 2.317 + case "$(go env GOARCH)" in [2021-04-08T17:11:08.692Z] #56 2.325 ++ go env GOARCH [2021-04-08T17:11:08.692Z] #56 2.403 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:11:08.692Z] #56 2.403 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:11:08.692Z] #56 2.403 ++ dirname /tmp/install/install.sh [2021-04-08T17:11:08.692Z] #56 2.419 + dir=/tmp/install [2021-04-08T17:11:08.692Z] #56 2.419 + bin=containerd [2021-04-08T17:11:08.692Z] #56 2.419 + shift [2021-04-08T17:11:08.692Z] #56 2.419 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-04-08T17:11:08.692Z] #56 2.419 + . /tmp/install/containerd.installer [2021-04-08T17:11:08.692Z] #56 2.419 ++ set -e [2021-04-08T17:11:08.692Z] #56 2.419 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-08T17:11:08.692Z] #56 2.419 + install_containerd [2021-04-08T17:11:08.692Z] #56 2.419 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-04-08T17:11:08.692Z] #56 2.419 + git clone https://github.com/containerd/containerd.git /tmp/tmp.vFC4pyYvkE/src/github.com/containerd/containerd [2021-04-08T17:11:08.692Z] #56 2.420 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-08T17:11:08.692Z] #56 2.447 Cloning into '/tmp/tmp.vFC4pyYvkE/src/github.com/containerd/containerd'... [2021-04-08T17:11:08.692Z] #56 ... [2021-04-08T17:11:08.692Z] [2021-04-08T17:11:08.692Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-08T17:11:08.692Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-04-08T17:11:08.692Z] #36 51.85 Selecting previously unselected package libicu63:arm64. [2021-04-08T17:11:08.692Z] #36 51.86 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-04-08T17:11:08.692Z] #36 51.92 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-04-08T17:11:08.692Z] #36 56.24 Selecting previously unselected package libxml2:arm64. [2021-04-08T17:11:08.692Z] #36 56.24 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ... [2021-04-08T17:11:08.692Z] #36 56.26 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-08T17:11:08.692Z] #36 56.69 Selecting previously unselected package libarchive13:arm64. [2021-04-08T17:11:08.692Z] #36 56.69 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2021-04-08T17:11:08.692Z] #36 56.71 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-04-08T17:11:08.692Z] #36 57.01 Selecting previously unselected package libjsoncpp1:arm64. [2021-04-08T17:11:08.692Z] #36 57.01 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2021-04-08T17:11:08.692Z] #36 57.03 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2021-04-08T17:11:08.692Z] #36 57.20 Selecting previously unselected package librhash0:arm64. [2021-04-08T17:11:08.692Z] #36 57.20 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2021-04-08T17:11:08.692Z] #36 57.22 Unpacking librhash0:arm64 (1.3.8-1) ... [2021-04-08T17:11:08.692Z] #36 57.37 Selecting previously unselected package libuv1:arm64. [2021-04-08T17:11:08.692Z] #36 57.38 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2021-04-08T17:11:08.692Z] #36 57.42 Unpacking libuv1:arm64 (1.24.1-1) ... [2021-04-08T17:11:08.692Z] #36 57.62 Selecting previously unselected package cmake. [2021-04-08T17:11:08.692Z] #36 57.66 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2021-04-08T17:11:08.963Z] #36 57.67 Unpacking cmake (3.13.4-1) ... [2021-04-08T17:11:10.366Z] #36 ... [2021-04-08T17:11:10.366Z] [2021-04-08T17:11:10.366Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:11:10.366Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-08T17:11:10.366Z] #42 58.93 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-04-08T17:11:10.366Z] #42 58.97 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-04-08T17:11:10.366Z] #42 59.01 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2021-04-08T17:11:10.366Z] #42 59.08 Setting up libcap-dev:arm64 (1:2.25-2) ... [2021-04-08T17:11:10.366Z] #42 59.14 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2021-04-08T17:11:10.366Z] #42 59.18 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-04-08T17:11:10.569Z] #43 2.493 Note: Building without setproctitle() and strlcpy() support. [2021-04-08T17:11:10.570Z] #43 2.493 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-08T17:11:10.570Z] #43 2.528 Note: Building without GnuTLS support [2021-04-08T17:11:10.570Z] #43 2.535 Makefile.config:39: Warn: you have no libnftables installed [2021-04-08T17:11:10.570Z] #43 2.535 Makefile.config:40: Warn: Building without nftables support [2021-04-08T17:11:10.631Z] #42 59.22 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-08T17:11:10.631Z] #42 59.27 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-04-08T17:11:10.631Z] #42 59.29 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-08T17:11:10.631Z] #42 59.31 Setting up python-protobuf (3.6.1.3-2) ... [2021-04-08T17:11:10.835Z] #43 ... [2021-04-08T17:11:10.835Z] [2021-04-08T17:11:10.835Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:11:10.835Z] #51 sha256:c13522ea22f3ec86ee1f182e0f9f1cca459acb5423e400507900f7f22565a07b [2021-04-08T17:11:10.835Z] #51 66.65 encoding/binary [2021-04-08T17:11:10.835Z] #51 67.86 context [2021-04-08T17:11:10.835Z] #51 68.80 fmt [2021-04-08T17:11:10.835Z] #51 69.82 encoding/base64 [2021-04-08T17:11:10.835Z] #51 70.52 golang.org/x/sys/unix [2021-04-08T17:11:10.835Z] #51 73.29 encoding/json [2021-04-08T17:11:10.835Z] #51 ... [2021-04-08T17:11:10.835Z] [2021-04-08T17:11:10.835Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-08T17:11:10.835Z] #37 sha256:d470f0ca5d0c266497ae4bba11abe705334a260a43ec80f9af54b48c66eb1225 [2021-04-08T17:11:10.835Z] #37 7.286 -- Configuring done [2021-04-08T17:11:10.835Z] #37 7.355 -- Generating done [2021-04-08T17:11:10.835Z] #37 7.385 -- Build files have been written to: /tmp/tmp.5AtXySD2gn/tini [2021-04-08T17:11:10.835Z] #37 7.399 + make tini-static [2021-04-08T17:11:10.835Z] #37 7.937 Scanning dependencies of target tini-static [2021-04-08T17:11:10.835Z] #37 8.074 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-04-08T17:11:10.835Z] #37 9.460 [100%] Linking C executable tini-static [2021-04-08T17:11:10.835Z] #37 10.02 [100%] Built target tini-static [2021-04-08T17:11:10.835Z] #37 10.09 + mkdir -p /build [2021-04-08T17:11:11.096Z] #37 10.11 + cp tini-static /build/docker-init [2021-04-08T17:11:11.096Z] #37 DONE 10.3s [2021-04-08T17:11:11.096Z] [2021-04-08T17:11:11.096Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-04-08T17:11:11.096Z] #34 sha256:66e78ae275eb687273e1d7e1399d7be798cb126fd3f5f19512259eec245deeb5 [2021-04-08T17:11:11.096Z] #34 67.20 path [2021-04-08T17:11:11.096Z] #34 67.81 fmt [2021-04-08T17:11:11.096Z] #34 68.29 path/filepath [2021-04-08T17:11:11.096Z] #34 69.66 io/ioutil [2021-04-08T17:11:11.096Z] #34 70.25 text/tabwriter [2021-04-08T17:11:11.096Z] #34 71.98 github.com/BurntSushi/toml [2021-04-08T17:11:11.096Z] #34 71.99 flag [2021-04-08T17:11:11.096Z] #34 73.52 log [2021-04-08T17:11:11.096Z] #34 76.66 github.com/BurntSushi/toml/cmd/tomlv [2021-04-08T17:11:11.358Z] #34 ... [2021-04-08T17:11:11.358Z] [2021-04-08T17:11:11.358Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:11:11.358Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-08T17:11:11.358Z] #13 62.46 Selecting previously unselected package mingw-w64-common. [2021-04-08T17:11:11.358Z] #13 62.46 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-04-08T17:11:11.358Z] #13 62.48 Unpacking mingw-w64-common (6.0.0-3) ... [2021-04-08T17:11:11.358Z] #13 68.98 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-04-08T17:11:11.358Z] #13 68.98 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-04-08T17:11:11.358Z] #13 69.02 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-08T17:11:11.619Z] #13 ... [2021-04-08T17:11:11.619Z] [2021-04-08T17:11:11.619Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:11:11.619Z] #45 sha256:129d6cd89cb3c1e2309255ea871bcf81a12799810f3156b6a909e6ecca606456 [2021-04-08T17:11:11.619Z] #45 69.77 fmt [2021-04-08T17:11:11.619Z] #45 72.41 regexp [2021-04-08T17:11:11.619Z] #45 75.20 go/token [2021-04-08T17:11:11.619Z] #45 76.39 internal/lazyregexp [2021-04-08T17:11:11.619Z] #45 76.49 go/scanner [2021-04-08T17:11:11.619Z] #45 76.80 net/url [2021-04-08T17:11:12.562Z] #45 78.56 go/ast [2021-04-08T17:11:13.135Z] #45 79.02 text/template/parse [2021-04-08T17:11:13.135Z] #45 ... [2021-04-08T17:11:13.135Z] [2021-04-08T17:11:13.135Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:11:13.135Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:11:13.135Z] #43 5.090 fatal: not a git repository (or any of the parent directories): .git [2021-04-08T17:11:13.135Z] #43 5.145 GEN .gitid [2021-04-08T17:11:13.135Z] #43 5.182 GEN criu/include/version.h [2021-04-08T17:11:13.203Z] #42 ... [2021-04-08T17:11:13.203Z] [2021-04-08T17:11:13.203Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-04-08T17:11:13.203Z] #34 sha256:98a17b44cdbe754f0a2c4b892cf6c1622fbc13db7861ab0027105247e8d21e26 [2021-04-08T17:11:13.203Z] #34 56.41 github.com/BurntSushi/toml/cmd/tomlv [2021-04-08T17:11:13.203Z] #34 DONE 62.1s [2021-04-08T17:11:13.203Z] [2021-04-08T17:11:13.203Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:11:13.203Z] #51 sha256:53b5547551c84973d496a43231c5e189f42d40b3bb1cfd151f93a7c0f736359b [2021-04-08T17:11:13.203Z] #51 52.04 io/ioutil [2021-04-08T17:11:13.203Z] #51 52.05 mvdan.cc/sh/v3/fileutil [2021-04-08T17:11:13.203Z] #51 52.75 fmt [2021-04-08T17:11:13.203Z] #51 52.75 encoding/binary [2021-04-08T17:11:13.203Z] #51 54.46 golang.org/x/sys/unix [2021-04-08T17:11:13.203Z] #51 54.47 encoding/base64 [2021-04-08T17:11:13.203Z] #51 56.21 github.com/pkg/diff [2021-04-08T17:11:13.203Z] #51 56.21 go/token [2021-04-08T17:11:13.203Z] #51 56.22 encoding/json [2021-04-08T17:11:13.203Z] #51 58.20 go/scanner [2021-04-08T17:11:13.203Z] #51 58.75 mvdan.cc/editorconfig [2021-04-08T17:11:13.203Z] #51 60.10 go/ast [2021-04-08T17:11:13.203Z] #51 60.98 mvdan.cc/sh/v3/syntax [2021-04-08T17:11:13.396Z] #43 5.255 GEN include/common/asm [2021-04-08T17:11:13.469Z] #51 ... [2021-04-08T17:11:13.469Z] [2021-04-08T17:11:13.469Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-08T17:11:13.469Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-04-08T17:11:13.469Z] #36 59.84 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-04-08T17:11:13.469Z] #36 59.87 Setting up xxd (2:8.1.0875-5) ... [2021-04-08T17:11:13.469Z] #36 59.88 Setting up libuv1:arm64 (1.24.1-1) ... [2021-04-08T17:11:13.469Z] #36 59.91 Setting up vim-common (2:8.1.0875-5) ... [2021-04-08T17:11:13.469Z] #36 59.98 Setting up librhash0:arm64 (1.3.8-1) ... [2021-04-08T17:11:13.469Z] #36 60.01 Setting up cmake-data (3.13.4-1) ... [2021-04-08T17:11:13.469Z] #36 60.06 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-08T17:11:13.469Z] #36 60.10 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2021-04-08T17:11:13.469Z] #36 60.15 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-04-08T17:11:13.469Z] #36 60.17 Setting up cmake (3.13.4-1) ... [2021-04-08T17:11:13.469Z] #36 60.18 Processing triggers for libc-bin (2.28-10) ... [2021-04-08T17:11:13.469Z] #36 60.32 Processing triggers for mime-support (3.62) ... [2021-04-08T17:11:13.469Z] #36 DONE 62.2s [2021-04-08T17:11:13.469Z] [2021-04-08T17:11:13.469Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-08T17:11:13.469Z] #37 sha256:2c045db73fa6f9ca221e1b3f2cbf4042709011aa9b355ed2465414ca1269c715 [2021-04-08T17:11:14.044Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m15.44081659s with top 10 stages: buildssa: 1m43.989833746s, goimports: 23.344517777s, unconvert: 14.231326885s, gosec: 10.404579992s, golint: 5.738249393s, ineffassign: 4.144008066s, misspell: 3.958608685s, vrp: 3.255948003s, inspect: 3.165505545s, fact_purity: 1.787230848s [2021-04-08T17:11:14.044Z] INFO [runner] Issues before processing: 2263, after processing: 0 [2021-04-08T17:11:14.044Z] INFO [runner] Processors filtering stat (out/in): exclude: 1578/1578, nolint: 0/64, filename_unadjuster: 1683/1683, path_prettifier: 1683/1683, identifier_marker: 1578/1578, exclude-rules: 64/1578, cgo: 1683/2263, skip_files: 1683/1683, skip_dirs: 1683/1683, autogenerated_exclude: 1578/1683 [2021-04-08T17:11:14.044Z] INFO [runner] processing took 58.934159ms with stages: nolint: 24.934ms, identifier_marker: 16.828316ms, path_prettifier: 7.511051ms, autogenerated_exclude: 3.804205ms, exclude-rules: 3.287845ms, skip_dirs: 1.634333ms, filename_unadjuster: 746.873µs, cgo: 183.528µs, max_same_issues: 1.127µs, uniq_by_line: 751ns, diff: 403ns, skip_files: 363ns, source_code: 349ns, exclude: 318ns, max_from_linter: 307ns, path_shortener: 231ns, max_per_file_from_linter: 159ns [2021-04-08T17:11:14.044Z] INFO [runner] linters took 1m42.874408061s with stages: goanalysis_metalinter: 1m23.096451071s, unused: 19.718895845s [2021-04-08T17:11:14.044Z] INFO File cache stats: 1456 entries of total size 6.8MiB [2021-04-08T17:11:14.044Z] INFO Memory: 1536 samples, avg is 946.9MB, max is 4911.7MB [2021-04-08T17:11:14.044Z] INFO Execution took 3m45.177934736s [2021-04-08T17:11:14.044Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-04-08T17:11:14.638Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42268/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 hack/make.sh dynbinary-daemon test-docker-py [2021-04-08T17:11:14.883Z] #43 6.846 PBCC images/timens.pb-c.c [2021-04-08T17:11:14.883Z] #43 6.888 DEP images/timens.pb-c.d [2021-04-08T17:11:14.883Z] #43 6.930 PBCC images/fown.pb-c.c [2021-04-08T17:11:15.159Z] #43 7.015 PBCC images/google/protobuf/descriptor.pb-c.c [2021-04-08T17:11:15.159Z] #43 7.121 PBCC images/opts.pb-c.c [2021-04-08T17:11:15.159Z] #43 7.214 PBCC images/memfd.pb-c.c [2021-04-08T17:11:15.207Z] [2021-04-08T17:11:15.207Z] Removing bundles/ [2021-04-08T17:11:15.207Z] [2021-04-08T17:11:15.207Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-04-08T17:11:15.207Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-08T17:11:15.207Z] GOOS="" GOARCH="" GOARM="" [2021-04-08T17:11:15.409Z] #37 ... [2021-04-08T17:11:15.409Z] [2021-04-08T17:11:15.409Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-08T17:11:15.409Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-08T17:11:15.409Z] #42 63.26 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2021-04-08T17:11:15.409Z] #42 63.32 Processing triggers for libc-bin (2.28-10) ... [2021-04-08T17:11:15.409Z] #42 DONE 64.1s [2021-04-08T17:11:15.409Z] [2021-04-08T17:11:15.409Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-08T17:11:15.409Z] #37 sha256:2c045db73fa6f9ca221e1b3f2cbf4042709011aa9b355ed2465414ca1269c715 [2021-04-08T17:11:15.409Z] #37 2.004 + RM_GOPATH=0 [2021-04-08T17:11:15.409Z] #37 2.004 + TMP_GOPATH= [2021-04-08T17:11:15.409Z] #37 2.004 + : /build [2021-04-08T17:11:15.409Z] #37 2.004 + '[' -z '' ']' [2021-04-08T17:11:15.409Z] #37 2.004 ++ mktemp -d [2021-04-08T17:11:15.409Z] #37 2.004 + export GOPATH=/tmp/tmp.yCWQ7enVSk [2021-04-08T17:11:15.409Z] #37 2.004 + GOPATH=/tmp/tmp.yCWQ7enVSk [2021-04-08T17:11:15.409Z] #37 2.004 + RM_GOPATH=1 [2021-04-08T17:11:15.409Z] #37 2.004 + case "$(go env GOARCH)" in [2021-04-08T17:11:15.409Z] #37 2.004 ++ go env GOARCH [2021-04-08T17:11:15.409Z] #37 2.058 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:11:15.409Z] #37 2.058 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:11:15.409Z] #37 2.058 ++ dirname /tmp/install/install.sh [2021-04-08T17:11:15.409Z] #37 2.072 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-08T17:11:15.409Z] #37 2.073 + dir=/tmp/install [2021-04-08T17:11:15.409Z] #37 2.073 + bin=tini [2021-04-08T17:11:15.409Z] #37 2.073 + shift [2021-04-08T17:11:15.409Z] #37 2.073 + '[' '!' -f /tmp/install/tini.installer ']' [2021-04-08T17:11:15.409Z] #37 2.073 + . /tmp/install/tini.installer [2021-04-08T17:11:15.409Z] #37 2.073 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-08T17:11:15.409Z] #37 2.073 + install_tini [2021-04-08T17:11:15.409Z] #37 2.073 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-04-08T17:11:15.409Z] #37 2.077 + git clone https://github.com/krallin/tini.git /tmp/tmp.yCWQ7enVSk/tini [2021-04-08T17:11:15.409Z] #37 2.078 Cloning into '/tmp/tmp.yCWQ7enVSk/tini'... [2021-04-08T17:11:15.428Z] #43 ... [2021-04-08T17:11:15.428Z] [2021-04-08T17:11:15.428Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-04-08T17:11:15.428Z] #34 sha256:66e78ae275eb687273e1d7e1399d7be798cb126fd3f5f19512259eec245deeb5 [2021-04-08T17:11:15.428Z] #34 DONE 81.4s [2021-04-08T17:11:15.428Z] [2021-04-08T17:11:15.428Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:11:15.428Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:11:15.428Z] #43 7.281 DEP images/fown.pb-c.d [2021-04-08T17:11:15.428Z] #43 7.353 DEP images/google/protobuf/descriptor.pb-c.d [2021-04-08T17:11:15.428Z] #43 7.473 DEP images/opts.pb-c.d [2021-04-08T17:11:15.689Z] #43 7.546 DEP images/memfd.pb-c.d [2021-04-08T17:11:15.689Z] #43 7.634 PBCC images/sit.pb-c.c [2021-04-08T17:11:15.689Z] #43 7.690 DEP images/sit.pb-c.d [2021-04-08T17:11:15.689Z] #43 7.723 PBCC images/macvlan.pb-c.c [2021-04-08T17:11:15.950Z] #43 7.791 DEP images/macvlan.pb-c.d [2021-04-08T17:11:15.950Z] #43 7.827 PBCC images/autofs.pb-c.c [2021-04-08T17:11:15.950Z] #43 7.883 DEP images/autofs.pb-c.d [2021-04-08T17:11:15.950Z] #43 7.983 PBCC images/sysctl.pb-c.c [2021-04-08T17:11:16.210Z] #43 7.986 DEP images/sysctl.pb-c.d [2021-04-08T17:11:16.210Z] #43 8.009 PBCC images/time.pb-c.c [2021-04-08T17:11:16.210Z] #43 8.081 DEP images/time.pb-c.d [2021-04-08T17:11:16.210Z] #43 8.184 PBCC images/binfmt-misc.pb-c.c [2021-04-08T17:11:16.210Z] #43 8.244 DEP images/binfmt-misc.pb-c.d [2021-04-08T17:11:16.210Z] #43 8.366 PBCC images/seccomp.pb-c.c [2021-04-08T17:11:16.471Z] #43 8.395 DEP images/seccomp.pb-c.d [2021-04-08T17:11:16.471Z] #43 8.471 PBCC images/userns.pb-c.c [2021-04-08T17:11:16.471Z] #43 8.507 DEP images/userns.pb-c.d [2021-04-08T17:11:16.536Z] #37 3.242 + cd /tmp/tmp.yCWQ7enVSk/tini [2021-04-08T17:11:16.536Z] #37 3.242 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-08T17:11:16.732Z] #43 8.685 PBCC images/cgroup.pb-c.c [2021-04-08T17:11:16.732Z] #43 8.723 DEP images/cgroup.pb-c.d [2021-04-08T17:11:16.732Z] #43 8.759 PBCC images/ext-file.pb-c.c [2021-04-08T17:11:16.732Z] #43 8.784 DEP images/ext-file.pb-c.d [2021-04-08T17:11:16.732Z] #43 8.832 PBCC images/rpc.pb-c.c [2021-04-08T17:11:16.801Z] #37 3.266 + cmake . [2021-04-08T17:11:16.992Z] #43 8.877 DEP images/rpc.pb-c.d [2021-04-08T17:11:16.992Z] #43 8.941 PBCC images/siginfo.pb-c.c [2021-04-08T17:11:16.992Z] #43 8.981 DEP images/siginfo.pb-c.d [2021-04-08T17:11:16.992Z] #43 9.028 PBCC images/pagemap.pb-c.c [2021-04-08T17:11:16.992Z] #43 9.048 DEP images/pagemap.pb-c.d [2021-04-08T17:11:16.992Z] #43 9.145 PBCC images/rlimit.pb-c.c [2021-04-08T17:11:16.992Z] #43 9.173 DEP images/rlimit.pb-c.d [2021-04-08T17:11:17.252Z] #43 9.226 PBCC images/file-lock.pb-c.c [2021-04-08T17:11:17.252Z] #43 9.248 DEP images/file-lock.pb-c.d [2021-04-08T17:11:17.252Z] #43 9.293 PBCC images/tty.pb-c.c [2021-04-08T17:11:17.252Z] #43 9.335 DEP images/tty.pb-c.d [2021-04-08T17:11:17.252Z] #43 9.395 PBCC images/tun.pb-c.c [2021-04-08T17:11:17.380Z] #37 3.866 -- The C compiler identification is GNU 8.3.0 [2021-04-08T17:11:17.380Z] #37 3.901 -- Check for working C compiler: /usr/bin/cc [2021-04-08T17:11:17.513Z] #43 9.419 PBCC images/netdev.pb-c.c [2021-04-08T17:11:17.513Z] #43 9.527 DEP images/tun.pb-c.d [2021-04-08T17:11:17.513Z] #43 9.605 DEP images/netdev.pb-c.d [2021-04-08T17:11:17.645Z] #37 ... [2021-04-08T17:11:17.645Z] [2021-04-08T17:11:17.645Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:11:17.645Z] #45 sha256:14613a64d0436505e36b5316c4970752a2e89298608d29b820fbdd386de796e6 [2021-04-08T17:11:17.645Z] #45 56.38 net/url [2021-04-08T17:11:17.645Z] #45 56.65 go/scanner [2021-04-08T17:11:17.645Z] #45 56.76 text/template/parse [2021-04-08T17:11:17.645Z] #45 58.82 go/ast [2021-04-08T17:11:17.645Z] #45 59.36 encoding/json [2021-04-08T17:11:17.645Z] #45 61.91 text/template [2021-04-08T17:11:17.645Z] #45 ... [2021-04-08T17:11:17.645Z] [2021-04-08T17:11:17.645Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:11:17.645Z] #51 sha256:53b5547551c84973d496a43231c5e189f42d40b3bb1cfd151f93a7c0f736359b [2021-04-08T17:11:17.645Z] #51 65.87 golang.org/x/crypto/ssh/terminal [2021-04-08T17:11:17.773Z] #43 9.692 PBCC images/vma.pb-c.c [2021-04-08T17:11:17.773Z] #43 9.780 DEP images/vma.pb-c.d [2021-04-08T17:11:17.773Z] #43 9.838 PBCC images/creds.pb-c.c [2021-04-08T17:11:17.773Z] #43 9.883 DEP images/creds.pb-c.d [2021-04-08T17:11:18.034Z] #43 9.946 PBCC images/utsns.pb-c.c [2021-04-08T17:11:18.034Z] #43 9.988 DEP images/utsns.pb-c.d [2021-04-08T17:11:18.034Z] #43 10.03 PBCC images/ipc-desc.pb-c.c [2021-04-08T17:11:18.034Z] #43 10.06 PBCC images/ipc-sem.pb-c.c [2021-04-08T17:11:18.034Z] #43 10.07 DEP images/ipc-desc.pb-c.d [2021-04-08T17:11:18.294Z] #43 10.14 DEP images/ipc-sem.pb-c.d [2021-04-08T17:11:18.294Z] #43 10.18 PBCC images/ipc-msg.pb-c.c [2021-04-08T17:11:18.294Z] #43 10.22 DEP images/ipc-msg.pb-c.d [2021-04-08T17:11:18.294Z] #43 10.28 PBCC images/ipc-shm.pb-c.c [2021-04-08T17:11:18.294Z] #43 10.32 DEP images/ipc-shm.pb-c.d [2021-04-08T17:11:18.294Z] #43 10.37 PBCC images/ipc-var.pb-c.c [2021-04-08T17:11:18.294Z] #43 10.40 DEP images/ipc-var.pb-c.d [2021-04-08T17:11:18.554Z] #43 10.49 PBCC images/sk-opts.pb-c.c [2021-04-08T17:11:18.554Z] #43 10.54 PBCC images/packet-sock.pb-c.c [2021-04-08T17:11:18.554Z] #43 10.59 DEP images/sk-opts.pb-c.d [2021-04-08T17:11:18.554Z] #43 10.65 DEP images/packet-sock.pb-c.d [2021-04-08T17:11:18.814Z] #43 10.73 PBCC images/sk-netlink.pb-c.c [2021-04-08T17:11:18.814Z] #43 10.84 DEP images/sk-netlink.pb-c.d [2021-04-08T17:11:18.814Z] #43 10.92 PBCC images/sk-inet.pb-c.c [2021-04-08T17:11:19.075Z] #43 10.96 DEP images/sk-inet.pb-c.d [2021-04-08T17:11:19.075Z] #43 11.01 PBCC images/sk-unix.pb-c.c [2021-04-08T17:11:19.075Z] #43 11.10 DEP images/sk-unix.pb-c.d [2021-04-08T17:11:19.075Z] #43 11.18 PBCC images/mm.pb-c.c [2021-04-08T17:11:19.335Z] #43 11.25 DEP images/mm.pb-c.d [2021-04-08T17:11:19.335Z] #43 11.35 PBCC images/timerfd.pb-c.c [2021-04-08T17:11:19.335Z] #43 11.41 DEP images/timerfd.pb-c.d [2021-04-08T17:11:19.335Z] #43 11.45 PBCC images/timer.pb-c.c [2021-04-08T17:11:19.595Z] #43 11.48 DEP images/timer.pb-c.d [2021-04-08T17:11:19.595Z] #43 11.50 PBCC images/sa.pb-c.c [2021-04-08T17:11:19.595Z] #43 11.54 DEP images/sa.pb-c.d [2021-04-08T17:11:19.595Z] #43 11.63 PBCC images/pipe-data.pb-c.c [2021-04-08T17:11:19.595Z] #43 11.64 DEP images/pipe-data.pb-c.d [2021-04-08T17:11:19.595Z] #43 11.67 PBCC images/mnt.pb-c.c [2021-04-08T17:11:19.595Z] #43 11.72 DEP images/mnt.pb-c.d [2021-04-08T17:11:19.595Z] #43 11.77 PBCC images/sk-packet.pb-c.c [2021-04-08T17:11:19.856Z] #43 11.81 DEP images/sk-packet.pb-c.d [2021-04-08T17:11:19.856Z] #43 11.86 PBCC images/tcp-stream.pb-c.c [2021-04-08T17:11:19.856Z] #43 11.95 DEP images/tcp-stream.pb-c.d [2021-04-08T17:11:19.856Z] #43 12.03 PBCC images/pipe.pb-c.c [2021-04-08T17:11:20.116Z] #43 12.09 DEP images/pipe.pb-c.d [2021-04-08T17:11:20.116Z] #43 12.15 PBCC images/pstree.pb-c.c [2021-04-08T17:11:20.377Z] #43 12.18 DEP images/pstree.pb-c.d [2021-04-08T17:11:20.377Z] #43 12.23 PBCC images/fs.pb-c.c [2021-04-08T17:11:20.377Z] #43 12.24 DEP images/fs.pb-c.d [2021-04-08T17:11:20.377Z] #43 12.32 PBCC images/signalfd.pb-c.c [2021-04-08T17:11:20.377Z] #43 12.38 DEP images/signalfd.pb-c.d [2021-04-08T17:11:20.637Z] #43 12.47 PBCC images/fh.pb-c.c [2021-04-08T17:11:20.637Z] #43 12.50 PBCC images/fsnotify.pb-c.c [2021-04-08T17:11:20.637Z] #43 12.53 DEP images/fh.pb-c.d [2021-04-08T17:11:20.637Z] #43 12.59 DEP images/fsnotify.pb-c.d [2021-04-08T17:11:20.637Z] #43 12.67 PBCC images/eventpoll.pb-c.c [2021-04-08T17:11:20.637Z] #43 12.69 DEP images/eventpoll.pb-c.d [2021-04-08T17:11:20.898Z] #43 12.74 PBCC images/eventfd.pb-c.c [2021-04-08T17:11:20.898Z] #43 12.78 DEP images/eventfd.pb-c.d [2021-04-08T17:11:20.898Z] #43 12.83 PBCC images/remap-file-path.pb-c.c [2021-04-08T17:11:20.898Z] #43 12.85 DEP images/remap-file-path.pb-c.d [2021-04-08T17:11:20.898Z] #43 12.89 PBCC images/fifo.pb-c.c [2021-04-08T17:11:20.898Z] #43 12.92 DEP images/fifo.pb-c.d [2021-04-08T17:11:21.158Z] #43 12.98 PBCC images/ghost-file.pb-c.c [2021-04-08T17:11:21.158Z] #43 13.02 DEP images/ghost-file.pb-c.d [2021-04-08T17:11:21.158Z] #43 13.06 PBCC images/regfile.pb-c.c [2021-04-08T17:11:21.158Z] #43 13.14 DEP images/regfile.pb-c.d [2021-04-08T17:11:21.158Z] #43 13.20 PBCC images/ns.pb-c.c [2021-04-08T17:11:21.158Z] #43 13.23 DEP images/ns.pb-c.d [2021-04-08T17:11:21.158Z] #43 13.28 PBCC images/fdinfo.pb-c.c [2021-04-08T17:11:21.419Z] #43 13.34 DEP images/fdinfo.pb-c.d [2021-04-08T17:11:21.419Z] #43 13.40 PBCC images/core-aarch64.pb-c.c [2021-04-08T17:11:21.419Z] #43 13.47 PBCC images/core-arm.pb-c.c [2021-04-08T17:11:21.419Z] #43 13.50 PBCC images/core-ppc64.pb-c.c [2021-04-08T17:11:21.680Z] #43 13.57 PBCC images/core-s390.pb-c.c [2021-04-08T17:11:21.680Z] #43 13.63 PBCC images/core-x86.pb-c.c [2021-04-08T17:11:21.680Z] #43 13.69 PBCC images/core.pb-c.c [2021-04-08T17:11:21.680Z] #43 13.75 PBCC images/inventory.pb-c.c [2021-04-08T17:11:21.940Z] #43 13.80 DEP images/core-aarch64.pb-c.d [2021-04-08T17:11:21.940Z] #43 13.90 DEP images/core-arm.pb-c.d [2021-04-08T17:11:21.940Z] #43 13.99 DEP images/core-ppc64.pb-c.d [2021-04-08T17:11:21.940Z] #43 14.03 DEP images/core-s390.pb-c.d [2021-04-08T17:11:22.201Z] #43 14.09 DEP images/core-x86.pb-c.d [2021-04-08T17:11:22.201Z] #43 14.15 DEP images/core.pb-c.d [2021-04-08T17:11:22.201Z] #43 14.22 DEP images/inventory.pb-c.d [2021-04-08T17:11:22.201Z] #43 14.28 PBCC images/cpuinfo.pb-c.c [2021-04-08T17:11:22.461Z] #43 14.30 DEP images/cpuinfo.pb-c.d [2021-04-08T17:11:22.461Z] #43 14.35 PBCC images/stats.pb-c.c [2021-04-08T17:11:22.461Z] #43 14.40 DEP images/stats.pb-c.d [2021-04-08T17:11:22.974Z] #51 71.09 mvdan.cc/sh/v3/cmd/shfmt [2021-04-08T17:11:22.974Z] #51 ... [2021-04-08T17:11:22.974Z] [2021-04-08T17:11:22.974Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-08T17:11:22.974Z] #37 sha256:2c045db73fa6f9ca221e1b3f2cbf4042709011aa9b355ed2465414ca1269c715 [2021-04-08T17:11:22.974Z] #37 4.724 -- Check for working C compiler: /usr/bin/cc -- works [2021-04-08T17:11:22.974Z] #37 4.726 -- Detecting C compiler ABI info [2021-04-08T17:11:22.974Z] #37 5.609 -- Detecting C compiler ABI info - done [2021-04-08T17:11:22.974Z] #37 5.637 -- Detecting C compile features [2021-04-08T17:11:22.974Z] #37 7.924 -- Detecting C compile features - done [2021-04-08T17:11:22.974Z] #37 7.948 -- Performing Test HAS_BUILTIN_FORTIFY [2021-04-08T17:11:22.974Z] #37 8.262 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-04-08T17:11:22.974Z] #37 8.339 -- Configuring done [2021-04-08T17:11:22.974Z] #37 8.356 -- Generating done [2021-04-08T17:11:22.974Z] #37 8.358 -- Build files have been written to: /tmp/tmp.yCWQ7enVSk/tini [2021-04-08T17:11:22.974Z] #37 8.366 + make tini-static [2021-04-08T17:11:22.974Z] #37 8.840 Scanning dependencies of target tini-static [2021-04-08T17:11:22.974Z] #37 8.984 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-04-08T17:11:22.974Z] #37 ... [2021-04-08T17:11:22.974Z] [2021-04-08T17:11:22.974Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:11:22.974Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-08T17:11:22.974Z] #13 58.60 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-04-08T17:11:22.974Z] #13 58.61 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-04-08T17:11:22.974Z] #13 58.63 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-08T17:11:22.974Z] #13 64.87 Selecting previously unselected package gcc-mingw-w64-base. [2021-04-08T17:11:22.974Z] #13 64.88 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-04-08T17:11:22.974Z] #13 64.90 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-08T17:11:22.974Z] #13 65.16 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-04-08T17:11:22.974Z] #13 65.16 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-04-08T17:11:22.974Z] #13 65.18 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-08T17:11:22.974Z] #13 ... [2021-04-08T17:11:22.974Z] [2021-04-08T17:11:22.974Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:11:22.974Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:11:22.974Z] #43 3.062 Note: Building without setproctitle() and strlcpy() support. [2021-04-08T17:11:22.974Z] #43 3.062 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-08T17:11:22.974Z] #43 3.075 Note: Building without GnuTLS support [2021-04-08T17:11:22.974Z] #43 3.085 Makefile.config:39: Warn: you have no libnftables installed [2021-04-08T17:11:22.974Z] #43 3.085 Makefile.config:40: Warn: Building without nftables support [2021-04-08T17:11:22.974Z] #43 5.543 fatal: not a git repository (or any of the parent directories): .git [2021-04-08T17:11:22.974Z] #43 5.597 GEN .gitid [2021-04-08T17:11:22.974Z] #43 5.670 GEN criu/include/version.h [2021-04-08T17:11:22.974Z] #43 5.794 GEN include/common/asm [2021-04-08T17:11:22.974Z] #43 7.445 PBCC images/timens.pb-c.c [2021-04-08T17:11:22.974Z] #43 7.486 DEP images/timens.pb-c.d [2021-04-08T17:11:22.974Z] #43 7.538 PBCC images/fown.pb-c.c [2021-04-08T17:11:22.974Z] #43 7.560 PBCC images/google/protobuf/descriptor.pb-c.c [2021-04-08T17:11:22.974Z] #43 7.686 PBCC images/opts.pb-c.c [2021-04-08T17:11:22.974Z] #43 7.742 PBCC images/memfd.pb-c.c [2021-04-08T17:11:22.974Z] #43 7.770 DEP images/fown.pb-c.d [2021-04-08T17:11:23.239Z] #43 7.840 DEP images/google/protobuf/descriptor.pb-c.d [2021-04-08T17:11:23.239Z] #43 7.953 DEP images/opts.pb-c.d [2021-04-08T17:11:23.239Z] #43 7.991 DEP images/memfd.pb-c.d [2021-04-08T17:11:23.239Z] #43 8.041 PBCC images/sit.pb-c.c [2021-04-08T17:11:23.239Z] #43 8.093 DEP images/sit.pb-c.d [2021-04-08T17:11:23.503Z] #43 8.224 PBCC images/macvlan.pb-c.c [2021-04-08T17:11:23.503Z] #43 8.268 DEP images/macvlan.pb-c.d [2021-04-08T17:11:23.503Z] #43 8.310 PBCC images/autofs.pb-c.c [2021-04-08T17:11:23.503Z] #43 8.337 DEP images/autofs.pb-c.d [2021-04-08T17:11:23.788Z] #43 8.383 PBCC images/sysctl.pb-c.c [2021-04-08T17:11:23.788Z] #43 8.400 DEP images/sysctl.pb-c.d [2021-04-08T17:11:23.788Z] #43 8.454 PBCC images/time.pb-c.c [2021-04-08T17:11:23.788Z] #43 ... [2021-04-08T17:11:23.788Z] [2021-04-08T17:11:23.788Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-08T17:11:23.788Z] #37 sha256:2c045db73fa6f9ca221e1b3f2cbf4042709011aa9b355ed2465414ca1269c715 [2021-04-08T17:11:23.788Z] #37 10.31 [100%] Linking C executable tini-static [2021-04-08T17:11:23.846Z] #43 15.85 make[1]: Nothing to be done for 'all'. [2021-04-08T17:11:24.367Z] #37 10.87 [100%] Built target tini-static [2021-04-08T17:11:24.367Z] #37 10.95 + mkdir -p /build [2021-04-08T17:11:24.367Z] #37 10.96 + cp tini-static /build/docker-init [2021-04-08T17:11:24.791Z] #43 ... [2021-04-08T17:11:24.791Z] [2021-04-08T17:11:24.791Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:11:24.791Z] #51 sha256:c13522ea22f3ec86ee1f182e0f9f1cca459acb5423e400507900f7f22565a07b [2021-04-08T17:11:24.791Z] #51 80.50 github.com/pkg/diff [2021-04-08T17:11:24.791Z] #51 80.63 go/ast [2021-04-08T17:11:24.791Z] #51 82.58 golang.org/x/crypto/ssh/terminal [2021-04-08T17:11:24.791Z] #51 84.24 mvdan.cc/editorconfig [2021-04-08T17:11:24.791Z] #51 85.48 mvdan.cc/sh/v3/fileutil [2021-04-08T17:11:24.791Z] #51 85.58 mvdan.cc/sh/v3/syntax [2021-04-08T17:11:24.791Z] #51 ... [2021-04-08T17:11:24.791Z] [2021-04-08T17:11:24.791Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:11:24.791Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-08T17:11:24.791Z] #13 75.97 Selecting previously unselected package gcc-mingw-w64-base. [2021-04-08T17:11:24.791Z] #13 75.98 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-08T17:11:24.791Z] #13 75.99 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-08T17:11:24.791Z] #13 76.31 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-04-08T17:11:24.791Z] #13 76.31 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-08T17:11:24.791Z] #13 76.32 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-08T17:11:25.363Z] #13 ... [2021-04-08T17:11:25.363Z] [2021-04-08T17:11:25.363Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:11:25.363Z] #51 sha256:c13522ea22f3ec86ee1f182e0f9f1cca459acb5423e400507900f7f22565a07b [2021-04-08T17:11:25.363Z] #51 91.35 mvdan.cc/sh/v3/cmd/shfmt [2021-04-08T17:11:27.694Z] #37 DONE 14.0s [2021-04-08T17:11:27.694Z] [2021-04-08T17:11:27.694Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:11:27.694Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:11:27.694Z] #43 8.476 DEP images/time.pb-c.d [2021-04-08T17:11:27.694Z] #43 8.515 PBCC images/binfmt-misc.pb-c.c [2021-04-08T17:11:27.694Z] #43 8.554 DEP images/binfmt-misc.pb-c.d [2021-04-08T17:11:27.694Z] #43 8.650 PBCC images/seccomp.pb-c.c [2021-04-08T17:11:27.694Z] #43 8.691 DEP images/seccomp.pb-c.d [2021-04-08T17:11:27.694Z] #43 8.788 PBCC images/userns.pb-c.c [2021-04-08T17:11:27.694Z] #43 8.806 DEP images/userns.pb-c.d [2021-04-08T17:11:27.694Z] #43 8.891 PBCC images/cgroup.pb-c.c [2021-04-08T17:11:27.694Z] #43 8.914 DEP images/cgroup.pb-c.d [2021-04-08T17:11:27.694Z] #43 9.010 PBCC images/ext-file.pb-c.c [2021-04-08T17:11:27.694Z] #43 9.058 DEP images/ext-file.pb-c.d [2021-04-08T17:11:27.694Z] #43 9.130 PBCC images/rpc.pb-c.c [2021-04-08T17:11:27.694Z] #43 9.162 DEP images/rpc.pb-c.d [2021-04-08T17:11:27.694Z] #43 9.228 PBCC images/siginfo.pb-c.c [2021-04-08T17:11:27.694Z] #43 9.256 DEP images/siginfo.pb-c.d [2021-04-08T17:11:27.694Z] #43 9.288 PBCC images/pagemap.pb-c.c [2021-04-08T17:11:27.694Z] #43 9.321 DEP images/pagemap.pb-c.d [2021-04-08T17:11:27.694Z] #43 9.470 PBCC images/rlimit.pb-c.c [2021-04-08T17:11:27.694Z] #43 9.501 DEP images/rlimit.pb-c.d [2021-04-08T17:11:27.694Z] #43 9.656 PBCC images/file-lock.pb-c.c [2021-04-08T17:11:27.694Z] #43 9.665 DEP images/file-lock.pb-c.d [2021-04-08T17:11:27.694Z] #43 9.737 PBCC images/tty.pb-c.c [2021-04-08T17:11:27.694Z] #43 9.768 DEP images/tty.pb-c.d [2021-04-08T17:11:27.694Z] #43 9.794 PBCC images/tun.pb-c.c [2021-04-08T17:11:27.694Z] #43 9.816 PBCC images/netdev.pb-c.c [2021-04-08T17:11:27.694Z] #43 9.849 DEP images/tun.pb-c.d [2021-04-08T17:11:27.694Z] #43 9.914 DEP images/netdev.pb-c.d [2021-04-08T17:11:27.694Z] #43 9.961 PBCC images/vma.pb-c.c [2021-04-08T17:11:27.694Z] #43 10.01 DEP images/vma.pb-c.d [2021-04-08T17:11:27.694Z] #43 10.12 PBCC images/creds.pb-c.c [2021-04-08T17:11:27.694Z] #43 10.14 DEP images/creds.pb-c.d [2021-04-08T17:11:27.694Z] #43 10.19 PBCC images/utsns.pb-c.c [2021-04-08T17:11:27.694Z] #43 10.23 DEP images/utsns.pb-c.d [2021-04-08T17:11:27.694Z] #43 10.27 PBCC images/ipc-desc.pb-c.c [2021-04-08T17:11:27.694Z] #43 10.29 PBCC images/ipc-sem.pb-c.c [2021-04-08T17:11:27.694Z] #43 10.32 DEP images/ipc-desc.pb-c.d [2021-04-08T17:11:27.694Z] #43 10.36 DEP images/ipc-sem.pb-c.d [2021-04-08T17:11:27.694Z] #43 10.41 PBCC images/ipc-msg.pb-c.c [2021-04-08T17:11:27.694Z] #43 10.45 DEP images/ipc-msg.pb-c.d [2021-04-08T17:11:27.694Z] #43 10.56 PBCC images/ipc-shm.pb-c.c [2021-04-08T17:11:27.694Z] #43 10.57 DEP images/ipc-shm.pb-c.d [2021-04-08T17:11:27.694Z] #43 10.67 PBCC images/ipc-var.pb-c.c [2021-04-08T17:11:27.694Z] #43 10.71 DEP images/ipc-var.pb-c.d [2021-04-08T17:11:27.694Z] #43 10.77 PBCC images/sk-opts.pb-c.c [2021-04-08T17:11:27.694Z] #43 10.80 PBCC images/packet-sock.pb-c.c [2021-04-08T17:11:27.694Z] #43 10.89 DEP images/sk-opts.pb-c.d [2021-04-08T17:11:27.694Z] #43 10.94 DEP images/packet-sock.pb-c.d [2021-04-08T17:11:27.694Z] #43 11.03 PBCC images/sk-netlink.pb-c.c [2021-04-08T17:11:27.694Z] #43 11.08 DEP images/sk-netlink.pb-c.d [2021-04-08T17:11:27.694Z] #43 11.15 PBCC images/sk-inet.pb-c.c [2021-04-08T17:11:27.694Z] #43 11.18 DEP images/sk-inet.pb-c.d [2021-04-08T17:11:27.694Z] #43 11.23 PBCC images/sk-unix.pb-c.c [2021-04-08T17:11:27.694Z] #43 11.29 DEP images/sk-unix.pb-c.d [2021-04-08T17:11:27.694Z] #43 11.36 PBCC images/mm.pb-c.c [2021-04-08T17:11:27.694Z] #43 11.41 DEP images/mm.pb-c.d [2021-04-08T17:11:27.694Z] #43 11.47 PBCC images/timerfd.pb-c.c [2021-04-08T17:11:27.694Z] #43 11.54 DEP images/timerfd.pb-c.d [2021-04-08T17:11:27.694Z] #43 11.62 PBCC images/timer.pb-c.c [2021-04-08T17:11:27.694Z] #43 11.66 DEP images/timer.pb-c.d [2021-04-08T17:11:27.694Z] #43 11.69 PBCC images/sa.pb-c.c [2021-04-08T17:11:27.694Z] #43 11.74 DEP images/sa.pb-c.d [2021-04-08T17:11:27.694Z] #43 11.81 PBCC images/pipe-data.pb-c.c [2021-04-08T17:11:27.694Z] #43 11.82 DEP images/pipe-data.pb-c.d [2021-04-08T17:11:27.694Z] #43 11.87 PBCC images/mnt.pb-c.c [2021-04-08T17:11:27.694Z] #43 11.90 DEP images/mnt.pb-c.d [2021-04-08T17:11:27.694Z] #43 11.96 PBCC images/sk-packet.pb-c.c [2021-04-08T17:11:27.694Z] #43 11.97 DEP images/sk-packet.pb-c.d [2021-04-08T17:11:27.694Z] #43 12.03 PBCC images/tcp-stream.pb-c.c [2021-04-08T17:11:27.694Z] #43 12.05 DEP images/tcp-stream.pb-c.d [2021-04-08T17:11:27.694Z] #43 12.08 PBCC images/pipe.pb-c.c [2021-04-08T17:11:27.694Z] #43 12.15 DEP images/pipe.pb-c.d [2021-04-08T17:11:27.694Z] #43 12.26 PBCC images/pstree.pb-c.c [2021-04-08T17:11:27.694Z] #43 12.28 DEP images/pstree.pb-c.d [2021-04-08T17:11:27.694Z] #43 12.35 PBCC images/fs.pb-c.c [2021-04-08T17:11:27.694Z] #43 12.39 DEP images/fs.pb-c.d [2021-04-08T17:11:27.694Z] #43 12.49 PBCC images/signalfd.pb-c.c [2021-04-08T17:11:27.911Z] #51 ... [2021-04-08T17:11:27.911Z] [2021-04-08T17:11:27.911Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:11:27.911Z] #45 sha256:129d6cd89cb3c1e2309255ea871bcf81a12799810f3156b6a909e6ecca606456 [2021-04-08T17:11:27.911Z] #45 83.95 text/template [2021-04-08T17:11:27.911Z] #45 84.23 go/parser [2021-04-08T17:11:27.911Z] #45 87.85 encoding/xml [2021-04-08T17:11:27.911Z] #45 89.20 go/doc [2021-04-08T17:11:27.911Z] #45 92.45 github.com/LK4D4/vndr/build [2021-04-08T17:11:27.911Z] #45 94.00 github.com/LK4D4/vndr/versioned [2021-04-08T17:11:27.958Z] #43 12.58 DEP images/signalfd.pb-c.d [2021-04-08T17:11:27.958Z] #43 12.65 PBCC images/fh.pb-c.c [2021-04-08T17:11:27.958Z] #43 12.73 PBCC images/fsnotify.pb-c.c [2021-04-08T17:11:28.171Z] #45 94.10 compress/flate [2021-04-08T17:11:28.171Z] #45 ... [2021-04-08T17:11:28.171Z] [2021-04-08T17:11:28.171Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-08T17:11:28.171Z] #56 sha256:1c528d47ffb9f84953b098c7cbab06be1eea721a2898c032d1b2f9c02c673a8c [2021-04-08T17:11:28.171Z] #56 44.02 Checking out files: 46% (1790/3838) Checking out files: 47% (1804/3838) Checking out files: 48% (1843/3838) Checking out files: 49% (1881/3838) Checking out files: 50% (1919/3838) Checking out files: 51% (1958/3838) Checking out files: 52% (1996/3838) Checking out files: 53% (2035/3838) Checking out files: 54% (2073/3838) Checking out files: 55% (2111/3838) Checking out files: 56% (2150/3838) Checking out files: 57% (2188/3838) Checking out files: 58% (2227/3838) Checking out files: 59% (2265/3838) Checking out files: 60% (2303/3838) Checking out files: 61% (2342/3838) Checking out files: 62% (2380/3838) Checking out files: 63% (2418/3838) Checking out files: 64% (2457/3838) Checking out files: 65% (2495/3838) Checking out files: 66% (2534/3838) Checking out files: 67% (2572/3838) Checking out files: 68% (2610/3838) Checking out files: 69% (2649/3838) Checking out files: 70% (2687/3838) Checking out files: 71% (2725/3838) Checking out files: 72% (2764/3838) Checking out files: 73% (2802/3838) Checking out files: 74% (2841/3838) Checking out files: 75% (2879/3838) Checking out files: 76% (2917/3838) Checking out files: 77% (2956/3838) Checking out files: 78% (2994/3838) Checking out files: 79% (3033/3838) Checking out files: 80% (3071/3838) Checking out files: 81% (3109/3838) Checking out files: 82% (3148/3838) Checking out files: 83% (3186/3838) Checking out files: 84% (3224/3838) Checking out files: 85% (3263/3838) Checking out files: 86% (3301/3838) Checking out files: 87% (3340/3838) Checking out files: 88% (3378/3838) Checking out files: 88% (3400/3838) Checking out files: 89% (3416/3838) Checking out files: 90% (3455/3838) Checking out files: 91% (3493/3838) Checking out files: 92% (3531/3838) Checking out files: 93% (3570/3838) Checking out files: 94% (3608/3838) Checking out files: 95% (3647/3838) Checking out files: 96% (3685/3838) Checking out files: 97% (3723/3838) Checking out files: 98% (3762/3838) Checking out files: 99% (3800/3838) Checking out files: 100% (3838/3838) Checking out files: 100% (3838/3838), done. [2021-04-08T17:11:28.171Z] #56 45.54 + cd /tmp/tmp.RyvschHUym/src/github.com/containerd/containerd [2021-04-08T17:11:28.171Z] #56 45.54 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-08T17:11:28.222Z] #43 12.80 DEP images/fh.pb-c.d [2021-04-08T17:11:28.222Z] #43 12.94 DEP images/fsnotify.pb-c.d [2021-04-08T17:11:28.222Z] #43 ... [2021-04-08T17:11:28.222Z] [2021-04-08T17:11:28.223Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:11:28.223Z] #45 sha256:14613a64d0436505e36b5316c4970752a2e89298608d29b820fbdd386de796e6 [2021-04-08T17:11:28.223Z] #45 67.03 go/parser [2021-04-08T17:11:28.223Z] #45 69.40 encoding/xml [2021-04-08T17:11:28.223Z] #45 71.72 go/doc [2021-04-08T17:11:28.223Z] #45 73.09 compress/gzip [2021-04-08T17:11:28.223Z] #45 74.28 encoding/asn1 [2021-04-08T17:11:28.223Z] #45 76.03 github.com/LK4D4/vndr/build [2021-04-08T17:11:28.223Z] #45 ... [2021-04-08T17:11:28.223Z] [2021-04-08T17:11:28.223Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:11:28.223Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:11:28.223Z] #43 12.96 PBCC images/eventpoll.pb-c.c [2021-04-08T17:11:28.223Z] #43 13.00 DEP images/eventpoll.pb-c.d [2021-04-08T17:11:28.223Z] #43 13.05 PBCC images/eventfd.pb-c.c [2021-04-08T17:11:28.487Z] #43 13.08 DEP images/eventfd.pb-c.d [2021-04-08T17:11:28.487Z] #43 13.13 PBCC images/remap-file-path.pb-c.c [2021-04-08T17:11:28.487Z] #43 13.19 DEP images/remap-file-path.pb-c.d [2021-04-08T17:11:28.487Z] #43 13.26 PBCC images/fifo.pb-c.c [2021-04-08T17:11:28.487Z] #43 13.32 DEP images/fifo.pb-c.d [2021-04-08T17:11:28.763Z] #43 13.43 PBCC images/ghost-file.pb-c.c [2021-04-08T17:11:28.763Z] #43 13.53 DEP images/ghost-file.pb-c.d [2021-04-08T17:11:29.028Z] #43 13.77 PBCC images/regfile.pb-c.c [2021-04-08T17:11:29.028Z] #43 13.80 DEP images/regfile.pb-c.d [2021-04-08T17:11:29.293Z] #43 13.86 PBCC images/ns.pb-c.c [2021-04-08T17:11:29.293Z] #43 13.89 DEP images/ns.pb-c.d [2021-04-08T17:11:29.293Z] #43 ... [2021-04-08T17:11:29.293Z] [2021-04-08T17:11:29.293Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:11:29.293Z] #51 sha256:53b5547551c84973d496a43231c5e189f42d40b3bb1cfd151f93a7c0f736359b [2021-04-08T17:11:29.293Z] #51 DONE 78.1s [2021-04-08T17:11:29.293Z] [2021-04-08T17:11:29.293Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:11:29.293Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:11:29.293Z] #43 13.95 PBCC images/fdinfo.pb-c.c [2021-04-08T17:11:29.293Z] #43 14.04 DEP images/fdinfo.pb-c.d [2021-04-08T17:11:29.554Z] #56 47.33 + export 'BUILDTAGS=netgo osusergo static_build' [2021-04-08T17:11:29.554Z] #56 47.33 + BUILDTAGS='netgo osusergo static_build' [2021-04-08T17:11:29.554Z] #56 47.33 + export EXTRA_FLAGS=-buildmode=pie [2021-04-08T17:11:29.554Z] #56 47.33 + EXTRA_FLAGS=-buildmode=pie [2021-04-08T17:11:29.554Z] #56 47.33 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-04-08T17:11:29.554Z] #56 47.33 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-04-08T17:11:29.554Z] #56 47.33 + '[' '' = dynamic ']' [2021-04-08T17:11:29.554Z] #56 47.33 + make [2021-04-08T17:11:29.558Z] #43 14.19 PBCC images/core-aarch64.pb-c.c [2021-04-08T17:11:29.558Z] #43 14.29 PBCC images/core-arm.pb-c.c [2021-04-08T17:11:29.558Z] #43 14.35 PBCC images/core-ppc64.pb-c.c [2021-04-08T17:11:29.822Z] #43 14.39 PBCC images/core-s390.pb-c.c [2021-04-08T17:11:29.822Z] #43 14.47 PBCC images/core-x86.pb-c.c [2021-04-08T17:11:29.822Z] #43 14.54 PBCC images/core.pb-c.c [2021-04-08T17:11:30.087Z] #43 14.66 PBCC images/inventory.pb-c.c [2021-04-08T17:11:30.087Z] #43 14.76 DEP images/core-aarch64.pb-c.d [2021-04-08T17:11:30.087Z] #43 14.84 DEP images/core-arm.pb-c.d [2021-04-08T17:11:30.087Z] #43 14.88 DEP images/core-ppc64.pb-c.d [2021-04-08T17:11:30.351Z] #43 15.05 DEP images/core-s390.pb-c.d [2021-04-08T17:11:30.351Z] #43 15.11 DEP images/core-x86.pb-c.d [2021-04-08T17:11:30.617Z] #43 15.19 DEP images/core.pb-c.d [2021-04-08T17:11:30.617Z] #43 15.28 DEP images/inventory.pb-c.d [2021-04-08T17:11:30.617Z] #43 15.39 PBCC images/cpuinfo.pb-c.c [2021-04-08T17:11:30.882Z] #43 15.41 DEP images/cpuinfo.pb-c.d [2021-04-08T17:11:30.882Z] #43 15.47 PBCC images/stats.pb-c.c [2021-04-08T17:11:30.882Z] #43 15.53 DEP images/stats.pb-c.d [2021-04-08T17:11:30.938Z] #56 ... [2021-04-08T17:11:30.938Z] [2021-04-08T17:11:30.938Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-08T17:11:30.938Z] #51 sha256:c13522ea22f3ec86ee1f182e0f9f1cca459acb5423e400507900f7f22565a07b [2021-04-08T17:11:30.938Z] #51 DONE 96.7s [2021-04-08T17:11:30.938Z] [2021-04-08T17:11:30.938Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-08T17:11:30.938Z] #56 sha256:1c528d47ffb9f84953b098c7cbab06be1eea721a2898c032d1b2f9c02c673a8c [2021-04-08T17:11:30.938Z] #56 48.57 + bin/ctr [2021-04-08T17:11:31.198Z] #56 ... [2021-04-08T17:11:31.198Z] [2021-04-08T17:11:31.198Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:11:31.198Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:11:31.198Z] #43 17.34 CC images/stats.o [2021-04-08T17:11:31.198Z] #43 17.73 CC images/core.o [2021-04-08T17:11:31.198Z] #43 18.48 CC images/core-x86.o [2021-04-08T17:11:31.198Z] #43 19.05 CC images/core-arm.o [2021-04-08T17:11:31.198Z] #43 19.38 CC images/core-aarch64.o [2021-04-08T17:11:31.198Z] #43 19.76 CC images/core-ppc64.o [2021-04-08T17:11:31.198Z] #43 20.31 CC images/core-s390.o [2021-04-08T17:11:31.198Z] #43 21.09 CC images/cpuinfo.o [2021-04-08T17:11:31.198Z] #43 21.50 CC images/inventory.o [2021-04-08T17:11:31.198Z] #43 21.74 CC images/fdinfo.o [2021-04-08T17:11:31.198Z] #43 22.10 CC images/fown.o [2021-04-08T17:11:31.198Z] #43 22.40 CC images/ns.o [2021-04-08T17:11:31.198Z] #43 22.70 CC images/regfile.o [2021-04-08T17:11:31.198Z] #43 22.97 CC images/ghost-file.o [2021-04-08T17:11:31.775Z] #43 23.59 CC images/fifo.o [2021-04-08T17:11:31.775Z] #43 23.81 CC images/remap-file-path.o [2021-04-08T17:11:32.036Z] #43 23.93 CC images/eventfd.o [2021-04-08T17:11:32.284Z] #43 17.03 make[1]: Nothing to be done for 'all'. [2021-04-08T17:11:32.296Z] #43 24.18 CC images/eventpoll.o [2021-04-08T17:11:32.297Z] #43 24.44 CC images/fh.o [2021-04-08T17:11:32.557Z] #43 24.70 CC images/fsnotify.o [2021-04-08T17:11:33.128Z] #43 25.28 CC images/signalfd.o [2021-04-08T17:11:33.688Z] #43 18.44 CC images/stats.o [2021-04-08T17:11:33.699Z] #43 25.49 CC images/fs.o [2021-04-08T17:11:33.699Z] #43 25.75 CC images/pstree.o [2021-04-08T17:11:33.959Z] #43 25.96 CC images/pipe.o [2021-04-08T17:11:34.219Z] #43 26.16 CC images/tcp-stream.o [2021-04-08T17:11:34.268Z] #43 18.93 CC images/core.o [2021-04-08T17:11:34.480Z] #43 26.36 CC images/sk-packet.o [2021-04-08T17:11:34.480Z] #43 26.59 CC images/mnt.o [2021-04-08T17:11:34.532Z] #43 ... [2021-04-08T17:11:34.532Z] [2021-04-08T17:11:34.532Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:11:34.532Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-08T17:11:34.532Z] #13 80.43 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-04-08T17:11:34.532Z] #13 80.43 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-04-08T17:11:34.532Z] #13 80.45 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-08T17:11:34.740Z] #43 26.85 CC images/pipe-data.o [2021-04-08T17:11:35.001Z] #43 27.02 CC images/sa.o [2021-04-08T17:11:35.262Z] #43 27.22 CC images/timer.o [2021-04-08T17:11:35.522Z] #43 27.57 CC images/timerfd.o [2021-04-08T17:11:35.783Z] #43 27.78 CC images/mm.o [2021-04-08T17:11:36.043Z] #43 28.00 CC images/sk-opts.o [2021-04-08T17:11:36.304Z] #43 28.26 CC images/sk-unix.o [2021-04-08T17:11:36.565Z] #43 28.49 CC images/sk-inet.o [2021-04-08T17:11:36.825Z] #43 28.79 CC images/tun.o [2021-04-08T17:11:37.086Z] #43 29.06 CC images/sk-netlink.o [2021-04-08T17:11:37.347Z] #43 29.33 CC images/packet-sock.o [2021-04-08T17:11:37.608Z] #43 ... [2021-04-08T17:11:37.608Z] [2021-04-08T17:11:37.608Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:11:37.608Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-08T17:11:37.608Z] #13 98.65 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-04-08T17:11:37.608Z] #13 98.65 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-08T17:11:37.608Z] #13 98.66 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-08T17:11:39.860Z] #13 ... [2021-04-08T17:11:39.860Z] [2021-04-08T17:11:39.860Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:11:39.860Z] #45 sha256:14613a64d0436505e36b5316c4970752a2e89298608d29b820fbdd386de796e6 [2021-04-08T17:11:39.860Z] #45 78.47 vendor/golang.org/x/crypto/cryptobyte [2021-04-08T17:11:39.860Z] #45 78.67 vendor/golang.org/x/text/unicode/norm [2021-04-08T17:11:39.860Z] #45 80.45 mime [2021-04-08T17:11:39.860Z] #45 81.76 net/http/internal [2021-04-08T17:11:39.860Z] #45 84.21 vendor/golang.org/x/net/idna [2021-04-08T17:11:39.860Z] #45 86.04 net/textproto [2021-04-08T17:11:39.860Z] #45 86.04 crypto/x509 [2021-04-08T17:11:39.860Z] #45 86.04 vendor/golang.org/x/net/http/httpproxy [2021-04-08T17:11:39.860Z] #45 87.33 vendor/golang.org/x/net/http/httpguts [2021-04-08T17:11:39.860Z] #45 87.34 mime/multipart [2021-04-08T17:11:39.860Z] #45 ... [2021-04-08T17:11:39.860Z] [2021-04-08T17:11:39.860Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-08T17:11:39.860Z] #56 sha256:1bf4602437e220090eba54fbe994cb56b066a7b26fc80921c8ba737af9362ced [2021-04-08T17:11:39.861Z] #56 34.89 Checking out files: 54% (2088/3838) Checking out files: 55% (2111/3838) Checking out files: 56% (2150/3838) Checking out files: 57% (2188/3838) Checking out files: 58% (2227/3838) Checking out files: 59% (2265/3838) Checking out files: 60% (2303/3838) Checking out files: 61% (2342/3838) Checking out files: 62% (2380/3838) Checking out files: 63% (2418/3838) Checking out files: 64% (2457/3838) Checking out files: 65% (2495/3838) Checking out files: 66% (2534/3838) Checking out files: 67% (2572/3838) Checking out files: 68% (2610/3838) Checking out files: 69% (2649/3838) Checking out files: 70% (2687/3838) Checking out files: 71% (2725/3838) Checking out files: 72% (2764/3838) Checking out files: 73% (2802/3838) Checking out files: 74% (2841/3838) Checking out files: 75% (2879/3838) Checking out files: 76% (2917/3838) Checking out files: 77% (2956/3838) Checking out files: 78% (2994/3838) Checking out files: 79% (3033/3838) Checking out files: 80% (3071/3838) Checking out files: 81% (3109/3838) Checking out files: 82% (3148/3838) Checking out files: 83% (3186/3838) Checking out files: 84% (3224/3838) Checking out files: 85% (3263/3838) Checking out files: 86% (3301/3838) Checking out files: 87% (3340/3838) Checking out files: 88% (3378/3838) Checking out files: 89% (3416/3838) Checking out files: 90% (3455/3838) Checking out files: 91% (3493/3838) Checking out files: 92% (3531/3838) Checking out files: 92% (3558/3838) Checking out files: 93% (3570/3838) Checking out files: 94% (3608/3838) Checking out files: 95% (3647/3838) Checking out files: 96% (3685/3838) Checking out files: 97% (3723/3838) Checking out files: 98% (3762/3838) Checking out files: 99% (3800/3838) Checking out files: 100% (3838/3838) Checking out files: 100% (3838/3838), done. [2021-04-08T17:11:39.861Z] #56 36.12 + cd /tmp/tmp.vFC4pyYvkE/src/github.com/containerd/containerd [2021-04-08T17:11:39.861Z] #56 36.13 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-08T17:11:39.861Z] #56 37.58 + export 'BUILDTAGS=netgo osusergo static_build' [2021-04-08T17:11:39.861Z] #56 37.58 + BUILDTAGS='netgo osusergo static_build' [2021-04-08T17:11:39.861Z] #56 37.58 + export EXTRA_FLAGS=-buildmode=pie [2021-04-08T17:11:39.861Z] #56 37.58 + EXTRA_FLAGS=-buildmode=pie [2021-04-08T17:11:39.861Z] #56 37.58 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-04-08T17:11:39.861Z] #56 37.58 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-04-08T17:11:39.861Z] #56 37.58 + '[' '' = dynamic ']' [2021-04-08T17:11:39.861Z] #56 37.58 + make [2021-04-08T17:11:39.861Z] #56 38.67 + bin/ctr [2021-04-08T17:11:40.151Z] #13 ... [2021-04-08T17:11:40.151Z] [2021-04-08T17:11:40.151Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:11:40.151Z] #45 sha256:129d6cd89cb3c1e2309255ea871bcf81a12799810f3156b6a909e6ecca606456 [2021-04-08T17:11:40.151Z] #45 95.74 hash/crc32 [2021-04-08T17:11:40.151Z] #45 96.22 vendor/golang.org/x/crypto/cryptobyte [2021-04-08T17:11:40.151Z] #45 96.89 compress/gzip [2021-04-08T17:11:40.151Z] #45 97.76 net [2021-04-08T17:11:40.151Z] #45 98.42 vendor/golang.org/x/crypto/internal/chacha20 [2021-04-08T17:11:40.151Z] #45 99.01 vendor/golang.org/x/crypto/poly1305 [2021-04-08T17:11:40.151Z] #45 99.36 vendor/golang.org/x/sys/cpu [2021-04-08T17:11:40.151Z] #45 99.66 vendor/golang.org/x/crypto/chacha20poly1305 [2021-04-08T17:11:40.151Z] #45 100.9 vendor/golang.org/x/text/transform [2021-04-08T17:11:40.151Z] #45 101.6 vendor/golang.org/x/text/unicode/bidi [2021-04-08T17:11:40.151Z] #45 103.5 vendor/golang.org/x/text/secure/bidirule [2021-04-08T17:11:40.151Z] #45 103.8 vendor/golang.org/x/text/unicode/norm [2021-04-08T17:11:40.151Z] #45 ... [2021-04-08T17:11:40.151Z] [2021-04-08T17:11:40.151Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:11:40.151Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:11:40.151Z] #43 29.74 CC images/ipc-var.o [2021-04-08T17:11:40.151Z] #43 29.98 CC images/ipc-desc.o [2021-04-08T17:11:40.151Z] #43 30.20 CC images/ipc-shm.o [2021-04-08T17:11:40.151Z] #43 30.46 CC images/ipc-msg.o [2021-04-08T17:11:40.151Z] #43 30.80 CC images/ipc-sem.o [2021-04-08T17:11:40.151Z] #43 30.97 CC images/utsns.o [2021-04-08T17:11:40.151Z] #43 31.16 CC images/creds.o [2021-04-08T17:11:40.151Z] #43 31.32 CC images/vma.o [2021-04-08T17:11:40.151Z] #43 31.52 CC images/netdev.o [2021-04-08T17:11:40.151Z] #43 31.84 CC images/tty.o [2021-04-08T17:11:40.411Z] #43 32.45 CC images/file-lock.o [2021-04-08T17:11:40.674Z] #43 32.71 CC images/rlimit.o [2021-04-08T17:11:40.935Z] #43 32.91 CC images/pagemap.o [2021-04-08T17:11:41.195Z] #43 33.24 CC images/siginfo.o [2021-04-08T17:11:41.766Z] #43 33.61 CC images/rpc.o [2021-04-08T17:11:42.443Z] #56 ... [2021-04-08T17:11:42.443Z] [2021-04-08T17:11:42.443Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-08T17:11:42.443Z] #58 sha256:28292c1adada1972aa1f4048f96b4660b3fd0e828032c0e756dc550440a53c08 [2021-04-08T17:11:42.443Z] #58 90.98 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-08T17:11:42.443Z] #58 90.98 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-04-08T17:11:42.706Z] #43 34.70 CC images/ext-file.o [2021-04-08T17:11:42.967Z] #43 34.87 CC images/cgroup.o [2021-04-08T17:11:43.538Z] #43 35.56 CC images/userns.o [2021-04-08T17:11:44.109Z] #43 35.88 CC images/google/protobuf/descriptor.o [2021-04-08T17:11:45.011Z] #58 ... [2021-04-08T17:11:45.011Z] [2021-04-08T17:11:45.011Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:11:45.011Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:11:45.011Z] #43 19.56 CC images/core-x86.o [2021-04-08T17:11:45.011Z] #43 20.17 CC images/core-arm.o [2021-04-08T17:11:45.011Z] #43 20.64 CC images/core-aarch64.o [2021-04-08T17:11:45.011Z] #43 21.10 CC images/core-ppc64.o [2021-04-08T17:11:45.011Z] #43 21.70 CC images/core-s390.o [2021-04-08T17:11:45.011Z] #43 22.35 CC images/cpuinfo.o [2021-04-08T17:11:45.011Z] #43 22.92 CC images/inventory.o [2021-04-08T17:11:45.011Z] #43 23.22 CC images/fdinfo.o [2021-04-08T17:11:45.011Z] #43 23.54 CC images/fown.o [2021-04-08T17:11:45.011Z] #43 23.85 CC images/ns.o [2021-04-08T17:11:45.011Z] #43 24.12 CC images/regfile.o [2021-04-08T17:11:45.011Z] #43 24.37 CC images/ghost-file.o [2021-04-08T17:11:45.011Z] #43 24.71 CC images/fifo.o [2021-04-08T17:11:45.011Z] #43 24.95 CC images/remap-file-path.o [2021-04-08T17:11:45.011Z] #43 25.19 CC images/eventfd.o [2021-04-08T17:11:45.011Z] #43 25.49 CC images/eventpoll.o [2021-04-08T17:11:45.011Z] #43 25.79 CC images/fh.o [2021-04-08T17:11:45.011Z] #43 26.15 CC images/fsnotify.o [2021-04-08T17:11:45.011Z] #43 26.88 CC images/signalfd.o [2021-04-08T17:11:45.011Z] #43 27.15 CC images/fs.o [2021-04-08T17:11:45.011Z] #43 27.41 CC images/pstree.o [2021-04-08T17:11:45.011Z] #43 27.63 CC images/pipe.o [2021-04-08T17:11:45.011Z] #43 27.78 CC images/tcp-stream.o [2021-04-08T17:11:45.011Z] #43 28.06 CC images/sk-packet.o [2021-04-08T17:11:45.011Z] #43 28.39 CC images/mnt.o [2021-04-08T17:11:45.011Z] #43 28.63 CC images/pipe-data.o [2021-04-08T17:11:45.011Z] #43 28.95 CC images/sa.o [2021-04-08T17:11:45.011Z] #43 29.29 CC images/timer.o [2021-04-08T17:11:45.011Z] #43 29.76 CC images/timerfd.o [2021-04-08T17:11:45.276Z] #43 29.99 CC images/mm.o [2021-04-08T17:11:45.276Z] #43 ... [2021-04-08T17:11:45.276Z] [2021-04-08T17:11:45.276Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:11:45.276Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-08T17:11:45.276Z] #13 91.07 Selecting previously unselected package libapparmor1:arm64. [2021-04-08T17:11:45.276Z] #13 91.07 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2021-04-08T17:11:45.276Z] #13 91.09 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-04-08T17:11:45.493Z] #43 37.43 CC images/opts.o [2021-04-08T17:11:45.493Z] #43 37.64 CC images/seccomp.o [2021-04-08T17:11:45.540Z] #13 91.23 Selecting previously unselected package libapparmor-dev:arm64. [2021-04-08T17:11:45.540Z] #13 91.24 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-04-08T17:11:45.540Z] #13 91.25 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-04-08T17:11:45.541Z] #13 91.45 Selecting previously unselected package libbtrfs0. [2021-04-08T17:11:45.541Z] #13 91.46 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2021-04-08T17:11:45.805Z] #13 91.55 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-08T17:11:45.805Z] #13 91.64 Selecting previously unselected package libbtrfs-dev. [2021-04-08T17:11:45.805Z] #13 91.65 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-04-08T17:11:45.805Z] #13 91.65 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-08T17:11:46.063Z] #43 37.96 CC images/binfmt-misc.o [2021-04-08T17:11:46.063Z] #43 38.21 CC images/time.o [2021-04-08T17:11:46.114Z] #13 91.79 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-04-08T17:11:46.114Z] #13 91.80 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-04-08T17:11:46.114Z] #13 91.81 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-04-08T17:11:46.114Z] #13 91.94 Selecting previously unselected package libudev-dev:arm64. [2021-04-08T17:11:46.114Z] #13 91.94 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_arm64.deb ... [2021-04-08T17:11:46.114Z] #13 91.97 Unpacking libudev-dev:arm64 (241-7~deb10u7) ... [2021-04-08T17:11:46.384Z] #13 92.13 Selecting previously unselected package libsepol1-dev:arm64. [2021-04-08T17:11:46.384Z] #13 92.15 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2021-04-08T17:11:46.384Z] #13 92.16 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2021-04-08T17:11:46.633Z] #43 38.44 CC images/sysctl.o [2021-04-08T17:11:46.634Z] #43 38.63 CC images/autofs.o [2021-04-08T17:11:46.662Z] #13 92.46 Selecting previously unselected package libpcre16-3:arm64. [2021-04-08T17:11:46.662Z] #13 92.47 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2021-04-08T17:11:46.662Z] #13 92.48 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2021-04-08T17:11:46.894Z] #43 38.85 CC images/macvlan.o [2021-04-08T17:11:46.894Z] #43 39.07 CC images/sit.o [2021-04-08T17:11:46.928Z] #13 92.67 Selecting previously unselected package libpcre32-3:arm64. [2021-04-08T17:11:46.928Z] #13 92.67 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2021-04-08T17:11:46.928Z] #13 92.69 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2021-04-08T17:11:46.928Z] #13 92.86 Selecting previously unselected package libpcrecpp0v5:arm64. [2021-04-08T17:11:46.928Z] #13 92.86 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2021-04-08T17:11:46.928Z] #13 92.88 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-04-08T17:11:47.193Z] #13 92.99 Selecting previously unselected package libpcre3-dev:arm64. [2021-04-08T17:11:47.193Z] #13 93.00 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2021-04-08T17:11:47.193Z] #13 93.01 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2021-04-08T17:11:47.464Z] #43 39.28 CC images/memfd.o [2021-04-08T17:11:47.464Z] #43 39.55 CC images/timens.o [2021-04-08T17:11:47.725Z] #43 39.76 LINK images/built-in.o [2021-04-08T17:11:47.725Z] #43 39.90 GEN compel/include/asm [2021-04-08T17:11:47.984Z] #43 39.93 GEN compel/include/version.h [2021-04-08T17:11:47.984Z] #43 39.96 touch .config [2021-04-08T17:11:47.984Z] #43 39.99 GEN include/common/config.h [2021-04-08T17:11:48.143Z] #13 93.81 Selecting previously unselected package libselinux1-dev:arm64. [2021-04-08T17:11:48.143Z] #13 93.81 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2021-04-08T17:11:48.143Z] #13 93.81 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2021-04-08T17:11:48.245Z] #43 40.08 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-04-08T17:11:48.245Z] #43 40.10 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-04-08T17:11:48.245Z] #43 40.11 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-04-08T17:11:48.245Z] #43 40.14 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-04-08T17:11:48.245Z] #43 40.17 DEP compel/arch/x86/plugins/std/memcpy.d [2021-04-08T17:11:48.245Z] #43 40.20 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-04-08T17:11:48.245Z] #43 40.22 GEN compel/plugins/include/uapi/std/syscall.h [2021-04-08T17:11:48.245Z] #43 40.23 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-04-08T17:11:48.245Z] #43 40.26 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-04-08T17:11:48.245Z] #43 40.29 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-04-08T17:11:48.245Z] #43 40.30 DEP compel/plugins/std/infect.d [2021-04-08T17:11:48.245Z] #43 40.41 DEP compel/plugins/std/string.d [2021-04-08T17:11:48.506Z] #43 40.53 DEP compel/plugins/std/log.d [2021-04-08T17:11:48.506Z] #43 40.61 DEP compel/plugins/std/fds.d [2021-04-08T17:11:48.766Z] #43 40.74 DEP compel/plugins/std/std.d [2021-04-08T17:11:49.026Z] #43 40.89 DEP compel/plugins/shmem/shmem.d [2021-04-08T17:11:49.026Z] #43 41.01 DEP compel/plugins/fds/fds.d [2021-04-08T17:11:49.141Z] #13 94.82 Selecting previously unselected package libdevmapper-dev:arm64. [2021-04-08T17:11:49.141Z] #13 94.83 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2021-04-08T17:11:49.290Z] #43 41.19 CC compel/plugins/std/std.o [2021-04-08T17:11:49.406Z] #13 95.23 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-04-08T17:11:49.551Z] #43 41.57 CC compel/plugins/std/fds.o [2021-04-08T17:11:50.121Z] #43 42.02 CC compel/plugins/std/log.o [2021-04-08T17:11:50.410Z] #13 96.17 Selecting previously unselected package libseccomp-dev:arm64. [2021-04-08T17:11:50.411Z] #13 96.17 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_arm64.deb ... [2021-04-08T17:11:50.675Z] #13 ... [2021-04-08T17:11:50.675Z] [2021-04-08T17:11:50.675Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:11:50.675Z] #45 sha256:14613a64d0436505e36b5316c4970752a2e89298608d29b820fbdd386de796e6 [2021-04-08T17:11:50.675Z] #45 89.35 crypto/tls [2021-04-08T17:11:50.675Z] #45 94.44 net/http/httptrace [2021-04-08T17:11:50.675Z] #45 94.99 net/http [2021-04-08T17:11:50.675Z] #45 ... [2021-04-08T17:11:50.675Z] [2021-04-08T17:11:50.675Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:11:50.675Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-08T17:11:50.675Z] #13 96.51 Unpacking libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ... [2021-04-08T17:11:50.691Z] #43 42.76 CC compel/plugins/std/string.o [2021-04-08T17:11:51.256Z] #13 ... [2021-04-08T17:11:51.256Z] [2021-04-08T17:11:51.256Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-08T17:11:51.256Z] #58 sha256:28292c1adada1972aa1f4048f96b4660b3fd0e828032c0e756dc550440a53c08 [2021-04-08T17:11:51.256Z] #58 DONE 100.2s [2021-04-08T17:11:51.256Z] [2021-04-08T17:11:51.256Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-08T17:11:51.256Z] #59 sha256:9c5afefbb5eb581c1408380682050f2e84876609b9e53581195c5a75e602a813 [2021-04-08T17:11:51.256Z] #59 DONE 0.1s [2021-04-08T17:11:51.256Z] [2021-04-08T17:11:51.256Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:11:51.256Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-08T17:11:51.256Z] #13 97.21 Selecting previously unselected package libsystemd-dev:arm64. [2021-04-08T17:11:51.256Z] #13 97.27 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_arm64.deb ... [2021-04-08T17:11:51.261Z] #43 43.34 CC compel/plugins/std/infect.o [2021-04-08T17:11:51.521Z] #13 97.29 Unpacking libsystemd-dev:arm64 (241-7~deb10u7) ... [2021-04-08T17:11:51.521Z] #13 ... [2021-04-08T17:11:51.521Z] [2021-04-08T17:11:51.521Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-08T17:11:51.521Z] #60 sha256:0ccb33d4b34f4d677597ffd1e9bb0303fdba26f6e3f54d8700e4c3399d3e9481 [2021-04-08T17:11:51.521Z] #60 DONE 0.1s [2021-04-08T17:11:51.786Z] [2021-04-08T17:11:51.786Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:11:51.786Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:11:51.786Z] #43 30.41 CC images/sk-opts.o [2021-04-08T17:11:51.786Z] #43 30.75 CC images/sk-unix.o [2021-04-08T17:11:51.786Z] #43 31.11 CC images/sk-inet.o [2021-04-08T17:11:51.786Z] #43 31.49 CC images/tun.o [2021-04-08T17:11:51.786Z] #43 31.91 CC images/sk-netlink.o [2021-04-08T17:11:51.786Z] #43 32.22 CC images/packet-sock.o [2021-04-08T17:11:51.786Z] #43 32.54 CC images/ipc-var.o [2021-04-08T17:11:51.786Z] #43 32.83 CC images/ipc-desc.o [2021-04-08T17:11:51.786Z] #43 33.07 CC images/ipc-shm.o [2021-04-08T17:11:51.786Z] #43 33.41 CC images/ipc-msg.o [2021-04-08T17:11:51.786Z] #43 33.72 CC images/ipc-sem.o [2021-04-08T17:11:51.786Z] #43 34.07 CC images/utsns.o [2021-04-08T17:11:51.786Z] #43 34.25 CC images/creds.o [2021-04-08T17:11:51.786Z] #43 34.53 CC images/vma.o [2021-04-08T17:11:51.786Z] #43 34.76 CC images/netdev.o [2021-04-08T17:11:51.786Z] #43 35.42 CC images/tty.o [2021-04-08T17:11:51.786Z] #43 36.04 CC images/file-lock.o [2021-04-08T17:11:51.786Z] #43 36.25 CC images/rlimit.o [2021-04-08T17:11:51.786Z] #43 36.46 CC images/pagemap.o [2021-04-08T17:11:51.831Z] #43 43.84 CC compel/arch/x86/plugins/std/parasite-head.o [2021-04-08T17:11:51.831Z] #43 43.88 CC compel/arch/x86/plugins/std/memcpy.o [2021-04-08T17:11:51.831Z] #43 43.93 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-04-08T17:11:52.091Z] #43 43.98 AR compel/plugins/std.lib.a [2021-04-08T17:11:52.091Z] #43 44.08 CC compel/plugins/fds/fds.o [2021-04-08T17:11:52.351Z] #43 ... [2021-04-08T17:11:52.351Z] [2021-04-08T17:11:52.351Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:11:52.351Z] #45 sha256:129d6cd89cb3c1e2309255ea871bcf81a12799810f3156b6a909e6ecca606456 [2021-04-08T17:11:52.351Z] #45 108.3 vendor/golang.org/x/net/idna [2021-04-08T17:11:52.351Z] #45 110.4 vendor/golang.org/x/net/http2/hpack [2021-04-08T17:11:52.351Z] #45 111.4 mime [2021-04-08T17:11:52.351Z] #45 113.1 mime/quotedprintable [2021-04-08T17:11:52.351Z] #45 113.5 net/http/internal [2021-04-08T17:11:52.351Z] #45 115.7 crypto/tls [2021-04-08T17:11:52.351Z] #45 ... [2021-04-08T17:11:52.351Z] [2021-04-08T17:11:52.351Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:11:52.351Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:11:52.351Z] #43 44.39 AR compel/plugins/fds.lib.a [2021-04-08T17:11:52.351Z] #43 44.43 HOSTDEP compel/src/lib/log-host.d [2021-04-08T17:11:52.367Z] #43 36.93 CC images/siginfo.o [2021-04-08T17:11:52.367Z] #43 ... [2021-04-08T17:11:52.367Z] [2021-04-08T17:11:52.367Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:11:52.367Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-08T17:11:52.367Z] #13 98.22 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-04-08T17:11:52.367Z] #13 98.24 Setting up libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ... [2021-04-08T17:11:52.367Z] #13 98.25 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-04-08T17:11:52.367Z] #13 98.27 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-08T17:11:52.367Z] #13 98.29 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2021-04-08T17:11:52.367Z] #13 98.30 Setting up libsepol1-dev:arm64 (2.8-1) ... [2021-04-08T17:11:52.367Z] #13 98.32 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-08T17:11:52.367Z] #13 98.33 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-08T17:11:52.367Z] #13 98.35 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2021-04-08T17:11:52.611Z] #43 44.59 HOSTDEP compel/src/lib/handle-elf-host.d [2021-04-08T17:11:52.611Z] #43 44.70 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-04-08T17:11:52.611Z] #43 44.77 HOSTDEP compel/src/main-host.d [2021-04-08T17:11:52.632Z] #13 98.37 Setting up libudev-dev:arm64 (241-7~deb10u7) ... [2021-04-08T17:11:52.632Z] #13 98.42 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-08T17:11:52.632Z] #13 98.45 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-08T17:11:52.632Z] #13 98.46 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-04-08T17:11:52.632Z] #13 98.49 Setting up mingw-w64-common (6.0.0-3) ... [2021-04-08T17:11:52.632Z] #13 98.52 Setting up libsystemd-dev:arm64 (241-7~deb10u7) ... [2021-04-08T17:11:52.632Z] #13 98.54 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-08T17:11:52.632Z] #13 98.57 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2021-04-08T17:11:52.632Z] #13 98.59 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-08T17:11:52.632Z] #13 98.63 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-04-08T17:11:52.871Z] #43 44.87 DEP compel/src/lib/ptrace.d [2021-04-08T17:11:52.871Z] #43 45.04 DEP compel/src/lib/infect.d [2021-04-08T17:11:52.897Z] #13 98.64 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-04-08T17:11:52.897Z] #13 98.66 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-08T17:11:52.897Z] #13 98.72 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-04-08T17:11:52.897Z] #13 98.74 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-04-08T17:11:52.897Z] #13 98.75 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-08T17:11:52.897Z] #13 98.77 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2021-04-08T17:11:52.897Z] #13 98.80 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-04-08T17:11:52.897Z] #13 98.82 Setting up dmsetup (2:1.02.155-3) ... [2021-04-08T17:11:52.897Z] #13 98.83 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-04-08T17:11:52.897Z] #13 98.85 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-04-08T17:11:53.162Z] #13 98.87 Processing triggers for libc-bin (2.28-10) ... [2021-04-08T17:11:53.442Z] #43 45.21 DEP compel/src/lib/infect-util.d [2021-04-08T17:11:53.442Z] #43 45.40 DEP compel/src/lib/infect-rpc.d [2021-04-08T17:11:53.442Z] #43 45.49 DEP compel/arch/x86/src/lib/infect.d [2021-04-08T17:11:53.702Z] #43 45.62 DEP compel/arch/x86/src/lib/cpu.d [2021-04-08T17:11:53.702Z] #43 45.73 DEP compel/src/lib/log.d [2021-04-08T17:11:53.741Z] #13 DONE 99.5s [2021-04-08T17:11:53.741Z] [2021-04-08T17:11:53.741Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-08T17:11:53.741Z] #14 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c [2021-04-08T17:11:53.962Z] #43 45.86 DEP compel/src/main.d [2021-04-08T17:11:53.962Z] #43 45.95 DEP compel/src/lib/handle-elf.d [2021-04-08T17:11:53.962Z] #43 46.03 DEP compel/arch/x86/src/lib/handle-elf.d [2021-04-08T17:11:54.222Z] #43 46.17 CC compel/src/lib/log.o [2021-04-08T17:11:54.483Z] #43 46.38 CC compel/arch/x86/src/lib/cpu.o [2021-04-08T17:11:55.425Z] #43 47.22 CC compel/arch/x86/src/lib/infect.o [2021-04-08T17:11:55.689Z] #14 DONE 1.9s [2021-04-08T17:11:55.689Z] [2021-04-08T17:11:55.689Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-04-08T17:11:55.689Z] #15 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f [2021-04-08T17:11:55.996Z] #43 48.00 CC compel/src/lib/infect-rpc.o [2021-04-08T17:11:56.258Z] #43 48.32 CC compel/src/lib/infect-util.o [2021-04-08T17:11:56.518Z] #43 48.57 CC compel/src/lib/infect.o [2021-04-08T17:11:57.090Z] #43 ... [2021-04-08T17:11:57.090Z] [2021-04-08T17:11:57.090Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-08T17:11:57.090Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-08T17:11:57.090Z] #13 113.8 Selecting previously unselected package libapparmor1:amd64. [2021-04-08T17:11:57.090Z] #13 113.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-04-08T17:11:57.090Z] #13 113.9 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-04-08T17:11:57.090Z] #13 114.0 Selecting previously unselected package libapparmor-dev:amd64. [2021-04-08T17:11:57.090Z] #13 114.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-04-08T17:11:57.090Z] #13 114.0 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-04-08T17:11:57.090Z] #13 114.1 Selecting previously unselected package libbtrfs0. [2021-04-08T17:11:57.090Z] #13 114.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-04-08T17:11:57.090Z] #13 114.2 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-08T17:11:57.090Z] #13 114.2 Selecting previously unselected package libbtrfs-dev. [2021-04-08T17:11:57.090Z] #13 114.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-04-08T17:11:57.090Z] #13 114.3 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-08T17:11:57.090Z] #13 114.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-04-08T17:11:57.090Z] #13 114.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-04-08T17:11:57.090Z] #13 114.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-04-08T17:11:57.090Z] #13 114.5 Selecting previously unselected package libudev-dev:amd64. [2021-04-08T17:11:57.090Z] #13 114.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-04-08T17:11:57.090Z] #13 114.6 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-04-08T17:11:57.090Z] #13 114.7 Selecting previously unselected package libsepol1-dev:amd64. [2021-04-08T17:11:57.090Z] #13 114.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-04-08T17:11:57.090Z] #13 114.8 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-04-08T17:11:57.090Z] #13 115.1 Selecting previously unselected package libpcre16-3:amd64. [2021-04-08T17:11:57.090Z] #13 115.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-04-08T17:11:57.090Z] #13 115.1 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-04-08T17:11:57.090Z] #13 115.3 Selecting previously unselected package libpcre32-3:amd64. [2021-04-08T17:11:57.090Z] #13 115.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-04-08T17:11:57.090Z] #13 115.3 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-04-08T17:11:57.090Z] #13 115.5 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-04-08T17:11:57.090Z] #13 115.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-04-08T17:11:57.090Z] #13 115.5 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-04-08T17:11:57.090Z] #13 115.6 Selecting previously unselected package libpcre3-dev:amd64. [2021-04-08T17:11:57.090Z] #13 115.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-04-08T17:11:57.090Z] #13 115.6 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-04-08T17:11:57.090Z] #13 116.0 Selecting previously unselected package libselinux1-dev:amd64. [2021-04-08T17:11:57.090Z] #13 116.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-04-08T17:11:57.090Z] #13 116.0 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-04-08T17:11:57.090Z] #13 116.2 Selecting previously unselected package libdevmapper-dev:amd64. [2021-04-08T17:11:57.090Z] #13 116.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-04-08T17:11:57.090Z] #13 116.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-04-08T17:11:57.090Z] #13 116.3 Selecting previously unselected package libseccomp-dev:amd64. [2021-04-08T17:11:57.090Z] #13 116.3 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-04-08T17:11:57.090Z] #13 116.3 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-04-08T17:11:57.090Z] #13 116.5 Selecting previously unselected package libsystemd-dev:amd64. [2021-04-08T17:11:57.090Z] #13 116.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-04-08T17:11:57.090Z] #13 116.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-04-08T17:11:57.090Z] #13 117.0 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-04-08T17:11:57.090Z] #13 117.0 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-04-08T17:11:57.090Z] #13 117.1 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-04-08T17:11:57.090Z] #13 117.1 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-08T17:11:57.090Z] #13 117.1 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-04-08T17:11:57.090Z] #13 117.1 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-04-08T17:11:57.090Z] #13 117.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-08T17:11:57.090Z] #13 117.1 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-08T17:11:57.090Z] #13 117.2 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-04-08T17:11:57.090Z] #13 117.2 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-04-08T17:11:57.090Z] #13 117.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-08T17:11:57.090Z] #13 117.2 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-08T17:11:57.090Z] #13 117.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-04-08T17:11:57.090Z] #13 117.3 Setting up mingw-w64-common (6.0.0-3) ... [2021-04-08T17:11:57.090Z] #13 117.3 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-04-08T17:11:57.090Z] #13 117.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-08T17:11:57.090Z] #13 117.3 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-04-08T17:11:57.090Z] #13 117.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-08T17:11:57.090Z] #13 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-04-08T17:11:57.090Z] #13 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-04-08T17:11:57.090Z] #13 117.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-08T17:11:57.090Z] #13 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-04-08T17:11:57.090Z] #13 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-04-08T17:11:57.090Z] #13 117.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-08T17:11:57.090Z] #13 117.4 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-04-08T17:11:57.090Z] #13 117.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-04-08T17:11:57.090Z] #13 117.4 Setting up dmsetup (2:1.02.155-3) ... [2021-04-08T17:11:57.090Z] #13 117.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-04-08T17:11:57.090Z] #13 117.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-04-08T17:11:57.090Z] #13 117.4 Processing triggers for libc-bin (2.28-10) ... [2021-04-08T17:11:57.090Z] #13 DONE 118.2s [2021-04-08T17:11:57.350Z] [2021-04-08T17:11:57.350Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-08T17:11:57.350Z] #53 sha256:1c8110e4184b0cff8cd0c1a62295601e89d9ebd6b9341e02ecfba3c681c5f1ab [2021-04-08T17:11:57.628Z] #15 DONE 1.8s [2021-04-08T17:11:57.628Z] [2021-04-08T17:11:57.628Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-08T17:11:57.628Z] #16 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1 [2021-04-08T17:11:58.589Z] #16 1.227 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-04-08T17:11:58.733Z] #53 1.757 + RM_GOPATH=0 [2021-04-08T17:11:58.733Z] #53 1.757 + TMP_GOPATH= [2021-04-08T17:11:58.733Z] #53 1.757 + : /build [2021-04-08T17:11:58.733Z] #53 1.757 + '[' -z '' ']' [2021-04-08T17:11:58.733Z] #53 1.757 ++ mktemp -d [2021-04-08T17:11:58.863Z] #16 DONE 1.5s [2021-04-08T17:11:58.863Z] [2021-04-08T17:11:58.863Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-08T17:11:58.863Z] #17 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997 [2021-04-08T17:11:59.001Z] #53 ... [2021-04-08T17:11:59.001Z] [2021-04-08T17:11:59.001Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-08T17:11:59.001Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-08T17:11:59.001Z] #14 DONE 1.9s [2021-04-08T17:11:59.001Z] [2021-04-08T17:11:59.001Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-08T17:11:59.001Z] #53 sha256:1c8110e4184b0cff8cd0c1a62295601e89d9ebd6b9341e02ecfba3c681c5f1ab [2021-04-08T17:11:59.001Z] #53 1.765 + export GOPATH=/tmp/tmp.B2Va0w6FLM [2021-04-08T17:11:59.001Z] #53 1.765 + GOPATH=/tmp/tmp.B2Va0w6FLM [2021-04-08T17:11:59.001Z] #53 1.765 + RM_GOPATH=1 [2021-04-08T17:11:59.001Z] #53 1.765 + case "$(go env GOARCH)" in [2021-04-08T17:11:59.001Z] #53 1.765 ++ go env GOARCH [2021-04-08T17:11:59.001Z] #53 1.793 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:11:59.001Z] #53 1.793 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:11:59.001Z] #53 1.794 ++ dirname /tmp/install/install.sh [2021-04-08T17:11:59.001Z] #53 1.794 + dir=/tmp/install [2021-04-08T17:11:59.001Z] #53 1.795 + bin=runc [2021-04-08T17:11:59.001Z] #53 1.795 + shift [2021-04-08T17:11:59.001Z] #53 1.795 + '[' '!' -f /tmp/install/runc.installer ']' [2021-04-08T17:11:59.001Z] #53 1.795 + . /tmp/install/runc.installer [2021-04-08T17:11:59.001Z] #53 1.795 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-08T17:11:59.001Z] #53 1.797 + install_runc [2021-04-08T17:11:59.001Z] #53 1.797 + uname -r [2021-04-08T17:11:59.001Z] #53 1.798 + grep -q '^3\.10\.0.*\.el7\.' [2021-04-08T17:11:59.001Z] #53 1.802 + RUNC_BUILDTAGS='seccomp ' [2021-04-08T17:11:59.001Z] #53 1.802 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-04-08T17:11:59.001Z] #53 1.802 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.B2Va0w6FLM/src/github.com/opencontainers/runc [2021-04-08T17:11:59.001Z] #53 1.802 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-04-08T17:11:59.001Z] #53 1.818 Cloning into '/tmp/tmp.B2Va0w6FLM/src/github.com/opencontainers/runc'... [2021-04-08T17:12:00.264Z] #17 DONE 1.5s [2021-04-08T17:12:00.264Z] [2021-04-08T17:12:00.264Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-08T17:12:00.264Z] #18 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22 [2021-04-08T17:12:00.384Z] #53 ... [2021-04-08T17:12:00.384Z] [2021-04-08T17:12:00.384Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-04-08T17:12:00.384Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-04-08T17:12:00.384Z] #15 DONE 1.3s [2021-04-08T17:12:00.646Z] [2021-04-08T17:12:00.646Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-08T17:12:00.646Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-04-08T17:12:01.592Z] #16 1.115 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-04-08T17:12:01.592Z] #16 DONE 1.2s [2021-04-08T17:12:01.592Z] [2021-04-08T17:12:01.592Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-08T17:12:01.592Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-04-08T17:12:02.197Z] #18 DONE 1.8s [2021-04-08T17:12:02.197Z] [2021-04-08T17:12:02.197Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-08T17:12:02.197Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6 [2021-04-08T17:12:02.778Z] #19 ... [2021-04-08T17:12:02.778Z] [2021-04-08T17:12:02.778Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:02.778Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:12:02.778Z] #43 37.35 CC images/rpc.o [2021-04-08T17:12:02.778Z] #43 38.99 CC images/ext-file.o [2021-04-08T17:12:02.778Z] #43 39.25 CC images/cgroup.o [2021-04-08T17:12:02.778Z] #43 39.91 CC images/userns.o [2021-04-08T17:12:02.778Z] #43 40.30 CC images/google/protobuf/descriptor.o [2021-04-08T17:12:02.778Z] #43 41.91 CC images/opts.o [2021-04-08T17:12:02.778Z] #43 42.09 CC images/seccomp.o [2021-04-08T17:12:02.778Z] #43 42.42 CC images/binfmt-misc.o [2021-04-08T17:12:02.778Z] #43 42.63 CC images/time.o [2021-04-08T17:12:02.778Z] #43 42.94 CC images/sysctl.o [2021-04-08T17:12:02.778Z] #43 43.24 CC images/autofs.o [2021-04-08T17:12:02.778Z] #43 43.44 CC images/macvlan.o [2021-04-08T17:12:02.778Z] #43 43.74 CC images/sit.o [2021-04-08T17:12:02.778Z] #43 43.97 CC images/memfd.o [2021-04-08T17:12:02.778Z] #43 44.42 CC images/timens.o [2021-04-08T17:12:02.778Z] #43 44.84 LINK images/built-in.o [2021-04-08T17:12:02.778Z] #43 45.05 GEN compel/include/asm [2021-04-08T17:12:02.778Z] #43 45.09 GEN compel/include/version.h [2021-04-08T17:12:02.778Z] #43 45.12 touch .config [2021-04-08T17:12:02.778Z] #43 45.21 GEN include/common/config.h [2021-04-08T17:12:02.778Z] #43 45.35 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-04-08T17:12:02.778Z] #43 45.38 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2021-04-08T17:12:02.778Z] #43 45.50 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2021-04-08T17:12:02.778Z] #43 45.56 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2021-04-08T17:12:02.778Z] #43 45.66 DEP compel/plugins/std/infect.d [2021-04-08T17:12:02.778Z] #43 45.88 DEP compel/plugins/std/string.d [2021-04-08T17:12:02.778Z] #43 45.98 DEP compel/plugins/std/log.d [2021-04-08T17:12:02.778Z] #43 46.15 DEP compel/plugins/std/fds.d [2021-04-08T17:12:02.778Z] #43 46.22 DEP compel/plugins/std/std.d [2021-04-08T17:12:02.778Z] #43 46.28 DEP compel/plugins/shmem/shmem.d [2021-04-08T17:12:02.778Z] #43 46.43 DEP compel/plugins/fds/fds.d [2021-04-08T17:12:02.778Z] #43 46.62 CC compel/plugins/std/std.o [2021-04-08T17:12:02.778Z] #43 46.95 CC compel/plugins/std/fds.o [2021-04-08T17:12:02.778Z] #43 47.40 CC compel/plugins/std/log.o [2021-04-08T17:12:02.980Z] #17 DONE 1.3s [2021-04-08T17:12:02.980Z] [2021-04-08T17:12:02.980Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-08T17:12:02.980Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-04-08T17:12:03.732Z] #43 48.29 CC compel/plugins/std/string.o [2021-04-08T17:12:03.732Z] #43 ... [2021-04-08T17:12:03.732Z] [2021-04-08T17:12:03.732Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-08T17:12:03.732Z] #53 sha256:4d9f2bd6ce75e268c634341f77c540af08d88fb8d4afd26e18a54a1953dd6d99 [2021-04-08T17:12:03.732Z] #53 1.520 + RM_GOPATH=0 [2021-04-08T17:12:03.732Z] #53 1.520 + TMP_GOPATH= [2021-04-08T17:12:03.732Z] #53 1.520 + : /build [2021-04-08T17:12:03.732Z] #53 1.520 + '[' -z '' ']' [2021-04-08T17:12:03.732Z] #53 1.520 ++ mktemp -d [2021-04-08T17:12:03.732Z] #53 1.522 + export GOPATH=/tmp/tmp.hUctbrKui6 [2021-04-08T17:12:03.732Z] #53 1.522 + GOPATH=/tmp/tmp.hUctbrKui6 [2021-04-08T17:12:03.732Z] #53 1.522 + RM_GOPATH=1 [2021-04-08T17:12:03.732Z] #53 1.522 + case "$(go env GOARCH)" in [2021-04-08T17:12:03.732Z] #53 1.522 ++ go env GOARCH [2021-04-08T17:12:03.732Z] #53 1.532 + export GO_BUILDMODE=-buildmode=pie [2021-04-08T17:12:03.732Z] #53 1.532 + GO_BUILDMODE=-buildmode=pie [2021-04-08T17:12:03.732Z] #53 1.532 ++ dirname /tmp/install/install.sh [2021-04-08T17:12:03.732Z] #53 1.535 + dir=/tmp/install [2021-04-08T17:12:03.732Z] #53 1.535 + bin=runc [2021-04-08T17:12:03.732Z] #53 1.535 + shift [2021-04-08T17:12:03.732Z] #53 1.535 + '[' '!' -f /tmp/install/runc.installer ']' [2021-04-08T17:12:03.732Z] #53 1.535 + . /tmp/install/runc.installer [2021-04-08T17:12:03.732Z] #53 1.535 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-08T17:12:03.732Z] #53 1.535 + install_runc [2021-04-08T17:12:03.732Z] #53 1.535 + grep -q '^3\.10\.0.*\.el7\.' [2021-04-08T17:12:03.732Z] #53 1.539 + uname -r [2021-04-08T17:12:03.732Z] #53 1.546 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-04-08T17:12:03.732Z] #53 1.547 + RUNC_BUILDTAGS='seccomp ' [2021-04-08T17:12:03.732Z] #53 1.547 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-04-08T17:12:03.732Z] #53 1.547 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.hUctbrKui6/src/github.com/opencontainers/runc [2021-04-08T17:12:03.732Z] #53 1.547 Cloning into '/tmp/tmp.hUctbrKui6/src/github.com/opencontainers/runc'... [2021-04-08T17:12:03.732Z] #53 9.198 + cd /tmp/tmp.hUctbrKui6/src/github.com/opencontainers/runc [2021-04-08T17:12:03.732Z] #53 9.198 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-08T17:12:03.732Z] #53 9.845 + '[' -z '' ']' [2021-04-08T17:12:03.732Z] #53 9.845 + target=static [2021-04-08T17:12:03.732Z] #53 9.845 + make 'BUILDTAGS=seccomp ' static [2021-04-08T17:12:04.311Z] #53 ... [2021-04-08T17:12:04.311Z] [2021-04-08T17:12:04.311Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-08T17:12:04.311Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6 [2021-04-08T17:12:04.311Z] #19 DONE 2.0s [2021-04-08T17:12:04.311Z] [2021-04-08T17:12:04.311Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-08T17:12:04.311Z] #53 sha256:4d9f2bd6ce75e268c634341f77c540af08d88fb8d4afd26e18a54a1953dd6d99 [2021-04-08T17:12:04.311Z] #53 10.43 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-04-08T17:12:04.311Z] #53 ... [2021-04-08T17:12:04.311Z] [2021-04-08T17:12:04.311Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-08T17:12:04.311Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-08T17:12:04.311Z] #20 ... [2021-04-08T17:12:04.311Z] [2021-04-08T17:12:04.311Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:12:04.311Z] #45 sha256:14613a64d0436505e36b5316c4970752a2e89298608d29b820fbdd386de796e6 [2021-04-08T17:12:04.311Z] #45 104.0 github.com/LK4D4/vndr/godl [2021-04-08T17:12:04.311Z] #45 105.0 github.com/LK4D4/vndr [2021-04-08T17:12:04.311Z] #45 DONE 113.1s [2021-04-08T17:12:04.311Z] [2021-04-08T17:12:04.311Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:04.311Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:12:04.311Z] #43 49.04 CC compel/plugins/std/infect.o [2021-04-08T17:12:04.368Z] #18 DONE 1.1s [2021-04-08T17:12:04.368Z] [2021-04-08T17:12:04.368Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-08T17:12:04.368Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-08T17:12:04.368Z] #19 ... [2021-04-08T17:12:04.368Z] [2021-04-08T17:12:04.368Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-08T17:12:04.368Z] #58 sha256:5ca74f163d5fd74a85f8f1756f2ef032e4ffc0d985247b8ffeb0852d52b2c502 [2021-04-08T17:12:04.368Z] #58 120.4 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-08T17:12:04.368Z] #58 120.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-04-08T17:12:04.629Z] #58 ... [2021-04-08T17:12:04.629Z] [2021-04-08T17:12:04.629Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:04.629Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:12:04.629Z] #43 51.93 CC compel/src/lib/ptrace.o [2021-04-08T17:12:04.629Z] #43 52.58 AR compel/libcompel.a [2021-04-08T17:12:04.629Z] #43 52.79 HOSTCC compel/src/main-host.o [2021-04-08T17:12:04.629Z] #43 53.34 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-04-08T17:12:04.629Z] #43 53.58 HOSTCC compel/src/lib/handle-elf-host.o [2021-04-08T17:12:04.629Z] #43 54.38 HOSTCC compel/src/lib/log-host.o [2021-04-08T17:12:04.629Z] #43 54.60 HOSTLINK compel/compel-host-bin [2021-04-08T17:12:04.629Z] #43 54.79 DEP soccr/soccr.d [2021-04-08T17:12:04.629Z] #43 55.10 CC soccr/soccr.o [2021-04-08T17:12:04.890Z] #43 49.49 CC compel/arch/aarch64/plugins/std/parasite-head.o [2021-04-08T17:12:04.890Z] #43 49.54 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2021-04-08T17:12:04.890Z] #43 49.59 AR compel/plugins/std.lib.a [2021-04-08T17:12:04.946Z] #43 ... [2021-04-08T17:12:04.946Z] [2021-04-08T17:12:04.946Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-08T17:12:04.946Z] #58 sha256:5ca74f163d5fd74a85f8f1756f2ef032e4ffc0d985247b8ffeb0852d52b2c502 [2021-04-08T17:12:04.946Z] #58 DONE 131.0s [2021-04-08T17:12:04.946Z] [2021-04-08T17:12:04.946Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:12:04.946Z] #45 sha256:129d6cd89cb3c1e2309255ea871bcf81a12799810f3156b6a909e6ecca606456 [2021-04-08T17:12:04.946Z] #45 122.3 net/http/httptrace [2021-04-08T17:12:04.946Z] #45 122.6 net/http [2021-04-08T17:12:05.155Z] #43 49.70 CC compel/plugins/fds/fds.o [2021-04-08T17:12:05.218Z] #45 ... [2021-04-08T17:12:05.218Z] [2021-04-08T17:12:05.218Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-08T17:12:05.218Z] #59 sha256:b07de13446efd51a7ecf71730047b77fe1f0da36e5a9d358a8f57b2ce19b460c [2021-04-08T17:12:05.218Z] #59 DONE 0.2s [2021-04-08T17:12:05.218Z] [2021-04-08T17:12:05.218Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:05.218Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:12:05.218Z] #43 57.28 AR soccr/libsoccr.a [2021-04-08T17:12:05.218Z] #43 ... [2021-04-08T17:12:05.218Z] [2021-04-08T17:12:05.218Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-08T17:12:05.218Z] #60 sha256:e25e29addf769a554a100d0cd5a3c85cfbf180609b2488eeca571b187a350e48 [2021-04-08T17:12:05.218Z] #60 DONE 0.2s [2021-04-08T17:12:05.218Z] [2021-04-08T17:12:05.218Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:05.218Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:12:05.218Z] #43 57.38 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-08T17:12:05.420Z] #43 50.05 AR compel/plugins/fds.lib.a [2021-04-08T17:12:05.420Z] #43 50.22 HOSTDEP compel/src/lib/log-host.d [2021-04-08T17:12:05.685Z] #43 50.36 HOSTDEP compel/src/lib/handle-elf-host.d [2021-04-08T17:12:05.685Z] #43 50.56 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2021-04-08T17:12:05.949Z] #43 50.70 HOSTDEP compel/src/main-host.d [2021-04-08T17:12:06.187Z] #43 ... [2021-04-08T17:12:06.187Z] [2021-04-08T17:12:06.187Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-08T17:12:06.187Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-08T17:12:06.187Z] #19 DONE 1.9s [2021-04-08T17:12:06.187Z] [2021-04-08T17:12:06.187Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-08T17:12:06.187Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-08T17:12:06.213Z] #43 ... [2021-04-08T17:12:06.213Z] [2021-04-08T17:12:06.214Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-08T17:12:06.214Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-04-08T17:12:06.214Z] #32 DONE 114.8s [2021-04-08T17:12:06.214Z] [2021-04-08T17:12:06.214Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:06.214Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:12:06.214Z] #43 50.88 DEP compel/src/lib/ptrace.d [2021-04-08T17:12:06.478Z] #43 51.02 DEP compel/src/lib/infect.d [2021-04-08T17:12:06.478Z] #43 51.21 DEP compel/src/lib/infect-util.d [2021-04-08T17:12:06.742Z] #43 51.41 DEP compel/src/lib/infect-rpc.d [2021-04-08T17:12:07.006Z] #43 51.60 DEP compel/arch/aarch64/src/lib/infect.d [2021-04-08T17:12:07.006Z] #43 51.75 DEP compel/arch/aarch64/src/lib/cpu.d [2021-04-08T17:12:07.270Z] #43 51.83 DEP compel/src/lib/log.d [2021-04-08T17:12:07.270Z] #43 51.93 DEP compel/src/main.d [2021-04-08T17:12:07.533Z] #43 52.10 DEP compel/src/lib/handle-elf.d [2021-04-08T17:12:07.533Z] #43 52.28 DEP compel/arch/aarch64/src/lib/handle-elf.d [2021-04-08T17:12:07.798Z] #43 52.46 CC compel/src/lib/log.o [2021-04-08T17:12:08.063Z] #43 52.77 CC compel/arch/aarch64/src/lib/cpu.o [2021-04-08T17:12:08.101Z] #20 2.023 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-08T17:12:08.101Z] #20 2.073 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-08T17:12:08.101Z] #20 2.105 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-08T17:12:08.101Z] #20 2.133 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-08T17:12:08.327Z] #43 53.01 CC compel/arch/aarch64/src/lib/infect.o [2021-04-08T17:12:08.670Z] #20 2.744 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [460 kB] [2021-04-08T17:12:08.905Z] #43 53.37 CC compel/src/lib/infect-rpc.o [2021-04-08T17:12:08.905Z] #43 53.77 CC compel/src/lib/infect-util.o [2021-04-08T17:12:09.170Z] #43 54.00 CC compel/src/lib/infect.o [2021-04-08T17:12:09.610Z] #20 3.745 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-08T17:12:11.100Z] #43 55.75 CC compel/src/lib/ptrace.o [2021-04-08T17:12:11.518Z] #20 5.419 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB] [2021-04-08T17:12:11.678Z] #43 56.20 AR compel/libcompel.a [2021-04-08T17:12:11.678Z] #43 56.31 HOSTCC compel/src/main-host.o [2021-04-08T17:12:11.778Z] #20 ... [2021-04-08T17:12:11.778Z] [2021-04-08T17:12:11.778Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-08T17:12:11.778Z] #53 sha256:1c8110e4184b0cff8cd0c1a62295601e89d9ebd6b9341e02ecfba3c681c5f1ab [2021-04-08T17:12:11.778Z] #53 13.60 + cd /tmp/tmp.B2Va0w6FLM/src/github.com/opencontainers/runc [2021-04-08T17:12:11.778Z] #53 13.60 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-08T17:12:11.778Z] #53 14.05 + '[' -z '' ']' [2021-04-08T17:12:11.778Z] #53 14.05 + target=static [2021-04-08T17:12:11.778Z] #53 14.05 + make 'BUILDTAGS=seccomp ' static [2021-04-08T17:12:11.778Z] #53 14.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-04-08T17:12:11.943Z] #43 56.61 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2021-04-08T17:12:11.943Z] #43 56.71 HOSTCC compel/src/lib/handle-elf-host.o [2021-04-08T17:12:12.207Z] #43 56.91 HOSTCC compel/src/lib/log-host.o [2021-04-08T17:12:12.472Z] #43 57.15 HOSTLINK compel/compel-host-bin [2021-04-08T17:12:12.736Z] #43 57.33 DEP soccr/soccr.d [2021-04-08T17:12:12.736Z] #43 57.58 CC soccr/soccr.o [2021-04-08T17:12:13.001Z] #43 ... [2021-04-08T17:12:13.001Z] [2021-04-08T17:12:13.001Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-08T17:12:13.001Z] #24 sha256:9126ae73a4455692459921a36f1a6e371bbaeb4b22d438e4e14478ada266b414 [2021-04-08T17:12:16.179Z] #24 121.8 Checking out files: 23% (2581/11205) Checking out files: 24% (2690/11205) Checking out files: 25% (2802/11205) Checking out files: 26% (2914/11205) Checking out files: 27% (3026/11205) Checking out files: 28% (3138/11205) Checking out files: 29% (3250/11205) Checking out files: 30% (3362/11205) Checking out files: 31% (3474/11205) Checking out files: 32% (3586/11205) Checking out files: 33% (3698/11205) Checking out files: 34% (3810/11205) Checking out files: 35% (3922/11205) Checking out files: 36% (4034/11205) Checking out files: 37% (4146/11205) Checking out files: 38% (4258/11205) Checking out files: 39% (4370/11205) Checking out files: 40% (4482/11205) Checking out files: 41% (4595/11205) Checking out files: 42% (4707/11205) Checking out files: 42% (4781/11205) Checking out files: 43% (4819/11205) Checking out files: 44% (4931/11205) Checking out files: 45% (5043/11205) Checking out files: 46% (5155/11205) Checking out files: 47% (5267/11205) Checking out files: 48% (5379/11205) Checking out files: 49% (5491/11205) Checking out files: 50% (5603/11205) Checking out files: 51% (5715/11205) Checking out files: 52% (5827/11205) Checking out files: 53% (5939/11205) Checking out files: 54% (6051/11205) Checking out files: 55% (6163/11205) Checking out files: 56% (6275/11205) Checking out files: 57% (6387/11205) Checking out files: 58% (6499/11205) Checking out files: 59% (6611/11205) Checking out files: 60% (6723/11205) Checking out files: 61% (6836/11205) Checking out files: 62% (6948/11205) Checking out files: 63% (7060/11205) Checking out files: 64% (7172/11205) Checking out files: 65% (7284/11205) Checking out files: 66% (7396/11205) Checking out files: 67% (7508/11205) Checking out files: 67% (7616/11205) Checking out files: 68% (7620/11205) Checking out files: 69% (7732/11205) Checking out files: 70% (7844/11205) Checking out files: 71% (7956/11205) Checking out files: 72% (8068/11205) Checking out files: 73% (8180/11205) Checking out files: 74% (8292/11205) Checking out files: 75% (8404/11205) Checking out files: 76% (8516/11205) Checking out files: 77% (8628/11205) Checking out files: 78% (8740/11205) Checking out files: 79% (8852/11205) Checking out files: 80% (8964/11205) Checking out files: 81% (9077/11205) Checking out files: 82% (9189/11205) Checking out files: 83% (9301/11205) Checking out files: 84% (9413/11205) Checking out files: 85% (9525/11205) Checking out files: 86% (9637/11205) Checking out files: 87% (9749/11205) Checking out files: 88% (9861/11205) Checking out files: 89% (9973/11205) Checking out files: 90% (10085/11205) Checking out files: 91% (10197/11205) Checking out files: 91% (10300/11205) Checking out files: 92% (10309/11205) Checking out files: 93% (10421/11205) Checking out files: 94% (10533/11205) Checking out files: 95% (10645/11205) Checking out files: 96% (10757/11205) Checking out files: 97% (10869/11205) Checking out files: 98% (10981/11205) Checking out files: 99% (11093/11205) Checking out files: 100% (11205/11205) Checking out files: 100% (11205/11205), done. [2021-04-08T17:12:16.444Z] #24 125.1 + cd /tmp/tmp.hi2S6Zkc6x/tmp/docker-ce [2021-04-08T17:12:16.444Z] #24 125.1 + git checkout -q v17.06.2-ce [2021-04-08T17:12:16.444Z] #24 ... [2021-04-08T17:12:16.444Z] [2021-04-08T17:12:16.444Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-08T17:12:16.444Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-08T17:12:16.444Z] #20 2.417 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-08T17:12:16.444Z] #20 2.808 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-08T17:12:16.444Z] #20 2.903 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-08T17:12:16.444Z] #20 2.988 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-08T17:12:16.444Z] #20 3.210 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [454 kB] [2021-04-08T17:12:16.444Z] #20 4.118 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-04-08T17:12:16.444Z] #20 5.074 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [266 kB] [2021-04-08T17:12:16.444Z] #20 5.967 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-04-08T17:12:16.444Z] #20 8.273 Fetched 8751 kB in 6s (1431 kB/s) [2021-04-08T17:12:16.444Z] #20 8.273 Reading package lists... [2021-04-08T17:12:16.709Z] #20 11.17 Reading package lists... [2021-04-08T17:12:16.709Z] #20 ... [2021-04-08T17:12:16.709Z] [2021-04-08T17:12:16.709Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:16.709Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:12:16.709Z] #43 58.70 AR soccr/libsoccr.a [2021-04-08T17:12:16.709Z] #43 58.76 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-08T17:12:16.709Z] #43 59.28 DEP criu/arch/aarch64/sigframe.d [2021-04-08T17:12:16.709Z] #43 59.46 DEP criu/arch/aarch64/crtools.d [2021-04-08T17:12:16.709Z] #43 59.75 DEP criu/arch/aarch64/cpu.d [2021-04-08T17:12:16.709Z] #43 59.80 DEP criu/arch/aarch64/bitops.d [2021-04-08T17:12:16.709Z] #43 59.85 CC criu/arch/aarch64/bitops.o [2021-04-08T17:12:16.709Z] #43 59.94 CC criu/arch/aarch64/cpu.o [2021-04-08T17:12:16.709Z] #43 60.07 CC criu/arch/aarch64/crtools.o [2021-04-08T17:12:16.709Z] #43 60.76 CC criu/arch/aarch64/sigframe.o [2021-04-08T17:12:16.709Z] #43 60.96 LINK criu/arch/aarch64/crtools.built-in.o [2021-04-08T17:12:16.709Z] #43 61.02 DEP criu/pie/util-vdso.d [2021-04-08T17:12:16.709Z] #43 61.19 DEP criu/pie/util.d [2021-04-08T17:12:16.709Z] #43 61.33 CC criu/pie/util.o [2021-04-08T17:12:16.709Z] #43 61.59 CC criu/pie/util-vdso.o [2021-04-08T17:12:17.061Z] #53 ... [2021-04-08T17:12:17.061Z] [2021-04-08T17:12:17.061Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:17.061Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:12:17.061Z] #43 58.18 DEP criu/arch/x86/sigframe.d [2021-04-08T17:12:17.061Z] #43 58.32 DEP criu/arch/x86/sigaction_compat.d [2021-04-08T17:12:17.061Z] #43 58.60 DEP criu/arch/x86/kerndat.d [2021-04-08T17:12:17.061Z] #43 58.86 DEP criu/arch/x86/crtools.d [2021-04-08T17:12:17.061Z] #43 59.16 DEP criu/arch/x86/cpu.d [2021-04-08T17:12:17.061Z] #43 59.48 CC criu/arch/x86/cpu.o [2021-04-08T17:12:17.061Z] #43 60.30 CC criu/arch/x86/crtools.o [2021-04-08T17:12:17.061Z] #43 61.63 CC criu/arch/x86/kerndat.o [2021-04-08T17:12:17.061Z] #43 62.29 CC criu/arch/x86/sigaction_compat.o [2021-04-08T17:12:17.061Z] #43 62.60 CC criu/arch/x86/sigframe.o [2021-04-08T17:12:17.061Z] #43 62.89 LINK criu/arch/x86/crtools.built-in.o [2021-04-08T17:12:17.061Z] #43 62.94 DEP criu/pie/util-vdso-elf32.d [2021-04-08T17:12:17.061Z] #43 63.24 DEP criu/pie/util-vdso.d [2021-04-08T17:12:17.061Z] #43 63.35 DEP criu/pie/util.d [2021-04-08T17:12:17.061Z] #43 63.47 CC criu/pie/util.o [2021-04-08T17:12:17.061Z] #43 63.72 CC criu/pie/util-vdso.o [2021-04-08T17:12:17.061Z] #43 64.32 CC criu/pie/util-vdso-elf32.o [2021-04-08T17:12:17.061Z] #43 65.05 AR criu/pie/pie.lib.a [2021-04-08T17:12:17.061Z] #43 65.11 DEP criu/pie/restorer.d [2021-04-08T17:12:17.061Z] #43 65.32 DEP criu/arch/x86/sigaction_compat_pie.d [2021-04-08T17:12:17.061Z] #43 65.45 DEP criu/arch/x86/restorer_unmap.d [2021-04-08T17:12:17.061Z] #43 65.48 DEP criu/arch/x86/restorer.d [2021-04-08T17:12:17.061Z] #43 65.63 DEP criu/arch/x86/vdso-pie.d [2021-04-08T17:12:17.061Z] #43 65.72 DEP criu/pie/parasite-vdso.d [2021-04-08T17:12:17.061Z] #43 65.86 DEP criu/pie/parasite.d [2021-04-08T17:12:17.061Z] #43 66.14 CC criu/pie/parasite.o [2021-04-08T17:12:17.061Z] #43 67.49 LINK criu/pie/parasite.built-in.o [2021-04-08T17:12:17.061Z] #43 67.50 GEN criu/pie/parasite-blob.h [2021-04-08T17:12:17.061Z] #43 67.54 CC criu/pie/parasite-vdso.o [2021-04-08T17:12:17.061Z] #43 68.34 CC criu/arch/x86/vdso-pie.o [2021-04-08T17:12:17.061Z] #43 68.63 CC criu/arch/x86/restorer.o [2021-04-08T17:12:17.061Z] #43 69.19 CC criu/arch/x86/restorer_unmap.o [2021-04-08T17:12:17.321Z] #43 69.25 CC criu/arch/x86/sigaction_compat_pie.o [2021-04-08T17:12:17.581Z] #43 69.59 CC criu/pie/restorer.o [2021-04-08T17:12:17.663Z] #43 62.14 AR criu/pie/pie.lib.a [2021-04-08T17:12:17.663Z] #43 62.22 DEP criu/pie/restorer.d [2021-04-08T17:12:17.663Z] #43 62.44 DEP criu/arch/aarch64/intraprocedure.d [2021-04-08T17:12:17.663Z] #43 62.46 DEP criu/arch/aarch64/restorer.d [2021-04-08T17:12:17.928Z] #43 62.61 DEP criu/arch/aarch64/vdso-pie.d [2021-04-08T17:12:17.928Z] #43 62.70 DEP criu/pie/parasite-vdso.d [2021-04-08T17:12:18.192Z] #43 62.90 DEP criu/pie/parasite.d [2021-04-08T17:12:18.457Z] #43 63.16 CC criu/pie/parasite.o [2021-04-08T17:12:19.411Z] #43 ... [2021-04-08T17:12:19.411Z] [2021-04-08T17:12:19.411Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-08T17:12:19.411Z] #24 sha256:9126ae73a4455692459921a36f1a6e371bbaeb4b22d438e4e14478ada266b414 [2021-04-08T17:12:19.411Z] #24 128.1 + mkdir -p /tmp/tmp.hi2S6Zkc6x/src/github.com/docker [2021-04-08T17:12:19.411Z] #24 128.1 + mv components/cli /tmp/tmp.hi2S6Zkc6x/src/github.com/docker/cli [2021-04-08T17:12:19.411Z] #24 128.1 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-04-08T17:12:20.876Z] #43 72.54 LINK criu/pie/restorer.built-in.o [2021-04-08T17:12:20.876Z] #43 72.57 GEN criu/pie/restorer-blob.h [2021-04-08T17:12:20.876Z] #43 72.67 DEP criu/vdso.d [2021-04-08T17:12:20.876Z] #43 72.83 DEP criu/vdso-compat.d [2021-04-08T17:12:21.135Z] #43 73.04 DEP criu/uts_ns.d [2021-04-08T17:12:21.136Z] #43 73.21 DEP criu/util.d [2021-04-08T17:12:21.396Z] #43 73.42 DEP criu/uffd.d [2021-04-08T17:12:21.657Z] #43 73.63 DEP criu/tun.d [2021-04-08T17:12:21.917Z] #43 73.80 DEP criu/tty.d [2021-04-08T17:12:21.917Z] #43 74.01 DEP criu/timerfd.d [2021-04-08T17:12:22.177Z] #43 74.22 DEP criu/timens.d [2021-04-08T17:12:22.438Z] #43 74.38 DEP criu/sysfs_parse.d [2021-04-08T17:12:22.698Z] #43 74.54 DEP criu/sysctl.d [2021-04-08T17:12:22.698Z] #43 74.77 DEP criu/string.d [2021-04-08T17:12:22.698Z] #43 74.81 DEP criu/stats.d [2021-04-08T17:12:22.959Z] #43 74.92 DEP criu/sockets.d [2021-04-08T17:12:22.959Z] #43 ... [2021-04-08T17:12:22.959Z] [2021-04-08T17:12:22.959Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-08T17:12:22.959Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-08T17:12:22.959Z] #20 6.905 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-08T17:12:22.959Z] #20 11.92 Fetched 8933 kB in 10s (882 kB/s) [2021-04-08T17:12:22.959Z] #20 11.92 Reading package lists... [2021-04-08T17:12:23.220Z] #20 16.45 Reading package lists... [2021-04-08T17:12:23.220Z] #20 ... [2021-04-08T17:12:23.220Z] [2021-04-08T17:12:23.220Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:23.220Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:12:23.220Z] #43 75.13 DEP criu/sk-unix.d [2021-04-08T17:12:23.480Z] #43 75.38 DEP criu/sk-tcp.d [2021-04-08T17:12:23.740Z] #43 75.57 DEP criu/sk-queue.d [2021-04-08T17:12:23.740Z] #43 75.78 DEP criu/sk-packet.d [2021-04-08T17:12:23.740Z] #43 ... [2021-04-08T17:12:23.740Z] [2021-04-08T17:12:23.740Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:12:23.740Z] #45 sha256:129d6cd89cb3c1e2309255ea871bcf81a12799810f3156b6a909e6ecca606456 [2021-04-08T17:12:23.740Z] #45 139.7 github.com/LK4D4/vndr/godl [2021-04-08T17:12:23.740Z] #45 140.4 github.com/LK4D4/vndr [2021-04-08T17:12:24.000Z] #45 ... [2021-04-08T17:12:24.000Z] [2021-04-08T17:12:24.000Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:24.000Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:12:24.000Z] #43 76.04 DEP criu/sk-netlink.d [2021-04-08T17:12:24.261Z] #43 ... [2021-04-08T17:12:24.261Z] [2021-04-08T17:12:24.261Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-08T17:12:24.261Z] #45 sha256:129d6cd89cb3c1e2309255ea871bcf81a12799810f3156b6a909e6ecca606456 [2021-04-08T17:12:24.261Z] #45 DONE 150.1s [2021-04-08T17:12:24.261Z] [2021-04-08T17:12:24.261Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:24.261Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:12:24.261Z] #43 76.30 DEP criu/sk-inet.d [2021-04-08T17:12:24.521Z] #43 76.53 DEP criu/signalfd.d [2021-04-08T17:12:24.735Z] #24 ... [2021-04-08T17:12:24.735Z] [2021-04-08T17:12:24.735Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-08T17:12:24.735Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-08T17:12:24.735Z] #20 11.17 Reading package lists... [2021-04-08T17:12:24.735Z] #20 13.22 Building dependency tree... [2021-04-08T17:12:24.735Z] #20 14.35 libcap2-bin is already the newest version (1:2.25-2). [2021-04-08T17:12:24.735Z] #20 14.35 The following additional packages will be installed: [2021-04-08T17:12:24.735Z] #20 14.36 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-04-08T17:12:24.735Z] #20 14.36 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-04-08T17:12:24.735Z] #20 14.36 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-04-08T17:12:24.735Z] #20 14.36 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-04-08T17:12:24.735Z] #20 14.36 python3.7 python3.7-minimal vim-runtime xxd [2021-04-08T17:12:24.735Z] #20 14.36 Suggested packages: [2021-04-08T17:12:24.735Z] #20 14.36 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-04-08T17:12:24.735Z] #20 14.36 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-04-08T17:12:24.735Z] #20 14.36 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-04-08T17:12:24.735Z] #20 14.36 Recommended packages: [2021-04-08T17:12:24.735Z] #20 14.36 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-04-08T17:12:24.735Z] #20 14.36 python3-keyrings.alt python3-xdg unzip [2021-04-08T17:12:24.735Z] #20 15.76 The following NEW packages will be installed: [2021-04-08T17:12:24.735Z] #20 15.76 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-04-08T17:12:24.735Z] #20 15.76 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-04-08T17:12:24.735Z] #20 15.76 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-04-08T17:12:24.735Z] #20 15.76 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-04-08T17:12:24.735Z] #20 15.76 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-04-08T17:12:24.735Z] #20 15.76 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-04-08T17:12:24.735Z] #20 15.76 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-04-08T17:12:24.735Z] #20 15.76 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-04-08T17:12:24.735Z] #20 15.76 xz-utils zip [2021-04-08T17:12:24.735Z] #20 16.07 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded. [2021-04-08T17:12:24.735Z] #20 16.07 Need to get 27.6 MB of archives. [2021-04-08T17:12:24.735Z] #20 16.07 After this operation, 114 MB of additional disk space will be used. [2021-04-08T17:12:24.735Z] #20 16.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2021-04-08T17:12:24.735Z] #20 16.08 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB] [2021-04-08T17:12:24.735Z] #20 16.10 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB] [2021-04-08T17:12:24.735Z] #20 16.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2021-04-08T17:12:24.735Z] #20 16.16 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2021-04-08T17:12:24.735Z] #20 16.16 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB] [2021-04-08T17:12:24.735Z] #20 16.22 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB] [2021-04-08T17:12:24.735Z] #20 16.24 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2021-04-08T17:12:24.735Z] #20 16.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2021-04-08T17:12:24.735Z] #20 16.24 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2021-04-08T17:12:24.735Z] #20 16.24 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2021-04-08T17:12:24.735Z] #20 16.26 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2021-04-08T17:12:24.735Z] #20 16.27 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-04-08T17:12:24.735Z] #20 16.27 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2021-04-08T17:12:24.735Z] #20 16.27 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2021-04-08T17:12:24.735Z] #20 16.27 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2021-04-08T17:12:24.735Z] #20 16.29 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-04-08T17:12:24.735Z] #20 16.29 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-08T17:12:24.735Z] #20 16.30 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2021-04-08T17:12:24.735Z] #20 16.30 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2021-04-08T17:12:24.735Z] #20 16.31 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2021-04-08T17:12:24.735Z] #20 16.32 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2021-04-08T17:12:24.735Z] #20 16.34 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2021-04-08T17:12:24.735Z] #20 16.36 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-04-08T17:12:24.735Z] #20 16.36 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-04-08T17:12:24.735Z] #20 16.37 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-04-08T17:12:24.735Z] #20 16.37 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2021-04-08T17:12:24.735Z] #20 16.38 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2021-04-08T17:12:24.735Z] #20 16.38 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-04-08T17:12:24.735Z] #20 16.76 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-04-08T17:12:24.735Z] #20 16.80 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-04-08T17:12:24.735Z] #20 16.81 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-04-08T17:12:24.735Z] #20 16.81 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2021-04-08T17:12:24.735Z] #20 16.81 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2021-04-08T17:12:24.735Z] #20 16.82 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2021-04-08T17:12:24.735Z] #20 16.87 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-04-08T17:12:24.735Z] #20 16.88 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2021-04-08T17:12:24.735Z] #20 16.88 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2021-04-08T17:12:24.735Z] #20 16.89 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-04-08T17:12:24.735Z] #20 16.90 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2021-04-08T17:12:24.735Z] #20 16.91 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-04-08T17:12:24.735Z] #20 16.94 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB] [2021-04-08T17:12:24.735Z] #20 16.97 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2021-04-08T17:12:24.735Z] #20 16.98 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2021-04-08T17:12:24.735Z] #20 16.98 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-04-08T17:12:24.735Z] #20 17.22 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2021-04-08T17:12:24.735Z] #20 17.24 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2021-04-08T17:12:24.735Z] #20 17.28 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2021-04-08T17:12:24.735Z] #20 18.10 debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:12:24.735Z] #20 18.25 Fetched 27.6 MB in 1s (18.8 MB/s) [2021-04-08T17:12:24.735Z] #20 18.33 Selecting previously unselected package pigz. [2021-04-08T17:12:24.735Z] #20 18.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 ... 23408 files and directories currently installed.) [2021-04-08T17:12:24.735Z] #20 18.48 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2021-04-08T17:12:24.735Z] #20 18.51 Unpacking pigz (2.4-1) ... [2021-04-08T17:12:24.735Z] #20 18.67 Selecting previously unselected package libpython3.7-minimal:arm64. [2021-04-08T17:12:24.735Z] #20 18.68 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-04-08T17:12:24.735Z] #20 18.69 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-04-08T17:12:24.735Z] #20 19.10 Selecting previously unselected package python3.7-minimal. [2021-04-08T17:12:24.735Z] #20 19.11 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-04-08T17:12:24.735Z] #20 19.12 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-08T17:12:24.735Z] #20 19.73 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-04-08T17:12:24.735Z] #20 19.75 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-08T17:12:24.781Z] #43 76.79 DEP criu/sigframe.d [2021-04-08T17:12:25.041Z] #43 76.98 DEP criu/shmem.d [2021-04-08T17:12:25.302Z] #43 77.34 DEP criu/servicefd.d [2021-04-08T17:12:25.562Z] #43 77.56 DEP criu/seize.d [2021-04-08T17:12:25.823Z] #43 77.67 DEP criu/seccomp.d [2021-04-08T17:12:25.823Z] #43 77.88 DEP criu/rst-malloc.d [2021-04-08T17:12:26.083Z] #43 77.97 DEP criu/rbtree.d [2021-04-08T17:12:26.083Z] #43 78.02 DEP criu/pstree.d [2021-04-08T17:12:26.083Z] #43 78.15 DEP criu/protobuf.d [2021-04-08T17:12:26.135Z] #20 21.97 Selecting previously unselected package python3-minimal. [2021-04-08T17:12:26.135Z] #20 21.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 ... 23657 files and directories currently installed.) [2021-04-08T17:12:26.135Z] #20 22.07 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2021-04-08T17:12:26.135Z] #20 22.08 Unpacking python3-minimal (3.7.3-1) ... [2021-04-08T17:12:26.344Z] #43 78.31 GEN criu/protobuf-desc-gen.h [2021-04-08T17:12:26.444Z] #20 22.22 Selecting previously unselected package libmpdec2:arm64. [2021-04-08T17:12:26.444Z] #20 22.24 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2021-04-08T17:12:26.444Z] #20 22.26 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2021-04-08T17:12:26.715Z] #20 22.41 Selecting previously unselected package libpython3.7-stdlib:arm64. [2021-04-08T17:12:26.715Z] #20 22.43 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ... [2021-04-08T17:12:26.715Z] #20 22.44 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-04-08T17:12:27.690Z] #20 23.32 Selecting previously unselected package python3.7. [2021-04-08T17:12:27.690Z] #20 23.33 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ... [2021-04-08T17:12:27.690Z] #20 23.34 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-04-08T17:12:27.690Z] #20 23.49 Selecting previously unselected package libpython3-stdlib:arm64. [2021-04-08T17:12:27.690Z] #20 23.49 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2021-04-08T17:12:27.690Z] #20 23.51 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2021-04-08T17:12:27.690Z] #20 23.64 Setting up python3-minimal (3.7.3-1) ... [2021-04-08T17:12:27.726Z] #43 79.89 DEP criu/protobuf-desc.d [2021-04-08T17:12:27.986Z] #43 80.04 DEP criu/proc_parse.d [2021-04-08T17:12:28.246Z] #43 80.22 DEP criu/plugin.d [2021-04-08T17:12:28.246Z] #43 80.33 DEP criu/pipes.d [2021-04-08T17:12:28.506Z] #43 80.57 DEP criu/pie-util.d [2021-04-08T17:12:28.766Z] #43 80.72 DEP criu/pie-util-vdso.d [2021-04-08T17:12:28.766Z] #43 80.90 DEP criu/pie-util-vdso-elf32.d [2021-04-08T17:12:29.026Z] #43 81.06 DEP criu/path.d [2021-04-08T17:12:29.093Z] #20 24.67 Selecting previously unselected package python3. [2021-04-08T17:12:29.093Z] #20 24.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24069 files and directories currently installed.) [2021-04-08T17:12:29.093Z] #20 24.76 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2021-04-08T17:12:29.093Z] #20 24.78 Unpacking python3 (3.7.3-1) ... [2021-04-08T17:12:29.093Z] #20 24.88 Selecting previously unselected package libip4tc0:arm64. [2021-04-08T17:12:29.093Z] #20 24.89 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2021-04-08T17:12:29.093Z] #20 24.90 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2021-04-08T17:12:29.093Z] #20 25.01 Selecting previously unselected package libip6tc0:arm64. [2021-04-08T17:12:29.093Z] #20 25.02 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2021-04-08T17:12:29.093Z] #20 25.02 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2021-04-08T17:12:29.093Z] #20 25.11 Selecting previously unselected package libiptc0:arm64. [2021-04-08T17:12:29.286Z] #43 81.18 DEP criu/parasite-syscall.d [2021-04-08T17:12:29.358Z] #20 25.11 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2021-04-08T17:12:29.358Z] #20 25.12 Unpacking libiptc0:arm64 (1.8.2-4) ... [2021-04-08T17:12:29.358Z] #20 25.25 Selecting previously unselected package libnfnetlink0:arm64. [2021-04-08T17:12:29.358Z] #20 25.26 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-04-08T17:12:29.358Z] #20 25.27 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-04-08T17:12:29.358Z] #20 25.37 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-04-08T17:12:29.358Z] #20 ... [2021-04-08T17:12:29.358Z] [2021-04-08T17:12:29.358Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:29.358Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:12:29.358Z] #43 64.13 LINK criu/pie/parasite.built-in.o [2021-04-08T17:12:29.358Z] #43 64.14 GEN criu/pie/parasite-blob.h [2021-04-08T17:12:29.358Z] #43 64.17 CC criu/pie/parasite-vdso.o [2021-04-08T17:12:29.358Z] #43 64.65 CC criu/arch/aarch64/vdso-pie.o [2021-04-08T17:12:29.358Z] #43 64.84 CC criu/arch/aarch64/restorer.o [2021-04-08T17:12:29.358Z] #43 65.34 CC criu/arch/aarch64/intraprocedure.o [2021-04-08T17:12:29.358Z] #43 65.39 CC criu/pie/restorer.o [2021-04-08T17:12:29.358Z] #43 67.48 LINK criu/pie/restorer.built-in.o [2021-04-08T17:12:29.358Z] #43 67.49 GEN criu/pie/restorer-blob.h [2021-04-08T17:12:29.358Z] #43 67.57 DEP criu/vdso.d [2021-04-08T17:12:29.358Z] #43 67.87 DEP criu/uts_ns.d [2021-04-08T17:12:29.358Z] #43 68.06 DEP criu/util.d [2021-04-08T17:12:29.358Z] #43 68.27 DEP criu/uffd.d [2021-04-08T17:12:29.358Z] #43 68.50 DEP criu/tun.d [2021-04-08T17:12:29.358Z] #43 68.68 DEP criu/tty.d [2021-04-08T17:12:29.358Z] #43 68.93 DEP criu/timerfd.d [2021-04-08T17:12:29.358Z] #43 69.17 DEP criu/timens.d [2021-04-08T17:12:29.358Z] #43 69.36 DEP criu/sysfs_parse.d [2021-04-08T17:12:29.358Z] #43 69.54 DEP criu/sysctl.d [2021-04-08T17:12:29.358Z] #43 69.67 DEP criu/string.d [2021-04-08T17:12:29.358Z] #43 69.73 DEP criu/stats.d [2021-04-08T17:12:29.358Z] #43 69.88 DEP criu/sockets.d [2021-04-08T17:12:29.358Z] #43 70.01 DEP criu/sk-unix.d [2021-04-08T17:12:29.358Z] #43 70.15 DEP criu/sk-tcp.d [2021-04-08T17:12:29.358Z] #43 70.41 DEP criu/sk-queue.d [2021-04-08T17:12:29.358Z] #43 70.71 DEP criu/sk-packet.d [2021-04-08T17:12:29.358Z] #43 70.84 DEP criu/sk-netlink.d [2021-04-08T17:12:29.358Z] #43 71.03 DEP criu/sk-inet.d [2021-04-08T17:12:29.358Z] #43 71.24 DEP criu/signalfd.d [2021-04-08T17:12:29.358Z] #43 71.45 DEP criu/sigframe.d [2021-04-08T17:12:29.358Z] #43 71.59 DEP criu/shmem.d [2021-04-08T17:12:29.358Z] #43 71.79 DEP criu/servicefd.d [2021-04-08T17:12:29.358Z] #43 71.97 DEP criu/seize.d [2021-04-08T17:12:29.358Z] #43 72.11 DEP criu/seccomp.d [2021-04-08T17:12:29.358Z] #43 72.28 DEP criu/rst-malloc.d [2021-04-08T17:12:29.358Z] #43 72.40 DEP criu/rbtree.d [2021-04-08T17:12:29.358Z] #43 72.47 DEP criu/pstree.d [2021-04-08T17:12:29.358Z] #43 72.72 DEP criu/protobuf.d [2021-04-08T17:12:29.358Z] #43 72.93 GEN criu/protobuf-desc-gen.h [2021-04-08T17:12:29.546Z] #43 81.48 DEP criu/pagemap.d [2021-04-08T17:12:29.623Z] #43 ... [2021-04-08T17:12:29.623Z] [2021-04-08T17:12:29.623Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-08T17:12:29.623Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-08T17:12:29.623Z] #20 25.37 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-04-08T17:12:29.623Z] #20 25.37 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2021-04-08T17:12:29.623Z] #20 25.39 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-04-08T17:12:29.623Z] #20 25.54 Selecting previously unselected package libnftnl11:arm64. [2021-04-08T17:12:29.623Z] #20 25.56 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2021-04-08T17:12:29.623Z] #20 25.57 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2021-04-08T17:12:29.806Z] #43 81.66 DEP criu/pagemap-cache.d [2021-04-08T17:12:29.806Z] #43 81.80 DEP criu/page-xfer.d [2021-04-08T17:12:29.887Z] #20 25.73 Selecting previously unselected package iptables. [2021-04-08T17:12:29.887Z] #20 25.73 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2021-04-08T17:12:29.887Z] #20 25.74 Unpacking iptables (1.8.2-4) ... [2021-04-08T17:12:30.068Z] #43 81.97 DEP criu/page-pipe.d [2021-04-08T17:12:30.068Z] #43 82.12 DEP criu/netfilter.d [2021-04-08T17:12:30.328Z] #43 82.32 DEP criu/net.d [2021-04-08T17:12:30.466Z] #20 26.22 Selecting previously unselected package xxd. [2021-04-08T17:12:30.466Z] #20 26.25 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-04-08T17:12:30.466Z] #20 26.29 Unpacking xxd (2:8.1.0875-5) ... [2021-04-08T17:12:30.588Z] #43 82.52 DEP criu/namespaces.d [2021-04-08T17:12:30.588Z] #43 82.68 DEP criu/mount.d [2021-04-08T17:12:30.730Z] #20 26.61 Selecting previously unselected package vim-common. [2021-04-08T17:12:30.730Z] #20 26.62 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-08T17:12:30.730Z] #20 26.68 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-08T17:12:30.848Z] #43 82.85 DEP criu/memfd.d [2021-04-08T17:12:31.107Z] #43 83.02 DEP criu/mem.d [2021-04-08T17:12:31.107Z] #43 83.18 DEP criu/lsm.d [2021-04-08T17:12:31.107Z] #43 83.28 DEP criu/log.d [2021-04-08T17:12:31.308Z] #20 ... [2021-04-08T17:12:31.308Z] [2021-04-08T17:12:31.308Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-08T17:12:31.308Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-04-08T17:12:31.308Z] #40 138.2 + dpkg --print-architecture [2021-04-08T17:12:31.308Z] #40 DONE 139.6s [2021-04-08T17:12:31.308Z] [2021-04-08T17:12:31.308Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-08T17:12:31.308Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-08T17:12:31.308Z] #20 27.23 Selecting previously unselected package bash-completion. [2021-04-08T17:12:31.308Z] #20 27.26 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-04-08T17:12:31.367Z] #43 83.41 DEP criu/libnetlink.d [2021-04-08T17:12:31.367Z] #43 83.54 DEP criu/kerndat.d [2021-04-08T17:12:31.937Z] #43 83.79 DEP criu/kcmp-ids.d [2021-04-08T17:12:31.937Z] #43 ... [2021-04-08T17:12:31.937Z] [2021-04-08T17:12:31.937Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-08T17:12:31.937Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-08T17:12:31.937Z] #20 16.45 Reading package lists... [2021-04-08T17:12:31.937Z] #20 21.28 Building dependency tree... [2021-04-08T17:12:31.937Z] #20 23.06 libcap2-bin is already the newest version (1:2.25-2). [2021-04-08T17:12:31.937Z] #20 23.06 The following additional packages will be installed: [2021-04-08T17:12:31.937Z] #20 23.07 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-04-08T17:12:31.937Z] #20 23.07 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-04-08T17:12:31.937Z] #20 23.07 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-04-08T17:12:31.937Z] #20 23.08 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-04-08T17:12:31.938Z] #20 23.08 python3.7 python3.7-minimal vim-runtime xxd [2021-04-08T17:12:31.938Z] #20 23.08 Suggested packages: [2021-04-08T17:12:31.938Z] #20 23.08 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-04-08T17:12:31.938Z] #20 23.08 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-04-08T17:12:31.938Z] #20 23.08 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-04-08T17:12:31.938Z] #20 23.08 Recommended packages: [2021-04-08T17:12:31.938Z] #20 23.08 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-04-08T17:12:31.938Z] #20 23.08 python3-keyrings.alt python3-xdg unzip [2021-04-08T17:12:31.938Z] #20 24.88 The following NEW packages will be installed: [2021-04-08T17:12:31.938Z] #20 24.89 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-04-08T17:12:31.938Z] #20 24.89 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-04-08T17:12:31.938Z] #20 24.90 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-04-08T17:12:31.938Z] #20 24.90 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-04-08T17:12:31.938Z] #20 24.90 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-04-08T17:12:31.938Z] #20 24.90 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-04-08T17:12:31.938Z] #20 24.90 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-04-08T17:12:31.938Z] #20 24.90 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-04-08T17:12:31.938Z] #20 24.90 xz-utils zip [2021-04-08T17:12:31.938Z] #20 25.23 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded. [2021-04-08T17:12:31.938Z] #20 25.23 Need to get 28.5 MB of archives. [2021-04-08T17:12:31.938Z] #20 25.23 After this operation, 116 MB of additional disk space will be used. [2021-04-08T17:12:31.938Z] #20 25.23 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-04-08T17:12:31.938Z] #20 25.24 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-04-08T17:12:31.938Z] #20 25.33 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-04-08T17:12:31.938Z] #20 25.64 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-04-08T17:12:31.938Z] #20 25.64 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-04-08T17:12:31.938Z] #20 25.64 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-04-08T17:12:31.938Z] #20 25.73 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-04-08T17:12:31.938Z] #20 25.75 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-04-08T17:12:31.938Z] #20 25.81 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-04-08T17:12:31.938Z] #20 25.81 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-04-08T17:12:31.938Z] #20 25.81 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-04-08T17:12:31.938Z] #20 25.81 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-04-08T17:12:31.938Z] #20 25.82 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-04-08T17:12:31.938Z] #20 25.83 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-04-08T17:12:31.938Z] #20 25.83 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-04-08T17:12:31.938Z] #20 25.83 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-04-08T17:12:31.938Z] #20 25.85 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-04-08T17:12:31.938Z] #20 25.87 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-08T17:12:31.938Z] #20 25.87 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-04-08T17:12:31.938Z] #20 25.89 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-04-08T17:12:31.938Z] #20 25.89 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-04-08T17:12:31.938Z] #20 25.89 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-04-08T17:12:31.938Z] #20 25.93 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-04-08T17:12:31.938Z] #20 25.94 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-04-08T17:12:31.938Z] #20 25.96 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-04-08T17:12:31.938Z] #20 25.96 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-04-08T17:12:31.938Z] #20 25.97 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-04-08T17:12:31.938Z] #20 25.97 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-04-08T17:12:31.938Z] #20 25.98 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-04-08T17:12:32.510Z] #20 26.41 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-04-08T17:12:32.510Z] #20 26.41 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-04-08T17:12:32.510Z] #20 26.41 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-04-08T17:12:32.510Z] #20 26.41 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-04-08T17:12:32.510Z] #20 26.41 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-04-08T17:12:32.510Z] #20 26.43 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-04-08T17:12:32.510Z] #20 26.53 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-04-08T17:12:32.510Z] #20 26.53 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-04-08T17:12:32.510Z] #20 26.55 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-04-08T17:12:32.510Z] #20 26.56 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-04-08T17:12:32.510Z] #20 26.58 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-04-08T17:12:32.510Z] #20 26.61 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-04-08T17:12:32.510Z] #20 26.61 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-04-08T17:12:32.510Z] #20 26.67 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-04-08T17:12:32.510Z] #20 26.70 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-04-08T17:12:32.510Z] #20 26.71 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-04-08T17:12:33.091Z] #20 ... [2021-04-08T17:12:33.091Z] [2021-04-08T17:12:33.091Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-08T17:12:33.091Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-08T17:12:33.091Z] #32 DONE 158.5s [2021-04-08T17:12:33.091Z] [2021-04-08T17:12:33.091Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-08T17:12:33.092Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-08T17:12:33.092Z] #20 27.12 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-04-08T17:12:33.092Z] #20 ... [2021-04-08T17:12:33.092Z] [2021-04-08T17:12:33.092Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:33.092Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:12:33.092Z] #43 83.90 DEP criu/irmap.d [2021-04-08T17:12:33.092Z] #43 84.00 DEP criu/ipc_ns.d [2021-04-08T17:12:33.092Z] #43 84.14 DEP criu/image.d [2021-04-08T17:12:33.092Z] #43 84.31 DEP criu/image-desc.d [2021-04-08T17:12:33.092Z] #43 84.41 DEP criu/fsnotify.d [2021-04-08T17:12:33.092Z] #43 84.56 DEP criu/filesystems.d [2021-04-08T17:12:33.092Z] #43 84.73 DEP criu/files.d [2021-04-08T17:12:33.092Z] #43 84.94 DEP criu/files-reg.d [2021-04-08T17:12:33.351Z] #43 85.24 DEP criu/files-ext.d [2021-04-08T17:12:33.351Z] #43 85.36 DEP criu/file-lock.d [2021-04-08T17:12:33.611Z] #43 85.62 DEP criu/file-ids.d [2021-04-08T17:12:33.871Z] #43 85.86 DEP criu/fifo.d [2021-04-08T17:12:34.131Z] #43 86.06 DEP criu/fdstore.d [2021-04-08T17:12:34.131Z] #43 86.14 DEP criu/fault-injection.d [2021-04-08T17:12:34.131Z] #43 86.19 DEP criu/external.d [2021-04-08T17:12:34.393Z] #43 86.25 DEP criu/eventpoll.d [2021-04-08T17:12:34.393Z] #43 86.45 DEP criu/eventfd.d [2021-04-08T17:12:34.393Z] #43 86.57 DEP criu/crtools.d [2021-04-08T17:12:34.630Z] #20 30.25 Unpacking bash-completion (1:2.8-6) ... [2021-04-08T17:12:34.653Z] #43 86.71 DEP criu/cr-service.d [2021-04-08T17:12:34.894Z] #20 30.77 Selecting previously unselected package bzip2. [2021-04-08T17:12:34.894Z] #20 30.77 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2021-04-08T17:12:34.894Z] #20 30.78 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-08T17:12:34.913Z] #43 86.89 DEP criu/cr-restore.d [2021-04-08T17:12:35.159Z] #20 30.90 Selecting previously unselected package xz-utils. [2021-04-08T17:12:35.159Z] #20 30.90 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2021-04-08T17:12:35.159Z] #20 30.91 Unpacking xz-utils (5.2.4-1) ... [2021-04-08T17:12:35.159Z] #20 31.11 Selecting previously unselected package apparmor. [2021-04-08T17:12:35.159Z] #20 31.12 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2021-04-08T17:12:35.173Z] #43 87.07 DEP criu/cr-errno.d [2021-04-08T17:12:35.173Z] #43 87.09 DEP criu/cr-dump.d [2021-04-08T17:12:35.173Z] #43 87.25 DEP criu/cr-dedup.d [2021-04-08T17:12:35.173Z] #43 87.35 DEP criu/cr-check.d [2021-04-08T17:12:35.480Z] #20 31.21 Unpacking apparmor (2.13.2-10) ... [2021-04-08T17:12:35.743Z] #43 87.51 DEP criu/config.d [2021-04-08T17:12:35.744Z] #43 87.64 DEP criu/clone-noasan.d [2021-04-08T17:12:35.744Z] #43 87.70 DEP criu/cgroup.d [2021-04-08T17:12:35.744Z] #43 87.82 DEP criu/cgroup-props.d [2021-04-08T17:12:35.744Z] #43 87.92 DEP criu/bitmap.d [2021-04-08T17:12:35.744Z] #20 31.46 Selecting previously unselected package aufs-tools. [2021-04-08T17:12:35.744Z] #20 31.46 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2021-04-08T17:12:35.744Z] #20 31.54 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-04-08T17:12:35.744Z] #20 31.69 Selecting previously unselected package libonig5:arm64. [2021-04-08T17:12:35.744Z] #20 31.70 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2021-04-08T17:12:35.744Z] #20 31.71 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-04-08T17:12:36.004Z] #43 87.93 DEP criu/bfd.d [2021-04-08T17:12:36.004Z] #43 88.00 DEP criu/autofs.d [2021-04-08T17:12:36.004Z] #43 88.13 DEP criu/aio.d [2021-04-08T17:12:36.008Z] #20 31.89 Selecting previously unselected package libjq1:arm64. [2021-04-08T17:12:36.008Z] #20 31.89 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-04-08T17:12:36.008Z] #20 31.90 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-04-08T17:12:36.264Z] #43 88.27 DEP criu/action-scripts.d [2021-04-08T17:12:36.272Z] #20 32.04 Selecting previously unselected package jq. [2021-04-08T17:12:36.272Z] #20 32.05 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-04-08T17:12:36.272Z] #20 32.06 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-08T17:12:36.272Z] #20 32.17 Selecting previously unselected package libaio1:arm64. [2021-04-08T17:12:36.272Z] #20 32.17 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2021-04-08T17:12:36.272Z] #20 32.20 Unpacking libaio1:arm64 (0.3.112-3) ... [2021-04-08T17:12:36.536Z] #20 32.28 Selecting previously unselected package libgpm2:arm64. [2021-04-08T17:12:36.536Z] #20 32.30 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2021-04-08T17:12:36.536Z] #20 32.31 Unpacking libgpm2:arm64 (1.20.7-5) ... [2021-04-08T17:12:36.536Z] #20 32.42 Selecting previously unselected package libicu63:arm64. [2021-04-08T17:12:36.536Z] #20 32.43 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-04-08T17:12:36.536Z] #20 32.44 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-04-08T17:12:36.834Z] #43 88.60 CC criu/action-scripts.o [2021-04-08T17:12:36.834Z] #43 89.01 CC criu/aio.o [2021-04-08T17:12:37.774Z] #43 89.47 CC criu/autofs.o [2021-04-08T17:12:39.111Z] #20 34.53 Selecting previously unselected package libnet1:arm64. [2021-04-08T17:12:39.111Z] #20 34.53 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-04-08T17:12:39.111Z] #20 34.55 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-04-08T17:12:39.111Z] #20 34.66 Selecting previously unselected package libnl-3-200:arm64. [2021-04-08T17:12:39.111Z] #20 34.67 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2021-04-08T17:12:39.111Z] #20 34.69 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-04-08T17:12:39.111Z] #20 34.78 Selecting previously unselected package libprotobuf-c1:arm64. [2021-04-08T17:12:39.111Z] #20 34.79 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-04-08T17:12:39.111Z] #20 34.80 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-04-08T17:12:39.111Z] #20 34.87 Selecting previously unselected package libreadline5:arm64. [2021-04-08T17:12:39.111Z] #20 34.88 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2021-04-08T17:12:39.111Z] #20 34.88 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-04-08T17:12:39.157Z] #43 90.85 CC criu/bfd.o [2021-04-08T17:12:39.375Z] #20 35.03 Selecting previously unselected package net-tools. [2021-04-08T17:12:39.375Z] #20 35.04 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2021-04-08T17:12:39.375Z] #20 35.06 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-08T17:12:39.375Z] #20 35.28 Selecting previously unselected package python-pip-whl. [2021-04-08T17:12:39.375Z] #20 35.29 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-04-08T17:12:39.375Z] #20 35.31 Unpacking python-pip-whl (18.1-5) ... [2021-04-08T17:12:39.417Z] #43 91.39 CC criu/bitmap.o [2021-04-08T17:12:39.417Z] #43 ... [2021-04-08T17:12:39.417Z] [2021-04-08T17:12:39.418Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-08T17:12:39.418Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-08T17:12:39.418Z] #20 27.25 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-04-08T17:12:39.418Z] #20 27.28 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-04-08T17:12:39.418Z] #20 28.35 debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:12:39.418Z] #20 28.46 Fetched 28.5 MB in 2s (12.2 MB/s) [2021-04-08T17:12:39.418Z] #20 28.53 Selecting previously unselected package pigz. [2021-04-08T17:12:39.418Z] #20 28.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 ... 23435 files and directories currently installed.) [2021-04-08T17:12:39.418Z] #20 28.59 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-04-08T17:12:39.418Z] #20 28.60 Unpacking pigz (2.4-1) ... [2021-04-08T17:12:39.418Z] #20 28.69 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-04-08T17:12:39.418Z] #20 28.70 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-04-08T17:12:39.418Z] #20 28.71 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-04-08T17:12:39.418Z] #20 29.17 Selecting previously unselected package python3.7-minimal. [2021-04-08T17:12:39.418Z] #20 29.18 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-04-08T17:12:39.418Z] #20 29.19 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-08T17:12:39.418Z] #20 30.09 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-04-08T17:12:39.418Z] #20 30.11 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-08T17:12:39.418Z] #20 32.09 Selecting previously unselected package python3-minimal. [2021-04-08T17:12:39.418Z] #20 32.09 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23684 files and directories currently installed.) [2021-04-08T17:12:39.418Z] #20 32.14 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-04-08T17:12:39.418Z] #20 32.15 Unpacking python3-minimal (3.7.3-1) ... [2021-04-08T17:12:39.418Z] #20 32.24 Selecting previously unselected package libmpdec2:amd64. [2021-04-08T17:12:39.418Z] #20 32.25 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-04-08T17:12:39.418Z] #20 32.26 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-04-08T17:12:39.418Z] #20 32.38 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-04-08T17:12:39.418Z] #20 32.39 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-04-08T17:12:39.418Z] #20 32.39 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-04-08T17:12:39.418Z] #20 33.34 Selecting previously unselected package python3.7. [2021-04-08T17:12:39.418Z] #20 33.36 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-04-08T17:12:39.418Z] #20 33.36 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-04-08T17:12:39.418Z] #20 33.50 Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-08T17:12:39.418Z] #20 33.50 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-04-08T17:12:39.418Z] #20 33.51 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-04-08T17:12:39.678Z] #20 33.61 Setting up python3-minimal (3.7.3-1) ... [2021-04-08T17:12:39.954Z] #20 35.71 Selecting previously unselected package python3-lib2to3. [2021-04-08T17:12:39.954Z] #20 35.71 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-04-08T17:12:39.954Z] #20 35.71 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-04-08T17:12:39.954Z] #20 ... [2021-04-08T17:12:39.954Z] [2021-04-08T17:12:39.954Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:39.954Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:12:39.954Z] #43 74.68 DEP criu/protobuf-desc.d [2021-04-08T17:12:39.954Z] #43 74.83 DEP criu/proc_parse.d [2021-04-08T17:12:39.954Z] #43 75.04 DEP criu/plugin.d [2021-04-08T17:12:39.954Z] #43 75.12 DEP criu/pipes.d [2021-04-08T17:12:39.954Z] #43 75.25 DEP criu/pie-util.d [2021-04-08T17:12:39.954Z] #43 75.34 DEP criu/pie-util-vdso.d [2021-04-08T17:12:39.954Z] #43 75.42 DEP criu/path.d [2021-04-08T17:12:39.954Z] #43 75.51 DEP criu/parasite-syscall.d [2021-04-08T17:12:39.954Z] #43 75.63 DEP criu/pagemap.d [2021-04-08T17:12:39.954Z] #43 75.76 DEP criu/pagemap-cache.d [2021-04-08T17:12:39.954Z] #43 75.85 DEP criu/page-xfer.d [2021-04-08T17:12:39.954Z] #43 76.02 DEP criu/page-pipe.d [2021-04-08T17:12:39.954Z] #43 76.16 DEP criu/netfilter.d [2021-04-08T17:12:39.954Z] #43 76.36 DEP criu/net.d [2021-04-08T17:12:39.954Z] #43 76.60 DEP criu/namespaces.d [2021-04-08T17:12:39.954Z] #43 76.85 DEP criu/mount.d [2021-04-08T17:12:39.954Z] #43 77.08 DEP criu/memfd.d [2021-04-08T17:12:39.954Z] #43 77.37 DEP criu/mem.d [2021-04-08T17:12:39.954Z] #43 77.63 DEP criu/lsm.d [2021-04-08T17:12:39.954Z] #43 77.84 DEP criu/log.d [2021-04-08T17:12:39.954Z] #43 77.94 DEP criu/libnetlink.d [2021-04-08T17:12:39.954Z] #43 78.07 DEP criu/kerndat.d [2021-04-08T17:12:39.954Z] #43 78.25 DEP criu/kcmp-ids.d [2021-04-08T17:12:39.954Z] #43 78.35 DEP criu/irmap.d [2021-04-08T17:12:39.954Z] #43 78.51 DEP criu/ipc_ns.d [2021-04-08T17:12:39.954Z] #43 78.67 DEP criu/image.d [2021-04-08T17:12:39.954Z] #43 78.79 DEP criu/image-desc.d [2021-04-08T17:12:39.954Z] #43 78.87 DEP criu/fsnotify.d [2021-04-08T17:12:39.954Z] #43 79.00 DEP criu/filesystems.d [2021-04-08T17:12:39.954Z] #43 79.14 DEP criu/files.d [2021-04-08T17:12:39.954Z] #43 79.27 DEP criu/files-reg.d [2021-04-08T17:12:39.954Z] #43 79.46 DEP criu/files-ext.d [2021-04-08T17:12:39.954Z] #43 79.59 DEP criu/file-lock.d [2021-04-08T17:12:39.954Z] #43 79.80 DEP criu/file-ids.d [2021-04-08T17:12:39.954Z] #43 79.93 DEP criu/fifo.d [2021-04-08T17:12:39.954Z] #43 80.01 DEP criu/fdstore.d [2021-04-08T17:12:39.954Z] #43 80.12 DEP criu/fault-injection.d [2021-04-08T17:12:39.954Z] #43 80.16 DEP criu/external.d [2021-04-08T17:12:39.954Z] #43 80.28 DEP criu/eventpoll.d [2021-04-08T17:12:39.954Z] #43 80.48 DEP criu/eventfd.d [2021-04-08T17:12:39.954Z] #43 80.57 DEP criu/crtools.d [2021-04-08T17:12:39.954Z] #43 80.77 DEP criu/cr-service.d [2021-04-08T17:12:39.954Z] #43 80.93 DEP criu/cr-restore.d [2021-04-08T17:12:39.954Z] #43 81.10 DEP criu/cr-errno.d [2021-04-08T17:12:39.954Z] #43 81.12 DEP criu/cr-dump.d [2021-04-08T17:12:39.954Z] #43 81.39 DEP criu/cr-dedup.d [2021-04-08T17:12:39.954Z] #43 81.52 DEP criu/cr-check.d [2021-04-08T17:12:39.954Z] #43 81.82 DEP criu/config.d [2021-04-08T17:12:39.954Z] #43 82.01 DEP criu/clone-noasan.d [2021-04-08T17:12:39.954Z] #43 82.17 DEP criu/cgroup.d [2021-04-08T17:12:39.954Z] #43 82.34 DEP criu/cgroup-props.d [2021-04-08T17:12:39.954Z] #43 82.43 DEP criu/bitmap.d [2021-04-08T17:12:39.954Z] #43 82.45 DEP criu/bfd.d [2021-04-08T17:12:39.954Z] #43 82.54 DEP criu/autofs.d [2021-04-08T17:12:39.954Z] #43 82.65 DEP criu/aio.d [2021-04-08T17:12:39.954Z] #43 82.79 DEP criu/action-scripts.d [2021-04-08T17:12:39.954Z] #43 83.18 CC criu/action-scripts.o [2021-04-08T17:12:39.954Z] #43 83.71 CC criu/aio.o [2021-04-08T17:12:39.954Z] #43 84.11 CC criu/autofs.o [2021-04-08T17:12:40.218Z] #43 ... [2021-04-08T17:12:40.218Z] [2021-04-08T17:12:40.218Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-08T17:12:40.218Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-08T17:12:40.218Z] #20 35.89 Selecting previously unselected package python3-distutils. [2021-04-08T17:12:40.218Z] #20 35.90 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-04-08T17:12:40.218Z] #20 35.91 Unpacking python3-distutils (3.7.3-1) ... [2021-04-08T17:12:40.218Z] #20 36.04 Selecting previously unselected package python3-pip. [2021-04-08T17:12:40.218Z] #20 36.05 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-04-08T17:12:40.218Z] #20 36.06 Unpacking python3-pip (18.1-5) ... [2021-04-08T17:12:40.249Z] #20 34.38 Selecting previously unselected package python3. [2021-04-08T17:12:40.249Z] #20 34.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 ... 24096 files and directories currently installed.) [2021-04-08T17:12:40.249Z] #20 34.43 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-04-08T17:12:40.483Z] #20 36.22 Selecting previously unselected package python3-pkg-resources. [2021-04-08T17:12:40.483Z] #20 36.22 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-04-08T17:12:40.483Z] #20 36.23 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-04-08T17:12:40.483Z] #20 36.40 Selecting previously unselected package python3-setuptools. [2021-04-08T17:12:40.483Z] #20 36.40 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-04-08T17:12:40.509Z] #20 34.45 Unpacking python3 (3.7.3-1) ... [2021-04-08T17:12:40.509Z] #20 34.56 Selecting previously unselected package libip4tc0:amd64. [2021-04-08T17:12:40.509Z] #20 34.56 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-04-08T17:12:40.509Z] #20 34.57 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-04-08T17:12:40.747Z] #20 36.42 Unpacking python3-setuptools (40.8.0-1) ... [2021-04-08T17:12:40.769Z] #20 34.67 Selecting previously unselected package libip6tc0:amd64. [2021-04-08T17:12:40.770Z] #20 34.68 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-04-08T17:12:40.770Z] #20 34.70 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-04-08T17:12:40.770Z] #20 34.79 Selecting previously unselected package libiptc0:amd64. [2021-04-08T17:12:40.770Z] #20 34.80 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-04-08T17:12:40.770Z] #20 34.81 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-04-08T17:12:40.770Z] #20 34.88 Selecting previously unselected package libnfnetlink0:amd64. [2021-04-08T17:12:40.770Z] #20 34.89 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-04-08T17:12:40.770Z] #20 34.89 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-04-08T17:12:41.012Z] #20 36.75 Selecting previously unselected package python3-wheel. [2021-04-08T17:12:41.012Z] #20 36.76 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-04-08T17:12:41.012Z] #20 36.76 Unpacking python3-wheel (0.32.3-2) ... [2021-04-08T17:12:41.012Z] #20 36.88 Selecting previously unselected package sudo. [2021-04-08T17:12:41.012Z] #20 36.89 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_arm64.deb ... [2021-04-08T17:12:41.012Z] #20 36.90 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-04-08T17:12:41.030Z] #20 34.94 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-04-08T17:12:41.030Z] #20 34.96 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-04-08T17:12:41.030Z] #20 34.96 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-04-08T17:12:41.030Z] #20 35.06 Selecting previously unselected package libnftnl11:amd64. [2021-04-08T17:12:41.030Z] #20 35.08 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-04-08T17:12:41.030Z] #20 35.08 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-04-08T17:12:41.030Z] #20 35.17 Selecting previously unselected package iptables. [2021-04-08T17:12:41.290Z] #20 35.18 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-04-08T17:12:41.290Z] #20 35.18 Unpacking iptables (1.8.2-4) ... [2021-04-08T17:12:41.550Z] #20 35.54 Selecting previously unselected package xxd. [2021-04-08T17:12:41.550Z] #20 35.54 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-04-08T17:12:41.550Z] #20 35.54 Unpacking xxd (2:8.1.0875-5) ... [2021-04-08T17:12:41.550Z] #20 35.66 Selecting previously unselected package vim-common. [2021-04-08T17:12:41.550Z] #20 35.67 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-08T17:12:41.550Z] #20 35.70 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-08T17:12:41.590Z] #20 37.34 Selecting previously unselected package thin-provisioning-tools. [2021-04-08T17:12:41.590Z] #20 37.36 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2021-04-08T17:12:41.590Z] #20 37.37 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-04-08T17:12:41.811Z] #20 35.87 Selecting previously unselected package bash-completion. [2021-04-08T17:12:41.811Z] #20 35.88 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-04-08T17:12:41.854Z] #20 37.57 Selecting previously unselected package uidmap. [2021-04-08T17:12:41.854Z] #20 37.58 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2021-04-08T17:12:41.854Z] #20 37.59 Unpacking uidmap (1:4.5-1.1) ... [2021-04-08T17:12:41.854Z] #20 37.73 Selecting previously unselected package vim-runtime. [2021-04-08T17:12:41.854Z] #20 37.74 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-04-08T17:12:41.854Z] #20 37.78 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-04-08T17:12:41.854Z] #20 37.83 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-04-08T17:12:42.118Z] #20 37.84 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-04-08T17:12:44.683Z] #20 40.14 Selecting previously unselected package vim. [2021-04-08T17:12:44.683Z] #20 40.16 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2021-04-08T17:12:44.683Z] #20 40.18 Unpacking vim (2:8.1.0875-5) ... [2021-04-08T17:12:44.683Z] #20 40.60 Selecting previously unselected package xfsprogs. [2021-04-08T17:12:44.683Z] #20 40.61 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2021-04-08T17:12:44.683Z] #20 40.62 Unpacking xfsprogs (4.20.0-1) ... [2021-04-08T17:12:45.108Z] #20 38.66 Unpacking bash-completion (1:2.8-6) ... [2021-04-08T17:12:45.108Z] #20 39.09 Selecting previously unselected package bzip2. [2021-04-08T17:12:45.108Z] #20 39.10 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-04-08T17:12:45.108Z] #20 39.11 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-08T17:12:45.108Z] #20 39.21 Selecting previously unselected package xz-utils. [2021-04-08T17:12:45.108Z] #20 39.23 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-04-08T17:12:45.108Z] #20 39.25 Unpacking xz-utils (5.2.4-1) ... [2021-04-08T17:12:45.261Z] #20 41.07 Selecting previously unselected package zip. [2021-04-08T17:12:45.261Z] #20 41.08 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2021-04-08T17:12:45.261Z] #20 41.10 Unpacking zip (3.0-11+b1) ... [2021-04-08T17:12:45.525Z] #20 41.34 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-04-08T17:12:45.630Z] #20 39.51 Selecting previously unselected package apparmor. [2021-04-08T17:12:45.630Z] #20 39.52 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-04-08T17:12:45.630Z] #20 39.60 Unpacking apparmor (2.13.2-10) ... [2021-04-08T17:12:45.789Z] #20 41.50 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-08T17:12:45.789Z] #20 41.52 Setting up libip6tc0:arm64 (1.8.2-4) ... [2021-04-08T17:12:45.789Z] #20 41.55 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-04-08T17:12:45.789Z] #20 41.57 Setting up libgpm2:arm64 (1.20.7-5) ... [2021-04-08T17:12:45.789Z] #20 41.62 Setting up libip4tc0:arm64 (1.8.2-4) ... [2021-04-08T17:12:45.789Z] #20 41.68 Setting up uidmap (1:4.5-1.1) ... [2021-04-08T17:12:45.789Z] #20 41.70 Setting up libnftnl11:arm64 (1.1.2-2) ... [2021-04-08T17:12:45.789Z] #20 41.73 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-04-08T17:12:45.789Z] #20 41.81 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-08T17:12:45.789Z] #20 41.82 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-04-08T17:12:45.891Z] #20 40.00 Selecting previously unselected package aufs-tools. [2021-04-08T17:12:45.891Z] #20 40.01 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-04-08T17:12:45.891Z] #20 40.02 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-04-08T17:12:46.053Z] #20 41.84 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-04-08T17:12:46.053Z] #20 41.85 Setting up xxd (2:8.1.0875-5) ... [2021-04-08T17:12:46.053Z] #20 41.88 Setting up zip (3.0-11+b1) ... [2021-04-08T17:12:46.053Z] #20 41.93 Setting up vim-common (2:8.1.0875-5) ... [2021-04-08T17:12:46.151Z] #20 40.16 Selecting previously unselected package libonig5:amd64. [2021-04-08T17:12:46.151Z] #20 40.17 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-04-08T17:12:46.151Z] #20 40.18 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-04-08T17:12:46.317Z] #20 41.98 Setting up bash-completion (1:2.8-6) ... [2021-04-08T17:12:46.411Z] #20 40.38 Selecting previously unselected package libjq1:amd64. [2021-04-08T17:12:46.412Z] #20 40.38 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-04-08T17:12:46.412Z] #20 40.39 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-08T17:12:46.412Z] #20 40.53 Selecting previously unselected package jq. [2021-04-08T17:12:46.412Z] #20 40.53 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-04-08T17:12:46.412Z] #20 40.54 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-08T17:12:46.412Z] #20 40.62 Selecting previously unselected package libaio1:amd64. [2021-04-08T17:12:46.672Z] #20 40.63 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-04-08T17:12:46.672Z] #20 40.63 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-04-08T17:12:46.672Z] #20 40.69 Selecting previously unselected package libgpm2:amd64. [2021-04-08T17:12:46.672Z] #20 40.69 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-04-08T17:12:46.672Z] #20 40.70 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-04-08T17:12:46.672Z] #20 40.78 Selecting previously unselected package libicu63:amd64. [2021-04-08T17:12:46.672Z] #20 40.79 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-04-08T17:12:46.672Z] #20 40.80 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-08T17:12:48.883Z] #20 44.73 Setting up libiptc0:arm64 (1.8.2-4) ... [2021-04-08T17:12:48.883Z] #20 44.75 Setting up xz-utils (5.2.4-1) ... [2021-04-08T17:12:48.883Z] #20 44.78 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-04-08T17:12:48.883Z] #20 44.82 Setting up sudo (1.8.27-1+deb10u3) ... [2021-04-08T17:12:48.883Z] #20 44.91 invoke-rc.d: could not determine current runlevel [2021-04-08T17:12:49.147Z] #20 44.92 invoke-rc.d: policy-rc.d denied execution of start. [2021-04-08T17:12:49.147Z] #20 44.93 Setting up pigz (2.4-1) ... [2021-04-08T17:12:49.147Z] #20 44.95 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-04-08T17:12:49.147Z] #20 44.97 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-04-08T17:12:49.147Z] #20 45.03 Setting up python-pip-whl (18.1-5) ... [2021-04-08T17:12:49.147Z] #20 45.05 Setting up libmpdec2:arm64 (2.4.2-2) ... [2021-04-08T17:12:49.147Z] #20 45.07 Setting up vim-runtime (2:8.1.0875-5) ... [2021-04-08T17:12:49.743Z] #20 45.56 Setting up libaio1:arm64 (0.3.112-3) ... [2021-04-08T17:12:49.743Z] #20 45.58 Setting up libonig5:arm64 (6.9.1-1) ... [2021-04-08T17:12:49.743Z] #20 45.60 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-04-08T17:12:49.743Z] #20 45.62 Setting up vim (2:8.1.0875-5) ... [2021-04-08T17:12:49.743Z] #20 45.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-04-08T17:12:49.743Z] #20 45.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-04-08T17:12:49.743Z] #20 45.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-04-08T17:12:49.743Z] #20 45.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-04-08T17:12:49.743Z] #20 45.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-04-08T17:12:49.743Z] #20 45.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-04-08T17:12:49.743Z] #20 45.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-04-08T17:12:49.743Z] #20 45.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-04-08T17:12:49.743Z] #20 45.76 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-04-08T17:12:49.969Z] #20 ... [2021-04-08T17:12:49.969Z] [2021-04-08T17:12:49.969Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:49.969Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:12:49.969Z] #43 91.60 CC criu/cgroup-props.o [2021-04-08T17:12:49.969Z] #43 92.30 CC criu/cgroup.o [2021-04-08T17:12:49.969Z] #43 94.96 CC criu/clone-noasan.o [2021-04-08T17:12:49.969Z] #43 95.16 CC criu/config.o [2021-04-08T17:12:49.969Z] #43 96.46 CC criu/cr-check.o [2021-04-08T17:12:49.969Z] #43 98.15 CC criu/cr-dedup.o [2021-04-08T17:12:49.969Z] #43 98.62 CC criu/cr-dump.o [2021-04-08T17:12:49.969Z] #43 100.8 CC criu/cr-errno.o [2021-04-08T17:12:49.969Z] #43 100.9 CC criu/cr-restore.o [2021-04-08T17:12:50.007Z] #20 45.78 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-04-08T17:12:50.007Z] #20 45.82 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-04-08T17:12:50.007Z] #20 45.84 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-08T17:12:50.007Z] #20 45.86 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2021-04-08T17:12:50.270Z] #20 45.94 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-04-08T17:12:50.539Z] #43 ... [2021-04-08T17:12:50.539Z] [2021-04-08T17:12:50.539Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-08T17:12:50.539Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-08T17:12:50.539Z] #20 44.42 Selecting previously unselected package libnet1:amd64. [2021-04-08T17:12:50.539Z] #20 44.42 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-08T17:12:50.540Z] #20 44.43 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-08T17:12:50.540Z] #20 44.53 Selecting previously unselected package libnl-3-200:amd64. [2021-04-08T17:12:50.540Z] #20 44.54 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-04-08T17:12:50.540Z] #20 44.54 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-04-08T17:12:50.540Z] #20 44.65 Selecting previously unselected package libprotobuf-c1:amd64. [2021-04-08T17:12:50.540Z] #20 44.66 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-04-08T17:12:50.540Z] #20 44.67 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-08T17:12:50.800Z] #20 44.76 Selecting previously unselected package libreadline5:amd64. [2021-04-08T17:12:50.800Z] #20 44.77 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-04-08T17:12:50.800Z] #20 44.79 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-04-08T17:12:50.800Z] #20 44.90 Selecting previously unselected package net-tools. [2021-04-08T17:12:50.800Z] #20 44.91 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-04-08T17:12:50.800Z] #20 44.92 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-08T17:12:50.848Z] #20 ... [2021-04-08T17:12:50.848Z] [2021-04-08T17:12:50.848Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:12:50.848Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:12:50.848Z] #43 85.40 CC criu/bfd.o [2021-04-08T17:12:50.848Z] #43 85.86 CC criu/bitmap.o [2021-04-08T17:12:50.848Z] #43 86.01 CC criu/cgroup-props.o [2021-04-08T17:12:50.848Z] #43 86.74 CC criu/cgroup.o [2021-04-08T17:12:50.848Z] #43 89.01 CC criu/clone-noasan.o [2021-04-08T17:12:50.848Z] #43 89.37 CC criu/config.o [2021-04-08T17:12:50.848Z] #43 90.51 CC criu/cr-check.o [2021-04-08T17:12:50.848Z] #43 92.05 CC criu/cr-dedup.o [2021-04-08T17:12:50.848Z] #43 92.48 CC criu/cr-dump.o [2021-04-08T17:12:50.848Z] #43 94.28 CC criu/cr-errno.o [2021-04-08T17:12:50.848Z] #43 94.35 CC criu/cr-restore.o [2021-04-08T17:12:51.061Z] #20 45.10 Selecting previously unselected package python-pip-whl. [2021-04-08T17:12:51.061Z] #20 45.11 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-04-08T17:12:51.061Z] #20 45.11 Unpacking python-pip-whl (18.1-5) ... [2021-04-08T17:12:51.632Z] #20 45.63 Selecting previously unselected package python3-lib2to3. [2021-04-08T17:12:51.632Z] #20 45.63 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-04-08T17:12:51.632Z] #20 45.64 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-04-08T17:12:51.677Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-08T17:12:51.678Z] [2021-04-08T17:12:51.678Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-04-08T17:12:51.678Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-04-08T17:12:51.678Z] Using test binary docker [2021-04-08T17:12:51.678Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-08T17:12:51.678Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-08T17:12:51.678Z] INFO: Waiting for daemon to start... [2021-04-08T17:12:51.678Z] Starting dockerd [2021-04-08T17:12:51.678Z] . [2021-04-08T17:12:51.678Z] INFO: Building docker-sdk-python3:5.0.0... [2021-04-08T17:12:51.892Z] #20 45.76 Selecting previously unselected package python3-distutils. [2021-04-08T17:12:51.892Z] #20 45.78 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-04-08T17:12:51.892Z] #20 45.79 Unpacking python3-distutils (3.7.3-1) ... [2021-04-08T17:12:51.892Z] #20 45.94 Selecting previously unselected package python3-pip. [2021-04-08T17:12:51.892Z] #20 45.95 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-04-08T17:12:51.892Z] #20 45.95 Unpacking python3-pip (18.1-5) ... [2021-04-08T17:12:52.152Z] #20 46.10 Selecting previously unselected package python3-pkg-resources. [2021-04-08T17:12:52.152Z] #20 46.11 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-04-08T17:12:52.152Z] #20 46.12 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-04-08T17:12:52.152Z] #20 46.27 Selecting previously unselected package python3-setuptools. [2021-04-08T17:12:52.152Z] #20 46.28 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-04-08T17:12:52.152Z] #20 46.29 Unpacking python3-setuptools (40.8.0-1) ... [2021-04-08T17:12:52.412Z] #20 46.50 Selecting previously unselected package python3-wheel. [2021-04-08T17:12:52.412Z] #20 46.51 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-04-08T17:12:52.412Z] #20 46.52 Unpacking python3-wheel (0.32.3-2) ... [2021-04-08T17:12:52.412Z] #20 46.59 Selecting previously unselected package sudo. [2021-04-08T17:12:52.412Z] #20 46.60 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-04-08T17:12:52.672Z] #20 46.60 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-04-08T17:12:52.794Z] #43 ... [2021-04-08T17:12:52.794Z] [2021-04-08T17:12:52.794Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-08T17:12:52.794Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-08T17:12:52.794Z] #20 48.77 Setting up iptables (1.8.2-4) ... [2021-04-08T17:12:53.058Z] #20 48.79 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-08T17:12:53.058Z] #20 48.80 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-08T17:12:53.058Z] #20 48.81 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-08T17:12:53.058Z] #20 48.82 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-08T17:12:53.058Z] #20 48.82 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-04-08T17:12:53.058Z] #20 48.83 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-04-08T17:12:53.058Z] #20 48.85 Setting up python3 (3.7.3-1) ... [2021-04-08T17:12:53.243Z] #20 47.10 Selecting previously unselected package thin-provisioning-tools. [2021-04-08T17:12:53.243Z] #20 47.11 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-04-08T17:12:53.243Z] #20 47.12 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-04-08T17:12:53.503Z] #20 47.36 Selecting previously unselected package uidmap. [2021-04-08T17:12:53.503Z] #20 47.37 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-04-08T17:12:53.503Z] #20 47.37 Unpacking uidmap (1:4.5-1.1) ... [2021-04-08T17:12:53.503Z] #20 47.50 Selecting previously unselected package vim-runtime. [2021-04-08T17:12:53.503Z] #20 47.50 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-04-08T17:12:53.503Z] #20 47.53 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-04-08T17:12:53.503Z] #20 47.57 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-04-08T17:12:53.503Z] #20 47.57 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-04-08T17:12:53.637Z] #20 49.44 Setting up python3-wheel (0.32.3-2) ... [2021-04-08T17:12:54.611Z] #20 50.31 Setting up apparmor (2.13.2-10) ... [2021-04-08T17:12:56.540Z] #20 52.34 Setting up xfsprogs (4.20.0-1) ... [2021-04-08T17:12:56.540Z] #20 52.39 Setting up python3-lib2to3 (3.7.3-1) ... [2021-04-08T17:12:56.851Z] #20 50.72 Selecting previously unselected package vim. [2021-04-08T17:12:56.851Z] #20 50.72 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-04-08T17:12:56.851Z] #20 50.74 Unpacking vim (2:8.1.0875-5) ... [2021-04-08T17:12:57.118Z] #20 52.86 Setting up python3-pkg-resources (40.8.0-1) ... [2021-04-08T17:12:57.123Z] #20 51.29 Selecting previously unselected package xfsprogs. [2021-04-08T17:12:57.123Z] #20 51.29 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-04-08T17:12:57.123Z] #20 51.30 Unpacking xfsprogs (4.20.0-1) ... [2021-04-08T17:12:57.699Z] #20 51.84 Selecting previously unselected package zip. [2021-04-08T17:12:57.959Z] #20 51.86 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-04-08T17:12:57.959Z] #20 51.87 Unpacking zip (3.0-11+b1) ... [2021-04-08T17:12:57.959Z] #20 52.04 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-04-08T17:12:57.959Z] #20 52.06 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-08T17:12:57.959Z] #20 52.07 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-04-08T17:12:57.959Z] #20 52.08 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-04-08T17:12:57.959Z] #20 52.09 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-04-08T17:12:57.959Z] #20 52.11 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-04-08T17:12:57.959Z] #20 52.12 Setting up uidmap (1:4.5-1.1) ... [2021-04-08T17:12:58.071Z] #20 53.86 Setting up python3-distutils (3.7.3-1) ... [2021-04-08T17:12:58.220Z] #20 52.13 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-04-08T17:12:58.220Z] #20 52.14 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-08T17:12:58.220Z] #20 52.15 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-08T17:12:58.220Z] #20 52.18 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-08T17:12:58.220Z] #20 52.20 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-08T17:12:58.220Z] #20 52.21 Setting up xxd (2:8.1.0875-5) ... [2021-04-08T17:12:58.220Z] #20 52.22 Setting up zip (3.0-11+b1) ... [2021-04-08T17:12:58.220Z] #20 52.23 Setting up vim-common (2:8.1.0875-5) ... [2021-04-08T17:12:58.220Z] #20 52.26 Setting up bash-completion (1:2.8-6) ... [2021-04-08T17:12:58.649Z] #20 54.39 Setting up python3-setuptools (40.8.0-1) ... [2021-04-08T17:13:00.048Z] #20 55.72 Setting up python3-pip (18.1-5) ... [2021-04-08T17:13:00.758Z] #20 54.97 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-04-08T17:13:00.758Z] #20 54.98 Setting up xz-utils (5.2.4-1) ... [2021-04-08T17:13:00.758Z] #20 55.00 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-04-08T17:13:01.021Z] #20 55.01 Setting up sudo (1.8.27-1+deb10u3) ... [2021-04-08T17:13:01.021Z] #20 55.08 invoke-rc.d: could not determine current runlevel [2021-04-08T17:13:01.021Z] #20 55.09 invoke-rc.d: policy-rc.d denied execution of start. [2021-04-08T17:13:01.021Z] #20 55.10 Setting up pigz (2.4-1) ... [2021-04-08T17:13:01.021Z] #20 55.12 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-04-08T17:13:01.021Z] #20 55.13 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-04-08T17:13:01.021Z] #20 55.15 Setting up python-pip-whl (18.1-5) ... [2021-04-08T17:13:01.021Z] #20 55.16 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-04-08T17:13:01.021Z] #20 55.17 Setting up vim-runtime (2:8.1.0875-5) ... [2021-04-08T17:13:01.448Z] #20 57.06 Processing triggers for libc-bin (2.28-10) ... [2021-04-08T17:13:01.448Z] #20 57.41 Processing triggers for mime-support (3.62) ... [2021-04-08T17:13:01.590Z] #20 55.66 Setting up libaio1:amd64 (0.3.112-3) ... [2021-04-08T17:13:01.590Z] #20 55.67 Setting up libonig5:amd64 (6.9.1-1) ... [2021-04-08T17:13:01.590Z] #20 55.68 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-04-08T17:13:01.590Z] #20 55.71 Setting up vim (2:8.1.0875-5) ... [2021-04-08T17:13:01.590Z] #20 55.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-04-08T17:13:01.590Z] #20 55.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-04-08T17:13:01.590Z] #20 55.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-04-08T17:13:01.590Z] #20 55.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-04-08T17:13:01.590Z] #20 55.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-04-08T17:13:01.590Z] #20 55.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-04-08T17:13:01.590Z] #20 55.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-04-08T17:13:01.590Z] #20 55.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-04-08T17:13:01.850Z] #20 55.79 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-08T17:13:01.850Z] #20 55.81 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-04-08T17:13:01.850Z] #20 55.82 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-04-08T17:13:01.850Z] #20 55.84 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-08T17:13:01.850Z] #20 55.85 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-04-08T17:13:01.850Z] #20 55.86 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-04-08T17:13:03.231Z] #20 ... [2021-04-08T17:13:03.231Z] [2021-04-08T17:13:03.231Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:03.231Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:13:03.231Z] #43 105.3 CC criu/cr-service.o [2021-04-08T17:13:03.231Z] #43 106.8 CC criu/crtools.o [2021-04-08T17:13:03.231Z] #43 107.4 CC criu/eventfd.o [2021-04-08T17:13:03.231Z] #43 107.9 CC criu/eventpoll.o [2021-04-08T17:13:03.231Z] #43 108.8 CC criu/external.o [2021-04-08T17:13:03.231Z] #43 109.3 CC criu/fault-injection.o [2021-04-08T17:13:03.231Z] #43 109.4 CC criu/fdstore.o [2021-04-08T17:13:03.231Z] #43 109.8 CC criu/fifo.o [2021-04-08T17:13:03.231Z] #43 110.1 CC criu/file-ids.o [2021-04-08T17:13:03.231Z] #43 110.4 CC criu/file-lock.o [2021-04-08T17:13:03.231Z] #43 111.4 CC criu/files-ext.o [2021-04-08T17:13:03.231Z] #43 111.8 CC criu/files-reg.o [2021-04-08T17:13:03.231Z] #43 114.2 CC criu/files.o [2021-04-08T17:13:03.381Z] #20 DONE 59.2s [2021-04-08T17:13:03.381Z] [2021-04-08T17:13:03.381Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-04-08T17:13:03.381Z] #21 sha256:3a04c6fdd7ef5872a267faf8a5f2edcdb730aaf9dae03f62142eed23000d4fab [2021-04-08T17:13:03.961Z] #21 ... [2021-04-08T17:13:03.961Z] [2021-04-08T17:13:03.961Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:03.961Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:13:03.961Z] #43 98.57 CC criu/cr-service.o [2021-04-08T17:13:03.961Z] #43 99.98 CC criu/crtools.o [2021-04-08T17:13:03.961Z] #43 100.5 CC criu/eventfd.o [2021-04-08T17:13:03.961Z] #43 100.7 CC criu/eventpoll.o [2021-04-08T17:13:03.961Z] #43 101.4 CC criu/external.o [2021-04-08T17:13:03.961Z] #43 101.8 CC criu/fault-injection.o [2021-04-08T17:13:03.961Z] #43 102.0 CC criu/fdstore.o [2021-04-08T17:13:03.961Z] #43 102.4 CC criu/fifo.o [2021-04-08T17:13:03.961Z] #43 102.9 CC criu/file-ids.o [2021-04-08T17:13:03.961Z] #43 103.3 CC criu/file-lock.o [2021-04-08T17:13:03.961Z] #43 104.2 CC criu/files-ext.o [2021-04-08T17:13:03.961Z] #43 104.6 CC criu/files-reg.o [2021-04-08T17:13:03.961Z] #43 106.6 CC criu/files.o [2021-04-08T17:13:03.961Z] #43 108.4 CC criu/filesystems.o [2021-04-08T17:13:04.539Z] #43 109.3 CC criu/fsnotify.o [2021-04-08T17:13:04.614Z] #43 116.5 CC criu/filesystems.o [2021-04-08T17:13:04.809Z] #43 ... [2021-04-08T17:13:04.809Z] [2021-04-08T17:13:04.809Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-04-08T17:13:04.809Z] #21 sha256:3a04c6fdd7ef5872a267faf8a5f2edcdb730aaf9dae03f62142eed23000d4fab [2021-04-08T17:13:04.809Z] #21 1.365 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-04-08T17:13:04.809Z] #21 1.372 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-04-08T17:13:04.809Z] #21 1.387 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-04-08T17:13:04.874Z] #43 ... [2021-04-08T17:13:04.874Z] [2021-04-08T17:13:04.874Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-08T17:13:04.874Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-08T17:13:04.874Z] #20 58.96 Setting up iptables (1.8.2-4) ... [2021-04-08T17:13:04.874Z] #20 58.98 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-08T17:13:04.874Z] #20 58.99 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-08T17:13:05.135Z] #20 59.00 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-08T17:13:05.135Z] #20 59.00 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-08T17:13:05.135Z] #20 59.01 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-04-08T17:13:05.135Z] #20 59.02 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-04-08T17:13:05.135Z] #20 59.03 Setting up python3 (3.7.3-1) ... [2021-04-08T17:13:05.395Z] #20 59.42 Setting up python3-wheel (0.32.3-2) ... [2021-04-08T17:13:05.761Z] #21 DONE 2.3s [2021-04-08T17:13:05.761Z] [2021-04-08T17:13:05.761Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:05.761Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:13:05.761Z] #43 110.3 CC criu/image-desc.o [2021-04-08T17:13:05.761Z] #43 110.5 CC criu/image.o [2021-04-08T17:13:06.337Z] #20 60.20 Setting up apparmor (2.13.2-10) ... [2021-04-08T17:13:07.158Z] #43 111.6 CC criu/ipc_ns.o [2021-04-08T17:13:08.110Z] #43 112.8 CC criu/irmap.o [2021-04-08T17:13:08.248Z] #20 62.02 Setting up xfsprogs (4.20.0-1) ... [2021-04-08T17:13:08.248Z] #20 62.03 Setting up python3-lib2to3 (3.7.3-1) ... [2021-04-08T17:13:08.508Z] #20 62.42 Setting up python3-pkg-resources (40.8.0-1) ... [2021-04-08T17:13:08.688Z] #43 ... [2021-04-08T17:13:08.688Z] [2021-04-08T17:13:08.688Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-08T17:13:08.688Z] #49 sha256:8a66621e45ae56e54f351a74031759a8b4dd704363656c595e3b76195b602831 [2021-04-08T17:13:08.688Z] #49 176.0 + /build/golangci-lint --version [2021-04-08T17:13:08.688Z] #49 176.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-04-08T17:13:08.688Z] #49 DONE 177.4s [2021-04-08T17:13:08.688Z] [2021-04-08T17:13:08.688Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-04-08T17:13:08.689Z] #22 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6 [2021-04-08T17:13:09.449Z] #20 63.30 Setting up python3-distutils (3.7.3-1) ... [2021-04-08T17:13:09.711Z] #20 63.75 Setting up python3-setuptools (40.8.0-1) ... [2021-04-08T17:13:10.661Z] #22 5.144 Collecting yamllint==1.16.0 [2021-04-08T17:13:11.095Z] #20 64.95 Setting up python3-pip (18.1-5) ... [2021-04-08T17:13:11.619Z] #22 ... [2021-04-08T17:13:11.619Z] [2021-04-08T17:13:11.619Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:11.619Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:13:11.619Z] #43 113.5 CC criu/kcmp-ids.o [2021-04-08T17:13:11.619Z] #43 114.0 CC criu/kerndat.o [2021-04-08T17:13:11.619Z] #43 115.6 CC criu/libnetlink.o [2021-04-08T17:13:11.619Z] #43 115.9 CC criu/log.o [2021-04-08T17:13:11.619Z] #43 116.3 CC criu/lsm.o [2021-04-08T17:13:11.802Z] #20 65.92 Processing triggers for libc-bin (2.28-10) ... [2021-04-08T17:13:11.803Z] #20 65.97 Processing triggers for mime-support (3.62) ... [2021-04-08T17:13:11.882Z] #43 116.7 CC criu/mem.o [2021-04-08T17:13:12.746Z] #20 DONE 66.7s [2021-04-08T17:13:12.746Z] [2021-04-08T17:13:12.746Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-04-08T17:13:12.746Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-04-08T17:13:13.278Z] #43 118.0 CC criu/memfd.o [2021-04-08T17:13:13.685Z] #21 1.071 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-04-08T17:13:13.685Z] #21 1.076 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-04-08T17:13:13.685Z] #21 1.083 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-04-08T17:13:13.685Z] #21 DONE 1.1s [2021-04-08T17:13:13.685Z] [2021-04-08T17:13:13.685Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-08T17:13:13.685Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-08T17:13:13.685Z] #40 193.4 + dpkg --print-architecture [2021-04-08T17:13:13.685Z] #40 193.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-04-08T17:13:13.685Z] #40 193.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-04-08T17:13:13.685Z] #40 193.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-04-08T17:13:13.855Z] #43 118.6 CC criu/mount.o [2021-04-08T17:13:15.594Z] #40 ... [2021-04-08T17:13:15.594Z] [2021-04-08T17:13:15.594Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:15.594Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:13:15.594Z] #43 117.3 CC criu/fsnotify.o [2021-04-08T17:13:15.594Z] #43 118.3 CC criu/image-desc.o [2021-04-08T17:13:15.594Z] #43 118.6 CC criu/image.o [2021-04-08T17:13:15.594Z] #43 119.5 CC criu/ipc_ns.o [2021-04-08T17:13:15.594Z] #43 120.7 CC criu/irmap.o [2021-04-08T17:13:15.594Z] #43 121.3 CC criu/kcmp-ids.o [2021-04-08T17:13:15.594Z] #43 121.7 CC criu/kerndat.o [2021-04-08T17:13:15.594Z] #43 122.9 CC criu/libnetlink.o [2021-04-08T17:13:15.594Z] #43 123.4 CC criu/log.o [2021-04-08T17:13:15.594Z] #43 124.0 CC criu/lsm.o [2021-04-08T17:13:15.594Z] #43 124.5 CC criu/mem.o [2021-04-08T17:13:15.594Z] #43 127.0 CC criu/memfd.o [2021-04-08T17:13:15.594Z] #43 127.6 CC criu/mount.o [2021-04-08T17:13:16.419Z] #43 ... [2021-04-08T17:13:16.419Z] [2021-04-08T17:13:16.419Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-04-08T17:13:16.419Z] #22 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6 [2021-04-08T17:13:16.419Z] #22 10.50 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-04-08T17:13:16.419Z] #22 10.59 Collecting pyyaml (from yamllint==1.16.0) [2021-04-08T17:13:16.419Z] #22 10.81 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-04-08T17:13:16.996Z] #22 11.39 Installing build dependencies: started [2021-04-08T17:13:19.791Z] #43 131.8 CC criu/namespaces.o [2021-04-08T17:13:21.703Z] #43 133.6 CC criu/net.o [2021-04-08T17:13:23.614Z] #43 ... [2021-04-08T17:13:23.614Z] [2021-04-08T17:13:23.614Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-04-08T17:13:23.614Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-04-08T17:13:23.614Z] #22 5.170 Collecting yamllint==1.16.0 [2021-04-08T17:13:24.555Z] #22 10.67 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-04-08T17:13:24.555Z] #22 10.76 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-04-08T17:13:24.555Z] #22 10.79 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-04-08T17:13:24.555Z] #22 10.83 Collecting pyyaml (from yamllint==1.16.0) [2021-04-08T17:13:24.816Z] #22 ... [2021-04-08T17:13:24.816Z] [2021-04-08T17:13:24.816Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:24.816Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:13:24.816Z] #43 136.6 CC criu/netfilter.o [2021-04-08T17:13:25.077Z] #43 137.0 CC criu/page-pipe.o [2021-04-08T17:13:25.164Z] #22 ... [2021-04-08T17:13:25.164Z] [2021-04-08T17:13:25.164Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:25.164Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:13:25.164Z] #43 121.4 CC criu/namespaces.o [2021-04-08T17:13:25.164Z] #43 123.0 CC criu/net.o [2021-04-08T17:13:25.164Z] #43 125.3 CC criu/netfilter.o [2021-04-08T17:13:25.164Z] #43 125.6 CC criu/page-pipe.o [2021-04-08T17:13:25.164Z] #43 126.4 CC criu/page-xfer.o [2021-04-08T17:13:25.164Z] #43 127.7 CC criu/pagemap-cache.o [2021-04-08T17:13:25.164Z] #43 128.1 CC criu/pagemap.o [2021-04-08T17:13:25.164Z] #43 129.0 CC criu/parasite-syscall.o [2021-04-08T17:13:25.164Z] #43 129.8 CC criu/path.o [2021-04-08T17:13:25.428Z] #43 130.0 CC criu/pie-util-vdso.o [2021-04-08T17:13:25.648Z] #43 137.8 CC criu/page-xfer.o [2021-04-08T17:13:25.692Z] #43 130.4 CC criu/pie-util.o [2021-04-08T17:13:25.908Z] #43 ... [2021-04-08T17:13:25.908Z] [2021-04-08T17:13:25.908Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-04-08T17:13:25.908Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-04-08T17:13:25.908Z] #22 11.07 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-04-08T17:13:25.908Z] #22 11.53 Installing collected packages: pathspec, pyyaml, yamllint [2021-04-08T17:13:25.908Z] #22 11.94 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-04-08T17:13:25.908Z] #22 DONE 12.3s [2021-04-08T17:13:25.956Z] #43 130.5 CC criu/pipes.o [2021-04-08T17:13:26.169Z] [2021-04-08T17:13:26.169Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-08T17:13:26.169Z] #25 sha256:9470952153a4a343ea4fde739bb126bc4e1cd534bbb77897a85537052b95b7e0 [2021-04-08T17:13:26.430Z] #25 DONE 0.2s [2021-04-08T17:13:26.430Z] [2021-04-08T17:13:26.430Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-08T17:13:26.430Z] #30 sha256:928f162d5ce61edb1c95ef236ac4d591d7db7af0a69720f047781dab8ef4eec3 [2021-04-08T17:13:26.534Z] #43 131.4 CC criu/plugin.o [2021-04-08T17:13:27.112Z] #43 131.8 CC criu/proc_parse.o [2021-04-08T17:13:27.370Z] #30 DONE 1.1s [2021-04-08T17:13:27.370Z] [2021-04-08T17:13:27.370Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-08T17:13:27.370Z] #33 sha256:bb054f334e93b63450139273349b1583f26babd79be010579a13956b2029c181 [2021-04-08T17:13:27.370Z] #33 DONE 0.1s [2021-04-08T17:13:27.370Z] [2021-04-08T17:13:27.370Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-04-08T17:13:27.370Z] #35 sha256:01ad4c4f17670e1e30be82ddf74ed7b047401bb7dae78e4cc5f4beb7238909e9 [2021-04-08T17:13:27.370Z] #35 DONE 0.1s [2021-04-08T17:13:27.370Z] [2021-04-08T17:13:27.370Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-08T17:13:27.370Z] #38 sha256:70b137608287624036fa03801cadee994df3364b8d900f1f4e8ecb5f0abb4265 [2021-04-08T17:13:27.370Z] #38 DONE 0.0s [2021-04-08T17:13:27.370Z] [2021-04-08T17:13:27.370Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-08T17:13:27.370Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-08T17:13:27.941Z] #40 ... [2021-04-08T17:13:27.941Z] [2021-04-08T17:13:27.941Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:27.941Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:13:27.941Z] #43 139.7 CC criu/pagemap-cache.o [2021-04-08T17:13:27.941Z] #43 140.1 CC criu/pagemap.o [2021-04-08T17:13:28.882Z] #43 141.0 CC criu/parasite-syscall.o [2021-04-08T17:13:29.676Z] #43 134.1 CC criu/protobuf-desc.o [2021-04-08T17:13:29.822Z] #43 141.8 CC criu/path.o [2021-04-08T17:13:30.083Z] #43 142.0 CC criu/pie-util-vdso-elf32.o [2021-04-08T17:13:30.253Z] #43 135.1 CC criu/protobuf.o [2021-04-08T17:13:30.343Z] #43 142.5 CC criu/pie-util-vdso.o [2021-04-08T17:13:30.385Z] sha256:a1c9195a5982c42afa81b577bf15b73637d0b0a397647d898c849571aece193c [2021-04-08T17:13:30.385Z] INFO: Starting docker-py tests... [2021-04-08T17:13:30.385Z] ============================= test session starts ============================== [2021-04-08T17:13:30.385Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-04-08T17:13:30.385Z] rootdir: /src, inifile: pytest.ini [2021-04-08T17:13:30.385Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-04-08T17:13:30.385Z] collected 390 items / 1 deselected / 389 selected [2021-04-08T17:13:30.385Z] [2021-04-08T17:13:30.831Z] #43 135.4 CC criu/pstree.o [2021-04-08T17:13:30.914Z] #43 142.8 CC criu/pie-util.o [2021-04-08T17:13:31.174Z] #43 143.1 CC criu/pipes.o [2021-04-08T17:13:31.409Z] #43 ... [2021-04-08T17:13:31.409Z] [2021-04-08T17:13:31.409Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-04-08T17:13:31.409Z] #22 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6 [2021-04-08T17:13:31.409Z] #22 25.88 Installing build dependencies: finished with status 'done' [2021-04-08T17:13:32.115Z] #43 143.8 CC criu/plugin.o [2021-04-08T17:13:32.115Z] #43 144.2 CC criu/proc_parse.o [2021-04-08T17:13:34.657Z] #43 146.5 CC criu/protobuf-desc.o [2021-04-08T17:13:35.598Z] #43 147.4 CC criu/protobuf.o [2021-04-08T17:13:35.859Z] #43 147.8 CC criu/pstree.o [2021-04-08T17:13:36.430Z] #43 ... [2021-04-08T17:13:36.430Z] [2021-04-08T17:13:36.430Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-08T17:13:36.430Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-08T17:13:36.430Z] #40 DONE 222.0s [2021-04-08T17:13:36.691Z] [2021-04-08T17:13:36.691Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-08T17:13:36.691Z] #56 sha256:1c528d47ffb9f84953b098c7cbab06be1eea721a2898c032d1b2f9c02c673a8c [2021-04-08T17:13:37.261Z] #56 ... [2021-04-08T17:13:37.261Z] [2021-04-08T17:13:37.261Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:37.261Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:13:37.261Z] #43 149.1 CC criu/rbtree.o [2021-04-08T17:13:37.521Z] #43 149.5 CC criu/rst-malloc.o [2021-04-08T17:13:37.781Z] #43 149.9 CC criu/seccomp.o [2021-04-08T17:13:38.025Z] #22 ... [2021-04-08T17:13:38.025Z] [2021-04-08T17:13:38.025Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:38.025Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:13:38.025Z] #43 136.5 CC criu/rbtree.o [2021-04-08T17:13:38.025Z] #43 136.7 CC criu/rst-malloc.o [2021-04-08T17:13:38.025Z] #43 137.1 CC criu/seccomp.o [2021-04-08T17:13:38.025Z] #43 137.6 CC criu/seize.o [2021-04-08T17:13:38.025Z] #43 138.4 CC criu/servicefd.o [2021-04-08T17:13:38.025Z] #43 138.8 CC criu/shmem.o [2021-04-08T17:13:38.025Z] #43 139.6 CC criu/sigframe.o [2021-04-08T17:13:38.025Z] #43 139.8 CC criu/signalfd.o [2021-04-08T17:13:38.025Z] #43 140.0 CC criu/sk-inet.o [2021-04-08T17:13:38.025Z] #43 140.9 CC criu/sk-netlink.o [2021-04-08T17:13:38.025Z] #43 141.3 CC criu/sk-packet.o [2021-04-08T17:13:38.025Z] #43 ... [2021-04-08T17:13:38.025Z] [2021-04-08T17:13:38.025Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-04-08T17:13:38.025Z] #22 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6 [2021-04-08T17:13:38.025Z] #22 31.46 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-04-08T17:13:38.025Z] #22 31.51 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-04-08T17:13:38.025Z] #22 31.54 Building wheels for collected packages: pyyaml [2021-04-08T17:13:38.025Z] #22 31.55 Running setup.py bdist_wheel for pyyaml: started [2021-04-08T17:13:38.604Z] #22 32.88 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-04-08T17:13:38.604Z] #22 32.88 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-04-08T17:13:38.604Z] #22 33.01 Successfully built pyyaml [2021-04-08T17:13:38.722Z] #43 150.6 CC criu/seize.o [2021-04-08T17:13:38.722Z] #43 ... [2021-04-08T17:13:38.722Z] [2021-04-08T17:13:38.722Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-08T17:13:38.722Z] #41 sha256:41859033303f77eeeebecccd8b9c3696977713bfb75e3ea57514d8611a6d1ea0 [2021-04-08T17:13:38.722Z] #41 DONE 0.6s [2021-04-08T17:13:38.869Z] #22 33.02 Installing collected packages: pyyaml, pathspec, yamllint [2021-04-08T17:13:38.982Z] [2021-04-08T17:13:38.982Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:38.982Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:13:39.134Z] #22 33.33 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-04-08T17:13:39.552Z] #43 151.4 CC criu/servicefd.o [2021-04-08T17:13:39.813Z] #43 151.8 CC criu/shmem.o [2021-04-08T17:13:40.383Z] #43 152.5 CC criu/sigframe.o [2021-04-08T17:13:40.643Z] #43 152.7 CC criu/signalfd.o [2021-04-08T17:13:41.218Z] #43 153.0 CC criu/sk-inet.o [2021-04-08T17:13:41.478Z] #43 ... [2021-04-08T17:13:41.478Z] [2021-04-08T17:13:41.478Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-08T17:13:41.478Z] #49 sha256:08779085ddafaad5ed2741a83cfc220f9bc89ff572bb6963a6cdc58c97068860 [2021-04-08T17:13:41.478Z] #49 227.0 + /build/golangci-lint --version [2021-04-08T17:13:41.478Z] #49 227.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-04-08T17:13:41.478Z] #49 DONE 227.5s [2021-04-08T17:13:41.698Z] #22 DONE 35.7s [2021-04-08T17:13:41.698Z] [2021-04-08T17:13:41.698Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-08T17:13:41.698Z] #53 sha256:4d9f2bd6ce75e268c634341f77c540af08d88fb8d4afd26e18a54a1953dd6d99 [2021-04-08T17:13:41.698Z] #53 107.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-04-08T17:13:41.738Z] [2021-04-08T17:13:41.738Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-08T17:13:41.738Z] #53 sha256:1c8110e4184b0cff8cd0c1a62295601e89d9ebd6b9341e02ecfba3c681c5f1ab [2021-04-08T17:13:41.962Z] #53 108.3 + mkdir -p /build [2021-04-08T17:13:41.962Z] #53 108.3 + cp runc /build/runc [2021-04-08T17:13:41.999Z] #53 ... [2021-04-08T17:13:41.999Z] [2021-04-08T17:13:41.999Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:41.999Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-08T17:13:41.999Z] #43 154.0 CC criu/sk-netlink.o [2021-04-08T17:13:42.569Z] #43 154.5 CC criu/sk-packet.o [2021-04-08T17:13:42.832Z] #43 155.0 CC criu/sk-queue.o [2021-04-08T17:13:42.913Z] #53 ... [2021-04-08T17:13:42.913Z] [2021-04-08T17:13:42.913Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-08T17:13:42.913Z] #56 sha256:1bf4602437e220090eba54fbe994cb56b066a7b26fc80921c8ba737af9362ced [2021-04-08T17:13:42.913Z] #56 154.3 + bin/containerd [2021-04-08T17:13:43.177Z] #56 ... [2021-04-08T17:13:43.177Z] [2021-04-08T17:13:43.177Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:43.177Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:13:43.177Z] #43 141.9 CC criu/sk-queue.o [2021-04-08T17:13:43.177Z] #43 142.4 CC criu/sk-tcp.o [2021-04-08T17:13:43.177Z] #43 143.1 CC criu/sk-unix.o [2021-04-08T17:13:43.177Z] #43 145.0 CC criu/sockets.o [2021-04-08T17:13:43.177Z] #43 145.7 CC criu/stats.o [2021-04-08T17:13:43.177Z] #43 146.0 CC criu/string.o [2021-04-08T17:13:43.177Z] #43 146.1 CC criu/sysctl.o [2021-04-08T17:13:43.177Z] #43 146.6 CC criu/sysfs_parse.o [2021-04-08T17:13:43.177Z] #43 147.0 CC criu/timens.o [2021-04-08T17:13:43.177Z] #43 147.3 CC criu/timerfd.o [2021-04-08T17:13:43.177Z] #43 147.7 CC criu/tty.o [2021-04-08T17:13:43.402Z] #43 155.3 CC criu/sk-tcp.o [2021-04-08T17:13:43.662Z] #43 155.6 CC criu/sk-unix.o [2021-04-08T17:13:43.755Z] #43 ... [2021-04-08T17:13:43.755Z] [2021-04-08T17:13:43.755Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-08T17:13:43.755Z] #53 sha256:4d9f2bd6ce75e268c634341f77c540af08d88fb8d4afd26e18a54a1953dd6d99 [2021-04-08T17:13:43.755Z] #53 DONE 110.0s [2021-04-08T17:13:43.755Z] [2021-04-08T17:13:43.755Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:43.755Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:13:44.603Z] #43 156.8 CC criu/sockets.o [2021-04-08T17:13:44.708Z] #43 ... [2021-04-08T17:13:44.708Z] [2021-04-08T17:13:44.708Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-08T17:13:44.708Z] #24 sha256:9126ae73a4455692459921a36f1a6e371bbaeb4b22d438e4e14478ada266b414 [2021-04-08T17:13:44.708Z] #24 213.5 + return [2021-04-08T17:13:44.972Z] #24 DONE 213.8s [2021-04-08T17:13:44.972Z] [2021-04-08T17:13:44.972Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:44.972Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:13:44.972Z] #43 149.6 CC criu/tun.o [2021-04-08T17:13:45.236Z] #43 150.1 CC criu/uffd.o [2021-04-08T17:13:45.543Z] #43 157.5 CC criu/stats.o [2021-04-08T17:13:45.804Z] #43 157.7 CC criu/string.o [2021-04-08T17:13:45.804Z] #43 157.8 CC criu/sysctl.o [2021-04-08T17:13:46.375Z] #43 158.3 CC criu/sysfs_parse.o [2021-04-08T17:13:46.375Z] #43 158.5 CC criu/timens.o [2021-04-08T17:13:46.635Z] #43 151.2 CC criu/util.o [2021-04-08T17:13:46.945Z] #43 158.7 CC criu/timerfd.o [2021-04-08T17:13:46.945Z] #43 159.0 CC criu/tty.o [2021-04-08T17:13:47.597Z] #43 ... [2021-04-08T17:13:47.597Z] [2021-04-08T17:13:47.597Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-08T17:13:47.597Z] #25 sha256:b9a1ce295d9e3ae9762f71ef57ea89adc25d7ff9f2652a1fd1da4042913a2110 [2021-04-08T17:13:47.597Z] #25 DONE 0.7s [2021-04-08T17:13:47.597Z] [2021-04-08T17:13:47.597Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-08T17:13:47.597Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-08T17:13:47.597Z] #43 152.4 CC criu/uts_ns.o [2021-04-08T17:13:48.176Z] #43 152.6 CC criu/vdso.o [2021-04-08T17:13:48.327Z] #43 160.1 CC criu/tun.o [2021-04-08T17:13:48.327Z] #43 160.4 CC criu/uffd.o [2021-04-08T17:13:48.439Z] #43 153.1 LINK criu/built-in.o [2021-04-08T17:13:48.439Z] #43 153.2 LINK criu/criu [2021-04-08T17:13:49.018Z] #43 153.6 DEP lib/c/criu.d [2021-04-08T17:13:49.018Z] #43 153.7 CC images/rpc.pb-c.o [2021-04-08T17:13:49.335Z] #43 161.3 CC criu/util.o [2021-04-08T17:13:49.597Z] #43 154.2 CC lib/c/criu.o [2021-04-08T17:13:50.287Z] #43 162.3 CC criu/uts_ns.o [2021-04-08T17:13:50.549Z] #43 162.4 CC criu/vdso-compat.o [2021-04-08T17:13:50.549Z] #43 162.6 CC criu/vdso.o [2021-04-08T17:13:50.576Z] #43 155.2 LINK lib/c/built-in.o [2021-04-08T17:13:50.576Z] #43 155.2 LINK lib/c/libcriu.so [2021-04-08T17:13:50.576Z] #43 155.3 LINK lib/c/libcriu.a [2021-04-08T17:13:50.838Z] #43 155.4 GEN magic.py [2021-04-08T17:13:50.838Z] #43 155.6 Note: Building without setproctitle() and strlcpy() support. [2021-04-08T17:13:50.838Z] #43 155.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-08T17:13:50.838Z] #43 155.6 Note: Building without GnuTLS support [2021-04-08T17:13:50.838Z] #43 155.6 Makefile.config:39: Warn: you have no libnftables installed [2021-04-08T17:13:50.838Z] #43 155.6 Makefile.config:40: Warn: Building without nftables support [2021-04-08T17:13:51.118Z] #43 163.0 LINK criu/built-in.o [2021-04-08T17:13:51.118Z] #43 163.2 LINK criu/criu [2021-04-08T17:13:51.688Z] #43 163.4 DEP lib/c/criu.d [2021-04-08T17:13:51.688Z] #43 163.5 CC images/rpc.pb-c.o [2021-04-08T17:13:51.788Z] #43 156.4 fatal: not a git repository (or any of the parent directories): .git [2021-04-08T17:13:51.948Z] #43 163.9 CC lib/c/criu.o [2021-04-08T17:13:52.738Z] #43 157.2 make[1]: Nothing to be done for 'all'. [2021-04-08T17:13:52.887Z] #43 164.7 LINK lib/c/built-in.o [2021-04-08T17:13:52.887Z] #43 164.7 LINK lib/c/libcriu.so [2021-04-08T17:13:52.887Z] #43 164.8 LINK lib/c/libcriu.a [2021-04-08T17:13:52.887Z] #43 164.9 GEN magic.py [2021-04-08T17:13:53.147Z] #43 165.0 Note: Building without setproctitle() and strlcpy() support. [2021-04-08T17:13:53.147Z] #43 165.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-08T17:13:53.147Z] #43 165.0 Note: Building without GnuTLS support [2021-04-08T17:13:53.147Z] #43 165.0 Makefile.config:39: Warn: you have no libnftables installed [2021-04-08T17:13:53.147Z] #43 165.0 Makefile.config:40: Warn: Building without nftables support [2021-04-08T17:13:53.316Z] #43 158.0 make[1]: 'images/built-in.o' is up to date. [2021-04-08T17:13:53.316Z] #43 158.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-04-08T17:13:53.316Z] #43 158.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-04-08T17:13:53.580Z] #43 158.2 make[1]: 'compel/libcompel.a' is up to date. [2021-04-08T17:13:53.580Z] #43 158.3 make[1]: 'compel/compel-host-bin' is up to date. [2021-04-08T17:13:53.580Z] #43 158.4 make[1]: Nothing to be done for 'all'. [2021-04-08T17:13:53.580Z] #43 158.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-08T17:13:53.717Z] #43 165.6 fatal: not a git repository (or any of the parent directories): .git [2021-04-08T17:13:53.837Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-04-08T17:13:53.844Z] #43 158.6 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:53.844Z] #43 158.7 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:54.107Z] #43 158.7 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:54.107Z] #43 158.8 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:54.107Z] #43 159.0 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:54.287Z] #43 166.1 make[1]: Nothing to be done for 'all'. [2021-04-08T17:13:54.371Z] #43 159.0 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:54.371Z] #43 159.1 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:54.371Z] #43 159.2 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:54.371Z] #43 159.2 INSTALL criu/criu [2021-04-08T17:13:54.404Z] tests/integration/api_client_test.py ..... [ 7%] [2021-04-08T17:13:54.547Z] #43 166.6 make[1]: 'images/built-in.o' is up to date. [2021-04-08T17:13:54.547Z] #43 166.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-04-08T17:13:54.547Z] #43 166.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-04-08T17:13:54.547Z] #43 166.7 make[1]: 'compel/libcompel.a' is up to date. [2021-04-08T17:13:54.547Z] #43 166.7 make[1]: 'compel/compel-host-bin' is up to date. [2021-04-08T17:13:54.807Z] #43 166.8 make[1]: Nothing to be done for 'all'. [2021-04-08T17:13:54.807Z] #43 166.8 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-08T17:13:55.067Z] #43 166.9 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:55.067Z] #43 166.9 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:55.067Z] #43 167.0 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:55.067Z] #43 167.0 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:55.067Z] #43 167.1 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:55.067Z] #43 167.1 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:55.067Z] #43 167.1 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:55.067Z] #43 167.2 make[2]: Nothing to be done for 'all'. [2021-04-08T17:13:55.067Z] #43 167.2 INSTALL criu/criu [2021-04-08T17:13:55.637Z] #43 DONE 167.6s [2021-04-08T17:13:55.637Z] [2021-04-08T17:13:55.637Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-08T17:13:55.637Z] #53 sha256:1c8110e4184b0cff8cd0c1a62295601e89d9ebd6b9341e02ecfba3c681c5f1ab [2021-04-08T17:13:56.624Z] tests/integration/api_config_test.py ..... [ 8%] [2021-04-08T17:13:56.933Z] #43 DONE 161.5s [2021-04-08T17:13:56.933Z] [2021-04-08T17:13:56.933Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-08T17:13:56.933Z] #30 sha256:03b7319c49630ace6af466460e354f39e882d81eb0ce2172156b22294b924617 [2021-04-08T17:13:56.933Z] #30 DONE 9.2s [2021-04-08T17:13:56.933Z] [2021-04-08T17:13:56.933Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-08T17:13:56.933Z] #33 sha256:95bccf0c9e64e5f680dff328802fd645a26c4f25119f9f38e9f7bc0eadfe23e2 [2021-04-08T17:13:57.021Z] #53 ... [2021-04-08T17:13:57.021Z] [2021-04-08T17:13:57.021Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-08T17:13:57.021Z] #44 sha256:b1bf28b9086b3119348d44501b7b7becb6eaea52b41ba3d8aa4cecd08f6074b5 [2021-04-08T17:13:57.021Z] #44 DONE 0.1s [2021-04-08T17:13:57.281Z] [2021-04-08T17:13:57.281Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-08T17:13:57.281Z] #46 sha256:11f06dfc8196bb607575703fb69e06ad474220028aa6b33cce337b77ac02f4c0 [2021-04-08T17:13:57.281Z] #46 DONE 0.1s [2021-04-08T17:13:57.281Z] [2021-04-08T17:13:57.281Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-08T17:13:57.281Z] #53 sha256:1c8110e4184b0cff8cd0c1a62295601e89d9ebd6b9341e02ecfba3c681c5f1ab [2021-04-08T17:13:57.281Z] #53 ... [2021-04-08T17:13:57.281Z] [2021-04-08T17:13:57.281Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-08T17:13:57.281Z] #48 sha256:3cadebd001b41a8577f2f0b050da473d7861c5df00873c503ab7a7b022961894 [2021-04-08T17:13:57.281Z] #48 DONE 0.1s [2021-04-08T17:13:57.281Z] [2021-04-08T17:13:57.281Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-08T17:13:57.281Z] #50 sha256:889b37b17f85ebf0fdc2c11de664e32d6d118ba2a829d4ff87e2170ae48ff3e2 [2021-04-08T17:13:57.849Z] #50 DONE 0.5s [2021-04-08T17:13:57.849Z] [2021-04-08T17:13:57.849Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-08T17:13:57.849Z] #52 sha256:734122c6029e19489b5fbcbe48aaf8b527fb73e79d7e2c16b4ca01caf727980e [2021-04-08T17:13:57.849Z] #52 DONE 0.1s [2021-04-08T17:13:57.849Z] [2021-04-08T17:13:57.849Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-08T17:13:57.849Z] #53 sha256:1c8110e4184b0cff8cd0c1a62295601e89d9ebd6b9341e02ecfba3c681c5f1ab [2021-04-08T17:13:57.882Z] #33 DONE 0.9s [2021-04-08T17:13:57.882Z] [2021-04-08T17:13:57.882Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-04-08T17:13:57.882Z] #35 sha256:90af489ecfd51ca0cafd90161470e7d3c8473c820c5fc844e2a436d7e596cc04 [2021-04-08T17:13:57.882Z] #35 DONE 0.2s [2021-04-08T17:13:57.882Z] [2021-04-08T17:13:57.882Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-08T17:13:57.882Z] #56 sha256:1bf4602437e220090eba54fbe994cb56b066a7b26fc80921c8ba737af9362ced [2021-04-08T17:13:58.145Z] #56 ... [2021-04-08T17:13:58.145Z] [2021-04-08T17:13:58.145Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-08T17:13:58.146Z] #38 sha256:88a8561c2f14d66351362be79196432cb4e7c2f27a77a722497dde4c726651ed [2021-04-08T17:13:58.146Z] #38 DONE 0.1s [2021-04-08T17:13:58.146Z] [2021-04-08T17:13:58.146Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-08T17:13:58.146Z] #41 sha256:b0df504e6e180a1612b95ea0ecdc52f9a5ee00568708d9c1efb1e56b65acacc3 [2021-04-08T17:13:58.723Z] #41 DONE 0.6s [2021-04-08T17:13:58.723Z] [2021-04-08T17:13:58.723Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-08T17:13:58.723Z] #44 sha256:e439c05d4cf35defa934f13218afcdae422d2428698ce53c9f2d9ad4f2061ba9 [2021-04-08T17:13:58.990Z] #44 DONE 0.1s [2021-04-08T17:13:58.990Z] [2021-04-08T17:13:58.990Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-08T17:13:58.990Z] #46 sha256:1dec4f340da08742ac23ff8166ba92614fe24e01201e19268c078f4da9e43522 [2021-04-08T17:13:58.990Z] #46 DONE 0.1s [2021-04-08T17:13:58.990Z] [2021-04-08T17:13:58.990Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-08T17:13:58.990Z] #56 sha256:1bf4602437e220090eba54fbe994cb56b066a7b26fc80921c8ba737af9362ced [2021-04-08T17:13:58.990Z] #56 ... [2021-04-08T17:13:58.990Z] [2021-04-08T17:13:58.990Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-08T17:13:58.990Z] #48 sha256:3b9f1be97d3858d652d5d4990540218dcaca12abae7cf0ae73e945616e8488d3 [2021-04-08T17:13:58.990Z] #48 DONE 0.1s [2021-04-08T17:13:59.257Z] [2021-04-08T17:13:59.257Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-08T17:13:59.257Z] #50 sha256:824227b0c6ed67f1213d8a429cd77e1def77f2b900f85675a8514ffd9658b0f4 [2021-04-08T17:13:59.519Z] #50 DONE 0.4s [2021-04-08T17:13:59.519Z] [2021-04-08T17:13:59.519Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-08T17:13:59.519Z] #52 sha256:ea5b7c4a88beb8dc56822ea9f0fb7c27546d777c3aeb6168d05e7568b0fe371d [2021-04-08T17:13:59.519Z] #52 DONE 0.2s [2021-04-08T17:13:59.519Z] [2021-04-08T17:13:59.519Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-08T17:13:59.519Z] #56 sha256:1bf4602437e220090eba54fbe994cb56b066a7b26fc80921c8ba737af9362ced [2021-04-08T17:13:59.781Z] #56 ... [2021-04-08T17:13:59.781Z] [2021-04-08T17:13:59.781Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-08T17:13:59.781Z] #54 sha256:fd6f62618224116499196d7bd0ed728bf623facc959a729defdaa1a2ff79900f [2021-04-08T17:13:59.781Z] #54 DONE 0.1s [2021-04-08T17:13:59.781Z] [2021-04-08T17:13:59.781Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-08T17:13:59.781Z] #56 sha256:1bf4602437e220090eba54fbe994cb56b066a7b26fc80921c8ba737af9362ced [2021-04-08T17:14:03.127Z] #53 ... [2021-04-08T17:14:03.127Z] [2021-04-08T17:14:03.127Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-08T17:14:03.127Z] #56 sha256:1c528d47ffb9f84953b098c7cbab06be1eea721a2898c032d1b2f9c02c673a8c [2021-04-08T17:14:03.127Z] #56 200.8 + bin/containerd [2021-04-08T17:14:07.321Z] #56 ... [2021-04-08T17:14:07.321Z] [2021-04-08T17:14:07.322Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-08T17:14:07.322Z] #53 sha256:1c8110e4184b0cff8cd0c1a62295601e89d9ebd6b9341e02ecfba3c681c5f1ab [2021-04-08T17:14:07.322Z] #53 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-04-08T17:14:07.322Z] #53 129.5 + mkdir -p /build [2021-04-08T17:14:07.322Z] #53 129.5 + cp runc /build/runc [2021-04-08T17:14:07.322Z] #53 DONE 130.2s [2021-04-08T17:14:07.582Z] [2021-04-08T17:14:07.582Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-08T17:14:07.582Z] #56 sha256:1c528d47ffb9f84953b098c7cbab06be1eea721a2898c032d1b2f9c02c673a8c [2021-04-08T17:14:08.523Z] #56 ... [2021-04-08T17:14:08.523Z] [2021-04-08T17:14:08.523Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-08T17:14:08.523Z] #54 sha256:a4d46e4e634aff1407bef169dfa9c6e84abf86e7b789c0089d3dfa3e1a70b54b [2021-04-08T17:14:08.783Z] #54 DONE 0.2s [2021-04-08T17:14:08.783Z] [2021-04-08T17:14:08.783Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-08T17:14:08.783Z] #56 sha256:1c528d47ffb9f84953b098c7cbab06be1eea721a2898c032d1b2f9c02c673a8c [2021-04-08T17:14:17.934Z] #56 197.2 + bin/containerd-stress [2021-04-08T17:14:19.325Z] #56 200.4 + bin/containerd-shim [2021-04-08T17:14:24.637Z] #56 205.9 + bin/containerd-shim-runc-v1 [2021-04-08T17:14:28.861Z] #56 209.9 + bin/containerd-shim-runc-v2 [2021-04-08T17:14:29.807Z] #56 211.2 + binaries [2021-04-08T17:14:29.807Z] #56 211.2 + install -D bin/containerd /build/containerd [2021-04-08T17:14:29.807Z] #56 211.2 + install -D bin/containerd-shim /build/containerd-shim [2021-04-08T17:14:30.069Z] #56 211.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-04-08T17:14:30.069Z] #56 211.3 + install -D bin/ctr /build/ctr [2021-04-08T17:14:32.618Z] #56 DONE 213.4s [2021-04-08T17:14:33.462Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-04-08T17:14:33.563Z] [2021-04-08T17:14:33.563Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-08T17:14:33.563Z] #57 sha256:cc3f23a3b9027114fbf4e115778f75d6abe244c2ac117cc6db0a048e5c22ca84 [2021-04-08T17:14:35.352Z] #56 231.0 + bin/containerd-stress [2021-04-08T17:14:35.352Z] #56 233.1 + bin/containerd-shim [2021-04-08T17:14:35.480Z] #57 DONE 1.7s [2021-04-08T17:14:35.480Z] [2021-04-08T17:14:35.480Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-08T17:14:35.480Z] #61 sha256:d636600605c12c4f5069a31d38a4cc8727a269d12adcb20df76fa91103124f94 [2021-04-08T17:14:35.480Z] #61 DONE 0.4s [2021-04-08T17:14:35.742Z] [2021-04-08T17:14:35.742Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-08T17:14:35.742Z] #66 sha256:43b2e38bf75fc4cedcad0cd41fa5307932b65982c5f0afd3a76354873cd37a85 [2021-04-08T17:14:37.659Z] #66 DONE 1.9s [2021-04-08T17:14:37.659Z] [2021-04-08T17:14:37.659Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-08T17:14:37.659Z] #68 sha256:cafc0090e2b7eaa672d3b9372d5bc3d485c7efc87c3685797c0b3f16d599df7c [2021-04-08T17:14:37.659Z] #68 DONE 0.1s [2021-04-08T17:14:37.659Z] [2021-04-08T17:14:37.659Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-08T17:14:37.659Z] #69 sha256:da5f25d083e8272818558b5246b594773cc9742ad5b874ff2d050686dab545d1 [2021-04-08T17:14:37.659Z] #69 DONE 0.1s [2021-04-08T17:14:37.659Z] [2021-04-08T17:14:37.659Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-08T17:14:37.659Z] #70 sha256:376d7461efb23e2ec27f495dc5b567c9e72259dca3ab7b193343e4b34eab9417 [2021-04-08T17:14:39.586Z] #70 DONE 1.9s [2021-04-08T17:14:39.849Z] [2021-04-08T17:14:39.849Z] #71 exporting to image [2021-04-08T17:14:39.849Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-08T17:14:39.849Z] #71 exporting layers [2021-04-08T17:14:41.931Z] #56 239.8 + bin/containerd-shim-runc-v1 [2021-04-08T17:14:44.071Z] #71 exporting layers 4.3s done [2021-04-08T17:14:44.071Z] #71 writing image sha256:b4c80626d76b9930083f36f5c193324df195af68cab5f23214b3bbb6d1ee015e done [2021-04-08T17:14:44.071Z] #71 naming to docker.io/library/docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 done [2021-04-08T17:14:44.071Z] #71 DONE 4.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-04-08T17:14:44.416Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42268/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 hack/test/unit [2021-04-08T17:14:47.215Z] #56 244.3 + bin/containerd-shim-runc-v2 [2021-04-08T17:14:47.475Z] #56 245.3 + binaries [2021-04-08T17:14:47.735Z] #56 245.3 + install -D bin/containerd /build/containerd [2021-04-08T17:14:47.735Z] #56 245.4 + install -D bin/containerd-shim /build/containerd-shim [2021-04-08T17:14:47.735Z] #56 245.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-04-08T17:14:47.735Z] #56 245.4 + install -D bin/ctr /build/ctr [2021-04-08T17:14:49.643Z] #56 DONE 247.3s [2021-04-08T17:14:49.715Z] ? github.com/docker/docker/api [no test files] [2021-04-08T17:14:50.581Z] [2021-04-08T17:14:50.581Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-08T17:14:50.581Z] #57 sha256:cda0ba40eec631c01a15d666957a37791da355fe1e9e26312d43cb194e3e8752 [2021-04-08T17:14:51.517Z] #57 DONE 0.9s [2021-04-08T17:14:51.517Z] [2021-04-08T17:14:51.517Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-08T17:14:51.517Z] #61 sha256:b57ace3e9cfe559a9a0cf0942bf320309e1fbea5399e2c2603e2b3c93e125c71 [2021-04-08T17:14:51.776Z] #61 DONE 0.2s [2021-04-08T17:14:51.776Z] [2021-04-08T17:14:51.776Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-08T17:14:51.776Z] #66 sha256:d64226a50eb5dd4bf2a23611bbf4c69d437429d65b5f352134d217274ad2c88e [2021-04-08T17:14:52.715Z] #66 DONE 0.9s [2021-04-08T17:14:52.715Z] [2021-04-08T17:14:52.715Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-08T17:14:52.715Z] #68 sha256:774b495cb5bf0f398c1e1ce5ccb752920ba18572c0c726549a94ebcb0a81de93 [2021-04-08T17:14:52.715Z] #68 DONE 0.0s [2021-04-08T17:14:52.715Z] [2021-04-08T17:14:52.715Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-08T17:14:52.715Z] #69 sha256:09096d2ecab910a4214cbf7867cefe379b4b7defc725563f3708a2308c0f7301 [2021-04-08T17:14:52.715Z] #69 DONE 0.0s [2021-04-08T17:14:52.715Z] [2021-04-08T17:14:52.715Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-08T17:14:52.715Z] #70 sha256:cdfcff5f65c48e84ef6078ca5237c28f713d993906029a4f22eb5c093be40149 [2021-04-08T17:14:53.287Z] #70 DONE 0.7s [2021-04-08T17:14:53.287Z] [2021-04-08T17:14:53.287Z] #71 exporting to image [2021-04-08T17:14:53.287Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-08T17:14:53.287Z] #71 exporting layers [2021-04-08T17:14:59.864Z] #71 exporting layers 6.7s done [2021-04-08T17:14:59.864Z] #71 writing image sha256:34e8deb6ec84e420a6aea23d10adfe69c25a523c3708332243742a2c60b8ec0e [2021-04-08T17:14:59.864Z] #71 writing image sha256:34e8deb6ec84e420a6aea23d10adfe69c25a523c3708332243742a2c60b8ec0e done [2021-04-08T17:14:59.864Z] #71 naming to docker.io/library/docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 done [2021-04-08T17:14:59.864Z] #71 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-04-08T17:15:00.213Z] + trap exit INT TERM [2021-04-08T17:15:00.213Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-04-08T17:15:00.213Z] + CONTAINER_NAME=docker-pr2 [2021-04-08T17:15:00.213Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42268/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42268/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 -e DOCKER_GRAPHDRIVER docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 hack/make.sh dynbinary-daemon [2021-04-08T17:15:01.594Z] [2021-04-08T17:15:01.594Z] Removing bundles/ [2021-04-08T17:15:01.594Z] [2021-04-08T17:15:01.594Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-04-08T17:15:01.594Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-08T17:15:01.594Z] GOOS="" GOARCH="" GOARM="" [2021-04-08T17:15:01.979Z] ok github.com/docker/docker/api/server 0.031s coverage: 9.0% of statements [2021-04-08T17:15:41.446Z] ..........................xx.................... [ 29%] [2021-04-08T17:15:58.306Z] ok github.com/docker/docker/api/server/httputils 0.016s coverage: 14.7% of statements [2021-04-08T17:15:58.306Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-08T17:15:59.700Z] ok github.com/docker/docker/api/server/middleware 0.012s coverage: 37.7% of statements [2021-04-08T17:15:59.700Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-08T17:15:59.700Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-08T17:15:59.700Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-08T17:15:59.700Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-08T17:15:59.700Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-08T17:15:59.700Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-08T17:15:59.700Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-08T17:15:59.700Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-08T17:15:59.700Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-08T17:16:01.113Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-08T17:16:01.113Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-08T17:16:01.410Z] ok github.com/docker/docker/api/server/router/swarm 0.024s coverage: 5.7% of statements [2021-04-08T17:16:01.410Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-08T17:16:01.410Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-08T17:16:01.410Z] ? github.com/docker/docker/api/types [no test files] [2021-04-08T17:16:01.410Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-08T17:16:01.410Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-08T17:16:01.410Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-08T17:16:01.410Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-08T17:16:01.410Z] ok github.com/docker/docker/api/types/strslice 0.020s coverage: 90.0% of statements [2021-04-08T17:16:01.410Z] ok github.com/docker/docker/api/types/filters 0.049s coverage: 92.2% of statements [2021-04-08T17:16:01.410Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-08T17:16:01.410Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-08T17:16:01.410Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-08T17:16:01.410Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-08T17:16:01.410Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-08T17:16:01.410Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-08T17:16:01.410Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-08T17:16:01.676Z] ok github.com/docker/docker/api/types/time 0.009s coverage: 100.0% of statements [2021-04-08T17:16:01.942Z] ok github.com/docker/docker/api/types/versions 0.022s coverage: 75.0% of statements [2021-04-08T17:16:01.942Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-08T17:16:01.942Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-08T17:16:01.942Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-08T17:16:01.942Z] ? github.com/docker/docker/builder [no test files] [2021-04-08T17:16:01.942Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-08T17:16:01.942Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-08T17:16:01.942Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-08T17:16:01.942Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-08T17:16:01.942Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-08T17:16:01.942Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-08T17:16:01.942Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-04-08T17:16:04.509Z] ok github.com/docker/docker/cli/debug 0.013s coverage: 100.0% of statements [2021-04-08T17:16:05.460Z] ok github.com/docker/docker/builder/remotecontext 0.213s coverage: 13.7% of statements [2021-04-08T17:16:06.409Z] ok github.com/docker/docker/builder/dockerfile 0.478s coverage: 48.5% of statements [2021-04-08T17:16:06.409Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-08T17:16:07.808Z] ok github.com/docker/docker/builder/remotecontext/git 4.338s coverage: 86.3% of statements [2021-04-08T17:16:07.808Z] ? github.com/docker/docker/cli [no test files] [2021-04-08T17:16:07.808Z] ? github.com/docker/docker/cli/config [no test files] [2021-04-08T17:16:07.960Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-04-08T17:16:13.124Z] ok github.com/docker/docker/client 0.238s coverage: 75.4% of statements [2021-04-08T17:16:17.654Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-04-08T17:16:21.644Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-04-08T17:16:38.081Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-08T17:16:38.081Z] [2021-04-08T17:16:38.081Z] + c=0 [2021-04-08T17:16:38.081Z] + TEST_INTEGRATION_DEST=1 [2021-04-08T17:16:38.081Z] + CONTAINER_NAME=docker-pr2-1 [2021-04-08T17:16:38.081Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-04-08T17:16:38.081Z] + run_tests test-integration-flaky [2021-04-08T17:16:38.081Z] + '[' -n 0 ']' [2021-04-08T17:16:38.081Z] + rm= [2021-04-08T17:16:38.081Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42268/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42268/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42268/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 hack/make.sh test-integration-flaky test-integration [2021-04-08T17:16:38.081Z] + TEST_INTEGRATION_DEST=2 [2021-04-08T17:16:38.081Z] + CONTAINER_NAME=docker-pr2-2 [2021-04-08T17:16:38.081Z] + TEST_SKIP_INTEGRATION=1 [2021-04-08T17:16:38.081Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-04-08T17:16:38.081Z] + run_tests [2021-04-08T17:16:38.081Z] + '[' -n 0 ']' [2021-04-08T17:16:38.081Z] + rm= [2021-04-08T17:16:38.081Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42268/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42268/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42268/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 hack/make.sh '' test-integration [2021-04-08T17:16:38.081Z] + TEST_INTEGRATION_DEST=3 [2021-04-08T17:16:38.081Z] + CONTAINER_NAME=docker-pr2-3 [2021-04-08T17:16:38.081Z] + TEST_SKIP_INTEGRATION=1 [2021-04-08T17:16:38.081Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-04-08T17:16:38.081Z] + run_tests [2021-04-08T17:16:38.081Z] + '[' -n 0 ']' [2021-04-08T17:16:38.081Z] + rm= [2021-04-08T17:16:38.081Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42268/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42268/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42268/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 hack/make.sh '' test-integration [2021-04-08T17:16:38.081Z] ++ jobs -p [2021-04-08T17:16:38.081Z] + for job in $(jobs -p) [2021-04-08T17:16:38.081Z] + wait 3060 [2021-04-08T17:16:38.081Z] [2021-04-08T17:16:38.081Z] [2021-04-08T17:16:38.081Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-08T17:16:38.081Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-04-08T17:16:38.081Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-08T17:16:38.081Z] HOSTNAME=c991aa34846d [2021-04-08T17:16:38.081Z] TEST_SKIP_INTEGRATION=1 [2021-04-08T17:16:38.081Z] TESTDEBUG=0 [2021-04-08T17:16:38.081Z] DEST=bundles/test-integration [2021-04-08T17:16:38.081Z] PWD=/go/src/github.com/docker/docker [2021-04-08T17:16:38.081Z] KEEPBUNDLE=1 [2021-04-08T17:16:38.081Z] DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 [2021-04-08T17:16:38.081Z] container=docker [2021-04-08T17:16:38.081Z] HOME=/root [2021-04-08T17:16:38.081Z] GOLANG_VERSION=1.13.15 [2021-04-08T17:16:38.081Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-08T17:16:38.081Z] VALIDATE_BRANCH=master [2021-04-08T17:16:38.081Z] TERM=xterm [2021-04-08T17:16:38.081Z] DOCKER_PKG=github.com/docker/docker [2021-04-08T17:16:38.081Z] SHLVL=1 [2021-04-08T17:16:38.081Z] TIMEOUT=120m [2021-04-08T17:16:38.081Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-08T17:16:38.081Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-08T17:16:38.081Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-04-08T17:16:38.081Z] GO111MODULE=off [2021-04-08T17:16:38.081Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-08T17:16:38.081Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-08T17:16:38.081Z] GOPATH=/go [2021-04-08T17:16:38.081Z] PKG_CONFIG=pkg-config [2021-04-08T17:16:38.081Z] _=/usr/bin/env [2021-04-08T17:16:38.081Z] Building test suite binary ./integration-cli/test.main [2021-04-08T17:16:38.081Z] [2021-04-08T17:16:38.081Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-08T17:16:38.081Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-08T17:16:38.081Z] HOSTNAME=ea2d0b6bc27a [2021-04-08T17:16:38.081Z] TEST_SKIP_INTEGRATION=1 [2021-04-08T17:16:38.081Z] TESTDEBUG=0 [2021-04-08T17:16:38.081Z] DEST=bundles/test-integration [2021-04-08T17:16:38.081Z] PWD=/go/src/github.com/docker/docker [2021-04-08T17:16:38.081Z] KEEPBUNDLE=1 [2021-04-08T17:16:38.081Z] DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 [2021-04-08T17:16:38.081Z] container=docker [2021-04-08T17:16:38.081Z] HOME=/root [2021-04-08T17:16:38.081Z] GOLANG_VERSION=1.13.15 [2021-04-08T17:16:38.081Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-08T17:16:38.081Z] VALIDATE_BRANCH=master [2021-04-08T17:16:38.081Z] TERM=xterm [2021-04-08T17:16:38.081Z] DOCKER_PKG=github.com/docker/docker [2021-04-08T17:16:38.081Z] SHLVL=1 [2021-04-08T17:16:38.081Z] TIMEOUT=120m [2021-04-08T17:16:38.081Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-08T17:16:38.081Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-08T17:16:38.081Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-04-08T17:16:38.081Z] GO111MODULE=off [2021-04-08T17:16:38.081Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-08T17:16:38.081Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-08T17:16:38.081Z] GOPATH=/go [2021-04-08T17:16:38.081Z] PKG_CONFIG=pkg-config [2021-04-08T17:16:38.081Z] _=/usr/bin/env [2021-04-08T17:16:38.081Z] Building test suite binary ./integration-cli/test.main [2021-04-08T17:16:38.081Z] No new tests added to integration. [2021-04-08T17:16:38.081Z] [2021-04-08T17:16:38.081Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-08T17:16:38.081Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-08T17:16:38.081Z] HOSTNAME=62c8e7a0f714 [2021-04-08T17:16:38.081Z] TESTDEBUG=0 [2021-04-08T17:16:38.081Z] DEST=bundles/test-integration [2021-04-08T17:16:38.081Z] PWD=/go/src/github.com/docker/docker [2021-04-08T17:16:38.081Z] KEEPBUNDLE=1 [2021-04-08T17:16:38.081Z] DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 [2021-04-08T17:16:38.081Z] container=docker [2021-04-08T17:16:38.081Z] HOME=/root [2021-04-08T17:16:38.081Z] GOLANG_VERSION=1.13.15 [2021-04-08T17:16:38.081Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-08T17:16:38.081Z] VALIDATE_BRANCH=master [2021-04-08T17:16:38.081Z] TERM=xterm [2021-04-08T17:16:38.081Z] DOCKER_PKG=github.com/docker/docker [2021-04-08T17:16:38.081Z] SHLVL=1 [2021-04-08T17:16:38.081Z] TIMEOUT=120m [2021-04-08T17:16:38.081Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-08T17:16:38.081Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-08T17:16:38.081Z] GO111MODULE=off [2021-04-08T17:16:38.081Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-08T17:16:38.081Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-08T17:16:38.081Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-08T17:16:38.081Z] GOPATH=/go [2021-04-08T17:16:38.081Z] PKG_CONFIG=pkg-config [2021-04-08T17:16:38.081Z] _=/usr/bin/env [2021-04-08T17:16:38.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-08T17:16:39.749Z] ok github.com/docker/docker/cmd/dockerd 0.131s coverage: 29.1% of statements [2021-04-08T17:16:40.701Z] ok github.com/docker/docker/container 0.222s coverage: 34.7% of statements [2021-04-08T17:16:40.701Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-08T17:16:40.701Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-08T17:16:40.701Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-08T17:16:40.701Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-08T17:16:44.021Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.106s coverage: 65.3% of statements [2021-04-08T17:16:45.421Z] ok github.com/docker/docker/daemon/cluster/convert 0.041s coverage: 35.9% of statements [2021-04-08T17:16:48.746Z] ok github.com/docker/docker/daemon/cluster 0.100s coverage: 0.5% of statements [2021-04-08T17:16:50.677Z] ok github.com/docker/docker/daemon/discovery 0.025s coverage: 30.0% of statements [2021-04-08T17:16:51.403Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-04-08T17:16:51.629Z] ok github.com/docker/docker/daemon/config 0.088s coverage: 81.8% of statements [2021-04-08T17:16:52.581Z] ok github.com/docker/docker/daemon/events 0.128s coverage: 50.0% of statements [2021-04-08T17:16:53.537Z] ok github.com/docker/docker/daemon/graphdriver 0.016s coverage: 2.2% of statements [2021-04-08T17:16:57.764Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.017s coverage: 2.9% of statements [2021-04-08T17:16:57.764Z] ok github.com/docker/docker/daemon/graphdriver/aufs 3.083s coverage: 73.3% of statements [2021-04-08T17:16:58.340Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.481s coverage: 14.0% of statements [2021-04-08T17:16:58.918Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.785s coverage: 56.2% of statements [2021-04-08T17:16:58.945Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-04-08T17:17:00.835Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-04-08T17:17:00.850Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.021s coverage: 1.9% of statements [2021-04-08T17:17:02.781Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.867s coverage: 49.4% of statements [2021-04-08T17:17:04.712Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.489s coverage: 57.7% of statements [2021-04-08T17:17:04.712Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.028s coverage: 57.5% of statements [2021-04-08T17:17:04.974Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.144s coverage: 46.2% of statements [2021-04-08T17:17:05.455Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-04-08T17:17:05.926Z] ok github.com/docker/docker/daemon/links 0.044s coverage: 93.0% of statements [2021-04-08T17:17:06.878Z] ok github.com/docker/docker/daemon 12.319s coverage: 17.2% of statements [2021-04-08T17:17:06.878Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-08T17:17:06.878Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-08T17:17:06.878Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-08T17:17:06.878Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-08T17:17:06.878Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-08T17:17:06.878Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-04-08T17:17:06.878Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-08T17:17:06.878Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.027s coverage: 3.0% of statements [2021-04-08T17:17:08.808Z] ok github.com/docker/docker/daemon/logger 0.269s coverage: 43.0% of statements [2021-04-08T17:17:09.071Z] ok github.com/docker/docker/daemon/images 0.093s coverage: 6.7% of statements [2021-04-08T17:17:09.071Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-08T17:17:09.071Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-08T17:17:09.334Z] ok github.com/docker/docker/daemon/logger/gelf 0.082s coverage: 67.0% of statements [2021-04-08T17:17:09.911Z] ok github.com/docker/docker/daemon/logger/awslogs 0.292s coverage: 77.8% of statements [2021-04-08T17:17:09.911Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-08T17:17:09.911Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-08T17:17:10.489Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.021s coverage: 87.2% of statements [2021-04-08T17:17:10.753Z] ok github.com/docker/docker/daemon/logger/journald 0.020s coverage: 23.9% of statements [2021-04-08T17:17:11.017Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.058s coverage: 69.9% of statements [2021-04-08T17:17:12.448Z] ok github.com/docker/docker/daemon/logger/local 0.073s coverage: 75.2% of statements [2021-04-08T17:17:12.448Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-08T17:17:12.721Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.034s coverage: 31.5% of statements [2021-04-08T17:17:12.987Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.129s coverage: 58.6% of statements [2021-04-08T17:17:13.574Z] ok github.com/docker/docker/daemon/logger/templates 0.065s coverage: 8.3% of statements [2021-04-08T17:17:14.525Z] ok github.com/docker/docker/daemon/logger/syslog 0.038s coverage: 46.8% of statements [2021-04-08T17:17:14.790Z] ok github.com/docker/docker/daemon/network 0.046s coverage: 63.8% of statements [2021-04-08T17:17:15.740Z] ok github.com/docker/docker/daemon/logger/splunk 1.885s coverage: 82.5% of statements [2021-04-08T17:17:15.740Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-08T17:17:15.740Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-08T17:17:16.690Z] ok github.com/docker/docker/distribution/metadata 0.156s coverage: 48.2% of statements [2021-04-08T17:17:17.641Z] ok github.com/docker/docker/distribution 0.332s coverage: 25.2% of statements [2021-04-08T17:17:17.641Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-08T17:17:17.641Z] ok github.com/docker/docker/errdefs 0.016s coverage: 53.1% of statements [2021-04-08T17:17:18.593Z] ok github.com/docker/docker/image 0.047s coverage: 86.6% of statements [2021-04-08T17:17:19.170Z] ok github.com/docker/docker/distribution/xfer 1.740s coverage: 85.1% of statements [2021-04-08T17:17:19.170Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-08T17:17:19.170Z] ok github.com/docker/docker/image/cache 0.034s coverage: 19.2% of statements [2021-04-08T17:17:19.641Z] .......................... [ 67%] [2021-04-08T17:17:19.748Z] ok github.com/docker/docker/image/tarexport 0.037s coverage: 0.6% of statements [2021-04-08T17:17:20.011Z] ok github.com/docker/docker/libcontainerd/queue 0.049s coverage: 100.0% of statements [2021-04-08T17:17:20.275Z] ok github.com/docker/docker/image/v1 0.050s coverage: 25.0% of statements [2021-04-08T17:17:20.275Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-08T17:17:21.670Z] ok github.com/docker/docker/oci 0.061s coverage: 45.2% of statements [2021-04-08T17:17:21.670Z] ok github.com/docker/docker/opts 0.070s coverage: 67.1% of statements [2021-04-08T17:17:21.670Z] ok github.com/docker/docker/pkg/aaparser 0.025s coverage: 52.9% of statements [2021-04-08T17:17:22.621Z] ok github.com/docker/docker/pkg/broadcaster 0.058s coverage: 100.0% of statements [2021-04-08T17:17:23.572Z] ok github.com/docker/docker/pkg/authorization 0.442s coverage: 68.3% of statements [2021-04-08T17:17:23.572Z] ok github.com/docker/docker/pkg/capabilities 0.010s coverage: 87.5% of statements [2021-04-08T17:17:24.523Z] ok github.com/docker/docker/pkg/directory 0.011s coverage: 80.0% of statements [2021-04-08T17:17:25.099Z] ok github.com/docker/docker/pkg/archive 1.138s coverage: 81.9% of statements [2021-04-08T17:17:25.361Z] ok github.com/docker/docker/pkg/discovery 0.015s coverage: 58.3% of statements [2021-04-08T17:17:25.938Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 97.6% of statements [2021-04-08T17:17:26.521Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2021-04-08T17:17:27.096Z] ok github.com/docker/docker/pkg/discovery/nodes 0.011s coverage: 93.8% of statements [2021-04-08T17:17:27.671Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2021-04-08T17:17:27.671Z] ok github.com/docker/docker/pkg/chrootarchive 3.001s coverage: 43.2% of statements [2021-04-08T17:17:28.618Z] ok github.com/docker/docker/pkg/fileutils 0.015s coverage: 89.5% of statements [2021-04-08T17:17:28.618Z] ok github.com/docker/docker/pkg/filenotify 0.611s coverage: 67.0% of statements [2021-04-08T17:17:29.193Z] ok github.com/docker/docker/pkg/fsutils 0.261s coverage: 85.1% of statements [2021-04-08T17:17:29.193Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2021-04-08T17:17:29.770Z] ok github.com/docker/docker/pkg/discovery/kv 3.103s coverage: 84.1% of statements [2021-04-08T17:17:30.347Z] ok github.com/docker/docker/layer 7.550s coverage: 68.8% of statements [2021-04-08T17:17:30.347Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-08T17:17:30.347Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-08T17:17:30.347Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-08T17:17:30.347Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-08T17:17:30.347Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-08T17:17:30.347Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-08T17:17:30.347Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-08T17:17:30.923Z] ok github.com/docker/docker/pkg/jsonmessage 0.031s coverage: 91.7% of statements [2021-04-08T17:17:30.923Z] ok github.com/docker/docker/pkg/longpath 0.019s coverage: 100.0% of statements [2021-04-08T17:17:30.923Z] ok github.com/docker/docker/pkg/ioutils 0.631s coverage: 70.6% of statements [2021-04-08T17:17:30.923Z] ok github.com/docker/docker/pkg/idtools 0.901s coverage: 69.5% of statements [2021-04-08T17:17:30.923Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-08T17:17:30.923Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-04-08T17:17:30.923Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-08T17:17:31.188Z] ok github.com/docker/docker/pkg/namesgenerator 0.022s coverage: 85.7% of statements [2021-04-08T17:17:31.188Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-08T17:17:31.452Z] ok github.com/docker/docker/pkg/parsers 0.031s coverage: 97.0% of statements [2021-04-08T17:17:31.716Z] ok github.com/docker/docker/pkg/parsers/kernel 0.022s coverage: 60.0% of statements [2021-04-08T17:17:31.716Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.022s coverage: 86.7% of statements [2021-04-08T17:17:31.980Z] ok github.com/docker/docker/pkg/pidfile 0.020s coverage: 82.4% of statements [2021-04-08T17:17:31.980Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-08T17:17:31.980Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-08T17:17:32.557Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.031s coverage: 56.8% of statements [2021-04-08T17:17:33.516Z] ok github.com/docker/docker/pkg/pools 0.023s coverage: 88.2% of statements [2021-04-08T17:17:33.516Z] ok github.com/docker/docker/pkg/plugins/transport 0.014s coverage: 85.7% of statements [2021-04-08T17:17:33.516Z] ok github.com/docker/docker/pkg/progress 0.014s coverage: 75.9% of statements [2021-04-08T17:17:34.092Z] ok github.com/docker/docker/pkg/reexec 0.016s coverage: 82.4% of statements [2021-04-08T17:17:34.667Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2021-04-08T17:17:34.930Z] ok github.com/docker/docker/pkg/pubsub 1.094s coverage: 75.0% of statements [2021-04-08T17:17:35.192Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2021-04-08T17:17:35.455Z] ok github.com/docker/docker/pkg/stringid 0.011s coverage: 70.6% of statements [2021-04-08T17:17:36.403Z] ok github.com/docker/docker/pkg/sysinfo 0.021s coverage: 54.9% of statements [2021-04-08T17:17:36.403Z] ok github.com/docker/docker/pkg/system 0.016s coverage: 36.9% of statements [2021-04-08T17:17:36.980Z] ok github.com/docker/docker/pkg/tailfile 0.103s coverage: 88.6% of statements [2021-04-08T17:17:36.980Z] ok github.com/docker/docker/pkg/signal 2.893s coverage: 61.0% of statements [2021-04-08T17:17:37.557Z] ok github.com/docker/docker/pkg/tarsum 0.135s coverage: 89.3% of statements [2021-04-08T17:17:37.557Z] testing: warning: no tests to run [2021-04-08T17:17:37.557Z] coverage: [no statements] [2021-04-08T17:17:37.557Z] ok github.com/docker/docker/pkg/term/windows 0.011s coverage: [no statements] [no tests to run] [2021-04-08T17:17:37.823Z] ok github.com/docker/docker/pkg/truncindex 0.108s coverage: 91.5% of statements [2021-04-08T17:17:38.087Z] ok github.com/docker/docker/pkg/urlutil 0.013s coverage: 100.0% of statements [2021-04-08T17:17:38.087Z] ok github.com/docker/docker/pkg/useragent 0.019s coverage: 88.9% of statements [2021-04-08T17:17:39.482Z] ok github.com/docker/docker/plugin/v2 0.023s coverage: 14.5% of statements [2021-04-08T17:17:39.482Z] ok github.com/docker/docker/profiles/seccomp 0.019s coverage: 85.4% of statements [2021-04-08T17:17:40.432Z] ok github.com/docker/docker/reference 0.018s coverage: 84.4% of statements [2021-04-08T17:17:40.694Z] ok github.com/docker/docker/plugin 0.556s coverage: 23.2% of statements [2021-04-08T17:17:42.629Z] ok github.com/docker/docker/registry/resumable 0.031s coverage: 100.0% of statements [2021-04-08T17:17:42.629Z] ok github.com/docker/docker/registry 0.182s coverage: 58.8% of statements [2021-04-08T17:17:42.629Z] ok github.com/docker/docker/quota 0.452s coverage: 71.4% of statements [2021-04-08T17:17:42.893Z] ok github.com/docker/docker/restartmanager 0.012s coverage: 45.3% of statements [2021-04-08T17:17:43.157Z] ok github.com/docker/docker/testutil 0.009s coverage: 62.5% of statements [2021-04-08T17:17:44.108Z] ok github.com/docker/docker/runconfig 0.023s coverage: 66.1% of statements [2021-04-08T17:17:45.502Z] ok github.com/docker/docker/volume/drivers 0.013s coverage: 36.1% of statements [2021-04-08T17:17:46.899Z] ok github.com/docker/docker/volume/mounts 0.051s coverage: 67.0% of statements [2021-04-08T17:17:47.475Z] ok github.com/docker/docker/volume/local 0.209s coverage: 76.4% of statements [2021-04-08T17:17:48.047Z] ok github.com/docker/docker/volume/service 0.028s coverage: 73.1% of statements [2021-04-08T17:18:06.043Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-04-08T17:18:10.035Z] ok github.com/docker/docker/pkg/plugins 33.641s coverage: 76.6% of statements [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/rootless [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/volume [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-08T17:18:10.035Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-08T17:18:10.035Z] [2021-04-08T17:18:10.035Z] === Skipped [2021-04-08T17:18:10.035Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-04-08T17:18:10.035Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-04-08T17:18:10.035Z] [2021-04-08T17:18:10.035Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-04-08T17:18:10.035Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-04-08T17:18:10.035Z] [2021-04-08T17:18:10.035Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-04-08T17:18:10.035Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:18:10.035Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-08T17:18:10.035Z] [2021-04-08T17:18:10.035Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-04-08T17:18:10.035Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:18:10.035Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-08T17:18:10.035Z] [2021-04-08T17:18:10.035Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-04-08T17:18:10.035Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:18:10.036Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-04-08T17:18:10.036Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:18:10.036Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-04-08T17:18:10.036Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:18:10.036Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-04-08T17:18:10.036Z] graphtest_unix.go:73: No driver to put! [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-04-08T17:18:10.036Z] time="2021-04-08T17:17:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-08T17:18:10.036Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-08T17:18:10.036Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-04-08T17:18:10.036Z] time="2021-04-08T17:17:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-08T17:18:10.036Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-08T17:18:10.036Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-04-08T17:18:10.036Z] time="2021-04-08T17:17:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-08T17:18:10.036Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-08T17:18:10.036Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-04-08T17:18:10.036Z] time="2021-04-08T17:17:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-08T17:18:10.036Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-08T17:18:10.036Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-04-08T17:18:10.036Z] time="2021-04-08T17:17:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-08T17:18:10.036Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-08T17:18:10.036Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-04-08T17:18:10.036Z] graphtest_unix.go:73: No driver to put! [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-04-08T17:18:10.036Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-04-08T17:18:10.036Z] overlay_test.go:49: Fails to compute changes intermittently [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-04-08T17:18:10.036Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-04-08T17:18:10.036Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-04-08T17:18:10.036Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:18:10.036Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.01s) [2021-04-08T17:18:10.036Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:18:10.036Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-04-08T17:18:10.036Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:18:10.036Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-04-08T17:18:10.036Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:18:10.036Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-04-08T17:18:10.036Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:18:10.036Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-04-08T17:18:10.036Z] graphtest_unix.go:73: No driver to put! [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-04-08T17:18:10.036Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-04-08T17:18:10.036Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] [2021-04-08T17:18:10.036Z] DONE 2247 tests, 26 skipped in 199.141s Post stage [Pipeline] junit [2021-04-08T17:18:10.052Z] Recording test results [2021-04-08T17:18:11.862Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-08T17:18:12.225Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42268/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 -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:eefb6c672ae06f4df92b19851126537c8ccaa5e9 hack/make.sh dynbinary test-integration [2021-04-08T17:18:13.175Z] [2021-04-08T17:18:13.175Z] Removing bundles/ [2021-04-08T17:18:13.175Z] [2021-04-08T17:18:13.175Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-04-08T17:18:13.175Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-08T17:18:13.175Z] GOOS="" GOARCH="" GOARM="" [2021-04-08T17:18:20.915Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-04-08T17:18:22.816Z] tests/integration/client_test.py ..... [ 75%] [2021-04-08T17:18:22.816Z] tests/integration/context_api_test.py ... [ 76%] [2021-04-08T17:18:23.074Z] tests/integration/errors_test.py . [ 76%] [2021-04-08T17:18:29.614Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-08T17:18:30.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-08T17:18:49.969Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-04-08T17:19:08.662Z] ......... [ 86%] [2021-04-08T17:19:14.651Z] tests/integration/models_images_test.py ............... [ 89%] [2021-04-08T17:19:17.420Z] tests/integration/models_networks_test.py .... [ 91%] [2021-04-08T17:19:24.008Z] tests/integration/models_nodes_test.py . [ 91%] [2021-04-08T17:19:24.575Z] tests/integration/models_resources_test.py . [ 91%] [2021-04-08T17:19:34.727Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-08T17:19:34.727Z] [2021-04-08T17:19:34.727Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-08T17:19:34.727Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-08T17:19:34.727Z] HOSTNAME=bbb108421726 [2021-04-08T17:19:34.727Z] TESTDEBUG=0 [2021-04-08T17:19:34.727Z] DEST=bundles/test-integration [2021-04-08T17:19:34.727Z] PWD=/go/src/github.com/docker/docker [2021-04-08T17:19:34.727Z] DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 [2021-04-08T17:19:34.727Z] container=docker [2021-04-08T17:19:34.727Z] HOME=/root [2021-04-08T17:19:34.727Z] GOLANG_VERSION=1.13.15 [2021-04-08T17:19:34.727Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-08T17:19:34.727Z] VALIDATE_BRANCH=master [2021-04-08T17:19:34.727Z] TERM=xterm [2021-04-08T17:19:34.727Z] DOCKER_PKG=github.com/docker/docker [2021-04-08T17:19:34.727Z] SHLVL=1 [2021-04-08T17:19:34.727Z] TIMEOUT=120m [2021-04-08T17:19:34.727Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-08T17:19:34.727Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-08T17:19:34.727Z] GO111MODULE=off [2021-04-08T17:19:34.727Z] DOCKER_EXPERIMENTAL=1 [2021-04-08T17:19:34.727Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-08T17:19:34.727Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-08T17:19:34.727Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-08T17:19:34.727Z] GOPATH=/go [2021-04-08T17:19:34.727Z] PKG_CONFIG=pkg-config [2021-04-08T17:19:34.727Z] _=/usr/bin/env [2021-04-08T17:19:34.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-08T17:19:36.261Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-04-08T17:19:37.917Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-08T17:19:40.066Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-04-08T17:19:40.066Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-04-08T17:19:45.247Z] tests/integration/regression_test.py ...... [ 98%] [2021-04-08T17:19:45.506Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-04-08T17:19:45.506Z] tests/integration/credentials/utils_test.py . [100%] [2021-04-08T17:19:45.506Z] [2021-04-08T17:19:45.506Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-04-08T17:19:45.506Z] =========================== short test summary info ============================ [2021-04-08T17:19:45.506Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-04-08T17:19:45.506Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-04-08T17:19:45.506Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-04-08T17:19:45.506Z] Not supported on most drivers [2021-04-08T17:19:45.506Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-04-08T17:19:45.506Z] Output of docker top depends on host distro, and is not formalized. [2021-04-08T17:19:45.506Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-04-08T17:19:45.506Z] Output of docker top depends on host distro, and is not formalized. [2021-04-08T17:19:45.506Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-04-08T17:19:45.506Z] Can fail if eth0 has multiple IP addresses [2021-04-08T17:19:45.506Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-04-08T17:19:45.506Z] This doesn't seem to be taken into account by the engine [2021-04-08T17:19:45.506Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-04-08T17:19:45.506Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-04-08T17:19:45.506Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-04-08T17:19:45.506Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 377.60 seconds == [2021-04-08T17:19:46.073Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-04-08T17:19:56.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-08T17:19:56.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-08T17:19:58.274Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-08T17:19:58.274Z] [2021-04-08T17:19:58.274Z] Unloading profiles will leave already running processes permanently [2021-04-08T17:19:58.274Z] unconfined, which can lead to unexpected situations. [2021-04-08T17:19:58.274Z] [2021-04-08T17:19:58.274Z] To set a process to complain mode, use the command line tool [2021-04-08T17:19:58.274Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-08T17:19:58.274Z] Post stage [Pipeline] junit [2021-04-08T17:19:58.302Z] Recording test results [2021-04-08T17:19:58.379Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-04-08T17:19:58.662Z] + echo Ensuring container killed. [2021-04-08T17:19:58.662Z] Ensuring container killed. [2021-04-08T17:19:58.662Z] + docker rm -vf docker-pr2 [2021-04-08T17:19:58.662Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-04-08T17:19:58.943Z] + echo Chowning /workspace to jenkins user [2021-04-08T17:19:58.943Z] Chowning /workspace to jenkins user [2021-04-08T17:19:58.943Z] + id -u [2021-04-08T17:19:58.943Z] + id -g [2021-04-08T17:19:58.943Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42268:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-08T17:20:00.617Z] + bundleName=docker-py [2021-04-08T17:20:00.618Z] + echo Creating docker-py-bundles.tar.gz [2021-04-08T17:20:00.618Z] Creating docker-py-bundles.tar.gz [2021-04-08T17:20:00.618Z] + 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-04-08T17:20:00.630Z] Archiving artifacts [2021-04-08T17:20:00.866Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42268/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-04-08T17:20:01.233Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42268/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 -e DOCKER_GRAPHDRIVER docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 hack/make.sh binary-daemon [2021-04-08T17:20:01.492Z] [2021-04-08T17:20:01.751Z] Removing bundles/ [2021-04-08T17:20:01.751Z] [2021-04-08T17:20:01.751Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-04-08T17:20:01.751Z] Building: bundles/binary-daemon/dockerd-dev [2021-04-08T17:20:01.751Z] GOOS="" GOARCH="" GOARM="" [2021-04-08T17:20:10.033Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-08T17:20:13.332Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-08T17:20:14.941Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-08T17:20:17.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-08T17:20:20.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-08T17:20:21.023Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-08T17:20:23.103Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-08T17:20:24.049Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-08T17:20:25.439Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-08T17:20:26.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-08T17:20:26.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-08T17:20:27.093Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-08T17:20:29.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-08T17:20:31.570Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-08T17:20:34.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-08T17:20:35.516Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-08T17:20:36.301Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-08T17:20:36.462Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-08T17:20:38.382Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-08T17:20:39.601Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-08T17:20:39.773Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-08T17:20:41.695Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-08T17:20:42.640Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-08T17:20:43.806Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-08T17:20:44.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-08T17:20:45.421Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-08T17:20:45.421Z] Using test binary docker [2021-04-08T17:20:45.682Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-08T17:20:45.682Z] +++ /etc/init.d/apparmor start [2021-04-08T17:20:45.682Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-08T17:20:45.682Z] INFO: Waiting for daemon to start... [2021-04-08T17:20:45.682Z] Starting dockerd [2021-04-08T17:20:45.682Z] +++ 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-04-08T17:20:45.723Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-08T17:20:49.928Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-08T17:20:52.275Z] . [2021-04-08T17:20:52.275Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-08T17:20:52.275Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-08T17:20:52.275Z] Error: No such image: emptyfs [2021-04-08T17:20:52.275Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-08T17:20:52.275Z] ++++ docker load [2021-04-08T17:20:52.275Z] Running integration-test (iteration 1) [2021-04-08T17:20:52.275Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-04-08T17:20:52.275Z] ++ 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-04-08T17:20:52.275Z] ++ set -e [2021-04-08T17:20:52.275Z] ++ '[' -n 0 ']' [2021-04-08T17:20:52.275Z] ++ set -x [2021-04-08T17:20:52.275Z] ++ env -i DEST=/go/src/github.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-04-08T17:20:53.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-08T17:20:58.523Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-08T17:21:01.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-08T17:21:04.475Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-08T17:21:07.203Z] Loaded image: buildpack-deps:buster [2021-04-08T17:21:07.203Z] Loaded image: busybox:latest [2021-04-08T17:21:07.203Z] Loaded image: busybox:glibc [2021-04-08T17:21:08.676Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-08T17:21:08.676Z] Using test binary docker [2021-04-08T17:21:08.676Z] +++ /etc/init.d/apparmor start [2021-04-08T17:21:08.676Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-08T17:21:08.676Z] INFO: Waiting for daemon to start... [2021-04-08T17:21:08.676Z] Starting dockerd [2021-04-08T17:21:08.676Z] +++ 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-04-08T17:21:09.756Z] Loaded image: debian:bullseye [2021-04-08T17:21:09.756Z] Loaded image: hello-world:latest [2021-04-08T17:21:09.756Z] Loaded image: arm32v7/hello-world:latest [2021-04-08T17:21:09.756Z] INFO: Testing against a local daemon [2021-04-08T17:21:09.756Z] === RUN TestCgroupNamespacesBuild [2021-04-08T17:21:10.584Z] . [2021-04-08T17:21:10.584Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-08T17:21:10.584Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-08T17:21:10.584Z] Error: No such image: emptyfs [2021-04-08T17:21:10.584Z] ++++ docker load [2021-04-08T17:21:10.584Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-08T17:21:11.154Z] Running integration-test (iteration 1) [2021-04-08T17:21:11.154Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-04-08T17:21:11.154Z] ++ 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-04-08T17:21:11.154Z] ++ set -e [2021-04-08T17:21:11.154Z] ++ '[' -n 0 ']' [2021-04-08T17:21:11.154Z] ++ set -x [2021-04-08T17:21:11.154Z] ++ env -i DEST=/go/src/github.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-04-08T17:21:15.050Z] --- PASS: TestCgroupNamespacesBuild (4.58s) [2021-04-08T17:21:15.050Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-08T17:21:16.966Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.28s) [2021-04-08T17:21:16.966Z] === RUN TestBuildWithSession [2021-04-08T17:21:16.966Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-08T17:21:16.966Z] build_session_test.go:25: TODO: BuildKit [2021-04-08T17:21:16.966Z] === RUN TestBuildSquashParent [2021-04-08T17:21:23.196Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-04-08T17:21:23.558Z] --- PASS: TestBuildSquashParent (6.59s) [2021-04-08T17:21:23.559Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-08T17:21:23.559Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-08T17:21:23.559Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-08T17:21:23.559Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-08T17:21:23.559Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-08T17:21:23.559Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-08T17:21:23.559Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-08T17:21:23.559Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-08T17:21:23.559Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-08T17:21:23.559Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-08T17:21:23.559Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-08T17:21:23.559Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-08T17:21:23.559Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-08T17:21:23.559Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-08T17:21:23.559Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-08T17:21:23.559Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-08T17:21:23.559Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-08T17:21:23.764Z] Copying nested executables into bundles/binary-daemon [2021-04-08T17:21:25.676Z] [2021-04-08T17:21:26.118Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-08T17:21:26.118Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-04-08T17:21:26.587Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42268/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 -e DOCKER_GRAPHDRIVER docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 hack/make.sh cross [2021-04-08T17:21:26.848Z] [2021-04-08T17:21:27.106Z] Removing bundles/ [2021-04-08T17:21:27.106Z] [2021-04-08T17:21:27.106Z] ---> Making bundle: cross (in bundles/cross) [2021-04-08T17:21:27.106Z] Cross building: bundles/cross/linux/amd64 [2021-04-08T17:21:27.106Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-04-08T17:21:27.106Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-04-08T17:21:28.670Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-08T17:21:28.670Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.73s) [2021-04-08T17:21:28.670Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.01s) [2021-04-08T17:21:28.670Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.13s) [2021-04-08T17:21:28.670Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.24s) [2021-04-08T17:21:28.670Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.45s) [2021-04-08T17:21:28.670Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.26s) [2021-04-08T17:21:28.670Z] === RUN TestBuildMultiStageCopy [2021-04-08T17:21:28.670Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-08T17:21:30.608Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-08T17:21:30.875Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-08T17:21:31.457Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-08T17:21:31.724Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-08T17:21:31.986Z] --- PASS: TestBuildMultiStageCopy (3.62s) [2021-04-08T17:21:31.986Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.11s) [2021-04-08T17:21:31.986Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.38s) [2021-04-08T17:21:31.986Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.36s) [2021-04-08T17:21:31.986Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.37s) [2021-04-08T17:21:31.986Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.39s) [2021-04-08T17:21:31.986Z] === RUN TestBuildMultiStageParentConfig [2021-04-08T17:21:33.375Z] --- PASS: TestBuildMultiStageParentConfig (1.00s) [2021-04-08T17:21:33.375Z] === RUN TestBuildLabelWithTargets [2021-04-08T17:21:34.765Z] --- PASS: TestBuildLabelWithTargets (1.58s) [2021-04-08T17:21:34.765Z] === RUN TestBuildWithEmptyLayers [2021-04-08T17:21:35.339Z] --- PASS: TestBuildWithEmptyLayers (0.77s) [2021-04-08T17:21:35.339Z] === RUN TestBuildMultiStageOnBuild [2021-04-08T17:21:37.892Z] --- PASS: TestBuildMultiStageOnBuild (2.43s) [2021-04-08T17:21:37.892Z] === RUN TestBuildUncleanTarFilenames [2021-04-08T17:21:39.284Z] --- PASS: TestBuildUncleanTarFilenames (1.13s) [2021-04-08T17:21:39.284Z] === RUN TestBuildMultiStageLayerLeak [2021-04-08T17:21:41.840Z] --- PASS: TestBuildMultiStageLayerLeak (2.55s) [2021-04-08T17:21:41.840Z] === RUN TestBuildWithHugeFile [2021-04-08T17:21:57.858Z] Loaded image: buildpack-deps:buster [2021-04-08T17:21:57.858Z] Loaded image: busybox:latest [2021-04-08T17:21:57.858Z] Loaded image: busybox:glibc [2021-04-08T17:22:00.400Z] Loaded image: debian:bullseye [2021-04-08T17:22:00.400Z] Loaded image: hello-world:latest [2021-04-08T17:22:00.660Z] Loaded image: arm32v7/hello-world:latest [2021-04-08T17:22:00.660Z] INFO: Testing against a local daemon [2021-04-08T17:22:00.921Z] === RUN TestCgroupNamespacesBuild [2021-04-08T17:22:05.122Z] --- PASS: TestCgroupNamespacesBuild (3.78s) [2021-04-08T17:22:05.122Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-08T17:22:07.667Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (3.19s) [2021-04-08T17:22:07.667Z] === RUN TestBuildWithSession [2021-04-08T17:22:07.667Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-08T17:22:07.667Z] build_session_test.go:25: TODO: BuildKit [2021-04-08T17:22:07.667Z] === RUN TestBuildSquashParent [2021-04-08T17:22:22.580Z] --- PASS: TestBuildSquashParent (13.98s) [2021-04-08T17:22:22.580Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-08T17:22:22.580Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-08T17:22:22.580Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-08T17:22:22.580Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-08T17:22:22.580Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-08T17:22:22.580Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-08T17:22:22.580Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-08T17:22:22.580Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-08T17:22:22.580Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-08T17:22:22.580Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-08T17:22:22.580Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-08T17:22:22.580Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-08T17:22:22.580Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-08T17:22:22.580Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-08T17:22:22.580Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-08T17:22:27.868Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-08T17:22:27.868Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-08T17:22:33.156Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-08T17:22:33.156Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-08T17:22:38.175Z] --- PASS: TestBuildWithHugeFile (53.53s) [2021-04-08T17:22:38.176Z] === RUN TestBuildWCOWSandboxSize [2021-04-08T17:22:38.176Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-04-08T17:22:38.176Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-08T17:22:38.176Z] === RUN TestBuildWithEmptyDockerfile [2021-04-08T17:22:38.176Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-08T17:22:38.176Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-08T17:22:38.176Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-08T17:22:38.176Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-08T17:22:38.176Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-08T17:22:38.176Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-08T17:22:38.176Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-08T17:22:38.176Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-08T17:22:38.176Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-08T17:22:38.176Z] --- PASS: TestBuildWithEmptyDockerfile (0.20s) [2021-04-08T17:22:38.176Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2021-04-08T17:22:38.176Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.18s) [2021-04-08T17:22:38.176Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2021-04-08T17:22:38.176Z] === RUN TestBuildPreserveOwnership [2021-04-08T17:22:38.176Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-08T17:22:38.443Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-04-08T17:22:38.443Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.53s) [2021-04-08T17:22:38.443Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.59s) [2021-04-08T17:22:38.443Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.44s) [2021-04-08T17:22:38.443Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.45s) [2021-04-08T17:22:38.443Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.33s) [2021-04-08T17:22:38.443Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.36s) [2021-04-08T17:22:38.443Z] === RUN TestBuildMultiStageCopy [2021-04-08T17:22:38.443Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-08T17:22:39.120Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-08T17:22:41.043Z] --- PASS: TestBuildPreserveOwnership (5.46s) [2021-04-08T17:22:41.043Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.67s) [2021-04-08T17:22:41.043Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.76s) [2021-04-08T17:22:41.043Z] === RUN TestBuildPlatformInvalid [2021-04-08T17:22:41.043Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2021-04-08T17:22:41.043Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-08T17:22:42.651Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-08T17:22:42.651Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-08T17:22:43.222Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-08T17:22:43.794Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-08T17:22:44.365Z] --- PASS: TestBuildMultiStageCopy (6.27s) [2021-04-08T17:22:44.365Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.96s) [2021-04-08T17:22:44.365Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.60s) [2021-04-08T17:22:44.365Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.58s) [2021-04-08T17:22:44.365Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2021-04-08T17:22:44.365Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.54s) [2021-04-08T17:22:44.365Z] === RUN TestBuildMultiStageParentConfig [2021-04-08T17:22:46.278Z] --- PASS: TestBuildMultiStageParentConfig (1.55s) [2021-04-08T17:22:46.278Z] === RUN TestBuildLabelWithTargets [2021-04-08T17:22:48.191Z] --- PASS: TestBuildLabelWithTargets (2.34s) [2021-04-08T17:22:48.191Z] === RUN TestBuildWithEmptyLayers [2021-04-08T17:22:48.552Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-04-08T17:22:49.122Z] Copying nested executables into bundles/cross/linux/amd64 [2021-04-08T17:22:49.576Z] --- PASS: TestBuildWithEmptyLayers (1.36s) [2021-04-08T17:22:49.576Z] === RUN TestBuildMultiStageOnBuild [2021-04-08T17:22:50.507Z] Cross building: bundles/cross/windows/amd64 [2021-04-08T17:22:50.507Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-04-08T17:22:50.507Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-04-08T17:22:54.861Z] --- PASS: TestBuildMultiStageOnBuild (4.38s) [2021-04-08T17:22:54.861Z] === RUN TestBuildUncleanTarFilenames [2021-04-08T17:22:55.803Z] --- PASS: TestBuildUncleanTarFilenames (1.85s) [2021-04-08T17:22:55.803Z] === RUN TestBuildMultiStageLayerLeak [2021-04-08T17:22:55.974Z] Loaded image: buildpack-deps:buster [2021-04-08T17:22:55.974Z] Loaded image: busybox:latest [2021-04-08T17:22:55.974Z] Loaded image: busybox:glibc [2021-04-08T17:22:56.926Z] Loaded image: debian:bullseye [2021-04-08T17:22:57.188Z] Loaded image: hello-world:latest [2021-04-08T17:22:57.188Z] Loaded image: arm32v7/hello-world:latest [2021-04-08T17:23:01.095Z] --- PASS: TestBuildMultiStageLayerLeak (4.37s) [2021-04-08T17:23:01.095Z] === RUN TestBuildWithHugeFile [2021-04-08T17:23:07.200Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (25.83s) [2021-04-08T17:23:07.200Z] PASS [2021-04-08T17:23:07.200Z] [2021-04-08T17:23:07.200Z] === Skipped [2021-04-08T17:23:07.200Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-04-08T17:23:07.200Z] build_session_test.go:25: TODO: BuildKit [2021-04-08T17:23:07.200Z] [2021-04-08T17:23:07.200Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-04-08T17:23:07.200Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-08T17:23:07.200Z] [2021-04-08T17:23:07.200Z] [2021-04-08T17:23:07.200Z] DONE 34 tests, 2 skipped in 134.953s [2021-04-08T17:23:07.200Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-04-08T17:23:07.200Z] ++ 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-04-08T17:23:07.200Z] ++ set -e [2021-04-08T17:23:07.200Z] ++ '[' -n 0 ']' [2021-04-08T17:23:07.200Z] ++ set -x [2021-04-08T17:23:07.200Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04-08T17:23:07.200Z] INFO: Testing against a local daemon [2021-04-08T17:23:07.200Z] === RUN TestConfigInspect [2021-04-08T17:23:07.763Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-08T17:23:07.763Z] Using test binary docker [2021-04-08T17:23:07.763Z] +++ /etc/init.d/apparmor start [2021-04-08T17:23:07.763Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-08T17:23:07.763Z] INFO: Waiting for daemon to start... [2021-04-08T17:23:07.763Z] Starting dockerd [2021-04-08T17:23:07.763Z] +++ 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-04-08T17:23:08.352Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-08T17:23:08.352Z] Using test binary docker [2021-04-08T17:23:08.352Z] +++ /etc/init.d/apparmor start [2021-04-08T17:23:08.352Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-08T17:23:08.352Z] INFO: Waiting for daemon to start... [2021-04-08T17:23:08.352Z] Starting dockerd [2021-04-08T17:23:08.352Z] +++ 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-04-08T17:23:10.507Z] --- PASS: TestConfigInspect (3.39s) [2021-04-08T17:23:10.507Z] === RUN TestConfigList [2021-04-08T17:23:13.814Z] --- PASS: TestConfigList (3.17s) [2021-04-08T17:23:13.814Z] === RUN TestConfigsCreateAndDelete [2021-04-08T17:23:17.120Z] --- PASS: TestConfigsCreateAndDelete (3.17s) [2021-04-08T17:23:17.120Z] === RUN TestConfigsUpdate [2021-04-08T17:23:20.425Z] --- PASS: TestConfigsUpdate (3.16s) [2021-04-08T17:23:20.425Z] === RUN TestTemplatedConfig [2021-04-08T17:23:24.673Z] --- PASS: TestTemplatedConfig (3.84s) [2021-04-08T17:23:24.673Z] === RUN TestConfigCreateResolve [2021-04-08T17:23:27.223Z] --- PASS: TestConfigCreateResolve (3.19s) [2021-04-08T17:23:27.223Z] === RUN TestConfigDaemonLibtrustID [2021-04-08T17:23:28.611Z] --- PASS: TestConfigDaemonLibtrustID (1.16s) [2021-04-08T17:23:28.611Z] PASS [2021-04-08T17:23:28.611Z] [2021-04-08T17:23:28.611Z] DONE 7 tests in 21.254s [2021-04-08T17:23:28.611Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-04-08T17:23:28.611Z] ++ 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-04-08T17:23:28.611Z] ++ set -e [2021-04-08T17:23:28.611Z] ++ '[' -n 0 ']' [2021-04-08T17:23:28.611Z] ++ set -x [2021-04-08T17:23:28.611Z] ++ env -i DEST=/go/src/github.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-04-08T17:23:28.611Z] INFO: Testing against a local daemon [2021-04-08T17:23:28.611Z] === RUN TestCheckpoint [2021-04-08T17:23:28.611Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-08T17:23:28.611Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-08T17:23:28.611Z] === RUN TestContainerInvalidJSON [2021-04-08T17:23:28.611Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-08T17:23:28.611Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-08T17:23:28.611Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-08T17:23:28.611Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-08T17:23:28.611Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-08T17:23:28.611Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-08T17:23:28.611Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-08T17:23:28.611Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-08T17:23:28.611Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-08T17:23:28.611Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-04-08T17:23:28.611Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-08T17:23:28.611Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-04-08T17:23:28.611Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-04-08T17:23:28.611Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-08T17:23:28.611Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2021-04-08T17:23:28.611Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-08T17:23:28.611Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2021-04-08T17:23:28.611Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-08T17:23:28.873Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2021-04-08T17:23:28.873Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-08T17:23:28.873Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2021-04-08T17:23:28.873Z] === RUN TestCopyFromContainer [2021-04-08T17:23:30.791Z] === RUN TestCopyFromContainer// [2021-04-08T17:23:30.791Z] === RUN TestCopyFromContainer//bar/root [2021-04-08T17:23:30.791Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-08T17:23:31.053Z] === RUN TestCopyFromContainer/bar/quux [2021-04-08T17:23:31.053Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-08T17:23:31.053Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-08T17:23:31.315Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-08T17:23:31.315Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-08T17:23:31.576Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-08T17:23:31.576Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-08T17:23:31.838Z] --- PASS: TestCopyFromContainer (2.82s) [2021-04-08T17:23:31.838Z] --- PASS: TestCopyFromContainer// (0.12s) [2021-04-08T17:23:31.838Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2021-04-08T17:23:31.838Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-04-08T17:23:31.838Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2021-04-08T17:23:31.838Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2021-04-08T17:23:31.838Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2021-04-08T17:23:31.838Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2021-04-08T17:23:31.838Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2021-04-08T17:23:31.838Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2021-04-08T17:23:31.838Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2021-04-08T17:23:31.838Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-08T17:23:31.838Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-08T17:23:31.838Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-08T17:23:31.838Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-08T17:23:31.838Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-08T17:23:31.838Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-08T17:23:31.838Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-08T17:23:31.838Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-08T17:23:31.838Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-08T17:23:31.838Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-08T17:23:31.838Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-04-08T17:23:31.838Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-08T17:23:31.838Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-04-08T17:23:31.838Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-08T17:23:31.838Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-08T17:23:31.838Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-04-08T17:23:31.838Z] === RUN TestCreateWithInvalidEnv [2021-04-08T17:23:31.838Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-08T17:23:31.838Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-08T17:23:31.838Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-08T17:23:31.838Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-08T17:23:31.838Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-08T17:23:31.838Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-08T17:23:31.838Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-08T17:23:31.838Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-08T17:23:31.838Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-08T17:23:31.838Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-04-08T17:23:31.838Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-08T17:23:31.838Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-08T17:23:31.838Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-08T17:23:31.838Z] === RUN TestCreateTmpfsMountsTarget [2021-04-08T17:23:31.838Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2021-04-08T17:23:31.838Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-08T17:23:34.392Z] --- PASS: TestCreateWithCustomMaskedPaths (2.38s) [2021-04-08T17:23:34.392Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-08T17:23:34.926Z] . [2021-04-08T17:23:34.926Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-08T17:23:34.926Z] [2021-04-08T17:23:34.926Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-08T17:23:34.926Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-08T17:23:34.926Z] Error: No such image: emptyfs [2021-04-08T17:23:34.926Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-08T17:23:34.926Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-08T17:23:34.926Z] ++++ docker load [2021-04-08T17:23:34.926Z] Error: No such image: emptyfs [2021-04-08T17:23:34.926Z] ++++ docker load [2021-04-08T17:23:34.926Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-08T17:23:34.926Z] Running integration-test (iteration 1) [2021-04-08T17:23:34.926Z] Running integration-test (iteration 1) [2021-04-08T17:23:34.926Z] 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-04-08T17:23:34.926Z] ++ 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-04-08T17:23:34.926Z] ++ set -e [2021-04-08T17:23:34.926Z] ++ '[' -n 0 ']' [2021-04-08T17:23:34.926Z] ++ set -x [2021-04-08T17:23:34.926Z] ++ env -i DEST=/go/src/github.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-04-08T17:23:34.926Z] 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-04-08T17:23:34.926Z] ++ 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-04-08T17:23:34.926Z] ++ set -e [2021-04-08T17:23:34.926Z] ++ '[' -n 0 ']' [2021-04-08T17:23:34.926Z] ++ set -x [2021-04-08T17:23:34.926Z] ++ env -i DEST=/go/src/github.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-04-08T17:23:36.943Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.45s) [2021-04-08T17:23:36.943Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-08T17:23:36.943Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-08T17:23:36.943Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-08T17:23:36.943Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-08T17:23:36.943Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-08T17:23:36.943Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-08T17:23:36.943Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-08T17:23:36.943Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-08T17:23:36.943Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-08T17:23:36.943Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-08T17:23:36.943Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-08T17:23:36.943Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-08T17:23:36.943Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-08T17:23:36.943Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-08T17:23:36.943Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-08T17:23:36.943Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-08T17:23:36.943Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-04-08T17:23:36.943Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2021-04-08T17:23:36.943Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2021-04-08T17:23:36.943Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-04-08T17:23:36.943Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-04-08T17:23:36.943Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-04-08T17:23:36.943Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-08T17:23:37.516Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.83s) [2021-04-08T17:23:37.516Z] === RUN TestCreateDifferentPlatform [2021-04-08T17:23:37.516Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-08T17:23:37.516Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-08T17:23:37.516Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-04-08T17:23:37.516Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-04-08T17:23:37.516Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-08T17:23:37.516Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-08T17:23:37.779Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-04-08T17:23:37.779Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-08T17:23:37.779Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-04-08T17:23:37.779Z] === RUN TestContainerStartOnDaemonRestart [2021-04-08T17:23:37.779Z] === PAUSE TestContainerStartOnDaemonRestart [2021-04-08T17:23:37.779Z] === RUN TestDaemonRestartIpcMode [2021-04-08T17:23:37.779Z] === PAUSE TestDaemonRestartIpcMode [2021-04-08T17:23:37.779Z] === RUN TestDaemonHostGatewayIP [2021-04-08T17:23:37.779Z] === PAUSE TestDaemonHostGatewayIP [2021-04-08T17:23:37.779Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-08T17:23:37.779Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-08T17:23:37.779Z] === RUN TestContainerKillOnDaemonStart [2021-04-08T17:23:37.779Z] === PAUSE TestContainerKillOnDaemonStart [2021-04-08T17:23:37.779Z] === RUN TestDiff [2021-04-08T17:23:38.728Z] --- PASS: TestDiff (0.84s) [2021-04-08T17:23:38.728Z] === RUN TestExecWithCloseStdin [2021-04-08T17:23:39.673Z] --- PASS: TestExecWithCloseStdin (1.14s) [2021-04-08T17:23:39.673Z] === RUN TestExec [2021-04-08T17:23:41.061Z] --- PASS: TestExec (1.12s) [2021-04-08T17:23:41.061Z] === RUN TestExecUser [2021-04-08T17:23:42.007Z] --- PASS: TestExecUser (1.10s) [2021-04-08T17:23:42.007Z] === RUN TestExportContainerAndImportImage [2021-04-08T17:23:42.952Z] --- PASS: TestExportContainerAndImportImage (1.08s) [2021-04-08T17:23:42.952Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-08T17:23:46.258Z] --- PASS: TestExportContainerAfterDaemonRestart (3.02s) [2021-04-08T17:23:46.258Z] === RUN TestHealthCheckWorkdir [2021-04-08T17:23:47.646Z] --- PASS: TestHealthCheckWorkdir (1.45s) [2021-04-08T17:23:47.646Z] === RUN TestHealthKillContainer [2021-04-08T17:23:50.949Z] --- PASS: TestHealthKillContainer (3.10s) [2021-04-08T17:23:50.950Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-08T17:23:51.522Z] --- PASS: TestInspectCpusetInConfigPre120 (0.83s) [2021-04-08T17:23:51.522Z] === RUN TestIpcModeNone [2021-04-08T17:23:52.466Z] --- PASS: TestIpcModeNone (1.08s) [2021-04-08T17:23:52.466Z] === RUN TestIpcModePrivate [2021-04-08T17:23:53.853Z] --- PASS: TestIpcModePrivate (1.10s) [2021-04-08T17:23:53.853Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false [2021-04-08T17:23:53.853Z] === RUN TestIpcModeShareable [2021-04-08T17:23:54.797Z] --- PASS: TestIpcModeShareable (1.13s) [2021-04-08T17:23:54.797Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true [2021-04-08T17:23:54.797Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-08T17:23:58.104Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.10s) [2021-04-08T17:23:58.104Z] === RUN TestAPIIpcModeHost [2021-04-08T17:23:59.048Z] --- PASS: TestAPIIpcModeHost (1.10s) [2021-04-08T17:23:59.048Z] === RUN TestDaemonIpcModeShareable [2021-04-08T17:24:01.597Z] --- PASS: TestDaemonIpcModeShareable (2.48s) [2021-04-08T17:24:01.597Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-04-08T17:24:01.597Z] === RUN TestDaemonIpcModePrivate [2021-04-08T17:24:04.147Z] --- PASS: TestDaemonIpcModePrivate (2.50s) [2021-04-08T17:24:04.147Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-04-08T17:24:04.147Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-08T17:24:06.698Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.61s) [2021-04-08T17:24:06.698Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-04-08T17:24:06.698Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-08T17:24:09.249Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.54s) [2021-04-08T17:24:09.249Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-04-08T17:24:09.249Z] === RUN TestIpcModeOlderClient [2021-04-08T17:24:09.249Z] === PAUSE TestIpcModeOlderClient [2021-04-08T17:24:09.249Z] === RUN TestKillContainerInvalidSignal [2021-04-08T17:24:09.822Z] --- PASS: TestKillContainerInvalidSignal (0.86s) [2021-04-08T17:24:09.822Z] === RUN TestKillContainer [2021-04-08T17:24:09.822Z] === RUN TestKillContainer/no_signal [2021-04-08T17:24:10.767Z] === RUN TestKillContainer/non_killing_signal [2021-04-08T17:24:11.339Z] === RUN TestKillContainer/killing_signal [2021-04-08T17:24:11.962Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-04-08T17:24:11.962Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-04-08T17:24:11.962Z] remote: Enumerating objects: 2, done. [2021-04-08T17:24:11.962Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-04-08T17:24:11.962Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-04-08T17:24:11.962Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-04-08T17:24:11.962Z] 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-04-08T17:24:11.962Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-04-08T17:24:11.962Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-04-08T17:24:12.292Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42268/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 hack/test/unit [2021-04-08T17:24:12.725Z] --- PASS: TestKillContainer (2.49s) [2021-04-08T17:24:12.725Z] --- PASS: TestKillContainer/no_signal (0.79s) [2021-04-08T17:24:12.725Z] --- PASS: TestKillContainer/non_killing_signal (0.62s) [2021-04-08T17:24:12.725Z] --- PASS: TestKillContainer/killing_signal (0.81s) [2021-04-08T17:24:12.725Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-08T17:24:12.725Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-08T17:24:13.298Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-08T17:24:14.242Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.64s) [2021-04-08T17:24:14.242Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) [2021-04-08T17:24:14.242Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.61s) [2021-04-08T17:24:14.242Z] === RUN TestKillStoppedContainer [2021-04-08T17:24:14.242Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-04-08T17:24:14.242Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-08T17:24:14.242Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-04-08T17:24:14.242Z] === RUN TestKillDifferentUserContainer [2021-04-08T17:24:15.191Z] --- PASS: TestKillDifferentUserContainer (0.87s) [2021-04-08T17:24:15.191Z] === RUN TestInspectOomKilledTrue [2021-04-08T17:24:15.191Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-08T17:24:15.191Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-08T17:24:15.191Z] === RUN TestInspectOomKilledFalse [2021-04-08T17:24:15.191Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-08T17:24:15.191Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-08T17:24:15.191Z] === RUN TestLinksEtcHostsContentMatch [2021-04-08T17:24:15.598Z] ? github.com/docker/docker/api [no test files] [2021-04-08T17:24:16.142Z] --- PASS: TestLinksEtcHostsContentMatch (0.87s) [2021-04-08T17:24:16.142Z] === RUN TestLinksContainerNames [2021-04-08T17:24:17.532Z] --- PASS: TestLinksContainerNames (1.63s) [2021-04-08T17:24:17.532Z] === RUN TestLogsFollowTailEmpty [2021-04-08T17:24:18.476Z] --- PASS: TestLogsFollowTailEmpty (0.83s) [2021-04-08T17:24:18.476Z] === RUN TestContainerNetworkMountsNoChown [2021-04-08T17:24:19.421Z] --- PASS: TestContainerNetworkMountsNoChown (0.84s) [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/default [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/default [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/private [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/private [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/rprivate [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/slave [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/slave [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/rslave [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/shared [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/shared [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/rshared [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/default [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/rslave [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/rprivate [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/rshared [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/shared [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/private [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/slave [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-08T17:24:19.421Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-08T17:24:19.421Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-08T17:24:19.421Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-08T17:24:19.683Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-08T17:24:19.683Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-08T17:24:19.683Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-08T17:24:19.683Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-08T17:24:19.683Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-08T17:24:19.683Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-08T17:24:19.683Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-08T17:24:19.683Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-04-08T17:24:19.683Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-08T17:24:19.684Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-04-08T17:24:19.684Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-04-08T17:24:19.684Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-04-08T17:24:19.684Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2021-04-08T17:24:19.684Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-08T17:24:19.684Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2021-04-08T17:24:19.684Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-04-08T17:24:19.684Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2021-04-08T17:24:19.684Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2021-04-08T17:24:19.684Z] === RUN TestContainerBindMountNonRecursive [2021-04-08T17:24:21.650Z] Loaded image: buildpack-deps:buster [2021-04-08T17:24:21.650Z] Loaded image: buildpack-deps:buster [2021-04-08T17:24:21.650Z] Loaded image: busybox:latest [2021-04-08T17:24:21.650Z] Loaded image: busybox:latest [2021-04-08T17:24:21.650Z] Loaded image: busybox:glibc [2021-04-08T17:24:21.650Z] Loaded image: busybox:glibc [2021-04-08T17:24:22.221Z] Loaded image: debian:bullseye [2021-04-08T17:24:22.221Z] Loaded image: debian:bullseye [2021-04-08T17:24:22.234Z] --- PASS: TestContainerBindMountNonRecursive (2.30s) [2021-04-08T17:24:22.234Z] === RUN TestContainerVolumesMountedAsShared [2021-04-08T17:24:22.481Z] Loaded image: hello-world:latest [2021-04-08T17:24:22.481Z] Loaded image: hello-world:latest [2021-04-08T17:24:22.481Z] Loaded image: arm32v7/hello-world:latest [2021-04-08T17:24:22.481Z] Loaded image: arm32v7/hello-world:latest [2021-04-08T17:24:22.495Z] --- PASS: TestContainerVolumesMountedAsShared (0.61s) [2021-04-08T17:24:22.495Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-08T17:24:22.741Z] INFO: Testing against a local daemon [2021-04-08T17:24:22.741Z] === RUN TestDockerSuite [2021-04-08T17:24:22.741Z] INFO: Testing against a local daemon [2021-04-08T17:24:22.741Z] === RUN TestDockerDaemonSuite [2021-04-08T17:24:22.741Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-04-08T17:24:22.741Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-04-08T17:24:22.741Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-04-08T17:24:22.741Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-04-08T17:24:22.741Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-04-08T17:24:22.741Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-04-08T17:24:22.741Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-04-08T17:24:22.741Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-04-08T17:24:22.741Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-04-08T17:24:23.440Z] --- PASS: TestContainerVolumesMountedAsSlave (0.85s) [2021-04-08T17:24:23.440Z] === RUN TestNetworkNat [2021-04-08T17:24:24.829Z] --- PASS: TestNetworkNat (1.09s) [2021-04-08T17:24:24.829Z] === RUN TestNetworkLocalhostTCPNat [2021-04-08T17:24:25.774Z] --- PASS: TestNetworkLocalhostTCPNat (1.09s) [2021-04-08T17:24:25.774Z] === RUN TestNetworkLoopbackNat [2021-04-08T17:24:26.950Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-04-08T17:24:26.950Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-04-08T17:24:27.522Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-04-08T17:24:27.522Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-04-08T17:24:28.466Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-04-08T17:24:28.466Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-04-08T17:24:28.466Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-04-08T17:24:29.079Z] --- PASS: TestNetworkLoopbackNat (3.43s) [2021-04-08T17:24:29.079Z] === RUN TestPause [2021-04-08T17:24:30.024Z] --- PASS: TestPause (0.84s) [2021-04-08T17:24:30.024Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-08T17:24:30.024Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-08T17:24:30.024Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-08T17:24:30.024Z] === RUN TestPauseStopPausedContainer [2021-04-08T17:24:30.490Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2021-04-08T17:24:30.968Z] --- PASS: TestPauseStopPausedContainer (0.90s) [2021-04-08T17:24:30.968Z] === RUN TestPidHost [2021-04-08T17:24:31.765Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-04-08T17:24:32.706Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-04-08T17:24:32.706Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-04-08T17:24:32.706Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-04-08T17:24:32.706Z] --- PASS: TestBuildWithHugeFile (92.44s) [2021-04-08T17:24:32.706Z] === RUN TestBuildWCOWSandboxSize [2021-04-08T17:24:32.706Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-04-08T17:24:32.706Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-08T17:24:32.706Z] === RUN TestBuildWithEmptyDockerfile [2021-04-08T17:24:32.706Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-08T17:24:32.706Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-08T17:24:32.706Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-08T17:24:32.706Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-08T17:24:32.706Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-08T17:24:32.706Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-08T17:24:32.706Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-08T17:24:32.706Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-08T17:24:32.883Z] --- PASS: TestPidHost (2.19s) [2021-04-08T17:24:32.883Z] === RUN TestPsFilter [2021-04-08T17:24:32.966Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-04-08T17:24:32.966Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-08T17:24:32.966Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-04-08T17:24:32.966Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2021-04-08T17:24:32.966Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.23s) [2021-04-08T17:24:32.966Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2021-04-08T17:24:32.966Z] === RUN TestBuildPreserveOwnership [2021-04-08T17:24:32.966Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-08T17:24:33.144Z] --- PASS: TestPsFilter (0.17s) [2021-04-08T17:24:33.144Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-08T17:24:34.090Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.81s) [2021-04-08T17:24:34.090Z] === RUN TestRemoveContainerWithVolume [2021-04-08T17:24:34.877Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-04-08T17:24:35.035Z] --- PASS: TestRemoveContainerWithVolume (0.83s) [2021-04-08T17:24:35.035Z] === RUN TestRemoveContainerRunning [2021-04-08T17:24:35.607Z] --- PASS: TestRemoveContainerRunning (0.86s) [2021-04-08T17:24:35.607Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-08T17:24:35.816Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-04-08T17:24:36.551Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.85s) [2021-04-08T17:24:36.551Z] === RUN TestRemoveInvalidContainer [2021-04-08T17:24:36.551Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-04-08T17:24:36.551Z] === RUN TestRenameLinkedContainer [2021-04-08T17:24:36.758Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-04-08T17:24:36.758Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-08T17:24:37.328Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-04-08T17:24:37.328Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-04-08T17:24:37.328Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-04-08T17:24:38.711Z] --- PASS: TestBuildPreserveOwnership (5.41s) [2021-04-08T17:24:38.711Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.79s) [2021-04-08T17:24:38.711Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.61s) [2021-04-08T17:24:38.711Z] === RUN TestBuildPlatformInvalid [2021-04-08T17:24:38.711Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-04-08T17:24:38.711Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-08T17:24:39.854Z] --- PASS: TestRenameLinkedContainer (3.40s) [2021-04-08T17:24:39.854Z] === RUN TestRenameStoppedContainer [2021-04-08T17:24:40.798Z] --- PASS: TestRenameStoppedContainer (0.79s) [2021-04-08T17:24:40.798Z] === RUN TestRenameRunningContainerAndReuse [2021-04-08T17:24:42.718Z] --- PASS: TestRenameRunningContainerAndReuse (1.68s) [2021-04-08T17:24:42.718Z] === RUN TestRenameInvalidName [2021-04-08T17:24:42.909Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-04-08T17:24:43.291Z] --- PASS: TestRenameInvalidName (0.82s) [2021-04-08T17:24:43.291Z] === RUN TestRenameAnonymousContainer [2021-04-08T17:24:45.451Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-04-08T17:24:47.501Z] --- PASS: TestRenameAnonymousContainer (4.27s) [2021-04-08T17:24:47.501Z] === RUN TestRenameContainerWithSameName [2021-04-08T17:24:48.446Z] --- PASS: TestRenameContainerWithSameName (0.84s) [2021-04-08T17:24:48.446Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-08T17:24:48.749Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-04-08T17:24:50.364Z] --- PASS: TestRenameContainerWithLinkedContainer (1.69s) [2021-04-08T17:24:50.364Z] === RUN TestResize [2021-04-08T17:24:50.937Z] --- PASS: TestResize (0.85s) [2021-04-08T17:24:50.937Z] === RUN TestResizeWithInvalidSize [2021-04-08T17:24:51.291Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-04-08T17:24:51.863Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-04-08T17:24:51.881Z] --- PASS: TestResizeWithInvalidSize (0.86s) [2021-04-08T17:24:51.881Z] === RUN TestResizeWhenContainerNotStarted [2021-04-08T17:24:52.434Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-04-08T17:24:52.455Z] --- PASS: TestResizeWhenContainerNotStarted (0.80s) [2021-04-08T17:24:52.455Z] === RUN TestDaemonRestartKillContainers [2021-04-08T17:24:52.455Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-08T17:24:52.455Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-08T17:24:52.455Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-08T17:24:52.455Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-08T17:24:52.455Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-08T17:24:52.455Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-08T17:24:52.455Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-08T17:24:52.455Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-08T17:24:52.455Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-08T17:24:52.455Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-08T17:24:52.455Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-08T17:24:52.455Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-08T17:24:52.455Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-08T17:24:52.455Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-08T17:24:52.455Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-08T17:24:52.455Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-08T17:24:52.455Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-08T17:24:52.455Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-08T17:24:52.455Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-08T17:24:52.455Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-08T17:24:52.455Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-08T17:24:52.455Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-08T17:24:52.455Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-08T17:24:52.455Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-08T17:24:52.455Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-08T17:24:52.455Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-08T17:24:52.455Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-08T17:24:52.455Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-08T17:24:53.816Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-04-08T17:24:54.380Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-08T17:24:54.380Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-08T17:24:55.200Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-04-08T17:24:55.328Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-08T17:24:55.591Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-08T17:24:55.853Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-08T17:24:56.585Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-04-08T17:24:56.585Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-04-08T17:24:57.245Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-08T17:24:58.193Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-08T17:24:58.496Z] Loaded image: buildpack-deps:buster [2021-04-08T17:24:58.756Z] Loaded image: busybox:latest [2021-04-08T17:24:58.756Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-04-08T17:24:59.326Z] Loaded image: busybox:glibc [2021-04-08T17:24:59.584Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-08T17:25:00.267Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-04-08T17:25:00.973Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-04-08T17:25:00.973Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.71s) [2021-04-08T17:25:00.973Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.71s) [2021-04-08T17:25:00.973Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.86s) [2021-04-08T17:25:00.973Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.98s) [2021-04-08T17:25:00.973Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.66s) [2021-04-08T17:25:00.973Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.86s) [2021-04-08T17:25:00.973Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.80s) [2021-04-08T17:25:00.973Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.86s) [2021-04-08T17:25:00.973Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.71s) [2021-04-08T17:25:00.973Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.97s) [2021-04-08T17:25:00.973Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.50s) [2021-04-08T17:25:00.973Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.69s) [2021-04-08T17:25:00.973Z] === RUN TestCgroupNamespacesRun [2021-04-08T17:25:01.208Z] === RUN TestDockerSuite/TestAttachDetach [2021-04-08T17:25:02.593Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-04-08T17:25:02.856Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-04-08T17:25:03.531Z] --- PASS: TestCgroupNamespacesRun (2.50s) [2021-04-08T17:25:03.531Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-08T17:25:03.795Z] Loaded image: debian:bullseye [2021-04-08T17:25:03.796Z] Loaded image: hello-world:latest [2021-04-08T17:25:03.796Z] Loaded image: arm32v7/hello-world:latest [2021-04-08T17:25:04.056Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-04-08T17:25:05.455Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.14s) [2021-04-08T17:25:05.455Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-08T17:25:06.633Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-04-08T17:25:07.595Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-04-08T17:25:07.595Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-04-08T17:25:08.008Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.46s) [2021-04-08T17:25:08.008Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-08T17:25:08.978Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-04-08T17:25:10.562Z] --- PASS: TestCgroupNamespacesRunHostMode (2.66s) [2021-04-08T17:25:10.562Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-08T17:25:10.889Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-04-08T17:25:13.116Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.51s) [2021-04-08T17:25:13.116Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-08T17:25:13.431Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-04-08T17:25:13.431Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-04-08T17:25:13.692Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (35.15s) [2021-04-08T17:25:13.692Z] PASS [2021-04-08T17:25:13.692Z] [2021-04-08T17:25:13.692Z] === Skipped [2021-04-08T17:25:13.692Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-04-08T17:25:13.692Z] build_session_test.go:25: TODO: BuildKit [2021-04-08T17:25:13.692Z] [2021-04-08T17:25:13.692Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-04-08T17:25:13.692Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-08T17:25:13.692Z] [2021-04-08T17:25:13.692Z] [2021-04-08T17:25:13.692Z] DONE 34 tests, 2 skipped in 242.611s [2021-04-08T17:25:13.692Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-04-08T17:25:13.692Z] ++ 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-04-08T17:25:13.692Z] ++ set -e [2021-04-08T17:25:13.692Z] ++ '[' -n 0 ']' [2021-04-08T17:25:13.692Z] ++ set -x [2021-04-08T17:25:13.692Z] ++ env -i DEST=/go/src/github.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-04-08T17:25:13.952Z] INFO: Testing against a local daemon [2021-04-08T17:25:13.952Z] === RUN TestConfigInspect [2021-04-08T17:25:14.892Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-04-08T17:25:15.667Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.11s) [2021-04-08T17:25:15.667Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-08T17:25:16.613Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.39s) [2021-04-08T17:25:16.613Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-08T17:25:16.801Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-04-08T17:25:16.802Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-04-08T17:25:16.802Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-04-08T17:25:17.370Z] --- PASS: TestConfigInspect (3.39s) [2021-04-08T17:25:17.370Z] === RUN TestConfigList [2021-04-08T17:25:17.940Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-04-08T17:25:18.511Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-04-08T17:25:19.162Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.49s) [2021-04-08T17:25:19.162Z] === RUN TestKernelTCPMemory [2021-04-08T17:25:20.550Z] --- PASS: TestKernelTCPMemory (1.15s) [2021-04-08T17:25:20.550Z] === RUN TestNISDomainname [2021-04-08T17:25:21.053Z] --- PASS: TestConfigList (3.59s) [2021-04-08T17:25:21.053Z] === RUN TestConfigsCreateAndDelete [2021-04-08T17:25:21.624Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-04-08T17:25:21.942Z] --- PASS: TestNISDomainname (1.41s) [2021-04-08T17:25:21.942Z] === RUN TestHostnameDnsResolution [2021-04-08T17:25:24.493Z] --- PASS: TestHostnameDnsResolution (2.33s) [2021-04-08T17:25:24.493Z] === RUN TestStats [2021-04-08T17:25:24.928Z] --- PASS: TestConfigsCreateAndDelete (3.51s) [2021-04-08T17:25:24.928Z] === RUN TestConfigsUpdate [2021-04-08T17:25:27.041Z] --- PASS: TestStats (2.85s) [2021-04-08T17:25:27.041Z] === RUN TestStopContainerWithTimeout [2021-04-08T17:25:27.041Z] === RUN TestStopContainerWithTimeout/0 [2021-04-08T17:25:27.041Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-08T17:25:27.041Z] === RUN TestStopContainerWithTimeout/1 [2021-04-08T17:25:27.041Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-08T17:25:27.041Z] === RUN TestStopContainerWithTimeout/3 [2021-04-08T17:25:27.041Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-08T17:25:27.041Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-08T17:25:27.041Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-08T17:25:27.041Z] === CONT TestStopContainerWithTimeout/0 [2021-04-08T17:25:27.041Z] === CONT TestStopContainerWithTimeout/1 [2021-04-08T17:25:27.041Z] === CONT TestStopContainerWithTimeout/3 [2021-04-08T17:25:27.041Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-08T17:25:27.471Z] --- PASS: TestConfigsUpdate (3.17s) [2021-04-08T17:25:27.471Z] === RUN TestTemplatedConfig [2021-04-08T17:25:27.732Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-04-08T17:25:30.351Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-04-08T17:25:30.351Z] --- PASS: TestStopContainerWithTimeout/0 (1.60s) [2021-04-08T17:25:30.351Z] --- PASS: TestStopContainerWithTimeout/1 (2.51s) [2021-04-08T17:25:30.351Z] --- PASS: TestStopContainerWithTimeout/-1 (3.37s) [2021-04-08T17:25:30.351Z] --- PASS: TestStopContainerWithTimeout/3 (3.49s) [2021-04-08T17:25:30.351Z] === RUN TestDeleteDevicemapper [2021-04-08T17:25:30.351Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-08T17:25:30.351Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-08T17:25:30.351Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-08T17:25:31.934Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-04-08T17:25:32.903Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.40s) [2021-04-08T17:25:32.903Z] === RUN TestUpdateMemory [2021-04-08T17:25:32.903Z] --- SKIP: TestUpdateMemory (0.00s) [2021-04-08T17:25:32.903Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-08T17:25:32.903Z] === RUN TestUpdateCPUQuota [2021-04-08T17:25:33.316Z] --- PASS: TestTemplatedConfig (5.45s) [2021-04-08T17:25:33.316Z] === RUN TestConfigCreateResolve [2021-04-08T17:25:34.256Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-04-08T17:25:36.165Z] --- PASS: TestConfigCreateResolve (2.86s) [2021-04-08T17:25:36.165Z] === RUN TestConfigDaemonLibtrustID [2021-04-08T17:25:37.105Z] --- PASS: TestConfigDaemonLibtrustID (0.98s) [2021-04-08T17:25:37.105Z] PASS [2021-04-08T17:25:37.105Z] [2021-04-08T17:25:37.105Z] DONE 7 tests in 23.135s [2021-04-08T17:25:37.105Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-04-08T17:25:37.105Z] ++ 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-04-08T17:25:37.105Z] ++ set -e [2021-04-08T17:25:37.105Z] ++ '[' -n 0 ']' [2021-04-08T17:25:37.105Z] ++ set -x [2021-04-08T17:25:37.105Z] ++ env -i DEST=/go/src/github.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-04-08T17:25:37.105Z] INFO: Testing against a local daemon [2021-04-08T17:25:37.105Z] === RUN TestCheckpoint [2021-04-08T17:25:37.105Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-08T17:25:37.105Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-08T17:25:37.105Z] === RUN TestContainerInvalidJSON [2021-04-08T17:25:37.105Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-08T17:25:37.105Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-08T17:25:37.105Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-08T17:25:37.105Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-08T17:25:37.105Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-08T17:25:37.105Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-08T17:25:37.105Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-08T17:25:37.105Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-08T17:25:37.105Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-08T17:25:37.105Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-04-08T17:25:37.105Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-04-08T17:25:37.105Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-08T17:25:37.105Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-04-08T17:25:37.105Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-08T17:25:37.105Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2021-04-08T17:25:37.105Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-08T17:25:37.366Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2021-04-08T17:25:37.366Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-08T17:25:37.366Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-04-08T17:25:37.366Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-08T17:25:37.366Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-04-08T17:25:37.366Z] === RUN TestCopyFromContainer [2021-04-08T17:25:37.630Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-04-08T17:25:38.208Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-04-08T17:25:38.779Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-04-08T17:25:39.492Z] --- PASS: TestUpdateCPUQuota (5.78s) [2021-04-08T17:25:39.492Z] === RUN TestUpdatePidsLimit [2021-04-08T17:25:39.492Z] === RUN TestUpdatePidsLimit/update_from_none [2021-04-08T17:25:39.492Z] === RUN TestUpdatePidsLimit/no_change [2021-04-08T17:25:39.721Z] === RUN TestCopyFromContainer// [2021-04-08T17:25:39.721Z] === RUN TestCopyFromContainer//bar/root [2021-04-08T17:25:39.985Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-08T17:25:40.064Z] === RUN TestUpdatePidsLimit/update_lower [2021-04-08T17:25:40.245Z] === RUN TestCopyFromContainer/bar/quux [2021-04-08T17:25:40.245Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-08T17:25:40.506Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-08T17:25:40.637Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-04-08T17:25:40.768Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-08T17:25:40.769Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-08T17:25:41.029Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-08T17:25:41.029Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-04-08T17:25:41.029Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-08T17:25:41.211Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-04-08T17:25:41.290Z] --- PASS: TestCopyFromContainer (3.89s) [2021-04-08T17:25:41.290Z] --- PASS: TestCopyFromContainer// (0.15s) [2021-04-08T17:25:41.290Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2021-04-08T17:25:41.290Z] --- PASS: TestCopyFromContainer//bar/root/ (0.17s) [2021-04-08T17:25:41.290Z] --- PASS: TestCopyFromContainer/bar/quux (0.19s) [2021-04-08T17:25:41.290Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.15s) [2021-04-08T17:25:41.290Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.19s) [2021-04-08T17:25:41.290Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.19s) [2021-04-08T17:25:41.290Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2021-04-08T17:25:41.290Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.17s) [2021-04-08T17:25:41.290Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2021-04-08T17:25:41.290Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-08T17:25:41.290Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-08T17:25:41.290Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-08T17:25:41.290Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-08T17:25:41.290Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-08T17:25:41.290Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-08T17:25:41.290Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-08T17:25:41.290Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-08T17:25:41.290Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-08T17:25:41.290Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-08T17:25:41.290Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-04-08T17:25:41.290Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-08T17:25:41.290Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-08T17:25:41.290Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-04-08T17:25:41.290Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-08T17:25:41.290Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-04-08T17:25:41.290Z] === RUN TestCreateWithInvalidEnv [2021-04-08T17:25:41.290Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-08T17:25:41.290Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-08T17:25:41.290Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-08T17:25:41.290Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-08T17:25:41.290Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-08T17:25:41.290Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-08T17:25:41.290Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-08T17:25:41.290Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-08T17:25:41.290Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-08T17:25:41.290Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-04-08T17:25:41.290Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-08T17:25:41.290Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-08T17:25:41.290Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-08T17:25:41.290Z] === RUN TestCreateTmpfsMountsTarget [2021-04-08T17:25:41.552Z] --- PASS: TestCreateTmpfsMountsTarget (0.05s) [2021-04-08T17:25:41.552Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-08T17:25:41.813Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-04-08T17:25:42.155Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-04-08T17:25:42.384Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-04-08T17:25:42.727Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-04-08T17:25:42.955Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-04-08T17:25:44.116Z] --- PASS: TestUpdatePidsLimit (5.48s) [2021-04-08T17:25:44.116Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.67s) [2021-04-08T17:25:44.116Z] --- PASS: TestUpdatePidsLimit/no_change (0.67s) [2021-04-08T17:25:44.116Z] --- PASS: TestUpdatePidsLimit/update_lower (0.70s) [2021-04-08T17:25:44.116Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.67s) [2021-04-08T17:25:44.116Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.69s) [2021-04-08T17:25:44.116Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.67s) [2021-04-08T17:25:44.116Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.65s) [2021-04-08T17:25:44.116Z] === RUN TestUpdateRestartPolicy [2021-04-08T17:25:45.499Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-04-08T17:25:45.499Z] --- PASS: TestCreateWithCustomMaskedPaths (3.79s) [2021-04-08T17:25:45.499Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-08T17:25:45.499Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-04-08T17:25:46.069Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-04-08T17:25:46.329Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-04-08T17:25:48.871Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.16s) [2021-04-08T17:25:48.871Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-08T17:25:48.871Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-08T17:25:48.871Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-08T17:25:48.871Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-08T17:25:48.871Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-08T17:25:48.871Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-08T17:25:48.871Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-08T17:25:48.871Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-08T17:25:48.871Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-08T17:25:48.871Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-08T17:25:48.871Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-08T17:25:48.871Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-08T17:25:48.871Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-08T17:25:48.871Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-08T17:25:48.871Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-08T17:25:48.871Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-08T17:25:48.871Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-04-08T17:25:48.871Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-04-08T17:25:48.871Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2021-04-08T17:25:48.871Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2021-04-08T17:25:48.871Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-04-08T17:25:48.871Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-04-08T17:25:48.871Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-08T17:25:48.871Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-04-08T17:25:49.444Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-04-08T17:25:49.706Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.11s) [2021-04-08T17:25:49.706Z] === RUN TestCreateDifferentPlatform [2021-04-08T17:25:49.706Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-08T17:25:49.706Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-08T17:25:49.706Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-04-08T17:25:49.706Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-04-08T17:25:49.706Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-08T17:25:49.706Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-08T17:25:49.706Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-04-08T17:25:49.706Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-08T17:25:49.706Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2021-04-08T17:25:49.706Z] === RUN TestContainerStartOnDaemonRestart [2021-04-08T17:25:49.706Z] === PAUSE TestContainerStartOnDaemonRestart [2021-04-08T17:25:49.706Z] === RUN TestDaemonRestartIpcMode [2021-04-08T17:25:49.706Z] === PAUSE TestDaemonRestartIpcMode [2021-04-08T17:25:49.706Z] === RUN TestDaemonHostGatewayIP [2021-04-08T17:25:49.706Z] === PAUSE TestDaemonHostGatewayIP [2021-04-08T17:25:49.706Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-08T17:25:49.706Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-08T17:25:49.706Z] === RUN TestContainerKillOnDaemonStart [2021-04-08T17:25:49.706Z] === PAUSE TestContainerKillOnDaemonStart [2021-04-08T17:25:49.706Z] === RUN TestDiff [2021-04-08T17:25:51.089Z] --- PASS: TestDiff (1.15s) [2021-04-08T17:25:51.089Z] === RUN TestExecWithCloseStdin [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-08T17:25:51.939Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2021-04-08T17:25:51.939Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 37.7% of statements [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-08T17:25:51.939Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/types [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-08T17:25:51.939Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2021-04-08T17:25:51.939Z] ok github.com/docker/docker/api/types/filters 0.011s coverage: 92.2% of statements [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-08T17:25:51.939Z] ok github.com/docker/docker/api/types/time 0.024s coverage: 100.0% of statements [2021-04-08T17:25:51.939Z] ok github.com/docker/docker/api/types/versions 0.006s coverage: 75.0% of statements [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/builder [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-08T17:25:51.939Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-04-08T17:25:52.469Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-04-08T17:25:52.469Z] --- PASS: TestExecWithCloseStdin (1.48s) [2021-04-08T17:25:52.469Z] === RUN TestExec [2021-04-08T17:25:53.040Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-04-08T17:25:53.300Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-04-08T17:25:53.844Z] ok github.com/docker/docker/builder/dockerfile 0.236s coverage: 48.5% of statements [2021-04-08T17:25:53.844Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-08T17:25:53.844Z] ok github.com/docker/docker/builder/remotecontext 0.213s coverage: 13.7% of statements [2021-04-08T17:25:53.871Z] --- PASS: TestExec (1.54s) [2021-04-08T17:25:53.871Z] === RUN TestExecUser [2021-04-08T17:25:55.223Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2021-04-08T17:25:55.254Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-04-08T17:25:55.515Z] --- PASS: TestExecUser (1.72s) [2021-04-08T17:25:55.515Z] === RUN TestExportContainerAndImportImage [2021-04-08T17:25:56.160Z] ok github.com/docker/docker/builder/remotecontext/git 1.179s coverage: 86.3% of statements [2021-04-08T17:25:56.160Z] ? github.com/docker/docker/cli [no test files] [2021-04-08T17:25:56.160Z] ? github.com/docker/docker/cli/config [no test files] [2021-04-08T17:25:56.455Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-04-08T17:25:57.026Z] --- PASS: TestExportContainerAndImportImage (1.48s) [2021-04-08T17:25:57.026Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-08T17:25:59.030Z] --- PASS: TestUpdateRestartPolicy (12.92s) [2021-04-08T17:25:59.030Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-08T17:25:59.030Z] --- PASS: TestUpdateRestartWithAutoRemove (0.85s) [2021-04-08T17:25:59.030Z] === RUN TestWaitNonBlocked [2021-04-08T17:25:59.030Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-08T17:25:59.030Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-08T17:25:59.030Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-08T17:25:59.030Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-08T17:25:59.030Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-08T17:25:59.030Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-08T17:25:59.030Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-04-08T17:25:59.030Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.01s) [2021-04-08T17:25:59.030Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.06s) [2021-04-08T17:25:59.030Z] === RUN TestWaitBlocked [2021-04-08T17:25:59.030Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-08T17:25:59.030Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-08T17:25:59.030Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-08T17:25:59.030Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-08T17:25:59.030Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-08T17:25:59.030Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-04-08T17:25:59.567Z] --- PASS: TestExportContainerAfterDaemonRestart (2.20s) [2021-04-08T17:25:59.567Z] === RUN TestHealthCheckWorkdir [2021-04-08T17:25:59.979Z] --- PASS: TestWaitBlocked (0.03s) [2021-04-08T17:25:59.979Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.03s) [2021-04-08T17:25:59.979Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.07s) [2021-04-08T17:25:59.979Z] === CONT TestContainerStartOnDaemonRestart [2021-04-08T17:25:59.979Z] === CONT TestContainerKillOnDaemonStart [2021-04-08T17:25:59.979Z] === CONT TestDaemonHostGatewayIP [2021-04-08T17:25:59.979Z] === CONT TestDaemonRestartIpcMode [2021-04-08T17:26:00.137Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-04-08T17:26:00.351Z] ok github.com/docker/docker/client 0.261s coverage: 75.4% of statements [2021-04-08T17:26:01.523Z] --- PASS: TestHealthCheckWorkdir (2.10s) [2021-04-08T17:26:01.523Z] === RUN TestHealthKillContainer [2021-04-08T17:26:02.906Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-04-08T17:26:04.200Z] --- PASS: TestContainerStartOnDaemonRestart (3.81s) [2021-04-08T17:26:04.200Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-08T17:26:04.321Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-04-08T17:26:04.774Z] --- PASS: TestDaemonRestartIpcMode (4.55s) [2021-04-08T17:26:04.774Z] === CONT TestIpcModeOlderClient [2021-04-08T17:26:04.774Z] --- PASS: TestIpcModeOlderClient (0.12s) [2021-04-08T17:26:04.893Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-04-08T17:26:04.893Z] --- PASS: TestHealthKillContainer (3.39s) [2021-04-08T17:26:04.893Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-08T17:26:05.838Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-04-08T17:26:06.099Z] --- PASS: TestInspectCpusetInConfigPre120 (1.22s) [2021-04-08T17:26:06.099Z] === RUN TestIpcModeNone [2021-04-08T17:26:06.669Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-04-08T17:26:06.691Z] --- PASS: TestDaemonHostGatewayIP (6.32s) [2021-04-08T17:26:07.610Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-04-08T17:26:07.610Z] --- PASS: TestIpcModeNone (1.66s) [2021-04-08T17:26:07.610Z] === RUN TestIpcModePrivate [2021-04-08T17:26:08.079Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.06s) [2021-04-08T17:26:08.180Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-04-08T17:26:08.180Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-04-08T17:26:09.561Z] --- PASS: TestIpcModePrivate (1.82s) [2021-04-08T17:26:09.561Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:86, shared: false, mustBeShared: false [2021-04-08T17:26:09.561Z] === RUN TestIpcModeShareable [2021-04-08T17:26:10.502Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-04-08T17:26:11.451Z] --- PASS: TestIpcModeShareable (2.07s) [2021-04-08T17:26:11.451Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:83, shared: true, mustBeShared: true [2021-04-08T17:26:11.451Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-08T17:26:12.835Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-04-08T17:26:14.679Z] --- PASS: TestContainerKillOnDaemonStart (13.84s) [2021-04-08T17:26:14.679Z] PASS [2021-04-08T17:26:14.679Z] [2021-04-08T17:26:14.679Z] === Skipped [2021-04-08T17:26:14.679Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-04-08T17:26:14.679Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-08T17:26:14.679Z] [2021-04-08T17:26:14.679Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-04-08T17:26:14.679Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-08T17:26:14.679Z] [2021-04-08T17:26:14.679Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-04-08T17:26:14.679Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-08T17:26:14.679Z] [2021-04-08T17:26:14.679Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-08T17:26:14.679Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-08T17:26:14.679Z] [2021-04-08T17:26:14.679Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-04-08T17:26:14.679Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-08T17:26:14.679Z] [2021-04-08T17:26:14.679Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-04-08T17:26:14.679Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-08T17:26:14.679Z] [2021-04-08T17:26:14.679Z] [2021-04-08T17:26:14.679Z] DONE 197 tests, 6 skipped in 165.573s [2021-04-08T17:26:14.679Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-04-08T17:26:14.679Z] ++ 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-04-08T17:26:14.679Z] ++ set -e [2021-04-08T17:26:14.679Z] ++ '[' -n 0 ']' [2021-04-08T17:26:14.679Z] ++ set -x [2021-04-08T17:26:14.679Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04-08T17:26:14.679Z] INFO: Testing against a local daemon [2021-04-08T17:26:14.679Z] === RUN TestCommitInheritsEnv [2021-04-08T17:26:14.679Z] --- PASS: TestCommitInheritsEnv (0.42s) [2021-04-08T17:26:14.679Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-08T17:26:14.679Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-04-08T17:26:14.679Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-04-08T17:26:14.679Z] === RUN TestImagesFilterMultiReference [2021-04-08T17:26:14.679Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2021-04-08T17:26:14.679Z] === RUN TestImagePullPlatformInvalid [2021-04-08T17:26:14.679Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-04-08T17:26:14.679Z] === RUN TestRemoveImageOrphaning [2021-04-08T17:26:15.252Z] --- PASS: TestRemoveImageOrphaning (0.40s) [2021-04-08T17:26:15.252Z] === RUN TestRemoveImageGarbageCollector [2021-04-08T17:26:15.252Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-04-08T17:26:15.252Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-08T17:26:15.252Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-08T17:26:15.252Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-04-08T17:26:15.252Z] === RUN TestTagInvalidReference [2021-04-08T17:26:15.252Z] --- PASS: TestTagInvalidReference (0.03s) [2021-04-08T17:26:15.252Z] === RUN TestTagValidPrefixedRepo [2021-04-08T17:26:15.252Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-04-08T17:26:15.252Z] === RUN TestTagExistedNameWithoutForce [2021-04-08T17:26:15.252Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-04-08T17:26:15.252Z] === RUN TestTagOfficialNames [2021-04-08T17:26:15.514Z] --- PASS: TestTagOfficialNames (0.08s) [2021-04-08T17:26:15.514Z] === RUN TestTagMatchesDigest [2021-04-08T17:26:15.514Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-04-08T17:26:15.514Z] PASS [2021-04-08T17:26:15.514Z] [2021-04-08T17:26:15.514Z] === Skipped [2021-04-08T17:26:15.514Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-04-08T17:26:15.514Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-04-08T17:26:15.514Z] [2021-04-08T17:26:15.514Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-04-08T17:26:15.514Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-08T17:26:15.514Z] [2021-04-08T17:26:15.514Z] [2021-04-08T17:26:15.514Z] DONE 12 tests, 2 skipped in 1.519s [2021-04-08T17:26:15.514Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-04-08T17:26:15.514Z] ++ 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-04-08T17:26:15.514Z] ++ set -e [2021-04-08T17:26:15.514Z] ++ '[' -n 0 ']' [2021-04-08T17:26:15.514Z] ++ set -x [2021-04-08T17:26:15.514Z] ++ env -i DEST=/go/src/github.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-04-08T17:26:15.776Z] INFO: Testing against a local daemon [2021-04-08T17:26:15.776Z] === RUN TestNetworkCreateDelete [2021-04-08T17:26:16.134Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-04-08T17:26:16.394Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.93s) [2021-04-08T17:26:16.394Z] === RUN TestAPIIpcModeHost [2021-04-08T17:26:16.720Z] --- PASS: TestNetworkCreateDelete (0.85s) [2021-04-08T17:26:16.720Z] === RUN TestDockerNetworkDeletePreferID [2021-04-08T17:26:17.335Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-04-08T17:26:18.276Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-04-08T17:26:18.276Z] --- PASS: TestAPIIpcModeHost (1.89s) [2021-04-08T17:26:18.276Z] === RUN TestDaemonIpcModeShareable [2021-04-08T17:26:19.268Z] --- PASS: TestDockerNetworkDeletePreferID (2.50s) [2021-04-08T17:26:19.268Z] === RUN TestDaemonDNSFallback [2021-04-08T17:26:20.817Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-04-08T17:26:21.077Z] --- PASS: TestDaemonIpcModeShareable (2.63s) [2021-04-08T17:26:21.077Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: true, mustBeShared: true [2021-04-08T17:26:21.077Z] === RUN TestDaemonIpcModePrivate [2021-04-08T17:26:23.622Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-04-08T17:26:24.192Z] --- PASS: TestDaemonIpcModePrivate (3.17s) [2021-04-08T17:26:24.192Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2021-04-08T17:26:24.192Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-08T17:26:24.762Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-04-08T17:26:24.762Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-04-08T17:26:26.671Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-04-08T17:26:27.242Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.89s) [2021-04-08T17:26:27.242Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:92, shared: false, mustBeShared: false [2021-04-08T17:26:27.242Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-08T17:26:27.410Z] --- PASS: TestDaemonDNSFallback (8.11s) [2021-04-08T17:26:27.410Z] === RUN TestInspectNetwork [2021-04-08T17:26:27.813Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-04-08T17:26:27.813Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-04-08T17:26:29.725Z] === RUN TestDockerSuite/TestBuildAddScript [2021-04-08T17:26:29.986Z] --- PASS: TestDaemonIpcModeShareableFromConfig (3.00s) [2021-04-08T17:26:29.986Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: true, mustBeShared: true [2021-04-08T17:26:29.986Z] === RUN TestIpcModeOlderClient [2021-04-08T17:26:29.986Z] === PAUSE TestIpcModeOlderClient [2021-04-08T17:26:29.986Z] === RUN TestKillContainerInvalidSignal [2021-04-08T17:26:31.371Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-04-08T17:26:31.371Z] --- PASS: TestKillContainerInvalidSignal (1.33s) [2021-04-08T17:26:31.371Z] === RUN TestKillContainer [2021-04-08T17:26:31.371Z] === RUN TestKillContainer/no_signal [2021-04-08T17:26:32.709Z] === RUN TestInspectNetwork/full_network_id [2021-04-08T17:26:32.709Z] === RUN TestInspectNetwork/partial_network_id [2021-04-08T17:26:32.709Z] === RUN TestInspectNetwork/network_name [2021-04-08T17:26:32.709Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-04-08T17:26:32.754Z] === RUN TestKillContainer/non_killing_signal [2021-04-08T17:26:33.697Z] === RUN TestKillContainer/killing_signal [2021-04-08T17:26:34.269Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-04-08T17:26:34.530Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-04-08T17:26:35.472Z] --- PASS: TestKillContainer (3.88s) [2021-04-08T17:26:35.472Z] --- PASS: TestKillContainer/no_signal (1.20s) [2021-04-08T17:26:35.472Z] --- PASS: TestKillContainer/non_killing_signal (1.09s) [2021-04-08T17:26:35.472Z] --- PASS: TestKillContainer/killing_signal (1.33s) [2021-04-08T17:26:35.472Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-08T17:26:35.472Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-08T17:26:36.014Z] --- PASS: TestInspectNetwork (8.96s) [2021-04-08T17:26:36.014Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-04-08T17:26:36.014Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-04-08T17:26:36.014Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-04-08T17:26:36.014Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-04-08T17:26:36.014Z] === RUN TestRunContainerWithBridgeNone [2021-04-08T17:26:36.855Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-08T17:26:37.425Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-04-08T17:26:37.995Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.56s) [2021-04-08T17:26:37.995Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.23s) [2021-04-08T17:26:37.995Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (1.10s) [2021-04-08T17:26:37.995Z] === RUN TestKillStoppedContainer [2021-04-08T17:26:37.995Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-04-08T17:26:37.995Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-08T17:26:37.995Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-04-08T17:26:37.995Z] === RUN TestKillDifferentUserContainer [2021-04-08T17:26:39.078Z] ok github.com/docker/docker/cmd/dockerd 0.084s coverage: 29.1% of statements [2021-04-08T17:26:39.379Z] --- PASS: TestKillDifferentUserContainer (1.30s) [2021-04-08T17:26:39.379Z] === RUN TestInspectOomKilledTrue [2021-04-08T17:26:39.379Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-08T17:26:39.379Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-08T17:26:39.379Z] === RUN TestInspectOomKilledFalse [2021-04-08T17:26:39.379Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-08T17:26:39.379Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-08T17:26:39.379Z] === RUN TestLinksEtcHostsContentMatch [2021-04-08T17:26:40.014Z] ok github.com/docker/docker/container 0.126s coverage: 34.7% of statements [2021-04-08T17:26:40.015Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-08T17:26:40.015Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-08T17:26:40.015Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-08T17:26:40.015Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-08T17:26:40.227Z] --- PASS: TestRunContainerWithBridgeNone (3.43s) [2021-04-08T17:26:40.227Z] === RUN TestNetworkInvalidJSON [2021-04-08T17:26:40.227Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-08T17:26:40.228Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-08T17:26:40.228Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-08T17:26:40.228Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-08T17:26:40.228Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-08T17:26:40.228Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-08T17:26:40.228Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-08T17:26:40.228Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-08T17:26:40.228Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-08T17:26:40.228Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2021-04-08T17:26:40.228Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-08T17:26:40.228Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-08T17:26:40.228Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-08T17:26:40.228Z] === RUN TestNetworkList [2021-04-08T17:26:40.228Z] === RUN TestNetworkList//networks [2021-04-08T17:26:40.228Z] === PAUSE TestNetworkList//networks [2021-04-08T17:26:40.228Z] === RUN TestNetworkList//networks/ [2021-04-08T17:26:40.228Z] === PAUSE TestNetworkList//networks/ [2021-04-08T17:26:40.228Z] === CONT TestNetworkList//networks [2021-04-08T17:26:40.228Z] === CONT TestNetworkList//networks/ [2021-04-08T17:26:40.228Z] --- PASS: TestNetworkList (0.03s) [2021-04-08T17:26:40.228Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-08T17:26:40.228Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-08T17:26:40.228Z] === RUN TestHostIPv4BridgeLabel [2021-04-08T17:26:40.765Z] --- PASS: TestLinksEtcHostsContentMatch (1.58s) [2021-04-08T17:26:40.765Z] === RUN TestLinksContainerNames [2021-04-08T17:26:41.171Z] --- PASS: TestHostIPv4BridgeLabel (1.48s) [2021-04-08T17:26:41.171Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-08T17:26:43.307Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-04-08T17:26:43.307Z] --- PASS: TestLinksContainerNames (2.31s) [2021-04-08T17:26:43.307Z] === RUN TestLogsFollowTailEmpty [2021-04-08T17:26:43.721Z] --- PASS: TestDaemonRestartWithLiveRestore (2.61s) [2021-04-08T17:26:43.721Z] === RUN TestDaemonDefaultNetworkPools [2021-04-08T17:26:43.876Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-04-08T17:26:44.449Z] --- PASS: TestLogsFollowTailEmpty (1.14s) [2021-04-08T17:26:44.449Z] === RUN TestContainerNetworkMountsNoChown [2021-04-08T17:26:45.389Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-04-08T17:26:45.389Z] --- PASS: TestContainerNetworkMountsNoChown (1.15s) [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot/default [2021-04-08T17:26:45.389Z] === PAUSE TestMountDaemonRoot/default [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot/private [2021-04-08T17:26:45.389Z] === PAUSE TestMountDaemonRoot/private [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot/rprivate [2021-04-08T17:26:45.389Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot/slave [2021-04-08T17:26:45.389Z] === PAUSE TestMountDaemonRoot/slave [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot/rslave [2021-04-08T17:26:45.389Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot/shared [2021-04-08T17:26:45.389Z] === PAUSE TestMountDaemonRoot/shared [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot/rshared [2021-04-08T17:26:45.389Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-08T17:26:45.389Z] === CONT TestMountDaemonRoot/default [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-08T17:26:45.389Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-08T17:26:45.389Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-08T17:26:45.389Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-08T17:26:45.389Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-08T17:26:45.389Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-08T17:26:45.389Z] === CONT TestMountDaemonRoot/rshared [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-08T17:26:45.389Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-08T17:26:45.389Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-08T17:26:45.389Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-08T17:26:45.389Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-08T17:26:45.389Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-08T17:26:45.389Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-08T17:26:45.649Z] === CONT TestMountDaemonRoot/shared [2021-04-08T17:26:45.649Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-08T17:26:45.649Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-08T17:26:45.649Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-08T17:26:45.649Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-08T17:26:45.649Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-08T17:26:45.649Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-08T17:26:45.650Z] === CONT TestMountDaemonRoot/rslave [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-08T17:26:45.650Z] === CONT TestMountDaemonRoot/slave [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-08T17:26:45.650Z] === CONT TestMountDaemonRoot/rprivate [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-08T17:26:45.650Z] === CONT TestMountDaemonRoot/private [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-08T17:26:45.650Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-08T17:26:45.650Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-08T17:26:45.650Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-08T17:26:45.650Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-08T17:26:45.650Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-08T17:26:45.650Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-08T17:26:45.650Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-08T17:26:45.650Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-08T17:26:45.910Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-08T17:26:45.910Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-08T17:26:45.910Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-08T17:26:45.910Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-08T17:26:45.910Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-08T17:26:45.910Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-08T17:26:45.910Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-08T17:26:45.910Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-08T17:26:46.170Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-08T17:26:46.170Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-08T17:26:46.170Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-08T17:26:46.170Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-08T17:26:46.170Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-08T17:26:46.170Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-08T17:26:46.170Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-08T17:26:46.170Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-08T17:26:46.170Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-08T17:26:46.170Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-08T17:26:46.170Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-08T17:26:46.170Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-08T17:26:46.170Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-04-08T17:26:46.170Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-08T17:26:46.170Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2021-04-08T17:26:46.170Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2021-04-08T17:26:46.170Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-04-08T17:26:46.170Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2021-04-08T17:26:46.170Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-08T17:26:46.170Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2021-04-08T17:26:46.170Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-04-08T17:26:46.170Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-04-08T17:26:46.170Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2021-04-08T17:26:46.171Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-04-08T17:26:46.171Z] === RUN TestContainerBindMountNonRecursive [2021-04-08T17:26:46.269Z] --- PASS: TestDaemonDefaultNetworkPools (2.30s) [2021-04-08T17:26:46.269Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-08T17:26:48.712Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-04-08T17:26:49.574Z] --- PASS: TestDaemonRestartWithExistingNetwork (3.48s) [2021-04-08T17:26:49.574Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-08T17:26:49.652Z] --- PASS: TestContainerBindMountNonRecursive (3.34s) [2021-04-08T17:26:49.652Z] === RUN TestContainerVolumesMountedAsShared [2021-04-08T17:26:50.224Z] --- PASS: TestContainerVolumesMountedAsShared (0.64s) [2021-04-08T17:26:50.224Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-08T17:26:51.607Z] --- PASS: TestContainerVolumesMountedAsSlave (1.48s) [2021-04-08T17:26:51.607Z] === RUN TestNetworkNat [2021-04-08T17:26:52.177Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-04-08T17:26:52.228Z] ok github.com/docker/docker/daemon/cluster 0.063s coverage: 0.5% of statements [2021-04-08T17:26:52.795Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2021-04-08T17:26:53.118Z] --- PASS: TestNetworkNat (1.29s) [2021-04-08T17:26:53.118Z] === RUN TestNetworkLocalhostTCPNat [2021-04-08T17:26:53.118Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-04-08T17:26:54.172Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 35.9% of statements [2021-04-08T17:26:54.500Z] --- PASS: TestNetworkLocalhostTCPNat (1.21s) [2021-04-08T17:26:54.500Z] === RUN TestNetworkLoopbackNat [2021-04-08T17:26:54.867Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (4.54s) [2021-04-08T17:26:54.867Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-08T17:26:55.439Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (1.42s) [2021-04-08T17:26:55.439Z] === RUN TestServiceWithPredefinedNetwork [2021-04-08T17:26:57.043Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-04-08T17:26:57.043Z] === RUN TestDockerSuite/TestBuildAddTar [2021-04-08T17:26:58.429Z] --- PASS: TestNetworkLoopbackNat (4.24s) [2021-04-08T17:26:58.429Z] === RUN TestPause [2021-04-08T17:26:58.429Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-04-08T17:26:58.746Z] --- PASS: TestServiceWithPredefinedNetwork (3.13s) [2021-04-08T17:26:58.746Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-08T17:26:58.746Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-08T17:26:58.746Z] service_test.go:242: FLAKY_TEST [2021-04-08T17:26:58.746Z] === RUN TestServiceWithDataPathPortInit [2021-04-08T17:26:59.400Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-04-08T17:26:59.978Z] --- PASS: TestPause (1.34s) [2021-04-08T17:26:59.978Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-08T17:26:59.978Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-08T17:26:59.978Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-08T17:26:59.978Z] === RUN TestPauseStopPausedContainer [2021-04-08T17:27:00.549Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-04-08T17:27:01.120Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-04-08T17:27:01.120Z] --- PASS: TestPauseStopPausedContainer (1.17s) [2021-04-08T17:27:01.120Z] === RUN TestPidHost [2021-04-08T17:27:03.665Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-04-08T17:27:04.151Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.438s coverage: 14.1% of statements [2021-04-08T17:27:04.410Z] ok github.com/docker/docker/daemon 12.151s coverage: 17.2% of statements [2021-04-08T17:27:04.411Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-08T17:27:04.411Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-08T17:27:04.607Z] --- PASS: TestPidHost (3.64s) [2021-04-08T17:27:04.607Z] === RUN TestPsFilter [2021-04-08T17:27:04.868Z] --- PASS: TestPsFilter (0.16s) [2021-04-08T17:27:04.868Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-08T17:27:04.978Z] ok github.com/docker/docker/daemon/config 0.073s coverage: 81.8% of statements [2021-04-08T17:27:05.916Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2021-04-08T17:27:06.176Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2021-04-08T17:27:06.176Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-08T17:27:06.176Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-08T17:27:06.251Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.28s) [2021-04-08T17:27:06.251Z] === RUN TestRemoveContainerWithVolume [2021-04-08T17:27:06.821Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-04-08T17:27:07.392Z] --- PASS: TestRemoveContainerWithVolume (1.24s) [2021-04-08T17:27:07.392Z] === RUN TestRemoveContainerRunning [2021-04-08T17:27:07.555Z] ok github.com/docker/docker/daemon/graphdriver 0.019s coverage: 2.2% of statements [2021-04-08T17:27:07.963Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-04-08T17:27:08.535Z] --- PASS: TestRemoveContainerRunning (1.24s) [2021-04-08T17:27:08.535Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-08T17:27:09.461Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.533s coverage: 73.3% of statements [2021-04-08T17:27:09.476Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-04-08T17:27:10.041Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.010s coverage: 2.9% of statements [2021-04-08T17:27:10.047Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.39s) [2021-04-08T17:27:10.047Z] === RUN TestRemoveInvalidContainer [2021-04-08T17:27:10.047Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-04-08T17:27:10.047Z] === RUN TestRenameLinkedContainer [2021-04-08T17:27:10.047Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-04-08T17:27:10.981Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.500s coverage: 56.2% of statements [2021-04-08T17:27:11.957Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-04-08T17:27:12.218Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-04-08T17:27:13.538Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.9% of statements [2021-04-08T17:27:14.760Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-04-08T17:27:15.020Z] --- PASS: TestRenameLinkedContainer (5.04s) [2021-04-08T17:27:15.020Z] === RUN TestRenameStoppedContainer [2021-04-08T17:27:15.443Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.716s coverage: 46.2% of statements [2021-04-08T17:27:15.443Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-08T17:27:15.443Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.295s coverage: 49.4% of statements [2021-04-08T17:27:16.401Z] --- PASS: TestRenameStoppedContainer (1.13s) [2021-04-08T17:27:16.401Z] === RUN TestRenameRunningContainerAndReuse [2021-04-08T17:27:16.870Z] --- PASS: TestServiceWithDataPathPortInit (18.03s) [2021-04-08T17:27:16.870Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-08T17:27:17.342Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-04-08T17:27:17.350Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 57.5% of statements [2021-04-08T17:27:17.917Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.741s coverage: 57.7% of statements [2021-04-08T17:27:17.917Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-04-08T17:27:17.917Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-08T17:27:18.281Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-04-08T17:27:18.541Z] --- PASS: TestRenameRunningContainerAndReuse (2.50s) [2021-04-08T17:27:18.541Z] === RUN TestRenameInvalidName [2021-04-08T17:27:19.296Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2021-04-08T17:27:19.923Z] --- PASS: TestRenameInvalidName (1.43s) [2021-04-08T17:27:19.923Z] === RUN TestRenameAnonymousContainer [2021-04-08T17:27:20.183Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-04-08T17:27:20.233Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2021-04-08T17:27:21.566Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-04-08T17:27:21.611Z] ok github.com/docker/docker/daemon/images 0.019s coverage: 6.7% of statements [2021-04-08T17:27:21.611Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-08T17:27:21.611Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-08T17:27:22.179Z] ok github.com/docker/docker/daemon/logger 0.224s coverage: 43.2% of statements [2021-04-08T17:27:23.561Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2021-04-08T17:27:23.821Z] ok github.com/docker/docker/daemon/logger/awslogs 0.186s coverage: 77.4% of statements [2021-04-08T17:27:23.821Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-08T17:27:23.821Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-08T17:27:24.760Z] ok github.com/docker/docker/daemon/logger/journald 0.034s coverage: 23.9% of statements [2021-04-08T17:27:24.865Z] --- PASS: TestRenameAnonymousContainer (4.57s) [2021-04-08T17:27:24.865Z] === RUN TestRenameContainerWithSameName [2021-04-08T17:27:25.328Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 69.9% of statements [2021-04-08T17:27:25.437Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-04-08T17:27:25.586Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 87.2% of statements [2021-04-08T17:27:25.698Z] --- PASS: TestRenameContainerWithSameName (0.99s) [2021-04-08T17:27:25.698Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-08T17:27:26.639Z] === RUN TestDockerSuite/TestBuildBlankName [2021-04-08T17:27:26.880Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.92s) [2021-04-08T17:27:26.881Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:r1rl4nst29bnd9u56tquftbyf Created:2021-04-08 17:27:18.19986323 +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[2c11f0ec7c69458f45e0ca2cabef018c92eba5621e6b1ed942d53d0b26d6496f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4ipz2n5wh5k7slum2ug2tvjbr EndpointID:7ea41337d518b9218ee6b2bdac4443cfb652439d6e7cfb50c8033d33d70dd04f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2d9e2980023afe19566e6ecb828cd879ced95e17d40e3eed785f08c9768cbc9e 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:c2fb8c3cb629 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4ipz2n5wh5k7slum2ug2tvjbr EndpointID:7ea41337d518b9218ee6b2bdac4443cfb652439d6e7cfb50c8033d33d70dd04f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-04-08T17:27:26.881Z] PASS [2021-04-08T17:27:26.881Z] [2021-04-08T17:27:26.881Z] === Skipped [2021-04-08T17:27:26.881Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-08T17:27:26.881Z] service_test.go:242: FLAKY_TEST [2021-04-08T17:27:26.881Z] [2021-04-08T17:27:26.881Z] [2021-04-08T17:27:26.881Z] DONE 26 tests, 1 skipped in 70.041s [2021-04-08T17:27:26.881Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-08T17:27:26.881Z] ++ 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-04-08T17:27:26.881Z] ++ set -e [2021-04-08T17:27:26.881Z] ++ '[' -n 0 ']' [2021-04-08T17:27:26.881Z] ++ set -x [2021-04-08T17:27:26.881Z] ++ env -i DEST=/go/src/github.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-04-08T17:27:26.881Z] INFO: Testing against a local daemon [2021-04-08T17:27:26.881Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-08T17:27:26.881Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-04-08T17:27:26.881Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-08T17:27:26.881Z] === RUN TestDockerNetworkIpvlan [2021-04-08T17:27:26.881Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-04-08T17:27:26.881Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-08T17:27:26.881Z] PASS [2021-04-08T17:27:26.881Z] [2021-04-08T17:27:26.881Z] === Skipped [2021-04-08T17:27:26.881Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-04-08T17:27:26.881Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-08T17:27:26.881Z] [2021-04-08T17:27:26.881Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-04-08T17:27:26.881Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-08T17:27:26.881Z] [2021-04-08T17:27:26.881Z] [2021-04-08T17:27:26.881Z] DONE 2 tests, 2 skipped in 0.158s [2021-04-08T17:27:26.881Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-08T17:27:26.881Z] ++ 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-04-08T17:27:26.881Z] ++ set -e [2021-04-08T17:27:26.881Z] ++ '[' -n 0 ']' [2021-04-08T17:27:26.881Z] ++ set -x [2021-04-08T17:27:26.881Z] ++ env -i DEST=/go/src/github.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-04-08T17:27:26.881Z] INFO: Testing against a local daemon [2021-04-08T17:27:26.881Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-08T17:27:26.900Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-04-08T17:27:26.967Z] ok github.com/docker/docker/daemon/logger/local 0.016s coverage: 75.2% of statements [2021-04-08T17:27:26.967Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-08T17:27:27.227Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.048s coverage: 55.1% of statements [2021-04-08T17:27:27.470Z] --- PASS: TestRenameContainerWithLinkedContainer (1.94s) [2021-04-08T17:27:27.470Z] === RUN TestResize [2021-04-08T17:27:28.165Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 31.5% of statements [2021-04-08T17:27:28.410Z] --- PASS: TestResize (0.96s) [2021-04-08T17:27:28.410Z] === RUN TestResizeWithInvalidSize [2021-04-08T17:27:29.350Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-04-08T17:27:29.429Z] --- PASS: TestDockerNetworkMacvlanPersistance (3.39s) [2021-04-08T17:27:29.429Z] === RUN TestDockerNetworkMacvlan [2021-04-08T17:27:29.546Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-04-08T17:27:29.610Z] --- PASS: TestResizeWithInvalidSize (1.02s) [2021-04-08T17:27:29.610Z] === RUN TestResizeWhenContainerNotStarted [2021-04-08T17:27:29.805Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-04-08T17:27:30.552Z] --- PASS: TestResizeWhenContainerNotStarted (1.12s) [2021-04-08T17:27:30.552Z] === RUN TestDaemonRestartKillContainers [2021-04-08T17:27:30.552Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-08T17:27:30.552Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-08T17:27:30.552Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-08T17:27:30.552Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-08T17:27:30.552Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-08T17:27:30.552Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-08T17:27:30.552Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-08T17:27:30.552Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-08T17:27:30.552Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-08T17:27:30.552Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-08T17:27:30.552Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-08T17:27:30.552Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-08T17:27:30.552Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-08T17:27:30.552Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-08T17:27:30.552Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-08T17:27:30.552Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-08T17:27:30.552Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-08T17:27:30.552Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-08T17:27:30.552Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-08T17:27:30.552Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-08T17:27:30.552Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-08T17:27:30.552Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-08T17:27:30.552Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-08T17:27:30.552Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-08T17:27:30.552Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-08T17:27:30.552Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-08T17:27:30.744Z] ok github.com/docker/docker/daemon/logger/splunk 1.623s coverage: 82.5% of statements [2021-04-08T17:27:30.744Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-08T17:27:30.744Z] ok github.com/docker/docker/daemon/network 0.006s coverage: 63.8% of statements [2021-04-08T17:27:30.744Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-08T17:27:30.815Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-04-08T17:27:31.933Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-04-08T17:27:32.192Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-04-08T17:27:32.661Z] ok github.com/docker/docker/distribution/metadata 0.038s coverage: 48.2% of statements [2021-04-08T17:27:32.748Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-04-08T17:27:33.630Z] ok github.com/docker/docker/distribution 0.151s coverage: 25.2% of statements [2021-04-08T17:27:33.631Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-08T17:27:34.099Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-04-08T17:27:34.360Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-08T17:27:34.568Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-04-08T17:27:34.674Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-04-08T17:27:34.930Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-08T17:27:35.506Z] ok github.com/docker/docker/image 0.016s coverage: 86.6% of statements [2021-04-08T17:27:36.074Z] ok github.com/docker/docker/distribution/xfer 1.873s coverage: 85.1% of statements [2021-04-08T17:27:36.074Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-08T17:27:36.315Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-08T17:27:36.575Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-08T17:27:36.643Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2021-04-08T17:27:37.515Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-04-08T17:27:37.582Z] ok github.com/docker/docker/image/tarexport 0.009s coverage: 0.6% of statements [2021-04-08T17:27:37.842Z] ok github.com/docker/docker/image/v1 0.010s coverage: 25.0% of statements [2021-04-08T17:27:37.842Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-08T17:27:38.086Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-08T17:27:38.410Z] ok github.com/docker/docker/libcontainerd/queue 0.027s coverage: 100.0% of statements [2021-04-08T17:27:38.658Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-08T17:27:38.882Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-04-08T17:27:40.317Z] ok github.com/docker/docker/oci 0.007s coverage: 45.2% of statements [2021-04-08T17:27:40.576Z] ok github.com/docker/docker/opts 0.020s coverage: 67.1% of statements [2021-04-08T17:27:40.835Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-04-08T17:27:41.202Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-04-08T17:27:41.773Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-04-08T17:27:42.343Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-08T17:27:42.739Z] ok github.com/docker/docker/pkg/archive 0.301s coverage: 82.3% of statements [2021-04-08T17:27:42.913Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-08T17:27:43.094Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-04-08T17:27:43.306Z] ok github.com/docker/docker/pkg/authorization 0.193s coverage: 68.3% of statements [2021-04-08T17:27:43.566Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-04-08T17:27:43.825Z] ok github.com/docker/docker/pkg/capabilities 0.004s coverage: 87.5% of statements [2021-04-08T17:27:44.827Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-04-08T17:27:45.769Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-04-08T17:27:46.711Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-04-08T17:27:47.108Z] ok github.com/docker/docker/pkg/chrootarchive 2.487s coverage: 43.2% of statements [2021-04-08T17:27:47.108Z] ok github.com/docker/docker/layer 7.243s coverage: 68.8% of statements [2021-04-08T17:27:47.108Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-08T17:27:47.108Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-08T17:27:47.108Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-08T17:27:47.108Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-08T17:27:47.108Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-08T17:27:47.108Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-08T17:27:47.108Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-08T17:27:47.367Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-04-08T17:27:47.936Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2021-04-08T17:27:47.936Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 92.9% of statements [2021-04-08T17:27:48.623Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-08T17:27:48.874Z] ok github.com/docker/docker/pkg/discovery/memory 0.015s coverage: 92.3% of statements [2021-04-08T17:27:49.194Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-08T17:27:49.443Z] ok github.com/docker/docker/pkg/discovery/nodes 0.011s coverage: 93.8% of statements [2021-04-08T17:27:49.703Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2021-04-08T17:27:51.079Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-04-08T17:27:51.239Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-04-08T17:27:52.013Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 89.5% of statements [2021-04-08T17:27:52.273Z] ok github.com/docker/docker/pkg/discovery/kv 3.074s coverage: 84.1% of statements [2021-04-08T17:27:52.531Z] ok github.com/docker/docker/pkg/fsutils 0.178s coverage: 85.1% of statements [2021-04-08T17:27:52.531Z] ok github.com/docker/docker/pkg/homedir 0.029s coverage: 11.4% of statements [2021-04-08T17:27:52.626Z] --- PASS: TestDockerNetworkMacvlan (23.32s) [2021-04-08T17:27:52.626Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.21s) [2021-04-08T17:27:52.626Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.19s) [2021-04-08T17:27:52.626Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.39s) [2021-04-08T17:27:52.626Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.66s) [2021-04-08T17:27:52.626Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.79s) [2021-04-08T17:27:52.626Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.77s) [2021-04-08T17:27:52.626Z] PASS [2021-04-08T17:27:52.626Z] [2021-04-08T17:27:52.626Z] DONE 8 tests in 26.875s [2021-04-08T17:27:52.626Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-08T17:27:52.626Z] ++ 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-04-08T17:27:52.626Z] ++ set -e [2021-04-08T17:27:52.626Z] ++ '[' -n 0 ']' [2021-04-08T17:27:52.626Z] ++ set -x [2021-04-08T17:27:52.626Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-04-08T17:27:52.626Z] testing: warning: no tests to run [2021-04-08T17:27:52.626Z] PASS [2021-04-08T17:27:52.626Z] [2021-04-08T17:27:52.626Z] DONE 0 tests in 0.031s [2021-04-08T17:27:52.626Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-08T17:27:52.626Z] ++ 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-04-08T17:27:52.626Z] ++ set -e [2021-04-08T17:27:52.626Z] ++ '[' -n 0 ']' [2021-04-08T17:27:52.626Z] ++ set -x [2021-04-08T17:27:52.626Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-04-08T17:27:52.887Z] INFO: Testing against a local daemon [2021-04-08T17:27:52.887Z] === RUN TestAuthZPluginAllowRequest [2021-04-08T17:27:53.396Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-04-08T17:27:53.656Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-04-08T17:27:53.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.77s) [2021-04-08T17:27:53.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (4.16s) [2021-04-08T17:27:53.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.60s) [2021-04-08T17:27:53.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.77s) [2021-04-08T17:27:53.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.10s) [2021-04-08T17:27:53.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.13s) [2021-04-08T17:27:53.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (4.24s) [2021-04-08T17:27:53.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (4.08s) [2021-04-08T17:27:53.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.96s) [2021-04-08T17:27:53.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.25s) [2021-04-08T17:27:53.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (4.89s) [2021-04-08T17:27:53.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (4.52s) [2021-04-08T17:27:53.656Z] === RUN TestCgroupNamespacesRun [2021-04-08T17:27:53.907Z] ok github.com/docker/docker/pkg/idtools 0.389s coverage: 69.5% of statements [2021-04-08T17:27:54.165Z] ok github.com/docker/docker/pkg/ioutils 0.531s coverage: 70.1% of statements [2021-04-08T17:27:54.424Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2021-04-08T17:27:54.424Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-08T17:27:54.690Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2021-04-08T17:27:54.690Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-04-08T17:27:54.690Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-08T17:27:55.082Z] ok github.com/docker/docker/pkg/namesgenerator 0.012s coverage: 85.7% of statements [2021-04-08T17:27:55.082Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-08T17:27:55.341Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2021-04-08T17:27:55.434Z] --- PASS: TestAuthZPluginAllowRequest (2.25s) [2021-04-08T17:27:55.434Z] === RUN TestAuthZPluginTLS [2021-04-08T17:27:55.599Z] ok github.com/docker/docker/pkg/parsers/kernel 0.021s coverage: 60.0% of statements [2021-04-08T17:27:55.857Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2021-04-08T17:27:56.116Z] ok github.com/docker/docker/pkg/pidfile 0.022s coverage: 82.4% of statements [2021-04-08T17:27:56.116Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-08T17:27:56.116Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-08T17:27:56.377Z] --- PASS: TestAuthZPluginTLS (1.16s) [2021-04-08T17:27:56.377Z] === RUN TestAuthZPluginDenyRequest [2021-04-08T17:27:57.052Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.006s coverage: 56.8% of statements [2021-04-08T17:27:57.321Z] --- PASS: TestAuthZPluginDenyRequest (1.18s) [2021-04-08T17:27:57.321Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-08T17:27:57.619Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-04-08T17:27:57.878Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-04-08T17:27:57.907Z] --- PASS: TestCgroupNamespacesRun (3.92s) [2021-04-08T17:27:57.907Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-08T17:27:58.137Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-04-08T17:27:58.707Z] --- PASS: TestAuthZPluginAPIDenyResponse (1.12s) [2021-04-08T17:27:58.708Z] === RUN TestAuthZPluginDenyResponse [2021-04-08T17:27:59.513Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2021-04-08T17:27:59.651Z] --- PASS: TestAuthZPluginDenyResponse (1.16s) [2021-04-08T17:27:59.652Z] === RUN TestAuthZPluginAllowEventStream [2021-04-08T17:27:59.772Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-04-08T17:27:59.818Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.15s) [2021-04-08T17:27:59.818Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-08T17:28:02.200Z] --- PASS: TestAuthZPluginAllowEventStream (2.26s) [2021-04-08T17:28:02.200Z] === RUN TestAuthZPluginErrorResponse [2021-04-08T17:28:03.056Z] ok github.com/docker/docker/pkg/signal 2.413s coverage: 61.0% of statements [2021-04-08T17:28:03.056Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-04-08T17:28:03.114Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (3.12s) [2021-04-08T17:28:03.114Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-08T17:28:03.143Z] --- PASS: TestAuthZPluginErrorResponse (1.15s) [2021-04-08T17:28:03.143Z] === RUN TestAuthZPluginErrorRequest [2021-04-08T17:28:03.314Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-04-08T17:28:03.314Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-04-08T17:28:04.251Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.9% of statements [2021-04-08T17:28:04.509Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 36.9% of statements [2021-04-08T17:28:04.531Z] --- PASS: TestAuthZPluginErrorRequest (1.15s) [2021-04-08T17:28:04.531Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-08T17:28:05.076Z] ok github.com/docker/docker/pkg/tailfile 0.060s coverage: 88.6% of statements [2021-04-08T17:28:05.473Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (1.18s) [2021-04-08T17:28:05.473Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-08T17:28:05.643Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2021-04-08T17:28:05.902Z] testing: warning: no tests to run [2021-04-08T17:28:05.902Z] coverage: [no statements] [2021-04-08T17:28:05.902Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2021-04-08T17:28:06.161Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-04-08T17:28:06.420Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-04-08T17:28:06.679Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-04-08T17:28:07.322Z] --- PASS: TestCgroupNamespacesRunHostMode (3.88s) [2021-04-08T17:28:07.322Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-08T17:28:08.583Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2021-04-08T17:28:08.779Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.79s) [2021-04-08T17:28:08.779Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-08T17:28:09.151Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.5% of statements [2021-04-08T17:28:09.719Z] ok github.com/docker/docker/profiles/seccomp 0.006s coverage: 85.4% of statements [2021-04-08T17:28:10.619Z] --- PASS: TestCgroupNamespacesRunPrivateMode (3.52s) [2021-04-08T17:28:10.619Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-08T17:28:11.096Z] ok github.com/docker/docker/quota 0.257s coverage: 71.4% of statements [2021-04-08T17:28:11.327Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.71s) [2021-04-08T17:28:11.327Z] === RUN TestAuthZPluginHeader [2021-04-08T17:28:11.355Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-04-08T17:28:11.560Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-04-08T17:28:12.271Z] --- PASS: TestAuthZPluginHeader (1.43s) [2021-04-08T17:28:12.271Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-08T17:28:12.271Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-04-08T17:28:12.271Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-08T17:28:12.271Z] === RUN TestAuthZPluginV2Disable [2021-04-08T17:28:12.271Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-04-08T17:28:12.271Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-08T17:28:12.271Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-08T17:28:12.271Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-04-08T17:28:12.271Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-08T17:28:12.271Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-08T17:28:12.271Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-04-08T17:28:12.271Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-08T17:28:12.271Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-08T17:28:12.733Z] ok github.com/docker/docker/registry 0.060s coverage: 58.8% of statements [2021-04-08T17:28:12.945Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.51s) [2021-04-08T17:28:12.945Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-08T17:28:13.301Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2021-04-08T17:28:13.560Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2021-04-08T17:28:13.885Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.21s) [2021-04-08T17:28:13.885Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-08T17:28:14.455Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-04-08T17:28:14.496Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-04-08T17:28:14.496Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-04-08T17:28:15.025Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-04-08T17:28:16.936Z] --- PASS: TestCgroupNamespacesRunOlderClient (3.10s) [2021-04-08T17:28:16.936Z] === RUN TestKernelTCPMemory [2021-04-08T17:28:17.791Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-04-08T17:28:18.316Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-04-08T17:28:18.358Z] ok github.com/docker/docker/volume/local 0.104s coverage: 76.4% of statements [2021-04-08T17:28:18.577Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-04-08T17:28:18.577Z] --- PASS: TestKernelTCPMemory (1.73s) [2021-04-08T17:28:18.577Z] === RUN TestNISDomainname [2021-04-08T17:28:18.837Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-04-08T17:28:18.925Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2021-04-08T17:28:20.302Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.1% of statements [2021-04-08T17:28:20.748Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-04-08T17:28:20.748Z] --- PASS: TestNISDomainname (2.06s) [2021-04-08T17:28:20.748Z] === RUN TestHostnameDnsResolution [2021-04-08T17:28:21.688Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-04-08T17:28:24.231Z] --- PASS: TestHostnameDnsResolution (2.98s) [2021-04-08T17:28:24.232Z] === RUN TestStats [2021-04-08T17:28:25.172Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-04-08T17:28:27.080Z] --- PASS: TestStats (3.37s) [2021-04-08T17:28:27.080Z] === RUN TestStopContainerWithTimeout [2021-04-08T17:28:27.080Z] === RUN TestStopContainerWithTimeout/0 [2021-04-08T17:28:27.080Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-08T17:28:27.080Z] === RUN TestStopContainerWithTimeout/1 [2021-04-08T17:28:27.080Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-08T17:28:27.080Z] === RUN TestStopContainerWithTimeout/3 [2021-04-08T17:28:27.080Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-08T17:28:27.080Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-08T17:28:27.080Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-08T17:28:27.080Z] === CONT TestStopContainerWithTimeout/0 [2021-04-08T17:28:27.080Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-08T17:28:28.020Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-04-08T17:28:29.404Z] === CONT TestStopContainerWithTimeout/3 [2021-04-08T17:28:30.786Z] === CONT TestStopContainerWithTimeout/1 [2021-04-08T17:28:32.499Z] ok github.com/docker/docker/pkg/plugins 33.617s coverage: 76.6% of statements [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/rootless [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/volume [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-08T17:28:32.499Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-08T17:28:32.499Z] [2021-04-08T17:28:32.499Z] === Skipped [2021-04-08T17:28:32.499Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-04-08T17:28:32.499Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-04-08T17:28:32.499Z] [2021-04-08T17:28:32.499Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-04-08T17:28:32.499Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-04-08T17:28:32.499Z] [2021-04-08T17:28:32.499Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-04-08T17:28:32.499Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:28:32.499Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-08T17:28:32.499Z] [2021-04-08T17:28:32.499Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-04-08T17:28:32.499Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:28:32.499Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-08T17:28:32.499Z] [2021-04-08T17:28:32.499Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-04-08T17:28:32.499Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:28:32.499Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-08T17:28:32.499Z] [2021-04-08T17:28:32.499Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-04-08T17:28:32.499Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:28:32.499Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-08T17:28:32.499Z] [2021-04-08T17:28:32.499Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-04-08T17:28:32.500Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:28:32.500Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-04-08T17:28:32.500Z] graphtest_unix.go:73: No driver to put! [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-04-08T17:28:32.500Z] time="2021-04-08T17:27:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-08T17:28:32.500Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-08T17:28:32.500Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-04-08T17:28:32.500Z] time="2021-04-08T17:27:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-08T17:28:32.500Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-08T17:28:32.500Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-04-08T17:28:32.500Z] time="2021-04-08T17:27:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-08T17:28:32.500Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-08T17:28:32.500Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-04-08T17:28:32.500Z] time="2021-04-08T17:27:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-08T17:28:32.500Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-08T17:28:32.500Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-04-08T17:28:32.500Z] time="2021-04-08T17:27:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-08T17:28:32.500Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-08T17:28:32.500Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-04-08T17:28:32.500Z] graphtest_unix.go:73: No driver to put! [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-04-08T17:28:32.500Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-04-08T17:28:32.500Z] overlay_test.go:49: Fails to compute changes intermittently [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-04-08T17:28:32.500Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-04-08T17:28:32.500Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-04-08T17:28:32.500Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:28:32.500Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-04-08T17:28:32.500Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:28:32.500Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-04-08T17:28:32.500Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:28:32.500Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-04-08T17:28:32.500Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:28:32.500Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-04-08T17:28:32.500Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-08T17:28:32.500Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-04-08T17:28:32.500Z] graphtest_unix.go:73: No driver to put! [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-04-08T17:28:32.500Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-04-08T17:28:32.500Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] [2021-04-08T17:28:32.500Z] DONE 2247 tests, 26 skipped in 256.983s Post stage [Pipeline] junit [2021-04-08T17:28:32.512Z] Recording test results [2021-04-08T17:28:32.696Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-04-08T17:28:32.696Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-04-08T17:28:32.721Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-04-08T17:28:32.956Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-04-08T17:28:32.956Z] --- PASS: TestStopContainerWithTimeout/0 (2.07s) [2021-04-08T17:28:32.956Z] --- PASS: TestStopContainerWithTimeout/-1 (3.65s) [2021-04-08T17:28:32.956Z] --- PASS: TestStopContainerWithTimeout/3 (3.27s) [2021-04-08T17:28:32.956Z] --- PASS: TestStopContainerWithTimeout/1 (2.16s) [2021-04-08T17:28:32.956Z] === RUN TestDeleteDevicemapper [2021-04-08T17:28:32.956Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-08T17:28:32.956Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-08T17:28:32.956Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-08T17:28:33.049Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42268/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 hack/validate/vendor [2021-04-08T17:28:33.983Z] No vendor changes in diff. [2021-04-08T17:28:34.237Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (19.87s) [2021-04-08T17:28:34.237Z] PASS [2021-04-08T17:28:34.237Z] [2021-04-08T17:28:34.237Z] === Skipped [2021-04-08T17:28:34.237Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-04-08T17:28:34.237Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-08T17:28:34.237Z] [2021-04-08T17:28:34.237Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-04-08T17:28:34.237Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-08T17:28:34.237Z] [2021-04-08T17:28:34.237Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-04-08T17:28:34.237Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-08T17:28:34.237Z] [2021-04-08T17:28:34.237Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-04-08T17:28:34.237Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-08T17:28:34.237Z] [2021-04-08T17:28:34.237Z] [2021-04-08T17:28:34.237Z] DONE 17 tests, 4 skipped in 39.575s [2021-04-08T17:28:34.237Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-08T17:28:34.237Z] ++ 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-04-08T17:28:34.237Z] ++ set -e [2021-04-08T17:28:34.237Z] ++ '[' -n 0 ']' [2021-04-08T17:28:34.237Z] ++ set -x [2021-04-08T17:28:34.237Z] ++ env -i DEST=/go/src/github.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-04-08T17:28:34.237Z] INFO: Testing against a local daemon [2021-04-08T17:28:34.237Z] === RUN TestPluginInvalidJSON [2021-04-08T17:28:34.237Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-08T17:28:34.237Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-08T17:28:34.237Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-08T17:28:34.237Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-04-08T17:28:34.237Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-08T17:28:34.237Z] === RUN TestPluginInstall [2021-04-08T17:28:34.237Z] === RUN TestPluginInstall/no_auth [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-08T17:28:34.337Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-04-08T17:28:34.549Z] + echo Ensuring container killed. [2021-04-08T17:28:34.549Z] Ensuring container killed. [2021-04-08T17:28:34.549Z] + docker rm -vf docker-pr2 [2021-04-08T17:28:34.549Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-04-08T17:28:34.809Z] time="2021-04-08T17:28:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-08T17:28:34.809Z] time="2021-04-08T17:28:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c84d27807bf45ee11320e44a1d9daed7cae6f1cd5113aa6bdd936661b3ff176f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-08T17:28:34.809Z] time="2021-04-08T17:28:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-08T17:28:34.809Z] time="2021-04-08T17:28:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c84d27807bf45ee11320e44a1d9daed7cae6f1cd5113aa6bdd936661b3ff176f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-08T17:28:34.827Z] + echo Chowning /workspace to jenkins user [2021-04-08T17:28:34.827Z] Chowning /workspace to jenkins user [2021-04-08T17:28:34.827Z] + id -u [2021-04-08T17:28:34.827Z] + id -g [2021-04-08T17:28:34.827Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42268:/workspace busybox chown -R 1000:1000 /workspace [2021-04-08T17:28:35.070Z] === RUN TestPluginInstall/with_htpasswd [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-08T17:28:35.702Z] + bundleName=unit [2021-04-08T17:28:35.702Z] + echo Creating unit-bundles.tar.gz [2021-04-08T17:28:35.702Z] Creating unit-bundles.tar.gz [2021-04-08T17:28:35.702Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-04-08T17:28:35.702Z] bundles/junit-report.xml [2021-04-08T17:28:35.702Z] bundles/go-test-report.json [2021-04-08T17:28:35.702Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-04-08T17:28:35.713Z] Archiving artifacts [2021-04-08T17:28:36.015Z] time="2021-04-08T17:28:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-08T17:28:36.015Z] time="2021-04-08T17:28:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:117bc9c5d1280a7a2aed17bb65ebb8b7cbe66c8b1fda924071f52446ebdce798" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-08T17:28:36.015Z] time="2021-04-08T17:28:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-08T17:28:36.015Z] time="2021-04-08T17:28:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:117bc9c5d1280a7a2aed17bb65ebb8b7cbe66c8b1fda924071f52446ebdce798" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-08T17:28:36.137Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42268/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-08T17:28:36.245Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-04-08T17:28:36.276Z] === RUN TestPluginInstall/with_insecure [2021-04-08T17:28:36.446Z] + make clean [2021-04-08T17:28:36.446Z] docker volume rm -f docker-dev-cache [2021-04-08T17:28:36.446Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-08T17:28:37.627Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-04-08T17:28:37.627Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.53s) [2021-04-08T17:28:37.627Z] === RUN TestUpdateMemory [2021-04-08T17:28:37.627Z] --- SKIP: TestUpdateMemory (0.00s) [2021-04-08T17:28:37.627Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-08T17:28:37.627Z] === RUN TestUpdateCPUQuota [2021-04-08T17:28:38.190Z] time="2021-04-08T17:28:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-08T17:28:38.190Z] time="2021-04-08T17:28:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d02f88e63df687d8ec63046d42c1ab85be8b9b9424f1281fbb628b23cffccddb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-08T17:28:38.190Z] time="2021-04-08T17:28:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-08T17:28:38.190Z] time="2021-04-08T17:28:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d02f88e63df687d8ec63046d42c1ab85be8b9b9424f1281fbb628b23cffccddb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-08T17:28:38.452Z] --- PASS: TestPluginInstall (6.10s) [2021-04-08T17:28:38.452Z] --- PASS: TestPluginInstall/no_auth (2.72s) [2021-04-08T17:28:38.452Z] --- PASS: TestPluginInstall/with_htpasswd (1.15s) [2021-04-08T17:28:38.452Z] --- PASS: TestPluginInstall/with_insecure (2.22s) [2021-04-08T17:28:38.452Z] plugin_test.go:165: [df50ec4139840] daemon is not started [2021-04-08T17:28:38.452Z] === RUN TestPluginsWithRuntimes [2021-04-08T17:28:38.567Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-04-08T17:28:40.479Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-04-08T17:28:41.754Z] === RUN TestPluginsWithRuntimes/No_Args [2021-04-08T17:28:43.018Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-04-08T17:28:43.668Z] === RUN TestPluginsWithRuntimes/With_Args [2021-04-08T17:28:43.956Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-04-08T17:28:45.863Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-04-08T17:28:45.863Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-04-08T17:28:46.123Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-04-08T17:28:46.214Z] --- PASS: TestPluginsWithRuntimes (7.17s) [2021-04-08T17:28:46.214Z] --- PASS: TestPluginsWithRuntimes/No_Args (2.26s) [2021-04-08T17:28:46.214Z] --- PASS: TestPluginsWithRuntimes/With_Args (2.17s) [2021-04-08T17:28:46.214Z] === RUN TestPluginBackCompatMediaTypes [2021-04-08T17:28:46.789Z] --- PASS: TestPluginBackCompatMediaTypes (1.13s) [2021-04-08T17:28:46.789Z] PASS [2021-04-08T17:28:46.789Z] [2021-04-08T17:28:46.789Z] DONE 10 tests in 14.617s [2021-04-08T17:28:46.790Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-08T17:28:46.790Z] ++ 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-04-08T17:28:46.790Z] ++ set -e [2021-04-08T17:28:46.790Z] ++ '[' -n 0 ']' [2021-04-08T17:28:46.790Z] ++ set -x [2021-04-08T17:28:46.790Z] ++ env -i DEST=/go/src/github.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-04-08T17:28:47.063Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-04-08T17:28:47.070Z] INFO: Testing against a local daemon [2021-04-08T17:28:47.070Z] === RUN TestExternalGraphDriver [2021-04-08T17:28:47.333Z] === RUN TestExternalGraphDriver/json [2021-04-08T17:28:48.002Z] --- PASS: TestUpdateCPUQuota (10.43s) [2021-04-08T17:28:48.002Z] === RUN TestUpdatePidsLimit [2021-04-08T17:28:48.002Z] === RUN TestUpdatePidsLimit/update_from_none [2021-04-08T17:28:49.384Z] === RUN TestUpdatePidsLimit/no_change [2021-04-08T17:28:50.766Z] === RUN TestUpdatePidsLimit/update_lower [2021-04-08T17:28:51.549Z] === RUN TestExternalGraphDriver/spec [2021-04-08T17:28:52.674Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-04-08T17:28:53.613Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-04-08T17:28:54.995Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-04-08T17:28:55.756Z] === RUN TestExternalGraphDriver/pull [2021-04-08T17:28:56.404Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-04-08T17:28:56.667Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-04-08T17:28:58.309Z] --- PASS: TestExternalGraphDriver (11.08s) [2021-04-08T17:28:58.309Z] --- PASS: TestExternalGraphDriver/json (3.77s) [2021-04-08T17:28:58.309Z] --- PASS: TestExternalGraphDriver/spec (4.15s) [2021-04-08T17:28:58.309Z] --- PASS: TestExternalGraphDriver/pull (3.03s) [2021-04-08T17:28:58.309Z] === RUN TestGraphdriverPluginV2 [2021-04-08T17:28:58.309Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2021-04-08T17:28:58.309Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-08T17:28:58.309Z] PASS [2021-04-08T17:28:58.309Z] [2021-04-08T17:28:58.309Z] === Skipped [2021-04-08T17:28:58.309Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2021-04-08T17:28:58.309Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-08T17:28:58.309Z] [2021-04-08T17:28:58.309Z] [2021-04-08T17:28:58.309Z] DONE 5 tests, 1 skipped in 11.310s [2021-04-08T17:28:58.310Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-08T17:28:58.310Z] ++ 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-04-08T17:28:58.310Z] ++ set -e [2021-04-08T17:28:58.310Z] ++ '[' -n 0 ']' [2021-04-08T17:28:58.310Z] ++ set -x [2021-04-08T17:28:58.310Z] ++ env -i DEST=/go/src/github.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-04-08T17:28:58.310Z] INFO: Testing against a local daemon [2021-04-08T17:28:58.310Z] === RUN TestContinueAfterPluginCrash [2021-04-08T17:28:58.310Z] === PAUSE TestContinueAfterPluginCrash [2021-04-08T17:28:58.310Z] === RUN TestReadPluginNoRead [2021-04-08T17:28:58.310Z] === PAUSE TestReadPluginNoRead [2021-04-08T17:28:58.310Z] === RUN TestDaemonStartWithLogOpt [2021-04-08T17:28:58.310Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-08T17:28:58.310Z] === CONT TestContinueAfterPluginCrash [2021-04-08T17:28:58.310Z] === CONT TestDaemonStartWithLogOpt [2021-04-08T17:28:58.310Z] === CONT TestReadPluginNoRead [2021-04-08T17:28:59.232Z] --- PASS: TestUpdatePidsLimit (11.32s) [2021-04-08T17:28:59.232Z] --- PASS: TestUpdatePidsLimit/update_from_none (1.43s) [2021-04-08T17:28:59.232Z] --- PASS: TestUpdatePidsLimit/no_change (1.43s) [2021-04-08T17:28:59.232Z] --- PASS: TestUpdatePidsLimit/update_lower (1.56s) [2021-04-08T17:28:59.232Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.25s) [2021-04-08T17:28:59.232Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.49s) [2021-04-08T17:28:59.232Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.69s) [2021-04-08T17:28:59.232Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.52s) [2021-04-08T17:28:59.232Z] === RUN TestUpdateRestartPolicy [2021-04-08T17:29:00.182Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-04-08T17:29:01.563Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-04-08T17:29:02.134Z] === RUN TestDockerSuite/TestBuildCmd [2021-04-08T17:29:02.394Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-04-08T17:29:02.532Z] === RUN TestReadPluginNoRead/default [2021-04-08T17:29:02.971Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-04-08T17:29:02.971Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-04-08T17:29:03.105Z] --- PASS: TestDaemonStartWithLogOpt (4.76s) [2021-04-08T17:29:03.231Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-04-08T17:29:03.231Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-04-08T17:29:04.492Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-08T17:29:04.616Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-04-08T17:29:06.406Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-08T17:29:07.791Z] --- PASS: TestReadPluginNoRead (9.47s) [2021-04-08T17:29:07.791Z] --- PASS: TestReadPluginNoRead/default (1.80s) [2021-04-08T17:29:07.791Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.72s) [2021-04-08T17:29:07.791Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.75s) [2021-04-08T17:29:07.791Z] read_test.go:92: [d5e151a2f396e] daemon is not started [2021-04-08T17:29:07.920Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-04-08T17:29:08.736Z] --- PASS: TestContinueAfterPluginCrash (10.33s) [2021-04-08T17:29:08.736Z] PASS [2021-04-08T17:29:08.736Z] [2021-04-08T17:29:08.736Z] DONE 6 tests in 10.522s [2021-04-08T17:29:08.736Z] 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-04-08T17:29:08.736Z] ++ 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-04-08T17:29:08.736Z] ++ set -e [2021-04-08T17:29:08.736Z] ++ '[' -n 0 ']' [2021-04-08T17:29:08.736Z] ++ set -x [2021-04-08T17:29:08.736Z] ++ env -i DEST=/go/src/github.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-04-08T17:29:08.736Z] testing: warning: no tests to run [2021-04-08T17:29:08.736Z] PASS [2021-04-08T17:29:08.736Z] [2021-04-08T17:29:08.736Z] DONE 0 tests in 0.052s [2021-04-08T17:29:08.736Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-08T17:29:08.736Z] ++ 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-04-08T17:29:08.736Z] ++ set -e [2021-04-08T17:29:08.736Z] ++ '[' -n 0 ']' [2021-04-08T17:29:08.736Z] ++ set -x [2021-04-08T17:29:08.736Z] ++ env -i DEST=/go/src/github.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-04-08T17:29:08.997Z] INFO: Testing against a local daemon [2021-04-08T17:29:08.997Z] === RUN TestPluginWithDevMounts [2021-04-08T17:29:08.997Z] === PAUSE TestPluginWithDevMounts [2021-04-08T17:29:08.997Z] === CONT TestPluginWithDevMounts [2021-04-08T17:29:10.465Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-04-08T17:29:11.408Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-04-08T17:29:11.543Z] --- PASS: TestPluginWithDevMounts (2.09s) [2021-04-08T17:29:11.543Z] PASS [2021-04-08T17:29:11.543Z] [2021-04-08T17:29:11.543Z] DONE 1 tests in 2.303s [2021-04-08T17:29:11.543Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-04-08T17:29:11.543Z] ++ 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-04-08T17:29:11.543Z] ++ set -e [2021-04-08T17:29:11.543Z] ++ '[' -n 0 ']' [2021-04-08T17:29:11.543Z] ++ set -x [2021-04-08T17:29:11.543Z] ++ env -i DEST=/go/src/github.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-04-08T17:29:11.543Z] INFO: Testing against a local daemon [2021-04-08T17:29:11.543Z] === RUN TestSecretInspect [2021-04-08T17:29:12.350Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-04-08T17:29:13.732Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-04-08T17:29:13.992Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-04-08T17:29:13.992Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-04-08T17:29:14.846Z] --- PASS: TestSecretInspect (3.25s) [2021-04-08T17:29:14.846Z] === RUN TestSecretList [2021-04-08T17:29:14.930Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-04-08T17:29:14.930Z] --- PASS: TestUpdateRestartPolicy (15.81s) [2021-04-08T17:29:14.930Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-08T17:29:15.499Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-04-08T17:29:16.068Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-04-08T17:29:16.637Z] --- PASS: TestUpdateRestartWithAutoRemove (1.46s) [2021-04-08T17:29:16.638Z] === RUN TestWaitNonBlocked [2021-04-08T17:29:16.638Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-08T17:29:16.638Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-08T17:29:16.638Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-08T17:29:16.638Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-08T17:29:16.638Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-08T17:29:16.638Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-08T17:29:18.146Z] --- PASS: TestSecretList (3.13s) [2021-04-08T17:29:18.146Z] === RUN TestSecretsCreateAndDelete [2021-04-08T17:29:18.547Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-04-08T17:29:18.547Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.79s) [2021-04-08T17:29:18.547Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.98s) [2021-04-08T17:29:18.547Z] === RUN TestWaitBlocked [2021-04-08T17:29:18.547Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-08T17:29:18.547Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-08T17:29:18.547Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-08T17:29:18.547Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-08T17:29:18.547Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-08T17:29:18.547Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-04-08T17:29:19.117Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-04-08T17:29:19.117Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-04-08T17:29:19.117Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-04-08T17:29:20.501Z] --- PASS: TestWaitBlocked (0.03s) [2021-04-08T17:29:20.501Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.81s) [2021-04-08T17:29:20.501Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.99s) [2021-04-08T17:29:20.501Z] === CONT TestContainerStartOnDaemonRestart [2021-04-08T17:29:20.501Z] === CONT TestContainerKillOnDaemonStart [2021-04-08T17:29:21.450Z] --- PASS: TestSecretsCreateAndDelete (3.10s) [2021-04-08T17:29:21.451Z] === RUN TestSecretsUpdate [2021-04-08T17:29:23.998Z] --- PASS: TestSecretsUpdate (3.10s) [2021-04-08T17:29:23.998Z] === RUN TestTemplatedSecret [2021-04-08T17:29:24.703Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-04-08T17:29:25.273Z] --- PASS: TestContainerStartOnDaemonRestart (4.61s) [2021-04-08T17:29:25.273Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-08T17:29:28.229Z] --- PASS: TestTemplatedSecret (3.82s) [2021-04-08T17:29:28.229Z] === RUN TestSecretCreateResolve [2021-04-08T17:29:29.472Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.38s) [2021-04-08T17:29:29.472Z] === CONT TestDaemonHostGatewayIP [2021-04-08T17:29:31.533Z] --- PASS: TestSecretCreateResolve (3.16s) [2021-04-08T17:29:31.533Z] PASS [2021-04-08T17:29:31.533Z] [2021-04-08T17:29:31.533Z] DONE 6 tests in 19.738s [2021-04-08T17:29:31.533Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-04-08T17:29:31.533Z] ++ 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-04-08T17:29:31.533Z] ++ set -e [2021-04-08T17:29:31.533Z] ++ '[' -n 0 ']' [2021-04-08T17:29:31.533Z] ++ set -x [2021-04-08T17:29:31.533Z] ++ env -i DEST=/go/src/github.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-04-08T17:29:31.533Z] INFO: Testing against a local daemon [2021-04-08T17:29:31.533Z] === RUN TestServiceCreateInit [2021-04-08T17:29:31.533Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-08T17:29:32.011Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-04-08T17:29:33.923Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-04-08T17:29:34.863Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-04-08T17:29:35.802Z] --- PASS: TestContainerKillOnDaemonStart (15.37s) [2021-04-08T17:29:35.802Z] === CONT TestDaemonRestartIpcMode [2021-04-08T17:29:36.063Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-04-08T17:29:36.824Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-08T17:29:37.047Z] --- PASS: TestDaemonHostGatewayIP (7.58s) [2021-04-08T17:29:37.047Z] === CONT TestIpcModeOlderClient [2021-04-08T17:29:37.047Z] --- PASS: TestIpcModeOlderClient (0.11s) [2021-04-08T17:29:37.312Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-04-08T17:29:41.511Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-04-08T17:29:41.511Z] --- PASS: TestDaemonRestartIpcMode (5.26s) [2021-04-08T17:29:41.511Z] PASS [2021-04-08T17:29:41.511Z] [2021-04-08T17:29:41.511Z] === Skipped [2021-04-08T17:29:41.511Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-04-08T17:29:41.511Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-08T17:29:41.511Z] [2021-04-08T17:29:41.511Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-04-08T17:29:41.511Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-08T17:29:41.511Z] [2021-04-08T17:29:41.511Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-04-08T17:29:41.511Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-08T17:29:41.511Z] [2021-04-08T17:29:41.511Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-08T17:29:41.511Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-08T17:29:41.511Z] [2021-04-08T17:29:41.511Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-04-08T17:29:41.511Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-08T17:29:41.511Z] [2021-04-08T17:29:41.511Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-04-08T17:29:41.511Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-08T17:29:41.511Z] [2021-04-08T17:29:41.511Z] [2021-04-08T17:29:41.511Z] DONE 197 tests, 6 skipped in 244.239s [2021-04-08T17:29:41.511Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-04-08T17:29:41.511Z] ++ 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-04-08T17:29:41.511Z] ++ set -e [2021-04-08T17:29:41.511Z] ++ '[' -n 0 ']' [2021-04-08T17:29:41.511Z] ++ set -x [2021-04-08T17:29:41.511Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04-08T17:29:41.511Z] INFO: Testing against a local daemon [2021-04-08T17:29:41.511Z] === RUN TestCommitInheritsEnv [2021-04-08T17:29:42.080Z] --- PASS: TestCommitInheritsEnv (0.60s) [2021-04-08T17:29:42.080Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-08T17:29:42.080Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-04-08T17:29:42.080Z] === RUN TestImagesFilterMultiReference [2021-04-08T17:29:42.080Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-04-08T17:29:42.080Z] === RUN TestImagePullPlatformInvalid [2021-04-08T17:29:42.080Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-04-08T17:29:42.080Z] === RUN TestRemoveImageOrphaning [2021-04-08T17:29:42.080Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-04-08T17:29:42.116Z] --- PASS: TestServiceCreateInit (10.83s) [2021-04-08T17:29:42.116Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.38s) [2021-04-08T17:29:42.116Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.41s) [2021-04-08T17:29:42.116Z] === RUN TestCreateServiceMultipleTimes [2021-04-08T17:29:42.649Z] --- PASS: TestRemoveImageOrphaning (0.46s) [2021-04-08T17:29:42.649Z] === RUN TestRemoveImageGarbageCollector [2021-04-08T17:29:45.945Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-04-08T17:29:45.945Z] --- PASS: TestRemoveImageGarbageCollector (3.08s) [2021-04-08T17:29:45.945Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-08T17:29:45.945Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-04-08T17:29:45.945Z] === RUN TestTagInvalidReference [2021-04-08T17:29:45.945Z] --- PASS: TestTagInvalidReference (0.03s) [2021-04-08T17:29:45.945Z] === RUN TestTagValidPrefixedRepo [2021-04-08T17:29:45.945Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-04-08T17:29:45.945Z] === RUN TestTagExistedNameWithoutForce [2021-04-08T17:29:45.945Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-04-08T17:29:45.945Z] === RUN TestTagOfficialNames [2021-04-08T17:29:45.945Z] --- PASS: TestTagOfficialNames (0.08s) [2021-04-08T17:29:45.945Z] === RUN TestTagMatchesDigest [2021-04-08T17:29:45.945Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-04-08T17:29:45.945Z] === CONT TestImportExtremelyLargeImageWorks [2021-04-08T17:29:45.945Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-04-08T17:29:47.854Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-04-08T17:29:47.854Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-04-08T17:29:47.854Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-04-08T17:29:47.854Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-04-08T17:29:47.854Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-04-08T17:29:50.392Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-04-08T17:29:53.687Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-04-08T17:29:57.890Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-04-08T17:30:01.186Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-04-08T17:30:04.093Z] --- PASS: TestCreateServiceMultipleTimes (18.83s) [2021-04-08T17:30:04.093Z] === RUN TestCreateServiceConflict [2021-04-08T17:30:04.093Z] --- PASS: TestCreateServiceConflict (3.21s) [2021-04-08T17:30:04.093Z] === RUN TestCreateServiceMaxReplicas [2021-04-08T17:30:06.477Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-04-08T17:30:06.477Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-04-08T17:30:06.477Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-04-08T17:30:08.305Z] --- PASS: TestCreateServiceMaxReplicas (3.68s) [2021-04-08T17:30:08.305Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-08T17:30:09.774Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-04-08T17:30:15.018Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-04-08T17:30:15.278Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-04-08T17:30:20.567Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-04-08T17:30:23.106Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-04-08T17:30:23.366Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-04-08T17:30:23.506Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.93s) [2021-04-08T17:30:23.506Z] === RUN TestCreateServiceSecretFileMode [2021-04-08T17:30:23.935Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-04-08T17:30:25.844Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-04-08T17:30:26.054Z] --- PASS: TestCreateServiceSecretFileMode (3.24s) [2021-04-08T17:30:26.054Z] === RUN TestCreateServiceConfigFileMode [2021-04-08T17:30:26.783Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-04-08T17:30:28.603Z] --- PASS: TestCreateServiceConfigFileMode (2.78s) [2021-04-08T17:30:28.604Z] === RUN TestCreateServiceSysctls [2021-04-08T17:30:30.981Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-04-08T17:30:31.550Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-04-08T17:30:31.551Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-04-08T17:30:33.462Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-04-08T17:30:33.722Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-04-08T17:30:33.894Z] --- PASS: TestCreateServiceSysctls (4.52s) [2021-04-08T17:30:33.894Z] === RUN TestCreateServiceCapabilities [2021-04-08T17:30:34.662Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-04-08T17:30:35.603Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-04-08T17:30:36.172Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-04-08T17:30:36.433Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-04-08T17:30:36.441Z] --- PASS: TestCreateServiceCapabilities (3.32s) [2021-04-08T17:30:36.441Z] === RUN TestInspect [2021-04-08T17:30:37.002Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-04-08T17:30:40.649Z] --- PASS: TestInspect (3.60s) [2021-04-08T17:30:40.649Z] === RUN TestCreateJob [2021-04-08T17:30:44.857Z] --- PASS: TestCreateJob (4.51s) [2021-04-08T17:30:44.857Z] === RUN TestReplicatedJob [2021-04-08T17:30:45.134Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-04-08T17:30:46.075Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-04-08T17:30:47.016Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-04-08T17:30:48.925Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-04-08T17:30:51.446Z] --- PASS: TestReplicatedJob (6.59s) [2021-04-08T17:30:51.446Z] === RUN TestUpdateReplicatedJob [2021-04-08T17:30:51.464Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-04-08T17:30:52.845Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-04-08T17:30:54.228Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-04-08T17:30:54.798Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-04-08T17:30:55.654Z] --- PASS: TestUpdateReplicatedJob (4.29s) [2021-04-08T17:30:55.654Z] === RUN TestServiceListWithStatuses [2021-04-08T17:30:55.654Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-08T17:30:55.654Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-08T17:30:55.654Z] === RUN TestDockerNetworkConnectAlias [2021-04-08T17:30:58.138Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-04-08T17:30:59.568Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-04-08T17:31:02.258Z] --- PASS: TestDockerNetworkConnectAlias (6.05s) [2021-04-08T17:31:02.258Z] === RUN TestDockerNetworkReConnect [2021-04-08T17:31:02.879Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-04-08T17:31:07.551Z] --- PASS: TestDockerNetworkReConnect (5.06s) [2021-04-08T17:31:07.551Z] === RUN TestServicePlugin [2021-04-08T17:31:07.551Z] --- SKIP: TestServicePlugin (0.00s) [2021-04-08T17:31:07.551Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-08T17:31:07.551Z] === RUN TestServiceUpdateLabel [2021-04-08T17:31:10.096Z] --- PASS: TestServiceUpdateLabel (3.23s) [2021-04-08T17:31:10.096Z] === RUN TestServiceUpdateSecrets [2021-04-08T17:31:11.006Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-04-08T17:31:11.267Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-04-08T17:31:15.466Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-04-08T17:31:16.407Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-04-08T17:31:16.407Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-04-08T17:31:21.692Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-04-08T17:31:23.075Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-04-08T17:31:26.369Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-04-08T17:31:28.213Z] --- PASS: TestServiceUpdateSecrets (15.56s) [2021-04-08T17:31:28.213Z] === RUN TestServiceUpdateConfigs [2021-04-08T17:31:28.279Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-04-08T17:31:29.665Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-04-08T17:31:33.863Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-04-08T17:31:37.156Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-04-08T17:31:37.726Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-04-08T17:31:38.666Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-04-08T17:31:38.927Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-04-08T17:31:39.641Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-04-08T17:31:42.185Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-04-08T17:31:42.445Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-04-08T17:31:42.445Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-04-08T17:31:43.122Z] --- PASS: TestServiceUpdateConfigs (15.56s) [2021-04-08T17:31:43.122Z] === RUN TestServiceUpdateNetwork [2021-04-08T17:31:44.987Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-04-08T17:31:45.558Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-04-08T17:31:46.940Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-04-08T17:31:52.223Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-04-08T17:31:54.133Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-04-08T17:31:55.359Z] --- PASS: TestServiceUpdateNetwork (14.43s) [2021-04-08T17:31:55.359Z] === RUN TestServiceUpdatePidsLimit [2021-04-08T17:31:56.676Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-04-08T17:31:57.273Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-04-08T17:31:58.217Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-04-08T17:32:01.961Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-04-08T17:32:06.167Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-04-08T17:32:06.405Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-04-08T17:32:09.460Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-04-08T17:32:09.460Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-04-08T17:32:12.757Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-04-08T17:32:12.999Z] --- PASS: TestServiceUpdatePidsLimit (17.66s) [2021-04-08T17:32:12.999Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s) [2021-04-08T17:32:12.999Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.22s) [2021-04-08T17:32:12.999Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.23s) [2021-04-08T17:32:12.999Z] PASS [2021-04-08T17:32:12.999Z] [2021-04-08T17:32:12.999Z] === Skipped [2021-04-08T17:32:12.999Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-04-08T17:32:12.999Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-08T17:32:12.999Z] [2021-04-08T17:32:12.999Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-04-08T17:32:12.999Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-08T17:32:12.999Z] [2021-04-08T17:32:12.999Z] [2021-04-08T17:32:12.999Z] DONE 27 tests, 2 skipped in 162.114s [2021-04-08T17:32:12.999Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-04-08T17:32:12.999Z] ++ 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-04-08T17:32:12.999Z] ++ set -e [2021-04-08T17:32:12.999Z] ++ '[' -n 0 ']' [2021-04-08T17:32:12.999Z] ++ set -x [2021-04-08T17:32:12.999Z] ++ env -i DEST=/go/src/github.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-04-08T17:32:13.260Z] INFO: Testing against a local daemon [2021-04-08T17:32:13.260Z] === RUN TestSessionCreate [2021-04-08T17:32:13.260Z] --- PASS: TestSessionCreate (0.06s) [2021-04-08T17:32:13.260Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-08T17:32:13.260Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-04-08T17:32:13.260Z] PASS [2021-04-08T17:32:13.260Z] [2021-04-08T17:32:13.260Z] DONE 2 tests in 0.259s [2021-04-08T17:32:13.260Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-04-08T17:32:13.260Z] ++ 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-04-08T17:32:13.260Z] ++ set -e [2021-04-08T17:32:13.260Z] ++ '[' -n 0 ']' [2021-04-08T17:32:13.260Z] ++ set -x [2021-04-08T17:32:13.261Z] ++ env -i DEST=/go/src/github.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-04-08T17:32:13.522Z] INFO: Testing against a local daemon [2021-04-08T17:32:13.522Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-08T17:32:13.522Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-08T17:32:13.522Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-08T17:32:13.522Z] === RUN TestEventsExecDie [2021-04-08T17:32:14.910Z] --- PASS: TestEventsExecDie (1.14s) [2021-04-08T17:32:14.910Z] === RUN TestEventsBackwardsCompatible [2021-04-08T17:32:14.910Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2021-04-08T17:32:14.910Z] === RUN TestInfoBinaryCommits [2021-04-08T17:32:14.910Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-04-08T17:32:14.910Z] === RUN TestInfoAPIVersioned [2021-04-08T17:32:14.910Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-04-08T17:32:14.910Z] === RUN TestInfoDiscoveryBackend [2021-04-08T17:32:15.299Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-04-08T17:32:15.855Z] --- PASS: TestInfoDiscoveryBackend (1.12s) [2021-04-08T17:32:15.855Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-08T17:32:16.681Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-04-08T17:32:16.941Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-04-08T17:32:17.201Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-04-08T17:32:17.242Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-04-08T17:32:17.242Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-08T17:32:17.462Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-04-08T17:32:18.187Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (1.09s) [2021-04-08T17:32:18.187Z] === RUN TestInfoAPI [2021-04-08T17:32:18.187Z] --- PASS: TestInfoAPI (0.05s) [2021-04-08T17:32:18.187Z] === RUN TestInfoAPIWarnings [2021-04-08T17:32:18.402Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-04-08T17:32:18.402Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-04-08T17:32:18.662Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-04-08T17:32:18.922Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-04-08T17:32:19.493Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-04-08T17:32:22.789Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-04-08T17:32:23.052Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-04-08T17:32:24.962Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-04-08T17:32:27.501Z] === RUN TestDockerSuite/TestBuildEnv [2021-04-08T17:32:30.042Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-04-08T17:32:31.952Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-04-08T17:32:33.334Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-04-08T17:32:35.244Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-04-08T17:32:36.309Z] --- PASS: TestInfoAPIWarnings (17.14s) [2021-04-08T17:32:36.309Z] === RUN TestInfoDebug [2021-04-08T17:32:36.309Z] --- PASS: TestInfoDebug (1.13s) [2021-04-08T17:32:36.309Z] === RUN TestInfoInsecureRegistries [2021-04-08T17:32:37.696Z] --- PASS: TestInfoInsecureRegistries (1.13s) [2021-04-08T17:32:37.696Z] === RUN TestInfoRegistryMirrors [2021-04-08T17:32:38.640Z] --- PASS: TestInfoRegistryMirrors (1.17s) [2021-04-08T17:32:38.640Z] === RUN TestLoginFailsWithBadCredentials [2021-04-08T17:32:38.901Z] --- PASS: TestLoginFailsWithBadCredentials (0.25s) [2021-04-08T17:32:38.901Z] === RUN TestPingCacheHeaders [2021-04-08T17:32:38.901Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-04-08T17:32:38.901Z] === RUN TestPingGet [2021-04-08T17:32:38.901Z] --- PASS: TestPingGet (0.03s) [2021-04-08T17:32:38.901Z] === RUN TestPingHead [2021-04-08T17:32:39.170Z] --- PASS: TestPingHead (0.06s) [2021-04-08T17:32:39.170Z] === RUN TestVersion [2021-04-08T17:32:39.170Z] --- PASS: TestVersion (0.05s) [2021-04-08T17:32:39.170Z] PASS [2021-04-08T17:32:39.170Z] [2021-04-08T17:32:39.170Z] === Skipped [2021-04-08T17:32:39.170Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-08T17:32:39.170Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-08T17:32:39.170Z] [2021-04-08T17:32:39.170Z] [2021-04-08T17:32:39.170Z] DONE 18 tests, 1 skipped in 25.756s [2021-04-08T17:32:39.170Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-04-08T17:32:39.170Z] ++ 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-04-08T17:32:39.170Z] ++ set -e [2021-04-08T17:32:39.170Z] ++ '[' -n 0 ']' [2021-04-08T17:32:39.170Z] ++ set -x [2021-04-08T17:32:39.171Z] ++ env -i DEST=/go/src/github.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-04-08T17:32:39.171Z] INFO: Testing against a local daemon [2021-04-08T17:32:39.171Z] === RUN TestVolumesCreateAndList [2021-04-08T17:32:39.433Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-04-08T17:32:39.433Z] === RUN TestVolumesRemove [2021-04-08T17:32:39.433Z] --- PASS: TestVolumesRemove (0.09s) [2021-04-08T17:32:39.433Z] === RUN TestVolumesInspect [2021-04-08T17:32:39.433Z] --- PASS: TestVolumesInspect (0.03s) [2021-04-08T17:32:39.433Z] === RUN TestVolumesInvalidJSON [2021-04-08T17:32:39.433Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-08T17:32:39.433Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-08T17:32:39.433Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-08T17:32:39.433Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-04-08T17:32:39.433Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-08T17:32:39.433Z] PASS [2021-04-08T17:32:39.433Z] [2021-04-08T17:32:39.433Z] DONE 5 tests in 0.348s [2021-04-08T17:32:39.433Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-08T17:32:40.006Z] ++++ cat bundles/test-integration/docker.pid [2021-04-08T17:32:40.006Z] +++ kill 13966 [2021-04-08T17:32:41.390Z] +++ /etc/init.d/apparmor stop [2021-04-08T17:32:41.390Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-08T17:32:41.390Z] [2021-04-08T17:32:41.390Z] Unloading profiles will leave already running processes permanently [2021-04-08T17:32:41.390Z] unconfined, which can lead to unexpected situations. [2021-04-08T17:32:41.390Z] [2021-04-08T17:32:41.390Z] To set a process to complain mode, use the command line tool [2021-04-08T17:32:41.390Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-08T17:32:41.390Z] +++ true [2021-04-08T17:32:41.390Z] exiting test-integration [2021-04-08T17:32:41.390Z] ++ exit 0 [2021-04-08T17:32:41.391Z] [2021-04-08T17:32:43.373Z] === RUN TestDockerSuite/TestBuildEnvUsage2 Post stage [Pipeline] junit [2021-04-08T17:32:44.709Z] Recording test results [2021-04-08T17:32:45.079Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-08T17:32:45.433Z] + echo Ensuring container killed. [2021-04-08T17:32:45.433Z] Ensuring container killed. [2021-04-08T17:32:45.433Z] + docker rm -vf docker-pr2 [2021-04-08T17:32:45.433Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-04-08T17:32:45.728Z] + echo Chowning /workspace to jenkins user [2021-04-08T17:32:45.728Z] Chowning /workspace to jenkins user [2021-04-08T17:32:45.728Z] + id -u [2021-04-08T17:32:45.728Z] + id -g [2021-04-08T17:32:45.728Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42268:/workspace busybox chown -R 1000:1000 /workspace [2021-04-08T17:32:45.728Z] Unable to find image 'busybox:latest' locally [2021-04-08T17:32:45.989Z] latest: Pulling from library/busybox [2021-04-08T17:32:45.989Z] 36fbfd22ebfc: Pulling fs layer [2021-04-08T17:32:45.989Z] 36fbfd22ebfc: Verifying Checksum [2021-04-08T17:32:45.989Z] 36fbfd22ebfc: Download complete [2021-04-08T17:32:46.251Z] 36fbfd22ebfc: Pull complete [2021-04-08T17:32:46.251Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7 [2021-04-08T17:32:46.251Z] Status: Downloaded newer image for busybox:latest [2021-04-08T17:32:46.667Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-04-08T17:32:50.865Z] === RUN TestDockerDaemonSuite/TestShmSize [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-08T17:32:53.144Z] + bundleName=arm64-integration [2021-04-08T17:32:53.144Z] + echo Creating arm64-integration-bundles.tar.gz [2021-04-08T17:32:53.144Z] Creating arm64-integration-bundles.tar.gz [2021-04-08T17:32:53.144Z] + + xargs tarfind -czf bundles arm64-integration-bundles.tar.gz -path [2021-04-08T17:32:53.144Z] */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-04-08T17:32:53.730Z] Archiving artifacts [2021-04-08T17:32:54.161Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-04-08T17:32:55.750Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42268/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-08T17:32:56.068Z] + make clean [2021-04-08T17:32:56.640Z] docker volume rm -f docker-dev-cache [2021-04-08T17:32:56.640Z] docker-dev-cache [Pipeline] deleteDir [2021-04-08T17:32:58.364Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-04-08T17:32:58.364Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite (522.22s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (10.17s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.83s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (17.25s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.62s) [2021-04-08T17:33:04.948Z] docker_cli_daemon_test.go:1455: [d04e3e2db89cd] daemon is not started [2021-04-08T17:33:04.948Z] check_test.go:309: [d6bd8900f5810] daemon is not started [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.47s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.76s) [2021-04-08T17:33:04.948Z] check_test.go:309: [d96d4c41fb4cb] daemon is not started [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.93s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (5.23s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.67s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.13s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (6.09s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (4.19s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (2.04s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.53s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-04-08T17:33:04.948Z] check_test.go:309: [dd32dc652c9fa] daemon is not started [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-04-08T17:33:04.948Z] check_test.go:309: [dc5c8f41adc6e] daemon is not started [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.42s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.87s) [2021-04-08T17:33:04.948Z] check_test.go:309: [dc3dec6a30668] daemon is not started [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (4.18s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (2.86s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (4.11s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (2.18s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (1.08s) [2021-04-08T17:33:04.948Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.96s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.96s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-04-08T17:33:04.949Z] check_test.go:309: [d38546b3e9537] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.91s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (1.01s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.87s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (5.18s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (7.67s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (4.39s) [2021-04-08T17:33:04.949Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-04-08T17:33:04.949Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-04-08T17:33:04.949Z] check_test.go:309: [d427edbd87cb3] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (3.06s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (3.33s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (3.23s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.92s) [2021-04-08T17:33:04.949Z] check_test.go:309: [d00e4e2310801] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (5.51s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.91s) [2021-04-08T17:33:04.949Z] check_test.go:309: [d3c9030ca6136] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.58s) [2021-04-08T17:33:04.949Z] docker_cli_daemon_plugins_test.go:79: [d7727e28d1b89] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.80s) [2021-04-08T17:33:04.949Z] docker_cli_daemon_plugins_test.go:169: [dc9bc3c264999] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (5.36s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (1.03s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.94s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-04-08T17:33:04.949Z] check_test.go:309: [d74d996408648] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.76s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (3.06s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.62s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.73s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.53s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.69s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.94s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (1.06s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.92s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.88s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (9.48s) [2021-04-08T17:33:04.949Z] check_test.go:309: [de3276670b223] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (4.11s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (28.56s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (4.04s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (2.11s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (7.37s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (4.78s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.74s) [2021-04-08T17:33:04.949Z] check_test.go:309: [d4323369d04a8] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (2.37s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (3.25s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (17.01s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.71s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (2.84s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (3.46s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (5.10s) [2021-04-08T17:33:04.949Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-04-08T17:33:04.949Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-04-08T17:33:04.949Z] check_test.go:309: [dfe7ed6d44544] daemon is not started [2021-04-08T17:33:04.949Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-04-08T17:33:04.949Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-04-08T17:33:04.949Z] check_test.go:309: [dc23817b4079d] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (5.26s) [2021-04-08T17:33:04.949Z] check_test.go:309: [dc262d929ea31] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (7.36s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (5.48s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.95s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.40s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.96s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (7.36s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (8.11s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (3.69s) [2021-04-08T17:33:04.949Z] check_test.go:309: [d8651180d97dc] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (5.51s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.87s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.89s) [2021-04-08T17:33:04.949Z] check_test.go:309: [de6f96ff94abb] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.81s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.87s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.99s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.92s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (6.75s) [2021-04-08T17:33:04.949Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-04-08T17:33:04.949Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-04-08T17:33:04.949Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-04-08T17:33:04.949Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-04-08T17:33:04.949Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-04-08T17:33:04.949Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-04-08T17:33:04.949Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-04-08T17:33:04.949Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-04-08T17:33:04.949Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-04-08T17:33:04.949Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-04-08T17:33:04.949Z] check_test.go:309: [de08c576a5ce3] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (2.17s) [2021-04-08T17:33:04.949Z] check_test.go:309: [d0ff5d35dc7c0] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.91s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.87s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (5.16s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.86s) [2021-04-08T17:33:04.949Z] check_test.go:309: [db02f3af17bfd] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (4.65s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (3.09s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (7.12s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.52s) [2021-04-08T17:33:04.949Z] check_test.go:309: [df5cd5fe18f82] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (10.19s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (6.65s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (5.68s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.95s) [2021-04-08T17:33:04.949Z] check_test.go:309: [dcc294ffa045f] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (1.07s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.98s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (1.02s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.71s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2021-04-08T17:33:04.949Z] check_test.go:309: [dbe3281050d8e] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.18s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.42s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.76s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (2.16s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.32s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.89s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.92s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (6.77s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.36s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.65s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.63s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (4.58s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (12.10s) [2021-04-08T17:33:04.949Z] docker_cli_daemon_test.go:2550: [da0f6f983d8a6] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (11.63s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (4.03s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.84s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (4.19s) [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.20s) [2021-04-08T17:33:04.949Z] check_test.go:309: [d42d58f3a691e] daemon is not started [2021-04-08T17:33:04.949Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.82s) [2021-04-08T17:33:04.949Z] === RUN TestDockerSwarmSuite [2021-04-08T17:33:04.949Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-08T17:33:09.146Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-04-08T17:33:12.438Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-04-08T17:33:14.348Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-04-08T17:33:16.888Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-04-08T17:33:18.797Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-04-08T17:33:19.736Z] --- PASS: TestImportExtremelyLargeImageWorks (213.87s) [2021-04-08T17:33:19.736Z] PASS [2021-04-08T17:33:19.736Z] [2021-04-08T17:33:19.736Z] DONE 12 tests in 218.632s [2021-04-08T17:33:19.736Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-04-08T17:33:19.736Z] ++ 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-04-08T17:33:19.736Z] ++ set -e [2021-04-08T17:33:19.736Z] ++ '[' -n 0 ']' [2021-04-08T17:33:19.736Z] ++ set -x [2021-04-08T17:33:19.736Z] ++ env -i DEST=/go/src/github.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-04-08T17:33:19.996Z] INFO: Testing against a local daemon [2021-04-08T17:33:19.996Z] === RUN TestNetworkCreateDelete [2021-04-08T17:33:20.567Z] --- PASS: TestNetworkCreateDelete (0.52s) [2021-04-08T17:33:20.567Z] === RUN TestDockerNetworkDeletePreferID [2021-04-08T17:33:22.473Z] --- PASS: TestDockerNetworkDeletePreferID (1.73s) [2021-04-08T17:33:22.473Z] === RUN TestDaemonDNSFallback [2021-04-08T17:33:27.755Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-04-08T17:33:27.755Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-04-08T17:33:28.014Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-04-08T17:33:28.273Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-04-08T17:33:29.669Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-04-08T17:33:29.669Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-04-08T17:33:29.928Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-04-08T17:33:29.928Z] --- PASS: TestDaemonDNSFallback (7.67s) [2021-04-08T17:33:29.928Z] === RUN TestInspectNetwork [2021-04-08T17:33:31.837Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-04-08T17:33:32.779Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-04-08T17:33:36.976Z] === RUN TestInspectNetwork/full_network_id [2021-04-08T17:33:36.976Z] === RUN TestInspectNetwork/partial_network_id [2021-04-08T17:33:36.976Z] === RUN TestInspectNetwork/network_name [2021-04-08T17:33:36.976Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-04-08T17:33:41.173Z] --- PASS: TestInspectNetwork (10.90s) [2021-04-08T17:33:41.173Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-04-08T17:33:41.173Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-04-08T17:33:41.173Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-04-08T17:33:41.173Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-04-08T17:33:41.173Z] === RUN TestRunContainerWithBridgeNone [2021-04-08T17:33:44.468Z] === RUN TestDockerSuite/TestBuildExpose [2021-04-08T17:33:44.728Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-04-08T17:33:45.297Z] --- PASS: TestRunContainerWithBridgeNone (4.32s) [2021-04-08T17:33:45.297Z] === RUN TestNetworkInvalidJSON [2021-04-08T17:33:45.297Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-08T17:33:45.297Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-08T17:33:45.297Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-08T17:33:45.297Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-08T17:33:45.297Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-08T17:33:45.297Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-08T17:33:45.297Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-08T17:33:45.297Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-08T17:33:45.297Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-08T17:33:45.297Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-04-08T17:33:45.297Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-08T17:33:45.297Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-08T17:33:45.297Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-08T17:33:45.297Z] === RUN TestNetworkList [2021-04-08T17:33:45.297Z] === RUN TestNetworkList//networks [2021-04-08T17:33:45.297Z] === PAUSE TestNetworkList//networks [2021-04-08T17:33:45.297Z] === RUN TestNetworkList//networks/ [2021-04-08T17:33:45.297Z] === PAUSE TestNetworkList//networks/ [2021-04-08T17:33:45.297Z] === CONT TestNetworkList//networks [2021-04-08T17:33:45.298Z] === CONT TestNetworkList//networks/ [2021-04-08T17:33:45.298Z] --- PASS: TestNetworkList (0.03s) [2021-04-08T17:33:45.298Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-08T17:33:45.298Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-08T17:33:45.298Z] === RUN TestHostIPv4BridgeLabel [2021-04-08T17:33:45.298Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-04-08T17:33:45.868Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-04-08T17:33:46.129Z] === RUN TestDockerSuite/TestBuildFails [2021-04-08T17:33:46.129Z] --- PASS: TestHostIPv4BridgeLabel (1.05s) [2021-04-08T17:33:46.129Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-08T17:33:47.069Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-04-08T17:33:47.329Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-04-08T17:33:48.271Z] --- PASS: TestDaemonRestartWithLiveRestore (1.99s) [2021-04-08T17:33:48.271Z] === RUN TestDaemonDefaultNetworkPools [2021-04-08T17:33:50.180Z] --- PASS: TestDaemonDefaultNetworkPools (1.73s) [2021-04-08T17:33:50.180Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-08T17:33:50.180Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-04-08T17:33:52.719Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.60s) [2021-04-08T17:33:52.719Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-08T17:33:53.670Z] === RUN TestDockerSuite/TestBuildForceRm [2021-04-08T17:33:55.577Z] === RUN TestDockerSuite/TestBuildFromGit [2021-04-08T17:33:55.577Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (3.11s) [2021-04-08T17:33:55.577Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-08T17:33:56.515Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-04-08T17:33:56.776Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.98s) [2021-04-08T17:33:56.776Z] === RUN TestServiceWithPredefinedNetwork [2021-04-08T17:33:57.037Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-04-08T17:33:57.975Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-04-08T17:34:00.517Z] --- PASS: TestServiceWithPredefinedNetwork (3.45s) [2021-04-08T17:34:00.517Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-08T17:34:00.517Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-08T17:34:00.517Z] service_test.go:242: FLAKY_TEST [2021-04-08T17:34:00.517Z] === RUN TestServiceWithDataPathPortInit [2021-04-08T17:34:00.517Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-04-08T17:34:01.458Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-04-08T17:34:01.458Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-04-08T17:34:03.998Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-04-08T17:34:03.998Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-04-08T17:34:04.259Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-04-08T17:34:06.797Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-04-08T17:34:07.734Z] === RUN TestDockerSuite/TestBuildHistory [2021-04-08T17:34:11.933Z] === RUN TestDockerSuite/TestBuildIidFile [2021-04-08T17:34:11.933Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-04-08T17:34:12.876Z] === RUN TestDockerSuite/TestBuildInheritance [2021-04-08T17:34:13.818Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-04-08T17:34:14.079Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-04-08T17:34:14.079Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-04-08T17:34:15.019Z] === RUN TestDockerSuite/TestBuildLabel [2021-04-08T17:34:15.289Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-04-08T17:34:15.549Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-04-08T17:34:15.809Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-04-08T17:34:16.069Z] === RUN TestDockerSuite/TestBuildLabels [2021-04-08T17:34:16.329Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-04-08T17:34:17.270Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-04-08T17:34:18.657Z] --- PASS: TestServiceWithDataPathPortInit (18.58s) [2021-04-08T17:34:18.657Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-08T17:34:20.043Z] === RUN TestDockerSuite/TestBuildLastModified [2021-04-08T17:34:25.326Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-04-08T17:34:25.326Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-04-08T17:34:26.268Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-04-08T17:34:27.650Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.83s) [2021-04-08T17:34:27.650Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:o10b4wrsh5lrk28bh4qr73tq9 Created:2021-04-08 17:34:20.383848542 +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[cca212e705436d9c05a8b7f10b8470d9af23373f8ef7a48139fd3414c06eaa99:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.1d6cn4atpgnfmytdwbq3ec52a EndpointID:54510c1f44dd77712b3741997eed2e60627a63a6794adf40f87c500e179d217e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:23fb934a4f096f2e89cdb69ad957d29cbd161a2b9d31cd98f151070fa84ae877 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:345bd9df7d19 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.1d6cn4atpgnfmytdwbq3ec52a EndpointID:54510c1f44dd77712b3741997eed2e60627a63a6794adf40f87c500e179d217e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-04-08T17:34:27.650Z] PASS [2021-04-08T17:34:27.650Z] [2021-04-08T17:34:27.650Z] === Skipped [2021-04-08T17:34:27.650Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-08T17:34:27.650Z] service_test.go:242: FLAKY_TEST [2021-04-08T17:34:27.650Z] [2021-04-08T17:34:27.650Z] [2021-04-08T17:34:27.650Z] DONE 26 tests, 1 skipped in 67.703s [2021-04-08T17:34:27.650Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-08T17:34:27.650Z] ++ 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-04-08T17:34:27.650Z] ++ set -e [2021-04-08T17:34:27.650Z] ++ '[' -n 0 ']' [2021-04-08T17:34:27.650Z] ++ set -x [2021-04-08T17:34:27.650Z] ++ env -i DEST=/go/src/github.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-04-08T17:34:27.650Z] INFO: Testing against a local daemon [2021-04-08T17:34:27.650Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-08T17:34:27.650Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-08T17:34:27.650Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-08T17:34:27.650Z] === RUN TestDockerNetworkIpvlan [2021-04-08T17:34:27.650Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-04-08T17:34:27.650Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-08T17:34:27.650Z] PASS [2021-04-08T17:34:27.911Z] [2021-04-08T17:34:27.911Z] === Skipped [2021-04-08T17:34:27.911Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-08T17:34:27.911Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-08T17:34:27.911Z] [2021-04-08T17:34:27.911Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-04-08T17:34:27.911Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-08T17:34:27.911Z] [2021-04-08T17:34:27.911Z] [2021-04-08T17:34:27.911Z] DONE 2 tests, 2 skipped in 0.227s [2021-04-08T17:34:27.911Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-08T17:34:27.911Z] ++ 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-04-08T17:34:27.911Z] ++ set -e [2021-04-08T17:34:27.911Z] ++ '[' -n 0 ']' [2021-04-08T17:34:27.911Z] ++ set -x [2021-04-08T17:34:27.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=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-04-08T17:34:27.911Z] INFO: Testing against a local daemon [2021-04-08T17:34:27.911Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-08T17:34:29.824Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-04-08T17:34:30.084Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-04-08T17:34:30.084Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-04-08T17:34:30.084Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-04-08T17:34:30.345Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-04-08T17:34:30.606Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-04-08T17:34:30.606Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.71s) [2021-04-08T17:34:30.606Z] === RUN TestDockerNetworkMacvlan [2021-04-08T17:34:31.988Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-04-08T17:34:31.988Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-04-08T17:34:32.927Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-04-08T17:34:33.498Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-04-08T17:34:34.438Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-04-08T17:34:38.639Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-04-08T17:34:38.639Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-04-08T17:34:38.639Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-04-08T17:34:38.910Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-04-08T17:34:43.136Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-04-08T17:34:51.269Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-04-08T17:34:51.529Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-04-08T17:34:54.073Z] --- PASS: TestDockerNetworkMacvlan (23.19s) [2021-04-08T17:34:54.074Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.15s) [2021-04-08T17:34:54.074Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.17s) [2021-04-08T17:34:54.074Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.70s) [2021-04-08T17:34:54.074Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.22s) [2021-04-08T17:34:54.074Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.96s) [2021-04-08T17:34:54.074Z] --- PASS: TestDockerNetworkMacvlan/Addressing (2.18s) [2021-04-08T17:34:54.074Z] PASS [2021-04-08T17:34:54.074Z] [2021-04-08T17:34:54.074Z] DONE 8 tests in 26.086s [2021-04-08T17:34:54.074Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-08T17:34:54.074Z] ++ 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-04-08T17:34:54.074Z] ++ set -e [2021-04-08T17:34:54.074Z] ++ '[' -n 0 ']' [2021-04-08T17:34:54.074Z] ++ set -x [2021-04-08T17:34:54.074Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-04-08T17:34:54.074Z] testing: warning: no tests to run [2021-04-08T17:34:54.074Z] PASS [2021-04-08T17:34:54.074Z] [2021-04-08T17:34:54.074Z] DONE 0 tests in 0.026s [2021-04-08T17:34:54.074Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-08T17:34:54.074Z] ++ 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-04-08T17:34:54.074Z] ++ set -e [2021-04-08T17:34:54.074Z] ++ '[' -n 0 ']' [2021-04-08T17:34:54.074Z] ++ set -x [2021-04-08T17:34:54.074Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-04-08T17:34:54.074Z] INFO: Testing against a local daemon [2021-04-08T17:34:54.074Z] === RUN TestAuthZPluginAllowRequest [2021-04-08T17:34:55.014Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-04-08T17:34:56.397Z] --- PASS: TestAuthZPluginAllowRequest (2.01s) [2021-04-08T17:34:56.397Z] === RUN TestAuthZPluginTLS [2021-04-08T17:34:56.397Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-04-08T17:34:56.967Z] --- PASS: TestAuthZPluginTLS (0.87s) [2021-04-08T17:34:56.967Z] === RUN TestAuthZPluginDenyRequest [2021-04-08T17:34:57.907Z] --- PASS: TestAuthZPluginDenyRequest (0.73s) [2021-04-08T17:34:57.907Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-08T17:34:58.476Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.77s) [2021-04-08T17:34:58.476Z] === RUN TestAuthZPluginDenyResponse [2021-04-08T17:34:59.045Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-04-08T17:34:59.045Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-04-08T17:34:59.305Z] --- PASS: TestAuthZPluginDenyResponse (0.87s) [2021-04-08T17:34:59.305Z] === RUN TestAuthZPluginAllowEventStream [2021-04-08T17:35:01.846Z] --- PASS: TestAuthZPluginAllowEventStream (2.19s) [2021-04-08T17:35:01.846Z] === RUN TestAuthZPluginErrorResponse [2021-04-08T17:35:02.417Z] --- PASS: TestAuthZPluginErrorResponse (0.84s) [2021-04-08T17:35:02.417Z] === RUN TestAuthZPluginErrorRequest [2021-04-08T17:35:02.988Z] --- PASS: TestAuthZPluginErrorRequest (0.73s) [2021-04-08T17:35:02.988Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-08T17:35:03.928Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.77s) [2021-04-08T17:35:03.928Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-08T17:35:04.188Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-04-08T17:35:04.766Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-04-08T17:35:06.691Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.56s) [2021-04-08T17:35:06.691Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-08T17:35:07.260Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-04-08T17:35:07.520Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-04-08T17:35:08.903Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.51s) [2021-04-08T17:35:08.903Z] === RUN TestAuthZPluginHeader [2021-04-08T17:35:10.285Z] --- PASS: TestAuthZPluginHeader (1.07s) [2021-04-08T17:35:10.285Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-08T17:35:10.285Z] === RUN TestDockerSuite/TestBuildNetNone [2021-04-08T17:35:10.855Z] === RUN TestDockerSuite/TestBuildNoContext [2021-04-08T17:35:12.238Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-04-08T17:35:12.809Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-04-08T17:35:14.718Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-04-08T17:35:14.979Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-04-08T17:35:15.239Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-04-08T17:35:15.500Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-04-08T17:35:15.761Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.77s) [2021-04-08T17:35:15.761Z] === RUN TestAuthZPluginV2Disable [2021-04-08T17:35:16.021Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-04-08T17:35:16.591Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-04-08T17:35:17.532Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-04-08T17:35:20.077Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-04-08T17:35:20.338Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-04-08T17:35:20.599Z] --- PASS: TestAuthZPluginV2Disable (4.77s) [2021-04-08T17:35:20.599Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-08T17:35:23.143Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-04-08T17:35:24.524Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-04-08T17:35:24.524Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (4.06s) [2021-04-08T17:35:24.524Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-08T17:35:27.074Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-04-08T17:35:28.013Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-04-08T17:35:29.923Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-04-08T17:35:30.495Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-04-08T17:35:34.706Z] === RUN TestDockerSuite/TestBuildPATH [2021-04-08T17:35:36.618Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-04-08T17:35:36.881Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.32s) [2021-04-08T17:35:36.881Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-08T17:35:37.454Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-04-08T17:35:38.838Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-04-08T17:35:46.973Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-04-08T17:35:50.268Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-04-08T17:35:55.547Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-04-08T17:35:55.547Z] === RUN TestDockerSuite/TestBuildRm [2021-04-08T17:35:55.547Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.63s) [2021-04-08T17:35:55.547Z] PASS [2021-04-08T17:35:55.547Z] [2021-04-08T17:35:55.547Z] DONE 17 tests in 61.581s [2021-04-08T17:35:55.547Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-08T17:35:55.547Z] ++ 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-04-08T17:35:55.547Z] ++ set -e [2021-04-08T17:35:55.547Z] ++ '[' -n 0 ']' [2021-04-08T17:35:55.547Z] ++ set -x [2021-04-08T17:35:55.547Z] ++ env -i DEST=/go/src/github.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-04-08T17:35:55.811Z] INFO: Testing against a local daemon [2021-04-08T17:35:55.811Z] === RUN TestPluginInvalidJSON [2021-04-08T17:35:55.811Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-08T17:35:55.811Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-08T17:35:55.811Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-08T17:35:55.811Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-04-08T17:35:55.811Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-08T17:35:55.811Z] === RUN TestPluginInstall [2021-04-08T17:35:55.811Z] === RUN TestPluginInstall/no_auth [2021-04-08T17:35:59.110Z] time="2021-04-08T17:35:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-08T17:35:59.110Z] time="2021-04-08T17:35:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7a72b06b4988d2cd2098bb4fedfa2892276c396350e9f6571465aa86ed0579ab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-08T17:35:59.110Z] time="2021-04-08T17:35:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-08T17:35:59.110Z] time="2021-04-08T17:35:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7a72b06b4988d2cd2098bb4fedfa2892276c396350e9f6571465aa86ed0579ab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-08T17:35:59.681Z] === RUN TestPluginInstall/with_htpasswd [2021-04-08T17:35:59.941Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-04-08T17:36:00.202Z] time="2021-04-08T17:36:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-08T17:36:00.202Z] time="2021-04-08T17:36:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7f4449ddad91b5b3e88d87742caa25fae32c052475a2aab0d49a3c8acd09ad4b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-08T17:36:00.202Z] time="2021-04-08T17:36:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-08T17:36:00.202Z] time="2021-04-08T17:36:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7f4449ddad91b5b3e88d87742caa25fae32c052475a2aab0d49a3c8acd09ad4b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-08T17:36:00.774Z] === RUN TestPluginInstall/with_insecure [2021-04-08T17:36:01.035Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-04-08T17:36:01.978Z] time="2021-04-08T17:36:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-08T17:36:01.978Z] time="2021-04-08T17:36:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9cfc03c0a5ecd8b584cf5c6bce0ab033e238950bae564a90904492f7b57cf8d6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-08T17:36:01.978Z] time="2021-04-08T17:36:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-08T17:36:01.978Z] time="2021-04-08T17:36:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9cfc03c0a5ecd8b584cf5c6bce0ab033e238950bae564a90904492f7b57cf8d6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-08T17:36:02.551Z] --- PASS: TestPluginInstall (6.55s) [2021-04-08T17:36:02.551Z] --- PASS: TestPluginInstall/no_auth (3.74s) [2021-04-08T17:36:02.551Z] --- PASS: TestPluginInstall/with_htpasswd (1.07s) [2021-04-08T17:36:02.551Z] --- PASS: TestPluginInstall/with_insecure (1.74s) [2021-04-08T17:36:02.551Z] plugin_test.go:165: [d3551ac4569f3] daemon is not started [2021-04-08T17:36:02.551Z] === RUN TestPluginsWithRuntimes [2021-04-08T17:36:02.551Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-04-08T17:36:03.122Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-04-08T17:36:03.693Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-04-08T17:36:04.634Z] === RUN TestPluginsWithRuntimes/No_Args [2021-04-08T17:36:04.894Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-04-08T17:36:05.836Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-04-08T17:36:06.407Z] === RUN TestPluginsWithRuntimes/With_Args [2021-04-08T17:36:06.977Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-04-08T17:36:08.359Z] --- PASS: TestPluginsWithRuntimes (5.68s) [2021-04-08T17:36:08.359Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.68s) [2021-04-08T17:36:08.359Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.72s) [2021-04-08T17:36:08.359Z] === RUN TestPluginBackCompatMediaTypes [2021-04-08T17:36:09.300Z] --- PASS: TestPluginBackCompatMediaTypes (1.00s) [2021-04-08T17:36:09.300Z] PASS [2021-04-08T17:36:09.300Z] [2021-04-08T17:36:09.300Z] DONE 10 tests in 13.520s [2021-04-08T17:36:09.300Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-08T17:36:09.300Z] ++ 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-04-08T17:36:09.300Z] ++ set -e [2021-04-08T17:36:09.300Z] ++ '[' -n 0 ']' [2021-04-08T17:36:09.300Z] ++ set -x [2021-04-08T17:36:09.300Z] ++ env -i DEST=/go/src/github.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-04-08T17:36:09.300Z] INFO: Testing against a local daemon [2021-04-08T17:36:09.300Z] === RUN TestExternalGraphDriver [2021-04-08T17:36:09.300Z] === RUN TestExternalGraphDriver/json [2021-04-08T17:36:11.842Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-04-08T17:36:11.842Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-04-08T17:36:11.842Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-04-08T17:36:11.842Z] === RUN TestDockerSuite/TestBuildSpaces [2021-04-08T17:36:12.102Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-04-08T17:36:12.362Z] === RUN TestExternalGraphDriver/spec [2021-04-08T17:36:13.308Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-04-08T17:36:13.308Z] === RUN TestDockerSuite/TestBuildStderr [2021-04-08T17:36:14.695Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-04-08T17:36:15.639Z] === RUN TestExternalGraphDriver/pull [2021-04-08T17:36:18.180Z] --- PASS: TestExternalGraphDriver (8.68s) [2021-04-08T17:36:18.180Z] --- PASS: TestExternalGraphDriver/json (3.00s) [2021-04-08T17:36:18.180Z] --- PASS: TestExternalGraphDriver/spec (3.14s) [2021-04-08T17:36:18.180Z] --- PASS: TestExternalGraphDriver/pull (2.44s) [2021-04-08T17:36:18.180Z] === RUN TestGraphdriverPluginV2 [2021-04-08T17:36:19.121Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-04-08T17:36:19.690Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-04-08T17:36:20.262Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-04-08T17:36:22.175Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-04-08T17:36:22.746Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-04-08T17:36:23.688Z] --- PASS: TestGraphdriverPluginV2 (5.86s) [2021-04-08T17:36:23.688Z] PASS [2021-04-08T17:36:23.688Z] [2021-04-08T17:36:23.688Z] DONE 5 tests in 14.693s [2021-04-08T17:36:23.949Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-08T17:36:23.949Z] ++ 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-04-08T17:36:23.949Z] ++ set -e [2021-04-08T17:36:23.949Z] ++ '[' -n 0 ']' [2021-04-08T17:36:23.949Z] ++ set -x [2021-04-08T17:36:23.949Z] ++ env -i DEST=/go/src/github.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-04-08T17:36:23.949Z] INFO: Testing against a local daemon [2021-04-08T17:36:23.949Z] === RUN TestContinueAfterPluginCrash [2021-04-08T17:36:23.949Z] === PAUSE TestContinueAfterPluginCrash [2021-04-08T17:36:23.949Z] === RUN TestReadPluginNoRead [2021-04-08T17:36:23.949Z] === PAUSE TestReadPluginNoRead [2021-04-08T17:36:23.949Z] === RUN TestDaemonStartWithLogOpt [2021-04-08T17:36:23.949Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-08T17:36:23.949Z] === CONT TestContinueAfterPluginCrash [2021-04-08T17:36:23.949Z] === CONT TestDaemonStartWithLogOpt [2021-04-08T17:36:24.209Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-04-08T17:36:26.121Z] === RUN TestDockerSuite/TestBuildUser [2021-04-08T17:36:29.420Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-04-08T17:36:29.680Z] --- PASS: TestDaemonStartWithLogOpt (5.62s) [2021-04-08T17:36:29.680Z] === CONT TestReadPluginNoRead [2021-04-08T17:36:32.979Z] === RUN TestReadPluginNoRead/default [2021-04-08T17:36:33.240Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-04-08T17:36:35.151Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-08T17:36:35.151Z] --- PASS: TestContinueAfterPluginCrash (11.16s) [2021-04-08T17:36:37.063Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-08T17:36:38.996Z] --- PASS: TestReadPluginNoRead (9.33s) [2021-04-08T17:36:38.996Z] --- PASS: TestReadPluginNoRead/default (1.91s) [2021-04-08T17:36:38.996Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.97s) [2021-04-08T17:36:38.996Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.01s) [2021-04-08T17:36:38.996Z] read_test.go:92: [d1d2a76f03afe] daemon is not started [2021-04-08T17:36:38.996Z] PASS [2021-04-08T17:36:38.996Z] [2021-04-08T17:36:38.996Z] DONE 6 tests in 15.095s [2021-04-08T17:36:38.996Z] 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-04-08T17:36:38.996Z] ++ 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-04-08T17:36:38.996Z] ++ set -e [2021-04-08T17:36:38.996Z] ++ '[' -n 0 ']' [2021-04-08T17:36:38.996Z] ++ set -x [2021-04-08T17:36:38.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=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-04-08T17:36:38.996Z] testing: warning: no tests to run [2021-04-08T17:36:38.996Z] PASS [2021-04-08T17:36:38.996Z] [2021-04-08T17:36:38.996Z] DONE 0 tests in 0.052s [2021-04-08T17:36:38.996Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-08T17:36:38.996Z] ++ 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-04-08T17:36:38.996Z] ++ set -e [2021-04-08T17:36:38.996Z] ++ '[' -n 0 ']' [2021-04-08T17:36:38.996Z] ++ set -x [2021-04-08T17:36:38.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=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-04-08T17:36:39.256Z] INFO: Testing against a local daemon [2021-04-08T17:36:39.256Z] === RUN TestPluginWithDevMounts [2021-04-08T17:36:39.257Z] === PAUSE TestPluginWithDevMounts [2021-04-08T17:36:39.257Z] === CONT TestPluginWithDevMounts [2021-04-08T17:36:41.166Z] --- PASS: TestPluginWithDevMounts (1.98s) [2021-04-08T17:36:41.166Z] PASS [2021-04-08T17:36:41.166Z] [2021-04-08T17:36:41.166Z] DONE 1 tests in 2.127s [2021-04-08T17:36:41.166Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-04-08T17:36:41.166Z] ++ 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-04-08T17:36:41.166Z] ++ set -e [2021-04-08T17:36:41.166Z] ++ '[' -n 0 ']' [2021-04-08T17:36:41.166Z] ++ set -x [2021-04-08T17:36:41.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=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-04-08T17:36:41.426Z] INFO: Testing against a local daemon [2021-04-08T17:36:41.426Z] === RUN TestSecretInspect [2021-04-08T17:36:43.977Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-04-08T17:36:44.238Z] --- PASS: TestSecretInspect (2.98s) [2021-04-08T17:36:44.238Z] === RUN TestSecretList [2021-04-08T17:36:48.449Z] --- PASS: TestSecretList (3.76s) [2021-04-08T17:36:48.449Z] === RUN TestSecretsCreateAndDelete [2021-04-08T17:36:49.839Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-04-08T17:36:51.759Z] --- PASS: TestSecretsCreateAndDelete (3.35s) [2021-04-08T17:36:51.759Z] === RUN TestSecretsUpdate [2021-04-08T17:36:53.679Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-04-08T17:36:54.625Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-04-08T17:36:54.888Z] --- PASS: TestSecretsUpdate (3.45s) [2021-04-08T17:36:54.888Z] === RUN TestTemplatedSecret [2021-04-08T17:36:54.888Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-04-08T17:36:56.277Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-04-08T17:36:57.225Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-04-08T17:36:59.144Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-04-08T17:36:59.144Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-04-08T17:36:59.144Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-04-08T17:36:59.144Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-04-08T17:36:59.144Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-04-08T17:36:59.144Z] --- PASS: TestTemplatedSecret (4.35s) [2021-04-08T17:36:59.144Z] === RUN TestSecretCreateResolve [2021-04-08T17:37:01.067Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-04-08T17:37:01.067Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-04-08T17:37:02.478Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-04-08T17:37:02.478Z] --- PASS: TestSecretCreateResolve (3.04s) [2021-04-08T17:37:02.478Z] PASS [2021-04-08T17:37:02.478Z] [2021-04-08T17:37:02.478Z] DONE 6 tests in 21.062s [2021-04-08T17:37:02.478Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-04-08T17:37:02.479Z] ++ 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-04-08T17:37:02.479Z] ++ set -e [2021-04-08T17:37:02.479Z] ++ '[' -n 0 ']' [2021-04-08T17:37:02.479Z] ++ set -x [2021-04-08T17:37:02.479Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04-08T17:37:02.479Z] INFO: Testing against a local daemon [2021-04-08T17:37:02.479Z] === RUN TestServiceCreateInit [2021-04-08T17:37:02.479Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-08T17:37:03.051Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-04-08T17:37:03.994Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-04-08T17:37:03.994Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-04-08T17:37:04.257Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-04-08T17:37:09.552Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-04-08T17:37:09.552Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-08T17:37:12.103Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-04-08T17:37:13.049Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-04-08T17:37:13.622Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-04-08T17:37:14.195Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-04-08T17:37:14.195Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-04-08T17:37:14.768Z] === RUN TestDockerSuite/TestBuildXZHost [2021-04-08T17:37:15.712Z] --- PASS: TestServiceCreateInit (13.25s) [2021-04-08T17:37:15.712Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (6.34s) [2021-04-08T17:37:15.712Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (6.89s) [2021-04-08T17:37:15.712Z] === RUN TestCreateServiceMultipleTimes [2021-04-08T17:37:17.632Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-04-08T17:37:17.632Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-04-08T17:37:17.632Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-04-08T17:37:19.022Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-04-08T17:37:20.413Z] === RUN TestDockerSuite/TestCommitChange [2021-04-08T17:37:21.805Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-04-08T17:37:23.194Z] === RUN TestDockerSuite/TestCommitHardlink [2021-04-08T17:37:25.758Z] === RUN TestDockerSuite/TestCommitNewFile [2021-04-08T17:37:27.675Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-04-08T17:37:28.621Z] === RUN TestDockerSuite/TestCommitTTY [2021-04-08T17:37:30.540Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-04-08T17:37:31.485Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-04-08T17:37:33.402Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-04-08T17:37:33.976Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-04-08T17:37:33.976Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-04-08T17:37:34.237Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-04-08T17:37:34.237Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-04-08T17:37:34.237Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-04-08T17:37:34.237Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-04-08T17:37:34.237Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-04-08T17:37:36.154Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-04-08T17:37:37.542Z] --- PASS: TestCreateServiceMultipleTimes (21.75s) [2021-04-08T17:37:37.542Z] === RUN TestCreateServiceConflict [2021-04-08T17:37:37.542Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-04-08T17:37:37.542Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-04-08T17:37:38.486Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-04-08T17:37:39.059Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-04-08T17:37:40.445Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-04-08T17:37:40.707Z] --- PASS: TestCreateServiceConflict (3.17s) [2021-04-08T17:37:40.707Z] === RUN TestCreateServiceMaxReplicas [2021-04-08T17:37:40.969Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-04-08T17:37:41.914Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-04-08T17:37:41.914Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-04-08T17:37:41.914Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-04-08T17:37:42.860Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-04-08T17:37:42.860Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-04-08T17:37:42.860Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-04-08T17:37:43.121Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-04-08T17:37:43.121Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-04-08T17:37:44.511Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-04-08T17:37:44.785Z] --- PASS: TestCreateServiceMaxReplicas (4.22s) [2021-04-08T17:37:44.785Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-08T17:37:45.361Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-04-08T17:37:46.305Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-04-08T17:37:46.305Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-04-08T17:37:48.857Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-04-08T17:37:49.431Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-04-08T17:37:49.432Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-04-08T17:37:50.006Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-04-08T17:37:50.951Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-04-08T17:37:51.529Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-04-08T17:37:51.792Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-04-08T17:37:52.368Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-04-08T17:37:52.368Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-04-08T17:37:53.763Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-04-08T17:37:54.708Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-04-08T17:37:55.653Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-04-08T17:37:55.653Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-04-08T17:37:56.600Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-04-08T17:37:58.520Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-04-08T17:37:59.911Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.00s) [2021-04-08T17:37:59.911Z] === RUN TestCreateServiceSecretFileMode [2021-04-08T17:38:00.174Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-04-08T17:38:00.174Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-04-08T17:38:00.436Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-04-08T17:38:00.436Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-04-08T17:38:00.436Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-04-08T17:38:01.382Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-04-08T17:38:03.936Z] --- PASS: TestCreateServiceSecretFileMode (3.73s) [2021-04-08T17:38:03.936Z] === RUN TestCreateServiceConfigFileMode [2021-04-08T17:38:06.491Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-04-08T17:38:06.753Z] --- PASS: TestCreateServiceConfigFileMode (3.20s) [2021-04-08T17:38:06.753Z] === RUN TestCreateServiceSysctls [2021-04-08T17:38:07.325Z] === RUN TestDockerSuite/TestContainerAPITop [2021-04-08T17:38:08.269Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-04-08T17:38:08.269Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-04-08T17:38:08.269Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-04-08T17:38:10.820Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-04-08T17:38:10.820Z] --- PASS: TestCreateServiceSysctls (4.06s) [2021-04-08T17:38:10.820Z] === RUN TestCreateServiceCapabilities [2021-04-08T17:38:11.082Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-04-08T17:38:12.469Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-04-08T17:38:15.024Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-04-08T17:38:15.285Z] --- PASS: TestCreateServiceCapabilities (4.58s) [2021-04-08T17:38:15.285Z] === RUN TestInspect [2021-04-08T17:38:20.581Z] --- PASS: TestInspect (4.29s) [2021-04-08T17:38:20.581Z] === RUN TestCreateJob [2021-04-08T17:38:23.132Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-04-08T17:38:24.076Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-04-08T17:38:24.338Z] --- PASS: TestCreateJob (4.71s) [2021-04-08T17:38:24.338Z] === RUN TestReplicatedJob [2021-04-08T17:38:26.889Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-04-08T17:38:28.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-04-08T17:38:30.752Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-04-08T17:38:32.669Z] --- PASS: TestReplicatedJob (7.91s) [2021-04-08T17:38:32.670Z] === RUN TestUpdateReplicatedJob [2021-04-08T17:38:32.670Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-04-08T17:38:34.058Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-04-08T17:38:35.978Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-04-08T17:38:36.924Z] --- PASS: TestUpdateReplicatedJob (4.64s) [2021-04-08T17:38:36.924Z] === RUN TestServiceListWithStatuses [2021-04-08T17:38:36.924Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-08T17:38:36.924Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-08T17:38:36.924Z] === RUN TestDockerNetworkConnectAlias [2021-04-08T17:38:37.868Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000aae680_} [2021-04-08T17:38:39.260Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1124931797_/foo_false____} [2021-04-08T17:38:41.178Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1124931797_/foo_true____} [2021-04-08T17:38:42.123Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3681735216_/foo_false____} [2021-04-08T17:38:43.069Z] --- PASS: TestDockerNetworkConnectAlias (6.03s) [2021-04-08T17:38:43.069Z] === RUN TestDockerNetworkReConnect [2021-04-08T17:38:44.012Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3681735216_/foo_true____} [2021-04-08T17:38:45.932Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3681735216_/foo_true__0xc000aae6e0__} [2021-04-08T17:38:46.877Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-04-08T17:38:47.821Z] --- PASS: TestDockerNetworkReConnect (4.77s) [2021-04-08T17:38:47.821Z] === RUN TestServicePlugin [2021-04-08T17:38:47.821Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000aae700_} [2021-04-08T17:38:49.740Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000aae720_} [2021-04-08T17:38:51.678Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000aae740_} [2021-04-08T17:38:53.065Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-04-08T17:38:53.636Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000aae760_} [2021-04-08T17:38:55.556Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-04-08T17:38:57.478Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-04-08T17:38:57.478Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-04-08T17:38:57.478Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-04-08T17:38:57.478Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-04-08T17:38:57.478Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-04-08T17:38:57.478Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-04-08T17:38:57.478Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-04-08T17:38:57.478Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-04-08T17:38:57.478Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-04-08T17:38:57.478Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-04-08T17:38:57.478Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-04-08T17:38:57.478Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-04-08T17:38:57.741Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-04-08T17:38:57.741Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-04-08T17:38:57.741Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-04-08T17:38:57.741Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-04-08T17:38:57.741Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-04-08T17:38:57.741Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-04-08T17:39:01.952Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-04-08T17:39:04.504Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-04-08T17:39:09.812Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-04-08T17:39:10.759Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-04-08T17:39:10.759Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-04-08T17:39:11.704Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-04-08T17:39:12.277Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-04-08T17:39:13.221Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-04-08T17:39:13.794Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-04-08T17:39:14.756Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-04-08T17:39:15.017Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-04-08T17:39:15.590Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-04-08T17:39:16.979Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-04-08T17:39:18.369Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-04-08T17:39:18.942Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-04-08T17:39:20.330Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-04-08T17:39:21.276Z] --- PASS: TestServicePlugin (33.36s) [2021-04-08T17:39:21.276Z] plugin_test.go:62: [dc3e4e771ba2c] joining swarm manager [dc32e021afccc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T17:39:21.276Z] plugin_test.go:65: [dadcbf74a27b5] joining swarm manager [dc32e021afccc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T17:39:21.276Z] === RUN TestServiceUpdateLabel [2021-04-08T17:39:21.276Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-04-08T17:39:22.222Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-04-08T17:39:23.166Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-04-08T17:39:24.111Z] --- PASS: TestServiceUpdateLabel (3.06s) [2021-04-08T17:39:24.111Z] === RUN TestServiceUpdateSecrets [2021-04-08T17:39:24.373Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-04-08T17:39:25.320Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-04-08T17:39:26.710Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-04-08T17:39:26.710Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-04-08T17:39:27.656Z] === RUN TestDockerSuite/TestCpRelativePath [2021-04-08T17:39:28.600Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-04-08T17:39:29.546Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-04-08T17:39:30.122Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-04-08T17:39:31.068Z] === RUN TestDockerSuite/TestCpToCaseA [2021-04-08T17:39:32.993Z] === RUN TestDockerSuite/TestCpToCaseB [2021-04-08T17:39:33.568Z] === RUN TestDockerSuite/TestCpToCaseC [2021-04-08T17:39:36.120Z] === RUN TestDockerSuite/TestCpToCaseD [2021-04-08T17:39:40.335Z] --- PASS: TestServiceUpdateSecrets (15.76s) [2021-04-08T17:39:40.335Z] === RUN TestServiceUpdateConfigs [2021-04-08T17:39:40.598Z] === RUN TestDockerSuite/TestCpToCaseE [2021-04-08T17:39:44.811Z] === RUN TestDockerSuite/TestCpToCaseF [2021-04-08T17:39:44.811Z] === RUN TestDockerSuite/TestCpToCaseG [2021-04-08T17:39:50.106Z] === RUN TestDockerSuite/TestCpToCaseH [2021-04-08T17:39:52.657Z] === RUN TestDockerSuite/TestCpToCaseI [2021-04-08T17:39:53.230Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-04-08T17:39:55.781Z] --- PASS: TestServiceUpdateConfigs (15.94s) [2021-04-08T17:39:55.781Z] === RUN TestServiceUpdateNetwork [2021-04-08T17:39:58.332Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-04-08T17:39:59.276Z] === RUN TestDockerSuite/TestCpToDot [2021-04-08T17:40:00.246Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-04-08T17:40:02.163Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-04-08T17:40:03.552Z] === RUN TestDockerSuite/TestCpToStdout [2021-04-08T17:40:04.124Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-04-08T17:40:05.514Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-04-08T17:40:05.776Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-04-08T17:40:06.720Z] === RUN TestDockerSuite/TestCpVolumePath [2021-04-08T17:40:07.664Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-04-08T17:40:07.664Z] === RUN TestDockerSuite/TestCreateArgs [2021-04-08T17:40:07.926Z] === RUN TestDockerSuite/TestCreateByImageID [2021-04-08T17:40:08.187Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-04-08T17:40:09.131Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-04-08T17:40:09.131Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-04-08T17:40:09.131Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-04-08T17:40:09.704Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-04-08T17:40:09.966Z] === RUN TestDockerSuite/TestCreateLabels [2021-04-08T17:40:09.966Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-04-08T17:40:10.227Z] === RUN TestDockerSuite/TestCreateRM [2021-04-08T17:40:10.227Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-04-08T17:40:10.227Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-04-08T17:40:10.227Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-04-08T17:40:10.489Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-04-08T17:40:11.061Z] --- PASS: TestServiceUpdateNetwork (15.21s) [2021-04-08T17:40:11.061Z] === RUN TestServiceUpdatePidsLimit [2021-04-08T17:40:12.007Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-04-08T17:40:13.398Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-04-08T17:40:13.398Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-04-08T17:40:13.398Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-04-08T17:40:13.398Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-04-08T17:40:17.612Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-04-08T17:40:17.612Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-04-08T17:40:17.612Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-04-08T17:40:17.612Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-04-08T17:40:17.612Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-04-08T17:40:17.612Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-04-08T17:40:18.186Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-04-08T17:40:19.574Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-04-08T17:40:20.519Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-04-08T17:40:20.780Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-04-08T17:40:22.168Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-04-08T17:40:22.168Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-04-08T17:40:24.087Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-04-08T17:40:25.034Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-04-08T17:40:25.979Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-04-08T17:40:25.979Z] === RUN TestDockerSuite/TestDevicePermissions [2021-04-08T17:40:26.924Z] === RUN TestDockerSuite/TestDockerFails [2021-04-08T17:40:26.924Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-04-08T17:40:26.924Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-04-08T17:40:26.924Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-04-08T17:40:28.842Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-04-08T17:40:29.104Z] --- PASS: TestServiceUpdatePidsLimit (18.01s) [2021-04-08T17:40:29.104Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.35s) [2021-04-08T17:40:29.104Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.46s) [2021-04-08T17:40:29.104Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.62s) [2021-04-08T17:40:29.104Z] PASS [2021-04-08T17:40:29.104Z] [2021-04-08T17:40:29.104Z] === Skipped [2021-04-08T17:40:29.104Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-04-08T17:40:29.104Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-08T17:40:29.104Z] [2021-04-08T17:40:29.104Z] [2021-04-08T17:40:29.104Z] DONE 27 tests, 1 skipped in 206.792s [2021-04-08T17:40:29.104Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-04-08T17:40:29.104Z] ++ 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-04-08T17:40:29.104Z] ++ set -e [2021-04-08T17:40:29.104Z] ++ '[' -n 0 ']' [2021-04-08T17:40:29.104Z] ++ set -x [2021-04-08T17:40:29.104Z] ++ env -i DEST=/go/src/github.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-04-08T17:40:29.365Z] INFO: Testing against a local daemon [2021-04-08T17:40:29.365Z] === RUN TestSessionCreate [2021-04-08T17:40:29.365Z] --- PASS: TestSessionCreate (0.06s) [2021-04-08T17:40:29.365Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-08T17:40:29.365Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-04-08T17:40:29.365Z] PASS [2021-04-08T17:40:29.365Z] [2021-04-08T17:40:29.365Z] DONE 2 tests in 0.279s [2021-04-08T17:40:29.365Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-04-08T17:40:29.365Z] ++ 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-04-08T17:40:29.365Z] ++ set -e [2021-04-08T17:40:29.365Z] ++ '[' -n 0 ']' [2021-04-08T17:40:29.365Z] ++ set -x [2021-04-08T17:40:29.365Z] ++ env -i DEST=/go/src/github.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-04-08T17:40:29.627Z] INFO: Testing against a local daemon [2021-04-08T17:40:29.627Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-08T17:40:29.627Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-08T17:40:29.627Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-08T17:40:29.627Z] === RUN TestEventsExecDie [2021-04-08T17:40:29.889Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-04-08T17:40:31.280Z] --- PASS: TestEventsExecDie (1.66s) [2021-04-08T17:40:31.280Z] === RUN TestEventsBackwardsCompatible [2021-04-08T17:40:31.280Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-04-08T17:40:31.280Z] === RUN TestInfoBinaryCommits [2021-04-08T17:40:31.280Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-04-08T17:40:31.280Z] === RUN TestInfoAPIVersioned [2021-04-08T17:40:31.280Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-04-08T17:40:31.280Z] === RUN TestInfoDiscoveryBackend [2021-04-08T17:40:32.223Z] --- PASS: TestInfoDiscoveryBackend (0.79s) [2021-04-08T17:40:32.223Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-08T17:40:32.799Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-04-08T17:40:32.799Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-04-08T17:40:32.799Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-04-08T17:40:33.060Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-04-08T17:40:33.060Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-08T17:40:33.321Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-04-08T17:40:33.894Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.92s) [2021-04-08T17:40:33.894Z] === RUN TestInfoAPI [2021-04-08T17:40:34.156Z] --- PASS: TestInfoAPI (0.03s) [2021-04-08T17:40:34.156Z] === RUN TestInfoAPIWarnings [2021-04-08T17:40:40.748Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-04-08T17:40:43.310Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-04-08T17:40:45.225Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-04-08T17:40:47.141Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-04-08T17:40:48.528Z] === RUN TestDockerSuite/TestEventsAttach [2021-04-08T17:40:49.474Z] === RUN TestDockerSuite/TestEventsCommit [2021-04-08T17:40:50.418Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-04-08T17:40:50.990Z] --- PASS: TestInfoAPIWarnings (16.82s) [2021-04-08T17:40:50.990Z] === RUN TestInfoDebug [2021-04-08T17:40:51.253Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-04-08T17:40:51.514Z] --- PASS: TestInfoDebug (0.73s) [2021-04-08T17:40:51.514Z] === RUN TestInfoInsecureRegistries [2021-04-08T17:40:52.088Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-04-08T17:40:52.349Z] --- PASS: TestInfoInsecureRegistries (0.78s) [2021-04-08T17:40:52.349Z] === RUN TestInfoRegistryMirrors [2021-04-08T17:40:52.922Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-04-08T17:40:53.183Z] --- PASS: TestInfoRegistryMirrors (0.74s) [2021-04-08T17:40:53.183Z] === RUN TestLoginFailsWithBadCredentials [2021-04-08T17:40:53.183Z] --- PASS: TestLoginFailsWithBadCredentials (0.14s) [2021-04-08T17:40:53.183Z] === RUN TestPingCacheHeaders [2021-04-08T17:40:53.183Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-04-08T17:40:53.183Z] === RUN TestPingGet [2021-04-08T17:40:53.183Z] --- PASS: TestPingGet (0.01s) [2021-04-08T17:40:53.183Z] === RUN TestPingHead [2021-04-08T17:40:53.183Z] --- PASS: TestPingHead (0.02s) [2021-04-08T17:40:53.183Z] === RUN TestVersion [2021-04-08T17:40:53.445Z] --- PASS: TestVersion (0.02s) [2021-04-08T17:40:53.445Z] PASS [2021-04-08T17:40:53.445Z] [2021-04-08T17:40:53.445Z] === Skipped [2021-04-08T17:40:53.445Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-08T17:40:53.445Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-08T17:40:53.445Z] [2021-04-08T17:40:53.445Z] [2021-04-08T17:40:53.445Z] DONE 18 tests, 1 skipped in 23.915s [2021-04-08T17:40:53.445Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-04-08T17:40:53.445Z] ++ 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-04-08T17:40:53.445Z] ++ set -e [2021-04-08T17:40:53.445Z] ++ '[' -n 0 ']' [2021-04-08T17:40:53.445Z] ++ set -x [2021-04-08T17:40:53.445Z] ++ env -i DEST=/go/src/github.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-04-08T17:40:53.445Z] INFO: Testing against a local daemon [2021-04-08T17:40:53.445Z] === RUN TestVolumesCreateAndList [2021-04-08T17:40:53.445Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-04-08T17:40:53.445Z] === RUN TestVolumesRemove [2021-04-08T17:40:53.445Z] --- PASS: TestVolumesRemove (0.07s) [2021-04-08T17:40:53.445Z] === RUN TestVolumesInspect [2021-04-08T17:40:53.445Z] --- PASS: TestVolumesInspect (0.02s) [2021-04-08T17:40:53.445Z] === RUN TestVolumesInvalidJSON [2021-04-08T17:40:53.445Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-08T17:40:53.445Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-08T17:40:53.445Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-08T17:40:53.445Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-04-08T17:40:53.445Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-08T17:40:53.445Z] PASS [2021-04-08T17:40:53.445Z] [2021-04-08T17:40:53.445Z] DONE 5 tests in 0.221s [2021-04-08T17:40:53.445Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-08T17:40:53.707Z] ++++ cat bundles/test-integration/docker.pid [2021-04-08T17:40:53.707Z] +++ kill 5700 [2021-04-08T17:40:54.652Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-04-08T17:40:54.913Z] +++ /etc/init.d/apparmor stop [2021-04-08T17:40:54.913Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-08T17:40:54.913Z] [2021-04-08T17:40:54.913Z] Unloading profiles will leave already running processes permanently [2021-04-08T17:40:54.913Z] unconfined, which can lead to unexpected situations. [2021-04-08T17:40:54.913Z] [2021-04-08T17:40:54.913Z] To set a process to complain mode, use the command line tool [2021-04-08T17:40:54.913Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-08T17:40:54.913Z] +++ true [2021-04-08T17:40:54.913Z] exiting test-integration [2021-04-08T17:40:54.913Z] ++ exit 0 [2021-04-08T17:40:54.913Z] [2021-04-08T17:40:55.858Z] + for job in $(jobs -p) [2021-04-08T17:40:55.858Z] + wait 3061 [2021-04-08T17:40:57.246Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-04-08T17:41:00.551Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-04-08T17:41:03.102Z] === RUN TestDockerSuite/TestEventsCopy [2021-04-08T17:41:04.493Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-04-08T17:41:05.882Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-04-08T17:41:12.471Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-04-08T17:41:12.471Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-04-08T17:41:13.415Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-04-08T17:41:13.988Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-04-08T17:41:14.560Z] === RUN TestDockerSuite/TestEventsFilterType [2021-04-08T17:41:14.822Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-04-08T17:41:15.394Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-04-08T17:41:15.394Z] === RUN TestDockerSuite/TestEventsFilters [2021-04-08T17:41:16.784Z] === RUN TestDockerSuite/TestEventsFormat [2021-04-08T17:41:18.176Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-04-08T17:41:18.176Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-04-08T17:41:18.176Z] === RUN TestDockerSuite/TestEventsImageImport [2021-04-08T17:41:18.748Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-04-08T17:41:19.322Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-04-08T17:41:19.583Z] === RUN TestDockerSuite/TestEventsImagePull [2021-04-08T17:41:19.844Z] === RUN TestDockerSuite/TestEventsImageTag [2021-04-08T17:41:20.788Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-04-08T17:41:21.050Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-04-08T17:41:21.050Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-04-08T17:41:21.050Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-04-08T17:41:22.966Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-04-08T17:41:23.228Z] === RUN TestDockerSuite/TestEventsRename [2021-04-08T17:41:24.171Z] === RUN TestDockerSuite/TestEventsResize [2021-04-08T17:41:24.744Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-04-08T17:41:31.337Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-04-08T17:41:31.598Z] === RUN TestDockerSuite/TestEventsStreaming [2021-04-08T17:41:32.171Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-04-08T17:41:35.473Z] === RUN TestDockerSuite/TestEventsTop [2021-04-08T17:41:36.048Z] === RUN TestDockerSuite/TestEventsUntag [2021-04-08T17:41:38.593Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-04-08T17:41:40.510Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-04-08T17:41:45.803Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-04-08T17:41:50.012Z] === RUN TestDockerSuite/TestExec [2021-04-08T17:41:51.932Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-04-08T17:41:52.877Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-04-08T17:41:53.835Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-04-08T17:41:54.778Z] === RUN TestDockerSuite/TestExecAPIStart [2021-04-08T17:41:58.087Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-04-08T17:41:58.661Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-04-08T17:41:59.606Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-04-08T17:42:00.993Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-04-08T17:42:01.940Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-04-08T17:42:02.884Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-04-08T17:42:03.827Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-04-08T17:42:05.748Z] === RUN TestDockerSuite/TestExecCgroup [2021-04-08T17:42:07.134Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-04-08T17:42:08.522Z] === RUN TestDockerSuite/TestExecEnv [2021-04-08T17:42:09.913Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-04-08T17:42:12.470Z] === RUN TestDockerSuite/TestExecExitStatus [2021-04-08T17:42:14.398Z] === RUN TestDockerSuite/TestExecInspectID [2021-04-08T17:42:16.954Z] === RUN TestDockerSuite/TestExecInteractive [2021-04-08T17:42:17.898Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-04-08T17:42:18.842Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-04-08T17:42:19.790Z] === RUN TestDockerSuite/TestExecParseError [2021-04-08T17:42:20.735Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-04-08T17:42:21.308Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-04-08T17:42:22.253Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-04-08T17:42:26.466Z] === RUN TestDockerSuite/TestExecSetEnv [2021-04-08T17:42:26.466Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-04-08T17:42:26.728Z] === RUN TestDockerSuite/TestExecStartFails [2021-04-08T17:42:28.118Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-04-08T17:42:40.359Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-04-08T17:42:40.931Z] === RUN TestDockerSuite/TestExecTTY [2021-04-08T17:42:41.876Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-04-08T17:42:42.818Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-04-08T17:42:43.085Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-04-08T17:42:44.029Z] === RUN TestDockerSuite/TestExecUlimits [2021-04-08T17:42:45.949Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-04-08T17:42:45.949Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-04-08T17:42:49.256Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-04-08T17:42:50.202Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-04-08T17:42:50.464Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-04-08T17:42:52.380Z] === RUN TestDockerSuite/TestExecWithTERM [2021-04-08T17:42:53.768Z] === RUN TestDockerSuite/TestExecWithUser [2021-04-08T17:42:55.689Z] === RUN TestDockerSuite/TestGetContainerStats [2021-04-08T17:43:00.984Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-04-08T17:43:06.281Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-04-08T17:43:07.667Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-04-08T17:43:12.970Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-04-08T17:43:12.970Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-04-08T17:43:12.970Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-04-08T17:43:12.970Z] === RUN TestDockerSuite/TestHealth [2021-04-08T17:43:21.115Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-04-08T17:43:23.035Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-04-08T17:43:37.957Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-04-08T17:43:37.957Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-04-08T17:43:37.957Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-04-08T17:43:37.957Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-04-08T17:43:37.957Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-04-08T17:43:37.957Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-04-08T17:43:38.220Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-04-08T17:43:38.220Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-04-08T17:43:38.220Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-04-08T17:43:38.220Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-04-08T17:43:38.482Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-04-08T17:43:38.744Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-04-08T17:43:39.006Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-04-08T17:43:39.006Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-04-08T17:43:39.952Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-04-08T17:43:39.952Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-04-08T17:43:40.524Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-04-08T17:43:41.471Z] === RUN TestDockerSuite/TestImagesFormat [2021-04-08T17:43:41.471Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-04-08T17:43:42.417Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-04-08T17:43:44.971Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-04-08T17:43:44.971Z] === RUN TestDockerSuite/TestImportBadURL [2021-04-08T17:43:44.971Z] === RUN TestDockerSuite/TestImportDisplay [2021-04-08T17:43:46.891Z] === RUN TestDockerSuite/TestImportFile [2021-04-08T17:43:47.153Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-04-08T17:43:49.072Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-04-08T17:43:49.072Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-04-08T17:43:50.988Z] === RUN TestDockerSuite/TestImportGzipped [2021-04-08T17:43:53.546Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-04-08T17:43:56.858Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-04-08T17:43:57.806Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-04-08T17:43:58.752Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-04-08T17:43:59.326Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-04-08T17:43:59.326Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-04-08T17:43:59.326Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-04-08T17:44:00.271Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-04-08T17:44:00.845Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-04-08T17:44:01.790Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-04-08T17:44:02.364Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-04-08T17:44:03.309Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-04-08T17:44:03.883Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-04-08T17:44:03.883Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-04-08T17:44:06.448Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-04-08T17:44:07.021Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-04-08T17:44:07.966Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-04-08T17:44:07.966Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-04-08T17:44:08.539Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-04-08T17:44:08.539Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-04-08T17:44:10.459Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-04-08T17:44:11.404Z] === RUN TestDockerSuite/TestInspectDefault [2021-04-08T17:44:12.443Z] === RUN TestDockerSuite/TestInspectHistory [2021-04-08T17:44:13.388Z] === RUN TestDockerSuite/TestInspectImage [2021-04-08T17:44:13.388Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-04-08T17:44:13.653Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-04-08T17:44:13.653Z] === RUN TestDockerSuite/TestInspectInt64 [2021-04-08T17:44:14.597Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-04-08T17:44:15.543Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-04-08T17:44:15.543Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-04-08T17:44:16.116Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-04-08T17:44:17.061Z] === RUN TestDockerSuite/TestInspectPlugin [2021-04-08T17:44:18.448Z] === RUN TestDockerSuite/TestInspectRootFS [2021-04-08T17:44:18.448Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-04-08T17:44:19.391Z] === RUN TestDockerSuite/TestInspectStatus [2021-04-08T17:44:19.962Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-04-08T17:44:19.962Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-04-08T17:44:21.879Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-04-08T17:44:22.824Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-04-08T17:44:23.768Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-04-08T17:44:24.342Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-04-08T17:44:25.314Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-04-08T17:44:26.702Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-04-08T17:44:27.646Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-04-08T17:44:27.908Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-04-08T17:44:31.215Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-04-08T17:44:33.765Z] === RUN TestDockerSuite/TestLinksEnvs [2021-04-08T17:44:35.154Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-04-08T17:44:35.727Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-04-08T17:44:38.279Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-04-08T17:44:40.194Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-04-08T17:44:42.110Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-04-08T17:44:42.371Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-04-08T17:44:44.289Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-04-08T17:44:44.862Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-04-08T17:44:45.807Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-04-08T17:44:52.402Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-04-08T17:44:59.002Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-04-08T17:45:01.552Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-04-08T17:45:03.468Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-04-08T17:45:04.411Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-04-08T17:45:07.718Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-04-08T17:45:07.718Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-04-08T17:45:07.980Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-04-08T17:45:07.980Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-04-08T17:45:07.980Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-04-08T17:45:08.925Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-04-08T17:45:09.498Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-04-08T17:45:13.705Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-04-08T17:45:14.276Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-04-08T17:45:19.573Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-04-08T17:45:19.573Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-04-08T17:45:19.573Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-04-08T17:45:20.959Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-04-08T17:45:21.903Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-04-08T17:45:23.292Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-04-08T17:45:24.676Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-04-08T17:45:25.618Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-04-08T17:45:28.164Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-04-08T17:45:28.735Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-04-08T17:45:29.306Z] === RUN TestDockerSuite/TestLogsSince [2021-04-08T17:45:35.890Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-04-08T17:45:36.151Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-04-08T17:45:42.742Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-04-08T17:45:42.742Z] === RUN TestDockerSuite/TestLogsTail [2021-04-08T17:45:44.140Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-04-08T17:45:45.083Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-04-08T17:45:46.027Z] === RUN TestDockerSuite/TestMountIntoProc [2021-04-08T17:45:46.027Z] === RUN TestDockerSuite/TestMountIntoSys [2021-04-08T17:45:46.970Z] === RUN TestDockerSuite/TestNetHostname [2021-04-08T17:45:51.179Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-04-08T17:45:51.179Z] === RUN TestDockerSuite/TestNetworkEvents [2021-04-08T17:45:57.769Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-04-08T17:46:01.984Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-04-08T17:46:02.558Z] === RUN TestDockerSuite/TestPluginActive [2021-04-08T17:46:04.475Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-04-08T17:46:08.685Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-04-08T17:46:11.997Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-04-08T17:46:11.997Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-04-08T17:46:12.573Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-04-08T17:46:15.120Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-04-08T17:46:16.067Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-04-08T17:46:17.009Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-04-08T17:46:17.581Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-04-08T17:46:20.128Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-04-08T17:46:20.389Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-04-08T17:46:23.694Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-04-08T17:46:24.637Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-04-08T17:46:27.188Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-04-08T17:46:28.131Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-04-08T17:46:30.048Z] === RUN TestDockerSuite/TestPortHostBinding [2021-04-08T17:46:30.048Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-04-08T17:46:32.596Z] === RUN TestDockerSuite/TestPortList [2021-04-08T17:46:35.912Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-04-08T17:46:41.208Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-04-08T17:46:46.501Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-04-08T17:46:47.443Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-04-08T17:46:55.582Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-04-08T17:46:55.582Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-04-08T17:46:55.582Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-04-08T17:46:55.582Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-04-08T17:46:55.582Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-04-08T17:46:55.582Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-04-08T17:46:55.582Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-04-08T17:46:56.524Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-04-08T17:46:56.524Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-04-08T17:46:57.910Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-04-08T17:46:57.910Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-04-08T17:47:01.214Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-04-08T17:47:02.157Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-04-08T17:47:03.542Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-04-08T17:47:03.542Z] === RUN TestDockerSuite/TestPsByOrder [2021-04-08T17:47:06.103Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-04-08T17:47:07.048Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-04-08T17:47:08.434Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-04-08T17:47:12.642Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-04-08T17:47:16.850Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-04-08T17:47:17.423Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-04-08T17:47:17.423Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-04-08T17:47:20.730Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-04-08T17:47:22.117Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-04-08T17:47:32.120Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-04-08T17:47:32.692Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-04-08T17:47:34.079Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-04-08T17:47:35.031Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-04-08T17:47:37.580Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-04-08T17:47:37.580Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-04-08T17:47:38.968Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-04-08T17:47:42.275Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-04-08T17:47:42.275Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-04-08T17:47:45.580Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-04-08T17:47:45.580Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-04-08T17:47:46.966Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-04-08T17:47:46.966Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-04-08T17:47:48.354Z] === RUN TestDockerSuite/TestPsRightTagName [2021-04-08T17:47:50.271Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-04-08T17:47:51.213Z] === RUN TestDockerSuite/TestPsShowMounts [2021-04-08T17:47:54.515Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-04-08T17:47:54.515Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-04-08T17:47:55.087Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-04-08T17:47:55.087Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-04-08T17:47:55.348Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-04-08T17:47:55.609Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-04-08T17:47:55.609Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-04-08T17:47:56.553Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-04-08T17:47:57.963Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-04-08T17:47:58.536Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-04-08T17:48:00.451Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-04-08T17:48:01.024Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-04-08T17:48:01.285Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-04-08T17:48:07.880Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-04-08T17:48:14.471Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-04-08T17:48:15.417Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-04-08T17:48:15.677Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-04-08T17:48:18.228Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-04-08T17:48:18.228Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-04-08T17:48:18.228Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-04-08T17:48:18.801Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-04-08T17:48:21.349Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-04-08T17:48:22.292Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-04-08T17:48:23.234Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-04-08T17:48:28.547Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-04-08T17:48:29.933Z] === RUN TestDockerSuite/TestRmiBlank [2021-04-08T17:48:29.933Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-04-08T17:48:29.933Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-04-08T17:48:33.237Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-04-08T17:48:34.181Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-04-08T17:48:34.753Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-04-08T17:48:36.139Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-04-08T17:48:36.400Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-04-08T17:48:37.342Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-04-08T17:48:39.894Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-04-08T17:48:39.894Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-04-08T17:48:40.839Z] === RUN TestDockerSuite/TestRmiTag [2021-04-08T17:48:41.100Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-04-08T17:48:42.044Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-04-08T17:48:44.592Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-04-08T17:48:47.141Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-04-08T17:48:47.723Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-04-08T17:48:48.003Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-04-08T17:48:49.393Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-04-08T17:48:49.654Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-04-08T17:48:51.570Z] === RUN TestDockerSuite/TestRunAddHost [2021-04-08T17:48:52.142Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-04-08T17:48:52.714Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-04-08T17:48:53.285Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-04-08T17:48:53.546Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-04-08T17:48:53.546Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-04-08T17:48:54.491Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-04-08T17:48:57.041Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-04-08T17:48:57.041Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-04-08T17:48:57.984Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-04-08T17:48:59.371Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-04-08T17:49:00.830Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-04-08T17:49:01.775Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-04-08T17:49:03.161Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-04-08T17:49:04.104Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-04-08T17:49:04.677Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-04-08T17:49:05.619Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-04-08T17:49:06.563Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-04-08T17:49:07.134Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-04-08T17:49:08.076Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-04-08T17:49:09.462Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-04-08T17:49:10.034Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-04-08T17:49:10.296Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-04-08T17:49:10.867Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-04-08T17:49:11.811Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-04-08T17:49:11.811Z] === RUN TestDockerSuite/TestRunBindMounts [2021-04-08T17:49:14.358Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-04-08T17:49:15.300Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-04-08T17:49:15.872Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-04-08T17:49:16.814Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-04-08T17:49:17.386Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-04-08T17:49:17.386Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-04-08T17:49:18.330Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-04-08T17:49:18.902Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-04-08T17:49:19.847Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-04-08T17:49:20.418Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-04-08T17:49:20.992Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-04-08T17:49:20.992Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-04-08T17:49:21.582Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-04-08T17:49:21.857Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-04-08T17:49:22.802Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-04-08T17:49:23.747Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-04-08T17:49:23.747Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-04-08T17:49:24.691Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-04-08T17:49:25.636Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-04-08T17:49:25.636Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-04-08T17:49:27.024Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-04-08T17:49:28.412Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-04-08T17:49:29.799Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-04-08T17:49:31.185Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-04-08T17:49:31.757Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-04-08T17:49:32.333Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-04-08T17:49:32.905Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-04-08T17:49:33.849Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-04-08T17:49:34.424Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-04-08T17:49:36.342Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-04-08T17:49:37.729Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-04-08T17:49:40.281Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-04-08T17:49:40.281Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-04-08T17:49:40.281Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-04-08T17:49:40.855Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-04-08T17:49:43.407Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-04-08T17:49:45.326Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-04-08T17:49:47.879Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-04-08T17:49:50.427Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-04-08T17:49:50.427Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-04-08T17:49:50.427Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-04-08T17:49:51.370Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-04-08T17:49:53.919Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-04-08T17:49:55.305Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-04-08T17:49:57.859Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-04-08T17:49:58.432Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-04-08T17:50:00.347Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-04-08T17:50:00.608Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-04-08T17:50:01.553Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-04-08T17:50:01.553Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-04-08T17:50:02.508Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-04-08T17:50:03.082Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-04-08T17:50:04.470Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-04-08T17:50:04.470Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-04-08T17:50:05.415Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-04-08T17:50:06.358Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-04-08T17:50:06.358Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-04-08T17:50:07.303Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-04-08T17:50:08.247Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-04-08T17:50:08.247Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-04-08T17:50:09.192Z] === RUN TestDockerSuite/TestRunEnvironment [2021-04-08T17:50:10.139Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-04-08T17:50:11.085Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-04-08T17:50:11.658Z] === RUN TestDockerSuite/TestRunExitCode [2021-04-08T17:50:12.604Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-04-08T17:50:13.177Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-04-08T17:50:13.751Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-04-08T17:50:14.698Z] === RUN TestDockerSuite/TestRunExposePort [2021-04-08T17:50:14.698Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-04-08T17:50:15.272Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-04-08T17:50:15.845Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-04-08T17:50:17.235Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-04-08T17:50:17.944Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-08T17:50:17.944Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-04-08T17:50:21.261Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-04-08T17:50:21.835Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-04-08T17:50:28.425Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-04-08T17:50:33.720Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-04-08T17:50:33.720Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-04-08T17:50:35.109Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-04-08T17:50:35.109Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-04-08T17:50:35.109Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-04-08T17:50:35.109Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-04-08T17:50:36.055Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-04-08T17:50:36.055Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-04-08T17:50:39.363Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-04-08T17:50:39.936Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-04-08T17:50:41.856Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-04-08T17:50:43.775Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-04-08T17:50:49.082Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-04-08T17:50:50.028Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-04-08T17:50:50.601Z] === RUN TestDockerSuite/TestRunModeHostname [2021-04-08T17:50:51.545Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-04-08T17:50:51.545Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-04-08T17:50:51.806Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-04-08T17:50:53.193Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-04-08T17:50:55.110Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-04-08T17:50:55.110Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-04-08T17:50:56.498Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-04-08T17:50:56.760Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-04-08T17:50:56.760Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-04-08T17:50:58.676Z] === RUN TestDockerSuite/TestRunMount [2021-04-08T17:51:06.823Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-04-08T17:51:07.396Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-04-08T17:51:08.341Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-04-08T17:51:09.729Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-04-08T17:51:11.648Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-04-08T17:51:14.221Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-04-08T17:51:15.608Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-04-08T17:51:18.160Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-04-08T17:51:20.709Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-04-08T17:51:22.101Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-04-08T17:51:23.045Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-04-08T17:51:23.618Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-04-08T17:51:23.618Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-04-08T17:51:25.005Z] === RUN TestDockerSuite/TestRunNetHost [2021-04-08T17:51:26.394Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-04-08T17:51:27.339Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-04-08T17:51:28.283Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-04-08T17:51:30.833Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-04-08T17:51:32.755Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-04-08T17:51:36.967Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-04-08T17:51:37.540Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-04-08T17:51:37.540Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-04-08T17:51:38.487Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-04-08T17:51:38.488Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-04-08T17:51:39.062Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-04-08T17:51:40.013Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-04-08T17:51:40.013Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-04-08T17:51:40.585Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-04-08T17:51:47.174Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-04-08T17:51:47.174Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-04-08T17:51:47.174Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-04-08T17:51:47.748Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-04-08T17:51:49.665Z] === RUN TestDockerSuite/TestRunPortInUse [2021-04-08T17:51:50.610Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-04-08T17:51:51.184Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-04-08T17:51:51.756Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-04-08T17:51:52.018Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-04-08T17:51:52.962Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-04-08T17:51:53.224Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-08T17:51:53.224Z] === RUN TestDockerSuite/TestRunPublishPort [2021-04-08T17:51:54.170Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-04-08T17:51:54.432Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-04-08T17:51:54.432Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-04-08T17:51:55.005Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-04-08T17:51:56.410Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-04-08T17:51:56.410Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-04-08T17:51:59.723Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-04-08T17:52:01.112Z] === RUN TestDockerSuite/TestRunRm [2021-04-08T17:52:01.684Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-04-08T17:52:05.888Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-04-08T17:52:06.150Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-04-08T17:52:06.724Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-04-08T17:52:08.112Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-04-08T17:52:09.058Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-04-08T17:52:12.365Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-04-08T17:52:16.581Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-04-08T17:52:17.154Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-04-08T17:52:17.415Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-04-08T17:52:18.361Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-04-08T17:52:18.623Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-04-08T17:52:19.214Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-04-08T17:52:19.795Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-04-08T17:52:20.369Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-04-08T17:52:20.942Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-04-08T17:52:21.896Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-04-08T17:52:24.443Z] === RUN TestDockerSuite/TestRunState [2021-04-08T17:52:26.359Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-04-08T17:52:26.620Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-04-08T17:52:27.565Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-04-08T17:52:27.565Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-04-08T17:52:27.565Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-04-08T17:52:28.510Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-04-08T17:52:29.084Z] === RUN TestDockerSuite/TestRunSysctls [2021-04-08T17:52:30.473Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-04-08T17:52:30.473Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-04-08T17:52:30.473Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-04-08T17:52:31.046Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-04-08T17:52:33.598Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-04-08T17:52:34.173Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-04-08T17:52:36.092Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-04-08T17:52:39.398Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-04-08T17:52:42.741Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-04-08T17:52:43.687Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-04-08T17:52:44.261Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-04-08T17:52:45.205Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-04-08T17:52:47.123Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-04-08T17:52:48.068Z] === RUN TestDockerSuite/TestRunUserByID [2021-04-08T17:52:48.641Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-04-08T17:52:48.641Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-04-08T17:52:48.903Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-04-08T17:52:49.476Z] === RUN TestDockerSuite/TestRunUserByName [2021-04-08T17:52:50.420Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-04-08T17:52:50.993Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-04-08T17:52:50.993Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-04-08T17:52:51.255Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-04-08T17:52:51.829Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-04-08T17:52:56.046Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-04-08T17:52:56.618Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-04-08T17:52:57.564Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-04-08T17:53:00.116Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-04-08T17:53:01.079Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-04-08T17:53:03.643Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-04-08T17:53:06.195Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-04-08T17:53:06.458Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-04-08T17:53:06.458Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-04-08T17:53:06.458Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-04-08T17:53:06.458Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-04-08T17:53:06.719Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-04-08T17:53:06.719Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-04-08T17:53:10.928Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-04-08T17:53:11.190Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-04-08T17:53:12.580Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-04-08T17:53:13.524Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-04-08T17:53:14.098Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-04-08T17:53:14.098Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-04-08T17:53:14.672Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-04-08T17:53:14.672Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-04-08T17:53:14.672Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-04-08T17:53:14.934Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-04-08T17:53:14.934Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-04-08T17:53:14.934Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-04-08T17:53:14.934Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-04-08T17:53:14.934Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-04-08T17:53:14.934Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-04-08T17:53:14.934Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-04-08T17:53:15.508Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-04-08T17:53:16.460Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-04-08T17:53:17.037Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-04-08T17:53:17.037Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-04-08T17:53:17.982Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-04-08T17:53:17.982Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-04-08T17:53:18.928Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-04-08T17:53:18.928Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-04-08T17:53:19.501Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-04-08T17:53:20.444Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-04-08T17:53:20.444Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-04-08T17:53:20.444Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-04-08T17:53:21.027Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-04-08T17:53:21.601Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-04-08T17:53:22.546Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-04-08T17:53:23.491Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-04-08T17:53:23.491Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-04-08T17:53:24.437Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-04-08T17:53:24.437Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-04-08T17:53:26.356Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-04-08T17:53:26.928Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-04-08T17:53:27.189Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-04-08T17:53:29.741Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-04-08T17:53:30.685Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-04-08T17:53:30.685Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-04-08T17:53:30.685Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-04-08T17:53:32.073Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-04-08T17:53:33.462Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-04-08T17:53:34.847Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-04-08T17:53:34.847Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-04-08T17:53:36.239Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-04-08T17:53:37.184Z] === RUN TestDockerSuite/TestSaveImageId [2021-04-08T17:53:37.184Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-04-08T17:53:37.758Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-04-08T17:53:39.677Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-04-08T17:53:39.677Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-04-08T17:53:41.598Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-04-08T17:53:41.860Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-04-08T17:53:41.860Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-04-08T17:53:43.778Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-04-08T17:53:45.697Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-04-08T17:53:45.959Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-04-08T17:53:45.959Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-04-08T17:53:46.220Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-04-08T17:53:46.220Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-04-08T17:53:47.166Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-04-08T17:53:48.110Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-04-08T17:53:49.500Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-04-08T17:53:50.889Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-04-08T17:53:56.185Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-04-08T17:53:58.102Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-04-08T17:53:59.047Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-04-08T17:53:59.047Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-04-08T17:54:00.436Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-04-08T17:54:03.747Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-04-08T17:54:05.666Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-04-08T17:54:05.929Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-04-08T17:54:06.876Z] === RUN TestDockerSuite/TestStartRecordError [2021-04-08T17:54:09.426Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-04-08T17:54:10.815Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-04-08T17:54:10.815Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-04-08T17:54:12.204Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-04-08T17:54:14.755Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-04-08T17:54:18.061Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-04-08T17:54:18.062Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-04-08T17:54:18.637Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-04-08T17:54:19.583Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-04-08T17:54:22.131Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-04-08T17:54:23.518Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-04-08T17:54:26.847Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-04-08T17:54:32.143Z] === RUN TestDockerSuite/TestStatsNoStream [2021-04-08T17:54:34.691Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-04-08T17:54:36.081Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-04-08T17:54:37.027Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-04-08T17:54:37.602Z] === RUN TestDockerSuite/TestTopPrivileged [2021-04-08T17:54:38.176Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-04-08T17:54:38.176Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-04-08T17:54:39.120Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-04-08T17:54:44.414Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-04-08T17:54:46.959Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-04-08T17:54:47.532Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-04-08T17:54:48.105Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-04-08T17:54:48.105Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-04-08T17:54:49.507Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-04-08T17:54:51.427Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-04-08T17:54:51.427Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-04-08T17:54:52.815Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-04-08T17:54:53.762Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-04-08T17:54:54.708Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-04-08T17:54:56.626Z] === RUN TestDockerSuite/TestUpdateStats [2021-04-08T17:55:00.835Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-04-08T17:55:01.781Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-04-08T17:55:01.781Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-04-08T17:55:03.697Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-04-08T17:55:04.641Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-04-08T17:55:11.235Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-04-08T17:55:16.543Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-04-08T17:55:16.543Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-04-08T17:55:21.837Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-04-08T17:55:25.142Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-04-08T17:55:30.441Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-04-08T17:55:37.031Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-04-08T17:55:38.419Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-04-08T17:55:40.335Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-04-08T17:55:41.725Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-04-08T17:55:43.128Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-04-08T17:55:45.677Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-04-08T17:55:47.594Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-04-08T17:55:49.511Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-04-08T17:55:52.060Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-04-08T17:55:53.977Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-04-08T17:56:08.887Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-04-08T17:56:08.887Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-04-08T17:56:08.887Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-04-08T17:56:09.830Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-04-08T17:56:09.830Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-04-08T17:56:09.830Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-04-08T17:56:09.830Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-04-08T17:56:10.774Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-04-08T17:56:10.774Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-04-08T17:56:11.035Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-04-08T17:56:11.608Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-04-08T17:56:11.608Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-04-08T17:56:11.869Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-04-08T17:56:11.869Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-04-08T17:56:11.869Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-04-08T17:56:15.180Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-04-08T17:56:15.180Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-04-08T17:56:15.180Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-04-08T17:56:15.180Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-04-08T17:56:15.180Z] === RUN TestDockerSuite/TestVolumeEvents [2021-04-08T17:56:21.766Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-04-08T17:56:23.154Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-04-08T17:56:23.154Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-04-08T17:56:23.154Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-04-08T17:56:25.071Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-04-08T17:56:26.018Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-04-08T17:56:30.233Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-04-08T17:56:30.497Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite (1927.85s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.89s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.21s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.47s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.85s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.24s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.71s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (1.25s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (3.16s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.00s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.50s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.61s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.44s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.62s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.30s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.25s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.27s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.43s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.40s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.39s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.26s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAttachDetach (1.53s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.32s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.20s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.27s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.38s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.86s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.77s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.55s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.40s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.36s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.79s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (23.75s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.59s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (2.17s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.92s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (3.06s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.99s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.06s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.64s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (5.06s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.16s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.34s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (5.02s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.70s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.07s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.83s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.19s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.45s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.66s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddScript (4.90s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (11.11s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.73s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (4.47s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.29s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddTar (10.98s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (2.02s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.98s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (6.20s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (8.34s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.37s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.53s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.49s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.99s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.66s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.60s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.72s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.71s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (6.25s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (18.77s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.39s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.54s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.42s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.67s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.55s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.28s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.69s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (2.10s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.24s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.13s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.50s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.44s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.59s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.00s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (9.31s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.77s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.18s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.68s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCmd (0.43s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.59s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.30s) [2021-04-08T17:56:30.497Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-04-08T17:56:30.497Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.28s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.66s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.13s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.25s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.29s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.86s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.73s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.38s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (17.82s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.20s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (1.15s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.69s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.19s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.51s) [2021-04-08T17:56:30.497Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.06s) [2021-04-08T17:56:30.497Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.497Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-04-08T17:56:30.497Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.497Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-04-08T17:56:30.497Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.497Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-04-08T17:56:30.497Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.67s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (7.43s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.96s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.54s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (8.87s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.34s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.63s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.48s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.26s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.65s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.62s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.67s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.61s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildDockerignore (14.62s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.83s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.83s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.42s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.36s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.07s) [2021-04-08T17:56:30.497Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.47s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.25s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.28s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.38s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.43s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.33s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (23.62s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.31s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (7.20s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.40s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.36s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.92s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.23s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.35s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.43s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.44s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.12s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.61s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEnv (2.19s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (2.13s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.37s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (9.84s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (30.93s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.66s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.35s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.55s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.37s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.34s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.18s) [2021-04-08T17:56:30.498Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-04-08T17:56:30.498Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.26s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (14.52s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildExpose (0.36s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.67s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.39s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.35s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildFails (1.06s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.97s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (3.19s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.78s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.37s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.35s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.07s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.55s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.73s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.23s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.63s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.71s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.01s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildHistory (3.52s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.55s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.03s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.66s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.44s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.85s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildLabel (0.31s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.34s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.34s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.21s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildLabels (0.33s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.86s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.73s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.24s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.66s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.26s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.39s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.55s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.44s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.49s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.58s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (11.79s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.31s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.36s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.42s) [2021-04-08T17:56:30.498Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-04-08T17:56:30.498Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.34s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.39s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.51s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.34s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.75s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.73s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.04s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.93s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.84s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.58s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.09s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.52s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.54s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.89s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.43s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.56s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.55s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.33s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.43s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.35s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.93s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.59s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.21s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildPATH (1.74s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.97s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.25s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.00s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.47s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (4.73s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildRm (4.95s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.24s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.46s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.37s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.59s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.26s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.06s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.15s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.39s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.09s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.26s) [2021-04-08T17:56:30.498Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-04-08T17:56:30.498Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.33s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.06s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildStderr (1.22s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.72s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.13s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.68s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.85s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.40s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.95s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildUser (2.76s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.29s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (20.22s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.18s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.24s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.10s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.18s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.84s) [2021-04-08T17:56:30.498Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-04-08T17:56:30.498Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.498Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-04-08T17:56:30.498Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.498Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-04-08T17:56:30.498Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.498Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-04-08T17:56:30.498Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.91s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.10s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.11s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.85s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.11s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.19s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (4.38s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (3.41s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.05s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.42s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.46s) [2021-04-08T17:56:30.498Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.03s) [2021-04-08T17:56:30.498Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.77s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.56s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2021-04-08T17:56:30.498Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-04-08T17:56:30.498Z] docker_cli_sni_test.go:18: Flakey test [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.37s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.42s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestCommitChange (1.59s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.11s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestCommitHardlink (2.69s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestCommitNewFile (2.03s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.94s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestCommitTTY (1.57s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.24s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.80s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.89s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.09s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.56s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.60s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.89s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.79s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (1.05s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.84s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.80s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.98s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (1.20s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.00s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.89s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (2.16s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.04s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.72s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.70s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.79s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.84s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.97s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIPause (1.19s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.79s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.08s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.86s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.94s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.93s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.95s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.95s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.01s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.86s) [2021-04-08T17:56:30.498Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-04-08T17:56:30.498Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.02s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.02s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (2.52s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (7.94s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (1.35s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.46s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (2.49s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (26.75s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.88s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.66s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.93s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.69s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000aae680_} (1.61s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1124931797_/foo_false____} (1.86s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1124931797_/foo_true____} (1.09s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3681735216_/foo_false____} (1.88s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3681735216_/foo_true____} (1.94s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3681735216_/foo_true__0xc000aae6e0__} (1.76s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000aae700_} (1.83s) [2021-04-08T17:56:30.498Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000aae720_} (2.02s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000aae740_} (1.94s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000aae760_} (2.05s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.79s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.37s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.03s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.04s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (4.06s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.65s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (4.54s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.56s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.76s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.80s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.78s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.78s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.81s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.94s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.11s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.30s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.94s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.12s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.98s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.97s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.37s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.97s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.28s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.87s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.88s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.94s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.81s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.91s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.49s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.81s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.46s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.76s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.51s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.73s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.32s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.15s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.70s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.09s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.04s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToDot (1.10s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.47s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.47s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToStdout (0.84s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.52s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.20s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.78s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.08s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.37s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.78s) [2021-04-08T17:56:30.499Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-04-08T17:56:30.499Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.69s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.26s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateRM (0.12s) [2021-04-08T17:56:30.499Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-04-08T17:56:30.499Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.08s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.12s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.70s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.11s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.07s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.91s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.13s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.71s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.39s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.81s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.46s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (2.00s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (1.09s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.86s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.87s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.69s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (1.23s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (2.97s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.51s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (7.04s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.48s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.44s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.72s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.63s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsAttach (0.89s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsCommit (0.90s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.88s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.84s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.89s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.75s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (2.23s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.12s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (3.04s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsCopy (1.26s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.47s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.63s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.46s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.84s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.48s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.29s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.46s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsFilters (1.43s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsFormat (1.46s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.97s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.25s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.41s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.24s) [2021-04-08T17:56:30.499Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-04-08T17:56:30.499Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-04-08T17:56:30.499Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-04-08T17:56:30.499Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.46s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.71s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsRename (0.77s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsResize (0.75s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.64s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.10s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.72s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.95s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsTop (0.77s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.54s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExec (1.71s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (1.08s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.73s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.24s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.81s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.99s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.05s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.02s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.74s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecCgroup (2.77s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecEnv (1.56s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (2.69s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.62s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecInspectID (2.58s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecInteractive (1.03s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.04s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.02s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecParseError (0.71s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.76s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.74s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.67s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.11s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecStartFails (1.19s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecStateCleanup (12.00s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.79s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecTTY (1.06s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.12s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.06s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecUlimits (1.78s) [2021-04-08T17:56:30.499Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-04-08T17:56:30.499Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.89s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.30s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (2.13s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.53s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestExecWithUser (2.05s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.00s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.98s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.75s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.73s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.72s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestHealth (23.18s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.11s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.86s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.22s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.33s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.73s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.67s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.84s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.89s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.61s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImportBadURL (0.06s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImportDisplay (1.70s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImportFile (2.11s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.03s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (2.12s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImportGzipped (2.59s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.84s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.34s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.92s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.77s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.03s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.72s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.80s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.73s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.72s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.76s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.76s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (2.27s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.77s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.75s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.78s) [2021-04-08T17:56:30.499Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-04-08T17:56:30.499Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.58s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.24s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectDefault (1.04s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectHistory (1.01s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.04s) [2021-04-08T17:56:30.499Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-04-08T17:56:30.499Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.92s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.91s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.70s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.76s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.50s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.77s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectStatus (0.85s) [2021-04-08T17:56:30.499Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.72s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.00s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.83s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.80s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.81s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.36s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.18s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.06s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (3.42s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (2.07s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.97s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.49s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.07s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.12s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.27s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.11s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.48s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.77s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.07s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.77s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.13s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.74s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.21s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.03s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.40s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.72s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.73s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.76s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.95s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.77s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.70s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.06s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.12s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.51s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.44s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.98s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.16s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.72s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.70s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsSince (6.85s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.98s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.71s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsTail (1.24s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.82s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.89s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.24s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestMountIntoSys (1.04s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestNetHostname (3.42s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.66s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestNetworkEvents (6.63s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (3.79s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (1.03s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPluginActive (1.90s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.92s) [2021-04-08T17:56:30.500Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-04-08T17:56:30.500Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.27s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.49s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.36s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.34s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.62s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (3.50s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.07s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPortHostBinding (2.20s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPortList (13.62s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.42s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.98s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.66s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.69s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.69s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.37s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.84s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.39s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (1.35s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsByOrder (3.45s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.44s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsListContainersBase (4.14s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.89s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.71s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.93s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.46s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.51s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (2.02s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.77s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (3.49s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.76s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.53s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.22s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.48s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.79s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPsShowMounts (3.09s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.92s) [2021-04-08T17:56:30.500Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-04-08T17:56:30.500Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.19s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.13s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.10s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.05s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.93s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.79s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.95s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (12.53s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.54s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.73s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.11s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.09s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.32s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.68s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.74s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (5.36s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.46s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.36s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.94s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.32s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.77s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.08s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.35s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.04s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.96s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (5.21s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.92s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.02s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.48s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.88s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAddHost (0.73s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.53s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.93s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.83s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (2.52s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.84s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.53s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.35s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.93s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.40s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.87s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.86s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.83s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.75s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.84s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.98s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.03s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.74s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.87s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.97s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.03s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.55s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.78s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.78s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.75s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.77s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.78s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.67s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.68s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.71s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.68s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.67s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.05s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.87s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.90s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.10s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.10s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (1.16s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.46s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.44s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.16s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.68s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.69s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.68s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.70s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.69s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.69s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.86s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.84s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.65s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.56s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.39s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.74s) [2021-04-08T17:56:30.500Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-04-08T17:56:30.500Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.500Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-04-08T17:56:30.500Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (1.08s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.41s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.38s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.49s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (1.00s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (2.12s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.84s) [2021-04-08T17:56:30.500Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-04-08T17:56:30.500Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (1.06s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.91s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (1.01s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.91s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.87s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.95s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.10s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.94s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.88s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.74s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.67s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunExitCode (0.86s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.68s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.69s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.73s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.70s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.67s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.42s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.46s) [2021-04-08T17:56:30.500Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-08T17:56:30.500Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.13s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.73s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.46s) [2021-04-08T17:56:30.500Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.57s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.40s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.92s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.83s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (2.04s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.45s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.78s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.62s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.64s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.17s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.41s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.59s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.82s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.04s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.20s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.77s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunMount (8.15s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.70s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.70s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.45s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.16s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.65s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.69s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.27s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.50s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.66s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.10s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (1.09s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNetHost (1.67s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.90s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (1.03s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.14s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.07s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.32s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.60s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.71s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.74s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.71s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.69s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.80s) [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.75s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.72s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.81s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.96s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.57s) [2021-04-08T17:56:30.501Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.44s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.45s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.71s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.45s) [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.74s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.45s) [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.68s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.42s) [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.12s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.34s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunRm (0.74s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.71s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.70s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.69s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.31s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.69s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.58s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.93s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.73s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.43s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.79s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.43s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.43s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.47s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.71s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.72s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.71s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.74s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunState (1.49s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.71s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.78s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.17s) [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.79s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.47s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunSysctls (1.43s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.72s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.39s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.70s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.69s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.53s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.34s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.74s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.72s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.77s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.91s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.96s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunUserByID (0.75s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.14s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.69s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunUserByName (0.70s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.80s) [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.72s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.85s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.81s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.97s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.15s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.45s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.35s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.38s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.68s) [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (3.72s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.70s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.35s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.75s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.73s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.71s) [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.71s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.69s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.69s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.93s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.20s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.68s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.73s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.71s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.69s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.59s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.82s) [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-04-08T17:56:30.501Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.92s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.79s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.77s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.89s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.91s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.17s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.44s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.30s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.08s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.21s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSaveImageId (0.08s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.66s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.95s) [2021-04-08T17:56:30.501Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents403802861 [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.96s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.85s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.91s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.42s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.09s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.10s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.10s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.66s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.63s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.79s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.38s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.24s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.55s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (3.02s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.30s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.94s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStartRecordError (2.32s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (3.08s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.19s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.66s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (5.40s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.04s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.82s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.69s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.74s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.77s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.52s) [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.97s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.40s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.34s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.66s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.74s) [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.08s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.86s) [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.45s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.11s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.04s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.80s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUpdateStats (3.79s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.35s) [2021-04-08T17:56:30.501Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-04-08T17:56:30.501Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.91s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.06s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.78s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (5.55s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (5.24s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (3.54s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (5.22s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (6.17s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.01s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.12s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.47s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.41s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.05s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.16s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.09s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.11s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.23s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-04-08T17:56:30.501Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.73s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.73s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.90s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.10s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.15s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.03s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.06s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.90s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.09s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.71s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.12s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.00s) [2021-04-08T17:56:30.502Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.49s) [2021-04-08T17:56:30.502Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-04-08T17:56:30.502Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-04-08T17:56:30.502Z] === RUN TestDockerRegistrySuite [2021-04-08T17:56:30.502Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-04-08T17:56:33.052Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-04-08T17:56:33.998Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-04-08T17:56:35.917Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-04-08T17:56:35.917Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-04-08T17:56:40.140Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-04-08T17:56:45.427Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-04-08T17:56:49.635Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-04-08T17:56:50.207Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-04-08T17:56:51.592Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-04-08T17:56:52.536Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-04-08T17:56:53.922Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-04-08T17:56:55.308Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-04-08T17:56:56.696Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-04-08T17:56:58.088Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-04-08T17:57:00.638Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-04-08T17:57:03.200Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-04-08T17:57:04.144Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-04-08T17:57:07.448Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-04-08T17:57:08.395Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-04-08T17:57:08.395Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-04-08T17:57:09.781Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-04-08T17:57:10.726Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-04-08T17:57:11.668Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-04-08T17:57:14.973Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-04-08T17:57:15.234Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-04-08T17:57:16.619Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-04-08T17:57:17.191Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-04-08T17:57:17.191Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-04-08T17:57:17.452Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-04-08T17:57:17.712Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-04-08T17:57:18.285Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-04-08T17:57:18.285Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-04-08T17:57:19.673Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-04-08T17:57:21.598Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-04-08T17:57:22.540Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-04-08T17:57:23.928Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-04-08T17:57:24.872Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-04-08T17:57:25.816Z] --- PASS: TestDockerRegistrySuite (55.36s) [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (2.20s) [2021-04-08T17:57:25.817Z] check_test.go:196: [dce8ae5cd15ec] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.45s) [2021-04-08T17:57:25.817Z] check_test.go:196: [dc4a6414f51bd] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.55s) [2021-04-08T17:57:25.817Z] check_test.go:196: [ddf8acc56715a] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d75652e1d18ed] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.55s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d9337274c883a] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.00s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d8c34d43deab1] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.56s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d931be077d1cc] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.33s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d80bb63cb6eb2] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.10s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d4ed93abec520] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.28s) [2021-04-08T17:57:25.817Z] check_test.go:196: [da655773a5fd7] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.32s) [2021-04-08T17:57:25.817Z] check_test.go:196: [de4afe6d70952] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.29s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d92ab4aa4d46b] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.22s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d1f325bdd6982] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.41s) [2021-04-08T17:57:25.817Z] check_test.go:196: [df0962f00a7e6] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.46s) [2021-04-08T17:57:25.817Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:469bb8c39a5bc52a8a24e9f0693ebc57495ebc49c15a8e245ebc501224696eed [2021-04-08T17:57:25.817Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:8005cde7ca0c1e11313b64bad29d85988e80f8fff3dd8c99e86f8f6f5973c376 [2021-04-08T17:57:25.817Z] check_test.go:196: [d21c5365c5a00] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.53s) [2021-04-08T17:57:25.817Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b5724bc298f74e22377a1a1419c4e8ccd8338e3a92ff6a1235d2fbd426c6740a [2021-04-08T17:57:25.817Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:294df8363f1e2af36438f9750a02f3fb54acd047276d78f6d894c141957d8e0d [2021-04-08T17:57:25.817Z] check_test.go:196: [dbab8b699277f] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.25s) [2021-04-08T17:57:25.817Z] check_test.go:196: [dbafcafd6dd7e] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.84s) [2021-04-08T17:57:25.817Z] check_test.go:196: [dfed898bb53e6] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.23s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d2c74bd427ddc] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d611e57d911c1] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.22s) [2021-04-08T17:57:25.817Z] check_test.go:196: [dca6277b9ab4a] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.15s) [2021-04-08T17:57:25.817Z] check_test.go:196: [dc05e2f9bfa26] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.09s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d578dcecbcb6c] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.13s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d3515001bbec2] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d4c58fe096d93] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.42s) [2021-04-08T17:57:25.817Z] check_test.go:196: [dbfb4ad1da5e9] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d95439e319ab4] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-04-08T17:57:25.817Z] check_test.go:196: [dc1238485cded] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d36c0ce9c4171] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.28s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d4caa6ca6407c] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.36s) [2021-04-08T17:57:25.817Z] check_test.go:196: [db8ada170366b] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-04-08T17:57:25.817Z] check_test.go:196: [df640d7e4e6d3] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.30s) [2021-04-08T17:57:25.817Z] check_test.go:196: [dca17655901fe] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.92s) [2021-04-08T17:57:25.817Z] check_test.go:196: [dc08349abaec5] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.09s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d080835b77acc] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.24s) [2021-04-08T17:57:25.817Z] check_test.go:196: [d17fd36ded371] daemon is not started [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.10s) [2021-04-08T17:57:25.817Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.92s) [2021-04-08T17:57:25.817Z] === RUN TestDockerSchema1RegistrySuite [2021-04-08T17:57:25.817Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-04-08T17:57:26.079Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-04-08T17:57:30.290Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-04-08T17:57:34.502Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-04-08T17:57:37.807Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-04-08T17:57:39.194Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-04-08T17:57:40.581Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-04-08T17:57:40.581Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-04-08T17:57:41.967Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-04-08T17:57:42.913Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-04-08T17:57:44.312Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-04-08T17:57:47.618Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-04-08T17:57:48.192Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-04-08T17:57:48.453Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-04-08T17:57:48.453Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-04-08T17:57:48.715Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-04-08T17:57:48.976Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-04-08T17:57:49.549Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite (23.78s) [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2021-04-08T17:57:49.549Z] check_test.go:223: [d88b1ee96d5c0] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.53s) [2021-04-08T17:57:49.549Z] check_test.go:223: [dd483cfb8a928] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.56s) [2021-04-08T17:57:49.549Z] check_test.go:223: [d953d6dd3900a] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.82s) [2021-04-08T17:57:49.549Z] check_test.go:223: [dea3f3f3006e5] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.34s) [2021-04-08T17:57:49.549Z] check_test.go:223: [d1b231ab66c83] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.22s) [2021-04-08T17:57:49.549Z] check_test.go:223: [dd8bb0915280c] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2021-04-08T17:57:49.549Z] check_test.go:223: [d8b1b28a59c8d] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.22s) [2021-04-08T17:57:49.549Z] check_test.go:223: [d51705739c40c] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.21s) [2021-04-08T17:57:49.549Z] check_test.go:223: [dc79006c3c015] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.21s) [2021-04-08T17:57:49.549Z] check_test.go:223: [ddc97a9edbef4] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.35s) [2021-04-08T17:57:49.549Z] check_test.go:223: [d2bff647525c6] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.45s) [2021-04-08T17:57:49.549Z] check_test.go:223: [d94e9a7169ca7] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.41s) [2021-04-08T17:57:49.549Z] check_test.go:223: [d2f1eba87749a] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-04-08T17:57:49.549Z] check_test.go:223: [d099f6fa71e16] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2021-04-08T17:57:49.549Z] check_test.go:223: [d7ff598e13277] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s) [2021-04-08T17:57:49.549Z] check_test.go:223: [dbd2ae42055dd] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.39s) [2021-04-08T17:57:49.549Z] check_test.go:223: [d5031d13f8c02] daemon is not started [2021-04-08T17:57:49.549Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-04-08T17:57:49.549Z] check_test.go:223: [d2e133cc7eb58] daemon is not started [2021-04-08T17:57:49.549Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-04-08T17:57:49.549Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-04-08T17:57:50.492Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-04-08T17:57:51.065Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-04-08T17:57:51.065Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-04-08T17:57:52.454Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-04-08T17:57:52.716Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-04-08T17:57:52.977Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-04-08T17:57:53.551Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-04-08T17:57:53.551Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.06s) [2021-04-08T17:57:53.551Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.78s) [2021-04-08T17:57:53.551Z] check_test.go:252: [d4f7405ccd2bb] daemon is not started [2021-04-08T17:57:53.551Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.50s) [2021-04-08T17:57:53.551Z] check_test.go:252: [d84c7775b5e24] daemon is not started [2021-04-08T17:57:53.551Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2021-04-08T17:57:53.551Z] check_test.go:252: [d5dcdc5ff5d9e] daemon is not started [2021-04-08T17:57:53.551Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.21s) [2021-04-08T17:57:53.551Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.33s) [2021-04-08T17:57:53.551Z] check_test.go:252: [d850791b8bfd7] daemon is not started [2021-04-08T17:57:53.551Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.40s) [2021-04-08T17:57:53.551Z] check_test.go:252: [de5b5224feeb3] daemon is not started [2021-04-08T17:57:53.551Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.52s) [2021-04-08T17:57:53.551Z] check_test.go:252: [d8eeacc98b333] daemon is not started [2021-04-08T17:57:53.551Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2021-04-08T17:57:53.551Z] check_test.go:252: [df7d61a56dfc8] daemon is not started [2021-04-08T17:57:53.551Z] === RUN TestDockerRegistryAuthTokenSuite [2021-04-08T17:57:53.551Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-04-08T17:57:58.841Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-04-08T17:57:59.103Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-04-08T17:57:59.103Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-04-08T17:57:59.364Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-04-08T17:57:59.364Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s) [2021-04-08T17:57:59.364Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2021-04-08T17:57:59.364Z] check_test.go:279: [d3fc17a2b298f] daemon is not started [2021-04-08T17:57:59.364Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-04-08T17:57:59.364Z] check_test.go:279: [d8efc9e03a01f] daemon is not started [2021-04-08T17:57:59.364Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-04-08T17:57:59.364Z] check_test.go:279: [dff46e59ee87b] daemon is not started [2021-04-08T17:57:59.364Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2021-04-08T17:57:59.364Z] check_test.go:279: [d3b5099d8ddbc] daemon is not started [2021-04-08T17:57:59.364Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2021-04-08T17:57:59.364Z] check_test.go:279: [d0cb7d8ae67f4] daemon is not started [2021-04-08T17:57:59.364Z] === RUN TestDockerNetworkSuite [2021-04-08T17:57:59.364Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-04-08T17:58:02.670Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-04-08T17:58:04.058Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-04-08T17:58:12.208Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-04-08T17:58:14.122Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-04-08T17:58:18.331Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-04-08T17:58:21.634Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-04-08T17:58:31.644Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-04-08T17:58:34.947Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-04-08T17:58:36.863Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-04-08T17:58:37.445Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-04-08T17:58:38.017Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-04-08T17:58:39.936Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-04-08T17:58:41.851Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-04-08T17:58:41.851Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-04-08T17:58:42.795Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-04-08T17:58:43.056Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-04-08T17:58:45.605Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-04-08T17:58:45.605Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-04-08T17:58:45.866Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-04-08T17:58:46.438Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-04-08T17:58:47.824Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-04-08T17:58:50.378Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-04-08T17:58:50.378Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-04-08T17:58:50.378Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-04-08T17:58:50.639Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-04-08T17:58:54.846Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-04-08T17:58:56.236Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-04-08T17:58:57.180Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-04-08T17:58:57.441Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-04-08T17:58:57.702Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-04-08T17:58:57.970Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-04-08T17:58:58.233Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-04-08T17:58:59.178Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-04-08T17:59:01.728Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-04-08T17:59:08.322Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-04-08T17:59:10.240Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-04-08T17:59:11.633Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-04-08T17:59:12.207Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-04-08T17:59:14.757Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-04-08T17:59:15.329Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-04-08T17:59:15.329Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-04-08T17:59:15.901Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-04-08T17:59:16.475Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-04-08T17:59:16.475Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-04-08T17:59:20.688Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-04-08T17:59:20.688Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-04-08T17:59:20.688Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-04-08T17:59:22.082Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-04-08T17:59:28.679Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-04-08T17:59:33.975Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-04-08T17:59:33.975Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-04-08T17:59:35.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-04-08T17:59:38.441Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-04-08T17:59:38.441Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-04-08T17:59:39.828Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-04-08T17:59:40.773Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-04-08T17:59:42.692Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite (107.86s) [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.11s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [dd1c856c9ae98] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.49s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [ddee994a4d081] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (7.19s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d3195674688d8] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.88s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [da87a73503254] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (4.00s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:1233: [d046ca52cf9ac] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (3.21s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d00973f8485b9] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.61s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d50deba7069d5] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.78s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d59c837fedb7a] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.88s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [dc16a7ae02d53] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.76s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d971ac25e6528] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.74s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d5cd6b97528af] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.60s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [def9111047ce9] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.80s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [dcc9a15e91f29] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.47s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d1cca3717cc17] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.97s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d11d64ceb6cd0] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (2.16s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d83bb4c8ef4c5] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.62s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d8b0a3339931d] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d190a5abda8ea] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.52s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d8c948daf3a02] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.54s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [dffdc6970bc5e] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (2.05s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [de0daf45c2e4d] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [dad95d49d3ef7] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.47s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [df7ed0ad45e3b] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.09s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [dc092726ab197] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (4.22s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:968: [dc74a652a868a] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.45s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d0542fdf4d05d] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (14.25s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:1116: [d6c23a9c6fbbb] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.64s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d6f033d5c478a] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (2.78s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [de12eb400c855] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.46s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d3f6df254edb4] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.08s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [dff771bfd0225] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.50s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [de5daf29c6228] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.45s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d2cc6be0e1981] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d8a672a6c9de4] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.10s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [daeef7f0ca826] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d71468143be87] daemon is not started [2021-04-08T17:59:47.985Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d9d36b1fde118] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.58s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d66b0a2aa9067] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (5.77s) [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (6.07s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:1084: [d8bcb25631dc4] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.12s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [de207b67b6d7e] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.62s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [dd9692f2ff8a8] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.74s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [ddd35af7aa24d] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [dc06bea65bb54] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.38s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d23dc84ba9476] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.80s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [dc3377976e0f7] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.65s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d1582769e5876] daemon is not started [2021-04-08T17:59:47.985Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.02s) [2021-04-08T17:59:47.985Z] docker_cli_network_unix_test.go:46: [d43eabf079dc3] daemon is not started [2021-04-08T17:59:47.985Z] === RUN TestDockerHubPullSuite [2021-04-08T17:59:47.985Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-04-08T17:59:49.387Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-04-08T17:59:51.936Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-04-08T17:59:52.197Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-04-08T17:59:53.141Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-04-08T17:59:53.714Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-04-08T17:59:53.714Z] --- PASS: TestDockerHubPullSuite (6.30s) [2021-04-08T17:59:53.714Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.15s) [2021-04-08T17:59:53.714Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2021-04-08T17:59:53.714Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.39s) [2021-04-08T17:59:53.714Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.06s) [2021-04-08T17:59:53.714Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.41s) [2021-04-08T17:59:53.714Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-04-08T17:59:53.714Z] PASS [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === Skipped [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.06s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.06s) [2021-04-08T17:59:53.714Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-04-08T17:59:53.714Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-04-08T17:59:53.714Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-04-08T17:59:53.714Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-04-08T17:59:53.714Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-04-08T17:59:53.714Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-04-08T17:59:53.714Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-04-08T17:59:53.714Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-04-08T17:59:53.714Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-04-08T17:59:53.714Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.03s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.03s) [2021-04-08T17:59:53.714Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-04-08T17:59:53.714Z] docker_cli_sni_test.go:18: Flakey test [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-04-08T17:59:53.714Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-04-08T17:59:53.714Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-08T17:59:53.714Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.714Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-04-08T17:59:53.714Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-04-08T17:59:53.714Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-04-08T17:59:53.714Z] [2021-04-08T17:59:53.715Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-04-08T17:59:53.715Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-04-08T17:59:53.715Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-04-08T17:59:53.715Z] [2021-04-08T17:59:53.715Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-04-08T17:59:53.715Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-04-08T17:59:53.715Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-04-08T17:59:53.715Z] [2021-04-08T17:59:53.715Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-04-08T17:59:53.715Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-04-08T17:59:53.715Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-04-08T17:59:53.715Z] [2021-04-08T17:59:53.715Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-04-08T17:59:53.715Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-04-08T17:59:53.715Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-04-08T17:59:53.715Z] [2021-04-08T17:59:53.715Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-04-08T17:59:53.715Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-04-08T17:59:53.715Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-04-08T17:59:53.715Z] [2021-04-08T17:59:53.715Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-04-08T17:59:53.715Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-04-08T17:59:53.715Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-04-08T17:59:53.715Z] [2021-04-08T17:59:53.715Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-04-08T17:59:53.715Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-04-08T17:59:53.715Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-04-08T17:59:53.715Z] [2021-04-08T17:59:53.715Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-04-08T17:59:53.715Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-04-08T17:59:53.715Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-04-08T17:59:53.715Z] [2021-04-08T17:59:53.715Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-04-08T17:59:53.715Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-04-08T17:59:53.715Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-04-08T17:59:53.715Z] [2021-04-08T17:59:53.715Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-04-08T17:59:53.715Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-04-08T17:59:53.715Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-04-08T17:59:53.715Z] docker_cli_network_unix_test.go:46: [d9d36b1fde118] daemon is not started [2021-04-08T17:59:53.715Z] [2021-04-08T17:59:53.715Z] [2021-04-08T17:59:53.715Z] DONE 1273 tests, 51 skipped in 2179.656s [2021-04-08T17:59:53.715Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-08T17:59:53.715Z] ++++ cat bundles/test-integration/docker.pid [2021-04-08T17:59:53.715Z] +++ kill 8170 [2021-04-08T17:59:54.659Z] +++ /etc/init.d/apparmor stop [2021-04-08T17:59:54.659Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-08T17:59:54.659Z] [2021-04-08T17:59:54.659Z] Unloading profiles will leave already running processes permanently [2021-04-08T17:59:54.659Z] unconfined, which can lead to unexpected situations. [2021-04-08T17:59:54.659Z] [2021-04-08T17:59:54.659Z] To set a process to complain mode, use the command line tool [2021-04-08T17:59:54.659Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-08T17:59:54.659Z] +++ true [2021-04-08T17:59:54.659Z] exiting test-integration [2021-04-08T17:59:54.659Z] ++ exit 0 [2021-04-08T17:59:54.659Z] [2021-04-08T17:59:54.920Z] + for job in $(jobs -p) [2021-04-08T17:59:54.920Z] + wait 3062 [2021-04-08T18:00:04.924Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-04-08T18:00:06.841Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-04-08T18:00:11.052Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-04-08T18:00:12.969Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-04-08T18:00:18.268Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-04-08T18:00:20.816Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-04-08T18:00:42.786Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-04-08T18:00:57.698Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-04-08T18:00:57.698Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-04-08T18:01:00.245Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-04-08T18:01:04.456Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-04-08T18:01:14.481Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-04-08T18:01:19.778Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-04-08T18:01:22.327Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-04-08T18:01:25.631Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-04-08T18:01:28.181Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-04-08T18:01:30.728Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-04-08T18:01:34.936Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-04-08T18:01:37.502Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-04-08T18:02:33.770Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-04-08T18:02:48.672Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite (1799.06s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.69s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.54s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.79s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (12.77s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.02s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (31.01s) [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:562: [d8b84616a80c2] joining swarm manager [db71a9adde5fd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:584: [d72d569c60376] joining swarm manager [db71a9adde5fd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] check_test.go:380: [d8b84616a80c2] daemon is not started [2021-04-08T18:03:06.784Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.72s) [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:45: [df9fe2c6cd560] joining swarm manager [d0fec3ee58544]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.90s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.55s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (39.74s) [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:303: [d04e279927c03] joining swarm manager [d11253fe73e30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:304: [ddb1376df294b] joining swarm manager [d11253fe73e30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.11s) [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:271: [d499cfcbbeb3e] joining swarm manager [df94941ea8382]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:272: [d27213d84e443] joining swarm manager [df94941ea8382]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.23s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.62s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.37s) [2021-04-08T18:03:06.784Z] docker_api_swarm_node_test.go:19: [d1b40cf13c5f7] joining swarm manager [d71aa962e906a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_node_test.go:20: [d36782b5c9879] joining swarm manager [d71aa962e906a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.98s) [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:501: [dd2060e855694] joining swarm manager [dacd5143d2231]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:506: [dafdf5528daad] joining swarm manager [dacd5143d2231]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (18.64s) [2021-04-08T18:03:06.784Z] docker_api_swarm_node_test.go:80: [dce711852a5c1] joining swarm manager [dcc283a453a3f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.25s) [2021-04-08T18:03:06.784Z] docker_api_swarm_node_test.go:52: [dd4cbd730d681] joining swarm manager [da28b805a85ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_node_test.go:53: [d2f7d8ccb698d] joining swarm manager [da28b805a85ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.33s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.93s) [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:201: [df6eb9bddf8ce] joining swarm manager [d08578919b688]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (67.12s) [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:383: [d309afee382ed] joining swarm manager [d8c6f39a9526c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:384: [db24bb7b449ed] joining swarm manager [d8c6f39a9526c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] check_test.go:380: [db24bb7b449ed] daemon is not started [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (56.69s) [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:801: [de4ec1dab4759] joining swarm manager [dba9636855999]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:801: [d25486c0c5981] joining swarm manager [dba9636855999]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:801: [d45f2940e96d9] joining swarm manager [dba9636855999]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:801: [d0ac949f9b52e] joining swarm manager [dba9636855999]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-04-08T18:03:06.784Z] docker_api_swarm_test.go:809: [d713ec1c12e9d] joining swarm manager [dba9636855999]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.32s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.23s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (21.54s) [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:394: [d6025b0098f70] joining swarm manager [d98c1ba078129]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:394: [d12a8658a4d43] joining swarm manager [d98c1ba078129]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (19.35s) [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:342: [df6964ca679b4] joining swarm manager [d99c7a885d57a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:342: [d5ff0a3fe35c4] joining swarm manager [d99c7a885d57a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.30s) [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:489: [d1b167d2356a3] joining swarm manager [de3619bf7ecb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:489: [d9d21d6a51885] joining swarm manager [de3619bf7ecb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (7.77s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.71s) [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:127: [dca2a7de3eecb] joining swarm manager [d805ad5e123cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:128: [d4128c5beed9d] joining swarm manager [d805ad5e123cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:136: [dba4649e7f35e] joining swarm manager [d805ad5e123cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:137: [d5b17e5d8e7ff] joining swarm manager [d805ad5e123cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.67s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (24.28s) [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:303: [dd7cca1e3586f] joining swarm manager [dc9f0e577dd43]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:303: [d27ae373b5beb] joining swarm manager [dc9f0e577dd43]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.79s) [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:99: [d7a7fe72f56ff] joining swarm manager [d756e866b0ef7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:100: [db9437144816a] joining swarm manager [d756e866b0ef7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] check_test.go:380: [d7a7fe72f56ff] daemon is not started [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (31.42s) [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:532: [df584422d8613] joining swarm manager [d97e57b498be1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:533: [d6406dbb712f6] joining swarm manager [d97e57b498be1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (43.71s) [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:147: [daf3a5c46d074] joining swarm manager [dadd5695fae14]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.784Z] docker_api_swarm_service_test.go:147: [d3db660d6de0a] joining swarm manager [dadd5695fae14]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (33.49s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (6.25s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.41s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.40s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.30s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.47s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.86s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.31s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.12s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.28s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.32s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.51s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.45s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.44s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.44s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.09s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (5.06s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.99s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.93s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.03s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (6.20s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (8.36s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.49s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.11s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.62s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.34s) [2021-04-08T18:03:06.784Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.36s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.61s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.70s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.42s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.29s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.14s) [2021-04-08T18:03:06.785Z] docker_cli_service_logs_test.go:245: checking task t1i1hn8nh61d [2021-04-08T18:03:06.785Z] docker_cli_service_logs_test.go:250: checking messages for t1i1hn8nh61d [2021-04-08T18:03:06.785Z] docker_cli_service_logs_test.go:245: checking task lujowyo92prn [2021-04-08T18:03:06.785Z] docker_cli_service_logs_test.go:250: checking messages for lujowyo92prn [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.62s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.73s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.00s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.03s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (22.38s) [2021-04-08T18:03:06.785Z] docker_cli_swarm_test.go:1901: [da5a72c60a656] joining swarm manager [d45194ce28d9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.785Z] docker_cli_swarm_test.go:1902: [d77cfc5d2a9c6] joining swarm manager [d45194ce28d9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.67s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.86s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.11s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.96s) [2021-04-08T18:03:06.785Z] docker_cli_swarm_test.go:1802: [dc16e2a889310] joining swarm manager [d70e371130e10]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.785Z] docker_cli_swarm_test.go:1803: [d6145e8725ced] joining swarm manager [d70e371130e10]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.91s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (118.66s) [2021-04-08T18:03:06.785Z] docker_cli_swarm_test.go:1321: [d760fe166e179] joining swarm manager [d06cf426415af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.785Z] docker_cli_swarm_test.go:1322: [d6084468dd5d6] joining swarm manager [d06cf426415af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.46s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.95s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (12.07s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.77s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (7.97s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.75s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.15s) [2021-04-08T18:03:06.785Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-04-08T18:03:06.785Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.80s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.88s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.84s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.62s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.84s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (55.23s) [2021-04-08T18:03:06.785Z] docker_cli_swarm_test.go:1186: [d6ec365a4823d] joining swarm manager [d493b1808a682]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.785Z] docker_cli_swarm_test.go:1195: [d30c5baec2ed6] joining swarm manager [d493b1808a682]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.72s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.26s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (132.77s) [2021-04-08T18:03:06.785Z] docker_cli_swarm_test.go:1118: [da61fb70fdbf7] joining swarm manager [d45225051609b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.785Z] docker_cli_swarm_test.go:1119: [d8ad9074960f5] joining swarm manager [d45225051609b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.785Z] docker_cli_swarm_test.go:1172: [da0e6688933c9] joining swarm manager [d45225051609b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.28s) [2021-04-08T18:03:06.785Z] docker_cli_swarm_test.go:1453: [dece757f6109c] joining swarm manager [da694a6b8fbed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.785Z] docker_cli_swarm_test.go:1454: [d2544e6142310] joining swarm manager [da694a6b8fbed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.12s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.22s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.25s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.18s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.47s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.63s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.95s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.04s) [2021-04-08T18:03:06.785Z] docker_cli_swarm_unix_test.go:62: [d30cf1d24ee00] joining swarm manager [d77cbd8ffb745]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.45s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.80s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.46s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.79s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.97s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.63s) [2021-04-08T18:03:06.785Z] docker_api_swarm_test.go:961: [d409384e0d2fe] joining swarm manager [d68cd6a74d8db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.86s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.49s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.47s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (4.27s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (9.12s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.69s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.86s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.87s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.76s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.97s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.84s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.63s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.68s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.59s) [2021-04-08T18:03:06.785Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.42s) [2021-04-08T18:03:06.785Z] === RUN TestDockerExternalVolumeSuite [2021-04-08T18:03:06.785Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-04-08T18:03:21.703Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-04-08T18:04:29.429Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-04-08T18:04:37.557Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-04-08T18:05:09.678Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-04-08T18:05:24.574Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-04-08T18:05:56.676Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-04-08T18:06:08.898Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-04-08T18:06:41.005Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-04-08T18:06:59.112Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-04-08T18:07:14.009Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-04-08T18:08:00.735Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-04-08T18:08:18.853Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-04-08T18:08:50.963Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-04-08T18:09:23.092Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-04-08T18:09:38.000Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-04-08T18:09:56.119Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-04-08T18:10:11.028Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite (441.30s) [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.81s) [2021-04-08T18:10:25.966Z] docker_cli_external_volume_driver_test.go:53: [dcd2f77341419] daemon is not started [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.71s) [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.57s) [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2021-04-08T18:10:25.966Z] docker_cli_external_volume_driver_test.go:53: [d7ab6e13bb1bb] daemon is not started [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.69s) [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2021-04-08T18:10:25.966Z] docker_cli_external_volume_driver_test.go:53: [d0c54e0a4624a] daemon is not started [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-04-08T18:10:25.966Z] docker_cli_external_volume_driver_test.go:53: [d3f187f40470b] daemon is not started [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.59s) [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.66s) [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.91s) [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.68s) [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.59s) [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.64s) [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.02s) [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.55s) [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.25s) [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.36s) [2021-04-08T18:10:25.966Z] docker_cli_external_volume_driver_test.go:485: [d274288cf4733] daemon is not started [2021-04-08T18:10:25.966Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-04-08T18:10:25.966Z] docker_cli_external_volume_driver_test.go:53: [d0035b4e660d2] daemon is not started [2021-04-08T18:10:25.966Z] PASS [2021-04-08T18:10:25.966Z] [2021-04-08T18:10:25.966Z] === Skipped [2021-04-08T18:10:25.966Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-04-08T18:10:25.966Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-04-08T18:10:25.966Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-04-08T18:10:25.966Z] check_test.go:309: [d427edbd87cb3] daemon is not started [2021-04-08T18:10:25.966Z] [2021-04-08T18:10:25.966Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-04-08T18:10:25.966Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-04-08T18:10:25.966Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-04-08T18:10:25.966Z] check_test.go:309: [dfe7ed6d44544] daemon is not started [2021-04-08T18:10:25.966Z] [2021-04-08T18:10:25.966Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-04-08T18:10:25.966Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-04-08T18:10:25.966Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-04-08T18:10:25.966Z] check_test.go:309: [dc23817b4079d] daemon is not started [2021-04-08T18:10:25.966Z] [2021-04-08T18:10:25.966Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-04-08T18:10:25.966Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-04-08T18:10:25.966Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-04-08T18:10:25.966Z] [2021-04-08T18:10:25.966Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-04-08T18:10:25.966Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-04-08T18:10:25.966Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-04-08T18:10:25.966Z] [2021-04-08T18:10:25.966Z] [2021-04-08T18:10:25.966Z] DONE 273 tests, 5 skipped in 2811.276s [2021-04-08T18:10:25.966Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-08T18:10:25.966Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d613e48fcec9b/docker.pid [2021-04-08T18:10:25.966Z] +++ kill 6172 [2021-04-08T18:10:25.966Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6172 is not a child of this shell [2021-04-08T18:10:25.966Z] warning: PID 6172 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d613e48fcec9b/docker.pid had a nonzero exit code [2021-04-08T18:10:25.966Z] ++++ cat bundles/test-integration/docker.pid [2021-04-08T18:10:25.966Z] +++ kill 8151 [2021-04-08T18:10:26.909Z] +++ /etc/init.d/apparmor stop [2021-04-08T18:10:26.909Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-08T18:10:26.909Z] [2021-04-08T18:10:26.909Z] Unloading profiles will leave already running processes permanently [2021-04-08T18:10:26.909Z] unconfined, which can lead to unexpected situations. [2021-04-08T18:10:26.909Z] [2021-04-08T18:10:26.909Z] To set a process to complain mode, use the command line tool [2021-04-08T18:10:26.910Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-08T18:10:26.910Z] +++ true [2021-04-08T18:10:26.910Z] exiting test-integration [2021-04-08T18:10:26.910Z] ++ exit 0 [2021-04-08T18:10:26.910Z] [2021-04-08T18:10:26.910Z] + exit 0 [2021-04-08T18:10:26.910Z] ++ jobs -p [2021-04-08T18:10:26.910Z] + pids= [2021-04-08T18:10:26.910Z] + echo 'Remaining pids to kill: []' [2021-04-08T18:10:26.910Z] Remaining pids to kill: [] [2021-04-08T18:10:26.910Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-04-08T18:10:26.935Z] Recording test results [2021-04-08T18:10:28.859Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-08T18:10:29.197Z] + echo Ensuring container killed. [2021-04-08T18:10:29.197Z] Ensuring container killed. [2021-04-08T18:10:29.197Z] + docker ps -aq -f name=docker-pr2-* [2021-04-08T18:10:29.197Z] + cids=c991aa34846d [2021-04-08T18:10:29.197Z] ea2d0b6bc27a [2021-04-08T18:10:29.197Z] 62c8e7a0f714 [2021-04-08T18:10:29.197Z] + [ -n c991aa34846d [2021-04-08T18:10:29.197Z] ea2d0b6bc27a [2021-04-08T18:10:29.197Z] 62c8e7a0f714 ] [2021-04-08T18:10:29.197Z] + docker rm -vf c991aa34846d ea2d0b6bc27a 62c8e7a0f714 [2021-04-08T18:10:31.745Z] c991aa34846d [2021-04-08T18:10:31.745Z] ea2d0b6bc27a [2021-04-08T18:10:31.745Z] 62c8e7a0f714 [Pipeline] sh [2021-04-08T18:10:32.042Z] + echo Chowning /workspace to jenkins user [2021-04-08T18:10:32.042Z] Chowning /workspace to jenkins user [2021-04-08T18:10:32.042Z] + id -u [2021-04-08T18:10:32.042Z] + id -g [2021-04-08T18:10:32.042Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42268:/workspace busybox chown -R 1000:1000 /workspace [2021-04-08T18:10:32.042Z] Unable to find image 'busybox:latest' locally [2021-04-08T18:10:32.618Z] latest: Pulling from library/busybox [2021-04-08T18:10:32.880Z] f531cdc67389: Pulling fs layer [2021-04-08T18:10:32.880Z] f531cdc67389: Verifying Checksum [2021-04-08T18:10:32.880Z] f531cdc67389: Download complete [2021-04-08T18:10:32.880Z] f531cdc67389: Pull complete [2021-04-08T18:10:33.144Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7 [2021-04-08T18:10:33.144Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-08T18:10:37.659Z] + bundleName=amd64 [2021-04-08T18:10:37.659Z] + echo Creating amd64-bundles.tar.gz [2021-04-08T18:10:37.659Z] Creating amd64-bundles.tar.gz [2021-04-08T18:10:37.659Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-04-08T18:10:37.659Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2021-04-08T18:10:38.616Z] Archiving artifacts [2021-04-08T18:10:40.607Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42268/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-08T18:10:40.926Z] + make clean [2021-04-08T18:10:41.187Z] docker volume rm -f docker-dev-cache [2021-04-08T18:10:41.187Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [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