Pull request #40256 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 315101e8a789ad8fda6b9338492318db0f481c00+42855ebc7fdf649d5e555a540078c48676dc665e (1d46f60833a2634b3bc6cb0971a13381c36edeb8) 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 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 241f6703d31895690d4cb6f158f753615abe74ac # 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 [2020-11-05T11:11:43.974Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-11-05T11:11:43.978Z] Trying to pass milestone 6 [Pipeline] milestone [2020-11-05T11:11:44.026Z] Trying to pass milestone 7 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-11-05T11:11:44.173Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-077747c16d6362ae3) in /home/ubuntu/workspace/moby_PR-40256 [Pipeline] { [Pipeline] checkout [2020-11-05T11:11:44.206Z] using credential docker-jenkins-github-credentials [2020-11-05T11:11:44.214Z] Cloning the remote Git repository [2020-11-05T11:11:44.214Z] Cloning with configured refspecs honoured and without tags [2020-11-05T11:11:44.215Z] Cloning repository https://github.com/moby/moby.git [2020-11-05T11:11:44.215Z] > git init /home/ubuntu/workspace/moby_PR-40256 # timeout=10 [2020-11-05T11:11:44.227Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-05T11:11:44.227Z] > git --version # timeout=10 [2020-11-05T11:11:44.229Z] > git --version # 'git version 2.17.1' [2020-11-05T11:11:44.229Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:11:44.230Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40256/head:refs/remotes/origin/PR-40256 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:11:57.629Z] Fetching without tags [2020-11-05T11:11:57.917Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:11:57.617Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-05T11:11:57.619Z] > git config --add remote.origin.fetch +refs/pull/40256/head:refs/remotes/origin/PR-40256 # timeout=10 [2020-11-05T11:11:57.622Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:11:57.626Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-05T11:11:57.631Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-05T11:11:57.631Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:11:57.631Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40256/head:refs/remotes/origin/PR-40256 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:11:57.918Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:11:57.924Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [2020-11-05T11:11:58.452Z] Merge succeeded, producing 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:11:58.452Z] Checking out Revision 315101e8a789ad8fda6b9338492318db0f481c00 (PR-40256) [2020-11-05T11:11:58.902Z] Commit message: "Windows: don't override size storage-option if it's set" [2020-11-05T11:11:58.907Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-05T11:11:59.674Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40256:/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 [2020-11-05T11:11:58.435Z] > git remote # timeout=10 [2020-11-05T11:11:58.438Z] > git config --get remote.origin.url # timeout=10 [2020-11-05T11:11:58.441Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:11:58.442Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-05T11:11:58.449Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-05T11:11:58.456Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:11:58.458Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [2020-11-05T11:11:58.903Z] > git rev-list --no-walk 8b317ad38737efe7761e7dbee5538b93da1e8528 # timeout=10 [2020-11-05T11:12:02.954Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [2020-11-05T11:12:03.175Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-077747c16d6362ae3) in /home/ubuntu/workspace/moby_PR-40256 [Pipeline] node [Pipeline] node [2020-11-05T11:12:03.180Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-40256 [Pipeline] node [2020-11-05T11:12:03.183Z] Running on ppc64le-ubuntu-22 in /home/docker/workspace/moby_PR-40256 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [2020-11-05T11:12:03.189Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0186aa556c862e7b2) in /home/ubuntu/workspace/moby_PR-40256 [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout [2020-11-05T11:12:03.271Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2020-11-05T11:12:03.283Z] Fetching changes from the remote Git repository [2020-11-05T11:12:03.287Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] checkout [2020-11-05T11:12:03.316Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-11-05T11:12:03.321Z] using credential docker-jenkins-github-credentials [2020-11-05T11:12:03.325Z] using credential docker-jenkins-github-credentials [2020-11-05T11:12:03.328Z] Cloning the remote Git repository [2020-11-05T11:12:03.328Z] Cloning with configured refspecs honoured and without tags [2020-11-05T11:12:03.330Z] Cloning the remote Git repository [2020-11-05T11:12:03.331Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [2020-11-05T11:12:03.340Z] Cloning the remote Git repository [2020-11-05T11:12:03.340Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-11-05T11:12:03.547Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:12:04.003Z] Merge succeeded, producing 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:12:04.004Z] Checking out Revision 315101e8a789ad8fda6b9338492318db0f481c00 (PR-40256) [2020-11-05T11:12:04.077Z] Commit message: "Windows: don't override size storage-option if it's set" [2020-11-05T11:12:03.279Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-11-05T11:12:03.284Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-05T11:12:03.289Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-05T11:12:03.289Z] > git --version # timeout=10 [2020-11-05T11:12:03.291Z] > git --version # 'git version 2.17.1' [2020-11-05T11:12:03.291Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:12:03.292Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40256/head:refs/remotes/origin/PR-40256 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:12:03.548Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:12:03.550Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [2020-11-05T11:12:03.976Z] > git remote # timeout=10 [2020-11-05T11:12:03.980Z] > git config --get remote.origin.url # timeout=10 [2020-11-05T11:12:03.982Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:12:03.983Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-05T11:12:03.999Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-05T11:12:04.005Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:12:04.007Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [2020-11-05T11:12:03.334Z] Cloning repository https://github.com/moby/moby.git [2020-11-05T11:12:03.334Z] > git init /home/jenkins/workspace/moby_PR-40256 # timeout=10 [2020-11-05T11:12:03.372Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-05T11:12:03.372Z] > git --version # timeout=10 [2020-11-05T11:12:03.373Z] > git --version # 'git version 2.17.1' [2020-11-05T11:12:03.373Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:12:03.383Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40256/head:refs/remotes/origin/PR-40256 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:12:03.345Z] Cloning repository https://github.com/moby/moby.git [2020-11-05T11:12:03.345Z] > git init /home/docker/workspace/moby_PR-40256 # timeout=10 [2020-11-05T11:12:03.352Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-05T11:12:03.352Z] > git --version # timeout=10 [2020-11-05T11:12:03.355Z] > git --version # 'git version 2.7.4' [2020-11-05T11:12:03.355Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:12:03.356Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40256/head:refs/remotes/origin/PR-40256 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:12:03.252Z] Cloning repository https://github.com/moby/moby.git [2020-11-05T11:12:03.254Z] > git init /home/ubuntu/workspace/moby_PR-40256 # timeout=10 [2020-11-05T11:12:03.270Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-05T11:12:03.270Z] > git --version # timeout=10 [2020-11-05T11:12:03.277Z] > git --version # 'git version 2.17.1' [2020-11-05T11:12:03.278Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:12:03.278Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40256/head:refs/remotes/origin/PR-40256 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-05T11:12:04.831Z] + docker version [2020-11-05T11:12:04.831Z] Client: Docker Engine - Community [2020-11-05T11:12:04.831Z] Version: 19.03.13 [2020-11-05T11:12:04.831Z] API version: 1.40 [2020-11-05T11:12:04.831Z] Go version: go1.13.15 [2020-11-05T11:12:04.831Z] Git commit: 4484c46d9d [2020-11-05T11:12:04.831Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-05T11:12:04.831Z] OS/Arch: linux/amd64 [2020-11-05T11:12:04.831Z] Experimental: false [2020-11-05T11:12:04.831Z] [2020-11-05T11:12:04.831Z] Server: Docker Engine - Community [2020-11-05T11:12:04.831Z] Engine: [2020-11-05T11:12:04.831Z] Version: 19.03.13 [2020-11-05T11:12:04.831Z] API version: 1.40 (minimum version 1.12) [2020-11-05T11:12:04.831Z] Go version: go1.13.15 [2020-11-05T11:12:04.831Z] Git commit: 4484c46d9d [2020-11-05T11:12:04.831Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-05T11:12:04.831Z] OS/Arch: linux/amd64 [2020-11-05T11:12:04.831Z] Experimental: true [2020-11-05T11:12:04.831Z] containerd: [2020-11-05T11:12:04.831Z] Version: 1.3.7 [2020-11-05T11:12:04.831Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-05T11:12:04.831Z] runc: [2020-11-05T11:12:04.831Z] Version: 1.0.0-rc10 [2020-11-05T11:12:04.831Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-05T11:12:04.831Z] docker-init: [2020-11-05T11:12:04.831Z] Version: 0.18.0 [2020-11-05T11:12:04.831Z] GitCommit: fec3683 [Pipeline] sh [2020-11-05T11:12:05.109Z] + docker info [2020-11-05T11:12:05.367Z] Client: [2020-11-05T11:12:05.367Z] Debug Mode: false [2020-11-05T11:12:05.367Z] [2020-11-05T11:12:05.367Z] Server: [2020-11-05T11:12:05.367Z] Containers: 0 [2020-11-05T11:12:05.367Z] Running: 0 [2020-11-05T11:12:05.367Z] Paused: 0 [2020-11-05T11:12:05.367Z] Stopped: 0 [2020-11-05T11:12:05.367Z] Images: 4 [2020-11-05T11:12:05.367Z] Server Version: 19.03.13 [2020-11-05T11:12:05.367Z] Storage Driver: overlay2 [2020-11-05T11:12:05.367Z] Backing Filesystem: extfs [2020-11-05T11:12:05.367Z] Supports d_type: true [2020-11-05T11:12:05.367Z] Native Overlay Diff: true [2020-11-05T11:12:05.367Z] Logging Driver: json-file [2020-11-05T11:12:05.367Z] Cgroup Driver: cgroupfs [2020-11-05T11:12:05.367Z] Plugins: [2020-11-05T11:12:05.367Z] Volume: local [2020-11-05T11:12:05.367Z] Network: bridge host ipvlan macvlan null overlay [2020-11-05T11:12:05.367Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-05T11:12:05.367Z] Swarm: inactive [2020-11-05T11:12:05.367Z] Runtimes: runc [2020-11-05T11:12:05.367Z] Default Runtime: runc [2020-11-05T11:12:05.367Z] Init Binary: docker-init [2020-11-05T11:12:05.367Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-05T11:12:05.367Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-05T11:12:05.367Z] init version: fec3683 [2020-11-05T11:12:05.367Z] Security Options: [2020-11-05T11:12:05.367Z] apparmor [2020-11-05T11:12:05.367Z] seccomp [2020-11-05T11:12:05.367Z] Profile: default [2020-11-05T11:12:05.367Z] Kernel Version: 5.4.0-1025-aws [2020-11-05T11:12:05.367Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-05T11:12:05.367Z] OSType: linux [2020-11-05T11:12:05.367Z] Architecture: x86_64 [2020-11-05T11:12:05.367Z] CPUs: 2 [2020-11-05T11:12:05.367Z] Total Memory: 7.487GiB [2020-11-05T11:12:05.367Z] Name: ip-10-100-127-53 [2020-11-05T11:12:05.367Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-05T11:12:05.367Z] Docker Root Dir: /var/lib/docker [2020-11-05T11:12:05.367Z] Debug Mode: false [2020-11-05T11:12:05.367Z] Registry: https://index.docker.io/v1/ [2020-11-05T11:12:05.367Z] Labels: [2020-11-05T11:12:05.367Z] Experimental: true [2020-11-05T11:12:05.367Z] Insecure Registries: [2020-11-05T11:12:05.367Z] 127.0.0.0/8 [2020-11-05T11:12:05.367Z] Live Restore Enabled: true [2020-11-05T11:12:05.367Z] [2020-11-05T11:12:05.367Z] WARNING: No swap limit support [Pipeline] sh [2020-11-05T11:12:05.646Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-05T11:12:05.646Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-05T11:12:05.646Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40256/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-05T11:12:05.905Z] + bash /home/ubuntu/workspace/moby_PR-40256/check-config.sh [2020-11-05T11:12:05.905Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-05T11:12:05.905Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-05T11:12:05.905Z] [2020-11-05T11:12:05.905Z] Generally Necessary: [2020-11-05T11:12:05.905Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-05T11:12:05.905Z] - apparmor: enabled and tools installed [2020-11-05T11:12:05.905Z] - CONFIG_NAMESPACES: enabled [2020-11-05T11:12:05.905Z] - CONFIG_NET_NS: enabled [2020-11-05T11:12:05.905Z] - CONFIG_PID_NS: enabled [2020-11-05T11:12:05.905Z] - CONFIG_IPC_NS: enabled [2020-11-05T11:12:05.905Z] - CONFIG_UTS_NS: enabled [2020-11-05T11:12:05.905Z] - CONFIG_CGROUPS: enabled [2020-11-05T11:12:05.905Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-05T11:12:05.905Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-05T11:12:05.905Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-05T11:12:05.905Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-05T11:12:05.905Z] - CONFIG_CPUSETS: enabled [2020-11-05T11:12:05.905Z] - CONFIG_MEMCG: enabled [2020-11-05T11:12:05.905Z] - CONFIG_KEYS: enabled [2020-11-05T11:12:05.905Z] - CONFIG_VETH: enabled (as module) [2020-11-05T11:12:05.905Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-05T11:12:05.905Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-05T11:12:05.905Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-05T11:12:05.905Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-05T11:12:05.905Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-05T11:12:05.905Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-05T11:12:05.905Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-05T11:12:05.905Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-05T11:12:05.905Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-05T11:12:05.905Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-05T11:12:05.905Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-05T11:12:05.905Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-05T11:12:05.905Z] [2020-11-05T11:12:05.905Z] Optional Features: [2020-11-05T11:12:05.905Z] - CONFIG_USER_NS: enabled [2020-11-05T11:12:05.905Z] - CONFIG_SECCOMP: enabled [2020-11-05T11:12:05.905Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-05T11:12:05.905Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-05T11:12:05.905Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-05T11:12:05.905Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-05T11:12:05.905Z] - CONFIG_BLK_CGROUP: enabled [2020-11-05T11:12:05.905Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-05T11:12:05.905Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-05T11:12:05.905Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-05T11:12:05.905Z] - CONFIG_CGROUP_PERF: enabled [2020-11-05T11:12:05.905Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-05T11:12:05.905Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-05T11:12:05.905Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-05T11:12:05.905Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-05T11:12:05.905Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-05T11:12:05.905Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-05T11:12:05.905Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-05T11:12:05.905Z] - CONFIG_IP_VS: enabled (as module) [2020-11-05T11:12:05.905Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-05T11:12:05.905Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-05T11:12:06.163Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-05T11:12:06.163Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-05T11:12:06.163Z] - CONFIG_EXT4_FS: enabled [2020-11-05T11:12:06.163Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-05T11:12:06.163Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-05T11:12:06.163Z] - Network Drivers: [2020-11-05T11:12:06.163Z] - "overlay": [2020-11-05T11:12:06.163Z] - CONFIG_VXLAN: enabled (as module) [2020-11-05T11:12:06.163Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-05T11:12:06.163Z] Optional (for encrypted networks): [2020-11-05T11:12:06.163Z] - CONFIG_CRYPTO: enabled [2020-11-05T11:12:06.163Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-05T11:12:06.163Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-05T11:12:06.163Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-05T11:12:06.163Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-05T11:12:06.163Z] - CONFIG_XFRM: enabled [2020-11-05T11:12:06.163Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-05T11:12:06.163Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-05T11:12:06.163Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-05T11:12:06.163Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-05T11:12:06.163Z] - "ipvlan": [2020-11-05T11:12:06.163Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-05T11:12:06.163Z] - "macvlan": [2020-11-05T11:12:06.163Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-05T11:12:06.163Z] - CONFIG_DUMMY: enabled (as module) [2020-11-05T11:12:06.163Z] - "ftp,tftp client in container": [2020-11-05T11:12:06.163Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-05T11:12:06.163Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-05T11:12:06.163Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-05T11:12:06.163Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-05T11:12:06.163Z] - Storage Drivers: [2020-11-05T11:12:06.163Z] - "aufs": [2020-11-05T11:12:06.163Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-05T11:12:06.163Z] - "btrfs": [2020-11-05T11:12:06.163Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-05T11:12:06.163Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-05T11:12:06.163Z] - "devicemapper": [2020-11-05T11:12:06.163Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-05T11:12:06.163Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-05T11:12:06.163Z] - "overlay": [2020-11-05T11:12:06.163Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-05T11:12:06.163Z] - "zfs": [2020-11-05T11:12:06.163Z] - /dev/zfs: present [2020-11-05T11:12:06.163Z] - zfs command: missing [2020-11-05T11:12:06.163Z] - zpool command: missing [2020-11-05T11:12:06.163Z] [2020-11-05T11:12:06.163Z] Limits: [2020-11-05T11:12:06.163Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-05T11:12:06.163Z] [2020-11-05T11:12:06.163Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-05T11:12:06.490Z] + sudo modprobe ip_vs [2020-11-05T11:12:06.490Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:315101e8a789ad8fda6b9338492318db0f481c00 . [2020-11-05T11:12:06.490Z] #2 [internal] load .dockerignore [2020-11-05T11:12:06.490Z] #2 transferring context: 87B done [2020-11-05T11:12:06.490Z] #2 DONE 0.0s [2020-11-05T11:12:06.490Z] [2020-11-05T11:12:06.490Z] #1 [internal] load build definition from Dockerfile [2020-11-05T11:12:06.490Z] #1 transferring dockerfile: 16.58kB done [2020-11-05T11:12:06.490Z] #1 DONE 0.0s [2020-11-05T11:12:06.490Z] [2020-11-05T11:12:06.490Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-05T11:12:06.749Z] #3 DONE 0.3s [2020-11-05T11:12:06.749Z] [2020-11-05T11:12:06.749Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-05T11:12:06.749Z] #4 CACHED [2020-11-05T11:12:07.007Z] [2020-11-05T11:12:07.007Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-05T11:12:07.007Z] #5 ... [2020-11-05T11:12:07.007Z] [2020-11-05T11:12:07.007Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-05T11:12:07.007Z] #6 DONE 0.1s [2020-11-05T11:12:07.007Z] [2020-11-05T11:12:07.007Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-05T11:12:07.007Z] #7 DONE 0.1s [2020-11-05T11:12:07.266Z] [2020-11-05T11:12:07.266Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-05T11:12:07.266Z] #5 DONE 0.3s [2020-11-05T11:12:07.266Z] [2020-11-05T11:12:07.266Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-05T11:12:07.266Z] #60 DONE 0.0s [2020-11-05T11:12:07.266Z] [2020-11-05T11:12:07.266Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:12:07.266Z] #8 DONE 0.0s [2020-11-05T11:12:07.266Z] [2020-11-05T11:12:07.266Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-05T11:12:07.266Z] #24 DONE 0.0s [2020-11-05T11:12:07.266Z] [2020-11-05T11:12:07.266Z] #21 [internal] load build context [2020-11-05T11:12:08.655Z] #21 transferring context: 51.98MB 1.4s done [2020-11-05T11:12:08.913Z] #21 DONE 1.5s [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-05T11:12:08.913Z] #61 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-05T11:12:08.913Z] #29 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:12:08.913Z] #41 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-05T11:12:08.913Z] #23 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-05T11:12:08.913Z] #37 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:12:08.913Z] #38 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-05T11:12:08.913Z] #19 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-05T11:12:08.913Z] #50 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:12:08.913Z] #53 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-05T11:12:08.913Z] #46 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-05T11:12:08.913Z] #63 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-05T11:12:08.913Z] #52 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:12:08.913Z] #32 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-05T11:12:08.913Z] #16 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:12:08.913Z] #11 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:08.913Z] #47 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-05T11:12:08.913Z] #17 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:12:08.913Z] #43 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:08.913Z] #22 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:12:08.913Z] #34 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-05T11:12:08.913Z] #58 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-05T11:12:08.913Z] #20 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-05T11:12:08.913Z] #55 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:12:08.913Z] #40 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-05T11:12:08.913Z] #10 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:12:08.913Z] #49 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-05T11:12:08.913Z] #25 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-05T11:12:08.913Z] #33 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-05T11:12:08.913Z] #12 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-05T11:12:08.913Z] #14 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-05T11:12:08.913Z] #59 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-05T11:12:08.913Z] #44 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:12:08.913Z] #30 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:12:08.913Z] #51 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-05T11:12:08.913Z] #48 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:12:08.913Z] #35 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-05T11:12:08.913Z] #36 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-05T11:12:08.913Z] #26 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-05T11:12:08.913Z] #57 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-05T11:12:08.913Z] #15 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-05T11:12:08.913Z] #42 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-05T11:12:08.913Z] #31 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:12:08.913Z] #62 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-05T11:12:08.913Z] #39 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:08.913Z] #56 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:12:08.913Z] #18 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:08.913Z] #54 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:12:08.913Z] #27 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-05T11:12:08.913Z] #13 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-05T11:12:08.913Z] #9 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:08.913Z] #45 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-05T11:12:08.913Z] #28 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-05T11:12:08.913Z] #64 CACHED [2020-11-05T11:12:08.913Z] [2020-11-05T11:12:08.913Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-05T11:12:09.851Z] #65 DONE 0.9s [2020-11-05T11:12:09.851Z] [2020-11-05T11:12:09.851Z] #66 exporting to image [2020-11-05T11:12:09.851Z] #66 exporting layers [2020-11-05T11:12:10.417Z] #66 exporting layers 0.8s done [2020-11-05T11:12:10.417Z] #66 writing image sha256:a1bd9d73eb61b855a40b458458e49054c9010d716a7b97a4ff15f9a5a01d7d30 done [2020-11-05T11:12:10.417Z] #66 naming to docker.io/library/docker:315101e8a789ad8fda6b9338492318db0f481c00 done [2020-11-05T11:12:10.417Z] #66 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-11-05T11:12:10.760Z] + trap exit INT TERM [2020-11-05T11:12:10.760Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-11-05T11:12:10.760Z] + CONTAINER_NAME=docker-pr7 [2020-11-05T11:12:10.760Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40256/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40256/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -e DOCKER_GRAPHDRIVER docker:315101e8a789ad8fda6b9338492318db0f481c00 hack/make.sh dynbinary-daemon [2020-11-05T11:12:11.018Z] [2020-11-05T11:12:11.276Z] Removing bundles/ [2020-11-05T11:12:11.276Z] [2020-11-05T11:12:11.276Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-11-05T11:12:11.276Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-05T11:12:11.276Z] GOOS="" GOARCH="" GOARM="" [2020-11-05T11:12:12.514Z] Fetching without tags [2020-11-05T11:12:12.422Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-05T11:12:12.423Z] > git config --add remote.origin.fetch +refs/pull/40256/head:refs/remotes/origin/PR-40256 # timeout=10 [2020-11-05T11:12:12.428Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:12:12.505Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-05T11:12:12.517Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-05T11:12:12.517Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:12:12.518Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40256/head:refs/remotes/origin/PR-40256 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:12:12.850Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:12:13.357Z] Merge succeeded, producing 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:12:13.358Z] Checking out Revision 315101e8a789ad8fda6b9338492318db0f481c00 (PR-40256) [2020-11-05T11:12:13.691Z] Commit message: "Windows: don't override size storage-option if it's set" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-05T11:12:12.854Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:12:12.858Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [2020-11-05T11:12:13.325Z] > git remote # timeout=10 [2020-11-05T11:12:13.327Z] > git config --get remote.origin.url # timeout=10 [2020-11-05T11:12:13.331Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:12:13.331Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-05T11:12:13.346Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-05T11:12:13.361Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:12:13.362Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [2020-11-05T11:12:14.545Z] + docker version [2020-11-05T11:12:14.545Z] Client: Docker Engine - Community [2020-11-05T11:12:14.545Z] Version: 19.03.7 [2020-11-05T11:12:14.545Z] API version: 1.40 [2020-11-05T11:12:14.545Z] Go version: go1.12.17 [2020-11-05T11:12:14.545Z] Git commit: 7141c199a2 [2020-11-05T11:12:14.545Z] Built: Sat Mar 7 16:48:47 2020 [2020-11-05T11:12:14.545Z] OS/Arch: linux/s390x [2020-11-05T11:12:14.545Z] Experimental: false [2020-11-05T11:12:14.545Z] [2020-11-05T11:12:14.545Z] Server: Docker Engine - Community [2020-11-05T11:12:14.545Z] Engine: [2020-11-05T11:12:14.545Z] Version: 19.03.7 [2020-11-05T11:12:14.545Z] API version: 1.40 (minimum version 1.12) [2020-11-05T11:12:14.545Z] Go version: go1.12.17 [2020-11-05T11:12:14.545Z] Git commit: 7141c199a2 [2020-11-05T11:12:14.545Z] Built: Sat Mar 7 16:47:46 2020 [2020-11-05T11:12:14.545Z] OS/Arch: linux/s390x [2020-11-05T11:12:14.545Z] Experimental: true [2020-11-05T11:12:14.545Z] containerd: [2020-11-05T11:12:14.545Z] Version: 1.2.13 [2020-11-05T11:12:14.545Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-11-05T11:12:14.545Z] runc: [2020-11-05T11:12:14.545Z] Version: 1.0.0-rc10 [2020-11-05T11:12:14.545Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-05T11:12:14.545Z] docker-init: [2020-11-05T11:12:14.545Z] Version: 0.18.0 [2020-11-05T11:12:14.545Z] GitCommit: fec3683 [Pipeline] sh [2020-11-05T11:12:14.919Z] + docker info [2020-11-05T11:12:15.594Z] Client: [2020-11-05T11:12:15.594Z] Debug Mode: false [2020-11-05T11:12:15.594Z] [2020-11-05T11:12:15.594Z] Server: [2020-11-05T11:12:15.594Z] Containers: 0 [2020-11-05T11:12:15.594Z] Running: 0 [2020-11-05T11:12:15.594Z] Paused: 0 [2020-11-05T11:12:15.594Z] Stopped: 0 [2020-11-05T11:12:15.594Z] Images: 0 [2020-11-05T11:12:15.594Z] Server Version: 19.03.7 [2020-11-05T11:12:15.594Z] Storage Driver: overlay2 [2020-11-05T11:12:15.594Z] Backing Filesystem: [2020-11-05T11:12:15.594Z] Supports d_type: true [2020-11-05T11:12:15.594Z] Native Overlay Diff: true [2020-11-05T11:12:15.594Z] Logging Driver: json-file [2020-11-05T11:12:15.594Z] Cgroup Driver: cgroupfs [2020-11-05T11:12:15.594Z] Plugins: [2020-11-05T11:12:15.594Z] Volume: local [2020-11-05T11:12:15.594Z] Network: bridge host ipvlan macvlan null overlay [2020-11-05T11:12:15.594Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-05T11:12:15.594Z] Swarm: inactive [2020-11-05T11:12:15.594Z] Runtimes: runc [2020-11-05T11:12:15.594Z] Default Runtime: runc [2020-11-05T11:12:15.594Z] Init Binary: docker-init [2020-11-05T11:12:15.594Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-11-05T11:12:15.594Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-05T11:12:15.594Z] init version: fec3683 [2020-11-05T11:12:15.594Z] Security Options: [2020-11-05T11:12:15.594Z] apparmor [2020-11-05T11:12:15.594Z] seccomp [2020-11-05T11:12:15.594Z] Profile: default [2020-11-05T11:12:15.594Z] Kernel Version: 4.15.0-91-generic [2020-11-05T11:12:15.594Z] Operating System: Ubuntu 18.04.4 LTS [2020-11-05T11:12:15.594Z] OSType: linux [2020-11-05T11:12:15.594Z] Architecture: s390x [2020-11-05T11:12:15.594Z] CPUs: 2 [2020-11-05T11:12:15.594Z] Total Memory: 7.861GiB [2020-11-05T11:12:15.594Z] Name: s390x-ubuntu-16 [2020-11-05T11:12:15.594Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-11-05T11:12:15.594Z] Docker Root Dir: /var/lib/docker [2020-11-05T11:12:15.594Z] Debug Mode: false [2020-11-05T11:12:15.594Z] Username: dockerbuildbot [2020-11-05T11:12:15.594Z] Registry: https://index.docker.io/v1/ [2020-11-05T11:12:15.594Z] Labels: [2020-11-05T11:12:15.594Z] Experimental: true [2020-11-05T11:12:15.594Z] Insecure Registries: [2020-11-05T11:12:15.594Z] 127.0.0.0/8 [2020-11-05T11:12:15.594Z] Live Restore Enabled: false [2020-11-05T11:12:15.594Z] [2020-11-05T11:12:15.594Z] WARNING: No swap limit support [Pipeline] sh [2020-11-05T11:12:15.969Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-05T11:12:15.969Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-05T11:12:15.969Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40256/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-05T11:12:15.969Z] + bash /home/jenkins/workspace/moby_PR-40256/check-config.sh [2020-11-05T11:12:15.969Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-05T11:12:15.969Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2020-11-05T11:12:15.969Z] [2020-11-05T11:12:15.969Z] Generally Necessary: [2020-11-05T11:12:15.969Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-05T11:12:15.969Z] - apparmor: enabled and tools installed [2020-11-05T11:12:15.969Z] - CONFIG_NAMESPACES: enabled [2020-11-05T11:12:15.969Z] - CONFIG_NET_NS: enabled [2020-11-05T11:12:15.969Z] - CONFIG_PID_NS: enabled [2020-11-05T11:12:15.969Z] - CONFIG_IPC_NS: enabled [2020-11-05T11:12:15.969Z] - CONFIG_UTS_NS: enabled [2020-11-05T11:12:15.969Z] - CONFIG_CGROUPS: enabled [2020-11-05T11:12:15.969Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-05T11:12:15.969Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-05T11:12:15.969Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-05T11:12:15.969Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-05T11:12:15.969Z] - CONFIG_CPUSETS: enabled [2020-11-05T11:12:15.969Z] - CONFIG_MEMCG: enabled [2020-11-05T11:12:15.969Z] - CONFIG_KEYS: enabled [2020-11-05T11:12:15.969Z] - CONFIG_VETH: enabled (as module) [2020-11-05T11:12:15.969Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-05T11:12:16.259Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-05T11:12:16.259Z] [2020-11-05T11:12:16.259Z] Optional Features: [2020-11-05T11:12:16.259Z] - CONFIG_USER_NS: enabled [2020-11-05T11:12:16.259Z] - CONFIG_SECCOMP: enabled [2020-11-05T11:12:16.259Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-05T11:12:16.259Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-05T11:12:16.259Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-05T11:12:16.259Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-05T11:12:16.259Z] - CONFIG_BLK_CGROUP: enabled [2020-11-05T11:12:16.259Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-05T11:12:16.259Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-05T11:12:16.259Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-05T11:12:16.259Z] - CONFIG_CGROUP_PERF: enabled [2020-11-05T11:12:16.259Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-05T11:12:16.259Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-05T11:12:16.259Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-05T11:12:16.259Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-05T11:12:16.259Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-05T11:12:16.259Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_IP_VS: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-05T11:12:16.259Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-05T11:12:16.259Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-05T11:12:16.259Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_EXT4_FS: enabled [2020-11-05T11:12:16.259Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-05T11:12:16.259Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-05T11:12:16.259Z] - Network Drivers: [2020-11-05T11:12:16.259Z] - "overlay": [2020-11-05T11:12:16.259Z] - CONFIG_VXLAN: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-05T11:12:16.259Z] Optional (for encrypted networks): [2020-11-05T11:12:16.259Z] - CONFIG_CRYPTO: enabled [2020-11-05T11:12:16.259Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-05T11:12:16.259Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-05T11:12:16.259Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-05T11:12:16.259Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-05T11:12:16.259Z] - CONFIG_XFRM: enabled [2020-11-05T11:12:16.259Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-05T11:12:16.259Z] - "ipvlan": [2020-11-05T11:12:16.259Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-05T11:12:16.259Z] - "macvlan": [2020-11-05T11:12:16.259Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_DUMMY: enabled (as module) [2020-11-05T11:12:16.259Z] - "ftp,tftp client in container": [2020-11-05T11:12:16.259Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-05T11:12:16.259Z] - Storage Drivers: [2020-11-05T11:12:16.259Z] - "aufs": [2020-11-05T11:12:16.259Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-05T11:12:16.259Z] - "btrfs": [2020-11-05T11:12:16.259Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-05T11:12:16.259Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-05T11:12:16.259Z] - "devicemapper": [2020-11-05T11:12:16.259Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-05T11:12:16.259Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-05T11:12:16.259Z] - "overlay": [2020-11-05T11:12:16.259Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-05T11:12:16.259Z] - "zfs": [2020-11-05T11:12:16.259Z] - /dev/zfs: missing [2020-11-05T11:12:16.259Z] - zfs command: missing [2020-11-05T11:12:16.259Z] - zpool command: missing [2020-11-05T11:12:16.259Z] [2020-11-05T11:12:16.259Z] Limits: [2020-11-05T11:12:16.259Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-05T11:12:16.259Z] [2020-11-05T11:12:16.259Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-05T11:12:16.754Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:315101e8a789ad8fda6b9338492318db0f481c00 . [2020-11-05T11:12:16.754Z] #2 [internal] load .dockerignore [2020-11-05T11:12:16.754Z] #2 transferring context: 87B 0.0s done [2020-11-05T11:12:16.754Z] #2 DONE 0.0s [2020-11-05T11:12:16.754Z] [2020-11-05T11:12:16.754Z] #1 [internal] load build definition from Dockerfile [2020-11-05T11:12:16.754Z] #1 transferring dockerfile: 16.58kB 0.0s done [2020-11-05T11:12:16.754Z] #1 DONE 0.0s [2020-11-05T11:12:16.754Z] [2020-11-05T11:12:16.754Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-05T11:12:16.950Z] Fetching without tags [2020-11-05T11:12:17.221Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:12:17.383Z] #3 DONE 0.3s [2020-11-05T11:12:17.383Z] [2020-11-05T11:12:17.383Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-05T11:12:17.383Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-05T11:12:17.383Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-05T11:12:17.383Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2020-11-05T11:12:17.383Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2020-11-05T11:12:17.383Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0B / 8.88MB 0.1s [2020-11-05T11:12:17.383Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 6.72MB / 8.88MB 0.2s [2020-11-05T11:12:17.383Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done [2020-11-05T11:12:17.383Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.1s [2020-11-05T11:12:16.833Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-05T11:12:16.836Z] > git config --add remote.origin.fetch +refs/pull/40256/head:refs/remotes/origin/PR-40256 # timeout=10 [2020-11-05T11:12:16.850Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:12:16.861Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-05T11:12:16.876Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-05T11:12:16.876Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:12:16.876Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40256/head:refs/remotes/origin/PR-40256 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:12:17.147Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:12:17.152Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [2020-11-05T11:12:17.673Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [2020-11-05T11:12:17.673Z] #4 DONE 0.5s [2020-11-05T11:12:17.811Z] Merge succeeded, producing 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:12:17.811Z] Checking out Revision 315101e8a789ad8fda6b9338492318db0f481c00 (PR-40256) [2020-11-05T11:12:18.039Z] [2020-11-05T11:12:18.039Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-05T11:12:18.174Z] Still waiting to schedule task [2020-11-05T11:12:18.174Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-11-05T11:12:18.182Z] Still waiting to schedule task [2020-11-05T11:12:18.182Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0d31c7ac391ffc87e)’ [2020-11-05T11:12:18.184Z] Still waiting to schedule task [2020-11-05T11:12:18.184Z] Waiting for next available executor on ‘azwin-2-66fc80’ [2020-11-05T11:12:18.335Z] Commit message: "Windows: don't override size storage-option if it's set" [2020-11-05T11:12:18.356Z] #7 ... [2020-11-05T11:12:18.356Z] [2020-11-05T11:12:18.356Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-05T11:12:18.356Z] #6 DONE 0.2s [2020-11-05T11:12:18.356Z] [2020-11-05T11:12:18.356Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-05T11:12:18.356Z] #5 DONE 0.2s [2020-11-05T11:12:18.356Z] [2020-11-05T11:12:18.356Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-05T11:12:18.356Z] #7 DONE 0.2s [2020-11-05T11:12:18.356Z] [2020-11-05T11:12:18.356Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:12:18.356Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-05T11:12:18.356Z] #8 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done [2020-11-05T11:12:18.356Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 0B / 48.97MB 0.0s [2020-11-05T11:12:18.356Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-05T11:12:18.356Z] #8 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done [2020-11-05T11:12:18.356Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0B / 7.39MB 0.0s [2020-11-05T11:12:18.356Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 3.47MB / 48.97MB 0.2s [2020-11-05T11:12:18.356Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 2.75MB / 7.39MB 0.2s [2020-11-05T11:12:18.675Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 7.22MB / 48.97MB 0.2s [2020-11-05T11:12:18.675Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 6.56MB / 7.39MB 0.2s [2020-11-05T11:12:18.675Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 14.44MB / 48.97MB 0.3s [2020-11-05T11:12:18.675Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.3s done [2020-11-05T11:12:18.675Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0B / 9.88MB 0.3s [2020-11-05T11:12:18.675Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 0B / 51.38MB 0.3s [2020-11-05T11:12:18.675Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 18.21MB / 48.97MB 0.4s [2020-11-05T11:12:18.675Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 752.58kB / 9.88MB 0.4s [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-05T11:12:18.973Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 22.16MB / 48.97MB 0.5s [2020-11-05T11:12:18.973Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 4.14MB / 9.88MB 0.5s [2020-11-05T11:12:18.973Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 5.54MB / 51.38MB 0.5s [2020-11-05T11:12:18.973Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 25.02MB / 48.97MB 0.6s [2020-11-05T11:12:18.973Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 5.78MB / 9.88MB 0.6s [2020-11-05T11:12:18.973Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 12.38MB / 51.38MB 0.6s [2020-11-05T11:12:18.973Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 28.00MB / 48.97MB 0.7s [2020-11-05T11:12:18.973Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.44MB / 9.88MB 0.7s [2020-11-05T11:12:18.973Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 16.52MB / 51.38MB 0.7s [2020-11-05T11:12:19.145Z] + [ PR != PR ] [2020-11-05T11:12:19.145Z] + [ master != master ] [2020-11-05T11:12:19.145Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-05T11:12:17.688Z] > git remote # timeout=10 [2020-11-05T11:12:17.691Z] > git config --get remote.origin.url # timeout=10 [2020-11-05T11:12:17.702Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:12:17.703Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-05T11:12:17.718Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-05T11:12:17.737Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:12:17.752Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [2020-11-05T11:12:19.270Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 34.16MB / 48.97MB 0.8s [2020-11-05T11:12:19.270Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 0.8s done [2020-11-05T11:12:19.270Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 19.18MB / 51.38MB 0.8s [2020-11-05T11:12:19.270Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 0B / 56.74MB 0.8s [2020-11-05T11:12:19.270Z] #8 ... [2020-11-05T11:12:19.270Z] [2020-11-05T11:12:19.270Z] #21 [internal] load build context [2020-11-05T11:12:19.270Z] #21 transferring context: 51.98MB 1.0s done [2020-11-05T11:12:19.270Z] #21 DONE 1.0s [2020-11-05T11:12:19.270Z] [2020-11-05T11:12:19.270Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-05T11:12:19.270Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-05T11:12:19.270Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-05T11:12:19.270Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-05T11:12:19.270Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done [2020-11-05T11:12:19.270Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.7s done [2020-11-05T11:12:19.270Z] #60 DONE 1.1s [2020-11-05T11:12:19.270Z] [2020-11-05T11:12:19.270Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:12:19.270Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 40.48MB / 48.97MB 1.0s [2020-11-05T11:12:19.270Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 23.81MB / 51.38MB 1.0s [2020-11-05T11:12:19.270Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 2.92MB / 56.74MB 1.0s [2020-11-05T11:12:19.473Z] + docker version [2020-11-05T11:12:19.473Z] Client: Docker Engine - Community [2020-11-05T11:12:19.473Z] Version: 19.03.13 [2020-11-05T11:12:19.473Z] API version: 1.40 [2020-11-05T11:12:19.473Z] Go version: go1.13.15 [2020-11-05T11:12:19.473Z] Git commit: 4484c46d9d [2020-11-05T11:12:19.473Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-05T11:12:19.473Z] OS/Arch: linux/amd64 [2020-11-05T11:12:19.473Z] Experimental: false [2020-11-05T11:12:19.473Z] [2020-11-05T11:12:19.473Z] Server: Docker Engine - Community [2020-11-05T11:12:19.473Z] Engine: [2020-11-05T11:12:19.473Z] Version: 19.03.13 [2020-11-05T11:12:19.473Z] API version: 1.40 (minimum version 1.12) [2020-11-05T11:12:19.473Z] Go version: go1.13.15 [2020-11-05T11:12:19.473Z] Git commit: 4484c46d9d [2020-11-05T11:12:19.473Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-05T11:12:19.473Z] OS/Arch: linux/amd64 [2020-11-05T11:12:19.473Z] Experimental: true [2020-11-05T11:12:19.473Z] containerd: [2020-11-05T11:12:19.473Z] Version: 1.3.7 [2020-11-05T11:12:19.473Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-05T11:12:19.473Z] runc: [2020-11-05T11:12:19.473Z] Version: 1.0.0-rc10 [2020-11-05T11:12:19.473Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-05T11:12:19.473Z] docker-init: [2020-11-05T11:12:19.473Z] Version: 0.18.0 [2020-11-05T11:12:19.473Z] GitCommit: fec3683 [Pipeline] sh [2020-11-05T11:12:19.564Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 44.13MB / 48.97MB 1.1s [2020-11-05T11:12:19.564Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 27.52MB / 51.38MB 1.1s [2020-11-05T11:12:19.564Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 7.33MB / 56.74MB 1.1s [2020-11-05T11:12:19.564Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.3s [2020-11-05T11:12:19.564Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 36.28MB / 51.38MB 1.3s [2020-11-05T11:12:19.564Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 17.20MB / 56.74MB 1.3s [2020-11-05T11:12:19.761Z] + docker info [2020-11-05T11:12:19.859Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.4s done [2020-11-05T11:12:19.859Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 39.96MB / 51.38MB 1.4s [2020-11-05T11:12:19.859Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 20.46MB / 56.74MB 1.4s [2020-11-05T11:12:19.859Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0B / 102.23MB 1.4s [2020-11-05T11:12:19.859Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 [2020-11-05T11:12:20.264Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 46.33MB / 51.38MB 1.6s [2020-11-05T11:12:20.264Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 26.11MB / 56.74MB 1.6s [2020-11-05T11:12:20.264Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 50.04MB / 51.38MB 1.7s [2020-11-05T11:12:20.264Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 29.21MB / 56.74MB 1.7s [2020-11-05T11:12:20.264Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 8.49MB / 102.23MB 1.7s [2020-11-05T11:12:20.264Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.8s done [2020-11-05T11:12:20.264Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 34.38MB / 56.74MB 1.9s [2020-11-05T11:12:20.264Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 13.74MB / 102.23MB 1.9s [2020-11-05T11:12:20.264Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 1.8s done [2020-11-05T11:12:20.264Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 39.30MB / 56.74MB 1.9s [2020-11-05T11:12:20.264Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 18.88MB / 102.23MB 1.9s [2020-11-05T11:12:20.332Z] Client: [2020-11-05T11:12:20.332Z] Debug Mode: false [2020-11-05T11:12:20.332Z] [2020-11-05T11:12:20.332Z] Server: [2020-11-05T11:12:20.332Z] Containers: 0 [2020-11-05T11:12:20.332Z] Running: 0 [2020-11-05T11:12:20.332Z] Paused: 0 [2020-11-05T11:12:20.332Z] Stopped: 0 [2020-11-05T11:12:20.332Z] Images: 6 [2020-11-05T11:12:20.332Z] Server Version: 19.03.13 [2020-11-05T11:12:20.332Z] Storage Driver: overlay2 [2020-11-05T11:12:20.332Z] Backing Filesystem: extfs [2020-11-05T11:12:20.332Z] Supports d_type: true [2020-11-05T11:12:20.332Z] Native Overlay Diff: true [2020-11-05T11:12:20.332Z] Logging Driver: json-file [2020-11-05T11:12:20.332Z] Cgroup Driver: cgroupfs [2020-11-05T11:12:20.332Z] Plugins: [2020-11-05T11:12:20.332Z] Volume: local [2020-11-05T11:12:20.332Z] Network: bridge host ipvlan macvlan null overlay [2020-11-05T11:12:20.332Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-05T11:12:20.332Z] Swarm: inactive [2020-11-05T11:12:20.332Z] Runtimes: runc [2020-11-05T11:12:20.332Z] Default Runtime: runc [2020-11-05T11:12:20.332Z] Init Binary: docker-init [2020-11-05T11:12:20.332Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-05T11:12:20.332Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-05T11:12:20.332Z] init version: fec3683 [2020-11-05T11:12:20.332Z] Security Options: [2020-11-05T11:12:20.332Z] apparmor [2020-11-05T11:12:20.332Z] seccomp [2020-11-05T11:12:20.332Z] Profile: default [2020-11-05T11:12:20.332Z] Kernel Version: 5.4.0-1025-aws [2020-11-05T11:12:20.332Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-05T11:12:20.332Z] OSType: linux [2020-11-05T11:12:20.332Z] Architecture: x86_64 [2020-11-05T11:12:20.332Z] CPUs: 2 [2020-11-05T11:12:20.332Z] Total Memory: 7.569GiB [2020-11-05T11:12:20.332Z] Name: ip-10-100-57-100 [2020-11-05T11:12:20.332Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-05T11:12:20.332Z] Docker Root Dir: /var/lib/docker [2020-11-05T11:12:20.332Z] Debug Mode: false [2020-11-05T11:12:20.332Z] Registry: https://index.docker.io/v1/ [2020-11-05T11:12:20.332Z] Labels: [2020-11-05T11:12:20.332Z] Experimental: true [2020-11-05T11:12:20.332Z] Insecure Registries: [2020-11-05T11:12:20.332Z] 127.0.0.0/8 [2020-11-05T11:12:20.332Z] Live Restore Enabled: true [2020-11-05T11:12:20.332Z] [2020-11-05T11:12:20.332Z] WARNING: No swap limit support [Pipeline] sh [2020-11-05T11:12:20.560Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 43.00MB / 56.74MB 2.1s [2020-11-05T11:12:20.619Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-05T11:12:20.620Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-05T11:12:20.620Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40256/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-05T11:12:20.620Z] + bash /home/ubuntu/workspace/moby_PR-40256/check-config.sh [2020-11-05T11:12:20.620Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-05T11:12:20.620Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-05T11:12:20.620Z] [2020-11-05T11:12:20.620Z] Generally Necessary: [2020-11-05T11:12:20.620Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-05T11:12:20.620Z] - apparmor: enabled and tools installed [2020-11-05T11:12:20.854Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 48.16MB / 56.74MB 2.3s [2020-11-05T11:12:20.854Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 25.95MB / 102.23MB 2.3s [2020-11-05T11:12:20.854Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 55.16MB / 56.74MB 2.5s [2020-11-05T11:12:20.854Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 31.95MB / 102.23MB 2.5s [2020-11-05T11:12:20.881Z] - CONFIG_NAMESPACES: enabled [2020-11-05T11:12:20.881Z] - CONFIG_NET_NS: enabled [2020-11-05T11:12:20.881Z] - CONFIG_PID_NS: enabled [2020-11-05T11:12:20.881Z] - CONFIG_IPC_NS: enabled [2020-11-05T11:12:20.881Z] - CONFIG_UTS_NS: enabled [2020-11-05T11:12:20.881Z] - CONFIG_CGROUPS: enabled [2020-11-05T11:12:20.881Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-05T11:12:20.881Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-05T11:12:20.881Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-05T11:12:20.881Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-05T11:12:20.881Z] - CONFIG_CPUSETS: enabled [2020-11-05T11:12:20.881Z] - CONFIG_MEMCG: enabled [2020-11-05T11:12:20.881Z] - CONFIG_KEYS: enabled [2020-11-05T11:12:20.881Z] - CONFIG_VETH: enabled (as module) [2020-11-05T11:12:20.881Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-05T11:12:20.881Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-05T11:12:20.881Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-05T11:12:20.881Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-05T11:12:20.881Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-05T11:12:20.881Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-05T11:12:20.881Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-05T11:12:20.881Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-05T11:12:20.881Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-05T11:12:20.881Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-05T11:12:20.881Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-05T11:12:20.881Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-05T11:12:20.881Z] [2020-11-05T11:12:20.881Z] Optional Features: [2020-11-05T11:12:20.881Z] - CONFIG_USER_NS: enabled [2020-11-05T11:12:20.881Z] - CONFIG_SECCOMP: enabled [2020-11-05T11:12:20.881Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-05T11:12:20.881Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-05T11:12:20.881Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-05T11:12:20.881Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-05T11:12:20.881Z] - CONFIG_BLK_CGROUP: enabled [2020-11-05T11:12:20.881Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-05T11:12:20.881Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-05T11:12:20.881Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-05T11:12:20.881Z] - CONFIG_CGROUP_PERF: enabled [2020-11-05T11:12:20.881Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-05T11:12:20.881Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-05T11:12:20.881Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-05T11:12:20.881Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-05T11:12:20.881Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-05T11:12:20.881Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-05T11:12:20.881Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-05T11:12:20.881Z] - CONFIG_IP_VS: enabled (as module) [2020-11-05T11:12:20.881Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-05T11:12:20.881Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-05T11:12:20.881Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-05T11:12:20.881Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-05T11:12:20.881Z] - CONFIG_EXT4_FS: enabled [2020-11-05T11:12:20.881Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-05T11:12:20.881Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-05T11:12:20.941Z] Fetching without tags [2020-11-05T11:12:20.912Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-05T11:12:20.915Z] > git config --add remote.origin.fetch +refs/pull/40256/head:refs/remotes/origin/PR-40256 # timeout=10 [2020-11-05T11:12:20.918Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:12:20.932Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-05T11:12:20.946Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-05T11:12:20.946Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:12:20.947Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40256/head:refs/remotes/origin/PR-40256 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:12:21.152Z] - Network Drivers: [2020-11-05T11:12:21.153Z] - "overlay": [2020-11-05T11:12:21.153Z] - CONFIG_VXLAN: enabled (as module) [2020-11-05T11:12:21.153Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-05T11:12:21.153Z] Optional (for encrypted networks): [2020-11-05T11:12:21.153Z] - CONFIG_CRYPTO: enabled [2020-11-05T11:12:21.153Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-05T11:12:21.153Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-05T11:12:21.153Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-05T11:12:21.153Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-05T11:12:21.153Z] - CONFIG_XFRM: enabled [2020-11-05T11:12:21.153Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-05T11:12:21.153Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-05T11:12:21.153Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-05T11:12:21.153Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-05T11:12:21.153Z] - "ipvlan": [2020-11-05T11:12:21.153Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-05T11:12:21.153Z] - "macvlan": [2020-11-05T11:12:21.153Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-05T11:12:21.153Z] - CONFIG_DUMMY: enabled (as module) [2020-11-05T11:12:21.153Z] - "ftp,tftp client in container": [2020-11-05T11:12:21.153Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-05T11:12:21.153Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-05T11:12:21.153Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-05T11:12:21.153Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-05T11:12:21.153Z] - Storage Drivers: [2020-11-05T11:12:21.153Z] - "aufs": [2020-11-05T11:12:21.153Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-05T11:12:21.153Z] - "btrfs": [2020-11-05T11:12:21.153Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-05T11:12:21.153Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-05T11:12:21.153Z] - "devicemapper": [2020-11-05T11:12:21.153Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-05T11:12:21.153Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-05T11:12:21.153Z] - "overlay": [2020-11-05T11:12:21.153Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-05T11:12:21.153Z] - "zfs": [2020-11-05T11:12:21.153Z] - /dev/zfs: present [2020-11-05T11:12:21.153Z] - zfs command: missing [2020-11-05T11:12:21.153Z] - zpool command: missing [2020-11-05T11:12:21.153Z] [2020-11-05T11:12:21.153Z] Limits: [2020-11-05T11:12:21.153Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-05T11:12:21.153Z] [2020-11-05T11:12:21.153Z] + true [Pipeline] } [Pipeline] // stage [2020-11-05T11:12:21.183Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 2.7s done [2020-11-05T11:12:21.183Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 38.88MB / 102.23MB 2.7s [2020-11-05T11:12:21.183Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 45.40MB / 102.23MB 2.8s [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-05T11:12:21.360Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:12:21.483Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 50.87MB / 102.23MB 2.9s [2020-11-05T11:12:21.483Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 62.52MB / 102.23MB 3.1s [2020-11-05T11:12:21.483Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 67.73MB / 102.23MB 3.2s [2020-11-05T11:12:21.483Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 1.7s done [2020-11-05T11:12:21.491Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:315101e8a789ad8fda6b9338492318db0f481c00 . [2020-11-05T11:12:21.491Z] #1 [internal] load build definition from Dockerfile [2020-11-05T11:12:21.491Z] #1 DONE 0.0s [2020-11-05T11:12:21.491Z] [2020-11-05T11:12:21.491Z] #2 [internal] load .dockerignore [2020-11-05T11:12:21.491Z] #2 DONE 0.0s [2020-11-05T11:12:21.491Z] [2020-11-05T11:12:21.491Z] #2 [internal] load .dockerignore [2020-11-05T11:12:21.491Z] #2 transferring context: 87B done [2020-11-05T11:12:21.491Z] #2 DONE 0.0s [2020-11-05T11:12:21.491Z] [2020-11-05T11:12:21.491Z] #1 [internal] load build definition from Dockerfile [2020-11-05T11:12:21.491Z] #1 transferring dockerfile: 16.58kB done [2020-11-05T11:12:21.491Z] #1 DONE 0.0s [2020-11-05T11:12:21.491Z] [2020-11-05T11:12:21.491Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-05T11:12:21.752Z] #3 DONE 0.2s [2020-11-05T11:12:21.752Z] [2020-11-05T11:12:21.752Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-05T11:12:21.752Z] #4 CACHED [2020-11-05T11:12:21.775Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 78.05MB / 102.23MB 3.3s [2020-11-05T11:12:21.775Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 [2020-11-05T11:12:21.775Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 87.80MB / 102.23MB 3.4s [2020-11-05T11:12:22.012Z] [2020-11-05T11:12:22.012Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-05T11:12:22.012Z] #5 DONE 0.1s [2020-11-05T11:12:22.012Z] [2020-11-05T11:12:22.012Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-05T11:12:22.012Z] #7 ... [2020-11-05T11:12:22.065Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 3.6s [2020-11-05T11:12:22.065Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 3.7s done [2020-11-05T11:12:22.065Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.5s done [2020-11-05T11:12:22.220Z] Merge succeeded, producing 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:12:22.220Z] Checking out Revision 315101e8a789ad8fda6b9338492318db0f481c00 (PR-40256) [2020-11-05T11:12:22.275Z] [2020-11-05T11:12:22.275Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-05T11:12:22.275Z] #6 DONE 0.2s [2020-11-05T11:12:22.275Z] [2020-11-05T11:12:22.275Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-05T11:12:22.275Z] #7 DONE 0.3s [2020-11-05T11:12:22.275Z] [2020-11-05T11:12:22.275Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-05T11:12:22.275Z] #60 DONE 0.0s [2020-11-05T11:12:22.275Z] [2020-11-05T11:12:22.275Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:12:22.275Z] #8 DONE 0.0s [2020-11-05T11:12:22.275Z] [2020-11-05T11:12:22.275Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-05T11:12:22.275Z] #24 DONE 0.0s [2020-11-05T11:12:22.275Z] [2020-11-05T11:12:22.275Z] #21 [internal] load build context [2020-11-05T11:12:22.355Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc [2020-11-05T11:12:22.518Z] Commit message: "Windows: don't override size storage-option if it's set" [2020-11-05T11:12:21.365Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:12:21.368Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [2020-11-05T11:12:22.183Z] > git remote # timeout=10 [2020-11-05T11:12:22.186Z] > git config --get remote.origin.url # timeout=10 [2020-11-05T11:12:22.189Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:12:22.190Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-05T11:12:22.211Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-05T11:12:22.226Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:12:22.228Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-05T11:12:23.053Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.6s done [2020-11-05T11:12:23.053Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d [2020-11-05T11:12:23.343Z] #8 ... [2020-11-05T11:12:23.343Z] [2020-11-05T11:12:23.343Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-05T11:12:23.343Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-11-05T11:12:23.343Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-11-05T11:12:23.343Z] #24 sha256:f4f8457fd057d0744bbd01d994e9ad1229f0bee5d063f1ab7a8568ef18c8ddf8 529B / 529B done [2020-11-05T11:12:23.343Z] #24 sha256:85991a508dae9b547fed5d7702ba645164a47b8d92598304c4b465bbad0bc7b2 1.50kB / 1.50kB done [2020-11-05T11:12:23.344Z] #24 sha256:dcbd85f88306d080bce94006a992947eaf462efa80b07c202b0514e6ef412fdf 48.97MB / 48.97MB 3.1s done [2020-11-05T11:12:23.344Z] #24 extracting sha256:dcbd85f88306d080bce94006a992947eaf462efa80b07c202b0514e6ef412fdf 1.6s done [2020-11-05T11:12:23.344Z] #24 DONE 5.1s [2020-11-05T11:12:23.344Z] [2020-11-05T11:12:23.344Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:12:23.383Z] + docker version [2020-11-05T11:12:23.383Z] Client: [2020-11-05T11:12:23.383Z] Version: 18.06.1-ce [2020-11-05T11:12:23.383Z] API version: 1.38 [2020-11-05T11:12:23.383Z] Go version: go1.10.3 [2020-11-05T11:12:23.383Z] Git commit: e68fc7a [2020-11-05T11:12:23.383Z] Built: Tue Aug 21 17:26:10 2018 [2020-11-05T11:12:23.383Z] OS/Arch: linux/ppc64le [2020-11-05T11:12:23.383Z] Experimental: false [2020-11-05T11:12:23.383Z] [2020-11-05T11:12:23.383Z] Server: [2020-11-05T11:12:23.383Z] Engine: [2020-11-05T11:12:23.383Z] Version: 18.06.1-ce [2020-11-05T11:12:23.383Z] API version: 1.38 (minimum version 1.12) [2020-11-05T11:12:23.383Z] Go version: go1.10.3 [2020-11-05T11:12:23.383Z] Git commit: e68fc7a [2020-11-05T11:12:23.383Z] Built: Tue Aug 21 17:24:20 2018 [2020-11-05T11:12:23.383Z] OS/Arch: linux/ppc64le [2020-11-05T11:12:23.383Z] Experimental: true [Pipeline] sh [2020-11-05T11:12:23.768Z] + docker info [2020-11-05T11:12:23.768Z] Containers: 0 [2020-11-05T11:12:23.768Z] Running: 0 [2020-11-05T11:12:23.768Z] Paused: 0 [2020-11-05T11:12:23.768Z] Stopped: 0 [2020-11-05T11:12:23.768Z] Images: 0 [2020-11-05T11:12:23.768Z] Server Version: 18.06.1-ce [2020-11-05T11:12:23.768Z] Storage Driver: overlay2 [2020-11-05T11:12:23.768Z] Backing Filesystem: extfs [2020-11-05T11:12:23.768Z] Supports d_type: true [2020-11-05T11:12:23.768Z] Native Overlay Diff: true [2020-11-05T11:12:23.768Z] Logging Driver: json-file [2020-11-05T11:12:23.768Z] Cgroup Driver: cgroupfs [2020-11-05T11:12:23.768Z] Plugins: [2020-11-05T11:12:23.768Z] Volume: local [2020-11-05T11:12:23.768Z] Network: bridge host ipvlan macvlan null overlay [2020-11-05T11:12:23.768Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-11-05T11:12:23.768Z] Swarm: inactive [2020-11-05T11:12:23.768Z] Runtimes: runc [2020-11-05T11:12:23.768Z] Default Runtime: runc [2020-11-05T11:12:23.768Z] Init Binary: docker-init [2020-11-05T11:12:23.768Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-11-05T11:12:23.768Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-11-05T11:12:23.768Z] init version: fec3683 [2020-11-05T11:12:23.768Z] Security Options: [2020-11-05T11:12:23.768Z] apparmor [2020-11-05T11:12:23.768Z] seccomp [2020-11-05T11:12:23.768Z] Profile: default [2020-11-05T11:12:23.768Z] Kernel Version: 4.4.0-139-generic [2020-11-05T11:12:23.768Z] Operating System: Ubuntu 16.04.3 LTS [2020-11-05T11:12:23.768Z] OSType: linux [2020-11-05T11:12:23.768Z] Architecture: ppc64le [2020-11-05T11:12:23.768Z] CPUs: 4 [2020-11-05T11:12:23.768Z] Total Memory: 7.972GiB [2020-11-05T11:12:23.768Z] Name: ppc64le-ubuntu-22 [2020-11-05T11:12:23.768Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-11-05T11:12:23.768Z] Docker Root Dir: /var/lib/docker [2020-11-05T11:12:23.768Z] Debug Mode (client): false [2020-11-05T11:12:23.768Z] Debug Mode (server): false [2020-11-05T11:12:23.768Z] Username: dockerbuildbot [2020-11-05T11:12:23.768Z] Registry: https://index.docker.io/v1/ [2020-11-05T11:12:23.768Z] Labels: [2020-11-05T11:12:23.768Z] Experimental: true [2020-11-05T11:12:23.768Z] Insecure Registries: [2020-11-05T11:12:23.768Z] 127.0.0.0/8 [2020-11-05T11:12:23.768Z] Live Restore Enabled: false [2020-11-05T11:12:23.768Z] [Pipeline] sh [2020-11-05T11:12:24.170Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-05T11:12:24.170Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-05T11:12:24.170Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40256/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-05T11:12:24.170Z] + bash /home/docker/workspace/moby_PR-40256/check-config.sh [2020-11-05T11:12:24.170Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-05T11:12:24.170Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-11-05T11:12:24.170Z] [2020-11-05T11:12:24.170Z] Generally Necessary: [2020-11-05T11:12:24.170Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-05T11:12:24.170Z] - apparmor: enabled and tools installed [2020-11-05T11:12:24.170Z] - CONFIG_NAMESPACES: enabled [2020-11-05T11:12:24.170Z] - CONFIG_NET_NS: enabled [2020-11-05T11:12:24.170Z] - CONFIG_PID_NS: enabled [2020-11-05T11:12:24.170Z] - CONFIG_IPC_NS: enabled [2020-11-05T11:12:24.170Z] - CONFIG_UTS_NS: enabled [2020-11-05T11:12:24.170Z] - CONFIG_CGROUPS: enabled [2020-11-05T11:12:24.170Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-05T11:12:24.170Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-05T11:12:24.207Z] #21 transferring context: 51.98MB 1.5s done [2020-11-05T11:12:24.208Z] #21 DONE 1.5s [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:12:24.208Z] #43 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:12:24.208Z] #51 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-05T11:12:24.208Z] #52 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-05T11:12:24.208Z] #44 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-05T11:12:24.208Z] #13 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:12:24.208Z] #41 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:12:24.208Z] #18 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-05T11:12:24.208Z] #29 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:12:24.208Z] #35 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-05T11:12:24.208Z] #42 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-05T11:12:24.208Z] #19 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-05T11:12:24.208Z] #46 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-05T11:12:24.208Z] #59 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-05T11:12:24.208Z] #14 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-05T11:12:24.208Z] #61 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-05T11:12:24.208Z] #36 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:24.208Z] #45 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-05T11:12:24.208Z] #57 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-05T11:12:24.208Z] #25 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-05T11:12:24.208Z] #23 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-05T11:12:24.208Z] #48 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:12:24.208Z] #34 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-05T11:12:24.208Z] #16 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:12:24.208Z] #38 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:24.208Z] #47 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:12:24.208Z] #32 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-05T11:12:24.208Z] #63 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-05T11:12:24.208Z] #15 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:12:24.208Z] #53 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-05T11:12:24.208Z] #20 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-05T11:12:24.208Z] #31 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:24.208Z] #22 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-05T11:12:24.208Z] #9 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-05T11:12:24.208Z] #26 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:12:24.208Z] #40 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:12:24.208Z] #11 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:12:24.208Z] #27 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-05T11:12:24.208Z] #58 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-05T11:12:24.208Z] #10 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-05T11:12:24.208Z] #33 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-05T11:12:24.208Z] #28 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-05T11:12:24.208Z] #39 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-05T11:12:24.208Z] #12 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:24.208Z] #54 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:12:24.208Z] #49 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-05T11:12:24.208Z] #37 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-05T11:12:24.208Z] #50 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-05T11:12:24.208Z] #55 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:12:24.208Z] #30 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-05T11:12:24.208Z] #17 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:12:24.208Z] #62 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:24.208Z] #56 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-05T11:12:24.208Z] #64 CACHED [2020-11-05T11:12:24.208Z] [2020-11-05T11:12:24.208Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-05T11:12:24.466Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-05T11:12:24.466Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-05T11:12:24.466Z] - CONFIG_CPUSETS: enabled [2020-11-05T11:12:24.466Z] - CONFIG_MEMCG: enabled [2020-11-05T11:12:24.466Z] - CONFIG_KEYS: enabled [2020-11-05T11:12:24.466Z] - CONFIG_VETH: enabled (as module) [2020-11-05T11:12:24.466Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-05T11:12:24.466Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-05T11:12:24.466Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-05T11:12:24.466Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-05T11:12:24.466Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-05T11:12:24.466Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-05T11:12:24.466Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-05T11:12:24.466Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-05T11:12:24.466Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-05T11:12:24.466Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-05T11:12:24.466Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-05T11:12:24.466Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-05T11:12:24.466Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-11-05T11:12:24.466Z] [2020-11-05T11:12:24.466Z] Optional Features: [2020-11-05T11:12:24.466Z] - CONFIG_USER_NS: enabled [2020-11-05T11:12:24.466Z] - CONFIG_SECCOMP: enabled [2020-11-05T11:12:24.466Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-05T11:12:24.466Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-05T11:12:24.466Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-05T11:12:24.466Z] (cgroup swap accounting is currently enabled) [2020-11-05T11:12:24.466Z] - CONFIG_MEMCG_KMEM: enabled [2020-11-05T11:12:24.466Z] - CONFIG_BLK_CGROUP: enabled [2020-11-05T11:12:24.466Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-05T11:12:24.466Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-05T11:12:24.466Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-05T11:12:24.466Z] - CONFIG_CGROUP_PERF: enabled [2020-11-05T11:12:24.466Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-05T11:12:24.466Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-05T11:12:24.466Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-05T11:12:24.466Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-05T11:12:24.466Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-05T11:12:24.761Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-05T11:12:24.761Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_IP_VS: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-05T11:12:24.761Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-05T11:12:24.761Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-05T11:12:24.761Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_EXT4_FS: enabled [2020-11-05T11:12:24.761Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-05T11:12:24.761Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-05T11:12:24.761Z] - Network Drivers: [2020-11-05T11:12:24.761Z] - "overlay": [2020-11-05T11:12:24.761Z] - CONFIG_VXLAN: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-05T11:12:24.761Z] Optional (for encrypted networks): [2020-11-05T11:12:24.761Z] - CONFIG_CRYPTO: enabled [2020-11-05T11:12:24.761Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_XFRM: enabled [2020-11-05T11:12:24.761Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-05T11:12:24.761Z] - "ipvlan": [2020-11-05T11:12:24.761Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-05T11:12:24.761Z] - "macvlan": [2020-11-05T11:12:24.761Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_DUMMY: enabled (as module) [2020-11-05T11:12:24.761Z] - "ftp,tftp client in container": [2020-11-05T11:12:24.761Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-05T11:12:24.761Z] - Storage Drivers: [2020-11-05T11:12:24.761Z] - "aufs": [2020-11-05T11:12:24.761Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-05T11:12:24.761Z] - "btrfs": [2020-11-05T11:12:24.761Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-05T11:12:24.761Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-05T11:12:24.761Z] - "devicemapper": [2020-11-05T11:12:24.761Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-05T11:12:24.761Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-05T11:12:24.761Z] - "overlay": [2020-11-05T11:12:24.780Z] #65 DONE 1.0s [2020-11-05T11:12:24.780Z] [2020-11-05T11:12:24.780Z] #66 exporting to image [2020-11-05T11:12:24.780Z] #66 exporting layers [2020-11-05T11:12:24.847Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 1.8s done [2020-11-05T11:12:25.054Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-05T11:12:25.054Z] - "zfs": [2020-11-05T11:12:25.054Z] - /dev/zfs: missing [2020-11-05T11:12:25.054Z] - zfs command: missing [2020-11-05T11:12:25.054Z] - zpool command: missing [2020-11-05T11:12:25.054Z] [2020-11-05T11:12:25.054Z] Limits: [2020-11-05T11:12:25.054Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-05T11:12:25.054Z] [2020-11-05T11:12:25.054Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-05T11:12:25.137Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 [2020-11-05T11:12:25.488Z] + make bundles/buildx [2020-11-05T11:12:25.723Z] #66 exporting layers 0.8s done [2020-11-05T11:12:25.723Z] #66 writing image sha256:e466ce7b2cae2d0ce9ff5a003daf003ba63f321b2bbb90c5745b4ac41a5d5107 [2020-11-05T11:12:25.723Z] #66 writing image sha256:e466ce7b2cae2d0ce9ff5a003daf003ba63f321b2bbb90c5745b4ac41a5d5107 done [2020-11-05T11:12:25.723Z] #66 naming to docker.io/library/docker:315101e8a789ad8fda6b9338492318db0f481c00 done [2020-11-05T11:12:25.723Z] #66 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [2020-11-05T11:12:25.781Z] make: command: Command not found [2020-11-05T11:12:25.781Z] make: command: Command not found [2020-11-05T11:12:25.781Z] mkdir bundles [2020-11-05T11:12:25.781Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-11-05T11:12:25.781Z] --build-arg BUILDX_COMMIT \ [2020-11-05T11:12:25.781Z] --build-arg BUILDX_REPO \ [2020-11-05T11:12:25.781Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-11-05T11:12:25.781Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-11-05T11:12:25.781Z] . [2020-11-05T11:12:25.781Z] /bin/sh: 4: go: not found [2020-11-05T11:12:25.781Z] /bin/sh: 5: go: not found [Pipeline] sh [2020-11-05T11:12:26.063Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40256/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40256/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:315101e8a789ad8fda6b9338492318db0f481c00 hack/validate/default [2020-11-05T11:12:26.681Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.5s done [2020-11-05T11:12:26.972Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 [2020-11-05T11:12:27.006Z] Congratulations! All commits are properly signed with the DCO! [2020-11-05T11:12:27.006Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-11-05T11:12:27.006Z] No api/types/ or api/swagger.yaml changes in diff. [2020-11-05T11:12:27.006Z] Congratulations! All TOML source files changed here have valid syntax. [2020-11-05T11:12:27.006Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-11-05T11:12:27.006Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-11-05T11:12:27.006Z] Congratulations! No new tests were added to integration-cli. [2020-11-05T11:12:27.006Z] [2020-11-05T11:12:27.006Z] INFO Start validation with golang-ci-lint [2020-11-05T11:12:27.267Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-11-05T11:12:27.267Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-11-05T11:12:27.267Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-11-05T11:12:27.879Z] Sending build context to Docker daemon 56.81MB [2020-11-05T11:12:27.879Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2020-11-05T11:12:27.879Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-11-05T11:12:27.879Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-11-05T11:12:27.879Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-11-05T11:12:28.170Z] 1.13.15-buster: Pulling from library/golang [2020-11-05T11:12:28.465Z] db4e2d8d5901: Pulling fs layer [2020-11-05T11:12:28.465Z] dfe2d012519c: Pulling fs layer [2020-11-05T11:12:28.465Z] 5d8f1d1f9197: Pulling fs layer [2020-11-05T11:12:28.465Z] 1301750ffb48: Pulling fs layer [2020-11-05T11:12:28.465Z] dc5c6edc9cff: Pulling fs layer [2020-11-05T11:12:28.465Z] 3c370c2e2f82: Pulling fs layer [2020-11-05T11:12:28.465Z] 5ffb2f5886e2: Pulling fs layer [2020-11-05T11:12:28.465Z] 1301750ffb48: Waiting [2020-11-05T11:12:28.465Z] dc5c6edc9cff: Waiting [2020-11-05T11:12:28.465Z] 3c370c2e2f82: Waiting [2020-11-05T11:12:28.465Z] 5ffb2f5886e2: Waiting [2020-11-05T11:12:29.115Z] dfe2d012519c: Verifying Checksum [2020-11-05T11:12:29.115Z] dfe2d012519c: Download complete [2020-11-05T11:12:29.115Z] 5d8f1d1f9197: Verifying Checksum [2020-11-05T11:12:29.115Z] 5d8f1d1f9197: Download complete [2020-11-05T11:12:30.623Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 3.2s done [2020-11-05T11:12:30.623Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done [2020-11-05T11:12:30.623Z] #8 DONE 12.3s [2020-11-05T11:12:30.623Z] [2020-11-05T11:12:30.623Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-05T11:12:31.249Z] db4e2d8d5901: Verifying Checksum [2020-11-05T11:12:31.249Z] db4e2d8d5901: Download complete [2020-11-05T11:12:31.263Z] #9 ... [2020-11-05T11:12:31.263Z] [2020-11-05T11:12:31.263Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-05T11:12:31.263Z] #25 0.617 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:12:31.263Z] #25 0.633 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:12:31.263Z] #25 0.674 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:12:31.263Z] #25 0.736 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-11-05T11:12:31.263Z] #25 0.926 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-05T11:12:31.263Z] #25 1.339 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-05T11:12:31.263Z] #25 2.298 Fetched 8085 kB in 2s (4746 kB/s) [2020-11-05T11:12:31.263Z] #25 2.298 Reading package lists... [2020-11-05T11:12:31.263Z] #25 2.737 Reading package lists... [2020-11-05T11:12:31.263Z] #25 3.165 Building dependency tree... [2020-11-05T11:12:31.263Z] #25 3.278 The following additional packages will be installed: [2020-11-05T11:12:31.263Z] #25 3.278 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-05T11:12:31.263Z] #25 3.278 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-05T11:12:31.264Z] #25 3.278 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-05T11:12:31.264Z] #25 3.278 Suggested packages: [2020-11-05T11:12:31.264Z] #25 3.278 krb5-doc krb5-user [2020-11-05T11:12:31.264Z] #25 3.278 Recommended packages: [2020-11-05T11:12:31.264Z] #25 3.278 krb5-locales publicsuffix libsasl2-modules [2020-11-05T11:12:31.264Z] #25 3.388 The following NEW packages will be installed: [2020-11-05T11:12:31.264Z] #25 3.388 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-05T11:12:31.264Z] #25 3.388 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-05T11:12:31.264Z] #25 3.388 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-05T11:12:31.264Z] #25 3.388 libssh2-1 libssl1.1 openssl [2020-11-05T11:12:31.264Z] #25 3.414 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-05T11:12:31.264Z] #25 3.414 Need to get 4591 kB of archives. [2020-11-05T11:12:31.264Z] #25 3.414 After this operation, 11.9 MB of additional disk space will be used. [2020-11-05T11:12:31.264Z] #25 3.414 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB] [2020-11-05T11:12:31.264Z] #25 3.425 Get:2 http://security.debian.org/debian-security buster/updates/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u3 [213 kB] [2020-11-05T11:12:31.264Z] #25 3.428 Get:3 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB] [2020-11-05T11:12:31.264Z] #25 3.460 Get:4 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB] [2020-11-05T11:12:31.264Z] #25 3.471 Get:5 http://deb.debian.org/debian buster/main s390x libssl1.1 s390x 1.1.1d-0+deb10u3 [1199 kB] [2020-11-05T11:12:31.264Z] #25 3.516 Get:6 http://deb.debian.org/debian buster/main s390x openssl s390x 1.1.1d-0+deb10u3 [827 kB] [2020-11-05T11:12:31.264Z] #25 3.538 Get:7 http://deb.debian.org/debian buster-updates/main s390x ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-05T11:12:31.264Z] #25 3.543 Get:8 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB] [2020-11-05T11:12:31.264Z] #25 3.544 Get:9 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3 [64.6 kB] [2020-11-05T11:12:31.264Z] #25 3.544 Get:10 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3 [120 kB] [2020-11-05T11:12:31.264Z] #25 3.547 Get:11 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3 [346 kB] [2020-11-05T11:12:31.264Z] #25 3.556 Get:12 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3 [146 kB] [2020-11-05T11:12:31.264Z] #25 3.559 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB] [2020-11-05T11:12:31.264Z] #25 3.561 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB] [2020-11-05T11:12:31.264Z] #25 3.635 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB] [2020-11-05T11:12:31.264Z] #25 3.635 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB] [2020-11-05T11:12:31.264Z] #25 3.635 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB] [2020-11-05T11:12:31.264Z] #25 3.653 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB] [2020-11-05T11:12:31.264Z] #25 3.668 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-11-05T11:12:31.264Z] #25 3.673 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-11-05T11:12:31.264Z] #25 3.677 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-11-05T11:12:31.264Z] #25 3.781 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:12:31.264Z] #25 3.792 Fetched 4591 kB in 0s (16.4 MB/s) [2020-11-05T11:12:31.264Z] #25 3.807 Selecting previously unselected package libsasl2-modules-db:s390x. [2020-11-05T11:12:31.264Z] #25 3.807 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6675 files and directories currently installed.) [2020-11-05T11:12:31.264Z] #25 3.811 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 3.814 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:12:31.264Z] #25 3.841 Selecting previously unselected package libsasl2-2:s390x. [2020-11-05T11:12:31.264Z] #25 3.841 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 3.846 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:12:31.264Z] #25 3.872 Selecting previously unselected package libldap-common. [2020-11-05T11:12:31.264Z] #25 3.872 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ... [2020-11-05T11:12:31.264Z] #25 3.875 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:12:31.264Z] #25 3.902 Selecting previously unselected package libldap-2.4-2:s390x. [2020-11-05T11:12:31.264Z] #25 3.902 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 3.905 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:12:31.264Z] #25 4.036 Selecting previously unselected package libssl1.1:s390x. [2020-11-05T11:12:31.264Z] #25 4.036 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.038 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u3) ... [2020-11-05T11:12:31.264Z] #25 4.160 Selecting previously unselected package openssl. [2020-11-05T11:12:31.264Z] #25 4.160 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.162 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-05T11:12:31.264Z] #25 4.273 Selecting previously unselected package ca-certificates. [2020-11-05T11:12:31.264Z] #25 4.273 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-05T11:12:31.264Z] #25 4.281 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-05T11:12:31.264Z] #25 4.334 Selecting previously unselected package libkeyutils1:s390x. [2020-11-05T11:12:31.264Z] #25 4.334 Preparing to unpack .../07-libkeyutils1_1.6-6_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.337 Unpacking libkeyutils1:s390x (1.6-6) ... [2020-11-05T11:12:31.264Z] #25 4.357 Selecting previously unselected package libkrb5support0:s390x. [2020-11-05T11:12:31.264Z] #25 4.357 Preparing to unpack .../08-libkrb5support0_1.17-3_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.360 Unpacking libkrb5support0:s390x (1.17-3) ... [2020-11-05T11:12:31.264Z] #25 4.382 Selecting previously unselected package libk5crypto3:s390x. [2020-11-05T11:12:31.264Z] #25 4.382 Preparing to unpack .../09-libk5crypto3_1.17-3_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.385 Unpacking libk5crypto3:s390x (1.17-3) ... [2020-11-05T11:12:31.264Z] #25 4.418 Selecting previously unselected package libkrb5-3:s390x. [2020-11-05T11:12:31.264Z] #25 4.419 Preparing to unpack .../10-libkrb5-3_1.17-3_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.421 Unpacking libkrb5-3:s390x (1.17-3) ... [2020-11-05T11:12:31.264Z] #25 4.496 Selecting previously unselected package libgssapi-krb5-2:s390x. [2020-11-05T11:12:31.264Z] #25 4.496 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.500 Unpacking libgssapi-krb5-2:s390x (1.17-3) ... [2020-11-05T11:12:31.264Z] #25 4.534 Selecting previously unselected package libnghttp2-14:s390x. [2020-11-05T11:12:31.264Z] #25 4.534 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.541 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2020-11-05T11:12:31.264Z] #25 4.570 Selecting previously unselected package libpsl5:s390x. [2020-11-05T11:12:31.264Z] #25 4.570 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.572 Unpacking libpsl5:s390x (0.20.2-2) ... [2020-11-05T11:12:31.264Z] #25 4.710 Selecting previously unselected package librtmp1:s390x. [2020-11-05T11:12:31.264Z] #25 4.711 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.713 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2020-11-05T11:12:31.264Z] #25 4.746 Selecting previously unselected package libssh2-1:s390x. [2020-11-05T11:12:31.264Z] #25 4.746 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.749 Unpacking libssh2-1:s390x (1.8.0-2.1) ... [2020-11-05T11:12:31.264Z] #25 4.778 Selecting previously unselected package libcurl4:s390x. [2020-11-05T11:12:31.264Z] #25 4.778 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.780 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ... [2020-11-05T11:12:31.264Z] #25 4.825 Selecting previously unselected package curl. [2020-11-05T11:12:31.264Z] #25 4.825 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.827 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-05T11:12:31.264Z] #25 4.881 Selecting previously unselected package libonig5:s390x. [2020-11-05T11:12:31.264Z] #25 4.881 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.891 Unpacking libonig5:s390x (6.9.1-1) ... [2020-11-05T11:12:31.264Z] #25 4.949 Selecting previously unselected package libjq1:s390x. [2020-11-05T11:12:31.264Z] #25 4.949 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.961 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-05T11:12:31.264Z] #25 4.982 Selecting previously unselected package jq. [2020-11-05T11:12:31.264Z] #25 4.982 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-11-05T11:12:31.264Z] #25 4.984 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-05T11:12:31.264Z] #25 5.025 Setting up libkeyutils1:s390x (1.6-6) ... [2020-11-05T11:12:31.264Z] #25 5.031 Setting up libpsl5:s390x (0.20.2-2) ... [2020-11-05T11:12:31.264Z] #25 5.038 Setting up libssl1.1:s390x (1.1.1d-0+deb10u3) ... [2020-11-05T11:12:31.264Z] #25 5.095 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2020-11-05T11:12:31.264Z] #25 5.101 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:12:31.264Z] #25 5.109 Setting up libkrb5support0:s390x (1.17-3) ... [2020-11-05T11:12:31.264Z] #25 5.116 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:12:31.264Z] #25 5.122 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2020-11-05T11:12:31.264Z] #25 5.128 Setting up libk5crypto3:s390x (1.17-3) ... [2020-11-05T11:12:31.264Z] #25 5.135 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:12:31.264Z] #25 5.141 Setting up libssh2-1:s390x (1.8.0-2.1) ... [2020-11-05T11:12:31.264Z] #25 5.147 Setting up libkrb5-3:s390x (1.17-3) ... [2020-11-05T11:12:31.264Z] #25 5.154 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-05T11:12:31.264Z] #25 5.162 Setting up libonig5:s390x (6.9.1-1) ... [2020-11-05T11:12:31.264Z] #25 5.169 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-05T11:12:31.264Z] #25 5.175 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:12:31.264Z] #25 5.181 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-05T11:12:31.264Z] #25 5.452 Updating certificates in /etc/ssl/certs... [2020-11-05T11:12:31.264Z] #25 6.008 126 added, 0 removed; done. [2020-11-05T11:12:31.264Z] #25 6.052 Setting up libgssapi-krb5-2:s390x (1.17-3) ... [2020-11-05T11:12:31.264Z] #25 6.071 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-05T11:12:31.264Z] #25 6.082 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ... [2020-11-05T11:12:31.264Z] #25 6.089 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-05T11:12:31.264Z] #25 6.102 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:12:31.264Z] #25 6.117 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-05T11:12:31.264Z] #25 6.128 Updating certificates in /etc/ssl/certs... [2020-11-05T11:12:31.264Z] #25 6.545 0 added, 0 removed; done. [2020-11-05T11:12:31.264Z] #25 6.545 Running hooks in /etc/ca-certificates/update.d... [2020-11-05T11:12:31.264Z] #25 6.546 done. [2020-11-05T11:12:31.264Z] #25 DONE 7.8s [2020-11-05T11:12:31.264Z] [2020-11-05T11:12:31.264Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-05T11:12:31.264Z] #26 DONE 0.1s [2020-11-05T11:12:31.555Z] [2020-11-05T11:12:31.555Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:12:31.845Z] #27 ... [2020-11-05T11:12:31.845Z] [2020-11-05T11:12:31.845Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-05T11:12:31.845Z] #9 DONE 1.3s [2020-11-05T11:12:31.903Z] 1301750ffb48: Verifying Checksum [2020-11-05T11:12:31.904Z] 1301750ffb48: Download complete [2020-11-05T11:12:32.136Z] [2020-11-05T11:12:32.136Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-05T11:12:32.199Z] 5ffb2f5886e2: Verifying Checksum [2020-11-05T11:12:32.199Z] 5ffb2f5886e2: Download complete [2020-11-05T11:12:32.784Z] #10 DONE 0.8s [2020-11-05T11:12:32.784Z] [2020-11-05T11:12:32.784Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-05T11:12:32.784Z] #37 DONE 0.1s [2020-11-05T11:12:32.784Z] [2020-11-05T11:12:32.784Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:12:32.784Z] #53 ... [2020-11-05T11:12:32.784Z] [2020-11-05T11:12:32.784Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-05T11:12:32.784Z] #29 DONE 0.1s [2020-11-05T11:12:32.840Z] dc5c6edc9cff: Verifying Checksum [2020-11-05T11:12:32.840Z] dc5c6edc9cff: Download complete [2020-11-05T11:12:33.086Z] [2020-11-05T11:12:33.086Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:12:33.086Z] #27 1.193 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-05T11:12:33.086Z] #27 1.324 [2020-11-05T11:12:33.086Z] #27 1.433 ######## 12.2% ######################### 35.3% ########################################### 60.0% ############################################################ 83.8% ######################################################################## 100.0% [2020-11-05T11:12:34.931Z] db4e2d8d5901: Pull complete [2020-11-05T11:12:35.228Z] dfe2d012519c: Pull complete [2020-11-05T11:12:35.521Z] 3c370c2e2f82: Verifying Checksum [2020-11-05T11:12:35.521Z] 3c370c2e2f82: Download complete [2020-11-05T11:12:35.816Z] 5d8f1d1f9197: Pull complete [2020-11-05T11:12:38.180Z] #27 2.017 #=#=# ##O#- # ##O=# # #=#=-# # -#O#- # # -=#=# # # -=O#- # # # -=O=# # # # -=O=-# # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # [2020-11-05T11:12:38.567Z] 1301750ffb48: Pull complete [2020-11-05T11:12:38.764Z] #27 7.242 ########## 14.5% ################################### 48.8% ################################################################### 93.7% ######################################################################## 100.0% [2020-11-05T11:12:39.396Z] #27 7.917 #=#=# [2020-11-05T11:12:39.686Z] #27 8.036 ####### 10.1% ######################################### 57.3% ################################################################# 90.6% ######################################################################## 100.0% [2020-11-05T11:12:39.986Z] #27 8.691 [2020-11-05T11:12:40.661Z] dc5c6edc9cff: Pull complete [2020-11-05T11:12:42.052Z] #27 8.901 ### 5.3% ###### 9.6% ######### 13.9% ################ 22.5% ################### 26.7% ###################### 31.0% ########################## 37.5% ################################# 46.1% #################################### 50.3% ######################################## 56.8% ############################################# 63.2% ################################################## 69.7% ######################################################## 78.3% [2020-11-05T11:12:42.052Z] #27 ... [2020-11-05T11:12:42.052Z] [2020-11-05T11:12:42.052Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:42.052Z] #22 2.792 + RM_GOPATH=0 [2020-11-05T11:12:42.052Z] #22 2.792 + TMP_GOPATH= [2020-11-05T11:12:42.052Z] #22 2.792 + : /build [2020-11-05T11:12:42.052Z] #22 2.792 + '[' -z '' ']' [2020-11-05T11:12:42.052Z] #22 2.792 ++ mktemp -d [2020-11-05T11:12:42.052Z] #22 2.796 + export GOPATH=/tmp/tmp.0YF75EuLIv [2020-11-05T11:12:42.052Z] #22 2.796 + GOPATH=/tmp/tmp.0YF75EuLIv [2020-11-05T11:12:42.052Z] #22 2.796 + RM_GOPATH=1 [2020-11-05T11:12:42.052Z] #22 2.798 + case "$(go env GOARCH)" in [2020-11-05T11:12:42.052Z] #22 2.798 ++ go env GOARCH [2020-11-05T11:12:42.052Z] #22 2.807 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:42.052Z] #22 2.807 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:42.052Z] #22 2.808 ++ dirname /tmp/install/install.sh [2020-11-05T11:12:42.052Z] #22 2.834 + dir=/tmp/install [2020-11-05T11:12:42.052Z] #22 2.834 + bin=dockercli [2020-11-05T11:12:42.052Z] #22 2.834 + shift [2020-11-05T11:12:42.052Z] #22 2.834 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-05T11:12:42.052Z] #22 2.834 + . /tmp/install/dockercli.installer [2020-11-05T11:12:42.052Z] #22 2.834 ++ : stable [2020-11-05T11:12:42.052Z] #22 2.834 ++ : 17.06.2-ce [2020-11-05T11:12:42.052Z] #22 2.834 + install_dockercli [2020-11-05T11:12:42.052Z] #22 2.834 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-05T11:12:42.052Z] #22 2.834 ++ uname -m [2020-11-05T11:12:42.052Z] #22 2.834 Install docker/cli version 17.06.2-ce from stable [2020-11-05T11:12:42.052Z] #22 2.837 + arch=s390x [2020-11-05T11:12:42.052Z] #22 2.837 + '[' s390x '!=' x86_64 ']' [2020-11-05T11:12:42.052Z] #22 2.837 + '[' s390x '!=' s390x ']' [2020-11-05T11:12:42.052Z] #22 2.837 + url=https://download.docker.com/linux/static [2020-11-05T11:12:42.052Z] #22 2.837 + tar -xz docker/docker [2020-11-05T11:12:42.052Z] #22 2.837 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-11-05T11:12:42.052Z] #22 8.683 + mkdir -p /build [2020-11-05T11:12:42.052Z] #22 8.686 + mv docker/docker /build/ [2020-11-05T11:12:42.052Z] #22 8.690 + rmdir docker [2020-11-05T11:12:42.052Z] #22 DONE 9.2s [2020-11-05T11:12:42.052Z] [2020-11-05T11:12:42.052Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:12:42.052Z] #27 8.901 ### 5.3% ###### 9.6% ######### 13.9% ################ 22.5% ################### 26.7% ###################### 31.0% ########################## 37.5% ################################# 46.1% #################################### 50.3% ######################################## 56.8% ############################################# 63.2% ################################################## 69.7% ######################################################## 78.3% ############################################################## 86.9% [2020-11-05T11:12:42.052Z] #27 ... [2020-11-05T11:12:42.052Z] [2020-11-05T11:12:42.052Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:42.052Z] #45 0.860 + RM_GOPATH=0 [2020-11-05T11:12:42.052Z] #45 0.860 + TMP_GOPATH= [2020-11-05T11:12:42.052Z] #45 0.860 + : /build [2020-11-05T11:12:42.052Z] #45 0.860 + '[' -z '' ']' [2020-11-05T11:12:42.052Z] #45 0.860 ++ mktemp -d [2020-11-05T11:12:42.052Z] #45 0.860 + export GOPATH=/tmp/tmp.SseecsyY5a [2020-11-05T11:12:42.052Z] #45 0.860 + GOPATH=/tmp/tmp.SseecsyY5a [2020-11-05T11:12:42.052Z] #45 0.860 + RM_GOPATH=1 [2020-11-05T11:12:42.052Z] #45 0.860 + case "$(go env GOARCH)" in [2020-11-05T11:12:42.052Z] #45 0.860 ++ go env GOARCH [2020-11-05T11:12:42.052Z] #45 0.863 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:42.052Z] #45 0.863 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:42.052Z] #45 0.863 ++ dirname /tmp/install/install.sh [2020-11-05T11:12:42.052Z] #45 0.864 + dir=/tmp/install [2020-11-05T11:12:42.052Z] #45 0.864 + bin=gotestsum [2020-11-05T11:12:42.052Z] #45 0.864 + shift [2020-11-05T11:12:42.052Z] #45 0.864 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-05T11:12:42.052Z] #45 0.864 + . /tmp/install/gotestsum.installer [2020-11-05T11:12:42.052Z] #45 0.864 ++ : v0.5.3 [2020-11-05T11:12:42.052Z] #45 0.864 + install_gotestsum [2020-11-05T11:12:42.052Z] #45 0.873 + set -e [2020-11-05T11:12:42.052Z] #45 0.873 + export GO111MODULE=on [2020-11-05T11:12:42.052Z] #45 0.873 + GO111MODULE=on [2020-11-05T11:12:42.052Z] #45 0.873 + GOBIN=/build [2020-11-05T11:12:42.052Z] #45 0.873 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-05T11:12:42.052Z] #45 0.920 go: finding gotest.tools v0.5.3 [2020-11-05T11:12:42.053Z] #45 0.920 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-05T11:12:42.053Z] #45 1.091 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-05T11:12:42.053Z] #45 1.198 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-05T11:12:42.053Z] #45 1.490 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-05T11:12:42.053Z] #45 1.490 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-05T11:12:42.053Z] #45 1.490 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-05T11:12:42.053Z] #45 1.490 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-05T11:12:42.053Z] #45 1.490 go: downloading github.com/fatih/color v1.9.0 [2020-11-05T11:12:42.053Z] #45 1.514 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-05T11:12:42.053Z] #45 1.514 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-05T11:12:42.053Z] #45 1.514 go: downloading github.com/pkg/errors v0.9.1 [2020-11-05T11:12:42.053Z] #45 1.532 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-05T11:12:42.053Z] #45 1.532 go: extracting github.com/fatih/color v1.9.0 [2020-11-05T11:12:42.053Z] #45 1.556 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-05T11:12:42.053Z] #45 1.556 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-05T11:12:42.053Z] #45 1.557 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-05T11:12:42.053Z] #45 1.587 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-05T11:12:42.053Z] #45 1.587 go: extracting github.com/pkg/errors v0.9.1 [2020-11-05T11:12:42.053Z] #45 1.589 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-05T11:12:42.053Z] #45 1.623 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-05T11:12:42.053Z] #45 1.671 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-05T11:12:42.053Z] #45 1.713 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-05T11:12:42.053Z] #45 2.019 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-05T11:12:42.053Z] #45 2.235 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-05T11:12:42.053Z] #45 3.148 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-05T11:12:42.053Z] #45 5.269 go: finding github.com/fatih/color v1.9.0 [2020-11-05T11:12:42.053Z] #45 5.315 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-05T11:12:42.053Z] #45 5.410 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-05T11:12:42.053Z] #45 5.467 go: finding github.com/pkg/errors v0.9.1 [2020-11-05T11:12:42.053Z] #45 5.467 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-05T11:12:42.053Z] #45 5.486 go: finding github.com/spf13/pflag v1.0.3 [2020-11-05T11:12:42.053Z] #45 5.638 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-05T11:12:42.053Z] #45 5.875 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-05T11:12:42.053Z] #45 5.875 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-05T11:12:42.053Z] #45 5.889 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-05T11:12:42.053Z] #45 5.900 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-05T11:12:42.053Z] #45 ... [2020-11-05T11:12:42.053Z] [2020-11-05T11:12:42.053Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:12:42.345Z] #27 8.901 ### 5.3% ###### 9.6% ######### 13.9% ################ 22.5% ################### 26.7% ###################### 31.0% ########################## 37.5% ################################# 46.1% #################################### 50.3% ######################################## 56.8% ############################################# 63.2% ################################################## 69.7% ######################################################## 78.3% ############################################################## 86.9% ################################################################### 93.3% ####################################################################### 99.8% ######################################################################## 100.0% [2020-11-05T11:12:42.345Z] #27 11.19 [2020-11-05T11:12:42.639Z] #27 11.37 # 1.5% [2020-11-05T11:12:42.639Z] #27 ... [2020-11-05T11:12:42.639Z] [2020-11-05T11:12:42.639Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:12:42.639Z] #32 2.559 + RM_GOPATH=0 [2020-11-05T11:12:42.639Z] #32 2.559 + TMP_GOPATH= [2020-11-05T11:12:42.639Z] #32 2.559 + : /build [2020-11-05T11:12:42.639Z] #32 2.559 + '[' -z '' ']' [2020-11-05T11:12:42.639Z] #32 2.559 ++ mktemp -d [2020-11-05T11:12:42.639Z] #32 2.559 + export GOPATH=/tmp/tmp.w8Hioi6MZM [2020-11-05T11:12:42.639Z] #32 2.559 + GOPATH=/tmp/tmp.w8Hioi6MZM [2020-11-05T11:12:42.639Z] #32 2.559 + RM_GOPATH=1 [2020-11-05T11:12:42.639Z] #32 2.559 + case "$(go env GOARCH)" in [2020-11-05T11:12:42.639Z] #32 2.559 ++ go env GOARCH [2020-11-05T11:12:42.639Z] #32 2.567 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-05T11:12:42.639Z] #32 2.572 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:42.639Z] #32 2.572 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:42.639Z] #32 2.572 ++ dirname /tmp/install/install.sh [2020-11-05T11:12:42.639Z] #32 2.572 + dir=/tmp/install [2020-11-05T11:12:42.639Z] #32 2.572 + bin=tomlv [2020-11-05T11:12:42.639Z] #32 2.572 + shift [2020-11-05T11:12:42.640Z] #32 2.572 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-05T11:12:42.640Z] #32 2.572 + . /tmp/install/tomlv.installer [2020-11-05T11:12:42.640Z] #32 2.572 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-05T11:12:42.640Z] #32 2.572 + install_tomlv [2020-11-05T11:12:42.640Z] #32 2.572 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-05T11:12:42.640Z] #32 2.572 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.w8Hioi6MZM/src/github.com/BurntSushi/toml [2020-11-05T11:12:42.640Z] #32 2.572 Cloning into '/tmp/tmp.w8Hioi6MZM/src/github.com/BurntSushi/toml'... [2020-11-05T11:12:42.640Z] #32 3.211 + cd /tmp/tmp.w8Hioi6MZM/src/github.com/BurntSushi/toml [2020-11-05T11:12:42.640Z] #32 3.211 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-05T11:12:42.640Z] #32 3.220 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-05T11:12:42.640Z] #32 3.602 runtime/internal/atomic [2020-11-05T11:12:42.640Z] #32 3.609 internal/cpu [2020-11-05T11:12:42.640Z] #32 3.885 runtime/internal/sys [2020-11-05T11:12:42.640Z] #32 3.987 runtime/internal/math [2020-11-05T11:12:42.640Z] #32 4.022 math/bits [2020-11-05T11:12:42.640Z] #32 4.045 internal/bytealg [2020-11-05T11:12:42.640Z] #32 4.374 runtime [2020-11-05T11:12:42.640Z] #32 4.429 math [2020-11-05T11:12:42.640Z] #32 8.728 internal/testlog [2020-11-05T11:12:42.640Z] #32 9.104 encoding [2020-11-05T11:12:42.640Z] #32 9.375 runtime/cgo [2020-11-05T11:12:42.640Z] #32 ... [2020-11-05T11:12:42.640Z] [2020-11-05T11:12:42.640Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:12:42.640Z] #49 2.450 + RM_GOPATH=0 [2020-11-05T11:12:42.640Z] #49 2.450 + TMP_GOPATH= [2020-11-05T11:12:42.640Z] #49 2.450 + : /build [2020-11-05T11:12:42.640Z] #49 2.450 + '[' -z '' ']' [2020-11-05T11:12:42.640Z] #49 2.451 ++ mktemp -d [2020-11-05T11:12:42.640Z] #49 2.451 + export GOPATH=/tmp/tmp.1zFUVr9v31 [2020-11-05T11:12:42.640Z] #49 2.451 + GOPATH=/tmp/tmp.1zFUVr9v31 [2020-11-05T11:12:42.640Z] #49 2.451 + RM_GOPATH=1 [2020-11-05T11:12:42.640Z] #49 2.451 + case "$(go env GOARCH)" in [2020-11-05T11:12:42.640Z] #49 2.452 ++ go env GOARCH [2020-11-05T11:12:42.640Z] #49 2.460 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:42.640Z] #49 2.460 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:42.640Z] #49 2.469 ++ dirname /tmp/install/install.sh [2020-11-05T11:12:42.640Z] #49 2.476 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-05T11:12:42.640Z] #49 2.476 + dir=/tmp/install [2020-11-05T11:12:42.640Z] #49 2.476 + bin=shfmt [2020-11-05T11:12:42.640Z] #49 2.476 + shift [2020-11-05T11:12:42.640Z] #49 2.476 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-05T11:12:42.640Z] #49 2.476 + . /tmp/install/shfmt.installer [2020-11-05T11:12:42.640Z] #49 2.476 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-05T11:12:42.640Z] #49 2.476 + install_shfmt [2020-11-05T11:12:42.640Z] #49 2.476 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-05T11:12:42.640Z] #49 2.476 + git clone https://github.com/mvdan/sh.git /tmp/tmp.1zFUVr9v31/src/github.com/mvdan/sh [2020-11-05T11:12:42.640Z] #49 2.491 Cloning into '/tmp/tmp.1zFUVr9v31/src/github.com/mvdan/sh'... [2020-11-05T11:12:42.640Z] #49 8.911 + cd /tmp/tmp.1zFUVr9v31/src/github.com/mvdan/sh [2020-11-05T11:12:42.640Z] #49 8.916 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-05T11:12:42.640Z] #49 9.016 + GO111MODULE=on [2020-11-05T11:12:42.640Z] #49 9.017 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-05T11:12:42.640Z] #49 10.01 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-05T11:12:42.640Z] #49 10.01 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-05T11:12:42.640Z] #49 10.02 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-05T11:12:42.964Z] #49 ... [2020-11-05T11:12:42.964Z] [2020-11-05T11:12:42.964Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:42.964Z] #47 2.928 + RM_GOPATH=0 [2020-11-05T11:12:42.964Z] #47 2.928 + TMP_GOPATH= [2020-11-05T11:12:42.964Z] #47 2.928 + : /build [2020-11-05T11:12:42.964Z] #47 2.928 + '[' -z '' ']' [2020-11-05T11:12:42.964Z] #47 2.928 ++ mktemp -d [2020-11-05T11:12:42.964Z] #47 2.930 + export GOPATH=/tmp/tmp.FUb6AeA4lb [2020-11-05T11:12:42.964Z] #47 2.930 + GOPATH=/tmp/tmp.FUb6AeA4lb [2020-11-05T11:12:42.964Z] #47 2.930 + RM_GOPATH=1 [2020-11-05T11:12:42.964Z] #47 2.930 + case "$(go env GOARCH)" in [2020-11-05T11:12:42.964Z] #47 2.930 ++ go env GOARCH [2020-11-05T11:12:42.964Z] #47 2.943 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:42.964Z] #47 2.943 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:42.964Z] #47 2.943 ++ dirname /tmp/install/install.sh [2020-11-05T11:12:42.964Z] #47 2.944 + dir=/tmp/install [2020-11-05T11:12:42.964Z] #47 2.944 + bin=golangci_lint [2020-11-05T11:12:42.964Z] #47 2.944 + shift [2020-11-05T11:12:42.964Z] #47 2.944 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-05T11:12:42.964Z] #47 2.944 + . /tmp/install/golangci_lint.installer [2020-11-05T11:12:42.964Z] #47 2.944 ++ : v1.23.8 [2020-11-05T11:12:42.964Z] #47 2.944 + install_golangci_lint [2020-11-05T11:12:42.964Z] #47 2.944 + set -e [2020-11-05T11:12:42.964Z] #47 2.944 + export GO111MODULE=on [2020-11-05T11:12:42.964Z] #47 2.944 + GO111MODULE=on [2020-11-05T11:12:42.964Z] #47 2.944 + GOBIN=/build [2020-11-05T11:12:42.964Z] #47 2.944 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-05T11:12:42.964Z] #47 2.956 go: finding github.com v1.23.8 [2020-11-05T11:12:42.964Z] #47 2.957 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-05T11:12:42.964Z] #47 2.959 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-05T11:12:42.964Z] #47 2.959 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-05T11:12:42.964Z] #47 2.959 go: finding github.com/golangci v1.23.8 [2020-11-05T11:12:42.964Z] #47 3.592 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-05T11:12:42.964Z] #47 3.908 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-05T11:12:42.964Z] #47 9.344 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-05T11:12:42.964Z] #47 9.344 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-05T11:12:42.964Z] #47 9.344 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-05T11:12:42.964Z] #47 9.465 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-05T11:12:42.964Z] #47 9.465 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-05T11:12:42.964Z] #47 9.498 go: downloading github.com/pkg/errors v0.8.1 [2020-11-05T11:12:42.964Z] #47 9.498 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-05T11:12:42.964Z] #47 9.499 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-05T11:12:42.964Z] #47 9.500 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-05T11:12:42.964Z] #47 9.500 go: downloading github.com/fatih/color v1.7.0 [2020-11-05T11:12:42.964Z] #47 9.705 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-05T11:12:42.964Z] #47 9.817 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-05T11:12:42.964Z] #47 9.865 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-05T11:12:42.964Z] #47 9.904 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-05T11:12:42.964Z] #47 10.01 go: extracting github.com/fatih/color v1.7.0 [2020-11-05T11:12:42.964Z] #47 10.14 go: extracting github.com/pkg/errors v0.8.1 [2020-11-05T11:12:42.964Z] #47 10.21 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-05T11:12:42.964Z] #47 10.25 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-05T11:12:42.964Z] #47 ... [2020-11-05T11:12:42.964Z] [2020-11-05T11:12:42.964Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:12:42.964Z] #30 2.833 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-05T11:12:42.964Z] #30 2.833 Cloning into '.'... [2020-11-05T11:12:42.964Z] #30 ... [2020-11-05T11:12:42.964Z] [2020-11-05T11:12:42.964Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:12:42.964Z] #38 2.783 + git clone https://github.com/docker/distribution.git . [2020-11-05T11:12:42.964Z] #38 2.783 Cloning into '.'... [2020-11-05T11:12:43.255Z] #38 ... [2020-11-05T11:12:43.255Z] [2020-11-05T11:12:43.255Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:12:43.255Z] #40 2.286 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:12:43.255Z] #40 2.340 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:12:43.255Z] #40 2.351 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:12:43.255Z] #40 2.956 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-05T11:12:43.255Z] #40 4.293 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-11-05T11:12:43.255Z] #40 6.320 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-05T11:12:43.255Z] #40 ... [2020-11-05T11:12:43.255Z] [2020-11-05T11:12:43.255Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:12:43.255Z] #43 3.002 + RM_GOPATH=0 [2020-11-05T11:12:43.255Z] #43 3.002 + TMP_GOPATH= [2020-11-05T11:12:43.255Z] #43 3.002 + : /build [2020-11-05T11:12:43.255Z] #43 3.002 + '[' -z '' ']' [2020-11-05T11:12:43.255Z] #43 3.003 ++ mktemp -d [2020-11-05T11:12:43.255Z] #43 3.003 + export GOPATH=/tmp/tmp.00hyYBDkPx [2020-11-05T11:12:43.255Z] #43 3.003 + GOPATH=/tmp/tmp.00hyYBDkPx [2020-11-05T11:12:43.255Z] #43 3.003 + RM_GOPATH=1 [2020-11-05T11:12:43.255Z] #43 3.003 + case "$(go env GOARCH)" in [2020-11-05T11:12:43.255Z] #43 3.004 ++ go env GOARCH [2020-11-05T11:12:43.255Z] #43 3.014 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:43.255Z] #43 3.014 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:43.255Z] #43 3.015 ++ dirname /tmp/install/install.sh [2020-11-05T11:12:43.255Z] #43 3.022 + dir=/tmp/install [2020-11-05T11:12:43.255Z] #43 3.022 + bin=vndr [2020-11-05T11:12:43.255Z] #43 3.022 + shift [2020-11-05T11:12:43.255Z] #43 3.022 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-05T11:12:43.255Z] #43 3.022 + . /tmp/install/vndr.installer [2020-11-05T11:12:43.255Z] #43 3.022 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-05T11:12:43.255Z] #43 3.022 + install_vndr [2020-11-05T11:12:43.255Z] #43 3.023 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-05T11:12:43.255Z] #43 3.023 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-05T11:12:43.255Z] #43 3.023 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.00hyYBDkPx/src/github.com/LK4D4/vndr [2020-11-05T11:12:43.255Z] #43 3.024 Cloning into '/tmp/tmp.00hyYBDkPx/src/github.com/LK4D4/vndr'... [2020-11-05T11:12:43.255Z] #43 3.577 + cd /tmp/tmp.00hyYBDkPx/src/github.com/LK4D4/vndr [2020-11-05T11:12:43.255Z] #43 3.577 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-05T11:12:43.255Z] #43 3.586 + go build -buildmode=pie -v -o /build/vndr . [2020-11-05T11:12:43.255Z] #43 4.371 internal/race [2020-11-05T11:12:43.255Z] #43 4.444 sync/atomic [2020-11-05T11:12:43.255Z] #43 4.469 runtime [2020-11-05T11:12:43.255Z] #43 4.635 unicode [2020-11-05T11:12:43.255Z] #43 7.209 unicode/utf8 [2020-11-05T11:12:43.255Z] #43 7.620 math [2020-11-05T11:12:43.545Z] #43 ... [2020-11-05T11:12:43.545Z] [2020-11-05T11:12:43.545Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:12:43.545Z] #11 2.340 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:12:43.545Z] #11 2.397 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:12:43.545Z] #11 2.406 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:12:43.545Z] #11 2.924 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-05T11:12:43.545Z] #11 4.328 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-11-05T11:12:43.546Z] #11 6.333 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-05T11:12:43.546Z] #11 ... [2020-11-05T11:12:43.546Z] [2020-11-05T11:12:43.546Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:12:43.546Z] #62 1.759 + RM_GOPATH=0 [2020-11-05T11:12:43.546Z] #62 1.759 + TMP_GOPATH= [2020-11-05T11:12:43.546Z] #62 1.759 + : /build [2020-11-05T11:12:43.546Z] #62 1.759 + '[' -z '' ']' [2020-11-05T11:12:43.546Z] #62 1.759 ++ mktemp -d [2020-11-05T11:12:43.546Z] #62 1.762 + export GOPATH=/tmp/tmp.D9FYyk1a4S [2020-11-05T11:12:43.546Z] #62 1.762 + GOPATH=/tmp/tmp.D9FYyk1a4S [2020-11-05T11:12:43.546Z] #62 1.762 + RM_GOPATH=1 [2020-11-05T11:12:43.546Z] #62 1.762 + case "$(go env GOARCH)" in [2020-11-05T11:12:43.546Z] #62 1.769 ++ go env GOARCH [2020-11-05T11:12:43.546Z] #62 1.782 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-11-05T11:12:43.546Z] #62 1.782 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:43.546Z] #62 1.782 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:43.546Z] #62 1.782 ++ dirname /tmp/install/install.sh [2020-11-05T11:12:43.546Z] #62 1.782 + dir=/tmp/install [2020-11-05T11:12:43.546Z] #62 1.782 + bin=proxy [2020-11-05T11:12:43.546Z] #62 1.782 + shift [2020-11-05T11:12:43.546Z] #62 1.782 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-05T11:12:43.546Z] #62 1.782 + . /tmp/install/proxy.installer [2020-11-05T11:12:43.546Z] #62 1.782 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-11-05T11:12:43.546Z] #62 1.782 + install_proxy [2020-11-05T11:12:43.546Z] #62 1.782 + case "$1" in [2020-11-05T11:12:43.546Z] #62 1.782 + export CGO_ENABLED=0 [2020-11-05T11:12:43.546Z] #62 1.782 + CGO_ENABLED=0 [2020-11-05T11:12:43.546Z] #62 1.782 + _install_proxy [2020-11-05T11:12:43.546Z] #62 1.782 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-11-05T11:12:43.546Z] #62 1.782 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.D9FYyk1a4S/src/github.com/docker/libnetwork [2020-11-05T11:12:43.546Z] #62 1.782 Cloning into '/tmp/tmp.D9FYyk1a4S/src/github.com/docker/libnetwork'... [2020-11-05T11:12:43.546Z] #62 ... [2020-11-05T11:12:43.546Z] [2020-11-05T11:12:43.546Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:43.546Z] #56 2.855 + RM_GOPATH=0 [2020-11-05T11:12:43.546Z] #56 2.855 + TMP_GOPATH= [2020-11-05T11:12:43.546Z] #56 2.855 + : /build [2020-11-05T11:12:43.546Z] #56 2.855 + '[' -z '' ']' [2020-11-05T11:12:43.546Z] #56 2.855 ++ mktemp -d [2020-11-05T11:12:43.546Z] #56 2.857 + export GOPATH=/tmp/tmp.lx7yGOaiq3 [2020-11-05T11:12:43.546Z] #56 2.857 + GOPATH=/tmp/tmp.lx7yGOaiq3 [2020-11-05T11:12:43.546Z] #56 2.857 + RM_GOPATH=1 [2020-11-05T11:12:43.546Z] #56 2.857 + case "$(go env GOARCH)" in [2020-11-05T11:12:43.546Z] #56 2.857 ++ go env GOARCH [2020-11-05T11:12:43.546Z] #56 2.865 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:43.546Z] #56 2.865 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:12:43.546Z] #56 2.865 ++ dirname /tmp/install/install.sh [2020-11-05T11:12:43.546Z] #56 2.866 + dir=/tmp/install [2020-11-05T11:12:43.546Z] #56 2.866 + bin=rootlesskit [2020-11-05T11:12:43.546Z] #56 2.866 + shift [2020-11-05T11:12:43.546Z] #56 2.866 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-05T11:12:43.546Z] #56 2.866 + . /tmp/install/rootlesskit.installer [2020-11-05T11:12:43.546Z] #56 2.866 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-05T11:12:43.546Z] #56 2.866 + install_rootlesskit [2020-11-05T11:12:43.546Z] #56 2.866 + case "$1" in [2020-11-05T11:12:43.546Z] #56 2.866 + export CGO_ENABLED=0 [2020-11-05T11:12:43.546Z] #56 2.866 + CGO_ENABLED=0 [2020-11-05T11:12:43.546Z] #56 2.866 + _install_rootlesskit [2020-11-05T11:12:43.546Z] #56 2.866 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-11-05T11:12:43.546Z] #56 2.866 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-05T11:12:43.546Z] #56 2.866 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.lx7yGOaiq3/src/github.com/rootless-containers/rootlesskit [2020-11-05T11:12:43.546Z] #56 2.869 Cloning into '/tmp/tmp.lx7yGOaiq3/src/github.com/rootless-containers/rootlesskit'... [2020-11-05T11:12:43.546Z] #56 6.293 + cd /tmp/tmp.lx7yGOaiq3/src/github.com/rootless-containers/rootlesskit [2020-11-05T11:12:43.546Z] #56 6.293 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-05T11:12:43.546Z] #56 6.784 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-05T11:12:43.546Z] #56 6.784 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-05T11:12:43.836Z] #56 ... [2020-11-05T11:12:43.836Z] [2020-11-05T11:12:43.836Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:12:43.836Z] #34 1.271 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:12:43.836Z] #34 1.421 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:12:43.836Z] #34 1.514 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:12:43.836Z] #34 1.542 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-05T11:12:43.836Z] #34 2.176 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-11-05T11:12:43.836Z] #34 2.176 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-05T11:12:43.836Z] #34 9.856 Fetched 8085 kB in 9s (934 kB/s) [2020-11-05T11:12:43.836Z] #34 9.856 Reading package lists... [2020-11-05T11:12:43.836Z] #34 ... [2020-11-05T11:12:43.836Z] [2020-11-05T11:12:43.836Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:12:44.197Z] 3c370c2e2f82: Pull complete [2020-11-05T11:12:44.491Z] 5ffb2f5886e2: Pull complete [2020-11-05T11:12:44.491Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-11-05T11:12:44.491Z] Status: Downloaded newer image for golang:1.13.15-buster [2020-11-05T11:12:44.491Z] ---> 805dc2d65d1c [2020-11-05T11:12:44.491Z] Step 5/15 : ARG BUILDX_REPO [2020-11-05T11:12:44.491Z] ---> Running in 3bb97e9ce7a0 [2020-11-05T11:12:44.491Z] Removing intermediate container 3bb97e9ce7a0 [2020-11-05T11:12:44.491Z] ---> c636402d989e [2020-11-05T11:12:44.491Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-11-05T11:12:44.491Z] ---> Running in ceca2a7b84d5 [2020-11-05T11:12:44.784Z] Cloning into '/buildx'... [2020-11-05T11:12:45.290Z] #27 11.37 # 1.5% ### 4.6% #### 6.5% ###### 8.3% ####### 10.2% ######## 12.1% ########## 14.6% ########### 16.5% ############# 18.9% ############### 22.1% ################## 25.2% ################### 27.7% ##################### 30.2% ####################### 32.7% ######################## 34.6% ########################## 36.4% ############################ 38.9% ############################## 42.0% ################################ 45.2% ################################## 47.7% ################################### 49.5% [2020-11-05T11:12:45.290Z] #27 ... [2020-11-05T11:12:45.290Z] [2020-11-05T11:12:45.290Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:12:45.290Z] #53 2.653 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:12:45.290Z] #53 2.707 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:12:45.290Z] #53 2.729 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:12:45.290Z] #53 3.400 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-05T11:12:45.290Z] #53 4.657 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-11-05T11:12:45.290Z] #53 6.904 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-05T11:12:45.580Z] #53 ... [2020-11-05T11:12:45.580Z] [2020-11-05T11:12:45.580Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:12:48.323Z] Removing intermediate container ceca2a7b84d5 [2020-11-05T11:12:48.323Z] ---> f48f12ebfbd9 [2020-11-05T11:12:48.323Z] Step 7/15 : WORKDIR /buildx [2020-11-05T11:12:48.323Z] ---> Running in cbe1a090cccd [2020-11-05T11:12:48.492Z] #27 11.37 # 1.5% ### 4.6% #### 6.5% ###### 8.3% ####### 10.2% ######## 12.1% ########## 14.6% ########### 16.5% ############# 18.9% ############### 22.1% ################## 25.2% ################### 27.7% ##################### 30.2% ####################### 32.7% ######################## 34.6% ########################## 36.4% ############################ 38.9% ############################## 42.0% ################################ 45.2% ################################## 47.7% ################################### 49.5% ##################################### 51.4% ###################################### 53.3% ####################################### 55.2% ######################################### 57.0% ########################################## 59.5% ############################################ 61.6% ############################################# 63.7% ############################################### 65.6% ################################################ 67.5% ################################################# 69.3% ################################################### 71.2% #################################################### 72.5% ##################################################### 75.0% ####################################################### 76.8% ######################################################## 78.7% ######################################################### 80.0% ########################################################## 81.2% ############################################################ 83.7% ############################################################# 85.6% ############################################################## 87.4% ################################################################ 89.9% ################################################################## 91.8% ################################################################### 93.7% #################################################################### 95.6% ###################################################################### 97.4% ####################################################################### 99.3% ######################################################################## 100.0% [2020-11-05T11:12:48.492Z] #27 17.22 [2020-11-05T11:12:48.616Z] Removing intermediate container cbe1a090cccd [2020-11-05T11:12:48.616Z] ---> 1ccaa133d5a0 [2020-11-05T11:12:48.616Z] Step 8/15 : ARG BUILDX_COMMIT [2020-11-05T11:12:48.616Z] ---> Running in d5891b11ef4d [2020-11-05T11:12:48.616Z] Removing intermediate container d5891b11ef4d [2020-11-05T11:12:48.616Z] ---> 70b25ca3ac25 [2020-11-05T11:12:48.616Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-11-05T11:12:48.616Z] ---> Running in 848f01e0eb3b [2020-11-05T11:12:49.250Z] From https://github.com/docker/buildx [2020-11-05T11:12:49.250Z] * [new tag] v0.3.1 -> build [2020-11-05T11:12:49.546Z] Switched to branch 'build' [2020-11-05T11:12:49.995Z] #27 18.47 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-05T11:12:50.285Z] #27 18.81 #=#=# [2020-11-05T11:12:50.285Z] #27 19.01 ########################################################## 81.8% ######################################################################## 100.0% [2020-11-05T11:12:50.285Z] #27 19.13 [2020-11-05T11:12:50.603Z] Removing intermediate container 848f01e0eb3b [2020-11-05T11:12:50.603Z] ---> a8393c504b51 [2020-11-05T11:12:50.603Z] Step 10/15 : ARG GOOS [2020-11-05T11:12:50.603Z] ---> Running in 535a463e8c78 [2020-11-05T11:12:50.603Z] Removing intermediate container 535a463e8c78 [2020-11-05T11:12:50.603Z] ---> bce95e85e01a [2020-11-05T11:12:50.603Z] Step 11/15 : ARG GOARCH [2020-11-05T11:12:50.898Z] ---> Running in 7ce4ae9d055e [2020-11-05T11:12:50.898Z] Removing intermediate container 7ce4ae9d055e [2020-11-05T11:12:50.898Z] ---> a738fa3e40a9 [2020-11-05T11:12:50.898Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-11-05T11:12:50.898Z] ---> Running in f7266e145cca [2020-11-05T11:12:51.789Z] #27 20.33 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-05T11:12:51.789Z] #27 20.40 skipping existing aab193acf6ba [2020-11-05T11:12:52.080Z] #27 20.55 [2020-11-05T11:12:52.712Z] #27 21.50 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-05T11:12:52.712Z] #27 21.56 skipping existing 4d43f82972ce [2020-11-05T11:12:53.012Z] #27 21.69 [2020-11-05T11:12:53.012Z] #27 ... [2020-11-05T11:12:53.012Z] [2020-11-05T11:12:53.012Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:12:53.012Z] #49 10.25 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-05T11:12:53.012Z] #49 10.26 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-05T11:12:53.012Z] #49 10.83 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-05T11:12:53.012Z] #49 11.39 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-05T11:12:53.012Z] #49 12.31 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-05T11:12:53.012Z] #49 13.17 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-05T11:12:53.012Z] #49 13.22 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-05T11:12:53.012Z] #49 13.31 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-05T11:12:53.012Z] #49 13.33 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-05T11:12:53.012Z] #49 13.89 runtime [2020-11-05T11:12:53.012Z] #49 13.89 runtime/cgo [2020-11-05T11:12:53.012Z] #49 ... [2020-11-05T11:12:53.012Z] [2020-11-05T11:12:53.012Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:53.012Z] #47 10.38 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-05T11:12:53.012Z] #47 10.48 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-05T11:12:53.012Z] #47 10.57 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-05T11:12:53.012Z] #47 10.62 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-05T11:12:53.012Z] #47 10.65 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-05T11:12:53.012Z] #47 10.76 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-05T11:12:53.012Z] #47 10.76 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-05T11:12:53.012Z] #47 10.79 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-05T11:12:53.012Z] #47 10.91 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-05T11:12:53.012Z] #47 10.95 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-05T11:12:53.012Z] #47 11.07 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-05T11:12:53.012Z] #47 11.08 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-05T11:12:53.012Z] #47 11.20 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-05T11:12:53.012Z] #47 11.20 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-05T11:12:53.012Z] #47 11.29 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-05T11:12:53.012Z] #47 11.46 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-05T11:12:53.012Z] #47 11.52 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-05T11:12:53.012Z] #47 11.84 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-05T11:12:53.012Z] #47 13.29 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-05T11:12:53.012Z] #47 13.29 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-05T11:12:53.012Z] #47 13.29 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-05T11:12:53.012Z] #47 13.29 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-05T11:12:53.012Z] #47 13.29 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-05T11:12:53.012Z] #47 13.29 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-05T11:12:53.012Z] #47 13.30 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-05T11:12:53.012Z] #47 13.37 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-05T11:12:53.012Z] #47 13.37 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-05T11:12:53.012Z] #47 13.37 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-05T11:12:53.012Z] #47 13.40 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-05T11:12:53.012Z] #47 13.48 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-05T11:12:53.012Z] #47 13.48 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-05T11:12:53.012Z] #47 13.48 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-05T11:12:53.012Z] #47 13.48 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-05T11:12:53.012Z] #47 13.48 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-05T11:12:53.012Z] #47 13.56 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-05T11:12:53.012Z] #47 13.63 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-05T11:12:53.012Z] #47 13.63 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-05T11:12:53.012Z] #47 13.63 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-05T11:12:53.012Z] #47 13.64 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-05T11:12:53.012Z] #47 13.65 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-05T11:12:53.012Z] #47 13.68 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-05T11:12:53.012Z] #47 13.73 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-05T11:12:53.012Z] #47 13.73 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-05T11:12:53.012Z] #47 13.73 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-05T11:12:53.012Z] #47 13.78 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-05T11:12:53.012Z] #47 13.80 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-05T11:12:53.012Z] #47 13.87 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-05T11:12:53.012Z] #47 13.95 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-05T11:12:53.012Z] #47 13.99 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-05T11:12:53.012Z] #47 14.00 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-05T11:12:53.012Z] #47 14.07 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-05T11:12:53.012Z] #47 14.08 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-05T11:12:53.012Z] #47 14.12 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-05T11:12:53.012Z] #47 14.13 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-05T11:12:53.012Z] #47 14.13 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-05T11:12:53.012Z] #47 14.13 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-05T11:12:53.012Z] #47 14.13 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-05T11:12:53.012Z] #47 14.14 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-05T11:12:53.012Z] #47 14.23 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-05T11:12:53.012Z] #47 14.25 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-05T11:12:53.012Z] #47 14.30 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-05T11:12:53.012Z] #47 14.30 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-05T11:12:53.012Z] #47 14.32 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-05T11:12:53.012Z] #47 14.32 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-05T11:12:53.012Z] #47 14.34 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-05T11:12:53.012Z] #47 14.43 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-05T11:12:53.012Z] #47 14.45 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-05T11:12:53.012Z] #47 14.53 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-05T11:12:53.012Z] #47 14.55 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-05T11:12:53.012Z] #47 14.77 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-05T11:12:53.012Z] #47 14.77 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-05T11:12:53.012Z] #47 14.91 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-05T11:12:53.012Z] #47 14.91 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-05T11:12:53.012Z] #47 14.92 go: downloading golang.org/x/text v0.3.2 [2020-11-05T11:12:53.012Z] #47 14.93 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-05T11:12:53.012Z] #47 15.08 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-05T11:12:53.012Z] #47 15.09 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-05T11:12:53.012Z] #47 15.09 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-05T11:12:53.012Z] #47 15.09 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-05T11:12:53.012Z] #47 15.13 go: downloading github.com/spf13/viper v1.6.1 [2020-11-05T11:12:53.012Z] #47 15.13 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-05T11:12:53.012Z] #47 15.44 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-05T11:12:53.012Z] #47 15.50 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-05T11:12:53.012Z] #47 15.63 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-05T11:12:53.012Z] #47 15.63 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-05T11:12:53.012Z] #47 15.63 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-05T11:12:53.012Z] #47 15.63 go: extracting github.com/spf13/viper v1.6.1 [2020-11-05T11:12:53.012Z] #47 15.67 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-05T11:12:53.012Z] #47 15.79 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-05T11:12:53.012Z] #47 15.85 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-05T11:12:53.012Z] #47 15.85 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-05T11:12:53.012Z] #47 15.85 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-05T11:12:53.012Z] #47 15.88 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-05T11:12:53.012Z] #47 15.88 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-05T11:12:53.012Z] #47 16.00 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-05T11:12:53.012Z] #47 16.18 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-05T11:12:53.012Z] #47 16.34 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-05T11:12:53.012Z] #47 16.36 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-05T11:12:53.012Z] #47 16.77 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-05T11:12:53.012Z] #47 16.79 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-05T11:12:53.012Z] #47 17.17 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-05T11:12:53.012Z] #47 17.21 go: downloading github.com/spf13/cast v1.3.0 [2020-11-05T11:12:53.012Z] #47 17.22 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-05T11:12:53.012Z] #47 17.28 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-05T11:12:53.012Z] #47 17.39 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-05T11:12:53.012Z] #47 17.61 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-05T11:12:53.012Z] #47 17.65 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-05T11:12:53.012Z] #47 17.65 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-05T11:12:53.012Z] #47 17.65 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-05T11:12:53.012Z] #47 17.65 go: extracting github.com/spf13/cast v1.3.0 [2020-11-05T11:12:53.012Z] #47 17.66 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-05T11:12:53.012Z] #47 17.76 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-05T11:12:53.012Z] #47 17.80 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-05T11:12:53.012Z] #47 18.01 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-05T11:12:53.012Z] #47 18.14 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-05T11:12:53.012Z] #47 18.15 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-05T11:12:53.012Z] #47 18.16 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-05T11:12:53.012Z] #47 18.29 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-05T11:12:53.012Z] #47 18.30 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-05T11:12:53.012Z] #47 18.42 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-05T11:12:53.012Z] #47 18.55 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-05T11:12:53.012Z] #47 18.56 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-05T11:12:53.012Z] #47 18.57 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-05T11:12:53.012Z] #47 18.58 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-05T11:12:53.012Z] #47 18.59 go: downloading github.com/spf13/afero v1.1.2 [2020-11-05T11:12:53.012Z] #47 18.68 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-05T11:12:53.012Z] #47 18.68 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-05T11:12:53.012Z] #47 18.70 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-05T11:12:53.012Z] #47 18.95 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-05T11:12:53.012Z] #47 19.02 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-05T11:12:53.012Z] #47 19.34 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-05T11:12:53.012Z] #47 19.64 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-05T11:12:53.012Z] #47 19.64 go: extracting github.com/spf13/afero v1.1.2 [2020-11-05T11:12:54.516Z] #47 ... [2020-11-05T11:12:54.516Z] [2020-11-05T11:12:54.516Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:12:54.516Z] #43 11.75 unicode/utf16 [2020-11-05T11:12:54.516Z] #43 12.04 container/list [2020-11-05T11:12:54.516Z] #43 12.43 crypto/internal/subtle [2020-11-05T11:12:54.516Z] #43 12.50 crypto/subtle [2020-11-05T11:12:54.516Z] #43 12.63 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-05T11:12:54.516Z] #43 12.73 internal/nettrace [2020-11-05T11:12:54.516Z] #43 12.83 runtime/cgo [2020-11-05T11:12:54.516Z] #43 ... [2020-11-05T11:12:54.516Z] [2020-11-05T11:12:54.516Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:54.516Z] #47 21.95 go: extracting golang.org/x/text v0.3.2 [2020-11-05T11:12:55.597Z] #47 ... [2020-11-05T11:12:55.597Z] [2020-11-05T11:12:55.597Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:12:55.597Z] #40 12.79 Fetched 8085 kB in 11s (764 kB/s) [2020-11-05T11:12:55.597Z] #40 12.79 Reading package lists... [2020-11-05T11:12:55.597Z] #40 16.37 Reading package lists... [2020-11-05T11:12:55.597Z] #40 19.67 Building dependency tree... [2020-11-05T11:12:55.597Z] #40 20.52 The following additional packages will be installed: [2020-11-05T11:12:55.597Z] #40 20.52 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-05T11:12:55.597Z] #40 20.52 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-05T11:12:55.597Z] #40 20.53 Suggested packages: [2020-11-05T11:12:55.597Z] #40 20.53 manpages-dev python-setuptools [2020-11-05T11:12:55.597Z] #40 21.43 The following NEW packages will be installed: [2020-11-05T11:12:55.597Z] #40 21.43 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-05T11:12:55.597Z] #40 21.43 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-05T11:12:55.597Z] #40 21.43 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-05T11:12:55.597Z] #40 21.43 python-six zlib1g-dev [2020-11-05T11:12:55.597Z] #40 21.56 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:12:55.597Z] #40 21.56 Need to get 3742 kB of archives. [2020-11-05T11:12:55.597Z] #40 21.56 After this operation, 22.0 MB of additional disk space will be used. [2020-11-05T11:12:55.597Z] #40 21.56 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-11-05T11:12:55.597Z] #40 21.59 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-11-05T11:12:55.597Z] #40 21.60 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-11-05T11:12:55.597Z] #40 21.61 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-11-05T11:12:55.597Z] #40 21.61 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-11-05T11:12:55.597Z] #40 21.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-11-05T11:12:55.597Z] #40 21.62 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB] [2020-11-05T11:12:55.597Z] #40 21.63 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-11-05T11:12:55.597Z] #40 21.64 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-11-05T11:12:55.597Z] #40 21.69 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-11-05T11:12:55.597Z] #40 21.70 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-11-05T11:12:55.597Z] #40 21.74 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-11-05T11:12:55.597Z] #40 21.78 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] [2020-11-05T11:12:55.597Z] #40 21.78 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-11-05T11:12:55.597Z] #40 21.78 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-05T11:12:55.597Z] #40 21.80 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-11-05T11:12:55.597Z] #40 21.80 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-11-05T11:12:55.597Z] #40 22.96 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:12:55.597Z] #40 23.01 Fetched 3742 kB in 0s (11.0 MB/s) [2020-11-05T11:12:55.597Z] #40 ... [2020-11-05T11:12:55.597Z] [2020-11-05T11:12:55.597Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:12:55.597Z] #34 9.856 Reading package lists... [2020-11-05T11:12:55.597Z] #34 13.22 Reading package lists... [2020-11-05T11:12:55.597Z] #34 16.93 Building dependency tree... [2020-11-05T11:12:55.597Z] #34 17.93 The following additional packages will be installed: [2020-11-05T11:12:55.597Z] #34 17.98 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-05T11:12:55.597Z] #34 17.98 Suggested packages: [2020-11-05T11:12:55.597Z] #34 17.98 cmake-doc ninja-build lrzip [2020-11-05T11:12:55.597Z] #34 17.98 Recommended packages: [2020-11-05T11:12:55.597Z] #34 17.98 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-05T11:12:55.597Z] #34 18.58 The following NEW packages will be installed: [2020-11-05T11:12:55.597Z] #34 18.62 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-05T11:12:55.597Z] #34 18.62 vim-common xxd [2020-11-05T11:12:55.597Z] #34 18.74 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:12:55.597Z] #34 18.74 Need to get 14.0 MB of archives. [2020-11-05T11:12:55.597Z] #34 18.74 After this operation, 62.1 MB of additional disk space will be used. [2020-11-05T11:12:55.597Z] #34 18.74 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-11-05T11:12:55.597Z] #34 18.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-11-05T11:12:55.597Z] #34 18.80 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-11-05T11:12:55.597Z] #34 18.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-11-05T11:12:55.597Z] #34 19.35 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-11-05T11:12:55.597Z] #34 19.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-11-05T11:12:55.597Z] #34 19.40 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-11-05T11:12:55.597Z] #34 19.41 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-11-05T11:12:55.597Z] #34 19.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-11-05T11:12:55.597Z] #34 19.43 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-11-05T11:12:55.597Z] #34 20.24 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:12:55.597Z] #34 20.31 Fetched 14.0 MB in 1s (15.0 MB/s) [2020-11-05T11:12:55.597Z] #34 20.38 Selecting previously unselected package xxd. [2020-11-05T11:12:55.597Z] #34 20.38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-11-05T11:12:55.597Z] #34 20.45 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-11-05T11:12:55.597Z] #34 20.46 Unpacking xxd (2:8.1.0875-5) ... [2020-11-05T11:12:55.597Z] #34 20.60 Selecting previously unselected package vim-common. [2020-11-05T11:12:55.597Z] #34 20.60 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-05T11:12:55.597Z] #34 20.64 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-05T11:12:55.597Z] #34 20.92 Selecting previously unselected package cmake-data. [2020-11-05T11:12:55.597Z] #34 20.92 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-05T11:12:55.597Z] #34 20.92 Unpacking cmake-data (3.13.4-1) ... [2020-11-05T11:12:55.888Z] #34 ... [2020-11-05T11:12:55.888Z] [2020-11-05T11:12:55.888Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:12:55.888Z] #40 23.16 Selecting previously unselected package libcap-dev:s390x. [2020-11-05T11:12:55.888Z] #40 ... [2020-11-05T11:12:55.888Z] [2020-11-05T11:12:55.888Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:12:55.888Z] #53 13.45 Fetched 8085 kB in 11s (746 kB/s) [2020-11-05T11:12:55.888Z] #53 13.45 Reading package lists... [2020-11-05T11:12:55.888Z] #53 16.92 Reading package lists... [2020-11-05T11:12:55.888Z] #53 20.18 Building dependency tree... [2020-11-05T11:12:55.888Z] #53 21.05 The following additional packages will be installed: [2020-11-05T11:12:55.888Z] #53 21.11 libbtrfs0 [2020-11-05T11:12:55.888Z] #53 21.17 The following NEW packages will be installed: [2020-11-05T11:12:55.888Z] #53 21.18 libbtrfs-dev libbtrfs0 [2020-11-05T11:12:55.888Z] #53 21.31 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:12:55.888Z] #53 21.31 Need to get 118 kB of archives. [2020-11-05T11:12:55.888Z] #53 21.31 After this operation, 390 kB of additional disk space will be used. [2020-11-05T11:12:55.888Z] #53 21.31 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-11-05T11:12:55.888Z] #53 21.34 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-11-05T11:12:55.888Z] #53 21.97 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:12:55.888Z] #53 22.06 Fetched 118 kB in 0s (1027 kB/s) [2020-11-05T11:12:55.888Z] #53 22.14 Selecting previously unselected package libbtrfs0. [2020-11-05T11:12:55.888Z] #53 22.14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-11-05T11:12:55.888Z] #53 22.21 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-11-05T11:12:55.888Z] #53 22.25 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-05T11:12:55.888Z] #53 22.31 Selecting previously unselected package libbtrfs-dev. [2020-11-05T11:12:55.888Z] #53 22.31 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-11-05T11:12:55.888Z] #53 22.32 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:12:55.888Z] #53 22.52 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-05T11:12:55.888Z] #53 22.52 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:12:55.888Z] #53 22.53 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:12:55.888Z] #53 DONE 23.2s [2020-11-05T11:12:55.888Z] [2020-11-05T11:12:55.888Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:12:55.888Z] #40 23.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-11-05T11:12:55.888Z] #40 23.18 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-11-05T11:12:55.888Z] #40 23.18 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-11-05T11:12:55.888Z] #40 ... [2020-11-05T11:12:55.888Z] [2020-11-05T11:12:55.888Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:12:55.888Z] #11 13.18 Fetched 8085 kB in 11s (742 kB/s) [2020-11-05T11:12:55.888Z] #11 13.18 Reading package lists... [2020-11-05T11:12:55.888Z] #11 16.66 Reading package lists... [2020-11-05T11:12:55.888Z] #11 19.69 Building dependency tree... [2020-11-05T11:12:55.888Z] #11 20.54 The following additional packages will be installed: [2020-11-05T11:12:55.888Z] #11 20.54 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-05T11:12:55.888Z] #11 20.58 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-05T11:12:55.888Z] #11 20.58 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-05T11:12:55.888Z] #11 20.59 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-05T11:12:55.888Z] #11 20.59 Suggested packages: [2020-11-05T11:12:55.888Z] #11 20.59 gcc-8-locales seccomp wine64 [2020-11-05T11:12:55.888Z] #11 21.44 The following NEW packages will be installed: [2020-11-05T11:12:55.888Z] #11 21.44 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-05T11:12:55.888Z] #11 21.44 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-05T11:12:55.888Z] #11 21.44 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-05T11:12:55.888Z] #11 21.44 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-05T11:12:55.888Z] #11 21.44 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-05T11:12:55.888Z] #11 21.44 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-05T11:12:55.888Z] #11 21.60 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:12:55.888Z] #11 21.60 Need to get 73.3 MB of archives. [2020-11-05T11:12:55.888Z] #11 21.60 After this operation, 494 MB of additional disk space will be used. [2020-11-05T11:12:55.888Z] #11 21.60 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2020-11-05T11:12:55.888Z] #11 21.86 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2020-11-05T11:12:55.888Z] #11 22.03 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-05T11:12:55.888Z] #11 22.03 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-11-05T11:12:55.888Z] #11 22.04 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-11-05T11:12:55.888Z] #11 22.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-05T11:12:55.888Z] #11 22.30 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-05T11:12:55.888Z] #11 22.54 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2020-11-05T11:12:55.888Z] #11 22.56 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] [2020-11-05T11:12:55.888Z] #11 ... [2020-11-05T11:12:55.888Z] [2020-11-05T11:12:55.888Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:12:55.888Z] #62 13.28 Checking out files: 95% (1820/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. [2020-11-05T11:12:55.888Z] #62 13.40 + cd /tmp/tmp.D9FYyk1a4S/src/github.com/docker/libnetwork [2020-11-05T11:12:55.888Z] #62 13.40 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-11-05T11:12:55.888Z] #62 14.00 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-05T11:12:56.183Z] #62 ... [2020-11-05T11:12:56.183Z] [2020-11-05T11:12:56.183Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:12:56.183Z] #27 22.71 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-05T11:12:56.183Z] #27 23.03 [2020-11-05T11:12:56.183Z] #27 23.12 ######################################################################## 100.0% [2020-11-05T11:12:56.183Z] #27 23.24 [2020-11-05T11:12:56.183Z] #27 24.26 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-05T11:12:56.183Z] #27 24.70 [2020-11-05T11:12:56.183Z] #27 24.77 ######################################################################## 100.0% [2020-11-05T11:12:56.183Z] #27 24.84 [2020-11-05T11:12:56.183Z] #27 24.94 Download of images into '/build' complete. [2020-11-05T11:12:56.183Z] #27 24.94 Use something like the following to load the result into a Docker daemon: [2020-11-05T11:12:56.183Z] #27 24.94 tar -cC '/build' . | docker load [2020-11-05T11:12:56.476Z] #27 DONE 25.1s [2020-11-05T11:12:56.476Z] [2020-11-05T11:12:56.476Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:12:56.476Z] #40 23.28 Selecting previously unselected package libnet1:s390x. [2020-11-05T11:12:56.476Z] #40 23.28 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-11-05T11:12:56.476Z] #40 23.29 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-05T11:12:56.476Z] #40 23.40 Selecting previously unselected package libnet1-dev. [2020-11-05T11:12:56.476Z] #40 23.40 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-11-05T11:12:56.476Z] #40 23.40 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-05T11:12:56.476Z] #40 23.55 Selecting previously unselected package libnl-3-200:s390x. [2020-11-05T11:12:56.476Z] #40 23.56 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-11-05T11:12:56.476Z] #40 23.56 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-11-05T11:12:56.476Z] #40 23.65 Selecting previously unselected package libnl-3-dev:s390x. [2020-11-05T11:12:56.476Z] #40 23.66 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-11-05T11:12:56.476Z] #40 23.66 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-11-05T11:12:56.476Z] #40 23.95 Selecting previously unselected package libprotobuf-c1:s390x. [2020-11-05T11:12:56.476Z] #40 ... [2020-11-05T11:12:56.476Z] [2020-11-05T11:12:56.476Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:12:56.476Z] #38 13.75 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-05T11:12:56.476Z] #38 15.53 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-11-05T11:12:56.771Z] #38 ... [2020-11-05T11:12:56.771Z] [2020-11-05T11:12:56.771Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:12:56.771Z] #40 23.95 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-11-05T11:12:56.771Z] #40 23.95 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-05T11:12:56.771Z] #40 24.01 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-11-05T11:12:56.771Z] #40 24.02 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-11-05T11:12:56.771Z] #40 24.02 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-11-05T11:12:56.771Z] #40 24.11 Selecting previously unselected package zlib1g-dev:s390x. [2020-11-05T11:12:56.771Z] #40 24.11 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-11-05T11:12:56.771Z] #40 24.12 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-11-05T11:12:57.063Z] #40 24.29 Selecting previously unselected package libprotobuf17:s390x. [2020-11-05T11:12:57.063Z] #40 24.34 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-11-05T11:12:57.063Z] #40 24.34 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-11-05T11:12:57.353Z] #40 24.77 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-11-05T11:12:57.643Z] #40 24.77 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-11-05T11:12:57.643Z] #40 24.77 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-11-05T11:12:57.643Z] #40 24.93 Selecting previously unselected package libprotobuf-dev:s390x. [2020-11-05T11:12:57.643Z] #40 24.94 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-11-05T11:12:57.643Z] #40 24.95 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-11-05T11:12:58.676Z] #40 25.80 Selecting previously unselected package libprotoc17:s390x. [2020-11-05T11:12:58.676Z] #40 25.82 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-11-05T11:12:58.676Z] #40 25.82 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-11-05T11:12:58.966Z] #40 ... [2020-11-05T11:12:58.966Z] [2020-11-05T11:12:58.966Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:12:58.966Z] #62 DONE 26.3s [2020-11-05T11:12:58.966Z] [2020-11-05T11:12:58.966Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:12:58.966Z] #47 25.97 go: finding github.com/fatih/color v1.7.0 [2020-11-05T11:12:58.966Z] #47 26.00 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-05T11:12:58.966Z] #47 26.02 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-05T11:12:58.966Z] #47 26.03 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-05T11:12:58.966Z] #47 26.03 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-05T11:12:58.966Z] #47 26.06 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-05T11:12:58.966Z] #47 26.07 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-05T11:12:58.966Z] #47 26.08 go: finding github.com/pkg/errors v0.8.1 [2020-11-05T11:12:58.966Z] #47 26.09 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-05T11:12:58.966Z] #47 26.10 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-05T11:12:58.966Z] #47 26.10 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-05T11:12:58.966Z] #47 26.11 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-05T11:12:58.966Z] #47 26.14 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-05T11:12:58.966Z] #47 26.19 go: finding github.com/spf13/viper v1.6.1 [2020-11-05T11:12:58.966Z] #47 26.19 go: finding github.com/stretchr/testify v1.4.0 [2020-11-05T11:12:58.966Z] #47 26.20 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-05T11:12:58.966Z] #47 26.22 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-05T11:12:58.966Z] #47 26.27 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-05T11:12:58.966Z] #47 26.27 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-05T11:12:58.966Z] #47 26.27 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-05T11:12:58.966Z] #47 26.30 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-05T11:12:58.966Z] #47 26.32 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-05T11:12:58.966Z] #47 26.32 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-05T11:12:58.966Z] #47 26.33 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-05T11:12:58.966Z] #47 26.35 go: finding github.com/stretchr/objx v0.2.0 [2020-11-05T11:12:58.966Z] #47 26.36 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-05T11:12:58.966Z] #47 26.39 go: finding github.com/gobwas/glob v0.2.3 [2020-11-05T11:12:58.966Z] #47 26.39 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-05T11:12:59.258Z] #47 26.44 go: finding github.com/spf13/cobra v0.0.5 [2020-11-05T11:12:59.258Z] #47 26.44 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-05T11:12:59.258Z] #47 26.47 go: finding github.com/spf13/pflag v1.0.5 [2020-11-05T11:12:59.258Z] #47 26.47 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-05T11:12:59.258Z] #47 26.54 go: finding github.com/magiconair/properties v1.8.1 [2020-11-05T11:12:59.258Z] #47 26.54 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-05T11:12:59.258Z] #47 26.55 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-05T11:12:59.258Z] #47 26.55 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-05T11:12:59.258Z] #47 26.63 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-05T11:12:59.258Z] #47 26.74 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-05T11:12:59.258Z] #47 26.75 go: finding github.com/spf13/afero v1.1.2 [2020-11-05T11:12:59.258Z] #47 26.77 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-05T11:12:59.564Z] #47 26.77 go: finding github.com/spf13/cast v1.3.0 [2020-11-05T11:12:59.564Z] #47 26.80 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-05T11:12:59.564Z] #47 26.80 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-05T11:12:59.564Z] #47 26.89 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-05T11:12:59.564Z] #47 26.91 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-05T11:12:59.564Z] #47 26.93 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-05T11:12:59.855Z] #47 27.08 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-05T11:12:59.855Z] #47 27.13 go: finding golang.org/x/text v0.3.2 [2020-11-05T11:12:59.855Z] #47 27.20 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-05T11:12:59.855Z] #47 27.21 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-05T11:12:59.855Z] #47 27.21 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-05T11:12:59.855Z] #47 27.22 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-05T11:12:59.855Z] #47 27.22 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-05T11:12:59.855Z] #47 27.27 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-05T11:12:59.855Z] #47 27.27 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-05T11:12:59.855Z] #47 27.28 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-05T11:12:59.855Z] #47 27.28 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-05T11:12:59.855Z] #47 27.29 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-05T11:12:59.855Z] #47 27.29 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-05T11:13:00.146Z] #47 27.29 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-05T11:13:00.146Z] #47 27.30 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-05T11:13:00.146Z] #47 27.34 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-05T11:13:00.146Z] #47 27.34 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-05T11:13:00.146Z] #47 27.36 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-05T11:13:00.146Z] #47 27.45 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-05T11:13:00.146Z] #47 27.45 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-05T11:13:00.146Z] #47 27.46 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-05T11:13:00.146Z] #47 27.47 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-05T11:13:00.146Z] #47 27.48 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-05T11:13:00.146Z] #47 27.56 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-05T11:13:00.436Z] #47 27.60 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-05T11:13:00.436Z] #47 27.60 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-05T11:13:00.436Z] #47 27.61 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-05T11:13:00.436Z] #47 27.61 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-05T11:13:04.877Z] #47 ... [2020-11-05T11:13:04.877Z] [2020-11-05T11:13:04.877Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:13:04.877Z] #34 23.24 Selecting previously unselected package libicu63:s390x. [2020-11-05T11:13:04.877Z] #34 23.27 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-11-05T11:13:04.877Z] #34 23.28 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-11-05T11:13:04.877Z] #34 28.93 Selecting previously unselected package libxml2:s390x. [2020-11-05T11:13:04.877Z] #34 28.94 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-11-05T11:13:04.877Z] #34 28.95 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-11-05T11:13:04.877Z] #34 29.38 Selecting previously unselected package libarchive13:s390x. [2020-11-05T11:13:04.877Z] #34 29.40 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-11-05T11:13:04.877Z] #34 29.40 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-11-05T11:13:04.877Z] #34 29.60 Selecting previously unselected package libjsoncpp1:s390x. [2020-11-05T11:13:04.877Z] #34 29.61 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-11-05T11:13:04.877Z] #34 29.62 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-11-05T11:13:04.877Z] #34 29.73 Selecting previously unselected package librhash0:s390x. [2020-11-05T11:13:04.877Z] #34 29.73 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-11-05T11:13:04.877Z] #34 29.74 Unpacking librhash0:s390x (1.3.8-1) ... [2020-11-05T11:13:04.877Z] #34 29.94 Selecting previously unselected package libuv1:s390x. [2020-11-05T11:13:04.877Z] #34 29.95 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-11-05T11:13:04.877Z] #34 29.95 Unpacking libuv1:s390x (1.24.1-1) ... [2020-11-05T11:13:04.877Z] #34 30.06 Selecting previously unselected package cmake. [2020-11-05T11:13:04.877Z] #34 30.07 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-11-05T11:13:04.877Z] #34 30.07 Unpacking cmake (3.13.4-1) ... [2020-11-05T11:13:04.877Z] #34 31.99 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-11-05T11:13:04.877Z] #34 31.99 Setting up xxd (2:8.1.0875-5) ... [2020-11-05T11:13:04.877Z] #34 32.00 Setting up libuv1:s390x (1.24.1-1) ... [2020-11-05T11:13:04.877Z] #34 32.02 Setting up vim-common (2:8.1.0875-5) ... [2020-11-05T11:13:04.877Z] #34 32.03 Setting up librhash0:s390x (1.3.8-1) ... [2020-11-05T11:13:04.877Z] #34 32.04 Setting up cmake-data (3.13.4-1) ... [2020-11-05T11:13:04.877Z] #34 32.05 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-11-05T11:13:04.877Z] #34 32.06 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-11-05T11:13:04.877Z] #34 32.06 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-11-05T11:13:04.877Z] #34 32.07 Setting up cmake (3.13.4-1) ... [2020-11-05T11:13:04.877Z] #34 32.08 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:13:04.877Z] #34 32.10 Processing triggers for mime-support (3.62) ... [2020-11-05T11:13:04.877Z] #34 DONE 32.4s [2020-11-05T11:13:04.877Z] [2020-11-05T11:13:04.877Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:13:04.878Z] #30 28.82 Checking out files: 93% (1423/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. [2020-11-05T11:13:04.878Z] #30 28.92 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-05T11:13:04.878Z] #30 29.26 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-05T11:13:05.185Z] #30 ... [2020-11-05T11:13:05.185Z] [2020-11-05T11:13:05.185Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:13:05.185Z] #45 DONE 32.4s [2020-11-05T11:13:05.185Z] [2020-11-05T11:13:05.185Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:13:05.185Z] #11 24.95 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-11-05T11:13:05.185Z] #11 26.26 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-11-05T11:13:05.185Z] #11 26.27 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-11-05T11:13:05.185Z] #11 26.28 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-11-05T11:13:05.185Z] #11 26.29 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-11-05T11:13:05.185Z] #11 26.32 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2020-11-05T11:13:05.185Z] #11 26.32 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB] [2020-11-05T11:13:05.185Z] #11 26.34 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-11-05T11:13:05.185Z] #11 26.38 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-11-05T11:13:05.185Z] #11 26.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-11-05T11:13:05.185Z] #11 26.43 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-11-05T11:13:05.185Z] #11 26.46 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-11-05T11:13:05.185Z] #11 26.56 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-11-05T11:13:05.185Z] #11 26.59 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-11-05T11:13:05.185Z] #11 26.59 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-11-05T11:13:05.185Z] #11 26.59 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB] [2020-11-05T11:13:05.185Z] #11 27.48 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:13:05.185Z] #11 27.54 Fetched 73.3 MB in 5s (14.2 MB/s) [2020-11-05T11:13:05.185Z] #11 27.59 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-05T11:13:05.185Z] #11 27.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 ... 15177 files and directories currently installed.) [2020-11-05T11:13:05.185Z] #11 27.63 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-11-05T11:13:05.185Z] #11 27.63 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-05T11:13:05.185Z] #11 29.16 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-05T11:13:05.185Z] #11 29.17 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-11-05T11:13:05.185Z] #11 29.18 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-05T11:13:05.185Z] #11 30.92 Selecting previously unselected package binutils-mingw-w64. [2020-11-05T11:13:05.185Z] #11 30.92 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-05T11:13:05.185Z] #11 30.93 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-05T11:13:05.185Z] #11 30.99 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-11-05T11:13:05.185Z] #11 30.99 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-11-05T11:13:05.185Z] #11 31.00 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-11-05T11:13:05.185Z] #11 31.11 Selecting previously unselected package dmsetup. [2020-11-05T11:13:05.185Z] #11 31.11 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-11-05T11:13:05.185Z] #11 31.11 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-05T11:13:05.185Z] #11 31.24 Selecting previously unselected package mingw-w64-common. [2020-11-05T11:13:05.185Z] #11 31.25 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-05T11:13:05.185Z] #11 31.25 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-05T11:13:05.830Z] #11 ... [2020-11-05T11:13:05.830Z] [2020-11-05T11:13:05.830Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:13:05.830Z] #54 0.880 + RM_GOPATH=0 [2020-11-05T11:13:05.830Z] #54 0.880 + TMP_GOPATH= [2020-11-05T11:13:05.830Z] #54 0.880 + : /build [2020-11-05T11:13:05.830Z] #54 0.880 + '[' -z '' ']' [2020-11-05T11:13:05.830Z] #54 0.908 ++ mktemp -d [2020-11-05T11:13:05.830Z] #54 0.908 + export GOPATH=/tmp/tmp.fafDiOFXDl [2020-11-05T11:13:05.830Z] #54 0.908 + GOPATH=/tmp/tmp.fafDiOFXDl [2020-11-05T11:13:05.830Z] #54 0.908 + RM_GOPATH=1 [2020-11-05T11:13:05.830Z] #54 0.908 + case "$(go env GOARCH)" in [2020-11-05T11:13:05.830Z] #54 0.912 ++ go env GOARCH [2020-11-05T11:13:05.830Z] #54 0.920 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:13:05.830Z] #54 0.920 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:13:05.830Z] #54 0.940 ++ dirname /tmp/install/install.sh [2020-11-05T11:13:05.830Z] #54 0.940 + dir=/tmp/install [2020-11-05T11:13:05.830Z] #54 0.940 + bin=containerd [2020-11-05T11:13:05.830Z] #54 0.940 + shift [2020-11-05T11:13:05.830Z] #54 0.940 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-05T11:13:05.830Z] #54 0.940 + . /tmp/install/containerd.installer [2020-11-05T11:13:05.830Z] #54 0.940 ++ set -e [2020-11-05T11:13:05.830Z] #54 0.940 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-05T11:13:05.830Z] #54 0.940 + install_containerd [2020-11-05T11:13:05.830Z] #54 1.007 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-05T11:13:05.830Z] #54 1.007 + git clone https://github.com/containerd/containerd.git /tmp/tmp.fafDiOFXDl/src/github.com/containerd/containerd [2020-11-05T11:13:05.830Z] #54 1.007 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-05T11:13:05.830Z] #54 1.008 Cloning into '/tmp/tmp.fafDiOFXDl/src/github.com/containerd/containerd'... [2020-11-05T11:13:06.169Z] #54 ... [2020-11-05T11:13:06.169Z] [2020-11-05T11:13:06.169Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:13:06.169Z] #40 26.48 Selecting previously unselected package protobuf-c-compiler. [2020-11-05T11:13:06.169Z] #40 26.48 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-11-05T11:13:06.169Z] #40 26.49 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-05T11:13:06.169Z] #40 26.66 Selecting previously unselected package protobuf-compiler. [2020-11-05T11:13:06.169Z] #40 26.66 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-11-05T11:13:06.169Z] #40 26.66 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-05T11:13:06.169Z] #40 26.86 Selecting previously unselected package python-pkg-resources. [2020-11-05T11:13:06.169Z] #40 26.86 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-05T11:13:06.169Z] #40 26.86 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-05T11:13:06.169Z] #40 27.10 Selecting previously unselected package python-six. [2020-11-05T11:13:06.169Z] #40 27.10 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-05T11:13:06.169Z] #40 27.11 Unpacking python-six (1.12.0-1) ... [2020-11-05T11:13:06.169Z] #40 27.19 Selecting previously unselected package python-protobuf. [2020-11-05T11:13:06.169Z] #40 27.19 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-11-05T11:13:06.169Z] #40 27.19 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-05T11:13:06.169Z] #40 27.49 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-05T11:13:06.169Z] #40 29.41 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-11-05T11:13:06.169Z] #40 29.42 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-05T11:13:06.169Z] #40 29.42 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-05T11:13:06.169Z] #40 29.43 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-11-05T11:13:06.169Z] #40 29.44 Setting up python-six (1.12.0-1) ... [2020-11-05T11:13:06.169Z] #40 30.74 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-11-05T11:13:06.169Z] #40 30.75 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-11-05T11:13:06.169Z] #40 30.76 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-11-05T11:13:06.169Z] #40 30.77 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-11-05T11:13:06.169Z] #40 30.78 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-11-05T11:13:06.169Z] #40 30.78 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-05T11:13:06.169Z] #40 30.83 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-05T11:13:06.169Z] #40 30.84 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-11-05T11:13:06.169Z] #40 30.85 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-05T11:13:06.169Z] #40 30.85 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-05T11:13:06.491Z] #40 33.81 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-11-05T11:13:06.491Z] #40 33.83 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:13:06.781Z] #40 ... [2020-11-05T11:13:06.781Z] [2020-11-05T11:13:06.781Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:13:06.781Z] #32 23.98 sync [2020-11-05T11:13:06.781Z] #32 23.99 internal/reflectlite [2020-11-05T11:13:06.781Z] #32 26.04 sort [2020-11-05T11:13:06.781Z] #32 26.05 errors [2020-11-05T11:13:06.781Z] #32 26.47 strconv [2020-11-05T11:13:06.781Z] #32 27.20 io [2020-11-05T11:13:06.781Z] #32 28.16 internal/oserror [2020-11-05T11:13:06.781Z] #32 28.19 syscall [2020-11-05T11:13:06.781Z] #32 29.79 reflect [2020-11-05T11:13:06.781Z] #32 33.78 time [2020-11-05T11:13:06.781Z] #32 ... [2020-11-05T11:13:06.781Z] [2020-11-05T11:13:06.781Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:13:06.781Z] #40 DONE 34.1s [2020-11-05T11:13:06.781Z] [2020-11-05T11:13:06.781Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:13:09.507Z] #41 ... [2020-11-05T11:13:09.507Z] [2020-11-05T11:13:09.507Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:13:09.507Z] #43 26.24 github.com/LK4D4/vndr/godl/singleflight [2020-11-05T11:13:09.507Z] #43 26.26 errors [2020-11-05T11:13:09.507Z] #43 26.48 io [2020-11-05T11:13:09.507Z] #43 26.86 strconv [2020-11-05T11:13:09.507Z] #43 27.71 bytes [2020-11-05T11:13:09.507Z] #43 29.31 bufio [2020-11-05T11:13:09.507Z] #43 29.57 reflect [2020-11-05T11:13:09.507Z] #43 30.49 syscall [2020-11-05T11:13:09.507Z] #43 36.23 time [2020-11-05T11:13:09.507Z] #43 ... [2020-11-05T11:13:09.507Z] [2020-11-05T11:13:09.507Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:13:09.507Z] #11 35.84 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-05T11:13:09.507Z] #11 35.85 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-05T11:13:09.507Z] #11 35.86 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-05T11:13:11.578Z] #11 ... [2020-11-05T11:13:11.578Z] [2020-11-05T11:13:11.578Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:13:11.578Z] #35 1.286 + RM_GOPATH=0 [2020-11-05T11:13:11.578Z] #35 1.286 + TMP_GOPATH= [2020-11-05T11:13:11.578Z] #35 1.286 + : /build [2020-11-05T11:13:11.578Z] #35 1.286 + '[' -z '' ']' [2020-11-05T11:13:11.578Z] #35 1.290 ++ mktemp -d [2020-11-05T11:13:11.578Z] #35 1.290 + export GOPATH=/tmp/tmp.NPNcHTWUFw [2020-11-05T11:13:11.578Z] #35 1.290 + GOPATH=/tmp/tmp.NPNcHTWUFw [2020-11-05T11:13:11.578Z] #35 1.290 + RM_GOPATH=1 [2020-11-05T11:13:11.578Z] #35 1.290 + case "$(go env GOARCH)" in [2020-11-05T11:13:11.578Z] #35 1.290 ++ go env GOARCH [2020-11-05T11:13:11.578Z] #35 1.305 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:13:11.578Z] #35 1.305 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:13:11.578Z] #35 1.312 ++ dirname /tmp/install/install.sh [2020-11-05T11:13:11.578Z] #35 1.312 + dir=/tmp/install [2020-11-05T11:13:11.578Z] #35 1.312 + bin=tini [2020-11-05T11:13:11.578Z] #35 1.312 + shift [2020-11-05T11:13:11.578Z] #35 1.312 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-05T11:13:11.578Z] #35 1.312 + . /tmp/install/tini.installer [2020-11-05T11:13:11.578Z] #35 1.312 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-05T11:13:11.578Z] #35 1.312 + install_tini [2020-11-05T11:13:11.578Z] #35 1.312 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-05T11:13:11.578Z] #35 1.312 + git clone https://github.com/krallin/tini.git /tmp/tmp.NPNcHTWUFw/tini [2020-11-05T11:13:11.578Z] #35 1.312 Cloning into '/tmp/tmp.NPNcHTWUFw/tini'... [2020-11-05T11:13:11.578Z] #35 1.312 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-05T11:13:11.578Z] #35 2.060 + cd /tmp/tmp.NPNcHTWUFw/tini [2020-11-05T11:13:11.578Z] #35 2.060 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-05T11:13:11.578Z] #35 2.100 + cmake . [2020-11-05T11:13:11.578Z] #35 2.522 -- The C compiler identification is GNU 8.3.0 [2020-11-05T11:13:11.578Z] #35 2.571 -- Check for working C compiler: /usr/bin/cc [2020-11-05T11:13:11.578Z] #35 2.974 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-05T11:13:11.578Z] #35 2.979 -- Detecting C compiler ABI info [2020-11-05T11:13:11.578Z] #35 3.308 -- Detecting C compiler ABI info - done [2020-11-05T11:13:11.578Z] #35 3.314 -- Detecting C compile features [2020-11-05T11:13:11.578Z] #35 4.189 -- Detecting C compile features - done [2020-11-05T11:13:11.578Z] #35 4.214 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-05T11:13:11.578Z] #35 4.344 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-05T11:13:11.578Z] #35 4.445 -- Configuring done [2020-11-05T11:13:11.578Z] #35 4.464 -- Generating done [2020-11-05T11:13:11.578Z] #35 4.466 -- Build files have been written to: /tmp/tmp.NPNcHTWUFw/tini [2020-11-05T11:13:11.578Z] #35 4.477 + make tini-static [2020-11-05T11:13:11.578Z] #35 4.755 Scanning dependencies of target tini-static [2020-11-05T11:13:11.578Z] #35 4.839 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-05T11:13:11.578Z] #35 5.593 [100%] Linking C executable tini-static [2020-11-05T11:13:11.578Z] #35 5.982 [100%] Built target tini-static [2020-11-05T11:13:11.578Z] #35 6.042 + mkdir -p /build [2020-11-05T11:13:11.578Z] #35 6.065 + cp tini-static /build/docker-init [2020-11-05T11:13:11.578Z] #35 DONE 6.4s [2020-11-05T11:13:11.578Z] [2020-11-05T11:13:11.578Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:13:11.578Z] #43 38.51 internal/fmtsort [2020-11-05T11:13:11.578Z] #43 ... [2020-11-05T11:13:11.578Z] [2020-11-05T11:13:11.578Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:13:11.578Z] #49 29.05 bytes [2020-11-05T11:13:11.578Z] #49 29.06 syscall [2020-11-05T11:13:11.578Z] #49 30.53 reflect [2020-11-05T11:13:11.578Z] #49 34.74 time [2020-11-05T11:13:11.578Z] #49 37.12 context [2020-11-05T11:13:11.578Z] #49 37.76 internal/syscall/execenv [2020-11-05T11:13:11.578Z] #49 37.86 internal/syscall/unix [2020-11-05T11:13:11.578Z] #49 38.01 os [2020-11-05T11:13:11.871Z] #49 ... [2020-11-05T11:13:11.871Z] [2020-11-05T11:13:11.871Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:13:11.871Z] #43 39.12 strings [2020-11-05T11:13:12.501Z] #43 39.95 os [2020-11-05T11:13:13.531Z] #43 40.91 regexp/syntax [2020-11-05T11:13:14.562Z] #43 41.90 fmt [2020-11-05T11:13:16.064Z] #43 43.27 regexp [2020-11-05T11:13:17.095Z] #43 ... [2020-11-05T11:13:17.095Z] [2020-11-05T11:13:17.095Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:13:17.095Z] #41 6.423 Note: Building without setproctitle() and strlcpy() support. [2020-11-05T11:13:17.095Z] #41 6.423 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-05T11:13:17.095Z] #41 6.431 Note: Building without GnuTLS support [2020-11-05T11:13:17.095Z] #41 6.434 Makefile.config:39: Warn: you have no libnftables installed [2020-11-05T11:13:17.095Z] #41 6.434 Makefile.config:40: Warn: Building without nftables support [2020-11-05T11:13:17.095Z] #41 7.534 fatal: not a git repository (or any of the parent directories): .git [2020-11-05T11:13:17.095Z] #41 7.541 GEN .gitid [2020-11-05T11:13:17.095Z] #41 7.557 GEN criu/include/version.h [2020-11-05T11:13:17.095Z] #41 7.578 GEN include/common/asm [2020-11-05T11:13:17.095Z] #41 8.342 PBCC images/timens.pb-c.c [2020-11-05T11:13:17.095Z] #41 8.347 DEP images/timens.pb-c.d [2020-11-05T11:13:17.095Z] #41 8.386 PBCC images/fown.pb-c.c [2020-11-05T11:13:17.095Z] #41 8.395 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-05T11:13:17.095Z] #41 8.461 PBCC images/opts.pb-c.c [2020-11-05T11:13:17.095Z] #41 8.467 PBCC images/memfd.pb-c.c [2020-11-05T11:13:17.095Z] #41 8.504 DEP images/fown.pb-c.d [2020-11-05T11:13:17.095Z] #41 8.533 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-05T11:13:17.095Z] #41 8.612 DEP images/opts.pb-c.d [2020-11-05T11:13:17.095Z] #41 8.682 DEP images/memfd.pb-c.d [2020-11-05T11:13:17.095Z] #41 8.704 PBCC images/sit.pb-c.c [2020-11-05T11:13:17.095Z] #41 8.727 DEP images/sit.pb-c.d [2020-11-05T11:13:17.095Z] #41 8.784 PBCC images/macvlan.pb-c.c [2020-11-05T11:13:17.095Z] #41 8.817 DEP images/macvlan.pb-c.d [2020-11-05T11:13:17.095Z] #41 8.841 PBCC images/autofs.pb-c.c [2020-11-05T11:13:17.095Z] #41 8.851 DEP images/autofs.pb-c.d [2020-11-05T11:13:17.095Z] #41 8.883 PBCC images/sysctl.pb-c.c [2020-11-05T11:13:17.095Z] #41 8.892 DEP images/sysctl.pb-c.d [2020-11-05T11:13:17.095Z] #41 8.901 PBCC images/time.pb-c.c [2020-11-05T11:13:17.095Z] #41 8.927 DEP images/time.pb-c.d [2020-11-05T11:13:17.095Z] #41 8.933 PBCC images/binfmt-misc.pb-c.c [2020-11-05T11:13:17.095Z] #41 8.959 DEP images/binfmt-misc.pb-c.d [2020-11-05T11:13:17.095Z] #41 8.974 PBCC images/seccomp.pb-c.c [2020-11-05T11:13:17.095Z] #41 8.989 DEP images/seccomp.pb-c.d [2020-11-05T11:13:17.095Z] #41 9.057 PBCC images/userns.pb-c.c [2020-11-05T11:13:17.095Z] #41 9.064 DEP images/userns.pb-c.d [2020-11-05T11:13:17.095Z] #41 9.088 PBCC images/cgroup.pb-c.c [2020-11-05T11:13:17.095Z] #41 9.104 DEP images/cgroup.pb-c.d [2020-11-05T11:13:17.095Z] #41 9.143 PBCC images/ext-file.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.151 DEP images/ext-file.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.200 PBCC images/rpc.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.205 DEP images/rpc.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.214 PBCC images/siginfo.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.247 DEP images/siginfo.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.294 PBCC images/pagemap.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.299 DEP images/pagemap.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.341 PBCC images/rlimit.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.352 DEP images/rlimit.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.379 PBCC images/file-lock.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.390 DEP images/file-lock.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.414 PBCC images/tty.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.440 DEP images/tty.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.477 PBCC images/tun.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.502 PBCC images/netdev.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.537 DEP images/tun.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.553 DEP images/netdev.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.580 PBCC images/vma.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.603 DEP images/vma.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.639 PBCC images/creds.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.647 DEP images/creds.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.689 PBCC images/utsns.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.695 DEP images/utsns.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.704 PBCC images/ipc-desc.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.729 PBCC images/ipc-sem.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.754 DEP images/ipc-desc.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.799 DEP images/ipc-sem.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.829 PBCC images/ipc-msg.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.847 DEP images/ipc-msg.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.888 PBCC images/ipc-shm.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.918 DEP images/ipc-shm.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.936 PBCC images/ipc-var.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.943 DEP images/ipc-var.pb-c.d [2020-11-05T11:13:17.096Z] #41 9.984 PBCC images/sk-opts.pb-c.c [2020-11-05T11:13:17.096Z] #41 9.990 PBCC images/packet-sock.pb-c.c [2020-11-05T11:13:17.096Z] #41 10.03 DEP images/sk-opts.pb-c.d [2020-11-05T11:13:17.096Z] #41 10.05 DEP images/packet-sock.pb-c.d [2020-11-05T11:13:17.096Z] #41 10.09 PBCC images/sk-netlink.pb-c.c [2020-11-05T11:13:17.096Z] #41 10.14 DEP images/sk-netlink.pb-c.d [2020-11-05T11:13:17.096Z] #41 10.15 PBCC images/sk-inet.pb-c.c [2020-11-05T11:13:17.096Z] #41 10.15 DEP images/sk-inet.pb-c.d [2020-11-05T11:13:17.096Z] #41 10.23 PBCC images/sk-unix.pb-c.c [2020-11-05T11:13:17.096Z] #41 10.24 DEP images/sk-unix.pb-c.d [2020-11-05T11:13:17.096Z] #41 10.25 PBCC images/mm.pb-c.c [2020-11-05T11:13:17.096Z] #41 10.27 DEP images/mm.pb-c.d [2020-11-05T11:13:17.096Z] #41 10.29 PBCC images/timerfd.pb-c.c [2020-11-05T11:13:17.096Z] #41 10.29 DEP images/timerfd.pb-c.d [2020-11-05T11:13:17.096Z] #41 10.31 PBCC images/timer.pb-c.c [2020-11-05T11:13:17.096Z] #41 10.32 DEP images/timer.pb-c.d [2020-11-05T11:13:17.096Z] #41 10.33 PBCC images/sa.pb-c.c [2020-11-05T11:13:17.096Z] #41 10.36 DEP images/sa.pb-c.d [2020-11-05T11:13:17.096Z] #41 10.38 PBCC images/pipe-data.pb-c.c [2020-11-05T11:13:17.096Z] #41 10.39 DEP images/pipe-data.pb-c.d [2020-11-05T11:13:17.096Z] #41 10.40 PBCC images/mnt.pb-c.c [2020-11-05T11:13:17.096Z] #41 10.42 DEP images/mnt.pb-c.d [2020-11-05T11:13:17.096Z] #41 10.44 PBCC images/sk-packet.pb-c.c [2020-11-05T11:13:17.096Z] #41 10.44 DEP images/sk-packet.pb-c.d [2020-11-05T11:13:17.096Z] #41 10.46 PBCC images/tcp-stream.pb-c.c [2020-11-05T11:13:17.096Z] #41 10.47 DEP images/tcp-stream.pb-c.d [2020-11-05T11:13:17.386Z] #41 10.49 PBCC images/pipe.pb-c.c [2020-11-05T11:13:17.386Z] #41 10.51 DEP images/pipe.pb-c.d [2020-11-05T11:13:17.386Z] #41 10.52 PBCC images/pstree.pb-c.c [2020-11-05T11:13:17.386Z] #41 10.53 DEP images/pstree.pb-c.d [2020-11-05T11:13:17.386Z] #41 10.55 PBCC images/fs.pb-c.c [2020-11-05T11:13:17.386Z] #41 10.55 DEP images/fs.pb-c.d [2020-11-05T11:13:17.386Z] #41 10.57 PBCC images/signalfd.pb-c.c [2020-11-05T11:13:17.386Z] #41 10.58 DEP images/signalfd.pb-c.d [2020-11-05T11:13:17.386Z] #41 10.60 PBCC images/fh.pb-c.c [2020-11-05T11:13:17.386Z] #41 10.62 PBCC images/fsnotify.pb-c.c [2020-11-05T11:13:17.386Z] #41 10.64 DEP images/fh.pb-c.d [2020-11-05T11:13:17.386Z] #41 10.65 DEP images/fsnotify.pb-c.d [2020-11-05T11:13:17.386Z] #41 10.68 PBCC images/eventpoll.pb-c.c [2020-11-05T11:13:17.386Z] #41 10.68 DEP images/eventpoll.pb-c.d [2020-11-05T11:13:17.677Z] #41 10.70 PBCC images/eventfd.pb-c.c [2020-11-05T11:13:17.677Z] #41 10.70 DEP images/eventfd.pb-c.d [2020-11-05T11:13:17.677Z] #41 10.72 PBCC images/remap-file-path.pb-c.c [2020-11-05T11:13:17.677Z] #41 10.72 DEP images/remap-file-path.pb-c.d [2020-11-05T11:13:17.677Z] #41 10.74 PBCC images/fifo.pb-c.c [2020-11-05T11:13:17.677Z] #41 10.74 DEP images/fifo.pb-c.d [2020-11-05T11:13:17.677Z] #41 10.76 PBCC images/ghost-file.pb-c.c [2020-11-05T11:13:17.677Z] #41 10.77 DEP images/ghost-file.pb-c.d [2020-11-05T11:13:17.677Z] #41 10.81 PBCC images/regfile.pb-c.c [2020-11-05T11:13:17.677Z] #41 10.81 DEP images/regfile.pb-c.d [2020-11-05T11:13:17.677Z] #41 10.85 PBCC images/ns.pb-c.c [2020-11-05T11:13:17.677Z] #41 10.86 DEP images/ns.pb-c.d [2020-11-05T11:13:17.677Z] #41 10.88 PBCC images/fdinfo.pb-c.c [2020-11-05T11:13:17.677Z] #41 10.92 DEP images/fdinfo.pb-c.d [2020-11-05T11:13:17.677Z] #41 10.97 PBCC images/core-aarch64.pb-c.c [2020-11-05T11:13:17.677Z] #41 10.98 PBCC images/core-arm.pb-c.c [2020-11-05T11:13:17.677Z] #41 11.01 PBCC images/core-ppc64.pb-c.c [2020-11-05T11:13:17.677Z] #41 11.05 PBCC images/core-s390.pb-c.c [2020-11-05T11:13:17.967Z] #41 11.08 PBCC images/core-x86.pb-c.c [2020-11-05T11:13:17.967Z] #41 11.11 PBCC images/core.pb-c.c [2020-11-05T11:13:17.967Z] #41 11.14 PBCC images/inventory.pb-c.c [2020-11-05T11:13:17.967Z] #41 11.18 DEP images/core-aarch64.pb-c.d [2020-11-05T11:13:17.967Z] #41 11.20 DEP images/core-arm.pb-c.d [2020-11-05T11:13:17.967Z] #41 11.25 DEP images/core-ppc64.pb-c.d [2020-11-05T11:13:17.967Z] #41 11.32 DEP images/core-s390.pb-c.d [2020-11-05T11:13:18.257Z] #41 11.36 DEP images/core-x86.pb-c.d [2020-11-05T11:13:18.258Z] #41 11.41 DEP images/core.pb-c.d [2020-11-05T11:13:18.258Z] #41 11.46 DEP images/inventory.pb-c.d [2020-11-05T11:13:18.258Z] #41 11.52 PBCC images/cpuinfo.pb-c.c [2020-11-05T11:13:18.258Z] #41 11.55 DEP images/cpuinfo.pb-c.d [2020-11-05T11:13:18.258Z] #41 11.58 PBCC images/stats.pb-c.c [2020-11-05T11:13:18.527Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-000a92d272195f43f) in /home/ubuntu/workspace/moby_PR-40256 [Pipeline] { [2020-11-05T11:13:18.549Z] #41 11.59 DEP images/stats.pb-c.d [Pipeline] checkout [2020-11-05T11:13:19.179Z] #41 12.38 make[1]: Nothing to be done for 'all'. [2020-11-05T11:13:19.469Z] #41 ... [2020-11-05T11:13:19.469Z] [2020-11-05T11:13:19.469Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:13:19.469Z] #32 36.78 internal/poll [2020-11-05T11:13:19.469Z] #32 37.68 internal/syscall/execenv [2020-11-05T11:13:19.469Z] #32 37.81 internal/syscall/unix [2020-11-05T11:13:19.469Z] #32 38.07 os [2020-11-05T11:13:19.469Z] #32 38.39 internal/fmtsort [2020-11-05T11:13:19.469Z] #32 38.96 strings [2020-11-05T11:13:19.469Z] #32 40.27 fmt [2020-11-05T11:13:19.469Z] #32 40.93 path/filepath [2020-11-05T11:13:19.470Z] #32 41.96 io/ioutil [2020-11-05T11:13:19.470Z] #32 42.34 path [2020-11-05T11:13:19.470Z] #32 42.62 text/tabwriter [2020-11-05T11:13:19.470Z] #32 43.11 flag [2020-11-05T11:13:19.470Z] #32 43.11 github.com/BurntSushi/toml [2020-11-05T11:13:19.470Z] #32 44.37 log [2020-11-05T11:13:19.470Z] #32 45.90 github.com/BurntSushi/toml/cmd/tomlv [2020-11-05T11:13:19.470Z] #32 ... [2020-11-05T11:13:19.470Z] [2020-11-05T11:13:19.470Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:13:19.470Z] #43 44.45 go/token [2020-11-05T11:13:19.470Z] #43 45.08 go/scanner [2020-11-05T11:13:19.470Z] #43 45.96 internal/lazyregexp [2020-11-05T11:13:19.470Z] #43 46.02 go/ast [2020-11-05T11:13:19.470Z] #43 46.10 net/url [2020-11-05T11:13:19.777Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d731f991f0aed4a6) in /home/ubuntu/workspace/moby_PR-40256 [Pipeline] { [Pipeline] checkout [2020-11-05T11:13:20.100Z] #43 47.49 text/template/parse [2020-11-05T11:13:21.641Z] #43 ... [2020-11-05T11:13:21.641Z] [2020-11-05T11:13:21.641Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:13:21.641Z] #32 DONE 49.1s [2020-11-05T11:13:21.934Z] [2020-11-05T11:13:21.934Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:13:21.934Z] #54 24.37 Checking out files: 73% (2521/3433) Checking out files: 74% (2541/3433) Checking out files: 75% (2575/3433) Checking out files: 76% (2610/3433) Checking out files: 77% (2644/3433) Checking out files: 78% (2678/3433) Checking out files: 79% (2713/3433) Checking out files: 80% (2747/3433) Checking out files: 81% (2781/3433) Checking out files: 82% (2816/3433) Checking out files: 83% (2850/3433) Checking out files: 84% (2884/3433) Checking out files: 85% (2919/3433) Checking out files: 86% (2953/3433) Checking out files: 87% (2987/3433) Checking out files: 88% (3022/3433) Checking out files: 89% (3056/3433) Checking out files: 90% (3090/3433) Checking out files: 91% (3125/3433) Checking out files: 92% (3159/3433) Checking out files: 93% (3193/3433) Checking out files: 94% (3228/3433) Checking out files: 95% (3262/3433) Checking out files: 96% (3296/3433) Checking out files: 97% (3331/3433) Checking out files: 98% (3365/3433) Checking out files: 99% (3399/3433) Checking out files: 100% (3433/3433) Checking out files: 100% (3433/3433), done. [2020-11-05T11:13:21.934Z] #54 25.20 + cd /tmp/tmp.fafDiOFXDl/src/github.com/containerd/containerd [2020-11-05T11:13:21.934Z] #54 25.20 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-05T11:13:21.934Z] #54 26.17 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-05T11:13:21.934Z] #54 26.17 + BUILDTAGS='netgo osusergo static_build' [2020-11-05T11:13:21.934Z] #54 26.17 + export EXTRA_FLAGS=-buildmode=pie [2020-11-05T11:13:21.934Z] #54 26.17 + EXTRA_FLAGS=-buildmode=pie [2020-11-05T11:13:21.934Z] #54 26.17 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-05T11:13:21.934Z] #54 26.17 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-05T11:13:21.934Z] #54 26.17 + '[' '' = dynamic ']' [2020-11-05T11:13:21.934Z] #54 26.17 + make [2020-11-05T11:13:21.934Z] #54 ... [2020-11-05T11:13:21.934Z] [2020-11-05T11:13:21.934Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:13:21.934Z] #49 39.27 encoding/binary [2020-11-05T11:13:21.934Z] #49 40.22 fmt [2020-11-05T11:13:21.934Z] #49 40.69 encoding/base64 [2020-11-05T11:13:21.934Z] #49 41.20 path/filepath [2020-11-05T11:13:21.934Z] #49 42.14 golang.org/x/sys/unix [2020-11-05T11:13:21.934Z] #49 42.76 encoding/json [2020-11-05T11:13:21.934Z] #49 46.97 github.com/pkg/diff [2020-11-05T11:13:21.934Z] #49 47.86 go/ast [2020-11-05T11:13:21.934Z] #49 48.04 golang.org/x/crypto/ssh/terminal [2020-11-05T11:13:21.934Z] #49 49.19 mvdan.cc/editorconfig [2020-11-05T11:13:22.227Z] #49 ... [2020-11-05T11:13:22.227Z] [2020-11-05T11:13:22.227Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:13:22.227Z] #43 49.33 go/parser [2020-11-05T11:13:22.276Z] using credential docker-jenkins-github-credentials [2020-11-05T11:13:22.284Z] Cloning the remote Git repository [2020-11-05T11:13:22.284Z] Cloning with configured refspecs honoured and without tags [2020-11-05T11:13:22.477Z] using credential docker-jenkins-github-credentials [2020-11-05T11:13:22.484Z] Cloning the remote Git repository [2020-11-05T11:13:22.485Z] Cloning with configured refspecs honoured and without tags [2020-11-05T11:13:23.258Z] #43 50.55 text/template [2020-11-05T11:13:23.258Z] #43 ... [2020-11-05T11:13:23.258Z] [2020-11-05T11:13:23.258Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:13:23.258Z] #11 40.45 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-05T11:13:23.258Z] #11 40.47 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-11-05T11:13:23.258Z] #11 40.48 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:13:23.258Z] #11 40.60 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-05T11:13:23.258Z] #11 40.60 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-11-05T11:13:23.258Z] #11 40.61 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:13:23.258Z] #11 ... [2020-11-05T11:13:23.258Z] [2020-11-05T11:13:23.258Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:13:23.258Z] #49 50.31 mvdan.cc/sh/v3/fileutil [2020-11-05T11:13:23.258Z] #49 50.43 mvdan.cc/sh/v3/syntax [2020-11-05T11:13:22.386Z] Cloning repository https://github.com/moby/moby.git [2020-11-05T11:13:22.449Z] > git init /home/ubuntu/workspace/moby_PR-40256 # timeout=10 [2020-11-05T11:13:23.249Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-05T11:13:23.249Z] > git --version # timeout=10 [2020-11-05T11:13:23.259Z] > git --version # 'git version 2.7.4' [2020-11-05T11:13:23.259Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:13:22.525Z] Cloning repository https://github.com/moby/moby.git [2020-11-05T11:13:22.615Z] > git init /home/ubuntu/workspace/moby_PR-40256 # timeout=10 [2020-11-05T11:13:22.920Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-05T11:13:22.921Z] > git --version # timeout=10 [2020-11-05T11:13:22.956Z] > git --version # 'git version 2.17.1' [2020-11-05T11:13:22.956Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:13:22.958Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40256/head:refs/remotes/origin/PR-40256 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:13:23.321Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40256/head:refs/remotes/origin/PR-40256 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:13:27.701Z] #49 54.55 mvdan.cc/sh/v3/cmd/shfmt [2020-11-05T11:13:28.331Z] #49 ... [2020-11-05T11:13:28.331Z] [2020-11-05T11:13:28.331Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:13:28.331Z] #11 55.69 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-05T11:13:28.331Z] #11 55.69 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-11-05T11:13:28.331Z] #11 55.69 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:13:30.406Z] #11 ... [2020-11-05T11:13:30.406Z] [2020-11-05T11:13:30.406Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:13:30.406Z] #41 13.22 CC images/stats.o [2020-11-05T11:13:30.406Z] #41 13.50 CC images/core.o [2020-11-05T11:13:30.406Z] #41 14.08 CC images/core-x86.o [2020-11-05T11:13:30.406Z] #41 14.49 CC images/core-arm.o [2020-11-05T11:13:30.406Z] #41 14.82 CC images/core-aarch64.o [2020-11-05T11:13:30.406Z] #41 15.08 CC images/core-ppc64.o [2020-11-05T11:13:30.406Z] #41 15.40 CC images/core-s390.o [2020-11-05T11:13:30.406Z] #41 15.74 CC images/cpuinfo.o [2020-11-05T11:13:30.406Z] #41 15.95 CC images/inventory.o [2020-11-05T11:13:30.406Z] #41 16.03 CC images/fdinfo.o [2020-11-05T11:13:30.406Z] #41 16.13 CC images/fown.o [2020-11-05T11:13:30.406Z] #41 16.21 CC images/ns.o [2020-11-05T11:13:30.406Z] #41 16.27 CC images/regfile.o [2020-11-05T11:13:30.406Z] #41 16.35 CC images/ghost-file.o [2020-11-05T11:13:30.406Z] #41 16.46 CC images/fifo.o [2020-11-05T11:13:30.406Z] #41 16.61 CC images/remap-file-path.o [2020-11-05T11:13:30.406Z] #41 16.80 CC images/eventfd.o [2020-11-05T11:13:30.406Z] #41 16.88 CC images/eventpoll.o [2020-11-05T11:13:30.406Z] #41 17.06 CC images/fh.o [2020-11-05T11:13:30.406Z] #41 17.28 CC images/fsnotify.o [2020-11-05T11:13:30.406Z] #41 17.62 CC images/signalfd.o [2020-11-05T11:13:30.406Z] #41 17.70 CC images/fs.o [2020-11-05T11:13:30.406Z] #41 17.81 CC images/pstree.o [2020-11-05T11:13:30.406Z] #41 17.87 CC images/pipe.o [2020-11-05T11:13:30.406Z] #41 18.02 CC images/tcp-stream.o [2020-11-05T11:13:30.406Z] #41 18.16 CC images/sk-packet.o [2020-11-05T11:13:30.406Z] #41 18.29 CC images/mnt.o [2020-11-05T11:13:30.406Z] #41 18.40 CC images/pipe-data.o [2020-11-05T11:13:30.406Z] #41 18.50 CC images/sa.o [2020-11-05T11:13:30.406Z] #41 18.61 CC images/timer.o [2020-11-05T11:13:30.406Z] #41 18.75 CC images/timerfd.o [2020-11-05T11:13:30.406Z] #41 18.84 CC images/mm.o [2020-11-05T11:13:30.406Z] #41 19.00 CC images/sk-opts.o [2020-11-05T11:13:30.406Z] #41 19.13 CC images/sk-unix.o [2020-11-05T11:13:30.406Z] #41 19.26 CC images/sk-inet.o [2020-11-05T11:13:30.406Z] #41 19.44 CC images/tun.o [2020-11-05T11:13:30.406Z] #41 19.67 CC images/sk-netlink.o [2020-11-05T11:13:30.406Z] #41 19.78 CC images/packet-sock.o [2020-11-05T11:13:30.406Z] #41 20.04 CC images/ipc-var.o [2020-11-05T11:13:30.406Z] #41 20.19 CC images/ipc-desc.o [2020-11-05T11:13:30.406Z] #41 20.34 CC images/ipc-shm.o [2020-11-05T11:13:30.406Z] #41 20.47 CC images/ipc-msg.o [2020-11-05T11:13:30.406Z] #41 20.66 CC images/ipc-sem.o [2020-11-05T11:13:30.406Z] #41 20.79 CC images/utsns.o [2020-11-05T11:13:30.406Z] #41 20.90 CC images/creds.o [2020-11-05T11:13:30.406Z] #41 21.02 CC images/vma.o [2020-11-05T11:13:30.406Z] #41 21.17 CC images/netdev.o [2020-11-05T11:13:30.406Z] #41 21.33 CC images/tty.o [2020-11-05T11:13:30.406Z] #41 21.53 CC images/file-lock.o [2020-11-05T11:13:30.406Z] #41 21.64 CC images/rlimit.o [2020-11-05T11:13:30.406Z] #41 21.80 CC images/pagemap.o [2020-11-05T11:13:30.406Z] #41 21.97 CC images/siginfo.o [2020-11-05T11:13:30.406Z] #41 22.15 CC images/rpc.o [2020-11-05T11:13:30.406Z] #41 22.85 CC images/ext-file.o [2020-11-05T11:13:30.406Z] #41 23.01 CC images/cgroup.o [2020-11-05T11:13:30.406Z] #41 23.43 CC images/userns.o [2020-11-05T11:13:30.406Z] #41 23.61 CC images/google/protobuf/descriptor.o [2020-11-05T11:13:30.696Z] #41 ... [2020-11-05T11:13:30.696Z] [2020-11-05T11:13:30.696Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:13:30.696Z] #49 DONE 58.1s [2020-11-05T11:13:30.696Z] [2020-11-05T11:13:30.696Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:13:30.696Z] #43 51.66 encoding/xml [2020-11-05T11:13:30.696Z] #43 53.86 go/doc [2020-11-05T11:13:30.696Z] #43 54.47 github.com/LK4D4/vndr/versioned [2020-11-05T11:13:30.696Z] #43 54.61 compress/flate [2020-11-05T11:13:30.696Z] #43 55.88 github.com/LK4D4/vndr/build [2020-11-05T11:13:30.696Z] #43 56.15 hash/crc32 [2020-11-05T11:13:30.696Z] #43 56.58 compress/gzip [2020-11-05T11:13:30.696Z] #43 57.07 net [2020-11-05T11:13:30.696Z] #43 57.85 vendor/golang.org/x/text/transform [2020-11-05T11:13:31.745Z] #43 58.72 vendor/golang.org/x/text/unicode/bidi [2020-11-05T11:13:32.058Z] #43 ... [2020-11-05T11:13:32.058Z] [2020-11-05T11:13:32.058Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:13:32.058Z] #41 25.11 CC images/opts.o [2020-11-05T11:13:32.058Z] #41 25.15 CC images/seccomp.o [2020-11-05T11:13:32.348Z] #41 25.39 CC images/binfmt-misc.o [2020-11-05T11:13:32.348Z] #41 25.48 CC images/time.o [2020-11-05T11:13:32.348Z] #41 25.56 CC images/sysctl.o [2020-11-05T11:13:32.348Z] #41 25.64 CC images/autofs.o [2020-11-05T11:13:32.348Z] #41 25.74 CC images/macvlan.o [2020-11-05T11:13:32.638Z] #41 25.87 CC images/sit.o [2020-11-05T11:13:32.638Z] #41 25.99 CC images/memfd.o [2020-11-05T11:13:32.638Z] #41 ... [2020-11-05T11:13:32.638Z] [2020-11-05T11:13:32.638Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:13:32.638Z] #54 26.89 + bin/ctr [2020-11-05T11:13:32.928Z] #54 ... [2020-11-05T11:13:32.928Z] [2020-11-05T11:13:32.928Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:13:32.928Z] #43 60.12 vendor/golang.org/x/text/secure/bidirule [2020-11-05T11:13:32.928Z] #43 60.25 vendor/golang.org/x/text/unicode/norm [2020-11-05T11:13:34.989Z] #43 62.45 vendor/golang.org/x/net/idna [2020-11-05T11:13:36.492Z] #43 63.90 vendor/golang.org/x/net/http2/hpack [2020-11-05T11:13:37.522Z] #43 64.69 mime [2020-11-05T11:13:38.153Z] #43 ... [2020-11-05T11:13:38.153Z] [2020-11-05T11:13:38.153Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:13:38.153Z] #41 26.18 CC images/timens.o [2020-11-05T11:13:38.153Z] #41 26.28 LINK images/built-in.o [2020-11-05T11:13:38.153Z] #41 26.42 GEN compel/include/asm [2020-11-05T11:13:38.153Z] #41 26.43 GEN compel/include/version.h [2020-11-05T11:13:38.153Z] #41 26.43 touch .config [2020-11-05T11:13:38.153Z] #41 26.44 GEN include/common/config.h [2020-11-05T11:13:38.153Z] #41 26.47 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-11-05T11:13:38.153Z] #41 26.51 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-05T11:13:38.153Z] #41 26.53 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-05T11:13:38.153Z] #41 26.55 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-11-05T11:13:38.153Z] #41 26.56 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-11-05T11:13:38.153Z] #41 26.56 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-11-05T11:13:38.153Z] #41 26.57 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-05T11:13:38.153Z] #41 26.58 DEP compel/plugins/std/infect.d [2020-11-05T11:13:38.153Z] #41 26.65 DEP compel/plugins/std/string.d [2020-11-05T11:13:38.153Z] #41 26.69 DEP compel/plugins/std/log.d [2020-11-05T11:13:38.153Z] #41 26.74 DEP compel/plugins/std/fds.d [2020-11-05T11:13:38.153Z] #41 26.80 DEP compel/plugins/std/std.d [2020-11-05T11:13:38.153Z] #41 26.88 DEP compel/plugins/shmem/shmem.d [2020-11-05T11:13:38.153Z] #41 26.92 DEP compel/plugins/fds/fds.d [2020-11-05T11:13:38.153Z] #41 27.06 CC compel/plugins/std/std.o [2020-11-05T11:13:38.153Z] #41 27.31 CC compel/plugins/std/fds.o [2020-11-05T11:13:38.153Z] #41 27.48 CC compel/plugins/std/log.o [2020-11-05T11:13:38.153Z] #41 27.91 CC compel/plugins/std/string.o [2020-11-05T11:13:38.153Z] #41 28.41 CC compel/plugins/std/infect.o [2020-11-05T11:13:38.153Z] #41 28.60 CC compel/arch/s390/plugins/std/parasite-head.o [2020-11-05T11:13:38.153Z] #41 28.63 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-11-05T11:13:38.153Z] #41 28.67 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-11-05T11:13:38.153Z] #41 28.74 AR compel/plugins/std.lib.a [2020-11-05T11:13:38.153Z] #41 28.77 CC compel/plugins/fds/fds.o [2020-11-05T11:13:38.153Z] #41 28.89 AR compel/plugins/fds.lib.a [2020-11-05T11:13:38.153Z] #41 28.92 HOSTDEP compel/src/lib/log-host.d [2020-11-05T11:13:38.153Z] #41 29.01 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-05T11:13:38.153Z] #41 29.06 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-11-05T11:13:38.153Z] #41 29.11 HOSTDEP compel/src/main-host.d [2020-11-05T11:13:38.153Z] #41 29.23 DEP compel/src/lib/ptrace.d [2020-11-05T11:13:38.153Z] #41 29.29 DEP compel/src/lib/infect.d [2020-11-05T11:13:38.153Z] #41 29.51 DEP compel/src/lib/infect-util.d [2020-11-05T11:13:38.153Z] #41 29.61 DEP compel/src/lib/infect-rpc.d [2020-11-05T11:13:38.153Z] #41 29.67 DEP compel/arch/s390/src/lib/infect.d [2020-11-05T11:13:38.153Z] #41 29.79 DEP compel/arch/s390/src/lib/cpu.d [2020-11-05T11:13:38.153Z] #41 29.81 DEP compel/src/lib/log.d [2020-11-05T11:13:38.153Z] #41 29.85 DEP compel/src/main.d [2020-11-05T11:13:38.153Z] #41 29.90 DEP compel/src/lib/handle-elf.d [2020-11-05T11:13:38.153Z] #41 29.94 DEP compel/arch/s390/src/lib/handle-elf.d [2020-11-05T11:13:38.153Z] #41 30.03 CC compel/src/lib/log.o [2020-11-05T11:13:38.153Z] #41 30.23 CC compel/arch/s390/src/lib/cpu.o [2020-11-05T11:13:38.153Z] #41 30.40 CC compel/arch/s390/src/lib/infect.o [2020-11-05T11:13:38.153Z] #41 30.96 CC compel/src/lib/infect-rpc.o [2020-11-05T11:13:38.153Z] #41 31.20 CC compel/src/lib/infect-util.o [2020-11-05T11:13:38.153Z] #41 31.40 CC compel/src/lib/infect.o [2020-11-05T11:13:38.367Z] Removing intermediate container f7266e145cca [2020-11-05T11:13:38.367Z] ---> ff327840846b [2020-11-05T11:13:38.367Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-11-05T11:13:38.367Z] ---> 805dc2d65d1c [2020-11-05T11:13:38.367Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-11-05T11:13:38.367Z] ---> 132df1d88b67 [2020-11-05T11:13:38.367Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-11-05T11:13:38.367Z] ---> Running in 2033789693fc [2020-11-05T11:13:38.367Z] Removing intermediate container 2033789693fc [2020-11-05T11:13:38.367Z] ---> c03b2614b3fd [2020-11-05T11:13:38.367Z] Successfully built c03b2614b3fd [2020-11-05T11:13:38.367Z] Successfully tagged moby-buildx:latest [2020-11-05T11:13:38.367Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-11-05T11:13:38.367Z] if [ -n "${id}" ]; then \ [2020-11-05T11:13:38.367Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-11-05T11:13:38.367Z] && touch bundles/buildx; \ [2020-11-05T11:13:38.367Z] docker rm -f ${id}; \ [2020-11-05T11:13:38.367Z] fi [2020-11-05T11:13:38.367Z] 4ae2b6bfde153867e397dd9734855ae6df3d33e6f17f362dcca4d2547715266e [2020-11-05T11:13:38.367Z] bundles/buildx version [2020-11-05T11:13:38.367Z] buildx v0.3.1 6db68d0 [2020-11-05T11:13:38.367Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:315101e8a789ad8fda6b9338492318db0f481c00 . [2020-11-05T11:13:38.367Z] #1 [internal] booting buildkit [2020-11-05T11:13:38.367Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-11-05T11:13:38.367Z] #1 pulling image moby/buildkit:buildx-stable-1 1.9s done [2020-11-05T11:13:38.367Z] #1 creating container buildx_buildkit_default [2020-11-05T11:13:38.367Z] #1 creating container buildx_buildkit_default 0.4s done [2020-11-05T11:13:38.367Z] #1 DONE 2.3s [2020-11-05T11:13:38.367Z] [2020-11-05T11:13:38.367Z] #3 [internal] load build definition from Dockerfile [2020-11-05T11:13:38.367Z] #3 transferring dockerfile: 16.58kB done [2020-11-05T11:13:38.367Z] #3 DONE 0.0s [2020-11-05T11:13:38.367Z] [2020-11-05T11:13:38.367Z] #2 [internal] load .dockerignore [2020-11-05T11:13:38.367Z] #2 transferring context: 87B done [2020-11-05T11:13:38.367Z] #2 DONE 0.0s [2020-11-05T11:13:38.367Z] [2020-11-05T11:13:38.367Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-05T11:13:38.367Z] #4 DONE 1.0s [2020-11-05T11:13:38.659Z] [2020-11-05T11:13:38.659Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-05T11:13:38.659Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-05T11:13:38.957Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-05T11:13:38.957Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done [2020-11-05T11:13:38.957Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s [2020-11-05T11:13:38.957Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done [2020-11-05T11:13:39.186Z] #41 ... [2020-11-05T11:13:39.186Z] [2020-11-05T11:13:39.186Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:13:39.186Z] #11 65.99 Selecting previously unselected package libapparmor1:s390x. [2020-11-05T11:13:39.186Z] #11 65.99 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-11-05T11:13:39.186Z] #11 65.99 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-11-05T11:13:39.186Z] #11 66.06 Selecting previously unselected package libapparmor-dev:s390x. [2020-11-05T11:13:39.186Z] #11 66.07 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-11-05T11:13:39.186Z] #11 66.07 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-11-05T11:13:39.186Z] #11 66.19 Selecting previously unselected package libbtrfs0. [2020-11-05T11:13:39.186Z] #11 66.19 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-11-05T11:13:39.186Z] #11 66.20 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-05T11:13:39.186Z] #11 66.23 Selecting previously unselected package libbtrfs-dev. [2020-11-05T11:13:39.186Z] #11 66.23 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-11-05T11:13:39.186Z] #11 66.24 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:13:39.186Z] #11 66.32 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-11-05T11:13:39.186Z] #11 66.32 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-11-05T11:13:39.186Z] #11 66.32 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-11-05T11:13:39.186Z] #11 66.39 Selecting previously unselected package libudev-dev:s390x. [2020-11-05T11:13:39.186Z] #11 66.39 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ... [2020-11-05T11:13:39.186Z] #11 66.39 Unpacking libudev-dev:s390x (241-7~deb10u4) ... [2020-11-05T11:13:39.186Z] #11 66.53 Selecting previously unselected package libsepol1-dev:s390x. [2020-11-05T11:13:39.186Z] #11 66.53 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-11-05T11:13:39.186Z] #11 66.53 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-11-05T11:13:39.251Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.4s done [2020-11-05T11:13:39.251Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2020-11-05T11:13:39.476Z] #11 66.73 Selecting previously unselected package libpcre16-3:s390x. [2020-11-05T11:13:39.476Z] #11 66.73 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-11-05T11:13:39.476Z] #11 66.73 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-11-05T11:13:39.476Z] #11 66.78 Selecting previously unselected package libpcre32-3:s390x. [2020-11-05T11:13:39.476Z] #11 66.78 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-11-05T11:13:39.476Z] #11 66.78 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-11-05T11:13:39.476Z] #11 66.88 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-11-05T11:13:39.476Z] #11 66.88 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-11-05T11:13:39.476Z] #11 66.88 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-11-05T11:13:39.476Z] #11 66.96 Selecting previously unselected package libpcre3-dev:s390x. [2020-11-05T11:13:39.476Z] #11 66.97 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-11-05T11:13:39.476Z] #11 66.97 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-11-05T11:13:39.545Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.4s done [2020-11-05T11:13:39.545Z] #5 DONE 1.1s [2020-11-05T11:13:39.766Z] #11 67.24 Selecting previously unselected package libselinux1-dev:s390x. [2020-11-05T11:13:39.838Z] [2020-11-05T11:13:39.838Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-05T11:13:40.057Z] #11 67.24 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-11-05T11:13:40.057Z] #11 67.25 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-11-05T11:13:40.057Z] #11 67.41 Selecting previously unselected package libdevmapper-dev:s390x. [2020-11-05T11:13:40.057Z] #11 67.41 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-11-05T11:13:40.057Z] #11 67.41 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-11-05T11:13:40.057Z] #11 67.47 Selecting previously unselected package libseccomp-dev:s390x. [2020-11-05T11:13:40.057Z] #11 67.47 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-11-05T11:13:40.057Z] #11 67.47 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-11-05T11:13:40.057Z] #11 67.53 Selecting previously unselected package libsystemd-dev:s390x. [2020-11-05T11:13:40.348Z] #11 67.53 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ... [2020-11-05T11:13:40.348Z] #11 67.53 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ... [2020-11-05T11:13:40.476Z] #6 DONE 0.7s [2020-11-05T11:13:40.476Z] [2020-11-05T11:13:40.476Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-05T11:13:40.476Z] #8 DONE 0.8s [2020-11-05T11:13:40.476Z] [2020-11-05T11:13:40.476Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-05T11:13:40.476Z] #7 DONE 0.8s [2020-11-05T11:13:40.638Z] #11 67.92 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-11-05T11:13:40.638Z] #11 67.93 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-11-05T11:13:40.638Z] #11 67.94 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-11-05T11:13:40.638Z] #11 67.95 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-05T11:13:40.638Z] #11 67.95 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-11-05T11:13:40.638Z] #11 67.96 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-11-05T11:13:40.638Z] #11 67.96 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:13:40.638Z] #11 67.97 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-05T11:13:40.638Z] #11 67.98 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-11-05T11:13:40.638Z] #11 67.98 Setting up libudev-dev:s390x (241-7~deb10u4) ... [2020-11-05T11:13:40.638Z] #11 67.99 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-05T11:13:40.638Z] #11 68.00 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:13:40.638Z] #11 68.01 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-11-05T11:13:40.638Z] #11 68.01 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-05T11:13:40.638Z] #11 68.02 Setting up libsystemd-dev:s390x (241-7~deb10u4) ... [2020-11-05T11:13:40.638Z] #11 68.02 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-05T11:13:40.774Z] [2020-11-05T11:13:40.774Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-05T11:13:40.774Z] #25 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-11-05T11:13:40.928Z] #11 68.03 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-11-05T11:13:40.928Z] #11 68.04 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:13:40.928Z] #11 68.04 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 [2020-11-05T11:13:40.928Z] #11 68.05 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 [2020-11-05T11:13:40.928Z] #11 68.05 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:13:40.928Z] #11 68.06 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 [2020-11-05T11:13:40.928Z] #11 68.06 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 [2020-11-05T11:13:40.928Z] #11 68.06 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-05T11:13:40.928Z] #11 68.07 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-11-05T11:13:40.928Z] #11 68.07 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-11-05T11:13:40.928Z] #11 68.08 Setting up dmsetup (2:1.02.155-3) ... [2020-11-05T11:13:40.928Z] #11 68.09 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-11-05T11:13:40.928Z] #11 68.09 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-11-05T11:13:40.928Z] #11 68.10 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:13:41.071Z] #25 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-11-05T11:13:41.071Z] #25 sha256:718fa89ee697814e223b7b407029d1ebc1d8316f9d26c0ae1e9168d9b5ba893c 529B / 529B done [2020-11-05T11:13:41.071Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 0B / 54.14MB 0.1s [2020-11-05T11:13:41.071Z] #25 sha256:2946fdcd38d09692b95ae44ef5aa4a608d852cd56565f6ac040208e9c12e661e 1.50kB / 1.50kB done [2020-11-05T11:13:41.219Z] #11 DONE 68.5s [2020-11-05T11:13:41.219Z] [2020-11-05T11:13:41.219Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:13:41.219Z] #41 32.67 CC compel/src/lib/ptrace.o [2020-11-05T11:13:41.219Z] #41 32.87 AR compel/libcompel.a [2020-11-05T11:13:41.219Z] #41 32.89 HOSTCC compel/src/main-host.o [2020-11-05T11:13:41.219Z] #41 33.00 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-11-05T11:13:41.219Z] #41 33.05 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-05T11:13:41.219Z] #41 33.33 HOSTCC compel/src/lib/log-host.o [2020-11-05T11:13:41.219Z] #41 33.45 HOSTLINK compel/compel-host-bin [2020-11-05T11:13:41.219Z] #41 33.53 DEP soccr/soccr.d [2020-11-05T11:13:41.219Z] #41 33.70 CC soccr/soccr.o [2020-11-05T11:13:41.219Z] #41 ... [2020-11-05T11:13:41.219Z] [2020-11-05T11:13:41.219Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:13:41.219Z] #56 64.81 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-05T11:13:41.219Z] #56 64.81 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-05T11:13:41.219Z] #56 DONE 68.7s [2020-11-05T11:13:41.219Z] [2020-11-05T11:13:41.219Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-05T11:13:41.219Z] #57 DONE 0.1s [2020-11-05T11:13:41.530Z] [2020-11-05T11:13:41.530Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-05T11:13:41.530Z] #58 DONE 0.1s [2020-11-05T11:13:41.530Z] [2020-11-05T11:13:41.530Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:13:41.530Z] #41 34.62 AR soccr/libsoccr.a [2020-11-05T11:13:41.530Z] #41 34.66 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-05T11:13:41.726Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 4.46MB / 54.14MB 0.6s [2020-11-05T11:13:41.827Z] #41 34.94 DEP criu/arch/s390/sigframe.d [2020-11-05T11:13:41.827Z] #41 35.09 DEP criu/arch/s390/crtools.d [2020-11-05T11:13:41.827Z] #41 35.19 DEP criu/arch/s390/cpu.d [2020-11-05T11:13:42.111Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 8.16MB / 54.14MB 0.9s [2020-11-05T11:13:42.111Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 10.97MB / 54.14MB 1.1s [2020-11-05T11:13:42.122Z] #41 35.30 CC criu/arch/s390/cpu.o [2020-11-05T11:13:42.425Z] #41 ... [2020-11-05T11:13:42.425Z] [2020-11-05T11:13:42.425Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-05T11:13:42.425Z] #12 DONE 1.2s [2020-11-05T11:13:42.425Z] [2020-11-05T11:13:42.425Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:13:42.425Z] #51 0.890 + RM_GOPATH=0 [2020-11-05T11:13:42.425Z] #51 0.890 + TMP_GOPATH= [2020-11-05T11:13:42.425Z] #51 0.890 + : /build [2020-11-05T11:13:42.425Z] #51 0.890 + '[' -z '' ']' [2020-11-05T11:13:42.425Z] #51 0.890 ++ mktemp -d [2020-11-05T11:13:42.425Z] #51 0.890 + export GOPATH=/tmp/tmp.m3K5Hyx7YJ [2020-11-05T11:13:42.425Z] #51 0.890 + GOPATH=/tmp/tmp.m3K5Hyx7YJ [2020-11-05T11:13:42.425Z] #51 0.890 + RM_GOPATH=1 [2020-11-05T11:13:42.425Z] #51 0.890 + case "$(go env GOARCH)" in [2020-11-05T11:13:42.425Z] #51 0.890 ++ go env GOARCH [2020-11-05T11:13:42.425Z] #51 0.890 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:13:42.425Z] #51 0.890 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:13:42.425Z] #51 0.899 ++ dirname /tmp/install/install.sh [2020-11-05T11:13:42.425Z] #51 0.899 + dir=/tmp/install [2020-11-05T11:13:42.425Z] #51 0.900 + bin=runc [2020-11-05T11:13:42.425Z] #51 0.900 + shift [2020-11-05T11:13:42.425Z] #51 0.900 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-05T11:13:42.425Z] #51 0.900 + . /tmp/install/runc.installer [2020-11-05T11:13:42.425Z] #51 0.900 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-05T11:13:42.425Z] #51 0.900 + install_runc [2020-11-05T11:13:42.425Z] #51 0.901 + uname -r [2020-11-05T11:13:42.425Z] #51 0.901 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-05T11:13:42.425Z] #51 0.902 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-05T11:13:42.425Z] #51 0.902 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-05T11:13:42.425Z] #51 0.902 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-05T11:13:42.425Z] #51 0.915 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.m3K5Hyx7YJ/src/github.com/opencontainers/runc [2020-11-05T11:13:42.425Z] #51 0.915 Cloning into '/tmp/tmp.m3K5Hyx7YJ/src/github.com/opencontainers/runc'... [2020-11-05T11:13:42.529Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 14.56MB / 54.14MB 1.4s [2020-11-05T11:13:42.529Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 18.03MB / 54.14MB 1.6s [2020-11-05T11:13:42.864Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 21.35MB / 54.14MB 1.8s [2020-11-05T11:13:43.235Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 25.52MB / 54.14MB 2.1s [2020-11-05T11:13:43.235Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 28.40MB / 54.14MB 2.3s [2020-11-05T11:13:43.457Z] #51 ... [2020-11-05T11:13:43.457Z] [2020-11-05T11:13:43.457Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-05T11:13:43.457Z] #13 DONE 1.1s [2020-11-05T11:13:43.457Z] [2020-11-05T11:13:43.457Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:13:43.457Z] #41 35.71 CC criu/arch/s390/crtools.o [2020-11-05T11:13:43.457Z] #41 36.48 CC criu/arch/s390/sigframe.o [2020-11-05T11:13:43.457Z] #41 36.58 LINK criu/arch/s390/crtools.built-in.o [2020-11-05T11:13:43.457Z] #41 36.63 DEP criu/pie/util-vdso.d [2020-11-05T11:13:43.457Z] #41 36.77 DEP criu/pie/util.d [2020-11-05T11:13:43.457Z] #41 36.86 CC criu/pie/util.o [2020-11-05T11:13:43.585Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 32.48MB / 54.14MB 2.6s [2020-11-05T11:13:43.649Z] Fetching without tags [2020-11-05T11:13:43.747Z] #41 37.01 CC criu/pie/util-vdso.o [2020-11-05T11:13:44.042Z] #41 37.39 AR criu/pie/pie.lib.a [2020-11-05T11:13:44.042Z] #41 37.42 DEP criu/pie/restorer.d [2020-11-05T11:13:44.046Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:13:44.332Z] #41 ... [2020-11-05T11:13:44.332Z] [2020-11-05T11:13:44.332Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-05T11:13:44.332Z] #14 0.785 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-05T11:13:44.332Z] #14 DONE 1.0s [2020-11-05T11:13:44.332Z] [2020-11-05T11:13:44.332Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-05T11:13:44.450Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 36.68MB / 54.14MB 3.3s [2020-11-05T11:13:43.555Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-05T11:13:43.600Z] > git config --add remote.origin.fetch +refs/pull/40256/head:refs/remotes/origin/PR-40256 # timeout=10 [2020-11-05T11:13:43.612Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:13:43.630Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-05T11:13:43.641Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-05T11:13:43.642Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:13:43.644Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40256/head:refs/remotes/origin/PR-40256 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:13:44.044Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:13:44.049Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [2020-11-05T11:13:45.208Z] Merge succeeded, producing 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:13:45.208Z] Checking out Revision 315101e8a789ad8fda6b9338492318db0f481c00 (PR-40256) [2020-11-05T11:13:45.362Z] #15 DONE 0.9s [2020-11-05T11:13:45.362Z] [2020-11-05T11:13:45.362Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-05T11:13:45.383Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 39.92MB / 54.14MB 4.4s [2020-11-05T11:13:45.564Z] Fetching without tags [2020-11-05T11:13:45.907Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:13:45.479Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-05T11:13:45.491Z] > git config --add remote.origin.fetch +refs/pull/40256/head:refs/remotes/origin/PR-40256 # timeout=10 [2020-11-05T11:13:45.503Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:13:45.535Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-05T11:13:45.567Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-05T11:13:45.567Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:13:45.568Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40256/head:refs/remotes/origin/PR-40256 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:13:45.915Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:13:45.944Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [2020-11-05T11:13:46.418Z] #16 DONE 0.9s [2020-11-05T11:13:46.418Z] [2020-11-05T11:13:46.418Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:13:46.418Z] #41 37.73 DEP criu/arch/s390/restorer.d [2020-11-05T11:13:46.418Z] #41 37.90 DEP criu/arch/s390/vdso-pie.d [2020-11-05T11:13:46.418Z] #41 37.97 DEP criu/pie/parasite-vdso.d [2020-11-05T11:13:46.418Z] #41 38.09 DEP criu/pie/parasite.d [2020-11-05T11:13:46.418Z] #41 38.26 CC criu/pie/parasite.o [2020-11-05T11:13:46.418Z] #41 39.02 LINK criu/pie/parasite.built-in.o [2020-11-05T11:13:46.418Z] #41 39.03 GEN criu/pie/parasite-blob.h [2020-11-05T11:13:46.418Z] #41 39.04 CC criu/pie/parasite-vdso.o [2020-11-05T11:13:46.418Z] #41 39.50 CC criu/arch/s390/vdso-pie.o [2020-11-05T11:13:46.418Z] #41 39.71 CC criu/arch/s390/restorer.o [2020-11-05T11:13:46.650Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 42.92MB / 54.14MB 5.4s [2020-11-05T11:13:46.650Z] #25 ... [2020-11-05T11:13:46.650Z] [2020-11-05T11:13:46.650Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:13:46.650Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-05T11:13:46.650Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 4.9s done [2020-11-05T11:13:46.650Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 5.5s done [2020-11-05T11:13:46.650Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-05T11:13:46.650Z] #9 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.8s done [2020-11-05T11:13:46.650Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 0.9s done [2020-11-05T11:13:46.650Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.2s done [2020-11-05T11:13:46.650Z] #9 sha256:587befacd090e4ee03242580889fab674e092756cd0b584eb63fac8383feb77a 1.79kB / 1.79kB done [2020-11-05T11:13:46.650Z] #9 sha256:805dc2d65d1cf4b9c47496eb9479547c38989024ec07ff55aafff7a0f7b16fb7 6.20kB / 6.20kB done [2020-11-05T11:13:46.650Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 5.0s done [2020-11-05T11:13:46.650Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 75.20MB / 96.52MB 5.5s [2020-11-05T11:13:46.650Z] #9 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.8s done [2020-11-05T11:13:46.650Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.2s done [2020-11-05T11:13:46.650Z] #9 ... [2020-11-05T11:13:46.650Z] [2020-11-05T11:13:46.650Z] #66 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-05T11:13:46.650Z] #66 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-05T11:13:46.650Z] #66 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-05T11:13:46.650Z] #66 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.6s done [2020-11-05T11:13:46.650Z] #66 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-05T11:13:46.651Z] #66 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.6s done [2020-11-05T11:13:46.651Z] #66 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 3.8s done [2020-11-05T11:13:46.651Z] #66 DONE 6.0s [2020-11-05T11:13:46.651Z] [2020-11-05T11:13:46.651Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:13:46.651Z] #9 ... [2020-11-05T11:13:46.651Z] [2020-11-05T11:13:46.651Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-05T11:13:46.651Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 46.93MB / 54.14MB 5.7s [2020-11-05T11:13:46.853Z] Merge succeeded, producing 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:13:46.853Z] Checking out Revision 315101e8a789ad8fda6b9338492318db0f481c00 (PR-40256) [2020-11-05T11:13:46.980Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 50.78MB / 54.14MB 5.8s [2020-11-05T11:13:46.980Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 54.14MB / 54.14MB 6.0s done [2020-11-05T11:13:46.980Z] #25 unpacking docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 [2020-11-05T11:13:47.049Z] #41 40.00 CC criu/pie/restorer.o [2020-11-05T11:13:47.049Z] #41 ... [2020-11-05T11:13:47.049Z] [2020-11-05T11:13:47.049Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-05T11:13:47.049Z] #17 DONE 0.9s [2020-11-05T11:13:45.114Z] > git remote # timeout=10 [2020-11-05T11:13:45.141Z] > git config --get remote.origin.url # timeout=10 [2020-11-05T11:13:45.150Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:13:45.152Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-05T11:13:45.167Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-05T11:13:45.202Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:13:45.228Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [2020-11-05T11:13:47.339Z] [2020-11-05T11:13:47.339Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:13:47.339Z] #51 5.509 + cd /tmp/tmp.m3K5Hyx7YJ/src/github.com/opencontainers/runc [2020-11-05T11:13:47.339Z] #51 5.509 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-05T11:13:47.339Z] #51 5.826 + '[' -z '' ']' [2020-11-05T11:13:47.339Z] #51 5.826 + target=static [2020-11-05T11:13:47.339Z] #51 5.826 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-05T11:13:47.339Z] #51 6.302 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-11-05T11:13:47.731Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-05T11:13:47.731Z] [2020-11-05T11:13:47.731Z] + TEST_INTEGRATION_DEST=2 [2020-11-05T11:13:47.731Z] + CONTAINER_NAME=docker-pr7-2 [2020-11-05T11:13:47.731Z] + TEST_SKIP_INTEGRATION=1 [2020-11-05T11:13:47.731Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-11-05T11:13:47.731Z] + run_tests [2020-11-05T11:13:47.731Z] + c=0 [2020-11-05T11:13:47.731Z] + '[' -n 0 ']' [2020-11-05T11:13:47.731Z] + rm= [2020-11-05T11:13:47.731Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-40256/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40256/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-40256/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:315101e8a789ad8fda6b9338492318db0f481c00 hack/make.sh '' test-integration [2020-11-05T11:13:47.731Z] + TEST_INTEGRATION_DEST=1 [2020-11-05T11:13:47.731Z] + CONTAINER_NAME=docker-pr7-1 [2020-11-05T11:13:47.731Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-11-05T11:13:47.731Z] + run_tests test-integration-flaky [2020-11-05T11:13:47.731Z] + '[' -n 0 ']' [2020-11-05T11:13:47.731Z] + rm= [2020-11-05T11:13:47.731Z] + TEST_INTEGRATION_DEST=3 [2020-11-05T11:13:47.731Z] + CONTAINER_NAME=docker-pr7-3 [2020-11-05T11:13:47.731Z] + TEST_SKIP_INTEGRATION=1 [2020-11-05T11:13:47.731Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-11-05T11:13:47.731Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-40256/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40256/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-40256/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:315101e8a789ad8fda6b9338492318db0f481c00 hack/make.sh test-integration-flaky test-integration [2020-11-05T11:13:47.731Z] + run_tests [2020-11-05T11:13:47.731Z] + '[' -n 0 ']' [2020-11-05T11:13:47.731Z] + rm= [2020-11-05T11:13:47.731Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-40256/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40256/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-40256/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:315101e8a789ad8fda6b9338492318db0f481c00 hack/make.sh '' test-integration [2020-11-05T11:13:47.731Z] ++ jobs -p [2020-11-05T11:13:47.731Z] + for job in $(jobs -p) [2020-11-05T11:13:47.731Z] + wait 2634 [2020-11-05T11:13:47.731Z] [2020-11-05T11:13:47.731Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-11-05T11:13:47.731Z] [2020-11-05T11:13:47.731Z] [2020-11-05T11:13:47.731Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-05T11:13:47.731Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-05T11:13:47.731Z] HOSTNAME=0ac8ce5e6982 [2020-11-05T11:13:47.731Z] TEST_SKIP_INTEGRATION=1 [2020-11-05T11:13:47.731Z] TESTDEBUG=0 [2020-11-05T11:13:47.731Z] DEST=bundles/test-integration [2020-11-05T11:13:47.731Z] PWD=/go/src/github.com/docker/docker [2020-11-05T11:13:47.731Z] KEEPBUNDLE=1 [2020-11-05T11:13:47.731Z] DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:13:47.731Z] container=docker [2020-11-05T11:13:47.731Z] HOME=/root [2020-11-05T11:13:47.731Z] GOLANG_VERSION=1.13.15 [2020-11-05T11:13:47.731Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-05T11:13:47.731Z] VALIDATE_BRANCH=master [2020-11-05T11:13:47.731Z] TERM=xterm [2020-11-05T11:13:47.731Z] DOCKER_PKG=github.com/docker/docker [2020-11-05T11:13:47.731Z] SHLVL=1 [2020-11-05T11:13:47.731Z] TIMEOUT=120m [2020-11-05T11:13:47.731Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-05T11:13:47.731Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-05T11:13:47.731Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-11-05T11:13:47.731Z] GO111MODULE=off [2020-11-05T11:13:47.731Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-05T11:13:47.731Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-05T11:13:47.731Z] GOPATH=/go [2020-11-05T11:13:47.731Z] PKG_CONFIG=pkg-config [2020-11-05T11:13:47.731Z] _=/usr/bin/env [2020-11-05T11:13:47.731Z] Building test suite binary ./integration-cli/test.main [2020-11-05T11:13:47.731Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-05T11:13:47.731Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-05T11:13:47.731Z] HOSTNAME=ef73481ecd7a [2020-11-05T11:13:47.731Z] TEST_SKIP_INTEGRATION=1 [2020-11-05T11:13:47.731Z] TESTDEBUG=0 [2020-11-05T11:13:47.731Z] DEST=bundles/test-integration [2020-11-05T11:13:47.731Z] PWD=/go/src/github.com/docker/docker [2020-11-05T11:13:47.731Z] KEEPBUNDLE=1 [2020-11-05T11:13:47.731Z] DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:13:47.731Z] container=docker [2020-11-05T11:13:47.731Z] HOME=/root [2020-11-05T11:13:47.731Z] GOLANG_VERSION=1.13.15 [2020-11-05T11:13:47.731Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-05T11:13:47.731Z] VALIDATE_BRANCH=master [2020-11-05T11:13:47.731Z] TERM=xterm [2020-11-05T11:13:47.731Z] DOCKER_PKG=github.com/docker/docker [2020-11-05T11:13:47.731Z] SHLVL=1 [2020-11-05T11:13:47.731Z] TIMEOUT=120m [2020-11-05T11:13:47.731Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-05T11:13:47.731Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-05T11:13:47.731Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-11-05T11:13:47.731Z] GO111MODULE=off [2020-11-05T11:13:47.731Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-05T11:13:47.731Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-05T11:13:47.731Z] GOPATH=/go [2020-11-05T11:13:47.731Z] PKG_CONFIG=pkg-config [2020-11-05T11:13:47.731Z] _=/usr/bin/env [2020-11-05T11:13:47.731Z] Building test suite binary ./integration-cli/test.main [2020-11-05T11:13:47.731Z] No new tests added to integration. [2020-11-05T11:13:47.731Z] [2020-11-05T11:13:47.731Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-05T11:13:47.731Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-05T11:13:47.731Z] HOSTNAME=624a9dd7aecc [2020-11-05T11:13:47.731Z] TESTDEBUG=0 [2020-11-05T11:13:47.731Z] DEST=bundles/test-integration [2020-11-05T11:13:47.731Z] PWD=/go/src/github.com/docker/docker [2020-11-05T11:13:47.731Z] KEEPBUNDLE=1 [2020-11-05T11:13:47.731Z] DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:13:47.731Z] container=docker [2020-11-05T11:13:47.731Z] HOME=/root [2020-11-05T11:13:47.731Z] GOLANG_VERSION=1.13.15 [2020-11-05T11:13:47.731Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-05T11:13:47.731Z] VALIDATE_BRANCH=master [2020-11-05T11:13:47.731Z] TERM=xterm [2020-11-05T11:13:47.731Z] DOCKER_PKG=github.com/docker/docker [2020-11-05T11:13:47.731Z] SHLVL=1 [2020-11-05T11:13:47.731Z] TIMEOUT=120m [2020-11-05T11:13:47.731Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-05T11:13:47.731Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-05T11:13:47.731Z] GO111MODULE=off [2020-11-05T11:13:47.731Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-05T11:13:47.731Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-05T11:13:47.731Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-05T11:13:47.731Z] GOPATH=/go [2020-11-05T11:13:47.731Z] PKG_CONFIG=pkg-config [2020-11-05T11:13:47.731Z] _=/usr/bin/env [2020-11-05T11:13:47.731Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-05T11:13:46.717Z] > git remote # timeout=10 [2020-11-05T11:13:46.752Z] > git config --get remote.origin.url # timeout=10 [2020-11-05T11:13:46.784Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:13:46.785Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-05T11:13:46.820Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-05T11:13:46.856Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:13:46.880Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [2020-11-05T11:13:48.529Z] #25 ... [2020-11-05T11:13:48.529Z] [2020-11-05T11:13:48.529Z] #22 [internal] load build context [2020-11-05T11:13:48.529Z] #22 transferring context: 51.98MB 7.4s done [2020-11-05T11:13:48.529Z] #22 DONE 7.5s [2020-11-05T11:13:48.529Z] [2020-11-05T11:13:48.529Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:13:48.529Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 6.2s done [2020-11-05T11:13:48.529Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-11-05T11:13:48.842Z] #51 ... [2020-11-05T11:13:48.842Z] [2020-11-05T11:13:48.842Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:13:48.842Z] #43 65.86 mime/quotedprintable [2020-11-05T11:13:48.842Z] #43 66.06 net/http/internal [2020-11-05T11:13:48.842Z] #43 67.74 mime/multipart [2020-11-05T11:13:48.842Z] #43 67.74 crypto/x509 [2020-11-05T11:13:48.842Z] #43 70.06 crypto/tls [2020-11-05T11:13:48.842Z] #43 73.94 net/http/httptrace [2020-11-05T11:13:48.842Z] #43 74.18 net/http [2020-11-05T11:13:48.842Z] #43 ... [2020-11-05T11:13:48.842Z] [2020-11-05T11:13:48.842Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:13:48.842Z] #41 41.67 LINK criu/pie/restorer.built-in.o [2020-11-05T11:13:48.842Z] #41 41.68 GEN criu/pie/restorer-blob.h [2020-11-05T11:13:48.842Z] #41 41.73 DEP criu/vdso.d [2020-11-05T11:13:48.842Z] #41 41.83 DEP criu/uts_ns.d [2020-11-05T11:13:48.842Z] #41 41.93 DEP criu/util.d [2020-11-05T11:13:48.842Z] #41 42.03 DEP criu/uffd.d [2020-11-05T11:13:49.132Z] #41 42.15 DEP criu/tun.d [2020-11-05T11:13:49.132Z] #41 42.28 DEP criu/tty.d [2020-11-05T11:13:49.132Z] #41 42.40 DEP criu/timerfd.d [2020-11-05T11:13:49.132Z] #41 42.52 DEP criu/timens.d [2020-11-05T11:13:49.422Z] #41 42.72 DEP criu/sysfs_parse.d [2020-11-05T11:13:49.422Z] #41 42.82 DEP criu/sysctl.d [2020-11-05T11:13:49.453Z] Commit message: "Windows: don't override size storage-option if it's set" [2020-11-05T11:13:49.712Z] #41 42.91 DEP criu/string.d [2020-11-05T11:13:49.712Z] #41 42.95 DEP criu/stats.d [2020-11-05T11:13:49.712Z] #41 43.04 DEP criu/sockets.d [Pipeline] withEnv [Pipeline] { [2020-11-05T11:13:50.002Z] #41 43.22 DEP criu/sk-unix.d [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-05T11:13:50.293Z] #41 43.40 DEP criu/sk-tcp.d [2020-11-05T11:13:50.293Z] #41 43.52 DEP criu/sk-queue.d [2020-11-05T11:13:50.293Z] #41 43.66 DEP criu/sk-packet.d [2020-11-05T11:13:50.583Z] #41 43.81 DEP criu/sk-netlink.d [2020-11-05T11:13:50.632Z] + docker version [2020-11-05T11:13:50.873Z] #41 43.99 DEP criu/sk-inet.d [2020-11-05T11:13:50.873Z] #41 44.12 DEP criu/signalfd.d [2020-11-05T11:13:50.873Z] #41 44.23 DEP criu/sigframe.d [2020-11-05T11:13:51.165Z] #41 44.31 DEP criu/shmem.d [2020-11-05T11:13:51.165Z] #41 44.41 DEP criu/servicefd.d [2020-11-05T11:13:51.165Z] #41 44.52 DEP criu/seize.d [2020-11-05T11:13:51.455Z] #41 44.64 DEP criu/seccomp.d [2020-11-05T11:13:51.455Z] #41 44.74 DEP criu/rst-malloc.d [2020-11-05T11:13:51.478Z] Commit message: "Windows: don't override size storage-option if it's set" [2020-11-05T11:13:51.745Z] #41 44.81 DEP criu/rbtree.d [2020-11-05T11:13:51.745Z] #41 44.83 DEP criu/pstree.d [2020-11-05T11:13:51.745Z] #41 44.93 DEP criu/protobuf.d [2020-11-05T11:13:51.745Z] #41 45.04 GEN criu/protobuf-desc-gen.h [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-05T11:13:52.647Z] + docker version [2020-11-05T11:13:52.775Z] #41 45.96 DEP criu/protobuf-desc.d [2020-11-05T11:13:53.008Z] #9 ... [2020-11-05T11:13:53.008Z] [2020-11-05T11:13:53.008Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-05T11:13:53.008Z] #25 unpacking docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 5.3s done [2020-11-05T11:13:53.008Z] #25 DONE 11.5s [2020-11-05T11:13:53.008Z] [2020-11-05T11:13:53.008Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-05T11:13:53.008Z] #26 0.306 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:13:53.008Z] #26 0.328 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:13:53.008Z] #26 0.359 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:13:53.008Z] #26 0.513 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-11-05T11:13:53.008Z] #26 0.737 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-05T11:13:53.065Z] #41 46.09 DEP criu/proc_parse.d [2020-11-05T11:13:53.065Z] #41 46.25 DEP criu/plugin.d [2020-11-05T11:13:53.065Z] #41 46.33 DEP criu/pipes.d [2020-11-05T11:13:53.312Z] #26 1.116 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-05T11:13:53.355Z] #41 46.53 DEP criu/pie-util.d [2020-11-05T11:13:53.355Z] #41 46.61 DEP criu/pie-util-vdso.d [2020-11-05T11:13:53.645Z] #41 46.77 DEP criu/path.d [2020-11-05T11:13:53.645Z] #41 46.89 DEP criu/parasite-syscall.d [2020-11-05T11:13:53.645Z] #41 47.01 DEP criu/pagemap.d [2020-11-05T11:13:53.936Z] #41 47.10 DEP criu/pagemap-cache.d [2020-11-05T11:13:53.936Z] #41 47.20 DEP criu/page-xfer.d [2020-11-05T11:13:54.226Z] #41 47.31 DEP criu/page-pipe.d [2020-11-05T11:13:54.226Z] #41 47.42 DEP criu/netfilter.d [2020-11-05T11:13:54.226Z] #41 47.57 DEP criu/net.d [2020-11-05T11:13:54.516Z] #41 47.78 DEP criu/namespaces.d [2020-11-05T11:13:54.821Z] #41 47.93 DEP criu/mount.d [2020-11-05T11:13:54.821Z] #41 48.04 DEP criu/memfd.d [2020-11-05T11:13:55.111Z] #41 48.17 DEP criu/mem.d [2020-11-05T11:13:55.111Z] #41 48.30 DEP criu/lsm.d [2020-11-05T11:13:55.111Z] #41 48.44 DEP criu/log.d [2020-11-05T11:13:55.389Z] #26 2.850 Fetched 8171 kB in 3s (3189 kB/s) [2020-11-05T11:13:55.401Z] #41 48.50 DEP criu/libnetlink.d [2020-11-05T11:13:55.401Z] #41 48.57 DEP criu/kerndat.d [2020-11-05T11:13:55.691Z] #41 48.76 DEP criu/kcmp-ids.d [2020-11-05T11:13:55.691Z] #41 48.79 DEP criu/irmap.d [2020-11-05T11:13:55.691Z] #41 48.94 DEP criu/ipc_ns.d [2020-11-05T11:13:55.981Z] #41 49.05 DEP criu/image.d [2020-11-05T11:13:55.981Z] #41 49.25 DEP criu/image-desc.d [2020-11-05T11:13:56.029Z] #26 2.850 Reading package lists... [2020-11-05T11:13:56.271Z] #41 49.38 DEP criu/fsnotify.d [2020-11-05T11:13:56.271Z] #41 49.60 DEP criu/filesystems.d [2020-11-05T11:13:56.561Z] #41 49.77 DEP criu/files.d [2020-11-05T11:13:56.851Z] #41 49.92 DEP criu/files-reg.d [2020-11-05T11:13:56.851Z] #41 50.02 DEP criu/files-ext.d [2020-11-05T11:13:57.141Z] #41 50.18 DEP criu/file-lock.d [2020-11-05T11:13:57.141Z] #41 50.34 DEP criu/file-ids.d [2020-11-05T11:13:57.141Z] #41 ... [2020-11-05T11:13:57.141Z] [2020-11-05T11:13:57.141Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:13:57.141Z] #18 0.973 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:13:57.141Z] #18 1.173 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:13:57.141Z] #18 1.347 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:13:57.141Z] #18 1.389 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-05T11:13:57.141Z] #18 2.203 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-11-05T11:13:57.141Z] #18 3.451 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-05T11:13:57.141Z] #18 6.120 Fetched 8085 kB in 5s (1530 kB/s) [2020-11-05T11:13:57.141Z] #18 6.120 Reading package lists... [2020-11-05T11:13:57.141Z] #18 7.861 Reading package lists... [2020-11-05T11:13:57.431Z] #18 9.779 Building dependency tree... [2020-11-05T11:13:57.431Z] #18 ... [2020-11-05T11:13:57.431Z] [2020-11-05T11:13:57.431Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:13:57.431Z] #41 50.52 DEP criu/fifo.d [2020-11-05T11:13:57.431Z] #41 50.66 DEP criu/fdstore.d [2020-11-05T11:13:57.567Z] #26 3.942 Reading package lists... [2020-11-05T11:13:57.567Z] #26 5.201 Building dependency tree... [2020-11-05T11:13:57.721Z] #41 50.76 DEP criu/fault-injection.d [2020-11-05T11:13:57.721Z] #41 50.80 DEP criu/external.d [2020-11-05T11:13:57.721Z] #41 50.92 DEP criu/eventpoll.d [2020-11-05T11:13:57.862Z] #26 5.570 The following additional packages will be installed: [2020-11-05T11:13:57.862Z] #26 5.570 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-05T11:13:57.862Z] #26 5.571 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-05T11:13:57.862Z] #26 5.572 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-05T11:13:57.862Z] #26 5.574 Suggested packages: [2020-11-05T11:13:57.862Z] #26 5.574 krb5-doc krb5-user [2020-11-05T11:13:57.862Z] #26 5.574 Recommended packages: [2020-11-05T11:13:57.862Z] #26 5.574 krb5-locales publicsuffix libsasl2-modules [2020-11-05T11:13:57.862Z] #26 5.801 The following NEW packages will be installed: [2020-11-05T11:13:57.862Z] #26 5.802 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-05T11:13:57.862Z] #26 5.802 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-05T11:13:57.862Z] #26 5.802 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-05T11:13:57.862Z] #26 5.803 libssh2-1 libssl1.1 openssl [2020-11-05T11:13:57.862Z] #26 5.849 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-05T11:13:57.862Z] #26 5.849 Need to get 5165 kB of archives. [2020-11-05T11:13:57.862Z] #26 5.849 After this operation, 14.6 MB of additional disk space will be used. [2020-11-05T11:13:57.862Z] #26 5.849 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB] [2020-11-05T11:13:58.012Z] #41 51.09 DEP criu/eventfd.d [2020-11-05T11:13:58.012Z] #41 51.18 DEP criu/crtools.d [2020-11-05T11:13:58.012Z] #41 51.28 DEP criu/cr-service.d [2020-11-05T11:13:58.160Z] #26 5.862 Get:2 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB] [2020-11-05T11:13:58.160Z] #26 5.866 Get:3 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u3 [243 kB] [2020-11-05T11:13:58.160Z] #26 5.895 Get:4 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2020-11-05T11:13:58.160Z] #26 5.906 Get:5 http://deb.debian.org/debian buster/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u3 [1526 kB] [2020-11-05T11:13:58.160Z] #26 5.999 Get:6 http://deb.debian.org/debian buster/main ppc64el openssl ppc64el 1.1.1d-0+deb10u3 [843 kB] [2020-11-05T11:13:58.160Z] #26 6.037 Get:7 http://deb.debian.org/debian buster-updates/main ppc64el ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-05T11:13:58.160Z] #26 6.044 Get:8 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2020-11-05T11:13:58.160Z] #26 6.046 Get:9 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3 [69.2 kB] [2020-11-05T11:13:58.160Z] #26 6.047 Get:10 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3 [134 kB] [2020-11-05T11:13:58.160Z] #26 6.052 Get:11 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3 [400 kB] [2020-11-05T11:13:58.160Z] #26 6.068 Get:12 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3 [172 kB] [2020-11-05T11:13:58.160Z] #26 6.074 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2020-11-05T11:13:58.160Z] #26 6.076 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2020-11-05T11:13:58.160Z] #26 6.079 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2020-11-05T11:13:58.160Z] #26 6.081 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2020-11-05T11:13:58.160Z] #26 6.085 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2020-11-05T11:13:58.160Z] #26 6.097 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2020-11-05T11:13:58.160Z] #26 6.105 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-11-05T11:13:58.302Z] #41 51.48 DEP criu/cr-restore.d [2020-11-05T11:13:58.459Z] #26 6.110 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-11-05T11:13:58.459Z] #26 6.113 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-11-05T11:13:58.459Z] #26 6.333 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:13:58.459Z] #26 6.364 Fetched 5165 kB in 0s (18.5 MB/s) [2020-11-05T11:13:58.592Z] #41 51.71 DEP criu/cr-errno.d [2020-11-05T11:13:58.592Z] #41 51.72 DEP criu/cr-dump.d [2020-11-05T11:13:58.756Z] #26 6.377 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2020-11-05T11:13:58.756Z] #26 6.377 (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.) [2020-11-05T11:13:58.756Z] #26 6.386 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-11-05T11:13:58.756Z] #26 6.387 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:13:58.756Z] #26 6.415 Selecting previously unselected package libsasl2-2:ppc64el. [2020-11-05T11:13:58.756Z] #26 6.419 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-11-05T11:13:58.756Z] #26 6.421 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:13:58.756Z] #26 6.465 Selecting previously unselected package libldap-common. [2020-11-05T11:13:58.756Z] #26 6.468 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ... [2020-11-05T11:13:58.756Z] #26 6.470 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:13:58.756Z] #26 6.503 Selecting previously unselected package libldap-2.4-2:ppc64el. [2020-11-05T11:13:58.756Z] #26 6.507 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_ppc64el.deb ... [2020-11-05T11:13:58.756Z] #26 6.509 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:13:58.756Z] #26 6.573 Selecting previously unselected package libssl1.1:ppc64el. [2020-11-05T11:13:58.756Z] #26 6.577 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_ppc64el.deb ... [2020-11-05T11:13:58.756Z] #26 6.578 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u3) ... [2020-11-05T11:13:58.883Z] #41 51.99 DEP criu/cr-dedup.d [2020-11-05T11:13:58.883Z] #41 52.12 DEP criu/cr-check.d [2020-11-05T11:13:59.055Z] #26 6.771 Selecting previously unselected package openssl. [2020-11-05T11:13:59.055Z] #26 6.775 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_ppc64el.deb ... [2020-11-05T11:13:59.055Z] #26 6.776 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-05T11:13:59.055Z] #26 6.884 Selecting previously unselected package ca-certificates. [2020-11-05T11:13:59.055Z] #26 6.887 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-05T11:13:59.055Z] #26 6.889 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-05T11:13:59.175Z] #41 52.24 DEP criu/config.d [2020-11-05T11:13:59.175Z] #41 52.36 DEP criu/clone-noasan.d [2020-11-05T11:13:59.175Z] #41 52.41 DEP criu/cgroup.d [2020-11-05T11:13:59.254Z] Client: Docker Engine - Community [2020-11-05T11:13:59.254Z] Version: 19.03.13 [2020-11-05T11:13:59.254Z] API version: 1.40 [2020-11-05T11:13:59.254Z] Go version: go1.13.15 [2020-11-05T11:13:59.254Z] Git commit: 4484c46d9d [2020-11-05T11:13:59.254Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-05T11:13:59.254Z] OS/Arch: linux/amd64 [2020-11-05T11:13:59.254Z] Experimental: false [2020-11-05T11:13:59.254Z] [2020-11-05T11:13:59.254Z] Server: Docker Engine - Community [2020-11-05T11:13:59.254Z] Engine: [2020-11-05T11:13:59.254Z] Version: 19.03.13 [2020-11-05T11:13:59.254Z] API version: 1.40 (minimum version 1.12) [2020-11-05T11:13:59.254Z] Go version: go1.13.15 [2020-11-05T11:13:59.254Z] Git commit: 4484c46d9d [2020-11-05T11:13:59.254Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-05T11:13:59.254Z] OS/Arch: linux/amd64 [2020-11-05T11:13:59.254Z] Experimental: true [2020-11-05T11:13:59.254Z] containerd: [2020-11-05T11:13:59.254Z] Version: 1.3.7 [2020-11-05T11:13:59.254Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-05T11:13:59.254Z] runc: [2020-11-05T11:13:59.254Z] Version: 1.0.0-rc10 [2020-11-05T11:13:59.254Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-05T11:13:59.254Z] docker-init: [2020-11-05T11:13:59.254Z] Version: 0.18.0 [2020-11-05T11:13:59.254Z] GitCommit: fec3683 [Pipeline] sh [2020-11-05T11:13:59.352Z] #26 7.067 Selecting previously unselected package libkeyutils1:ppc64el. [2020-11-05T11:13:59.352Z] #26 7.070 Preparing to unpack .../07-libkeyutils1_1.6-6_ppc64el.deb ... [2020-11-05T11:13:59.352Z] #26 7.072 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2020-11-05T11:13:59.352Z] #26 7.092 Selecting previously unselected package libkrb5support0:ppc64el. [2020-11-05T11:13:59.352Z] #26 7.094 Preparing to unpack .../08-libkrb5support0_1.17-3_ppc64el.deb ... [2020-11-05T11:13:59.352Z] #26 7.096 Unpacking libkrb5support0:ppc64el (1.17-3) ... [2020-11-05T11:13:59.352Z] #26 7.121 Selecting previously unselected package libk5crypto3:ppc64el. [2020-11-05T11:13:59.352Z] #26 7.123 Preparing to unpack .../09-libk5crypto3_1.17-3_ppc64el.deb ... [2020-11-05T11:13:59.352Z] #26 7.124 Unpacking libk5crypto3:ppc64el (1.17-3) ... [2020-11-05T11:13:59.352Z] #26 7.159 Selecting previously unselected package libkrb5-3:ppc64el. [2020-11-05T11:13:59.352Z] #26 7.161 Preparing to unpack .../10-libkrb5-3_1.17-3_ppc64el.deb ... [2020-11-05T11:13:59.352Z] #26 7.163 Unpacking libkrb5-3:ppc64el (1.17-3) ... [2020-11-05T11:13:59.352Z] #26 7.239 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2020-11-05T11:13:59.465Z] #41 52.57 DEP criu/cgroup-props.d [2020-11-05T11:13:59.465Z] #41 52.68 DEP criu/bitmap.d [2020-11-05T11:13:59.465Z] #41 52.69 DEP criu/bfd.d [2020-11-05T11:13:59.465Z] #41 52.75 DEP criu/autofs.d [2020-11-05T11:13:59.609Z] + docker info [2020-11-05T11:13:59.647Z] #26 7.241 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_ppc64el.deb ... [2020-11-05T11:13:59.647Z] #26 7.242 Unpacking libgssapi-krb5-2:ppc64el (1.17-3) ... [2020-11-05T11:13:59.647Z] #26 7.282 Selecting previously unselected package libnghttp2-14:ppc64el. [2020-11-05T11:13:59.647Z] #26 7.285 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2020-11-05T11:13:59.647Z] #26 7.286 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-11-05T11:13:59.647Z] #26 7.316 Selecting previously unselected package libpsl5:ppc64el. [2020-11-05T11:13:59.647Z] #26 7.319 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2020-11-05T11:13:59.647Z] #26 7.320 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2020-11-05T11:13:59.647Z] #26 7.346 Selecting previously unselected package librtmp1:ppc64el. [2020-11-05T11:13:59.647Z] #26 7.349 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2020-11-05T11:13:59.647Z] #26 7.350 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-11-05T11:13:59.647Z] #26 7.374 Selecting previously unselected package libssh2-1:ppc64el. [2020-11-05T11:13:59.647Z] #26 7.377 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2020-11-05T11:13:59.647Z] #26 7.378 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2020-11-05T11:13:59.647Z] #26 7.416 Selecting previously unselected package libcurl4:ppc64el. [2020-11-05T11:13:59.647Z] #26 7.418 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2020-11-05T11:13:59.647Z] #26 7.419 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-11-05T11:13:59.647Z] #26 7.477 Selecting previously unselected package curl. [2020-11-05T11:13:59.647Z] #26 7.480 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2020-11-05T11:13:59.647Z] #26 7.482 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-05T11:13:59.647Z] #26 7.528 Selecting previously unselected package libonig5:ppc64el. [2020-11-05T11:13:59.647Z] #26 7.531 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2020-11-05T11:13:59.647Z] #26 7.532 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-11-05T11:13:59.647Z] #26 7.579 Selecting previously unselected package libjq1:ppc64el. [2020-11-05T11:13:59.755Z] #41 52.84 DEP criu/aio.d [2020-11-05T11:13:59.755Z] #41 52.94 DEP criu/action-scripts.d [2020-11-05T11:13:59.942Z] #26 7.581 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-05T11:13:59.942Z] #26 7.582 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-05T11:13:59.942Z] #26 7.618 Selecting previously unselected package jq. [2020-11-05T11:13:59.942Z] #26 7.621 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-05T11:13:59.942Z] #26 7.622 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-05T11:13:59.942Z] #26 7.659 Setting up libkeyutils1:ppc64el (1.6-6) ... [2020-11-05T11:13:59.942Z] #26 7.667 Setting up libpsl5:ppc64el (0.20.2-2) ... [2020-11-05T11:13:59.942Z] #26 7.671 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u3) ... [2020-11-05T11:13:59.942Z] #26 7.819 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-11-05T11:13:59.942Z] #26 7.822 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:13:59.942Z] #26 7.827 Setting up libkrb5support0:ppc64el (1.17-3) ... [2020-11-05T11:13:59.942Z] #26 7.830 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:13:59.942Z] #26 7.833 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-11-05T11:14:00.045Z] #41 53.13 CC criu/action-scripts.o [2020-11-05T11:14:00.237Z] #26 7.836 Setting up libk5crypto3:ppc64el (1.17-3) ... [2020-11-05T11:14:00.237Z] #26 7.839 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:14:00.237Z] #26 7.842 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2020-11-05T11:14:00.237Z] #26 7.845 Setting up libkrb5-3:ppc64el (1.17-3) ... [2020-11-05T11:14:00.237Z] #26 7.848 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-05T11:14:00.237Z] #26 7.853 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-11-05T11:14:00.237Z] #26 7.856 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-05T11:14:00.237Z] #26 7.860 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:14:00.237Z] #26 7.864 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-05T11:14:00.336Z] #41 53.54 CC criu/aio.o [2020-11-05T11:14:00.626Z] #41 53.80 CC criu/autofs.o [2020-11-05T11:14:00.647Z] Client: Docker Engine - Community [2020-11-05T11:14:00.647Z] Version: 19.03.13 [2020-11-05T11:14:00.647Z] API version: 1.40 [2020-11-05T11:14:00.647Z] Go version: go1.13.15 [2020-11-05T11:14:00.647Z] Git commit: 4484c46 [2020-11-05T11:14:00.647Z] Built: Wed Sep 16 17:03:45 2020 [2020-11-05T11:14:00.647Z] OS/Arch: linux/arm64 [2020-11-05T11:14:00.647Z] Experimental: false [2020-11-05T11:14:00.647Z] [2020-11-05T11:14:00.647Z] Server: Docker Engine - Community [2020-11-05T11:14:00.647Z] Engine: [2020-11-05T11:14:00.647Z] Version: 19.03.13 [2020-11-05T11:14:00.647Z] API version: 1.40 (minimum version 1.12) [2020-11-05T11:14:00.647Z] Go version: go1.13.15 [2020-11-05T11:14:00.647Z] Git commit: 4484c46 [2020-11-05T11:14:00.647Z] Built: Wed Sep 16 17:02:17 2020 [2020-11-05T11:14:00.647Z] OS/Arch: linux/arm64 [2020-11-05T11:14:00.647Z] Experimental: true [2020-11-05T11:14:00.647Z] containerd: [2020-11-05T11:14:00.647Z] Version: 1.3.7 [2020-11-05T11:14:00.647Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-05T11:14:00.647Z] runc: [2020-11-05T11:14:00.647Z] Version: 1.0.0-rc10 [2020-11-05T11:14:00.647Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-05T11:14:00.647Z] docker-init: [2020-11-05T11:14:00.647Z] Version: 0.18.0 [2020-11-05T11:14:00.647Z] GitCommit: fec3683 [Pipeline] sh [2020-11-05T11:14:00.877Z] #26 8.463 Updating certificates in /etc/ssl/certs... [2020-11-05T11:14:00.916Z] #41 ... [2020-11-05T11:14:00.916Z] [2020-11-05T11:14:00.916Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:14:00.916Z] #43 81.46 github.com/LK4D4/vndr/godl [2020-11-05T11:14:00.916Z] #43 82.01 github.com/LK4D4/vndr [2020-11-05T11:14:00.916Z] #43 DONE 88.2s [2020-11-05T11:14:00.972Z] + docker info [2020-11-05T11:14:01.187Z] #26 9.138 126 added, 0 removed; done. [2020-11-05T11:14:01.207Z] [2020-11-05T11:14:01.207Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:14:01.207Z] #18 10.40 libcap2-bin is already the newest version (1:2.25-2). [2020-11-05T11:14:01.207Z] #18 10.40 The following additional packages will be installed: [2020-11-05T11:14:01.207Z] #18 10.40 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-05T11:14:01.207Z] #18 10.40 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-05T11:14:01.207Z] #18 10.40 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-05T11:14:01.207Z] #18 10.40 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-05T11:14:01.207Z] #18 10.40 python3.7 python3.7-minimal vim-runtime xxd [2020-11-05T11:14:01.207Z] #18 10.40 Suggested packages: [2020-11-05T11:14:01.207Z] #18 10.40 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-05T11:14:01.207Z] #18 10.40 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-05T11:14:01.207Z] #18 10.40 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-05T11:14:01.207Z] #18 10.40 Recommended packages: [2020-11-05T11:14:01.207Z] #18 10.40 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-05T11:14:01.207Z] #18 10.40 python3-keyrings.alt python3-xdg unzip [2020-11-05T11:14:01.207Z] #18 11.60 The following NEW packages will be installed: [2020-11-05T11:14:01.207Z] #18 11.60 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-05T11:14:01.207Z] #18 11.60 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-05T11:14:01.207Z] #18 11.60 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-05T11:14:01.207Z] #18 11.60 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-05T11:14:01.207Z] #18 11.60 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-05T11:14:01.207Z] #18 11.60 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-05T11:14:01.207Z] #18 11.60 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-05T11:14:01.207Z] #18 11.60 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-05T11:14:01.207Z] #18 11.61 xz-utils zip [2020-11-05T11:14:01.207Z] #18 11.75 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:14:01.207Z] #18 11.75 Need to get 27.7 MB of archives. [2020-11-05T11:14:01.207Z] #18 11.75 After this operation, 117 MB of additional disk space will be used. [2020-11-05T11:14:01.207Z] #18 11.75 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-11-05T11:14:01.207Z] #18 11.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB] [2020-11-05T11:14:01.207Z] #18 11.81 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB] [2020-11-05T11:14:01.207Z] #18 11.85 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-11-05T11:14:01.207Z] #18 11.85 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-11-05T11:14:01.207Z] #18 11.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB] [2020-11-05T11:14:01.207Z] #18 11.91 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2020-11-05T11:14:01.207Z] #18 11.93 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-11-05T11:14:01.207Z] #18 11.93 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-11-05T11:14:01.207Z] #18 11.93 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-11-05T11:14:01.207Z] #18 11.93 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-11-05T11:14:01.207Z] #18 11.94 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-11-05T11:14:01.207Z] #18 11.94 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-11-05T11:14:01.207Z] #18 11.94 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-11-05T11:14:01.207Z] #18 11.94 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-11-05T11:14:01.207Z] #18 11.94 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-11-05T11:14:01.207Z] #18 11.95 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-11-05T11:14:01.207Z] #18 11.96 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-11-05T11:14:01.207Z] #18 11.97 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-11-05T11:14:01.207Z] #18 11.97 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-11-05T11:14:01.207Z] #18 11.98 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-11-05T11:14:01.207Z] #18 12.04 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-11-05T11:14:01.207Z] #18 12.05 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-11-05T11:14:01.207Z] #18 12.05 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-11-05T11:14:01.207Z] #18 12.05 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-11-05T11:14:01.207Z] #18 12.06 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-11-05T11:14:01.207Z] #18 12.06 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-11-05T11:14:01.207Z] #18 12.06 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-11-05T11:14:01.207Z] #18 12.06 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-11-05T11:14:01.207Z] #18 12.31 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-11-05T11:14:01.207Z] #18 12.31 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-11-05T11:14:01.207Z] #18 12.31 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-11-05T11:14:01.207Z] #18 12.39 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-11-05T11:14:01.207Z] #18 12.55 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-11-05T11:14:01.207Z] #18 12.56 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-11-05T11:14:01.207Z] #18 12.61 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-05T11:14:01.207Z] #18 12.61 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-11-05T11:14:01.207Z] #18 12.62 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-11-05T11:14:01.207Z] #18 12.63 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-05T11:14:01.207Z] #18 12.63 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-11-05T11:14:01.207Z] #18 12.65 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-05T11:14:01.207Z] #18 12.66 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB] [2020-11-05T11:14:01.207Z] #18 12.68 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-11-05T11:14:01.207Z] #18 12.69 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2020-11-05T11:14:01.207Z] #18 12.70 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-05T11:14:01.207Z] #18 12.87 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-11-05T11:14:01.207Z] #18 12.91 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-11-05T11:14:01.207Z] #18 12.94 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-11-05T11:14:01.207Z] #18 13.48 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:14:01.207Z] #18 13.58 Fetched 27.7 MB in 1s (21.1 MB/s) [2020-11-05T11:14:01.207Z] #18 13.71 Selecting previously unselected package pigz. [2020-11-05T11:14:01.207Z] #18 13.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23199 files and directories currently installed.) [2020-11-05T11:14:01.207Z] #18 13.77 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-11-05T11:14:01.207Z] #18 13.78 Unpacking pigz (2.4-1) ... [2020-11-05T11:14:01.207Z] #18 13.86 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-11-05T11:14:01.207Z] #18 13.86 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-11-05T11:14:01.207Z] #18 13.86 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-11-05T11:14:01.483Z] #26 9.163 Setting up libgssapi-krb5-2:ppc64el (1.17-3) ... [2020-11-05T11:14:01.483Z] #26 9.168 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-05T11:14:01.483Z] #26 9.170 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-11-05T11:14:01.483Z] #26 9.173 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-05T11:14:01.483Z] #26 9.177 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:14:01.483Z] #26 9.190 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-05T11:14:01.483Z] #26 9.196 Updating certificates in /etc/ssl/certs... [2020-11-05T11:14:01.497Z] #18 14.28 Selecting previously unselected package python3.7-minimal. [2020-11-05T11:14:01.497Z] #18 14.29 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-11-05T11:14:01.497Z] #18 14.34 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-05T11:14:01.777Z] #26 9.723 0 added, 0 removed; done. [2020-11-05T11:14:01.777Z] #26 9.723 Running hooks in /etc/ca-certificates/update.d... [2020-11-05T11:14:02.071Z] #26 9.725 done. [2020-11-05T11:14:02.071Z] #26 DONE 9.8s [2020-11-05T11:14:02.071Z] [2020-11-05T11:14:02.071Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:14:02.071Z] #9 ... [2020-11-05T11:14:02.071Z] [2020-11-05T11:14:02.071Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-05T11:14:02.071Z] #27 DONE 0.1s [2020-11-05T11:14:02.071Z] [2020-11-05T11:14:02.071Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:14:02.127Z] #18 15.03 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-11-05T11:14:02.128Z] #18 15.04 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-05T11:14:03.115Z] #28 0.749 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-05T11:14:03.115Z] #28 0.919 [2020-11-05T11:14:03.630Z] #18 16.20 Selecting previously unselected package python3-minimal. [2020-11-05T11:14:03.630Z] #18 16.20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23448 files and directories currently installed.) [2020-11-05T11:14:03.630Z] #18 16.23 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-11-05T11:14:03.630Z] #18 16.23 Unpacking python3-minimal (3.7.3-1) ... [2020-11-05T11:14:03.630Z] #18 16.27 Selecting previously unselected package libmpdec2:s390x. [2020-11-05T11:14:03.630Z] #18 16.28 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-11-05T11:14:03.630Z] #18 16.28 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-11-05T11:14:03.630Z] #18 16.34 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-11-05T11:14:03.630Z] #18 16.34 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2020-11-05T11:14:03.630Z] #18 16.34 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-11-05T11:14:03.729Z] #28 1.047 ###### 9.1% ################### 27.5% ################################## 47.8% ################################################# 68.2% ############################################################### 88.6% ######################################################################## 100.0% [2020-11-05T11:14:03.729Z] #28 1.707 [2020-11-05T11:14:04.026Z] #28 1.830 ########################################## 59.3% ######################################################################## 100.0% [2020-11-05T11:14:04.026Z] #28 2.051 [2020-11-05T11:14:04.260Z] #18 17.07 Selecting previously unselected package python3.7. [2020-11-05T11:14:04.260Z] #18 ... [2020-11-05T11:14:04.260Z] [2020-11-05T11:14:04.260Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:14:04.260Z] #30 DONE 91.5s [2020-11-05T11:14:04.260Z] [2020-11-05T11:14:04.260Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:14:04.260Z] #18 17.07 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2020-11-05T11:14:04.260Z] #18 17.07 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-05T11:14:04.260Z] #18 17.19 Selecting previously unselected package libpython3-stdlib:s390x. [2020-11-05T11:14:04.260Z] #18 17.19 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-11-05T11:14:04.260Z] #18 ... [2020-11-05T11:14:04.260Z] [2020-11-05T11:14:04.260Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:14:04.260Z] #41 54.83 CC criu/bfd.o [2020-11-05T11:14:04.260Z] #41 55.27 CC criu/bitmap.o [2020-11-05T11:14:04.260Z] #41 55.36 CC criu/cgroup-props.o [2020-11-05T11:14:04.260Z] #41 55.87 CC criu/cgroup.o [2020-11-05T11:14:04.260Z] #41 57.53 CC criu/clone-noasan.o [2020-11-05T11:14:04.552Z] #41 57.62 CC criu/config.o [2020-11-05T11:14:04.643Z] #28 2.191 ################# 24.4% ###################################################### 75.9% ######################################################################## 100.0% [2020-11-05T11:14:04.643Z] #28 2.497 [2020-11-05T11:14:05.203Z] #41 58.33 CC criu/cr-check.o [2020-11-05T11:14:05.241Z] #28 2.618 ##### 7.3% ################### 26.5% ############################### 43.4% ######################################### 57.1% ###################################################### 76.3% #################################################################### 95.5% ######################################################################## 100.0% [2020-11-05T11:14:05.564Z] #28 3.317 [2020-11-05T11:14:06.233Z] #41 59.13 CC criu/cr-dedup.o [2020-11-05T11:14:06.233Z] #41 59.41 CC criu/cr-dump.o [2020-11-05T11:14:07.263Z] #41 ... [2020-11-05T11:14:07.263Z] [2020-11-05T11:14:07.263Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:14:07.263Z] #18 17.20 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-11-05T11:14:07.263Z] #18 17.40 Setting up python3-minimal (3.7.3-1) ... [2020-11-05T11:14:07.263Z] #18 17.99 Selecting previously unselected package python3. [2020-11-05T11:14:07.263Z] #18 17.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23860 files and directories currently installed.) [2020-11-05T11:14:07.263Z] #18 18.03 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-11-05T11:14:07.263Z] #18 18.03 Unpacking python3 (3.7.3-1) ... [2020-11-05T11:14:07.263Z] #18 18.09 Selecting previously unselected package libip4tc0:s390x. [2020-11-05T11:14:07.263Z] #18 18.09 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-11-05T11:14:07.263Z] #18 18.09 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-11-05T11:14:07.263Z] #18 18.14 Selecting previously unselected package libip6tc0:s390x. [2020-11-05T11:14:07.263Z] #18 18.14 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-11-05T11:14:07.263Z] #18 18.14 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-11-05T11:14:07.263Z] #18 18.22 Selecting previously unselected package libiptc0:s390x. [2020-11-05T11:14:07.263Z] #18 18.22 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-11-05T11:14:07.263Z] #18 18.22 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-11-05T11:14:07.263Z] #18 18.25 Selecting previously unselected package libnfnetlink0:s390x. [2020-11-05T11:14:07.263Z] #18 18.26 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-11-05T11:14:07.263Z] #18 18.26 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-11-05T11:14:07.263Z] #18 18.28 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-11-05T11:14:07.263Z] #18 18.28 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-11-05T11:14:07.263Z] #18 18.28 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-11-05T11:14:07.263Z] #18 18.32 Selecting previously unselected package libnftnl11:s390x. [2020-11-05T11:14:07.263Z] #18 18.32 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-11-05T11:14:07.263Z] #18 18.32 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-11-05T11:14:07.263Z] #18 18.37 Selecting previously unselected package iptables. [2020-11-05T11:14:07.263Z] #18 18.37 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-11-05T11:14:07.263Z] #18 18.37 Unpacking iptables (1.8.2-4) ... [2020-11-05T11:14:07.263Z] #18 18.59 Selecting previously unselected package xxd. [2020-11-05T11:14:07.263Z] #18 18.59 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-11-05T11:14:07.263Z] #18 18.59 Unpacking xxd (2:8.1.0875-5) ... [2020-11-05T11:14:07.263Z] #18 18.67 Selecting previously unselected package vim-common. [2020-11-05T11:14:07.263Z] #18 18.67 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-05T11:14:07.263Z] #18 18.68 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-05T11:14:07.263Z] #18 18.80 Selecting previously unselected package bash-completion. [2020-11-05T11:14:07.263Z] #18 18.80 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-05T11:14:07.263Z] #18 20.10 Unpacking bash-completion (1:2.8-6) ... [2020-11-05T11:14:07.553Z] #18 20.38 Selecting previously unselected package bzip2. [2020-11-05T11:14:07.553Z] #18 20.39 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-11-05T11:14:07.553Z] #18 20.39 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-05T11:14:07.553Z] #18 20.44 Selecting previously unselected package xz-utils. [2020-11-05T11:14:07.553Z] #18 20.44 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-11-05T11:14:07.553Z] #18 20.44 Unpacking xz-utils (5.2.4-1) ... [2020-11-05T11:14:07.553Z] #18 20.52 Selecting previously unselected package apparmor. [2020-11-05T11:14:07.843Z] #18 20.52 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-11-05T11:14:07.843Z] #18 20.55 Unpacking apparmor (2.13.2-10) ... [2020-11-05T11:14:08.176Z] #18 20.83 Selecting previously unselected package aufs-tools. [2020-11-05T11:14:08.176Z] #18 20.83 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-11-05T11:14:08.176Z] #18 20.84 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-05T11:14:08.176Z] #18 20.90 Selecting previously unselected package libonig5:s390x. [2020-11-05T11:14:08.176Z] #18 20.90 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-11-05T11:14:08.176Z] #18 20.91 Unpacking libonig5:s390x (6.9.1-1) ... [2020-11-05T11:14:08.176Z] #18 21.00 Selecting previously unselected package libjq1:s390x. [2020-11-05T11:14:08.176Z] #18 21.00 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-11-05T11:14:08.176Z] #18 21.00 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-05T11:14:08.176Z] #18 21.08 Selecting previously unselected package jq. [2020-11-05T11:14:08.466Z] #18 21.08 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-11-05T11:14:08.466Z] #18 21.08 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-05T11:14:08.466Z] #18 21.14 Selecting previously unselected package libaio1:s390x. [2020-11-05T11:14:08.466Z] #18 21.14 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-11-05T11:14:08.466Z] #18 21.14 Unpacking libaio1:s390x (0.3.112-3) ... [2020-11-05T11:14:08.466Z] #18 21.22 Selecting previously unselected package libgpm2:s390x. [2020-11-05T11:14:08.466Z] #18 21.22 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-11-05T11:14:08.466Z] #18 21.23 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-11-05T11:14:08.466Z] #18 21.33 Selecting previously unselected package libicu63:s390x. [2020-11-05T11:14:08.466Z] #18 21.33 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-11-05T11:14:08.466Z] #18 21.33 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-11-05T11:14:08.625Z] #28 3.441 # 1.7% ##### 7.1% ####### 10.9% ########## 14.7% ############## 20.1% ################## 25.6% ##################### 30.5% ####################### 33.0% ########################## 36.4% ############################# 40.8% ################################# 46.2% ##################################### 51.7% ####################################### 54.4% ######################################## 56.8% ########################################## 59.3% ############################################# 63.3% ############################################### 66.0% ################################################# 69.2% ################################################### 71.7% ##################################################### 74.4% ####################################################### 77.0% ######################################################### 80.0% ########################################################### 82.4% ############################################################# 85.2% ############################################################### 88.2% ################################################################# 91.3% ################################################################### 94.4% ##################################################################### 97.1% ####################################################################### 99.8% ######################################################################## 100.0% [2020-11-05T11:14:08.625Z] #28 6.444 [2020-11-05T11:14:09.261Z] #28 7.171 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-05T11:14:09.555Z] #28 7.365 [2020-11-05T11:14:09.555Z] #28 7.466 ######################################################################## 100.0% [2020-11-05T11:14:09.555Z] #28 7.491 [2020-11-05T11:14:10.527Z] #18 23.37 Selecting previously unselected package libnet1:s390x. [2020-11-05T11:14:10.527Z] #18 23.37 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-11-05T11:14:10.527Z] #18 23.37 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-05T11:14:10.527Z] #18 23.42 Selecting previously unselected package libnl-3-200:s390x. [2020-11-05T11:14:10.527Z] #18 23.42 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-11-05T11:14:10.527Z] #18 23.42 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-11-05T11:14:10.527Z] #18 23.46 Selecting previously unselected package libprotobuf-c1:s390x. [2020-11-05T11:14:10.527Z] #18 23.46 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-11-05T11:14:10.527Z] #18 23.46 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-05T11:14:10.527Z] #18 23.50 Selecting previously unselected package libreadline5:s390x. [2020-11-05T11:14:10.527Z] #18 23.50 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-11-05T11:14:10.527Z] #18 23.50 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-11-05T11:14:10.527Z] #18 23.56 Selecting previously unselected package net-tools. [2020-11-05T11:14:10.600Z] #28 8.408 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-05T11:14:10.600Z] #28 8.426 skipping existing 5cb8031fd95d [2020-11-05T11:14:10.600Z] #28 8.461 [2020-11-05T11:14:10.817Z] #18 23.56 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-11-05T11:14:10.817Z] #18 23.56 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-05T11:14:10.817Z] #18 23.66 Selecting previously unselected package python-pip-whl. [2020-11-05T11:14:10.817Z] #18 23.66 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-05T11:14:10.817Z] #18 23.66 Unpacking python-pip-whl (18.1-5) ... [2020-11-05T11:14:11.107Z] #18 24.06 Selecting previously unselected package python3-lib2to3. [2020-11-05T11:14:11.242Z] #28 9.120 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-05T11:14:11.242Z] #28 9.138 skipping existing 283607eaa57e [2020-11-05T11:14:11.242Z] #28 9.169 [2020-11-05T11:14:11.397Z] #18 24.06 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-05T11:14:11.397Z] #18 24.06 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-05T11:14:11.397Z] #18 24.13 Selecting previously unselected package python3-distutils. [2020-11-05T11:14:11.397Z] #18 24.13 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-05T11:14:11.397Z] #18 24.13 Unpacking python3-distutils (3.7.3-1) ... [2020-11-05T11:14:11.397Z] #18 24.19 Selecting previously unselected package python3-pip. [2020-11-05T11:14:11.397Z] #18 24.19 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-05T11:14:11.397Z] #18 24.20 Unpacking python3-pip (18.1-5) ... [2020-11-05T11:14:11.397Z] #18 24.30 Selecting previously unselected package python3-pkg-resources. [2020-11-05T11:14:11.397Z] #18 24.30 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-05T11:14:11.397Z] #18 24.30 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-05T11:14:11.397Z] #18 24.40 Selecting previously unselected package python3-setuptools. [2020-11-05T11:14:11.687Z] #18 24.40 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-05T11:14:11.687Z] #18 24.41 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-05T11:14:11.687Z] #18 24.55 Selecting previously unselected package python3-wheel. [2020-11-05T11:14:11.687Z] #18 24.55 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-05T11:14:11.687Z] #18 24.55 Unpacking python3-wheel (0.32.3-2) ... [2020-11-05T11:14:11.687Z] #18 24.60 Selecting previously unselected package sudo. [2020-11-05T11:14:11.687Z] #18 24.61 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ... [2020-11-05T11:14:11.687Z] #18 24.61 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-05T11:14:11.858Z] Client: [2020-11-05T11:14:11.858Z] Debug Mode: false [2020-11-05T11:14:11.858Z] [2020-11-05T11:14:11.858Z] Server: [2020-11-05T11:14:11.858Z] Containers: 0 [2020-11-05T11:14:11.858Z] Running: 0 [2020-11-05T11:14:11.858Z] Paused: 0 [2020-11-05T11:14:11.858Z] Stopped: 0 [2020-11-05T11:14:11.858Z] Images: 0 [2020-11-05T11:14:11.858Z] Server Version: 19.03.13 [2020-11-05T11:14:11.858Z] Storage Driver: overlay2 [2020-11-05T11:14:11.858Z] Backing Filesystem: extfs [2020-11-05T11:14:11.858Z] Supports d_type: true [2020-11-05T11:14:11.858Z] Native Overlay Diff: true [2020-11-05T11:14:11.858Z] Logging Driver: json-file [2020-11-05T11:14:11.858Z] Cgroup Driver: cgroupfs [2020-11-05T11:14:11.858Z] Plugins: [2020-11-05T11:14:11.858Z] Volume: local [2020-11-05T11:14:11.858Z] Network: bridge host ipvlan macvlan null overlay [2020-11-05T11:14:11.858Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-05T11:14:11.858Z] Swarm: inactive [2020-11-05T11:14:11.858Z] Runtimes: runc [2020-11-05T11:14:11.858Z] Default Runtime: runc [2020-11-05T11:14:11.858Z] Init Binary: docker-init [2020-11-05T11:14:11.858Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-05T11:14:11.858Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-05T11:14:11.858Z] init version: fec3683 [2020-11-05T11:14:11.858Z] Security Options: [2020-11-05T11:14:11.858Z] apparmor [2020-11-05T11:14:11.858Z] seccomp [2020-11-05T11:14:11.858Z] Profile: default [2020-11-05T11:14:11.858Z] Kernel Version: 5.4.0-1025-aws [2020-11-05T11:14:11.858Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-05T11:14:11.858Z] OSType: linux [2020-11-05T11:14:11.858Z] Architecture: x86_64 [2020-11-05T11:14:11.858Z] CPUs: 2 [2020-11-05T11:14:11.858Z] Total Memory: 7.487GiB [2020-11-05T11:14:11.858Z] Name: ip-10-100-32-71 [2020-11-05T11:14:11.858Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-05T11:14:11.858Z] Docker Root Dir: /var/lib/docker [2020-11-05T11:14:11.858Z] Debug Mode: false [2020-11-05T11:14:11.858Z] Registry: https://index.docker.io/v1/ [2020-11-05T11:14:11.858Z] Labels: [2020-11-05T11:14:11.858Z] Experimental: true [2020-11-05T11:14:11.858Z] Insecure Registries: [2020-11-05T11:14:11.858Z] 127.0.0.0/8 [2020-11-05T11:14:11.858Z] Live Restore Enabled: true [2020-11-05T11:14:11.858Z] [2020-11-05T11:14:11.858Z] WARNING: No swap limit support [Pipeline] sh [2020-11-05T11:14:11.977Z] #18 24.89 Selecting previously unselected package thin-provisioning-tools. [2020-11-05T11:14:11.977Z] #18 24.90 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-11-05T11:14:11.977Z] #18 24.90 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-05T11:14:12.155Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-05T11:14:12.155Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-05T11:14:12.155Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40256/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-05T11:14:12.155Z] + bash /home/ubuntu/workspace/moby_PR-40256/check-config.sh [2020-11-05T11:14:12.155Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-05T11:14:12.155Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-05T11:14:12.155Z] [2020-11-05T11:14:12.155Z] Generally Necessary: [2020-11-05T11:14:12.155Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-05T11:14:12.155Z] - apparmor: enabled and tools installed [2020-11-05T11:14:12.155Z] - CONFIG_NAMESPACES: enabled [2020-11-05T11:14:12.155Z] - CONFIG_NET_NS: enabled [2020-11-05T11:14:12.155Z] - CONFIG_PID_NS: enabled [2020-11-05T11:14:12.155Z] - CONFIG_IPC_NS: enabled [2020-11-05T11:14:12.155Z] - CONFIG_UTS_NS: enabled [2020-11-05T11:14:12.155Z] - CONFIG_CGROUPS: enabled [2020-11-05T11:14:12.155Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-05T11:14:12.155Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-05T11:14:12.155Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-05T11:14:12.155Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-05T11:14:12.155Z] - CONFIG_CPUSETS: enabled [2020-11-05T11:14:12.155Z] - CONFIG_MEMCG: enabled [2020-11-05T11:14:12.155Z] - CONFIG_KEYS: enabled [2020-11-05T11:14:12.155Z] - CONFIG_VETH: enabled (as module) [2020-11-05T11:14:12.155Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-05T11:14:12.155Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-05T11:14:12.155Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-05T11:14:12.155Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-05T11:14:12.155Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-05T11:14:12.155Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-05T11:14:12.155Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-05T11:14:12.155Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-05T11:14:12.155Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-05T11:14:12.155Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-05T11:14:12.155Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-05T11:14:12.155Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-05T11:14:12.155Z] [2020-11-05T11:14:12.155Z] Optional Features: [2020-11-05T11:14:12.155Z] - CONFIG_USER_NS: enabled [2020-11-05T11:14:12.155Z] - CONFIG_SECCOMP: enabled [2020-11-05T11:14:12.155Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-05T11:14:12.155Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-05T11:14:12.267Z] #18 25.04 Selecting previously unselected package uidmap. [2020-11-05T11:14:12.267Z] #18 25.04 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2020-11-05T11:14:12.267Z] #18 25.04 Unpacking uidmap (1:4.5-1.1) ... [2020-11-05T11:14:12.267Z] #18 25.12 Selecting previously unselected package vim-runtime. [2020-11-05T11:14:12.267Z] #18 25.12 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-05T11:14:12.267Z] #18 25.14 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-05T11:14:12.267Z] #18 25.16 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-05T11:14:12.267Z] #18 25.17 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-05T11:14:12.312Z] #28 9.945 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-05T11:14:12.312Z] #28 10.19 [2020-11-05T11:14:12.312Z] #28 10.26 ######################################################################## 100.0% [2020-11-05T11:14:12.312Z] #28 10.29 [2020-11-05T11:14:12.420Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-05T11:14:12.420Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-05T11:14:12.420Z] - CONFIG_BLK_CGROUP: enabled [2020-11-05T11:14:12.420Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-05T11:14:12.420Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-05T11:14:12.420Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-05T11:14:12.420Z] - CONFIG_CGROUP_PERF: enabled [2020-11-05T11:14:12.420Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-05T11:14:12.420Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-05T11:14:12.420Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-05T11:14:12.420Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-05T11:14:12.420Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-05T11:14:12.420Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-05T11:14:12.420Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-05T11:14:12.420Z] - CONFIG_IP_VS: enabled (as module) [2020-11-05T11:14:12.420Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-05T11:14:12.420Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-05T11:14:12.420Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-05T11:14:12.420Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-05T11:14:12.420Z] - CONFIG_EXT4_FS: enabled [2020-11-05T11:14:12.420Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-05T11:14:12.420Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-05T11:14:12.420Z] - Network Drivers: [2020-11-05T11:14:12.420Z] - "overlay": [2020-11-05T11:14:12.420Z] - CONFIG_VXLAN: enabled (as module) [2020-11-05T11:14:12.420Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-05T11:14:12.420Z] Optional (for encrypted networks): [2020-11-05T11:14:12.420Z] - CONFIG_CRYPTO: enabled [2020-11-05T11:14:12.420Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-05T11:14:12.420Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-05T11:14:12.421Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-05T11:14:12.421Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-05T11:14:12.421Z] - CONFIG_XFRM: enabled [2020-11-05T11:14:12.421Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-05T11:14:12.421Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-05T11:14:12.421Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-05T11:14:12.421Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-05T11:14:12.421Z] - "ipvlan": [2020-11-05T11:14:12.421Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-05T11:14:12.421Z] - "macvlan": [2020-11-05T11:14:12.421Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-05T11:14:12.421Z] - CONFIG_DUMMY: enabled (as module) [2020-11-05T11:14:12.421Z] - "ftp,tftp client in container": [2020-11-05T11:14:12.681Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-05T11:14:12.681Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-05T11:14:12.681Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-05T11:14:12.681Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-05T11:14:12.681Z] - Storage Drivers: [2020-11-05T11:14:12.681Z] - "aufs": [2020-11-05T11:14:12.681Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-05T11:14:12.681Z] - "btrfs": [2020-11-05T11:14:12.681Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-05T11:14:12.681Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-05T11:14:12.681Z] - "devicemapper": [2020-11-05T11:14:12.681Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-05T11:14:12.681Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-05T11:14:12.681Z] - "overlay": [2020-11-05T11:14:12.681Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-05T11:14:12.681Z] - "zfs": [2020-11-05T11:14:12.681Z] - /dev/zfs: present [2020-11-05T11:14:12.681Z] - zfs command: missing [2020-11-05T11:14:12.681Z] - zpool command: missing [2020-11-05T11:14:12.681Z] [2020-11-05T11:14:12.681Z] Limits: [2020-11-05T11:14:12.681Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-05T11:14:12.681Z] [2020-11-05T11:14:12.681Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-05T11:14:12.954Z] #28 10.93 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-05T11:14:12.954Z] #28 ... [2020-11-05T11:14:12.954Z] [2020-11-05T11:14:12.954Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:14:12.954Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 25.9s done [2020-11-05T11:14:12.954Z] #9 DONE 32.4s [2020-11-05T11:14:12.954Z] [2020-11-05T11:14:12.954Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-05T11:14:13.026Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:315101e8a789ad8fda6b9338492318db0f481c00 . [2020-11-05T11:14:13.026Z] #2 [internal] load .dockerignore [2020-11-05T11:14:13.026Z] #2 DONE 0.0s [2020-11-05T11:14:13.026Z] [2020-11-05T11:14:13.026Z] #1 [internal] load build definition from Dockerfile [2020-11-05T11:14:13.026Z] #1 transferring dockerfile: 16.58kB done [2020-11-05T11:14:13.026Z] #1 DONE 0.1s [2020-11-05T11:14:13.026Z] [2020-11-05T11:14:13.026Z] #2 [internal] load .dockerignore [2020-11-05T11:14:13.026Z] #2 transferring context: 87B done [2020-11-05T11:14:13.026Z] #2 DONE 0.0s [2020-11-05T11:14:13.026Z] [2020-11-05T11:14:13.026Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-05T11:14:13.222Z] Client: [2020-11-05T11:14:13.222Z] Debug Mode: false [2020-11-05T11:14:13.222Z] [2020-11-05T11:14:13.222Z] Server: [2020-11-05T11:14:13.222Z] Containers: 0 [2020-11-05T11:14:13.222Z] Running: 0 [2020-11-05T11:14:13.222Z] Paused: 0 [2020-11-05T11:14:13.222Z] Stopped: 0 [2020-11-05T11:14:13.222Z] Images: 0 [2020-11-05T11:14:13.222Z] Server Version: 19.03.13 [2020-11-05T11:14:13.222Z] Storage Driver: overlay2 [2020-11-05T11:14:13.222Z] Backing Filesystem: extfs [2020-11-05T11:14:13.222Z] Supports d_type: true [2020-11-05T11:14:13.222Z] Native Overlay Diff: true [2020-11-05T11:14:13.222Z] Logging Driver: json-file [2020-11-05T11:14:13.222Z] Cgroup Driver: cgroupfs [2020-11-05T11:14:13.222Z] Plugins: [2020-11-05T11:14:13.222Z] Volume: local [2020-11-05T11:14:13.222Z] Network: bridge host ipvlan macvlan null overlay [2020-11-05T11:14:13.222Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-05T11:14:13.222Z] Swarm: inactive [2020-11-05T11:14:13.222Z] Runtimes: runc [2020-11-05T11:14:13.222Z] Default Runtime: runc [2020-11-05T11:14:13.222Z] Init Binary: docker-init [2020-11-05T11:14:13.222Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-05T11:14:13.222Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-05T11:14:13.222Z] init version: fec3683 [2020-11-05T11:14:13.222Z] Security Options: [2020-11-05T11:14:13.222Z] apparmor [2020-11-05T11:14:13.222Z] seccomp [2020-11-05T11:14:13.222Z] Profile: default [2020-11-05T11:14:13.222Z] Kernel Version: 4.15.0-1083-aws [2020-11-05T11:14:13.222Z] Operating System: Ubuntu 16.04.7 LTS [2020-11-05T11:14:13.222Z] OSType: linux [2020-11-05T11:14:13.222Z] Architecture: aarch64 [2020-11-05T11:14:13.222Z] CPUs: 4 [2020-11-05T11:14:13.222Z] Total Memory: 7.525GiB [2020-11-05T11:14:13.222Z] Name: ip-10-100-61-239 [2020-11-05T11:14:13.222Z] ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW [2020-11-05T11:14:13.222Z] Docker Root Dir: /var/lib/docker [2020-11-05T11:14:13.222Z] Debug Mode: false [2020-11-05T11:14:13.222Z] Registry: https://index.docker.io/v1/ [2020-11-05T11:14:13.222Z] Labels: [2020-11-05T11:14:13.222Z] Experimental: true [2020-11-05T11:14:13.222Z] Insecure Registries: [2020-11-05T11:14:13.222Z] 127.0.0.0/8 [2020-11-05T11:14:13.222Z] Live Restore Enabled: true [2020-11-05T11:14:13.222Z] [2020-11-05T11:14:13.222Z] WARNING: No swap limit support [Pipeline] sh [2020-11-05T11:14:13.249Z] #10 DONE 0.2s [2020-11-05T11:14:13.249Z] [2020-11-05T11:14:13.249Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:14:13.249Z] #28 11.14 [2020-11-05T11:14:13.249Z] #28 11.20 ######################################################################## 100.0% [2020-11-05T11:14:13.249Z] #28 11.23 [2020-11-05T11:14:13.249Z] #28 11.24 Download of images into '/build' complete. [2020-11-05T11:14:13.249Z] #28 11.24 Use something like the following to load the result into a Docker daemon: [2020-11-05T11:14:13.249Z] #28 11.24 tar -cC '/build' . | docker load [2020-11-05T11:14:13.249Z] #28 DONE 11.3s [2020-11-05T11:14:13.249Z] [2020-11-05T11:14:13.249Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-05T11:14:13.521Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-05T11:14:13.521Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-05T11:14:13.521Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40256/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-05T11:14:13.547Z] #11 DONE 0.2s [2020-11-05T11:14:13.547Z] [2020-11-05T11:14:13.547Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:14:13.547Z] #44 ... [2020-11-05T11:14:13.547Z] [2020-11-05T11:14:13.547Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-05T11:14:13.547Z] #30 DONE 0.1s [2020-11-05T11:14:13.547Z] [2020-11-05T11:14:13.547Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-05T11:14:13.547Z] #38 DONE 0.1s [2020-11-05T11:14:13.844Z] [2020-11-05T11:14:13.844Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:14:14.095Z] + bash /home/ubuntu/workspace/moby_PR-40256/check-config.sh [2020-11-05T11:14:14.095Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-05T11:14:14.095Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ... [2020-11-05T11:14:14.095Z] [2020-11-05T11:14:14.095Z] Generally Necessary: [2020-11-05T11:14:14.095Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-05T11:14:14.095Z] - apparmor: enabled and tools installed [2020-11-05T11:14:14.095Z] - CONFIG_NAMESPACES: enabled [2020-11-05T11:14:14.095Z] - CONFIG_NET_NS: enabled [2020-11-05T11:14:14.095Z] - CONFIG_PID_NS: enabled [2020-11-05T11:14:14.095Z] - CONFIG_IPC_NS: enabled [2020-11-05T11:14:14.095Z] - CONFIG_UTS_NS: enabled [2020-11-05T11:14:14.095Z] - CONFIG_CGROUPS: enabled [2020-11-05T11:14:14.095Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-05T11:14:14.095Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-05T11:14:14.095Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-05T11:14:14.095Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-05T11:14:14.095Z] - CONFIG_CPUSETS: enabled [2020-11-05T11:14:14.095Z] - CONFIG_MEMCG: enabled [2020-11-05T11:14:14.095Z] - CONFIG_KEYS: enabled [2020-11-05T11:14:14.095Z] - CONFIG_VETH: enabled (as module) [2020-11-05T11:14:14.095Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-05T11:14:14.095Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-05T11:14:14.095Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-05T11:14:14.095Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-05T11:14:14.095Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-05T11:14:14.095Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-05T11:14:14.329Z] #18 27.14 Selecting previously unselected package vim. [2020-11-05T11:14:14.329Z] #18 27.14 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2020-11-05T11:14:14.329Z] #18 27.15 Unpacking vim (2:8.1.0875-5) ... [2020-11-05T11:14:14.357Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-05T11:14:14.357Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-05T11:14:14.357Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-05T11:14:14.357Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-05T11:14:14.357Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-05T11:14:14.357Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-05T11:14:14.357Z] [2020-11-05T11:14:14.357Z] Optional Features: [2020-11-05T11:14:14.357Z] - CONFIG_USER_NS: enabled [2020-11-05T11:14:14.357Z] - CONFIG_SECCOMP: enabled [2020-11-05T11:14:14.357Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-05T11:14:14.357Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-05T11:14:14.357Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-05T11:14:14.357Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-05T11:14:14.357Z] - CONFIG_BLK_CGROUP: enabled [2020-11-05T11:14:14.357Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-05T11:14:14.357Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-05T11:14:14.357Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-05T11:14:14.357Z] - CONFIG_CGROUP_PERF: enabled [2020-11-05T11:14:14.357Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-05T11:14:14.357Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-05T11:14:14.357Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-05T11:14:14.357Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-05T11:14:14.357Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-05T11:14:14.357Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-05T11:14:14.357Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-05T11:14:14.357Z] - CONFIG_IP_VS: enabled (as module) [2020-11-05T11:14:14.357Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-05T11:14:14.497Z] #39 0.731 + git clone https://github.com/docker/distribution.git . [2020-11-05T11:14:14.497Z] #39 0.737 Cloning into '.'... [2020-11-05T11:14:14.618Z] #18 27.47 Selecting previously unselected package xfsprogs. [2020-11-05T11:14:14.618Z] #18 27.47 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2020-11-05T11:14:14.618Z] #18 27.47 Unpacking xfsprogs (4.20.0-1) ... [2020-11-05T11:14:14.619Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-05T11:14:14.619Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-05T11:14:14.619Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-05T11:14:14.619Z] - CONFIG_EXT4_FS: enabled [2020-11-05T11:14:14.619Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-05T11:14:14.619Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-05T11:14:14.619Z] - Network Drivers: [2020-11-05T11:14:14.619Z] - "overlay": [2020-11-05T11:14:14.619Z] - CONFIG_VXLAN: enabled (as module) [2020-11-05T11:14:14.619Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-05T11:14:14.619Z] Optional (for encrypted networks): [2020-11-05T11:14:14.619Z] - CONFIG_CRYPTO: enabled [2020-11-05T11:14:14.619Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-05T11:14:14.619Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-05T11:14:14.619Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-05T11:14:14.619Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-05T11:14:14.619Z] - CONFIG_XFRM: enabled [2020-11-05T11:14:14.619Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-05T11:14:14.619Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-05T11:14:14.619Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-05T11:14:14.619Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-05T11:14:14.619Z] - "ipvlan": [2020-11-05T11:14:14.619Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-05T11:14:14.619Z] - "macvlan": [2020-11-05T11:14:14.619Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-05T11:14:14.619Z] - CONFIG_DUMMY: enabled (as module) [2020-11-05T11:14:14.619Z] - "ftp,tftp client in container": [2020-11-05T11:14:14.881Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-05T11:14:14.881Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-05T11:14:14.881Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-05T11:14:14.881Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-05T11:14:14.881Z] - Storage Drivers: [2020-11-05T11:14:14.881Z] - "aufs": [2020-11-05T11:14:14.881Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-05T11:14:14.881Z] - "btrfs": [2020-11-05T11:14:14.881Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-05T11:14:14.881Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-05T11:14:14.881Z] - "devicemapper": [2020-11-05T11:14:14.881Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-05T11:14:14.881Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-05T11:14:14.881Z] - "overlay": [2020-11-05T11:14:14.881Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-05T11:14:14.881Z] - "zfs": [2020-11-05T11:14:14.881Z] - /dev/zfs: missing [2020-11-05T11:14:14.881Z] - zfs command: missing [2020-11-05T11:14:14.881Z] - zpool command: missing [2020-11-05T11:14:14.881Z] [2020-11-05T11:14:14.881Z] Limits: [2020-11-05T11:14:14.881Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-05T11:14:14.881Z] [2020-11-05T11:14:14.881Z] + true [Pipeline] } [Pipeline] // stage [2020-11-05T11:14:14.908Z] #18 27.81 Selecting previously unselected package zip. [2020-11-05T11:14:14.908Z] #18 27.81 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2020-11-05T11:14:14.908Z] #18 27.81 Unpacking zip (3.0-11+b1) ... [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-05T11:14:14.964Z] #3 DONE 1.5s [2020-11-05T11:14:14.964Z] [2020-11-05T11:14:14.964Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-05T11:14:14.964Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-05T11:14:14.964Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-05T11:14:14.964Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-11-05T11:14:14.964Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-11-05T11:14:14.964Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s [2020-11-05T11:14:14.964Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s [2020-11-05T11:14:14.964Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2020-11-05T11:14:14.964Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-11-05T11:14:15.198Z] #18 27.99 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-05T11:14:15.198Z] #18 28.00 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-05T11:14:15.198Z] #18 28.01 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-11-05T11:14:15.198Z] #18 28.01 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-11-05T11:14:15.198Z] #18 28.02 Setting up libgpm2:s390x (1.20.7-5) ... [2020-11-05T11:14:15.198Z] #18 28.03 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-11-05T11:14:15.198Z] #18 28.03 Setting up uidmap (1:4.5-1.1) ... [2020-11-05T11:14:15.198Z] #18 28.04 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-11-05T11:14:15.198Z] #18 28.05 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-05T11:14:15.198Z] #18 28.05 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-05T11:14:15.198Z] #18 28.06 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-05T11:14:15.198Z] #18 28.07 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-11-05T11:14:15.198Z] #18 28.07 Setting up xxd (2:8.1.0875-5) ... [2020-11-05T11:14:15.198Z] #18 28.08 Setting up zip (3.0-11+b1) ... [2020-11-05T11:14:15.198Z] #18 28.09 Setting up vim-common (2:8.1.0875-5) ... [2020-11-05T11:14:15.198Z] #18 28.10 Setting up bash-completion (1:2.8-6) ... [2020-11-05T11:14:15.234Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:315101e8a789ad8fda6b9338492318db0f481c00 . [2020-11-05T11:14:15.234Z] #2 [internal] load .dockerignore [2020-11-05T11:14:15.234Z] #2 transferring context: 87B 0.0s done [2020-11-05T11:14:15.234Z] #2 DONE 0.1s [2020-11-05T11:14:15.234Z] [2020-11-05T11:14:15.234Z] #1 [internal] load build definition from Dockerfile [2020-11-05T11:14:15.234Z] #1 transferring dockerfile: 16.58kB 0.0s done [2020-11-05T11:14:15.496Z] #1 DONE 0.1s [2020-11-05T11:14:15.496Z] [2020-11-05T11:14:15.496Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-05T11:14:15.536Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.3s done [2020-11-05T11:14:15.536Z] #4 DONE 0.9s [2020-11-05T11:14:15.536Z] [2020-11-05T11:14:15.536Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-05T11:14:16.069Z] #3 DONE 0.8s [2020-11-05T11:14:16.107Z] #6 DONE 0.5s [2020-11-05T11:14:16.107Z] [2020-11-05T11:14:16.107Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-05T11:14:16.331Z] [2020-11-05T11:14:16.331Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-05T11:14:16.331Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-05T11:14:16.331Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-05T11:14:16.331Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2020-11-05T11:14:16.331Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2020-11-05T11:14:16.331Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB 0.1s [2020-11-05T11:14:16.331Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 1.97MB / 8.28MB 0.2s [2020-11-05T11:14:16.368Z] #7 DONE 0.7s [2020-11-05T11:14:16.368Z] [2020-11-05T11:14:16.368Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-05T11:14:16.593Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.3s [2020-11-05T11:14:16.630Z] #5 DONE 1.0s [2020-11-05T11:14:16.630Z] [2020-11-05T11:14:16.630Z] #21 [internal] load build context [2020-11-05T11:14:16.700Z] #18 29.51 Setting up libiptc0:s390x (1.8.2-4) ... [2020-11-05T11:14:16.700Z] #18 29.52 Setting up xz-utils (5.2.4-1) ... [2020-11-05T11:14:16.700Z] #18 29.53 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-05T11:14:16.700Z] #18 29.53 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-05T11:14:16.700Z] #18 29.59 invoke-rc.d: could not determine current runlevel [2020-11-05T11:14:16.855Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.5s done [2020-11-05T11:14:16.855Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 [2020-11-05T11:14:16.990Z] #18 29.59 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-05T11:14:16.990Z] #18 29.59 Setting up pigz (2.4-1) ... [2020-11-05T11:14:16.990Z] #18 29.60 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-11-05T11:14:16.990Z] #18 29.61 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-11-05T11:14:16.990Z] #18 29.62 Setting up python-pip-whl (18.1-5) ... [2020-11-05T11:14:16.991Z] #18 29.62 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-11-05T11:14:16.991Z] #18 29.63 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-05T11:14:16.991Z] #18 29.82 Setting up libaio1:s390x (0.3.112-3) ... [2020-11-05T11:14:16.991Z] #18 29.82 Setting up libonig5:s390x (6.9.1-1) ... [2020-11-05T11:14:16.991Z] #18 29.83 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-11-05T11:14:16.991Z] #18 29.84 Setting up vim (2:8.1.0875-5) ... [2020-11-05T11:14:16.991Z] #18 29.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-05T11:14:16.991Z] #18 29.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-05T11:14:16.991Z] #18 29.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-05T11:14:16.991Z] #18 29.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-05T11:14:16.991Z] #18 29.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-05T11:14:16.991Z] #18 29.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-05T11:14:16.991Z] #18 29.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-05T11:14:16.991Z] #18 29.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-05T11:14:16.991Z] #18 29.87 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-05T11:14:16.991Z] #18 29.88 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-05T11:14:16.991Z] #18 29.88 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-11-05T11:14:16.991Z] #18 29.89 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-05T11:14:16.991Z] #18 29.90 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-11-05T11:14:16.991Z] #18 29.90 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-05T11:14:17.117Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2020-11-05T11:14:17.117Z] #4 DONE 0.9s [2020-11-05T11:14:17.281Z] #18 ... [2020-11-05T11:14:17.281Z] [2020-11-05T11:14:17.281Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:14:17.281Z] #41 60.66 CC criu/cr-errno.o [2020-11-05T11:14:17.281Z] #41 60.71 CC criu/cr-restore.o [2020-11-05T11:14:17.281Z] #41 62.95 CC criu/cr-service.o [2020-11-05T11:14:17.281Z] #41 63.79 CC criu/crtools.o [2020-11-05T11:14:17.281Z] #41 64.04 CC criu/eventfd.o [2020-11-05T11:14:17.281Z] #41 64.15 CC criu/eventpoll.o [2020-11-05T11:14:17.281Z] #41 64.62 CC criu/external.o [2020-11-05T11:14:17.281Z] #41 64.76 CC criu/fault-injection.o [2020-11-05T11:14:17.281Z] #41 64.84 CC criu/fdstore.o [2020-11-05T11:14:17.281Z] #41 65.09 CC criu/fifo.o [2020-11-05T11:14:17.281Z] #41 65.31 CC criu/file-ids.o [2020-11-05T11:14:17.281Z] #41 65.46 CC criu/file-lock.o [2020-11-05T11:14:17.281Z] #41 66.02 CC criu/files-ext.o [2020-11-05T11:14:17.281Z] #41 66.21 CC criu/files-reg.o [2020-11-05T11:14:17.281Z] #41 67.29 CC criu/files.o [2020-11-05T11:14:17.281Z] #41 68.30 CC criu/filesystems.o [2020-11-05T11:14:17.281Z] #41 68.68 CC criu/fsnotify.o [2020-11-05T11:14:17.281Z] #41 69.32 CC criu/image-desc.o [2020-11-05T11:14:17.281Z] #41 69.37 CC criu/image.o [2020-11-05T11:14:17.281Z] #41 69.82 CC criu/ipc_ns.o [2020-11-05T11:14:17.281Z] #41 70.55 CC criu/irmap.o [2020-11-05T11:14:17.378Z] [2020-11-05T11:14:17.378Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-05T11:14:17.571Z] #41 70.88 CC criu/kcmp-ids.o [2020-11-05T11:14:17.640Z] #7 DONE 0.4s [2020-11-05T11:14:17.640Z] [2020-11-05T11:14:17.640Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-05T11:14:17.861Z] #41 71.04 CC criu/kerndat.o [2020-11-05T11:14:17.916Z] #6 DONE 0.4s [2020-11-05T11:14:17.916Z] [2020-11-05T11:14:17.916Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-05T11:14:17.916Z] #5 DONE 0.5s [2020-11-05T11:14:17.916Z] [2020-11-05T11:14:17.916Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:14:17.916Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-05T11:14:18.029Z] #21 transferring context: 11.50MB 1.4s [2020-11-05T11:14:18.495Z] #41 71.71 CC criu/libnetlink.o [2020-11-05T11:14:18.495Z] #41 ... [2020-11-05T11:14:18.495Z] [2020-11-05T11:14:18.495Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:14:18.495Z] #18 31.48 Setting up iptables (1.8.2-4) ... [2020-11-05T11:14:18.499Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 7.02MB / 49.18MB 0.5s [2020-11-05T11:14:18.499Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0B / 7.68MB 0.5s [2020-11-05T11:14:18.499Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-05T11:14:18.499Z] #8 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2020-11-05T11:14:18.499Z] #8 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2020-11-05T11:14:18.499Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 6.63MB / 7.68MB 0.6s [2020-11-05T11:14:18.761Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.7s [2020-11-05T11:14:18.761Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 10.28MB / 49.18MB 0.8s [2020-11-05T11:14:18.785Z] #18 31.50 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-05T11:14:18.785Z] #18 31.51 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-05T11:14:18.785Z] #18 31.51 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-05T11:14:18.785Z] #18 31.51 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-05T11:14:18.785Z] #18 31.52 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-05T11:14:18.785Z] #18 31.52 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-05T11:14:18.785Z] #18 31.52 Setting up python3 (3.7.3-1) ... [2020-11-05T11:14:19.025Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 18.26MB / 49.18MB 0.9s [2020-11-05T11:14:19.063Z] #39 ... [2020-11-05T11:14:19.063Z] [2020-11-05T11:14:19.063Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:14:19.063Z] #46 0.567 + RM_GOPATH=0 [2020-11-05T11:14:19.063Z] #46 0.568 + TMP_GOPATH= [2020-11-05T11:14:19.063Z] #46 0.568 + : /build [2020-11-05T11:14:19.063Z] #46 0.568 + '[' -z '' ']' [2020-11-05T11:14:19.063Z] #46 0.569 ++ mktemp -d [2020-11-05T11:14:19.063Z] #46 0.570 + export GOPATH=/tmp/tmp.A05TdkkOhT [2020-11-05T11:14:19.063Z] #46 0.570 + GOPATH=/tmp/tmp.A05TdkkOhT [2020-11-05T11:14:19.063Z] #46 0.570 + RM_GOPATH=1 [2020-11-05T11:14:19.063Z] #46 0.571 + case "$(go env GOARCH)" in [2020-11-05T11:14:19.063Z] #46 0.571 ++ go env GOARCH [2020-11-05T11:14:19.063Z] #46 0.578 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:19.063Z] #46 0.578 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:19.063Z] #46 0.579 ++ dirname /tmp/install/install.sh [2020-11-05T11:14:19.063Z] #46 0.580 + dir=/tmp/install [2020-11-05T11:14:19.063Z] #46 0.580 + bin=gotestsum [2020-11-05T11:14:19.063Z] #46 0.580 + shift [2020-11-05T11:14:19.063Z] #46 0.581 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-05T11:14:19.063Z] #46 0.581 + . /tmp/install/gotestsum.installer [2020-11-05T11:14:19.063Z] #46 0.581 ++ : v0.5.3 [2020-11-05T11:14:19.063Z] #46 0.581 + install_gotestsum [2020-11-05T11:14:19.063Z] #46 0.582 + set -e [2020-11-05T11:14:19.063Z] #46 0.582 + export GO111MODULE=on [2020-11-05T11:14:19.063Z] #46 0.582 + GO111MODULE=on [2020-11-05T11:14:19.063Z] #46 0.582 + GOBIN=/build [2020-11-05T11:14:19.063Z] #46 0.582 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-05T11:14:19.063Z] #46 0.596 go: finding gotest.tools v0.5.3 [2020-11-05T11:14:19.063Z] #46 0.596 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-05T11:14:19.063Z] #46 1.523 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-05T11:14:19.063Z] #46 2.564 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-05T11:14:19.063Z] #46 4.587 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-05T11:14:19.063Z] #46 4.605 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-05T11:14:19.063Z] #46 4.612 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-05T11:14:19.063Z] #46 4.615 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-05T11:14:19.063Z] #46 4.615 go: downloading github.com/fatih/color v1.9.0 [2020-11-05T11:14:19.063Z] #46 4.634 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-05T11:14:19.063Z] #46 4.654 go: downloading github.com/pkg/errors v0.9.1 [2020-11-05T11:14:19.063Z] #46 4.780 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-05T11:14:19.063Z] #46 4.834 go: extracting github.com/fatih/color v1.9.0 [2020-11-05T11:14:19.063Z] #46 4.866 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-05T11:14:19.063Z] #46 4.911 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-05T11:14:19.063Z] #46 4.978 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-05T11:14:19.063Z] #46 5.001 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-05T11:14:19.063Z] #46 5.046 go: extracting github.com/pkg/errors v0.9.1 [2020-11-05T11:14:19.063Z] #46 5.231 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-05T11:14:19.063Z] #46 5.626 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-05T11:14:19.075Z] #18 31.80 Setting up python3-wheel (0.32.3-2) ... [2020-11-05T11:14:19.368Z] #18 32.24 Setting up apparmor (2.13.2-10) ... [2020-11-05T11:14:19.710Z] #46 5.982 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-05T11:14:19.710Z] #46 5.991 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-05T11:14:19.710Z] #46 6.238 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-05T11:14:20.397Z] #18 33.10 Setting up xfsprogs (4.20.0-1) ... [2020-11-05T11:14:20.397Z] #18 33.11 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-05T11:14:20.397Z] #18 33.31 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-05T11:14:20.958Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 2.8s [2020-11-05T11:14:20.958Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 1.0s done [2020-11-05T11:14:20.958Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0B / 9.98MB 2.8s [2020-11-05T11:14:20.958Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 3.0s [2020-11-05T11:14:21.027Z] #18 33.95 Setting up python3-distutils (3.7.3-1) ... [2020-11-05T11:14:21.657Z] #18 34.31 Setting up python3-setuptools (40.8.0-1) ... [2020-11-05T11:14:21.947Z] #18 34.89 Setting up python3-pip (18.1-5) ... [2020-11-05T11:14:21.950Z] #8 ... [2020-11-05T11:14:21.950Z] [2020-11-05T11:14:21.950Z] #21 [internal] load build context [2020-11-05T11:14:21.950Z] #21 transferring context: 51.98MB 3.3s done [2020-11-05T11:14:21.950Z] #21 DONE 4.0s [2020-11-05T11:14:22.215Z] [2020-11-05T11:14:22.215Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-05T11:14:22.215Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-11-05T11:14:22.215Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-11-05T11:14:22.215Z] #24 sha256:463210399eaa08582f27278fdc40d21705648b1fbf5aba088b4b835e39c52ce0 529B / 529B done [2020-11-05T11:14:22.215Z] #24 sha256:fcdd5d3014e4e669c40ba051441fa73e2d68e27894ec5fcc392a12bcde643f1d 1.50kB / 1.50kB done [2020-11-05T11:14:22.215Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 49.18MB / 49.18MB 3.2s [2020-11-05T11:14:22.215Z] #24 extracting sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 0.4s [2020-11-05T11:14:22.488Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 49.18MB / 49.18MB 3.3s done [2020-11-05T11:14:22.532Z] #46 8.986 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-05T11:14:22.978Z] #18 35.53 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:14:22.978Z] #18 35.57 Processing triggers for mime-support (3.62) ... [2020-11-05T11:14:23.178Z] #46 9.605 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-05T11:14:23.271Z] #18 DONE 36.1s [2020-11-05T11:14:23.271Z] [2020-11-05T11:14:23.271Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-05T11:14:23.332Z] #21 transferring context: 51.98MB 6.3s done [2020-11-05T11:14:23.332Z] #21 ... [2020-11-05T11:14:23.332Z] [2020-11-05T11:14:23.332Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:14:23.332Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-05T11:14:23.332Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-05T11:14:23.332Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-11-05T11:14:23.332Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done [2020-11-05T11:14:23.332Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-11-05T11:14:23.332Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.4s done [2020-11-05T11:14:23.332Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done [2020-11-05T11:14:23.332Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.0s done [2020-11-05T11:14:23.332Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.6s done [2020-11-05T11:14:23.332Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.5s [2020-11-05T11:14:23.332Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.7s [2020-11-05T11:14:23.332Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.5s done [2020-11-05T11:14:23.478Z] #46 ... [2020-11-05T11:14:23.478Z] [2020-11-05T11:14:23.478Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:14:23.478Z] #35 0.891 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:14:23.478Z] #35 1.062 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:14:23.478Z] #35 1.180 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:14:23.478Z] #35 2.571 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-05T11:14:23.478Z] #35 4.988 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-11-05T11:14:23.478Z] #35 7.251 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-05T11:14:23.593Z] #8 ... [2020-11-05T11:14:23.593Z] [2020-11-05T11:14:23.593Z] #21 [internal] load build context [2020-11-05T11:14:23.593Z] #21 DONE 6.9s [2020-11-05T11:14:23.593Z] [2020-11-05T11:14:23.593Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:14:23.593Z] #8 ... [2020-11-05T11:14:23.593Z] [2020-11-05T11:14:23.593Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-05T11:14:23.593Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-11-05T11:14:23.593Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-11-05T11:14:23.593Z] #24 sha256:60cb30babcd1740309903c37d3d408407d190cf73015aeddec9086ef3f393a5d 529B / 529B done [2020-11-05T11:14:23.593Z] #24 sha256:1510e850178318cd2b654439b56266e7b6cbff36f95f343f662c708cd51d0610 1.50kB / 1.50kB done [2020-11-05T11:14:23.593Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 50.40MB / 50.40MB 6.9s [2020-11-05T11:14:23.777Z] #35 ... [2020-11-05T11:14:23.778Z] [2020-11-05T11:14:23.778Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:14:23.778Z] #57 0.854 + RM_GOPATH=0 [2020-11-05T11:14:23.778Z] #57 0.854 + TMP_GOPATH= [2020-11-05T11:14:23.778Z] #57 0.855 + : /build [2020-11-05T11:14:23.778Z] #57 0.856 + '[' -z '' ']' [2020-11-05T11:14:23.778Z] #57 0.868 ++ mktemp -d [2020-11-05T11:14:23.778Z] #57 0.869 + export GOPATH=/tmp/tmp.EyQdlv9Fva [2020-11-05T11:14:23.778Z] #57 0.869 + GOPATH=/tmp/tmp.EyQdlv9Fva [2020-11-05T11:14:23.778Z] #57 0.870 + RM_GOPATH=1 [2020-11-05T11:14:23.778Z] #57 0.871 + case "$(go env GOARCH)" in [2020-11-05T11:14:23.778Z] #57 0.887 ++ go env GOARCH [2020-11-05T11:14:23.778Z] #57 0.975 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:23.778Z] #57 0.977 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:23.778Z] #57 0.980 ++ dirname /tmp/install/install.sh [2020-11-05T11:14:23.778Z] #57 0.988 + dir=/tmp/install [2020-11-05T11:14:23.778Z] #57 0.997 + bin=rootlesskit [2020-11-05T11:14:23.778Z] #57 0.997 + shift [2020-11-05T11:14:23.778Z] #57 0.998 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-05T11:14:23.778Z] #57 0.998 + . /tmp/install/rootlesskit.installer [2020-11-05T11:14:23.778Z] #57 0.999 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-05T11:14:23.778Z] #57 1.000 + install_rootlesskit [2020-11-05T11:14:23.778Z] #57 1.000 + case "$1" in [2020-11-05T11:14:23.778Z] #57 1.000 + export CGO_ENABLED=0 [2020-11-05T11:14:23.778Z] #57 1.000 + CGO_ENABLED=0 [2020-11-05T11:14:23.778Z] #57 1.000 + _install_rootlesskit [2020-11-05T11:14:23.778Z] #57 1.000 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-11-05T11:14:23.778Z] #57 1.000 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.EyQdlv9Fva/src/github.com/rootless-containers/rootlesskit [2020-11-05T11:14:23.778Z] #57 1.000 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-05T11:14:23.778Z] #57 1.009 Cloning into '/tmp/tmp.EyQdlv9Fva/src/github.com/rootless-containers/rootlesskit'... [2020-11-05T11:14:23.778Z] #57 6.709 + cd /tmp/tmp.EyQdlv9Fva/src/github.com/rootless-containers/rootlesskit [2020-11-05T11:14:23.778Z] #57 6.729 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-05T11:14:23.778Z] #57 7.441 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-05T11:14:23.778Z] #57 7.442 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-05T11:14:23.778Z] #57 ... [2020-11-05T11:14:23.778Z] [2020-11-05T11:14:23.778Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:14:23.778Z] #31 0.775 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-05T11:14:23.778Z] #31 0.785 Cloning into '.'... [2020-11-05T11:14:23.854Z] #24 ... [2020-11-05T11:14:23.854Z] [2020-11-05T11:14:23.855Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:14:23.903Z] #24 ... [2020-11-05T11:14:23.903Z] [2020-11-05T11:14:23.903Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:14:23.903Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 4.0s done [2020-11-05T11:14:23.903Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 4.0s done [2020-11-05T11:14:23.903Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 1.4s [2020-11-05T11:14:23.903Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 5.7s [2020-11-05T11:14:23.903Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 5.7s [2020-11-05T11:14:23.903Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 83.63MB / 97.69MB 5.7s [2020-11-05T11:14:23.903Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 88.58MB / 97.69MB 5.9s [2020-11-05T11:14:24.093Z] #31 ... [2020-11-05T11:14:24.093Z] [2020-11-05T11:14:24.093Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:14:24.093Z] #12 1.291 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:14:24.093Z] #12 1.454 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:14:24.093Z] #12 1.514 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:14:24.093Z] #12 3.412 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-05T11:14:24.093Z] #12 5.671 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-11-05T11:14:24.093Z] #12 7.890 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-05T11:14:24.093Z] #12 ... [2020-11-05T11:14:24.093Z] [2020-11-05T11:14:24.093Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:14:24.093Z] #41 1.110 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:14:24.093Z] #41 1.194 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:14:24.093Z] #41 1.258 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:14:24.093Z] #41 2.753 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-05T11:14:24.093Z] #41 5.141 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-11-05T11:14:24.093Z] #41 7.267 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-05T11:14:24.093Z] #41 ... [2020-11-05T11:14:24.093Z] [2020-11-05T11:14:24.093Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:14:24.093Z] #33 0.879 + RM_GOPATH=0 [2020-11-05T11:14:24.093Z] #33 0.879 + TMP_GOPATH= [2020-11-05T11:14:24.093Z] #33 0.879 + : /build [2020-11-05T11:14:24.093Z] #33 0.879 + '[' -z '' ']' [2020-11-05T11:14:24.093Z] #33 0.890 ++ mktemp -d [2020-11-05T11:14:24.093Z] #33 0.893 + export GOPATH=/tmp/tmp.SVb7xi9rRt [2020-11-05T11:14:24.093Z] #33 0.893 + GOPATH=/tmp/tmp.SVb7xi9rRt [2020-11-05T11:14:24.093Z] #33 0.893 + RM_GOPATH=1 [2020-11-05T11:14:24.093Z] #33 0.893 + case "$(go env GOARCH)" in [2020-11-05T11:14:24.093Z] #33 0.893 ++ go env GOARCH [2020-11-05T11:14:24.093Z] #33 0.984 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:24.093Z] #33 0.984 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:24.093Z] #33 0.986 ++ dirname /tmp/install/install.sh [2020-11-05T11:14:24.093Z] #33 1.002 + dir=/tmp/install [2020-11-05T11:14:24.093Z] #33 1.002 + bin=tomlv [2020-11-05T11:14:24.093Z] #33 1.002 + shift [2020-11-05T11:14:24.093Z] #33 1.003 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-05T11:14:24.093Z] #33 1.003 + . /tmp/install/tomlv.installer [2020-11-05T11:14:24.093Z] #33 1.004 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-05T11:14:24.093Z] #33 1.004 + install_tomlv [2020-11-05T11:14:24.093Z] #33 1.005 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-05T11:14:24.093Z] #33 1.005 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-05T11:14:24.093Z] #33 1.005 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.SVb7xi9rRt/src/github.com/BurntSushi/toml [2020-11-05T11:14:24.093Z] #33 1.019 Cloning into '/tmp/tmp.SVb7xi9rRt/src/github.com/BurntSushi/toml'... [2020-11-05T11:14:24.093Z] #33 2.384 + cd /tmp/tmp.SVb7xi9rRt/src/github.com/BurntSushi/toml [2020-11-05T11:14:24.093Z] #33 2.384 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-05T11:14:24.093Z] #33 2.404 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-05T11:14:24.093Z] #33 3.600 math/bits [2020-11-05T11:14:24.093Z] #33 3.726 runtime/internal/sys [2020-11-05T11:14:24.093Z] #33 3.798 internal/cpu [2020-11-05T11:14:24.093Z] #33 4.137 runtime/internal/atomic [2020-11-05T11:14:24.093Z] #33 4.571 unicode/utf8 [2020-11-05T11:14:24.093Z] #33 5.087 unicode [2020-11-05T11:14:24.093Z] #33 5.297 internal/bytealg [2020-11-05T11:14:24.093Z] #33 5.454 math [2020-11-05T11:14:24.093Z] #33 6.390 internal/testlog [2020-11-05T11:14:24.093Z] #33 7.353 runtime [2020-11-05T11:14:24.093Z] #33 7.609 runtime/cgo [2020-11-05T11:14:24.166Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 96.29MB / 97.69MB 6.1s [2020-11-05T11:14:24.317Z] #19 0.893 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-05T11:14:24.317Z] #19 0.896 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-05T11:14:24.317Z] #19 0.898 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-05T11:14:24.317Z] #19 DONE 1.1s [2020-11-05T11:14:24.317Z] [2020-11-05T11:14:24.317Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:14:24.317Z] #41 71.92 CC criu/log.o [2020-11-05T11:14:24.317Z] #41 72.19 CC criu/lsm.o [2020-11-05T11:14:24.317Z] #41 72.48 CC criu/mem.o [2020-11-05T11:14:24.317Z] #41 73.48 CC criu/memfd.o [2020-11-05T11:14:24.317Z] #41 73.79 CC criu/mount.o [2020-11-05T11:14:24.317Z] #41 75.99 CC criu/namespaces.o [2020-11-05T11:14:24.317Z] #41 76.92 CC criu/net.o [2020-11-05T11:14:24.393Z] #33 ... [2020-11-05T11:14:24.393Z] [2020-11-05T11:14:24.393Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:14:24.393Z] #44 0.641 + RM_GOPATH=0 [2020-11-05T11:14:24.393Z] #44 0.641 + TMP_GOPATH= [2020-11-05T11:14:24.393Z] #44 0.641 + : /build [2020-11-05T11:14:24.393Z] #44 0.642 + '[' -z '' ']' [2020-11-05T11:14:24.393Z] #44 0.642 ++ mktemp -d [2020-11-05T11:14:24.393Z] #44 0.643 + export GOPATH=/tmp/tmp.SOXzGG2euM [2020-11-05T11:14:24.393Z] #44 0.643 + GOPATH=/tmp/tmp.SOXzGG2euM [2020-11-05T11:14:24.393Z] #44 0.644 + RM_GOPATH=1 [2020-11-05T11:14:24.393Z] #44 0.644 + case "$(go env GOARCH)" in [2020-11-05T11:14:24.393Z] #44 0.645 ++ go env GOARCH [2020-11-05T11:14:24.393Z] #44 0.649 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:24.393Z] #44 0.649 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:24.393Z] #44 0.650 ++ dirname /tmp/install/install.sh [2020-11-05T11:14:24.393Z] #44 0.651 + dir=/tmp/install [2020-11-05T11:14:24.393Z] #44 0.651 + bin=vndr [2020-11-05T11:14:24.393Z] #44 0.651 + shift [2020-11-05T11:14:24.393Z] #44 0.651 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-05T11:14:24.393Z] #44 0.651 + . /tmp/install/vndr.installer [2020-11-05T11:14:24.393Z] #44 0.652 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-05T11:14:24.393Z] #44 0.652 + install_vndr [2020-11-05T11:14:24.393Z] #44 0.652 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-05T11:14:24.393Z] #44 0.652 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-05T11:14:24.393Z] #44 0.653 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.SOXzGG2euM/src/github.com/LK4D4/vndr [2020-11-05T11:14:24.393Z] #44 0.655 Cloning into '/tmp/tmp.SOXzGG2euM/src/github.com/LK4D4/vndr'... [2020-11-05T11:14:24.393Z] #44 1.536 + cd /tmp/tmp.SOXzGG2euM/src/github.com/LK4D4/vndr [2020-11-05T11:14:24.393Z] #44 1.537 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-05T11:14:24.393Z] #44 1.545 + go build -buildmode=pie -v -o /build/vndr . [2020-11-05T11:14:24.393Z] #44 3.260 runtime/internal/sys [2020-11-05T11:14:24.393Z] #44 3.319 internal/cpu [2020-11-05T11:14:24.393Z] #44 3.358 internal/race [2020-11-05T11:14:24.393Z] #44 3.586 runtime/internal/atomic [2020-11-05T11:14:24.393Z] #44 3.689 sync/atomic [2020-11-05T11:14:24.393Z] #44 4.096 runtime/internal/math [2020-11-05T11:14:24.393Z] #44 4.273 unicode [2020-11-05T11:14:24.393Z] #44 4.465 unicode/utf8 [2020-11-05T11:14:24.393Z] #44 4.904 math/bits [2020-11-05T11:14:24.393Z] #44 5.403 internal/bytealg [2020-11-05T11:14:24.393Z] #44 6.231 internal/testlog [2020-11-05T11:14:24.393Z] #44 6.907 math [2020-11-05T11:14:24.393Z] #44 7.191 encoding [2020-11-05T11:14:24.393Z] #44 7.476 unicode/utf16 [2020-11-05T11:14:24.393Z] #44 8.002 container/list [2020-11-05T11:14:24.393Z] #44 8.205 runtime [2020-11-05T11:14:24.393Z] #44 10.37 crypto/internal/subtle [2020-11-05T11:14:24.393Z] #44 10.79 crypto/subtle [2020-11-05T11:14:24.393Z] #44 10.99 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-05T11:14:24.393Z] #44 ... [2020-11-05T11:14:24.393Z] [2020-11-05T11:14:24.393Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:14:24.393Z] #23 0.975 + RM_GOPATH=0 [2020-11-05T11:14:24.393Z] #23 0.977 + TMP_GOPATH= [2020-11-05T11:14:24.393Z] #23 0.983 + : /build [2020-11-05T11:14:24.393Z] #23 0.983 + '[' -z '' ']' [2020-11-05T11:14:24.393Z] #23 0.990 ++ mktemp -d [2020-11-05T11:14:24.393Z] #23 0.995 + export GOPATH=/tmp/tmp.R2v4UmkOSe [2020-11-05T11:14:24.393Z] #23 0.995 + GOPATH=/tmp/tmp.R2v4UmkOSe [2020-11-05T11:14:24.393Z] #23 0.996 + RM_GOPATH=1 [2020-11-05T11:14:24.393Z] #23 0.996 + case "$(go env GOARCH)" in [2020-11-05T11:14:24.393Z] #23 1.000 ++ go env GOARCH [2020-11-05T11:14:24.393Z] #23 1.063 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:24.393Z] #23 1.063 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:24.393Z] #23 1.082 ++ dirname /tmp/install/install.sh [2020-11-05T11:14:24.393Z] #23 1.084 + dir=/tmp/install [2020-11-05T11:14:24.393Z] #23 1.086 + bin=dockercli [2020-11-05T11:14:24.393Z] #23 1.087 + shift [2020-11-05T11:14:24.393Z] #23 1.087 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-05T11:14:24.393Z] #23 1.087 + . /tmp/install/dockercli.installer [2020-11-05T11:14:24.393Z] #23 1.090 ++ : stable [2020-11-05T11:14:24.393Z] #23 1.090 ++ : 17.06.2-ce [2020-11-05T11:14:24.393Z] #23 1.091 + install_dockercli [2020-11-05T11:14:24.393Z] #23 1.095 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-05T11:14:24.393Z] #23 1.095 Install docker/cli version 17.06.2-ce from stable [2020-11-05T11:14:24.393Z] #23 1.096 ++ uname -m [2020-11-05T11:14:24.393Z] #23 1.107 + arch=ppc64le [2020-11-05T11:14:24.393Z] #23 1.107 + '[' ppc64le '!=' x86_64 ']' [2020-11-05T11:14:24.393Z] #23 1.107 + '[' ppc64le '!=' s390x ']' [2020-11-05T11:14:24.393Z] #23 1.107 + '[' ppc64le '!=' armhf ']' [2020-11-05T11:14:24.393Z] #23 1.107 + build_dockercli [2020-11-05T11:14:24.393Z] #23 1.107 + git clone https://github.com/docker/docker-ce /tmp/tmp.R2v4UmkOSe/tmp/docker-ce [2020-11-05T11:14:24.393Z] #23 1.111 Cloning into '/tmp/tmp.R2v4UmkOSe/tmp/docker-ce'... [2020-11-05T11:14:24.692Z] #23 ... [2020-11-05T11:14:24.692Z] [2020-11-05T11:14:24.692Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:14:24.692Z] #50 0.843 + RM_GOPATH=0 [2020-11-05T11:14:24.692Z] #50 0.843 + TMP_GOPATH= [2020-11-05T11:14:24.692Z] #50 0.843 + : /build [2020-11-05T11:14:24.692Z] #50 0.843 + '[' -z '' ']' [2020-11-05T11:14:24.692Z] #50 0.844 ++ mktemp -d [2020-11-05T11:14:24.692Z] #50 0.845 + export GOPATH=/tmp/tmp.M9LMefSiET [2020-11-05T11:14:24.692Z] #50 0.857 + GOPATH=/tmp/tmp.M9LMefSiET [2020-11-05T11:14:24.692Z] #50 0.857 + RM_GOPATH=1 [2020-11-05T11:14:24.692Z] #50 0.857 + case "$(go env GOARCH)" in [2020-11-05T11:14:24.692Z] #50 0.858 ++ go env GOARCH [2020-11-05T11:14:24.692Z] #50 0.923 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:24.692Z] #50 0.929 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:24.692Z] #50 0.932 ++ dirname /tmp/install/install.sh [2020-11-05T11:14:24.692Z] #50 0.934 + dir=/tmp/install [2020-11-05T11:14:24.692Z] #50 0.942 + bin=shfmt [2020-11-05T11:14:24.692Z] #50 0.942 + shift [2020-11-05T11:14:24.692Z] #50 0.942 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-05T11:14:24.692Z] #50 0.942 + . /tmp/install/shfmt.installer [2020-11-05T11:14:24.692Z] #50 0.947 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-05T11:14:24.692Z] #50 0.950 + install_shfmt [2020-11-05T11:14:24.692Z] #50 0.951 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-05T11:14:24.692Z] #50 0.953 + git clone https://github.com/mvdan/sh.git /tmp/tmp.M9LMefSiET/src/github.com/mvdan/sh [2020-11-05T11:14:24.692Z] #50 0.953 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-05T11:14:24.692Z] #50 0.982 Cloning into '/tmp/tmp.M9LMefSiET/src/github.com/mvdan/sh'... [2020-11-05T11:14:24.692Z] #50 10.59 + cd /tmp/tmp.M9LMefSiET/src/github.com/mvdan/sh [2020-11-05T11:14:24.692Z] #50 10.60 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-05T11:14:24.692Z] #50 10.75 + GO111MODULE=on [2020-11-05T11:14:24.692Z] #50 10.75 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-05T11:14:24.692Z] #50 ... [2020-11-05T11:14:24.692Z] [2020-11-05T11:14:24.692Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:14:24.692Z] #62 0.874 + RM_GOPATH=0 [2020-11-05T11:14:24.692Z] #62 0.875 + TMP_GOPATH= [2020-11-05T11:14:24.692Z] #62 0.875 + : /build [2020-11-05T11:14:24.692Z] #62 0.875 + '[' -z '' ']' [2020-11-05T11:14:24.692Z] #62 0.875 ++ mktemp -d [2020-11-05T11:14:24.692Z] #62 0.877 + export GOPATH=/tmp/tmp.wDak2Vfol1 [2020-11-05T11:14:24.692Z] #62 0.877 + GOPATH=/tmp/tmp.wDak2Vfol1 [2020-11-05T11:14:24.692Z] #62 0.877 + RM_GOPATH=1 [2020-11-05T11:14:24.692Z] #62 0.877 + case "$(go env GOARCH)" in [2020-11-05T11:14:24.692Z] #62 0.891 ++ go env GOARCH [2020-11-05T11:14:24.692Z] #62 0.928 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:24.692Z] #62 0.928 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:24.692Z] #62 0.930 ++ dirname /tmp/install/install.sh [2020-11-05T11:14:24.692Z] #62 0.936 + dir=/tmp/install [2020-11-05T11:14:24.692Z] #62 0.936 + bin=proxy [2020-11-05T11:14:24.692Z] #62 0.936 + shift [2020-11-05T11:14:24.692Z] #62 0.936 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-05T11:14:24.692Z] #62 0.936 + . /tmp/install/proxy.installer [2020-11-05T11:14:24.692Z] #62 0.953 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-11-05T11:14:24.692Z] #62 0.956 + install_proxy [2020-11-05T11:14:24.692Z] #62 0.956 + case "$1" in [2020-11-05T11:14:24.692Z] #62 0.957 + export CGO_ENABLED=0 [2020-11-05T11:14:24.692Z] #62 0.957 + CGO_ENABLED=0 [2020-11-05T11:14:24.692Z] #62 0.957 + _install_proxy [2020-11-05T11:14:24.692Z] #62 0.957 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-11-05T11:14:24.692Z] #62 0.958 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.wDak2Vfol1/src/github.com/docker/libnetwork [2020-11-05T11:14:24.692Z] #62 0.959 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-11-05T11:14:24.692Z] #62 0.970 Cloning into '/tmp/tmp.wDak2Vfol1/src/github.com/docker/libnetwork'... [2020-11-05T11:14:24.798Z] #8 ... [2020-11-05T11:14:24.798Z] [2020-11-05T11:14:24.798Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-05T11:14:24.798Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-05T11:14:24.798Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-05T11:14:24.798Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-05T11:14:24.798Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 5.1s done [2020-11-05T11:14:24.798Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.1s done [2020-11-05T11:14:24.798Z] #60 DONE 8.1s [2020-11-05T11:14:24.798Z] [2020-11-05T11:14:24.798Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:14:24.798Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.0s done [2020-11-05T11:14:25.005Z] #62 ... [2020-11-05T11:14:25.005Z] [2020-11-05T11:14:25.005Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:14:25.005Z] #54 1.212 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:14:25.005Z] #54 1.340 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:14:25.005Z] #54 1.359 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:14:25.005Z] #54 2.748 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-05T11:14:25.005Z] #54 5.190 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-11-05T11:14:25.005Z] #54 7.203 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-05T11:14:25.005Z] #54 ... [2020-11-05T11:14:25.005Z] [2020-11-05T11:14:25.005Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:14:25.005Z] #48 0.830 + RM_GOPATH=0 [2020-11-05T11:14:25.005Z] #48 0.834 + TMP_GOPATH= [2020-11-05T11:14:25.005Z] #48 0.835 + : /build [2020-11-05T11:14:25.005Z] #48 0.837 + '[' -z '' ']' [2020-11-05T11:14:25.005Z] #48 0.849 ++ mktemp -d [2020-11-05T11:14:25.005Z] #48 0.850 + export GOPATH=/tmp/tmp.dwZhw3lznf [2020-11-05T11:14:25.005Z] #48 0.850 + GOPATH=/tmp/tmp.dwZhw3lznf [2020-11-05T11:14:25.005Z] #48 0.850 + RM_GOPATH=1 [2020-11-05T11:14:25.005Z] #48 0.851 + case "$(go env GOARCH)" in [2020-11-05T11:14:25.005Z] #48 0.851 ++ go env GOARCH [2020-11-05T11:14:25.005Z] #48 0.913 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:25.005Z] #48 0.913 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:25.005Z] #48 0.928 ++ dirname /tmp/install/install.sh [2020-11-05T11:14:25.005Z] #48 0.928 + dir=/tmp/install [2020-11-05T11:14:25.005Z] #48 0.928 + bin=golangci_lint [2020-11-05T11:14:25.005Z] #48 0.928 + shift [2020-11-05T11:14:25.005Z] #48 0.928 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-05T11:14:25.005Z] #48 0.946 + . /tmp/install/golangci_lint.installer [2020-11-05T11:14:25.005Z] #48 0.950 ++ : v1.23.8 [2020-11-05T11:14:25.005Z] #48 0.950 + install_golangci_lint [2020-11-05T11:14:25.005Z] #48 0.950 + set -e [2020-11-05T11:14:25.005Z] #48 0.951 + export GO111MODULE=on [2020-11-05T11:14:25.005Z] #48 0.951 + GO111MODULE=on [2020-11-05T11:14:25.005Z] #48 0.951 + GOBIN=/build [2020-11-05T11:14:25.005Z] #48 0.952 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-05T11:14:25.005Z] #48 1.038 go: finding github.com v1.23.8 [2020-11-05T11:14:25.005Z] #48 1.040 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-05T11:14:25.005Z] #48 1.041 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-05T11:14:25.005Z] #48 1.050 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-05T11:14:25.005Z] #48 1.051 go: finding github.com/golangci v1.23.8 [2020-11-05T11:14:25.005Z] #48 1.915 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-05T11:14:25.005Z] #48 3.249 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-05T11:14:25.005Z] #48 10.63 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-05T11:14:25.005Z] #48 10.68 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-05T11:14:25.005Z] #48 10.70 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-05T11:14:25.005Z] #48 10.71 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-05T11:14:25.005Z] #48 10.72 go: downloading github.com/pkg/errors v0.8.1 [2020-11-05T11:14:25.006Z] #48 11.07 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-05T11:14:25.006Z] #48 11.14 go: extracting github.com/pkg/errors v0.8.1 [2020-11-05T11:14:25.006Z] #48 11.16 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-05T11:14:25.006Z] #48 11.25 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-05T11:14:25.006Z] #48 11.25 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-05T11:14:25.006Z] #48 11.31 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-05T11:14:25.304Z] #48 ... [2020-11-05T11:14:25.304Z] [2020-11-05T11:14:25.304Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:14:25.304Z] #46 11.73 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-05T11:14:25.356Z] #41 78.64 CC criu/netfilter.o [2020-11-05T11:14:25.986Z] #41 78.97 CC criu/page-pipe.o [2020-11-05T11:14:25.986Z] #41 ... [2020-11-05T11:14:25.986Z] [2020-11-05T11:14:25.986Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:14:25.986Z] #38 113.0 + dpkg --print-architecture [2020-11-05T11:14:25.986Z] #38 113.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-05T11:14:26.276Z] #38 113.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-05T11:14:26.276Z] #38 113.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-05T11:14:26.483Z] Running on azwin-2-66fc80 in d:\jenkins\workspace\moby_PR-40256 [Pipeline] { [Pipeline] ws [2020-11-05T11:14:26.503Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-11-05T11:14:26.829Z] using credential docker-jenkins-github-credentials [2020-11-05T11:14:26.923Z] Cloning the remote Git repository [2020-11-05T11:14:26.923Z] Cloning with configured refspecs honoured and without tags [2020-11-05T11:14:27.481Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 4.9s done [2020-11-05T11:14:26.957Z] Cloning repository https://github.com/moby/moby.git [2020-11-05T11:14:26.958Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-11-05T11:14:27.070Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-05T11:14:27.070Z] > git --version # timeout=10 [2020-11-05T11:14:27.125Z] > git --version # 'git version 2.24.1.windows.2' [2020-11-05T11:14:27.125Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:14:27.128Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40256/head:refs/remotes/origin/PR-40256 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:14:28.054Z] #8 ... [2020-11-05T11:14:28.054Z] [2020-11-05T11:14:28.054Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-05T11:14:28.054Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-05T11:14:28.054Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-05T11:14:28.054Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-05T11:14:28.054Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 9.9s [2020-11-05T11:14:28.054Z] #60 ... [2020-11-05T11:14:28.054Z] [2020-11-05T11:14:28.054Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:14:28.054Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 9.5s done [2020-11-05T11:14:28.054Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 7.9s done [2020-11-05T11:14:28.054Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 9.9s done [2020-11-05T11:14:28.108Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.5s done [2020-11-05T11:14:28.369Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-11-05T11:14:28.628Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 10.5s done [2020-11-05T11:14:28.628Z] #8 ... [2020-11-05T11:14:28.628Z] [2020-11-05T11:14:28.628Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-05T11:14:28.628Z] #24 extracting sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 5.0s done [2020-11-05T11:14:28.628Z] #24 DONE 10.8s [2020-11-05T11:14:28.628Z] [2020-11-05T11:14:28.628Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:14:28.628Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2020-11-05T11:14:28.904Z] #46 15.25 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-05T11:14:28.904Z] #46 15.29 go: finding github.com/fatih/color v1.9.0 [2020-11-05T11:14:28.904Z] #46 15.32 go: finding github.com/pkg/errors v0.9.1 [2020-11-05T11:14:28.904Z] #46 15.36 go: finding github.com/spf13/pflag v1.0.3 [2020-11-05T11:14:29.204Z] #46 15.49 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-05T11:14:29.204Z] #46 15.65 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-05T11:14:29.505Z] #46 16.04 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-05T11:14:29.573Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.5s done [2020-11-05T11:14:29.758Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.3s done [2020-11-05T11:14:29.758Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-11-05T11:14:29.785Z] #38 ... [2020-11-05T11:14:29.785Z] [2020-11-05T11:14:29.785Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-05T11:14:29.785Z] #20 3.081 Collecting yamllint==1.16.0 [2020-11-05T11:14:29.785Z] #20 3.237 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-05T11:14:29.785Z] #20 3.270 Collecting pyyaml (from yamllint==1.16.0) [2020-11-05T11:14:29.785Z] #20 3.377 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-05T11:14:29.785Z] #20 4.179 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-05T11:14:29.785Z] #20 4.219 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-11-05T11:14:29.785Z] #20 4.226 Building wheels for collected packages: pyyaml [2020-11-05T11:14:29.785Z] #20 4.248 Running setup.py bdist_wheel for pyyaml: started [2020-11-05T11:14:29.785Z] #20 4.921 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-05T11:14:29.785Z] #20 4.921 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-05T11:14:29.785Z] #20 4.953 Successfully built pyyaml [2020-11-05T11:14:29.785Z] #20 4.969 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-05T11:14:29.785Z] #20 5.175 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-05T11:14:29.785Z] #20 DONE 5.5s [2020-11-05T11:14:29.804Z] #46 16.17 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-05T11:14:29.804Z] #46 16.22 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-05T11:14:29.804Z] #46 16.32 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-05T11:14:29.804Z] #46 16.37 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-05T11:14:29.840Z] #8 ... [2020-11-05T11:14:29.840Z] [2020-11-05T11:14:29.840Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-05T11:14:29.840Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 10.4s done [2020-11-05T11:14:29.840Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.5s done [2020-11-05T11:14:29.840Z] #60 DONE 12.1s [2020-11-05T11:14:29.840Z] [2020-11-05T11:14:29.840Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:14:29.840Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 [2020-11-05T11:14:30.081Z] [2020-11-05T11:14:30.081Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-05T11:14:30.081Z] #23 DONE 0.2s [2020-11-05T11:14:30.081Z] [2020-11-05T11:14:30.081Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:14:30.081Z] #41 79.31 CC criu/page-xfer.o [2020-11-05T11:14:30.081Z] #41 80.33 CC criu/pagemap-cache.o [2020-11-05T11:14:30.081Z] #41 80.52 CC criu/pagemap.o [2020-11-05T11:14:30.081Z] #41 81.04 CC criu/parasite-syscall.o [2020-11-05T11:14:30.081Z] #41 81.50 CC criu/path.o [2020-11-05T11:14:30.081Z] #41 81.61 CC criu/pie-util-vdso.o [2020-11-05T11:14:30.081Z] #41 81.80 CC criu/pie-util.o [2020-11-05T11:14:30.081Z] #41 81.90 CC criu/pipes.o [2020-11-05T11:14:30.081Z] #41 82.26 CC criu/plugin.o [2020-11-05T11:14:30.081Z] #41 82.41 CC criu/proc_parse.o [2020-11-05T11:14:30.333Z] #8 ... [2020-11-05T11:14:30.333Z] [2020-11-05T11:14:30.333Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-05T11:14:30.333Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 50.40MB / 50.40MB 7.1s done [2020-11-05T11:14:30.333Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 6.0s done [2020-11-05T11:14:30.333Z] #24 DONE 13.7s [2020-11-05T11:14:30.333Z] [2020-11-05T11:14:30.333Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:14:30.333Z] #8 ... [2020-11-05T11:14:30.333Z] [2020-11-05T11:14:30.333Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-05T11:14:30.429Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.5s done [2020-11-05T11:14:30.711Z] #41 83.99 CC criu/protobuf-desc.o [2020-11-05T11:14:30.878Z] #46 ... [2020-11-05T11:14:30.878Z] [2020-11-05T11:14:30.878Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:14:30.878Z] #41 17.17 Fetched 8171 kB in 16s (507 kB/s) [2020-11-05T11:14:31.001Z] #41 ... [2020-11-05T11:14:31.001Z] [2020-11-05T11:14:31.001Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-05T11:14:31.001Z] #28 DONE 0.8s [2020-11-05T11:14:31.001Z] [2020-11-05T11:14:31.001Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-05T11:14:31.291Z] #31 DONE 0.2s [2020-11-05T11:14:31.291Z] [2020-11-05T11:14:31.291Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-05T11:14:31.291Z] #33 DONE 0.1s [2020-11-05T11:14:31.291Z] [2020-11-05T11:14:31.291Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:14:31.291Z] #38 ... [2020-11-05T11:14:31.291Z] [2020-11-05T11:14:31.291Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-05T11:14:31.291Z] #36 DONE 0.1s [2020-11-05T11:14:31.291Z] [2020-11-05T11:14:31.291Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:14:31.291Z] #41 84.68 CC criu/protobuf.o [2020-11-05T11:14:31.581Z] #41 84.86 CC criu/pstree.o [2020-11-05T11:14:31.731Z] #25 1.443 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:14:31.731Z] #25 1.455 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:14:31.731Z] #25 1.550 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:14:31.839Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c [2020-11-05T11:14:31.995Z] #25 1.673 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-05T11:14:32.576Z] #25 2.129 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-05T11:14:32.612Z] #41 85.65 CC criu/rbtree.o [2020-11-05T11:14:32.612Z] #41 85.83 CC criu/rst-malloc.o [2020-11-05T11:14:32.901Z] #41 86.05 CC criu/seccomp.o [2020-11-05T11:14:33.153Z] #25 2.626 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-11-05T11:14:33.531Z] #41 86.49 CC criu/seize.o [2020-11-05T11:14:33.802Z] INFO [loader] Go packages loading at mode 575 (deps|files|imports|name|compiled_files|exports_file|types_sizes) took 1m57.775296461s [2020-11-05T11:14:33.802Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 682.628621ms [2020-11-05T11:14:34.165Z] #41 87.10 CC criu/servicefd.o [2020-11-05T11:14:34.165Z] #41 87.37 CC criu/shmem.o [2020-11-05T11:14:34.539Z] #25 3.995 Fetched 8396 kB in 3s (2995 kB/s) [2020-11-05T11:14:34.795Z] #41 87.89 CC criu/sigframe.o [2020-11-05T11:14:34.795Z] #41 87.97 CC criu/signalfd.o [2020-11-05T11:14:35.085Z] #41 88.13 CC criu/sk-inet.o [2020-11-05T11:14:35.117Z] #25 3.995 Reading package lists... [2020-11-05T11:14:35.152Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 3.3s done [2020-11-05T11:14:35.376Z] #41 88.70 CC criu/sk-netlink.o [2020-11-05T11:14:35.409Z] #41 17.17 Reading package lists... [2020-11-05T11:14:35.409Z] #41 ... [2020-11-05T11:14:35.409Z] [2020-11-05T11:14:35.409Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:14:35.409Z] #48 11.73 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-05T11:14:35.409Z] #48 11.80 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-05T11:14:35.409Z] #48 11.99 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-05T11:14:35.409Z] #48 11.99 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-05T11:14:35.409Z] #48 12.05 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-05T11:14:35.409Z] #48 12.07 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-05T11:14:35.409Z] #48 12.08 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-05T11:14:35.409Z] #48 12.09 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-05T11:14:35.409Z] #48 12.20 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-05T11:14:35.409Z] #48 12.45 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-05T11:14:35.409Z] #48 12.50 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-05T11:14:35.409Z] #48 13.39 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-05T11:14:35.409Z] #48 14.79 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-05T11:14:35.409Z] #48 14.93 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-05T11:14:35.409Z] #48 15.62 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-05T11:14:35.409Z] #48 17.90 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-05T11:14:35.409Z] #48 17.91 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-05T11:14:35.409Z] #48 17.92 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-05T11:14:35.409Z] #48 17.93 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-05T11:14:35.409Z] #48 17.96 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-05T11:14:35.409Z] #48 17.98 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-05T11:14:35.409Z] #48 17.99 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-05T11:14:35.409Z] #48 18.00 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-05T11:14:35.409Z] #48 18.00 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-05T11:14:35.409Z] #48 18.02 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-05T11:14:35.409Z] #48 18.03 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-05T11:14:35.409Z] #48 18.04 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-05T11:14:35.409Z] #48 18.06 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-05T11:14:35.409Z] #48 18.07 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-05T11:14:35.409Z] #48 18.16 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-05T11:14:35.409Z] #48 18.18 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-05T11:14:35.409Z] #48 18.19 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-05T11:14:35.409Z] #48 18.21 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-05T11:14:35.409Z] #48 18.44 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-05T11:14:35.409Z] #48 18.47 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-05T11:14:35.409Z] #48 18.51 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-05T11:14:35.409Z] #48 18.62 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-05T11:14:35.409Z] #48 18.70 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-05T11:14:35.409Z] #48 18.79 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-05T11:14:35.409Z] #48 18.80 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-05T11:14:35.409Z] #48 18.85 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-05T11:14:35.409Z] #48 18.89 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-05T11:14:35.409Z] #48 18.96 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-05T11:14:35.409Z] #48 18.97 go: downloading github.com/spf13/viper v1.6.1 [2020-11-05T11:14:35.409Z] #48 19.12 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-05T11:14:35.409Z] #48 19.15 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-05T11:14:35.409Z] #48 19.20 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-05T11:14:35.409Z] #48 19.49 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-05T11:14:35.409Z] #48 19.53 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-05T11:14:35.409Z] #48 19.54 go: downloading github.com/fatih/color v1.7.0 [2020-11-05T11:14:35.409Z] #48 19.72 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-05T11:14:35.409Z] #48 19.84 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-05T11:14:35.409Z] #48 19.89 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-05T11:14:35.409Z] #48 20.03 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-05T11:14:35.409Z] #48 20.03 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-05T11:14:35.409Z] #48 20.05 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-05T11:14:35.409Z] #48 20.05 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-05T11:14:35.409Z] #48 20.10 go: extracting github.com/spf13/viper v1.6.1 [2020-11-05T11:14:35.409Z] #48 20.10 go: extracting github.com/fatih/color v1.7.0 [2020-11-05T11:14:35.409Z] #48 20.12 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-05T11:14:35.409Z] #48 20.15 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-05T11:14:35.409Z] #48 20.21 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-05T11:14:35.409Z] #48 20.39 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-05T11:14:35.409Z] #48 20.48 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-05T11:14:35.409Z] #48 20.48 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-05T11:14:35.409Z] #48 20.51 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-05T11:14:35.409Z] #48 20.57 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-05T11:14:35.409Z] #48 20.59 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-05T11:14:35.409Z] #48 20.60 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-05T11:14:35.409Z] #48 20.64 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-05T11:14:35.409Z] #48 20.84 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-05T11:14:35.409Z] #48 20.86 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-05T11:14:35.409Z] #48 20.86 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-05T11:14:35.409Z] #48 20.93 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-05T11:14:35.409Z] #48 20.97 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-05T11:14:35.409Z] #48 21.04 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-05T11:14:35.409Z] #48 21.10 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-05T11:14:35.409Z] #48 21.12 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-05T11:14:35.409Z] #48 21.13 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-05T11:14:35.409Z] #48 21.15 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-05T11:14:35.409Z] #48 21.15 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-05T11:14:35.409Z] #48 21.15 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-05T11:14:35.409Z] #48 21.20 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-05T11:14:35.409Z] #48 21.20 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-05T11:14:35.409Z] #48 21.42 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-05T11:14:35.409Z] #48 21.58 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-05T11:14:35.409Z] #48 21.65 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-05T11:14:35.409Z] #48 21.71 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-05T11:14:35.409Z] #48 21.73 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-05T11:14:35.409Z] #48 21.74 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-05T11:14:35.409Z] #48 21.79 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-05T11:14:35.409Z] #48 21.81 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-05T11:14:35.409Z] #48 21.84 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-05T11:14:35.409Z] #48 21.88 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-05T11:14:35.409Z] #48 ... [2020-11-05T11:14:35.409Z] [2020-11-05T11:14:35.409Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:14:35.409Z] #44 11.89 internal/nettrace [2020-11-05T11:14:35.409Z] #44 12.32 runtime/cgo [2020-11-05T11:14:35.409Z] #44 15.44 vendor/golang.org/x/crypto/internal/subtle [2020-11-05T11:14:35.409Z] #44 ... [2020-11-05T11:14:35.409Z] [2020-11-05T11:14:35.409Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:14:35.409Z] #62 18.53 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. [2020-11-05T11:14:35.409Z] #62 19.24 + cd /tmp/tmp.wDak2Vfol1/src/github.com/docker/libnetwork [2020-11-05T11:14:35.409Z] #62 19.24 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-11-05T11:14:35.409Z] #62 19.67 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-05T11:14:35.666Z] #41 88.98 CC criu/sk-packet.o [2020-11-05T11:14:35.731Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0.1s [2020-11-05T11:14:36.064Z] #62 ... [2020-11-05T11:14:36.064Z] [2020-11-05T11:14:36.064Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:14:36.064Z] #50 12.42 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-05T11:14:36.064Z] #50 12.44 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-05T11:14:36.064Z] #50 12.46 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-05T11:14:36.064Z] #50 12.96 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-05T11:14:36.064Z] #50 13.00 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-05T11:14:36.064Z] #50 14.47 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-05T11:14:36.064Z] #50 15.48 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-05T11:14:36.064Z] #50 17.32 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-05T11:14:36.064Z] #50 19.08 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-05T11:14:36.064Z] #50 19.10 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-05T11:14:36.064Z] #50 19.53 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-05T11:14:36.064Z] #50 19.87 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-05T11:14:36.064Z] #50 21.11 runtime/cgo [2020-11-05T11:14:36.064Z] #50 21.24 runtime [2020-11-05T11:14:36.064Z] #50 ... [2020-11-05T11:14:36.064Z] [2020-11-05T11:14:36.064Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:14:36.064Z] #48 22.16 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-05T11:14:36.064Z] #48 22.16 go: downloading github.com/spf13/cast v1.3.0 [2020-11-05T11:14:36.064Z] #48 22.21 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-05T11:14:36.064Z] #48 22.26 go: downloading golang.org/x/text v0.3.2 [2020-11-05T11:14:36.064Z] #48 22.37 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-05T11:14:36.064Z] #48 22.49 go: extracting github.com/spf13/cast v1.3.0 [2020-11-05T11:14:36.064Z] #48 22.60 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-05T11:14:36.064Z] #48 22.66 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-05T11:14:36.064Z] #48 22.73 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-05T11:14:36.313Z] #41 ... [2020-11-05T11:14:36.313Z] [2020-11-05T11:14:36.313Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:14:36.313Z] #51 53.76 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-05T11:14:36.313Z] #51 54.76 + mkdir -p /build [2020-11-05T11:14:36.313Z] #51 54.76 + cp runc /build/runc [2020-11-05T11:14:36.313Z] #51 DONE 55.1s [2020-11-05T11:14:36.313Z] [2020-11-05T11:14:36.313Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:14:36.313Z] #41 89.42 CC criu/sk-queue.o [2020-11-05T11:14:36.369Z] #48 22.97 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-05T11:14:36.503Z] #25 4.942 Reading package lists... [2020-11-05T11:14:36.503Z] #25 5.865 Building dependency tree... [2020-11-05T11:14:36.503Z] #25 6.179 The following additional packages will be installed: [2020-11-05T11:14:36.503Z] #25 6.179 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-05T11:14:36.503Z] #25 6.179 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-05T11:14:36.503Z] #25 6.179 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-05T11:14:36.503Z] #25 6.179 Suggested packages: [2020-11-05T11:14:36.503Z] #25 6.179 krb5-doc krb5-user [2020-11-05T11:14:36.503Z] #25 6.179 Recommended packages: [2020-11-05T11:14:36.503Z] #25 6.179 krb5-locales publicsuffix libsasl2-modules [2020-11-05T11:14:36.667Z] #48 23.08 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-05T11:14:36.667Z] #48 23.11 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-05T11:14:36.765Z] #25 6.375 The following NEW packages will be installed: [2020-11-05T11:14:36.765Z] #25 6.375 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-05T11:14:36.765Z] #25 6.375 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-05T11:14:36.765Z] #25 6.375 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-05T11:14:36.765Z] #25 6.375 libssh2-1 libssl1.1 openssl [2020-11-05T11:14:36.968Z] #41 89.95 CC criu/sk-tcp.o [2020-11-05T11:14:36.978Z] #48 23.51 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-05T11:14:37.026Z] #25 ... [2020-11-05T11:14:37.026Z] [2020-11-05T11:14:37.026Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:14:37.026Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.9s done [2020-11-05T11:14:37.026Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.9s [2020-11-05T11:14:37.026Z] #8 ... [2020-11-05T11:14:37.026Z] [2020-11-05T11:14:37.026Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-05T11:14:37.026Z] #25 6.653 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-05T11:14:37.026Z] #25 6.653 Need to get 5050 kB of archives. [2020-11-05T11:14:37.026Z] #25 6.653 After this operation, 12.1 MB of additional disk space will be used. [2020-11-05T11:14:37.026Z] #25 6.653 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB] [2020-11-05T11:14:37.026Z] #25 6.658 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2020-11-05T11:14:37.026Z] #25 6.662 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u3 [225 kB] [2020-11-05T11:14:37.026Z] #25 6.668 Get:4 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-11-05T11:14:37.026Z] #25 6.673 Get:5 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB] [2020-11-05T11:14:37.026Z] #25 6.715 Get:6 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB] [2020-11-05T11:14:37.027Z] #25 6.741 Get:7 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-05T11:14:37.027Z] #25 6.741 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-11-05T11:14:37.027Z] #25 6.741 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3 [65.6 kB] [2020-11-05T11:14:37.027Z] #25 6.741 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3 [121 kB] [2020-11-05T11:14:37.027Z] #25 6.741 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3 [370 kB] [2020-11-05T11:14:37.258Z] #41 90.39 CC criu/sk-unix.o [2020-11-05T11:14:37.279Z] #48 23.91 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-05T11:14:37.344Z] #25 6.758 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3 [158 kB] [2020-11-05T11:14:37.344Z] #25 6.758 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-11-05T11:14:37.344Z] #25 6.758 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-11-05T11:14:37.344Z] #25 6.758 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-11-05T11:14:37.344Z] #25 6.758 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-11-05T11:14:37.344Z] #25 6.765 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-11-05T11:14:37.344Z] #25 6.777 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-11-05T11:14:37.344Z] #25 6.777 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-05T11:14:37.344Z] #25 6.782 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-05T11:14:37.344Z] #25 6.803 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-05T11:14:37.344Z] #25 6.985 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:14:37.344Z] #25 7.018 Fetched 5050 kB in 0s (12.4 MB/s) [2020-11-05T11:14:37.576Z] #48 23.93 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-05T11:14:37.576Z] #48 24.01 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-05T11:14:37.576Z] #48 24.14 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-05T11:14:37.576Z] #48 24.14 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-05T11:14:37.576Z] #48 24.17 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-05T11:14:37.612Z] #25 7.050 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-11-05T11:14:37.612Z] #25 7.050 (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.) [2020-11-05T11:14:37.612Z] #25 7.051 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-05T11:14:37.612Z] #25 7.057 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:14:37.612Z] #25 7.107 Selecting previously unselected package libsasl2-2:amd64. [2020-11-05T11:14:37.613Z] #25 7.107 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-05T11:14:37.873Z] #48 24.30 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-05T11:14:37.873Z] #25 7.355 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:14:37.873Z] #48 24.41 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-05T11:14:37.873Z] #48 24.45 go: downloading github.com/spf13/afero v1.1.2 [2020-11-05T11:14:38.170Z] #48 24.65 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-05T11:14:38.170Z] #48 24.75 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-05T11:14:38.170Z] #48 24.80 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-05T11:14:38.289Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.4s done [2020-11-05T11:14:38.290Z] #41 91.33 CC criu/sockets.o [2020-11-05T11:14:38.470Z] #48 24.91 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-05T11:14:38.470Z] #48 24.99 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-05T11:14:38.470Z] #48 25.01 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-05T11:14:38.552Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe [2020-11-05T11:14:38.580Z] #41 91.72 CC criu/stats.o [2020-11-05T11:14:38.580Z] #41 91.86 CC criu/string.o [2020-11-05T11:14:38.580Z] #41 91.90 CC criu/sysctl.o [2020-11-05T11:14:38.768Z] #48 25.16 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-05T11:14:38.769Z] #48 25.20 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-05T11:14:38.769Z] #48 25.33 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-05T11:14:38.769Z] #48 25.37 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-05T11:14:38.769Z] #48 25.38 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-05T11:14:38.769Z] #48 25.42 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-05T11:14:38.814Z] #8 ... [2020-11-05T11:14:38.814Z] [2020-11-05T11:14:38.814Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-05T11:14:38.814Z] #25 1.847 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:14:38.814Z] #25 1.849 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:14:38.814Z] #25 1.908 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:14:38.814Z] #25 2.084 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-05T11:14:38.814Z] #25 2.345 Get:5 http://security.debian.org/debian-security buster/updates/main arm64 Packages [237 kB] [2020-11-05T11:14:38.814Z] #25 2.543 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-05T11:14:38.814Z] #25 4.096 Fetched 8219 kB in 3s (3219 kB/s) [2020-11-05T11:14:38.814Z] #25 4.096 Reading package lists... [2020-11-05T11:14:38.814Z] #25 5.428 Reading package lists... [2020-11-05T11:14:38.814Z] #25 6.733 Building dependency tree... [2020-11-05T11:14:38.814Z] #25 7.460 The following additional packages will be installed: [2020-11-05T11:14:38.814Z] #25 7.460 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-05T11:14:38.814Z] #25 7.460 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-05T11:14:38.814Z] #25 7.460 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-05T11:14:38.814Z] #25 7.462 Suggested packages: [2020-11-05T11:14:38.814Z] #25 7.462 krb5-doc krb5-user [2020-11-05T11:14:38.814Z] #25 7.462 Recommended packages: [2020-11-05T11:14:38.814Z] #25 7.462 krb5-locales publicsuffix libsasl2-modules [2020-11-05T11:14:38.814Z] #25 7.728 The following NEW packages will be installed: [2020-11-05T11:14:38.814Z] #25 7.728 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-05T11:14:38.814Z] #25 7.728 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-05T11:14:38.814Z] #25 7.728 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-05T11:14:38.814Z] #25 7.730 libssh2-1 libssl1.1 openssl [2020-11-05T11:14:38.814Z] #25 8.031 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-05T11:14:38.814Z] #25 8.031 Need to get 4772 kB of archives. [2020-11-05T11:14:38.814Z] #25 8.031 After this operation, 11.5 MB of additional disk space will be used. [2020-11-05T11:14:38.814Z] #25 8.031 Get:1 http://security.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB] [2020-11-05T11:14:38.814Z] #25 8.035 Get:2 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2020-11-05T11:14:38.814Z] #25 8.037 Get:3 http://security.debian.org/debian-security buster/updates/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u3 [216 kB] [2020-11-05T11:14:38.814Z] #25 8.041 Get:4 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2020-11-05T11:14:38.814Z] #25 8.044 Get:5 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u3 [1382 kB] [2020-11-05T11:14:38.814Z] #25 8.075 Get:6 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1d-0+deb10u3 [823 kB] [2020-11-05T11:14:38.814Z] #25 8.091 Get:7 http://deb.debian.org/debian buster-updates/main arm64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-05T11:14:38.814Z] #25 8.094 Get:8 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2020-11-05T11:14:38.814Z] #25 8.095 Get:9 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3 [64.7 kB] [2020-11-05T11:14:38.814Z] #25 8.096 Get:10 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3 [122 kB] [2020-11-05T11:14:38.814Z] #25 8.100 Get:11 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3 [353 kB] [2020-11-05T11:14:38.814Z] #25 8.107 Get:12 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3 [150 kB] [2020-11-05T11:14:38.814Z] #25 8.110 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2020-11-05T11:14:38.814Z] #25 8.112 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2020-11-05T11:14:38.814Z] #25 8.113 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2020-11-05T11:14:38.814Z] #25 8.115 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2020-11-05T11:14:38.814Z] #25 8.155 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB] [2020-11-05T11:14:38.814Z] #25 8.212 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB] [2020-11-05T11:14:38.814Z] #25 8.212 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-11-05T11:14:38.814Z] #25 8.212 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-11-05T11:14:38.814Z] #25 8.212 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-11-05T11:14:38.814Z] #25 8.464 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:14:38.814Z] #25 8.502 Fetched 4772 kB in 0s (10.9 MB/s) [2020-11-05T11:14:38.814Z] #25 8.524 Selecting previously unselected package libsasl2-modules-db:arm64. [2020-11-05T11:14:38.814Z] #25 8.524 (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.) [2020-11-05T11:14:38.814Z] #25 8.533 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-11-05T11:14:38.814Z] #25 8.538 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:14:38.814Z] #25 8.696 Selecting previously unselected package libsasl2-2:arm64. [2020-11-05T11:14:38.814Z] #25 8.697 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-11-05T11:14:38.814Z] #25 8.705 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:14:38.814Z] #25 8.752 Selecting previously unselected package libldap-common. [2020-11-05T11:14:38.814Z] #25 8.754 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ... [2020-11-05T11:14:38.814Z] #25 8.758 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:14:38.814Z] #25 8.809 Selecting previously unselected package libldap-2.4-2:arm64. [2020-11-05T11:14:38.814Z] #25 8.809 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_arm64.deb ... [2020-11-05T11:14:38.814Z] #25 8.813 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:14:38.814Z] #25 8.956 Selecting previously unselected package libssl1.1:arm64. [2020-11-05T11:14:38.814Z] #25 8.957 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_arm64.deb ... [2020-11-05T11:14:38.814Z] #25 8.961 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u3) ... [2020-11-05T11:14:38.814Z] #25 9.288 Selecting previously unselected package openssl. [2020-11-05T11:14:38.814Z] #25 9.289 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_arm64.deb ... [2020-11-05T11:14:38.814Z] #25 9.293 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-05T11:14:38.814Z] #25 9.447 Selecting previously unselected package ca-certificates. [2020-11-05T11:14:38.814Z] #25 9.448 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-05T11:14:38.814Z] #25 9.452 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-05T11:14:38.814Z] #25 9.544 Selecting previously unselected package libkeyutils1:arm64. [2020-11-05T11:14:38.814Z] #25 9.544 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ... [2020-11-05T11:14:38.814Z] #25 9.549 Unpacking libkeyutils1:arm64 (1.6-6) ... [2020-11-05T11:14:38.814Z] #25 9.599 Selecting previously unselected package libkrb5support0:arm64. [2020-11-05T11:14:38.814Z] #25 9.599 Preparing to unpack .../08-libkrb5support0_1.17-3_arm64.deb ... [2020-11-05T11:14:38.814Z] #25 9.599 Unpacking libkrb5support0:arm64 (1.17-3) ... [2020-11-05T11:14:38.814Z] #25 9.647 Selecting previously unselected package libk5crypto3:arm64. [2020-11-05T11:14:38.814Z] #25 9.649 Preparing to unpack .../09-libk5crypto3_1.17-3_arm64.deb ... [2020-11-05T11:14:38.814Z] #25 9.654 Unpacking libk5crypto3:arm64 (1.17-3) ... [2020-11-05T11:14:38.814Z] #25 9.773 Selecting previously unselected package libkrb5-3:arm64. [2020-11-05T11:14:38.814Z] #25 9.774 Preparing to unpack .../10-libkrb5-3_1.17-3_arm64.deb ... [2020-11-05T11:14:38.814Z] #25 9.778 Unpacking libkrb5-3:arm64 (1.17-3) ... [2020-11-05T11:14:38.814Z] #25 9.933 Selecting previously unselected package libgssapi-krb5-2:arm64. [2020-11-05T11:14:38.814Z] #25 9.935 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_arm64.deb ... [2020-11-05T11:14:38.814Z] #25 9.939 Unpacking libgssapi-krb5-2:arm64 (1.17-3) ... [2020-11-05T11:14:38.814Z] #25 10.14 Selecting previously unselected package libnghttp2-14:arm64. [2020-11-05T11:14:38.814Z] #25 10.14 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2020-11-05T11:14:38.814Z] #25 10.15 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-11-05T11:14:38.814Z] #25 10.20 Selecting previously unselected package libpsl5:arm64. [2020-11-05T11:14:38.814Z] #25 10.20 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2020-11-05T11:14:38.814Z] #25 ... [2020-11-05T11:14:38.814Z] [2020-11-05T11:14:38.814Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:14:39.065Z] #48 25.55 go: extracting github.com/spf13/afero v1.1.2 [2020-11-05T11:14:39.065Z] #48 25.66 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-05T11:14:39.211Z] #41 92.29 CC criu/sysfs_parse.o [2020-11-05T11:14:39.211Z] #41 92.44 CC criu/timens.o [2020-11-05T11:14:39.211Z] #41 92.60 CC criu/timerfd.o [2020-11-05T11:14:39.263Z] #25 8.900 Selecting previously unselected package libldap-common. [2020-11-05T11:14:39.263Z] #25 8.902 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ... [2020-11-05T11:14:39.263Z] #25 8.909 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:14:39.361Z] #48 25.92 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-05T11:14:39.361Z] #48 26.03 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-05T11:14:39.501Z] #41 92.76 CC criu/tty.o [2020-11-05T11:14:39.525Z] #25 8.994 Selecting previously unselected package libldap-2.4-2:amd64. [2020-11-05T11:14:39.525Z] #25 8.994 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_amd64.deb ... [2020-11-05T11:14:39.525Z] #25 8.999 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:14:39.525Z] #25 9.127 Selecting previously unselected package libssl1.1:amd64. [2020-11-05T11:14:39.525Z] #25 9.127 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-05T11:14:39.525Z] #25 9.131 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-05T11:14:39.658Z] #48 26.25 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-05T11:14:39.658Z] #48 26.29 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-05T11:14:39.787Z] #25 9.512 Selecting previously unselected package openssl. [2020-11-05T11:14:39.787Z] #25 9.512 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-05T11:14:39.787Z] #25 9.518 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-05T11:14:39.961Z] #48 26.36 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-05T11:14:39.961Z] #48 26.43 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-05T11:14:39.961Z] #48 26.48 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-05T11:14:39.961Z] #48 26.49 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-05T11:14:40.047Z] #25 9.847 Selecting previously unselected package ca-certificates. [2020-11-05T11:14:40.047Z] #25 9.847 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-05T11:14:40.309Z] #25 9.861 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-05T11:14:40.309Z] #25 9.999 Selecting previously unselected package libkeyutils1:amd64. [2020-11-05T11:14:40.309Z] #25 9.999 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2020-11-05T11:14:40.309Z] #25 10.00 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-11-05T11:14:40.309Z] #25 10.05 Selecting previously unselected package libkrb5support0:amd64. [2020-11-05T11:14:40.309Z] #25 10.05 Preparing to unpack .../08-libkrb5support0_1.17-3_amd64.deb ... [2020-11-05T11:14:40.309Z] #25 10.06 Unpacking libkrb5support0:amd64 (1.17-3) ... [2020-11-05T11:14:40.309Z] #25 10.11 Selecting previously unselected package libk5crypto3:amd64. [2020-11-05T11:14:40.309Z] #25 10.11 Preparing to unpack .../09-libk5crypto3_1.17-3_amd64.deb ... [2020-11-05T11:14:40.530Z] #41 93.56 CC criu/tun.o [2020-11-05T11:14:40.530Z] #41 93.78 CC criu/uffd.o [2020-11-05T11:14:40.571Z] #25 10.12 Unpacking libk5crypto3:amd64 (1.17-3) ... [2020-11-05T11:14:40.571Z] #25 10.20 Selecting previously unselected package libkrb5-3:amd64. [2020-11-05T11:14:40.571Z] #25 10.20 Preparing to unpack .../10-libkrb5-3_1.17-3_amd64.deb ... [2020-11-05T11:14:40.571Z] #25 10.20 Unpacking libkrb5-3:amd64 (1.17-3) ... [2020-11-05T11:14:40.571Z] #25 10.34 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-11-05T11:14:40.571Z] #25 10.34 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_amd64.deb ... [2020-11-05T11:14:40.571Z] #25 10.35 Unpacking libgssapi-krb5-2:amd64 (1.17-3) ... [2020-11-05T11:14:40.832Z] #25 10.43 Selecting previously unselected package libnghttp2-14:amd64. [2020-11-05T11:14:40.832Z] #25 10.43 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-11-05T11:14:40.832Z] #25 10.43 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-05T11:14:40.832Z] #25 10.50 Selecting previously unselected package libpsl5:amd64. [2020-11-05T11:14:40.832Z] #25 10.50 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-11-05T11:14:40.832Z] #25 10.50 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-11-05T11:14:40.832Z] #25 10.56 Selecting previously unselected package librtmp1:amd64. [2020-11-05T11:14:40.832Z] #25 10.56 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-11-05T11:14:40.832Z] #25 10.57 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-05T11:14:40.832Z] #25 10.65 Selecting previously unselected package libssh2-1:amd64. [2020-11-05T11:14:40.832Z] #25 10.65 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-11-05T11:14:41.011Z] #48 ... [2020-11-05T11:14:41.011Z] [2020-11-05T11:14:41.011Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:14:41.011Z] #12 17.26 Fetched 8171 kB in 16s (510 kB/s) [2020-11-05T11:14:41.011Z] #12 17.26 Reading package lists... [2020-11-05T11:14:41.011Z] #12 25.72 Reading package lists... [2020-11-05T11:14:41.011Z] #12 ... [2020-11-05T11:14:41.011Z] [2020-11-05T11:14:41.011Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:14:41.011Z] #39 17.21 Checking out files: 97% (1628/1668) Checking out files: 98% (1635/1668) Checking out files: 99% (1652/1668) Checking out files: 100% (1668/1668) Checking out files: 100% (1668/1668), done. [2020-11-05T11:14:41.011Z] #39 17.27 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-05T11:14:41.011Z] #39 19.24 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-11-05T11:14:41.011Z] #39 ... [2020-11-05T11:14:41.011Z] [2020-11-05T11:14:41.011Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:14:41.011Z] #35 17.50 Fetched 8171 kB in 17s (488 kB/s) [2020-11-05T11:14:41.011Z] #35 17.50 Reading package lists... [2020-11-05T11:14:41.095Z] #25 10.65 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-05T11:14:41.095Z] #25 10.73 Selecting previously unselected package libcurl4:amd64. [2020-11-05T11:14:41.095Z] #25 10.73 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-11-05T11:14:41.095Z] #25 10.73 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-05T11:14:41.095Z] #25 10.83 Selecting previously unselected package curl. [2020-11-05T11:14:41.095Z] #25 10.83 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-11-05T11:14:41.095Z] #25 10.83 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-05T11:14:41.165Z] #41 ... [2020-11-05T11:14:41.165Z] [2020-11-05T11:14:41.165Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:14:41.165Z] #38 DONE 128.2s [2020-11-05T11:14:41.165Z] [2020-11-05T11:14:41.165Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:14:41.165Z] #41 94.50 CC criu/util.o [2020-11-05T11:14:41.310Z] #35 24.37 Reading package lists... [2020-11-05T11:14:41.310Z] #35 ... [2020-11-05T11:14:41.310Z] [2020-11-05T11:14:41.310Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:14:41.310Z] #54 17.62 Fetched 8171 kB in 16s (497 kB/s) [2020-11-05T11:14:41.310Z] #54 17.62 Reading package lists... [2020-11-05T11:14:41.310Z] #54 26.48 Reading package lists... [2020-11-05T11:14:41.310Z] #54 ... [2020-11-05T11:14:41.310Z] [2020-11-05T11:14:41.310Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:14:41.310Z] #48 27.43 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-05T11:14:41.360Z] #25 10.94 Selecting previously unselected package libonig5:amd64. [2020-11-05T11:14:41.360Z] #25 10.94 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-11-05T11:14:41.360Z] #25 10.95 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-05T11:14:41.360Z] #25 11.03 Selecting previously unselected package libjq1:amd64. [2020-11-05T11:14:41.360Z] #25 11.03 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-05T11:14:41.360Z] #25 11.05 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-05T11:14:41.360Z] #25 11.13 Selecting previously unselected package jq. [2020-11-05T11:14:41.360Z] #25 11.13 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-05T11:14:41.360Z] #25 11.13 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-05T11:14:41.621Z] #25 11.19 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-11-05T11:14:41.621Z] #25 11.21 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-11-05T11:14:41.621Z] #25 11.22 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-05T11:14:41.621Z] #25 11.38 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-05T11:14:41.825Z] #41 ... [2020-11-05T11:14:41.825Z] [2020-11-05T11:14:41.825Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-05T11:14:41.825Z] #39 DONE 0.2s [2020-11-05T11:14:41.825Z] [2020-11-05T11:14:41.825Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:14:41.825Z] #47 128.7 + /build/golangci-lint --version [2020-11-05T11:14:41.825Z] #47 129.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-05T11:14:41.825Z] #47 DONE 129.3s [2020-11-05T11:14:41.825Z] [2020-11-05T11:14:41.825Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:14:41.825Z] #41 95.06 CC criu/uts_ns.o [2020-11-05T11:14:41.825Z] #41 95.12 CC criu/vdso.o [2020-11-05T11:14:41.882Z] #25 11.39 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:14:41.883Z] #25 11.41 Setting up libkrb5support0:amd64 (1.17-3) ... [2020-11-05T11:14:41.883Z] #25 11.42 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:14:41.883Z] #25 11.44 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-05T11:14:41.883Z] #25 11.45 Setting up libk5crypto3:amd64 (1.17-3) ... [2020-11-05T11:14:41.883Z] #25 11.46 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:14:41.883Z] #25 11.48 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-05T11:14:41.883Z] #25 11.49 Setting up libkrb5-3:amd64 (1.17-3) ... [2020-11-05T11:14:41.883Z] #25 11.50 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-05T11:14:41.883Z] #25 11.52 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-05T11:14:41.883Z] #25 11.53 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-05T11:14:41.883Z] #25 11.55 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:14:41.883Z] #25 11.56 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-05T11:14:42.115Z] #41 95.30 LINK criu/built-in.o [2020-11-05T11:14:42.115Z] #41 95.39 LINK criu/criu [2020-11-05T11:14:42.200Z] Fetching without tags [2020-11-05T11:14:42.421Z] #41 95.66 DEP lib/c/criu.d [2020-11-05T11:14:42.421Z] #41 95.68 CC images/rpc.pb-c.o [2020-11-05T11:14:41.834Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-05T11:14:41.889Z] > git config --add remote.origin.fetch +refs/pull/40256/head:refs/remotes/origin/PR-40256 # timeout=10 [2020-11-05T11:14:41.944Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:14:42.074Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-05T11:14:42.233Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-05T11:14:42.233Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:14:42.235Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40256/head:refs/remotes/origin/PR-40256 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T11:14:42.740Z] #41 95.92 CC lib/c/criu.o [2020-11-05T11:14:42.830Z] #25 12.32 Updating certificates in /etc/ssl/certs... [2020-11-05T11:14:42.969Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:14:43.042Z] #41 96.28 LINK lib/c/built-in.o [2020-11-05T11:14:43.042Z] #41 96.28 LINK lib/c/libcriu.so [2020-11-05T11:14:43.042Z] #41 96.30 LINK lib/c/libcriu.a [2020-11-05T11:14:43.042Z] #41 96.36 GEN magic.py [2020-11-05T11:14:43.332Z] #41 96.45 Note: Building without setproctitle() and strlcpy() support. [2020-11-05T11:14:43.332Z] #41 96.45 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-05T11:14:43.332Z] #41 96.46 Note: Building without GnuTLS support [2020-11-05T11:14:43.332Z] #41 96.46 Makefile.config:39: Warn: you have no libnftables installed [2020-11-05T11:14:43.332Z] #41 96.46 Makefile.config:40: Warn: Building without nftables support [2020-11-05T11:14:43.332Z] #41 96.62 fatal: not a git repository (or any of the parent directories): .git [2020-11-05T11:14:43.623Z] #41 96.82 make[1]: Nothing to be done for 'all'. [2020-11-05T11:14:43.778Z] #25 13.49 126 added, 0 removed; done. [2020-11-05T11:14:43.778Z] #25 13.57 Setting up libgssapi-krb5-2:amd64 (1.17-3) ... [2020-11-05T11:14:43.778Z] #25 13.58 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-05T11:14:43.912Z] #41 97.03 make[1]: 'images/built-in.o' is up to date. [2020-11-05T11:14:43.912Z] #41 97.04 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-05T11:14:43.912Z] #41 97.05 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-05T11:14:43.912Z] #41 97.06 make[1]: 'compel/libcompel.a' is up to date. [2020-11-05T11:14:43.912Z] #41 97.07 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-05T11:14:43.912Z] #41 97.07 make[1]: Nothing to be done for 'all'. [2020-11-05T11:14:43.912Z] #41 97.08 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-05T11:14:43.912Z] #41 97.17 make[2]: Nothing to be done for 'all'. [2020-11-05T11:14:43.912Z] #41 97.17 make[2]: Nothing to be done for 'all'. [2020-11-05T11:14:43.912Z] #41 97.19 make[2]: Nothing to be done for 'all'. [2020-11-05T11:14:43.912Z] #41 97.22 make[2]: Nothing to be done for 'all'. [2020-11-05T11:14:43.912Z] #41 97.24 make[2]: Nothing to be done for 'all'. [2020-11-05T11:14:43.912Z] #41 97.25 make[2]: Nothing to be done for 'all'. [2020-11-05T11:14:43.912Z] #41 97.26 make[2]: Nothing to be done for 'all'. [2020-11-05T11:14:43.912Z] #41 97.29 make[2]: Nothing to be done for 'all'. [2020-11-05T11:14:44.041Z] #25 13.60 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-05T11:14:44.041Z] #25 13.61 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-05T11:14:44.041Z] #25 13.62 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:14:44.041Z] #25 13.65 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-05T11:14:44.041Z] #25 13.69 Updating certificates in /etc/ssl/certs... [2020-11-05T11:14:44.114Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 5.1s done [2020-11-05T11:14:44.214Z] #41 97.29 INSTALL criu/criu [2020-11-05T11:14:44.214Z] #41 DONE 97.5s [2020-11-05T11:14:44.214Z] [2020-11-05T11:14:44.214Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:14:43.002Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:14:43.054Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [2020-11-05T11:14:44.849Z] #54 ... [2020-11-05T11:14:44.849Z] [2020-11-05T11:14:44.849Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-05T11:14:44.985Z] #25 14.70 0 added, 0 removed; done. [2020-11-05T11:14:44.985Z] #25 14.70 Running hooks in /etc/ca-certificates/update.d... [2020-11-05T11:14:44.985Z] #25 14.70 done. [2020-11-05T11:14:45.057Z] #8 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2020-11-05T11:14:45.142Z] #42 DONE 0.2s [2020-11-05T11:14:45.142Z] [2020-11-05T11:14:45.142Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-05T11:14:45.142Z] #44 DONE 0.1s [2020-11-05T11:14:45.142Z] [2020-11-05T11:14:45.142Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-05T11:14:45.438Z] #46 DONE 0.1s [2020-11-05T11:14:45.438Z] [2020-11-05T11:14:45.438Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-05T11:14:45.438Z] #48 DONE 0.2s [2020-11-05T11:14:45.438Z] [2020-11-05T11:14:45.438Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:14:45.728Z] #54 ... [2020-11-05T11:14:45.728Z] [2020-11-05T11:14:45.728Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-05T11:14:45.728Z] #50 DONE 0.1s [2020-11-05T11:14:45.728Z] [2020-11-05T11:14:45.728Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-05T11:14:45.728Z] #52 DONE 0.1s [2020-11-05T11:14:45.728Z] [2020-11-05T11:14:45.728Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:14:45.845Z] #48 31.96 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-05T11:14:46.158Z] #48 ... [2020-11-05T11:14:46.158Z] [2020-11-05T11:14:46.158Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:14:46.158Z] #12 25.72 Reading package lists... [2020-11-05T11:14:46.462Z] #8 DONE 28.3s [2020-11-05T11:14:46.462Z] [2020-11-05T11:14:46.462Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-05T11:14:46.874Z] Merge succeeded, producing 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:14:46.875Z] Checking out Revision 315101e8a789ad8fda6b9338492318db0f481c00 (PR-40256) [2020-11-05T11:14:47.340Z] Commit message: "Windows: don't override size storage-option if it's set" [2020-11-05T11:14:47.539Z] #25 ... [2020-11-05T11:14:47.540Z] [2020-11-05T11:14:47.540Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-05T11:14:47.540Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.0s done [2020-11-05T11:14:47.540Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.0s done [2020-11-05T11:14:47.540Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 2.6s [2020-11-05T11:14:47.696Z] #12 32.60 Building dependency tree... [2020-11-05T11:14:47.851Z] #9 ... [2020-11-05T11:14:47.851Z] [2020-11-05T11:14:47.851Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-05T11:14:47.851Z] #25 10.21 Unpacking libpsl5:arm64 (0.20.2-2) ... [2020-11-05T11:14:47.851Z] #25 10.26 Selecting previously unselected package librtmp1:arm64. [2020-11-05T11:14:47.851Z] #25 10.26 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2020-11-05T11:14:47.851Z] #25 10.26 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-05T11:14:47.851Z] #25 10.31 Selecting previously unselected package libssh2-1:arm64. [2020-11-05T11:14:47.851Z] #25 10.31 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2020-11-05T11:14:47.851Z] #25 10.32 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2020-11-05T11:14:47.851Z] #25 10.43 Selecting previously unselected package libcurl4:arm64. [2020-11-05T11:14:47.851Z] #25 10.43 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ... [2020-11-05T11:14:47.851Z] #25 10.43 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-11-05T11:14:47.851Z] #25 10.56 Selecting previously unselected package curl. [2020-11-05T11:14:47.851Z] #25 10.57 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ... [2020-11-05T11:14:47.851Z] #25 10.57 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-05T11:14:47.851Z] #25 10.64 Selecting previously unselected package libonig5:arm64. [2020-11-05T11:14:47.851Z] #25 10.64 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2020-11-05T11:14:47.851Z] #25 10.65 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-11-05T11:14:47.851Z] #25 10.78 Selecting previously unselected package libjq1:arm64. [2020-11-05T11:14:47.851Z] #25 10.78 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-11-05T11:14:47.851Z] #25 10.78 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-05T11:14:47.851Z] #25 10.83 Selecting previously unselected package jq. [2020-11-05T11:14:47.851Z] #25 10.83 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-11-05T11:14:47.851Z] #25 10.84 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-05T11:14:47.851Z] #25 10.89 Setting up libkeyutils1:arm64 (1.6-6) ... [2020-11-05T11:14:47.851Z] #25 10.90 Setting up libpsl5:arm64 (0.20.2-2) ... [2020-11-05T11:14:47.851Z] #25 10.91 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u3) ... [2020-11-05T11:14:47.851Z] #25 11.19 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-11-05T11:14:47.851Z] #25 11.20 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:14:47.851Z] #25 11.22 Setting up libkrb5support0:arm64 (1.17-3) ... [2020-11-05T11:14:47.851Z] #25 11.23 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:14:47.851Z] #25 11.24 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-05T11:14:47.851Z] #25 11.25 Setting up libk5crypto3:arm64 (1.17-3) ... [2020-11-05T11:14:47.851Z] #25 11.27 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-05T11:14:47.851Z] #25 11.28 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2020-11-05T11:14:47.851Z] #25 11.29 Setting up libkrb5-3:arm64 (1.17-3) ... [2020-11-05T11:14:47.851Z] #25 11.30 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-05T11:14:47.851Z] #25 11.32 Setting up libonig5:arm64 (6.9.1-1) ... [2020-11-05T11:14:47.851Z] #25 11.33 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-05T11:14:47.851Z] #25 11.35 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u3) ... [2020-11-05T11:14:47.851Z] #25 11.36 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-05T11:14:47.851Z] #25 12.17 Updating certificates in /etc/ssl/certs... [2020-11-05T11:14:47.851Z] #25 13.37 126 added, 0 removed; done. [2020-11-05T11:14:47.851Z] #25 13.49 Setting up libgssapi-krb5-2:arm64 (1.17-3) ... [2020-11-05T11:14:47.851Z] #25 13.50 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-05T11:14:47.851Z] #25 13.52 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-11-05T11:14:47.851Z] #25 13.53 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-05T11:14:47.851Z] #25 13.54 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:14:47.851Z] #25 13.57 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-05T11:14:47.851Z] #25 13.58 Updating certificates in /etc/ssl/certs... [2020-11-05T11:14:47.851Z] #25 14.54 0 added, 0 removed; done. [2020-11-05T11:14:47.851Z] #25 14.54 Running hooks in /etc/ca-certificates/update.d... [2020-11-05T11:14:47.851Z] #25 14.55 done. [2020-11-05T11:14:47.851Z] #25 DONE 18.8s [2020-11-05T11:14:47.851Z] [2020-11-05T11:14:47.851Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-05T11:14:47.851Z] #26 DONE 0.1s [2020-11-05T11:14:47.851Z] [2020-11-05T11:14:47.851Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-05T11:14:47.995Z] #12 ... [2020-11-05T11:14:47.995Z] [2020-11-05T11:14:47.995Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:14:47.995Z] #41 17.17 Reading package lists... [2020-11-05T11:14:47.995Z] #41 24.83 Reading package lists... [2020-11-05T11:14:47.995Z] #41 32.45 Building dependency tree... [2020-11-05T11:14:47.995Z] #41 ... [2020-11-05T11:14:47.995Z] [2020-11-05T11:14:47.995Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:14:47.995Z] #54 26.48 Reading package lists... [2020-11-05T11:14:47.995Z] #54 33.24 Building dependency tree... [2020-11-05T11:14:46.529Z] > git remote # timeout=10 [2020-11-05T11:14:46.590Z] > git config --get remote.origin.url # timeout=10 [2020-11-05T11:14:46.645Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-05T11:14:46.647Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-05T11:14:46.781Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-11-05T11:14:46.907Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T11:14:46.962Z] > git checkout -f 315101e8a789ad8fda6b9338492318db0f481c00 # timeout=10 [2020-11-05T11:14:48.424Z] #27 ... [2020-11-05T11:14:48.424Z] [2020-11-05T11:14:48.424Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-05T11:14:48.424Z] #9 DONE 2.1s [2020-11-05T11:14:48.424Z] [2020-11-05T11:14:48.424Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-05T11:14:48.844Z] + docker version [2020-11-05T11:14:48.844Z] Client: Docker Engine - Enterprise [2020-11-05T11:14:48.844Z] Version: 19.03.12 [2020-11-05T11:14:48.844Z] API version: 1.40 [2020-11-05T11:14:48.844Z] Go version: go1.13.13 [2020-11-05T11:14:48.844Z] Git commit: 4306744 [2020-11-05T11:14:48.844Z] Built: 08/05/2020 19:27:53 [2020-11-05T11:14:48.844Z] OS/Arch: windows/amd64 [2020-11-05T11:14:48.844Z] Experimental: false [2020-11-05T11:14:48.844Z] [2020-11-05T11:14:48.844Z] Server: Docker Engine - Enterprise [2020-11-05T11:14:48.844Z] Engine: [2020-11-05T11:14:48.844Z] Version: 19.03.12 [2020-11-05T11:14:48.844Z] API version: 1.40 (minimum version 1.24) [2020-11-05T11:14:48.844Z] Go version: go1.13.13 [2020-11-05T11:14:48.844Z] Git commit: f295753ffd [2020-11-05T11:14:48.844Z] Built: 08/05/2020 19:26:41 [2020-11-05T11:14:48.844Z] OS/Arch: windows/amd64 [2020-11-05T11:14:48.844Z] Experimental: true [Pipeline] sh [2020-11-05T11:14:49.233Z] #54 112.9 + bin/containerd [2020-11-05T11:14:49.883Z] + docker info [2020-11-05T11:14:50.093Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.3s done [2020-11-05T11:14:50.102Z] #54 36.21 The following additional packages will be installed: [2020-11-05T11:14:50.102Z] #54 36.21 libbtrfs0 [2020-11-05T11:14:50.102Z] #54 36.48 The following NEW packages will be installed: [2020-11-05T11:14:50.102Z] #54 36.50 libbtrfs-dev libbtrfs0 [2020-11-05T11:14:50.345Z] Client: [2020-11-05T11:14:50.345Z] Debug Mode: false [2020-11-05T11:14:50.345Z] Plugins: [2020-11-05T11:14:50.345Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-11-05T11:14:50.345Z] [2020-11-05T11:14:50.345Z] Server: [2020-11-05T11:14:50.345Z] Containers: 0 [2020-11-05T11:14:50.345Z] Running: 0 [2020-11-05T11:14:50.345Z] Paused: 0 [2020-11-05T11:14:50.345Z] Stopped: 0 [2020-11-05T11:14:50.345Z] Images: 10 [2020-11-05T11:14:50.345Z] Server Version: 19.03.12 [2020-11-05T11:14:50.345Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-11-05T11:14:50.345Z] Windows: [2020-11-05T11:14:50.345Z] LCOW: [2020-11-05T11:14:50.345Z] Logging Driver: json-file [2020-11-05T11:14:50.345Z] Plugins: [2020-11-05T11:14:50.345Z] Volume: local [2020-11-05T11:14:50.345Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-05T11:14:50.345Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-05T11:14:50.345Z] Swarm: inactive [2020-11-05T11:14:50.345Z] Default Isolation: process [2020-11-05T11:14:50.345Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-05T11:14:50.345Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-05T11:14:50.345Z] OSType: windows [2020-11-05T11:14:50.345Z] Architecture: x86_64 [2020-11-05T11:14:50.345Z] CPUs: 4 [2020-11-05T11:14:50.346Z] Total Memory: 32GiB [2020-11-05T11:14:50.346Z] Name: azwin-2-66fc80 [2020-11-05T11:14:50.346Z] ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2 [2020-11-05T11:14:50.346Z] Docker Root Dir: D:\docker [2020-11-05T11:14:50.346Z] Debug Mode: false [2020-11-05T11:14:50.346Z] Registry: https://index.docker.io/v1/ [2020-11-05T11:14:50.346Z] Labels: [2020-11-05T11:14:50.346Z] Experimental: true [2020-11-05T11:14:50.346Z] Insecure Registries: [2020-11-05T11:14:50.346Z] 10.0.0.4:5000 [2020-11-05T11:14:50.346Z] 127.0.0.0/8 [2020-11-05T11:14:50.346Z] Registry Mirrors: [2020-11-05T11:14:50.346Z] http://10.0.0.4:5000/ [2020-11-05T11:14:50.346Z] Live Restore Enabled: false [2020-11-05T11:14:50.346Z] [2020-11-05T11:14:50.415Z] #54 36.77 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:14:50.415Z] #54 36.77 Need to get 120 kB of archives. [2020-11-05T11:14:50.415Z] #54 36.77 After this operation, 423 kB of additional disk space will be used. [2020-11-05T11:14:50.415Z] #54 36.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-11-05T11:14:50.415Z] #54 36.80 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-11-05T11:14:50.667Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-11-05T11:14:50.667Z] #8 DONE 34.0s [2020-11-05T11:14:50.667Z] [2020-11-05T11:14:50.667Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-05T11:14:50.667Z] #25 DONE 20.4s [2020-11-05T11:14:50.667Z] [2020-11-05T11:14:50.667Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-05T11:14:50.929Z] #9 ... [2020-11-05T11:14:50.929Z] [2020-11-05T11:14:50.929Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-05T11:14:50.929Z] #26 DONE 0.2s [2020-11-05T11:14:50.929Z] [2020-11-05T11:14:50.929Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:14:51.960Z] #54 ... [2020-11-05T11:14:51.960Z] [2020-11-05T11:14:51.960Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:14:51.960Z] #41 35.97 The following additional packages will be installed: [2020-11-05T11:14:51.960Z] #41 35.97 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-05T11:14:51.960Z] #41 35.97 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-05T11:14:51.960Z] #41 35.99 Suggested packages: [2020-11-05T11:14:51.960Z] #41 35.99 manpages-dev python-setuptools [2020-11-05T11:14:51.960Z] #41 37.72 The following NEW packages will be installed: [2020-11-05T11:14:51.960Z] #41 37.72 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-05T11:14:51.960Z] #41 37.72 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-05T11:14:51.960Z] #41 37.72 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-05T11:14:51.960Z] #41 37.72 python-six zlib1g-dev [2020-11-05T11:14:51.960Z] #41 37.94 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:14:51.960Z] #41 37.94 Need to get 4075 kB of archives. [2020-11-05T11:14:51.960Z] #41 37.94 After this operation, 24.5 MB of additional disk space will be used. [2020-11-05T11:14:51.960Z] #41 37.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-11-05T11:14:51.960Z] #41 37.97 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-11-05T11:14:51.960Z] #41 37.99 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-11-05T11:14:51.960Z] #41 38.04 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-11-05T11:14:51.960Z] #41 38.06 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-11-05T11:14:51.960Z] #41 38.06 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-11-05T11:14:51.960Z] #41 38.07 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2020-11-05T11:14:51.960Z] #41 38.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-11-05T11:14:51.960Z] #41 38.13 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-11-05T11:14:51.960Z] #41 38.21 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-11-05T11:14:51.960Z] #41 38.23 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-11-05T11:14:51.960Z] #41 38.34 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-11-05T11:14:51.960Z] #41 38.41 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2020-11-05T11:14:51.960Z] #41 38.41 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-11-05T11:14:51.960Z] #41 38.43 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-05T11:14:51.960Z] #41 38.44 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-11-05T11:14:51.960Z] #41 38.46 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-11-05T11:14:52.321Z] #27 ... [2020-11-05T11:14:52.321Z] [2020-11-05T11:14:52.321Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-05T11:14:52.321Z] #9 DONE 1.4s [2020-11-05T11:14:52.321Z] [2020-11-05T11:14:52.321Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:14:52.321Z] #27 1.309 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-05T11:14:52.321Z] #27 1.465 [2020-11-05T11:14:52.640Z] #10 DONE 4.2s [2020-11-05T11:14:52.640Z] [2020-11-05T11:14:52.640Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:14:52.640Z] #27 1.100 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-05T11:14:52.640Z] #27 1.201 [2020-11-05T11:14:52.640Z] #27 1.326 1.0% #################### 27.8% ############################ 39.6% ###################################### 54.1% ################################################# 68.2% ########################################################## 81.4% #################################################################### 94.9% ####################################################################### 99.8% ######################################################################## 100.0% [2020-11-05T11:14:52.640Z] #27 2.212 [2020-11-05T11:14:52.640Z] #27 2.333 ########## 14.7% ######################################################################## 100.0% [2020-11-05T11:14:52.640Z] #27 2.495 [2020-11-05T11:14:52.640Z] #27 2.616 ######## 11.3% ######################################################################## 100.0% [2020-11-05T11:14:52.640Z] #27 2.868 [2020-11-05T11:14:52.640Z] #27 3.000 0.0% ############ 17.1% ########################## 37.3% ############################## 41.9% ############################################ 62.0% ######################################################## 78.1% ###################################################################### 98.5% ######################################################################## 100.0% [2020-11-05T11:14:52.640Z] #27 3.934 [2020-11-05T11:14:52.853Z] #27 1.603 ##### 7.1% ###################### 31.2% #################################### 50.9% ################################################### 71.9% ##################################################################### 96.3% ######################################################################## 100.0% [2020-11-05T11:14:53.018Z] #41 ... [2020-11-05T11:14:53.018Z] [2020-11-05T11:14:53.018Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:14:53.018Z] #54 38.49 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:14:53.018Z] #54 38.71 Fetched 120 kB in 0s (1296 kB/s) [2020-11-05T11:14:53.018Z] #54 38.78 Selecting previously unselected package libbtrfs0. [2020-11-05T11:14:53.018Z] #54 38.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-11-05T11:14:53.018Z] #54 38.91 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-11-05T11:14:53.018Z] #54 38.94 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-05T11:14:53.018Z] #54 39.10 Selecting previously unselected package libbtrfs-dev. [2020-11-05T11:14:53.018Z] #54 39.11 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-11-05T11:14:53.018Z] #54 39.12 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:14:53.018Z] #54 39.37 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-05T11:14:53.018Z] #54 39.38 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:14:53.018Z] #54 39.39 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:14:53.018Z] #54 DONE 39.6s [2020-11-05T11:14:53.114Z] #27 2.161 [2020-11-05T11:14:53.114Z] #27 2.293 ##################################### 51.9% ######################################################################## 100.0% [2020-11-05T11:14:53.114Z] #27 2.416 [2020-11-05T11:14:53.316Z] [2020-11-05T11:14:53.316Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:14:53.316Z] #12 36.32 The following additional packages will be installed: [2020-11-05T11:14:53.316Z] #12 36.33 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-05T11:14:53.316Z] #12 36.33 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-05T11:14:53.316Z] #12 36.33 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-05T11:14:53.316Z] #12 36.33 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-05T11:14:53.316Z] #12 36.35 Suggested packages: [2020-11-05T11:14:53.316Z] #12 36.35 gcc-8-locales seccomp wine64 [2020-11-05T11:14:53.316Z] #12 37.77 The following NEW packages will be installed: [2020-11-05T11:14:53.316Z] #12 37.77 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-05T11:14:53.316Z] #12 37.77 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-05T11:14:53.316Z] #12 37.77 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-05T11:14:53.316Z] #12 37.78 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-05T11:14:53.316Z] #12 37.78 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-05T11:14:53.316Z] #12 37.78 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-05T11:14:53.316Z] #12 37.97 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:14:53.316Z] #12 37.97 Need to get 78.9 MB of archives. [2020-11-05T11:14:53.316Z] #12 37.97 After this operation, 532 MB of additional disk space will be used. [2020-11-05T11:14:53.316Z] #12 37.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2020-11-05T11:14:53.316Z] #12 38.38 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2020-11-05T11:14:53.316Z] #12 38.84 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-05T11:14:53.316Z] #12 38.87 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-11-05T11:14:53.316Z] #12 38.89 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-11-05T11:14:53.316Z] #12 38.90 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-05T11:14:53.316Z] #12 39.61 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-05T11:14:53.376Z] #27 2.532 ################################################### 71.6% ######################################################################## 100.0% [2020-11-05T11:14:53.376Z] #27 2.639 [2020-11-05T11:14:53.615Z] #12 40.04 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2020-11-05T11:14:53.615Z] #12 40.07 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2020-11-05T11:14:53.922Z] #12 ... [2020-11-05T11:14:53.922Z] [2020-11-05T11:14:53.922Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:14:53.922Z] #62 DONE 40.3s [2020-11-05T11:14:53.922Z] [2020-11-05T11:14:53.922Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:14:53.922Z] #55 0.343 + RM_GOPATH=0 [2020-11-05T11:14:53.922Z] #55 0.343 + TMP_GOPATH= [2020-11-05T11:14:53.922Z] #55 0.343 + : /build [2020-11-05T11:14:53.922Z] #55 0.343 + '[' -z '' ']' [2020-11-05T11:14:53.922Z] #55 0.345 ++ mktemp -d [2020-11-05T11:14:53.922Z] #55 0.348 + export GOPATH=/tmp/tmp.QehonCABvL [2020-11-05T11:14:53.922Z] #55 0.348 + GOPATH=/tmp/tmp.QehonCABvL [2020-11-05T11:14:53.922Z] #55 0.348 + RM_GOPATH=1 [2020-11-05T11:14:53.922Z] #55 0.348 + case "$(go env GOARCH)" in [2020-11-05T11:14:53.922Z] #55 0.350 ++ go env GOARCH [2020-11-05T11:14:53.922Z] #55 0.392 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:53.922Z] #55 0.392 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:14:53.922Z] #55 0.397 ++ dirname /tmp/install/install.sh [2020-11-05T11:14:53.922Z] #55 0.407 + dir=/tmp/install [2020-11-05T11:14:53.922Z] #55 0.407 + bin=containerd [2020-11-05T11:14:53.922Z] #55 0.407 + shift [2020-11-05T11:14:53.922Z] #55 0.408 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-05T11:14:53.922Z] #55 0.408 + . /tmp/install/containerd.installer [2020-11-05T11:14:53.922Z] #55 0.409 ++ set -e [2020-11-05T11:14:53.922Z] #55 0.409 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-05T11:14:53.922Z] #55 0.410 + install_containerd [2020-11-05T11:14:53.922Z] #55 0.412 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-05T11:14:53.922Z] #55 0.412 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-05T11:14:53.922Z] #55 0.412 + git clone https://github.com/containerd/containerd.git /tmp/tmp.QehonCABvL/src/github.com/containerd/containerd [2020-11-05T11:14:53.922Z] #55 0.419 Cloning into '/tmp/tmp.QehonCABvL/src/github.com/containerd/containerd'... [2020-11-05T11:14:53.951Z] #27 4.071 0.0% ### 5.2% ####### 10.7% ######## 12.1% ######### 13.6% ############# 18.3% ################## 26.3% ######################## 34.4% ############################ 40.2% ################################# 46.2% ##################################### 52.7% ####################################### 54.8% ########################################### 60.6% ################################################# 68.5% ################################################## 70.2% ###################################################### 75.8% ########################################################## 80.9% ############################################################## 87.2% ################################################################### 93.2% ######################################################################## 100.0% [2020-11-05T11:14:53.952Z] #27 6.327 [2020-11-05T11:14:54.181Z] #27 2.755 ########### 16.4% ########################## 36.1% ####################################### 55.6% ##################################################### 74.8% #27 ... [2020-11-05T11:14:54.181Z] [2020-11-05T11:14:54.181Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-05T11:14:54.181Z] #10 DONE 1.9s [2020-11-05T11:14:54.181Z] [2020-11-05T11:14:54.181Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:14:54.181Z] #27 2.755 ########### 16.4% ########################## 36.1% ####################################### 55.6% ##################################################### 74.8% ################################################################### 94.1% ######################################################################## 100.0% [2020-11-05T11:14:54.181Z] #27 3.325 [2020-11-05T11:14:54.523Z] #27 6.937 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-05T11:14:54.784Z] #27 7.055 [2020-11-05T11:14:54.784Z] #27 7.163 ######################################################################## 100.0% [2020-11-05T11:14:54.784Z] #27 7.195 [2020-11-05T11:14:55.236Z] #27 3.446 0.8% ####### 9.8% ####### 10.8% ############# 19.0% ################## 25.4% ##################### 30.5% ######################### 35.5% ############################ 40.2% ################################## 47.4% [2020-11-05T11:14:55.236Z] #27 ... [2020-11-05T11:14:55.236Z] [2020-11-05T11:14:55.236Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-05T11:14:55.236Z] #29 DONE 1.1s [2020-11-05T11:14:55.236Z] [2020-11-05T11:14:55.236Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-05T11:14:55.236Z] #37 DONE 1.1s [2020-11-05T11:14:55.480Z] #55 ... [2020-11-05T11:14:55.480Z] [2020-11-05T11:14:55.480Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:14:55.480Z] #35 24.37 Reading package lists... [2020-11-05T11:14:55.480Z] #35 32.16 Building dependency tree... [2020-11-05T11:14:55.480Z] #35 35.55 The following additional packages will be installed: [2020-11-05T11:14:55.480Z] #35 35.56 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-05T11:14:55.480Z] #35 35.57 Suggested packages: [2020-11-05T11:14:55.480Z] #35 35.57 cmake-doc ninja-build lrzip [2020-11-05T11:14:55.480Z] #35 35.57 Recommended packages: [2020-11-05T11:14:55.480Z] #35 35.58 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-05T11:14:55.480Z] #35 36.76 The following NEW packages will be installed: [2020-11-05T11:14:55.480Z] #35 36.79 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-05T11:14:55.480Z] #35 36.79 vim-common xxd [2020-11-05T11:14:55.480Z] #35 37.03 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:14:55.480Z] #35 37.03 Need to get 14.9 MB of archives. [2020-11-05T11:14:55.480Z] #35 37.03 After this operation, 67.2 MB of additional disk space will be used. [2020-11-05T11:14:55.480Z] #35 37.03 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-11-05T11:14:55.480Z] #35 37.07 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-11-05T11:14:55.480Z] #35 37.09 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-11-05T11:14:55.480Z] #35 37.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-11-05T11:14:55.480Z] #35 38.21 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-11-05T11:14:55.480Z] #35 38.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-11-05T11:14:55.480Z] #35 38.32 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-11-05T11:14:55.480Z] #35 38.34 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-11-05T11:14:55.480Z] #35 38.36 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-11-05T11:14:55.480Z] #35 38.38 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-11-05T11:14:55.480Z] #35 40.00 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:14:55.480Z] #35 40.22 Fetched 14.9 MB in 2s (8119 kB/s) [2020-11-05T11:14:55.480Z] #35 40.32 Selecting previously unselected package xxd. [2020-11-05T11:14:55.480Z] #35 40.32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-11-05T11:14:55.480Z] #35 40.39 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-05T11:14:55.480Z] #35 40.40 Unpacking xxd (2:8.1.0875-5) ... [2020-11-05T11:14:55.480Z] #35 40.62 Selecting previously unselected package vim-common. [2020-11-05T11:14:55.480Z] #35 40.63 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-05T11:14:55.480Z] #35 40.67 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-05T11:14:55.480Z] #35 41.16 Selecting previously unselected package cmake-data. [2020-11-05T11:14:55.480Z] #35 41.16 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-05T11:14:55.480Z] #35 41.17 Unpacking cmake-data (3.13.4-1) ... [2020-11-05T11:14:55.480Z] #35 ... [2020-11-05T11:14:55.480Z] [2020-11-05T11:14:55.480Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:14:55.480Z] #41 40.42 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:14:55.480Z] #41 40.97 Fetched 4075 kB in 1s (6951 kB/s) [2020-11-05T11:14:55.480Z] #41 41.22 Selecting previously unselected package libcap-dev:ppc64el. [2020-11-05T11:14:55.480Z] #41 41.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-11-05T11:14:55.480Z] #41 41.44 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-11-05T11:14:55.480Z] #41 41.45 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-11-05T11:14:55.480Z] #41 41.72 Selecting previously unselected package libnet1:ppc64el. [2020-11-05T11:14:55.480Z] #41 41.74 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-05T11:14:55.480Z] #41 41.74 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-05T11:14:55.480Z] #41 41.98 Selecting previously unselected package libnet1-dev. [2020-11-05T11:14:55.480Z] #41 42.00 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-05T11:14:55.480Z] #41 42.01 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-05T11:14:55.501Z] [2020-11-05T11:14:55.501Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:14:55.727Z] #27 8.103 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-05T11:14:55.779Z] #41 42.19 Selecting previously unselected package libnl-3-200:ppc64el. [2020-11-05T11:14:55.780Z] #41 42.22 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-11-05T11:14:55.780Z] #41 42.22 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-05T11:14:55.780Z] #41 42.36 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-11-05T11:14:55.780Z] #41 42.36 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-11-05T11:14:55.780Z] #41 42.39 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-11-05T11:14:55.990Z] #27 8.340 #=#=# [2020-11-05T11:14:56.326Z] #27 8.461 ################################### 49.0% ######################################################################## 100.0% [2020-11-05T11:14:56.326Z] #27 8.545 [2020-11-05T11:14:56.335Z] #27 3.446 0.8% ####### 9.8% ####### 10.8% ############# 19.0% ################## 25.4% ##################### 30.5% ######################### 35.5% ############################ 40.2% ################################## 47.4% ##################################### 51.4% ######################################## 56.4% ############################################ 62.0% ################################################# 68.1% ##################################################### 73.9% ####################################################### 77.2% ########################################################## 81.4% ############################################################## 86.7% ################################################################## 92.6% ######################################################################## 100.0% [2020-11-05T11:14:56.335Z] #27 5.603 [2020-11-05T11:14:56.432Z] #41 42.69 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-11-05T11:14:56.432Z] #41 42.77 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-11-05T11:14:56.432Z] #41 42.78 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-05T11:14:56.432Z] #41 42.91 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-11-05T11:14:56.432Z] #41 42.93 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-11-05T11:14:56.432Z] #41 42.93 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-11-05T11:14:56.732Z] #41 43.06 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-11-05T11:14:56.732Z] #41 43.06 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-11-05T11:14:56.732Z] #41 43.07 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-11-05T11:14:56.907Z] #27 6.000 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-05T11:14:56.907Z] #27 6.172 [2020-11-05T11:14:57.040Z] #41 43.44 Selecting previously unselected package libprotobuf17:ppc64el. [2020-11-05T11:14:57.040Z] #41 43.47 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-11-05T11:14:57.040Z] #41 43.48 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-11-05T11:14:57.168Z] #27 6.286 ######################################################################## 100.0% [2020-11-05T11:14:57.168Z] #27 6.320 [2020-11-05T11:14:57.268Z] #27 9.533 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-05T11:14:57.268Z] #27 9.589 skipping existing 9a99313a2c50 [2020-11-05T11:14:57.268Z] #27 9.633 [2020-11-05T11:14:57.755Z] #27 6.793 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-05T11:14:57.756Z] #27 7.004 [2020-11-05T11:14:57.846Z] #27 10.26 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-05T11:14:58.046Z] #27 7.119 #################################################### 72.2% ######################################################################## 100.0% [2020-11-05T11:14:58.046Z] #27 7.163 [2020-11-05T11:14:58.103Z] #41 44.52 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-11-05T11:14:58.103Z] #41 44.52 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-11-05T11:14:58.103Z] #41 44.53 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-11-05T11:14:58.109Z] #27 ... [2020-11-05T11:14:58.109Z] [2020-11-05T11:14:58.109Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-05T11:14:58.109Z] #37 DONE 5.4s [2020-11-05T11:14:58.109Z] [2020-11-05T11:14:58.109Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-05T11:14:58.109Z] #29 DONE 5.5s [2020-11-05T11:14:58.109Z] [2020-11-05T11:14:58.109Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:14:58.109Z] #27 10.46 [2020-11-05T11:14:58.109Z] #27 ... [2020-11-05T11:14:58.109Z] [2020-11-05T11:14:58.109Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:14:58.411Z] #41 44.86 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-11-05T11:14:58.411Z] #41 44.87 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-11-05T11:14:58.411Z] #41 44.88 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-11-05T11:14:58.629Z] #27 7.801 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-05T11:14:58.630Z] #27 7.801 skipping existing c35d46ef359f [2020-11-05T11:14:58.630Z] #27 7.801 [2020-11-05T11:14:59.245Z] #27 8.372 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-05T11:14:59.505Z] #27 8.525 [2020-11-05T11:14:59.505Z] #27 8.606 ######################################################################## 100.0% [2020-11-05T11:14:59.505Z] #27 8.635 [2020-11-05T11:14:59.785Z] #27 8.981 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-05T11:14:59.959Z] #41 ... [2020-11-05T11:14:59.959Z] [2020-11-05T11:14:59.959Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:14:59.959Z] #44 46.54 internal/reflectlite [2020-11-05T11:14:59.959Z] #44 46.56 github.com/LK4D4/vndr/godl/singleflight [2020-11-05T11:15:00.049Z] #27 9.085 [2020-11-05T11:15:00.049Z] #27 9.168 ######################################################################## 100.0% [2020-11-05T11:15:00.049Z] #27 9.209 [2020-11-05T11:15:00.049Z] #27 9.244 Download of images into '/build' complete. [2020-11-05T11:15:00.049Z] #27 9.244 Use something like the following to load the result into a Docker daemon: [2020-11-05T11:15:00.049Z] #27 9.244 tar -cC '/build' . | docker load [2020-11-05T11:15:00.258Z] #44 46.56 math/rand [2020-11-05T11:15:00.258Z] #44 46.56 internal/singleflight [2020-11-05T11:15:00.258Z] #44 ... [2020-11-05T11:15:00.258Z] [2020-11-05T11:15:00.258Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:00.258Z] #48 36.63 go: extracting golang.org/x/text v0.3.2 [2020-11-05T11:15:00.258Z] #48 45.12 go: finding github.com/fatih/color v1.7.0 [2020-11-05T11:15:00.258Z] #48 45.18 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-05T11:15:00.258Z] #48 45.28 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-05T11:15:00.258Z] #48 45.33 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-05T11:15:00.258Z] #48 45.37 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-05T11:15:00.258Z] #48 45.43 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-05T11:15:00.258Z] #48 45.47 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-05T11:15:00.258Z] #48 45.48 go: finding github.com/pkg/errors v0.8.1 [2020-11-05T11:15:00.258Z] #48 45.56 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-05T11:15:00.258Z] #48 45.59 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-05T11:15:00.258Z] #48 45.61 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-05T11:15:00.258Z] #48 45.70 go: finding github.com/spf13/viper v1.6.1 [2020-11-05T11:15:00.258Z] #48 45.71 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-05T11:15:00.258Z] #48 45.85 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-05T11:15:00.258Z] #48 45.87 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-05T11:15:00.258Z] #48 45.95 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-05T11:15:00.258Z] #48 45.96 go: finding github.com/stretchr/testify v1.4.0 [2020-11-05T11:15:00.258Z] #48 46.01 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-05T11:15:00.258Z] #48 46.04 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-05T11:15:00.258Z] #48 46.06 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-05T11:15:00.258Z] #48 46.12 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-05T11:15:00.258Z] #48 46.14 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-05T11:15:00.258Z] #48 46.16 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-05T11:15:00.258Z] #48 46.16 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-05T11:15:00.258Z] #48 46.21 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-05T11:15:00.258Z] #48 46.23 go: finding github.com/spf13/cobra v0.0.5 [2020-11-05T11:15:00.258Z] #48 46.24 go: finding github.com/gobwas/glob v0.2.3 [2020-11-05T11:15:00.258Z] #48 46.25 go: finding github.com/stretchr/objx v0.2.0 [2020-11-05T11:15:00.258Z] #48 46.30 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-05T11:15:00.258Z] #48 46.32 go: finding github.com/spf13/pflag v1.0.5 [2020-11-05T11:15:00.258Z] #48 46.33 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-05T11:15:00.258Z] #48 46.47 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-05T11:15:00.258Z] #48 46.52 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-05T11:15:00.258Z] #48 46.53 go: finding github.com/magiconair/properties v1.8.1 [2020-11-05T11:15:00.258Z] #48 46.54 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-05T11:15:00.258Z] #48 46.55 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-05T11:15:00.258Z] #48 46.65 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-05T11:15:00.258Z] #48 46.66 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-05T11:15:00.258Z] #48 46.76 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-05T11:15:00.258Z] #48 46.78 go: finding github.com/spf13/cast v1.3.0 [2020-11-05T11:15:00.258Z] #48 ... [2020-11-05T11:15:00.258Z] [2020-11-05T11:15:00.258Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:00.258Z] #41 46.61 Selecting previously unselected package libprotoc17:ppc64el. [2020-11-05T11:15:00.258Z] #41 46.61 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-11-05T11:15:00.258Z] #41 46.63 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-11-05T11:15:00.810Z] #30 ... [2020-11-05T11:15:00.810Z] [2020-11-05T11:15:00.810Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-05T11:15:00.810Z] #27 10.73 #=#=# ######################################################################## 100.0% [2020-11-05T11:15:00.810Z] #27 10.86 [2020-11-05T11:15:00.810Z] #27 11.41 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-05T11:15:00.810Z] #27 11.67 [2020-11-05T11:15:00.810Z] #27 11.76 ######################################################################## 100.0% [2020-11-05T11:15:00.810Z] #27 11.79 [2020-11-05T11:15:00.810Z] #27 11.83 Download of images into '/build' complete. [2020-11-05T11:15:00.810Z] #27 11.83 Use something like the following to load the result into a Docker daemon: [2020-11-05T11:15:00.810Z] #27 11.83 tar -cC '/build' . | docker load [2020-11-05T11:15:00.810Z] #27 DONE 12.8s [2020-11-05T11:15:00.810Z] [2020-11-05T11:15:00.810Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:15:00.908Z] #41 47.23 Selecting previously unselected package protobuf-c-compiler. [2020-11-05T11:15:00.908Z] #41 47.24 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-11-05T11:15:00.908Z] #41 47.25 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-05T11:15:00.908Z] #41 47.40 Selecting previously unselected package protobuf-compiler. [2020-11-05T11:15:00.908Z] #41 47.40 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-11-05T11:15:00.908Z] #41 47.41 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-05T11:15:01.208Z] #41 47.55 Selecting previously unselected package python-pkg-resources. [2020-11-05T11:15:01.208Z] #41 47.59 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-05T11:15:01.208Z] #41 47.59 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-05T11:15:01.208Z] #41 47.89 Selecting previously unselected package python-six. [2020-11-05T11:15:01.511Z] #41 47.90 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-05T11:15:01.511Z] #41 47.91 Unpacking python-six (1.12.0-1) ... [2020-11-05T11:15:01.812Z] #41 48.11 Selecting previously unselected package python-protobuf. [2020-11-05T11:15:01.812Z] #41 48.12 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-11-05T11:15:01.812Z] #41 48.14 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-05T11:15:01.968Z] #27 DONE 11.1s [2020-11-05T11:15:01.968Z] [2020-11-05T11:15:01.968Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:01.968Z] #32 7.555 + RM_GOPATH=0 [2020-11-05T11:15:01.969Z] #32 7.555 + TMP_GOPATH= [2020-11-05T11:15:01.969Z] #32 7.555 + : /build [2020-11-05T11:15:01.969Z] #32 7.555 + '[' -z '' ']' [2020-11-05T11:15:01.969Z] #32 7.555 ++ mktemp -d [2020-11-05T11:15:01.969Z] #32 7.555 + export GOPATH=/tmp/tmp.akpqKuXAwb [2020-11-05T11:15:01.969Z] #32 7.555 + GOPATH=/tmp/tmp.akpqKuXAwb [2020-11-05T11:15:01.969Z] #32 7.555 + RM_GOPATH=1 [2020-11-05T11:15:01.969Z] #32 7.555 + case "$(go env GOARCH)" in [2020-11-05T11:15:01.969Z] #32 7.556 ++ go env GOARCH [2020-11-05T11:15:01.969Z] #32 7.569 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:01.969Z] #32 7.569 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:01.969Z] #32 7.569 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:01.969Z] #32 7.572 + dir=/tmp/install [2020-11-05T11:15:01.969Z] #32 7.572 + bin=tomlv [2020-11-05T11:15:01.969Z] #32 7.572 + shift [2020-11-05T11:15:01.969Z] #32 7.572 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-05T11:15:01.969Z] #32 7.572 + . /tmp/install/tomlv.installer [2020-11-05T11:15:01.969Z] #32 7.572 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-05T11:15:01.969Z] #32 7.572 + install_tomlv [2020-11-05T11:15:01.969Z] #32 7.572 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-05T11:15:01.969Z] #32 7.572 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.akpqKuXAwb/src/github.com/BurntSushi/toml [2020-11-05T11:15:01.969Z] #32 7.572 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-05T11:15:01.969Z] #32 7.578 Cloning into '/tmp/tmp.akpqKuXAwb/src/github.com/BurntSushi/toml'... [2020-11-05T11:15:02.113Z] #41 48.68 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-05T11:15:02.230Z] #32 8.175 + cd /tmp/tmp.akpqKuXAwb/src/github.com/BurntSushi/toml [2020-11-05T11:15:02.230Z] #32 8.175 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-05T11:15:02.230Z] #32 8.175 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-05T11:15:02.379Z] #38 4.486 + git clone https://github.com/docker/distribution.git . [2020-11-05T11:15:02.379Z] #38 4.488 Cloning into '.'... [2020-11-05T11:15:02.490Z] #32 8.398 runtime/internal/atomic [2020-11-05T11:15:02.490Z] #32 8.463 internal/cpu [2020-11-05T11:15:02.490Z] #32 8.539 runtime/internal/sys [2020-11-05T11:15:02.643Z] #38 ... [2020-11-05T11:15:02.643Z] [2020-11-05T11:15:02.643Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:15:02.643Z] #53 9.038 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:15:02.643Z] #53 9.387 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:15:02.643Z] #53 9.406 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:15:02.643Z] #53 9.932 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-05T11:15:02.643Z] #53 ... [2020-11-05T11:15:02.643Z] [2020-11-05T11:15:02.643Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:02.643Z] #56 9.183 + RM_GOPATH=0 [2020-11-05T11:15:02.643Z] #56 9.183 + TMP_GOPATH= [2020-11-05T11:15:02.643Z] #56 9.183 + : /build [2020-11-05T11:15:02.643Z] #56 9.183 + '[' -z '' ']' [2020-11-05T11:15:02.643Z] #56 9.185 ++ mktemp -d [2020-11-05T11:15:02.643Z] #56 9.185 + export GOPATH=/tmp/tmp.4h4usvo4Y4 [2020-11-05T11:15:02.643Z] #56 9.185 + GOPATH=/tmp/tmp.4h4usvo4Y4 [2020-11-05T11:15:02.643Z] #56 9.185 + RM_GOPATH=1 [2020-11-05T11:15:02.643Z] #56 9.185 + case "$(go env GOARCH)" in [2020-11-05T11:15:02.643Z] #56 9.186 ++ go env GOARCH [2020-11-05T11:15:02.643Z] #56 9.199 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:02.643Z] #56 9.199 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:02.643Z] #56 9.208 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:02.643Z] #56 9.208 + dir=/tmp/install [2020-11-05T11:15:02.643Z] #56 9.208 + bin=rootlesskit [2020-11-05T11:15:02.643Z] #56 9.208 + shift [2020-11-05T11:15:02.643Z] #56 9.208 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-05T11:15:02.643Z] #56 9.208 + . /tmp/install/rootlesskit.installer [2020-11-05T11:15:02.643Z] #56 9.208 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-05T11:15:02.643Z] #56 9.208 + install_rootlesskit [2020-11-05T11:15:02.643Z] #56 9.208 + case "$1" in [2020-11-05T11:15:02.643Z] #56 9.208 + export CGO_ENABLED=0 [2020-11-05T11:15:02.643Z] #56 9.208 + CGO_ENABLED=0 [2020-11-05T11:15:02.643Z] #56 9.208 + _install_rootlesskit [2020-11-05T11:15:02.643Z] #56 9.208 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-11-05T11:15:02.643Z] #56 9.208 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.4h4usvo4Y4/src/github.com/rootless-containers/rootlesskit [2020-11-05T11:15:02.643Z] #56 9.208 Cloning into '/tmp/tmp.4h4usvo4Y4/src/github.com/rootless-containers/rootlesskit'... [2020-11-05T11:15:02.643Z] #56 9.211 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-05T11:15:02.751Z] #32 8.636 runtime/internal/math [2020-11-05T11:15:02.751Z] #32 8.659 internal/bytealg [2020-11-05T11:15:02.751Z] #32 8.671 math/bits [2020-11-05T11:15:02.906Z] #56 ... [2020-11-05T11:15:02.906Z] [2020-11-05T11:15:02.906Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:15:02.906Z] #43 9.304 + RM_GOPATH=0 [2020-11-05T11:15:02.906Z] #43 9.304 + TMP_GOPATH= [2020-11-05T11:15:02.906Z] #43 9.304 + : /build [2020-11-05T11:15:02.906Z] #43 9.304 + '[' -z '' ']' [2020-11-05T11:15:02.906Z] #43 9.304 ++ mktemp -d [2020-11-05T11:15:02.906Z] #43 9.304 + export GOPATH=/tmp/tmp.rC7oAvZAYI [2020-11-05T11:15:02.906Z] #43 9.304 + GOPATH=/tmp/tmp.rC7oAvZAYI [2020-11-05T11:15:02.906Z] #43 9.304 + RM_GOPATH=1 [2020-11-05T11:15:02.906Z] #43 9.304 + case "$(go env GOARCH)" in [2020-11-05T11:15:02.906Z] #43 9.304 ++ go env GOARCH [2020-11-05T11:15:02.906Z] #43 9.320 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-05T11:15:02.906Z] #43 9.321 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:02.906Z] #43 9.321 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:02.906Z] #43 9.321 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:02.906Z] #43 9.321 + dir=/tmp/install [2020-11-05T11:15:02.906Z] #43 9.321 + bin=vndr [2020-11-05T11:15:02.906Z] #43 9.321 + shift [2020-11-05T11:15:02.906Z] #43 9.321 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-05T11:15:02.906Z] #43 9.321 + . /tmp/install/vndr.installer [2020-11-05T11:15:02.906Z] #43 9.321 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-05T11:15:02.906Z] #43 9.321 + install_vndr [2020-11-05T11:15:02.906Z] #43 9.321 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-05T11:15:02.906Z] #43 9.321 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.rC7oAvZAYI/src/github.com/LK4D4/vndr [2020-11-05T11:15:02.906Z] #43 9.326 Cloning into '/tmp/tmp.rC7oAvZAYI/src/github.com/LK4D4/vndr'... [2020-11-05T11:15:02.906Z] #43 10.04 + cd /tmp/tmp.rC7oAvZAYI/src/github.com/LK4D4/vndr [2020-11-05T11:15:02.906Z] #43 10.04 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-05T11:15:02.906Z] #43 10.05 + go build -buildmode=pie -v -o /build/vndr . [2020-11-05T11:15:03.012Z] #32 8.851 math [2020-11-05T11:15:03.169Z] #43 ... [2020-11-05T11:15:03.169Z] [2020-11-05T11:15:03.169Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:03.169Z] #45 9.943 + RM_GOPATH=0 [2020-11-05T11:15:03.169Z] #45 9.943 + TMP_GOPATH= [2020-11-05T11:15:03.169Z] #45 9.943 + : /build [2020-11-05T11:15:03.169Z] #45 9.943 + '[' -z '' ']' [2020-11-05T11:15:03.169Z] #45 9.943 ++ mktemp -d [2020-11-05T11:15:03.169Z] #45 9.944 + export GOPATH=/tmp/tmp.eqLxmKUS8c [2020-11-05T11:15:03.169Z] #45 9.944 + GOPATH=/tmp/tmp.eqLxmKUS8c [2020-11-05T11:15:03.169Z] #45 9.944 + RM_GOPATH=1 [2020-11-05T11:15:03.169Z] #45 9.944 + case "$(go env GOARCH)" in [2020-11-05T11:15:03.169Z] #45 9.945 ++ go env GOARCH [2020-11-05T11:15:03.169Z] #45 9.972 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:03.169Z] #45 9.972 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:03.169Z] #45 9.972 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:03.169Z] #45 9.980 + dir=/tmp/install [2020-11-05T11:15:03.169Z] #45 9.980 + bin=gotestsum [2020-11-05T11:15:03.169Z] #45 9.995 + shift [2020-11-05T11:15:03.169Z] #45 9.995 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-05T11:15:03.169Z] #45 9.995 + . /tmp/install/gotestsum.installer [2020-11-05T11:15:03.169Z] #45 9.995 ++ : v0.5.3 [2020-11-05T11:15:03.169Z] #45 9.995 + install_gotestsum [2020-11-05T11:15:03.169Z] #45 9.995 + set -e [2020-11-05T11:15:03.169Z] #45 9.995 + export GO111MODULE=on [2020-11-05T11:15:03.169Z] #45 9.995 + GO111MODULE=on [2020-11-05T11:15:03.169Z] #45 9.995 + GOBIN=/build [2020-11-05T11:15:03.169Z] #45 9.995 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-05T11:15:03.169Z] #45 10.01 go: finding gotest.tools v0.5.3 [2020-11-05T11:15:03.169Z] #45 10.02 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-05T11:15:03.169Z] #45 ... [2020-11-05T11:15:03.169Z] [2020-11-05T11:15:03.169Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:03.169Z] #32 9.529 + RM_GOPATH=0 [2020-11-05T11:15:03.169Z] #32 9.529 + TMP_GOPATH= [2020-11-05T11:15:03.169Z] #32 9.530 + : /build [2020-11-05T11:15:03.169Z] #32 9.530 + '[' -z '' ']' [2020-11-05T11:15:03.169Z] #32 9.530 ++ mktemp -d [2020-11-05T11:15:03.169Z] #32 9.552 + export GOPATH=/tmp/tmp.VLfuMvHcFa [2020-11-05T11:15:03.169Z] #32 9.552 + GOPATH=/tmp/tmp.VLfuMvHcFa [2020-11-05T11:15:03.169Z] #32 9.552 + RM_GOPATH=1 [2020-11-05T11:15:03.169Z] #32 9.552 + case "$(go env GOARCH)" in [2020-11-05T11:15:03.169Z] #32 9.562 ++ go env GOARCH [2020-11-05T11:15:03.169Z] #32 9.627 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:03.169Z] #32 9.627 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:03.169Z] #32 9.627 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:03.169Z] #32 9.647 + dir=/tmp/install [2020-11-05T11:15:03.169Z] #32 9.647 + bin=tomlv [2020-11-05T11:15:03.169Z] #32 9.647 + shift [2020-11-05T11:15:03.169Z] #32 9.647 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-05T11:15:03.169Z] #32 9.647 + . /tmp/install/tomlv.installer [2020-11-05T11:15:03.169Z] #32 9.647 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-05T11:15:03.169Z] #32 9.647 + install_tomlv [2020-11-05T11:15:03.169Z] #32 9.647 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-05T11:15:03.169Z] #32 9.647 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.VLfuMvHcFa/src/github.com/BurntSushi/toml [2020-11-05T11:15:03.169Z] #32 9.664 Cloning into '/tmp/tmp.VLfuMvHcFa/src/github.com/BurntSushi/toml'... [2020-11-05T11:15:03.169Z] #32 9.668 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-05T11:15:03.273Z] #32 9.151 runtime [2020-11-05T11:15:03.432Z] #32 ... [2020-11-05T11:15:03.432Z] [2020-11-05T11:15:03.432Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:03.432Z] #22 9.390 + RM_GOPATH=0 [2020-11-05T11:15:03.432Z] #22 9.390 + TMP_GOPATH= [2020-11-05T11:15:03.432Z] #22 9.390 + : /build [2020-11-05T11:15:03.432Z] #22 9.390 + '[' -z '' ']' [2020-11-05T11:15:03.432Z] #22 9.390 ++ mktemp -d [2020-11-05T11:15:03.432Z] #22 9.390 + export GOPATH=/tmp/tmp.wSdptHsXyt [2020-11-05T11:15:03.432Z] #22 9.390 + GOPATH=/tmp/tmp.wSdptHsXyt [2020-11-05T11:15:03.432Z] #22 9.390 + RM_GOPATH=1 [2020-11-05T11:15:03.432Z] #22 9.390 + case "$(go env GOARCH)" in [2020-11-05T11:15:03.432Z] #22 9.392 ++ go env GOARCH [2020-11-05T11:15:03.432Z] #22 9.400 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:03.432Z] #22 9.400 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:03.432Z] #22 9.402 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:03.432Z] #22 9.407 + dir=/tmp/install [2020-11-05T11:15:03.432Z] #22 9.407 + bin=dockercli [2020-11-05T11:15:03.432Z] #22 9.407 + shift [2020-11-05T11:15:03.432Z] #22 9.407 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-05T11:15:03.432Z] #22 9.407 + . /tmp/install/dockercli.installer [2020-11-05T11:15:03.432Z] #22 9.407 ++ : stable [2020-11-05T11:15:03.432Z] #22 9.407 ++ : 17.06.2-ce [2020-11-05T11:15:03.432Z] #22 9.408 + install_dockercli [2020-11-05T11:15:03.432Z] #22 9.408 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-05T11:15:03.432Z] #22 9.408 ++ uname -m [2020-11-05T11:15:03.432Z] #22 9.412 Install docker/cli version 17.06.2-ce from stable [2020-11-05T11:15:03.432Z] #22 9.423 + arch=aarch64 [2020-11-05T11:15:03.432Z] #22 9.423 + '[' aarch64 '!=' x86_64 ']' [2020-11-05T11:15:03.432Z] #22 9.423 + '[' aarch64 '!=' s390x ']' [2020-11-05T11:15:03.432Z] #22 9.423 + '[' aarch64 '!=' armhf ']' [2020-11-05T11:15:03.432Z] #22 9.423 + build_dockercli [2020-11-05T11:15:03.432Z] #22 9.423 + git clone https://github.com/docker/docker-ce /tmp/tmp.wSdptHsXyt/tmp/docker-ce [2020-11-05T11:15:03.432Z] #22 9.427 Cloning into '/tmp/tmp.wSdptHsXyt/tmp/docker-ce'... [2020-11-05T11:15:03.432Z] #22 ... [2020-11-05T11:15:03.432Z] [2020-11-05T11:15:03.432Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:03.432Z] #49 9.703 + RM_GOPATH=0 [2020-11-05T11:15:03.432Z] #49 9.703 + TMP_GOPATH= [2020-11-05T11:15:03.432Z] #49 9.703 + : /build [2020-11-05T11:15:03.432Z] #49 9.703 + '[' -z '' ']' [2020-11-05T11:15:03.432Z] #49 9.703 ++ mktemp -d [2020-11-05T11:15:03.432Z] #49 9.714 + export GOPATH=/tmp/tmp.q32N2HXNob [2020-11-05T11:15:03.432Z] #49 9.714 + GOPATH=/tmp/tmp.q32N2HXNob [2020-11-05T11:15:03.432Z] #49 9.714 + RM_GOPATH=1 [2020-11-05T11:15:03.432Z] #49 9.714 + case "$(go env GOARCH)" in [2020-11-05T11:15:03.432Z] #49 9.723 ++ go env GOARCH [2020-11-05T11:15:03.432Z] #49 9.735 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:03.432Z] #49 9.735 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:03.432Z] #49 9.741 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-05T11:15:03.432Z] #49 9.741 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:03.432Z] #49 9.741 + dir=/tmp/install [2020-11-05T11:15:03.432Z] #49 9.741 + bin=shfmt [2020-11-05T11:15:03.432Z] #49 9.741 + shift [2020-11-05T11:15:03.432Z] #49 9.741 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-05T11:15:03.432Z] #49 9.741 + . /tmp/install/shfmt.installer [2020-11-05T11:15:03.432Z] #49 9.741 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-05T11:15:03.432Z] #49 9.741 + install_shfmt [2020-11-05T11:15:03.432Z] #49 9.741 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-05T11:15:03.432Z] #49 9.741 + git clone https://github.com/mvdan/sh.git /tmp/tmp.q32N2HXNob/src/github.com/mvdan/sh [2020-11-05T11:15:03.432Z] #49 9.741 Cloning into '/tmp/tmp.q32N2HXNob/src/github.com/mvdan/sh'... [2020-11-05T11:15:03.695Z] #49 ... [2020-11-05T11:15:03.695Z] [2020-11-05T11:15:03.695Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:03.695Z] #62 8.426 + RM_GOPATH=0 [2020-11-05T11:15:03.695Z] #62 8.426 + TMP_GOPATH= [2020-11-05T11:15:03.695Z] #62 8.427 + : /build [2020-11-05T11:15:03.695Z] #62 8.427 + '[' -z '' ']' [2020-11-05T11:15:03.695Z] #62 8.428 ++ mktemp -d [2020-11-05T11:15:03.695Z] #62 8.430 + export GOPATH=/tmp/tmp.TVhVbJ2qSx [2020-11-05T11:15:03.695Z] #62 8.430 + GOPATH=/tmp/tmp.TVhVbJ2qSx [2020-11-05T11:15:03.695Z] #62 8.430 + RM_GOPATH=1 [2020-11-05T11:15:03.695Z] #62 8.430 + case "$(go env GOARCH)" in [2020-11-05T11:15:03.695Z] #62 8.431 ++ go env GOARCH [2020-11-05T11:15:03.695Z] #62 8.466 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:03.695Z] #62 8.466 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:03.695Z] #62 8.467 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:03.695Z] #62 8.469 + dir=/tmp/install [2020-11-05T11:15:03.695Z] #62 8.469 + bin=proxy [2020-11-05T11:15:03.695Z] #62 8.469 + shift [2020-11-05T11:15:03.695Z] #62 8.469 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-05T11:15:03.695Z] #62 8.469 + . /tmp/install/proxy.installer [2020-11-05T11:15:03.695Z] #62 8.469 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-11-05T11:15:03.695Z] #62 8.469 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-11-05T11:15:03.695Z] #62 8.469 + install_proxy [2020-11-05T11:15:03.695Z] #62 8.469 + case "$1" in [2020-11-05T11:15:03.695Z] #62 8.469 + export CGO_ENABLED=0 [2020-11-05T11:15:03.695Z] #62 8.469 + CGO_ENABLED=0 [2020-11-05T11:15:03.695Z] #62 8.469 + _install_proxy [2020-11-05T11:15:03.695Z] #62 8.469 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-11-05T11:15:03.695Z] #62 8.469 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.TVhVbJ2qSx/src/github.com/docker/libnetwork [2020-11-05T11:15:03.695Z] #62 8.474 Cloning into '/tmp/tmp.TVhVbJ2qSx/src/github.com/docker/libnetwork'... [2020-11-05T11:15:03.695Z] #62 ... [2020-11-05T11:15:03.695Z] [2020-11-05T11:15:03.695Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:03.695Z] #47 9.515 + RM_GOPATH=0 [2020-11-05T11:15:03.695Z] #47 9.515 + TMP_GOPATH= [2020-11-05T11:15:03.695Z] #47 9.515 + : /build [2020-11-05T11:15:03.695Z] #47 9.515 + '[' -z '' ']' [2020-11-05T11:15:03.695Z] #47 9.517 ++ mktemp -d [2020-11-05T11:15:03.695Z] #47 9.523 + export GOPATH=/tmp/tmp.pluk9rTGKb [2020-11-05T11:15:03.695Z] #47 9.523 + GOPATH=/tmp/tmp.pluk9rTGKb [2020-11-05T11:15:03.695Z] #47 9.523 + RM_GOPATH=1 [2020-11-05T11:15:03.695Z] #47 9.523 + case "$(go env GOARCH)" in [2020-11-05T11:15:03.695Z] #47 9.523 ++ go env GOARCH [2020-11-05T11:15:03.695Z] #47 9.561 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:03.695Z] #47 9.561 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:03.695Z] #47 9.561 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:03.695Z] #47 9.561 + dir=/tmp/install [2020-11-05T11:15:03.695Z] #47 9.561 + bin=golangci_lint [2020-11-05T11:15:03.695Z] #47 9.561 + shift [2020-11-05T11:15:03.695Z] #47 9.561 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-05T11:15:03.695Z] #47 9.561 + . /tmp/install/golangci_lint.installer [2020-11-05T11:15:03.695Z] #47 9.561 ++ : v1.23.8 [2020-11-05T11:15:03.695Z] #47 9.561 + install_golangci_lint [2020-11-05T11:15:03.695Z] #47 9.561 + set -e [2020-11-05T11:15:03.695Z] #47 9.561 + export GO111MODULE=on [2020-11-05T11:15:03.695Z] #47 9.561 + GO111MODULE=on [2020-11-05T11:15:03.695Z] #47 9.561 + GOBIN=/build [2020-11-05T11:15:03.695Z] #47 9.561 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-05T11:15:03.695Z] #47 9.734 go: finding github.com v1.23.8 [2020-11-05T11:15:03.695Z] #47 9.734 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-05T11:15:03.695Z] #47 9.734 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-05T11:15:03.695Z] #47 9.734 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-05T11:15:03.695Z] #47 9.734 go: finding github.com/golangci v1.23.8 [2020-11-05T11:15:03.695Z] #47 10.21 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-05T11:15:03.958Z] #47 ... [2020-11-05T11:15:03.958Z] [2020-11-05T11:15:03.958Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:03.958Z] #11 10.30 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:15:03.958Z] #11 10.34 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:15:03.958Z] #11 10.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:15:03.958Z] #11 ... [2020-11-05T11:15:03.958Z] [2020-11-05T11:15:03.958Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:03.959Z] #40 10.65 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:15:03.959Z] #40 10.75 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:15:03.959Z] #40 10.75 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:15:04.223Z] #40 ... [2020-11-05T11:15:04.223Z] [2020-11-05T11:15:04.223Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:15:04.223Z] #34 9.996 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:15:04.223Z] #34 10.03 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:15:04.223Z] #34 10.03 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:15:04.223Z] #34 11.55 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-05T11:15:04.223Z] #34 ... [2020-11-05T11:15:04.223Z] [2020-11-05T11:15:04.223Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:15:04.223Z] #43 11.37 runtime/internal/sys [2020-11-05T11:15:04.223Z] #43 11.48 internal/cpu [2020-11-05T11:15:04.223Z] #43 11.52 runtime/internal/atomic [2020-11-05T11:15:04.223Z] #43 11.63 internal/race [2020-11-05T11:15:04.223Z] #43 11.71 runtime/internal/math [2020-11-05T11:15:04.223Z] #43 11.79 sync/atomic [2020-11-05T11:15:04.225Z] #32 ... [2020-11-05T11:15:04.225Z] [2020-11-05T11:15:04.225Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:15:04.225Z] #53 ... [2020-11-05T11:15:04.225Z] [2020-11-05T11:15:04.225Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:04.225Z] #11 10.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:15:04.225Z] #11 10.17 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:15:04.225Z] #11 10.17 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:15:04.225Z] #11 ... [2020-11-05T11:15:04.225Z] [2020-11-05T11:15:04.225Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:04.225Z] #49 9.007 + RM_GOPATH=0 [2020-11-05T11:15:04.225Z] #49 9.007 + TMP_GOPATH= [2020-11-05T11:15:04.225Z] #49 9.007 + : /build [2020-11-05T11:15:04.225Z] #49 9.007 + '[' -z '' ']' [2020-11-05T11:15:04.225Z] #49 9.007 ++ mktemp -d [2020-11-05T11:15:04.225Z] #49 9.012 + export GOPATH=/tmp/tmp.Qu6JSngBo5 [2020-11-05T11:15:04.225Z] #49 9.012 + GOPATH=/tmp/tmp.Qu6JSngBo5 [2020-11-05T11:15:04.225Z] #49 9.012 + RM_GOPATH=1 [2020-11-05T11:15:04.225Z] #49 9.012 + case "$(go env GOARCH)" in [2020-11-05T11:15:04.225Z] #49 9.012 ++ go env GOARCH [2020-11-05T11:15:04.225Z] #49 9.057 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:04.225Z] #49 9.057 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:04.225Z] #49 9.057 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:04.225Z] #49 9.057 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-05T11:15:04.225Z] #49 9.065 + dir=/tmp/install [2020-11-05T11:15:04.225Z] #49 9.065 + bin=shfmt [2020-11-05T11:15:04.225Z] #49 9.065 + shift [2020-11-05T11:15:04.225Z] #49 9.065 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-05T11:15:04.225Z] #49 9.065 + . /tmp/install/shfmt.installer [2020-11-05T11:15:04.225Z] #49 9.065 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-05T11:15:04.225Z] #49 9.065 + install_shfmt [2020-11-05T11:15:04.225Z] #49 9.065 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-05T11:15:04.225Z] #49 9.065 + git clone https://github.com/mvdan/sh.git /tmp/tmp.Qu6JSngBo5/src/github.com/mvdan/sh [2020-11-05T11:15:04.225Z] #49 9.067 Cloning into '/tmp/tmp.Qu6JSngBo5/src/github.com/mvdan/sh'... [2020-11-05T11:15:04.486Z] #49 ... [2020-11-05T11:15:04.486Z] [2020-11-05T11:15:04.486Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:04.486Z] #47 9.012 + RM_GOPATH=0 [2020-11-05T11:15:04.486Z] #47 9.012 + TMP_GOPATH= [2020-11-05T11:15:04.486Z] #47 9.012 + : /build [2020-11-05T11:15:04.486Z] #47 9.012 + '[' -z '' ']' [2020-11-05T11:15:04.486Z] #47 9.012 ++ mktemp -d [2020-11-05T11:15:04.486Z] #47 9.014 + export GOPATH=/tmp/tmp.QGOm2BY1iB [2020-11-05T11:15:04.486Z] #47 9.014 + GOPATH=/tmp/tmp.QGOm2BY1iB [2020-11-05T11:15:04.486Z] #47 9.014 + RM_GOPATH=1 [2020-11-05T11:15:04.486Z] #47 9.014 + case "$(go env GOARCH)" in [2020-11-05T11:15:04.486Z] #47 9.017 ++ go env GOARCH [2020-11-05T11:15:04.486Z] #47 9.065 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:04.486Z] #47 9.065 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:04.486Z] #47 9.069 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:04.486Z] #47 9.069 + dir=/tmp/install [2020-11-05T11:15:04.486Z] #47 9.069 + bin=golangci_lint [2020-11-05T11:15:04.486Z] #47 9.069 + shift [2020-11-05T11:15:04.486Z] #47 9.069 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-05T11:15:04.486Z] #47 9.069 + . /tmp/install/golangci_lint.installer [2020-11-05T11:15:04.486Z] #47 9.069 ++ : v1.23.8 [2020-11-05T11:15:04.486Z] #47 9.069 + install_golangci_lint [2020-11-05T11:15:04.486Z] #47 9.069 + set -e [2020-11-05T11:15:04.486Z] #47 9.069 + export GO111MODULE=on [2020-11-05T11:15:04.486Z] #47 9.069 + GO111MODULE=on [2020-11-05T11:15:04.486Z] #47 9.069 + GOBIN=/build [2020-11-05T11:15:04.486Z] #47 9.069 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-05T11:15:04.486Z] #47 9.073 go: finding github.com v1.23.8 [2020-11-05T11:15:04.486Z] #47 9.073 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-05T11:15:04.486Z] #47 9.073 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-05T11:15:04.486Z] #47 9.073 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-05T11:15:04.486Z] #47 9.073 go: finding github.com/golangci v1.23.8 [2020-11-05T11:15:04.486Z] #47 10.37 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-05T11:15:04.486Z] #47 ... [2020-11-05T11:15:04.486Z] [2020-11-05T11:15:04.486Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:04.486Z] #56 9.988 + RM_GOPATH=0 [2020-11-05T11:15:04.486Z] #56 9.988 + TMP_GOPATH= [2020-11-05T11:15:04.486Z] #56 9.988 + : /build [2020-11-05T11:15:04.486Z] #56 9.988 + '[' -z '' ']' [2020-11-05T11:15:04.486Z] #56 9.988 ++ mktemp -d [2020-11-05T11:15:04.486Z] #56 9.988 + export GOPATH=/tmp/tmp.3MKTsI5Agl [2020-11-05T11:15:04.486Z] #56 9.988 + GOPATH=/tmp/tmp.3MKTsI5Agl [2020-11-05T11:15:04.486Z] #56 9.988 + RM_GOPATH=1 [2020-11-05T11:15:04.486Z] #56 9.988 + case "$(go env GOARCH)" in [2020-11-05T11:15:04.486Z] #56 9.988 ++ go env GOARCH [2020-11-05T11:15:04.486Z] #56 10.03 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-05T11:15:04.486Z] #56 10.04 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:04.486Z] #56 10.04 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:04.486Z] #56 10.04 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:04.486Z] #56 10.04 + dir=/tmp/install [2020-11-05T11:15:04.486Z] #56 10.04 + bin=rootlesskit [2020-11-05T11:15:04.486Z] #56 10.04 + shift [2020-11-05T11:15:04.487Z] #56 10.04 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-05T11:15:04.487Z] #56 10.04 + . /tmp/install/rootlesskit.installer [2020-11-05T11:15:04.487Z] #56 10.04 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-05T11:15:04.487Z] #56 10.04 + install_rootlesskit [2020-11-05T11:15:04.487Z] #56 10.04 + case "$1" in [2020-11-05T11:15:04.487Z] #56 10.04 + export CGO_ENABLED=0 [2020-11-05T11:15:04.487Z] #56 10.04 + CGO_ENABLED=0 [2020-11-05T11:15:04.487Z] #56 10.04 + _install_rootlesskit [2020-11-05T11:15:04.487Z] #56 10.04 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-11-05T11:15:04.487Z] #56 10.04 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.3MKTsI5Agl/src/github.com/rootless-containers/rootlesskit [2020-11-05T11:15:04.487Z] #56 10.04 Cloning into '/tmp/tmp.3MKTsI5Agl/src/github.com/rootless-containers/rootlesskit'... [2020-11-05T11:15:04.487Z] #43 11.86 unicode [2020-11-05T11:15:04.748Z] #56 ... [2020-11-05T11:15:04.748Z] [2020-11-05T11:15:04.748Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:04.748Z] #62 9.743 + RM_GOPATH=0 [2020-11-05T11:15:04.748Z] #62 9.743 + TMP_GOPATH= [2020-11-05T11:15:04.748Z] #62 9.743 + : /build [2020-11-05T11:15:04.748Z] #62 9.743 + '[' -z '' ']' [2020-11-05T11:15:04.748Z] #62 9.744 ++ mktemp -d [2020-11-05T11:15:04.748Z] #62 9.744 + export GOPATH=/tmp/tmp.BMd9qvw5iB [2020-11-05T11:15:04.748Z] #62 9.744 + GOPATH=/tmp/tmp.BMd9qvw5iB [2020-11-05T11:15:04.748Z] #62 9.744 + RM_GOPATH=1 [2020-11-05T11:15:04.748Z] #62 9.744 + case "$(go env GOARCH)" in [2020-11-05T11:15:04.748Z] #62 9.744 ++ go env GOARCH [2020-11-05T11:15:04.748Z] #62 9.807 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-11-05T11:15:04.748Z] #62 9.807 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:04.748Z] #62 9.807 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:04.748Z] #62 9.807 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:04.748Z] #62 9.807 + dir=/tmp/install [2020-11-05T11:15:04.748Z] #62 9.807 + bin=proxy [2020-11-05T11:15:04.748Z] #62 9.807 + shift [2020-11-05T11:15:04.748Z] #62 9.807 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-05T11:15:04.748Z] #62 9.807 + . /tmp/install/proxy.installer [2020-11-05T11:15:04.748Z] #62 9.807 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-11-05T11:15:04.748Z] #62 9.807 + install_proxy [2020-11-05T11:15:04.748Z] #62 9.807 + case "$1" in [2020-11-05T11:15:04.748Z] #62 9.807 + export CGO_ENABLED=0 [2020-11-05T11:15:04.748Z] #62 9.807 + CGO_ENABLED=0 [2020-11-05T11:15:04.748Z] #62 9.807 + _install_proxy [2020-11-05T11:15:04.748Z] #62 9.807 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-11-05T11:15:04.748Z] #62 9.807 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.BMd9qvw5iB/src/github.com/docker/libnetwork [2020-11-05T11:15:04.748Z] #62 9.869 Cloning into '/tmp/tmp.BMd9qvw5iB/src/github.com/docker/libnetwork'... [2020-11-05T11:15:04.758Z] #43 12.14 unicode/utf8 [2020-11-05T11:15:05.010Z] #62 ... [2020-11-05T11:15:05.010Z] [2020-11-05T11:15:05.010Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:15:05.010Z] #34 6.917 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:15:05.010Z] #34 7.094 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:15:05.010Z] #34 7.116 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:15:05.010Z] #34 7.158 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-05T11:15:05.010Z] #34 7.618 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-11-05T11:15:05.010Z] #34 7.851 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-05T11:15:05.010Z] #34 ... [2020-11-05T11:15:05.010Z] [2020-11-05T11:15:05.010Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:05.010Z] #40 10.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:15:05.010Z] #40 10.63 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:15:05.010Z] #40 10.63 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:15:05.010Z] #40 ... [2020-11-05T11:15:05.010Z] [2020-11-05T11:15:05.010Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:15:05.010Z] #43 9.505 + RM_GOPATH=0 [2020-11-05T11:15:05.010Z] #43 9.507 + TMP_GOPATH= [2020-11-05T11:15:05.010Z] #43 9.507 + : /build [2020-11-05T11:15:05.010Z] #43 9.507 + '[' -z '' ']' [2020-11-05T11:15:05.010Z] #43 9.507 ++ mktemp -d [2020-11-05T11:15:05.010Z] #43 9.509 + export GOPATH=/tmp/tmp.Bplt4ezDXx [2020-11-05T11:15:05.010Z] #43 9.509 + GOPATH=/tmp/tmp.Bplt4ezDXx [2020-11-05T11:15:05.010Z] #43 9.509 + RM_GOPATH=1 [2020-11-05T11:15:05.010Z] #43 9.509 + case "$(go env GOARCH)" in [2020-11-05T11:15:05.010Z] #43 9.509 ++ go env GOARCH [2020-11-05T11:15:05.010Z] #43 9.585 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:05.010Z] #43 9.585 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:05.010Z] #43 9.585 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:05.010Z] #43 9.602 + dir=/tmp/install [2020-11-05T11:15:05.010Z] #43 9.602 + bin=vndr [2020-11-05T11:15:05.010Z] #43 9.602 + shift [2020-11-05T11:15:05.010Z] #43 9.602 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-05T11:15:05.010Z] #43 9.602 + . /tmp/install/vndr.installer [2020-11-05T11:15:05.010Z] #43 9.602 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-05T11:15:05.010Z] #43 9.602 + install_vndr [2020-11-05T11:15:05.010Z] #43 9.602 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-05T11:15:05.010Z] #43 9.602 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Bplt4ezDXx/src/github.com/LK4D4/vndr [2020-11-05T11:15:05.010Z] #43 9.602 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-05T11:15:05.010Z] #43 9.615 Cloning into '/tmp/tmp.Bplt4ezDXx/src/github.com/LK4D4/vndr'... [2020-11-05T11:15:05.010Z] #43 10.95 + cd /tmp/tmp.Bplt4ezDXx/src/github.com/LK4D4/vndr [2020-11-05T11:15:05.010Z] #43 10.95 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-05T11:15:05.010Z] #43 10.97 + go build -buildmode=pie -v -o /build/vndr . [2020-11-05T11:15:05.023Z] #43 12.60 math [2020-11-05T11:15:05.271Z] #43 ... [2020-11-05T11:15:05.271Z] [2020-11-05T11:15:05.271Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:05.271Z] #22 8.440 + RM_GOPATH=0 [2020-11-05T11:15:05.271Z] #22 8.440 + TMP_GOPATH= [2020-11-05T11:15:05.271Z] #22 8.440 + : /build [2020-11-05T11:15:05.271Z] #22 8.440 + '[' -z '' ']' [2020-11-05T11:15:05.271Z] #22 8.440 ++ mktemp -d [2020-11-05T11:15:05.271Z] #22 8.440 + export GOPATH=/tmp/tmp.OFcfDxXRE6 [2020-11-05T11:15:05.271Z] #22 8.440 + GOPATH=/tmp/tmp.OFcfDxXRE6 [2020-11-05T11:15:05.271Z] #22 8.440 + RM_GOPATH=1 [2020-11-05T11:15:05.271Z] #22 8.440 + case "$(go env GOARCH)" in [2020-11-05T11:15:05.271Z] #22 8.440 ++ go env GOARCH [2020-11-05T11:15:05.271Z] #22 8.492 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:05.271Z] #22 8.492 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:05.271Z] #22 8.492 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:05.271Z] #22 8.500 + dir=/tmp/install [2020-11-05T11:15:05.271Z] #22 8.500 + bin=dockercli [2020-11-05T11:15:05.271Z] #22 8.500 + shift [2020-11-05T11:15:05.271Z] #22 8.500 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-05T11:15:05.271Z] #22 8.500 + . /tmp/install/dockercli.installer [2020-11-05T11:15:05.271Z] #22 8.500 ++ : stable [2020-11-05T11:15:05.271Z] #22 8.500 ++ : 17.06.2-ce [2020-11-05T11:15:05.271Z] #22 8.500 + install_dockercli [2020-11-05T11:15:05.271Z] #22 8.500 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-05T11:15:05.271Z] #22 8.500 ++ uname -m [2020-11-05T11:15:05.271Z] #22 8.500 + arch=x86_64 [2020-11-05T11:15:05.271Z] #22 8.500 + '[' x86_64 '!=' x86_64 ']' [2020-11-05T11:15:05.271Z] #22 8.500 + url=https://download.docker.com/linux/static [2020-11-05T11:15:05.271Z] #22 8.500 + tar -xz docker/docker [2020-11-05T11:15:05.271Z] #22 8.500 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-11-05T11:15:05.271Z] #22 8.501 Install docker/cli version 17.06.2-ce from stable [2020-11-05T11:15:05.271Z] #22 ... [2020-11-05T11:15:05.271Z] [2020-11-05T11:15:05.271Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:15:05.271Z] #38 8.912 + git clone https://github.com/docker/distribution.git . [2020-11-05T11:15:05.271Z] #38 8.912 Cloning into '.'... [2020-11-05T11:15:05.286Z] #43 12.73 internal/testlog [2020-11-05T11:15:05.532Z] #38 ... [2020-11-05T11:15:05.532Z] [2020-11-05T11:15:05.532Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:15:05.532Z] #30 9.264 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-05T11:15:05.532Z] #30 9.264 Cloning into '.'... [2020-11-05T11:15:05.552Z] #43 12.82 internal/bytealg [2020-11-05T11:15:05.552Z] #43 13.13 encoding [2020-11-05T11:15:05.685Z] #41 ... [2020-11-05T11:15:05.685Z] [2020-11-05T11:15:05.685Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:05.685Z] #50 52.07 strconv [2020-11-05T11:15:05.685Z] #50 52.09 strings [2020-11-05T11:15:05.685Z] #50 52.13 syscall [2020-11-05T11:15:05.685Z] #50 52.14 bytes [2020-11-05T11:15:05.795Z] #30 ... [2020-11-05T11:15:05.795Z] [2020-11-05T11:15:05.795Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:05.795Z] #45 8.553 + RM_GOPATH=0 [2020-11-05T11:15:05.795Z] #45 8.553 + TMP_GOPATH= [2020-11-05T11:15:05.795Z] #45 8.553 + : /build [2020-11-05T11:15:05.795Z] #45 8.553 + '[' -z '' ']' [2020-11-05T11:15:05.795Z] #45 8.553 ++ mktemp -d [2020-11-05T11:15:05.795Z] #45 8.553 + export GOPATH=/tmp/tmp.9cfVGVluM3 [2020-11-05T11:15:05.795Z] #45 8.553 + GOPATH=/tmp/tmp.9cfVGVluM3 [2020-11-05T11:15:05.795Z] #45 8.553 + RM_GOPATH=1 [2020-11-05T11:15:05.795Z] #45 8.553 + case "$(go env GOARCH)" in [2020-11-05T11:15:05.795Z] #45 8.562 ++ go env GOARCH [2020-11-05T11:15:05.795Z] #45 8.583 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:05.795Z] #45 8.583 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:05.795Z] #45 8.586 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:05.795Z] #45 8.604 + dir=/tmp/install [2020-11-05T11:15:05.795Z] #45 8.604 + bin=gotestsum [2020-11-05T11:15:05.795Z] #45 8.604 + shift [2020-11-05T11:15:05.795Z] #45 8.604 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-05T11:15:05.795Z] #45 8.604 + . /tmp/install/gotestsum.installer [2020-11-05T11:15:05.795Z] #45 8.604 ++ : v0.5.3 [2020-11-05T11:15:05.795Z] #45 8.604 + install_gotestsum [2020-11-05T11:15:05.795Z] #45 8.615 + set -e [2020-11-05T11:15:05.795Z] #45 8.615 + export GO111MODULE=on [2020-11-05T11:15:05.795Z] #45 8.615 + GO111MODULE=on [2020-11-05T11:15:05.795Z] #45 8.615 + GOBIN=/build [2020-11-05T11:15:05.795Z] #45 8.615 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-05T11:15:05.795Z] #45 8.615 go: finding gotest.tools v0.5.3 [2020-11-05T11:15:05.795Z] #45 8.620 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-05T11:15:05.795Z] #45 9.313 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-05T11:15:05.795Z] #45 9.939 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-05T11:15:05.795Z] #45 10.97 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-05T11:15:05.795Z] #45 11.01 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-05T11:15:05.795Z] #45 11.25 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-05T11:15:05.795Z] #45 11.27 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-05T11:15:05.795Z] #45 11.52 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-05T11:15:05.795Z] #45 11.53 go: downloading github.com/fatih/color v1.9.0 [2020-11-05T11:15:05.795Z] #45 11.79 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-05T11:15:05.795Z] #45 11.79 go: downloading github.com/pkg/errors v0.9.1 [2020-11-05T11:15:05.795Z] #45 11.79 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-05T11:15:05.795Z] #45 ... [2020-11-05T11:15:05.795Z] [2020-11-05T11:15:05.795Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:15:05.795Z] #53 10.89 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:15:05.795Z] #53 11.15 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:15:05.795Z] #53 11.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:15:05.816Z] #43 13.39 unicode/utf16 [2020-11-05T11:15:05.985Z] #50 ... [2020-11-05T11:15:05.985Z] [2020-11-05T11:15:05.985Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:05.985Z] #33 42.55 sync [2020-11-05T11:15:05.985Z] #33 42.56 internal/reflectlite [2020-11-05T11:15:05.985Z] #33 47.35 errors [2020-11-05T11:15:05.985Z] #33 47.36 sort [2020-11-05T11:15:05.985Z] #33 47.94 strconv [2020-11-05T11:15:05.985Z] #33 47.95 io [2020-11-05T11:15:05.985Z] #33 48.00 internal/oserror [2020-11-05T11:15:05.985Z] #33 48.52 syscall [2020-11-05T11:15:05.985Z] #33 52.01 strings [2020-11-05T11:15:05.985Z] #33 52.05 bytes [2020-11-05T11:15:06.287Z] #33 ... [2020-11-05T11:15:06.287Z] [2020-11-05T11:15:06.287Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:06.287Z] #48 46.78 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-05T11:15:06.287Z] #48 46.79 go: finding github.com/spf13/afero v1.1.2 [2020-11-05T11:15:06.287Z] #48 46.88 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-05T11:15:06.287Z] #48 46.91 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-05T11:15:06.287Z] #48 46.92 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-05T11:15:06.287Z] #48 47.03 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-05T11:15:06.287Z] #48 47.18 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-05T11:15:06.287Z] #48 47.30 go: finding golang.org/x/text v0.3.2 [2020-11-05T11:15:06.287Z] #48 47.41 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-05T11:15:06.287Z] #48 47.42 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-05T11:15:06.287Z] #48 47.43 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-05T11:15:06.287Z] #48 47.47 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-05T11:15:06.287Z] #48 47.51 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-05T11:15:06.287Z] #48 47.53 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-05T11:15:06.287Z] #48 47.53 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-05T11:15:06.287Z] #48 47.58 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-05T11:15:06.287Z] #48 47.64 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-05T11:15:06.287Z] #48 47.70 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-05T11:15:06.287Z] #48 47.74 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-05T11:15:06.287Z] #48 47.79 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-05T11:15:06.287Z] #48 47.85 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-05T11:15:06.287Z] #48 47.85 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-05T11:15:06.287Z] #48 47.91 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-05T11:15:06.287Z] #48 47.91 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-05T11:15:06.287Z] #48 47.97 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-05T11:15:06.287Z] #48 47.99 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-05T11:15:06.287Z] #48 48.01 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-05T11:15:06.287Z] #48 48.14 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-05T11:15:06.287Z] #48 48.24 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-05T11:15:06.287Z] #48 48.55 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-05T11:15:06.287Z] #48 48.64 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-05T11:15:06.287Z] #48 48.64 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-05T11:15:06.287Z] #48 48.74 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-05T11:15:06.287Z] #48 48.78 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-05T11:15:06.414Z] #43 14.01 runtime [2020-11-05T11:15:06.714Z] #43 14.16 container/list [2020-11-05T11:15:06.941Z] #48 ... [2020-11-05T11:15:06.941Z] [2020-11-05T11:15:06.941Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:06.941Z] #41 53.56 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-11-05T11:15:07.257Z] #41 53.57 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-05T11:15:07.257Z] #41 53.57 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-05T11:15:07.257Z] #41 53.58 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-11-05T11:15:07.257Z] #41 53.59 Setting up python-six (1.12.0-1) ... [2020-11-05T11:15:07.257Z] #41 ... [2020-11-05T11:15:07.257Z] [2020-11-05T11:15:07.257Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:07.257Z] #12 43.69 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2020-11-05T11:15:07.257Z] #12 45.92 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-11-05T11:15:07.257Z] #12 45.95 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-11-05T11:15:07.257Z] #12 45.96 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-11-05T11:15:07.257Z] #12 45.98 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-11-05T11:15:07.257Z] #12 45.98 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2020-11-05T11:15:07.257Z] #12 45.99 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB] [2020-11-05T11:15:07.257Z] #12 45.99 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-11-05T11:15:07.257Z] #12 46.03 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-11-05T11:15:07.257Z] #12 46.06 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-11-05T11:15:07.257Z] #12 46.09 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-11-05T11:15:07.257Z] #12 46.11 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-11-05T11:15:07.257Z] #12 46.17 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-11-05T11:15:07.257Z] #12 46.18 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-11-05T11:15:07.257Z] #12 46.19 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-11-05T11:15:07.257Z] #12 46.20 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB] [2020-11-05T11:15:07.257Z] #12 47.80 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:15:07.257Z] #12 48.07 Fetched 78.9 MB in 8s (9538 kB/s) [2020-11-05T11:15:07.257Z] #12 48.22 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-05T11:15:07.257Z] #12 48.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-11-05T11:15:07.257Z] #12 48.38 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-11-05T11:15:07.257Z] #12 48.40 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-05T11:15:07.257Z] #12 51.76 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-05T11:15:07.257Z] #12 51.76 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-11-05T11:15:07.257Z] #12 51.76 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-05T11:15:07.257Z] #12 ... [2020-11-05T11:15:07.257Z] [2020-11-05T11:15:07.257Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:15:07.257Z] #31 44.49 Checking out files: 77% (1180/1521) Checking out files: 78% (1187/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 93% (1422/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. [2020-11-05T11:15:07.257Z] #31 45.65 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-05T11:15:07.257Z] #31 45.76 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-05T11:15:07.715Z] #53 13.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-05T11:15:07.790Z] #54 131.2 + bin/containerd-stress [2020-11-05T11:15:08.320Z] #31 ... [2020-11-05T11:15:08.320Z] [2020-11-05T11:15:08.320Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:15:08.320Z] #35 44.72 Selecting previously unselected package libicu63:ppc64el. [2020-11-05T11:15:08.320Z] #35 44.72 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-11-05T11:15:08.320Z] #35 44.75 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-05T11:15:08.320Z] #35 52.07 Selecting previously unselected package libxml2:ppc64el. [2020-11-05T11:15:08.320Z] #35 52.08 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-11-05T11:15:08.320Z] #35 52.09 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-11-05T11:15:08.320Z] #35 52.63 Selecting previously unselected package libarchive13:ppc64el. [2020-11-05T11:15:08.320Z] #35 52.64 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-11-05T11:15:08.320Z] #35 52.65 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-11-05T11:15:08.320Z] #35 52.99 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-11-05T11:15:08.320Z] #35 53.03 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-11-05T11:15:08.320Z] #35 53.04 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-11-05T11:15:08.320Z] #35 53.19 Selecting previously unselected package librhash0:ppc64el. [2020-11-05T11:15:08.320Z] #35 53.20 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-11-05T11:15:08.320Z] #35 53.21 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-11-05T11:15:08.320Z] #35 53.43 Selecting previously unselected package libuv1:ppc64el. [2020-11-05T11:15:08.320Z] #35 53.44 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-11-05T11:15:08.320Z] #35 53.45 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-11-05T11:15:08.320Z] #35 53.74 Selecting previously unselected package cmake. [2020-11-05T11:15:08.320Z] #35 53.75 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-11-05T11:15:08.320Z] #35 53.77 Unpacking cmake (3.13.4-1) ... [2020-11-05T11:15:08.420Z] #54 132.5 + bin/containerd-shim [2020-11-05T11:15:08.639Z] #43 16.06 crypto/internal/subtle [2020-11-05T11:15:08.903Z] #43 16.28 crypto/subtle [2020-11-05T11:15:08.975Z] #35 ... [2020-11-05T11:15:08.975Z] [2020-11-05T11:15:08.975Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:08.975Z] #12 55.27 Selecting previously unselected package binutils-mingw-w64. [2020-11-05T11:15:08.975Z] #12 55.29 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-05T11:15:08.975Z] #12 55.30 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-05T11:15:08.975Z] #12 55.42 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-11-05T11:15:08.975Z] #12 55.42 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-11-05T11:15:08.975Z] #12 55.43 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-05T11:15:08.975Z] #12 55.66 Selecting previously unselected package dmsetup. [2020-11-05T11:15:09.171Z] #43 16.61 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-05T11:15:09.273Z] #12 55.66 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-11-05T11:15:09.273Z] #12 55.67 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-05T11:15:09.273Z] #12 55.85 Selecting previously unselected package mingw-w64-common. [2020-11-05T11:15:09.273Z] #12 55.86 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-05T11:15:09.273Z] #12 55.86 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-05T11:15:09.434Z] #43 16.89 internal/nettrace [2020-11-05T11:15:09.696Z] #43 17.14 vendor/golang.org/x/crypto/internal/subtle [2020-11-05T11:15:09.696Z] #43 17.20 runtime/cgo [2020-11-05T11:15:10.264Z] #53 ... [2020-11-05T11:15:10.264Z] [2020-11-05T11:15:10.264Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:10.264Z] #45 11.84 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-05T11:15:10.264Z] #45 11.99 go: extracting github.com/fatih/color v1.9.0 [2020-11-05T11:15:10.264Z] #45 12.15 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-05T11:15:10.264Z] #45 12.21 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-05T11:15:10.264Z] #45 12.21 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-05T11:15:10.264Z] #45 12.50 go: extracting github.com/pkg/errors v0.9.1 [2020-11-05T11:15:10.264Z] #45 12.53 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-05T11:15:10.264Z] #45 12.55 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-05T11:15:10.264Z] #45 12.73 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-05T11:15:10.264Z] #45 13.36 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-05T11:15:10.264Z] #45 15.67 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-05T11:15:10.280Z] #43 ... [2020-11-05T11:15:10.280Z] [2020-11-05T11:15:10.280Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:10.280Z] #49 17.72 + cd /tmp/tmp.q32N2HXNob/src/github.com/mvdan/sh [2020-11-05T11:15:10.280Z] #49 17.73 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-05T11:15:10.280Z] #49 17.85 + GO111MODULE=on [2020-11-05T11:15:10.543Z] #49 17.85 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-05T11:15:11.376Z] #12 ... [2020-11-05T11:15:11.377Z] [2020-11-05T11:15:11.377Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:15:11.377Z] #35 56.97 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-05T11:15:11.377Z] #35 57.02 Setting up xxd (2:8.1.0875-5) ... [2020-11-05T11:15:11.377Z] #35 57.04 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-11-05T11:15:11.377Z] #35 57.05 Setting up vim-common (2:8.1.0875-5) ... [2020-11-05T11:15:11.377Z] #35 57.12 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-11-05T11:15:11.377Z] #35 57.13 Setting up cmake-data (3.13.4-1) ... [2020-11-05T11:15:11.377Z] #35 57.14 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-11-05T11:15:11.377Z] #35 57.14 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-11-05T11:15:11.377Z] #35 57.15 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-11-05T11:15:11.377Z] #35 57.16 Setting up cmake (3.13.4-1) ... [2020-11-05T11:15:11.377Z] #35 57.18 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:15:11.377Z] #35 57.31 Processing triggers for mime-support (3.62) ... [2020-11-05T11:15:11.377Z] #35 DONE 57.7s [2020-11-05T11:15:11.377Z] [2020-11-05T11:15:11.377Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:11.377Z] #41 57.67 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-11-05T11:15:11.377Z] #41 57.67 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-05T11:15:11.377Z] #41 57.69 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-11-05T11:15:11.377Z] #41 57.70 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-11-05T11:15:11.377Z] #41 57.70 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-11-05T11:15:11.377Z] #41 57.71 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-05T11:15:11.377Z] #41 57.71 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-05T11:15:11.377Z] #41 57.72 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-11-05T11:15:11.377Z] #41 57.73 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-05T11:15:11.377Z] #41 57.73 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-05T11:15:11.652Z] #45 17.47 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-05T11:15:11.937Z] #49 19.15 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-05T11:15:11.937Z] #49 19.20 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-05T11:15:11.937Z] #49 19.25 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-05T11:15:11.937Z] #49 19.33 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-05T11:15:11.937Z] #49 19.40 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-05T11:15:12.245Z] #45 ... [2020-11-05T11:15:12.245Z] [2020-11-05T11:15:12.245Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:12.245Z] #56 18.32 + cd /tmp/tmp.3MKTsI5Agl/src/github.com/rootless-containers/rootlesskit [2020-11-05T11:15:12.545Z] #56 18.32 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-05T11:15:12.860Z] #54 136.7 + bin/containerd-shim-runc-v1 [2020-11-05T11:15:12.913Z] #49 20.14 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-05T11:15:12.914Z] #49 ... [2020-11-05T11:15:12.914Z] [2020-11-05T11:15:12.914Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:15:12.914Z] #30 4.727 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-05T11:15:12.914Z] #30 4.727 Cloning into '.'... [2020-11-05T11:15:12.914Z] #30 ... [2020-11-05T11:15:12.914Z] [2020-11-05T11:15:12.914Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:12.914Z] #47 11.55 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-05T11:15:12.914Z] #47 17.45 go: downloading github.com/pkg/errors v0.8.1 [2020-11-05T11:15:12.914Z] #47 17.47 go: downloading github.com/spf13/viper v1.6.1 [2020-11-05T11:15:12.914Z] #47 17.48 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-05T11:15:12.914Z] #47 17.63 go: downloading github.com/fatih/color v1.7.0 [2020-11-05T11:15:12.914Z] #47 17.90 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-05T11:15:12.914Z] #47 17.91 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-05T11:15:12.914Z] #47 17.91 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-05T11:15:12.914Z] #47 17.93 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-05T11:15:12.914Z] #47 18.02 go: extracting github.com/pkg/errors v0.8.1 [2020-11-05T11:15:12.914Z] #47 18.13 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-05T11:15:12.914Z] #47 18.13 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-05T11:15:12.914Z] #47 18.15 go: extracting github.com/spf13/viper v1.6.1 [2020-11-05T11:15:12.914Z] #47 18.46 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-05T11:15:12.914Z] #47 18.48 go: extracting github.com/fatih/color v1.7.0 [2020-11-05T11:15:12.914Z] #47 18.60 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-05T11:15:12.914Z] #47 18.61 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-05T11:15:12.914Z] #47 18.64 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-05T11:15:12.914Z] #47 18.67 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-05T11:15:12.914Z] #47 18.72 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-05T11:15:12.914Z] #47 18.78 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-05T11:15:12.914Z] #47 18.89 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-05T11:15:12.914Z] #47 19.15 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-05T11:15:12.914Z] #47 19.18 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-05T11:15:12.914Z] #47 19.24 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-05T11:15:12.914Z] #47 19.33 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-05T11:15:12.914Z] #47 19.42 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-05T11:15:12.914Z] #47 19.49 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-05T11:15:12.914Z] #47 19.67 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-05T11:15:12.914Z] #47 19.79 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-05T11:15:13.118Z] #56 19.05 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-05T11:15:13.118Z] #56 19.05 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-05T11:15:13.177Z] #47 20.58 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-05T11:15:13.177Z] #47 ... [2020-11-05T11:15:13.177Z] [2020-11-05T11:15:13.177Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:13.177Z] #49 20.72 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-05T11:15:13.441Z] #49 ... [2020-11-05T11:15:13.441Z] [2020-11-05T11:15:13.441Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:13.441Z] #32 10.93 + cd /tmp/tmp.VLfuMvHcFa/src/github.com/BurntSushi/toml [2020-11-05T11:15:13.441Z] #32 10.93 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-05T11:15:13.441Z] #32 10.97 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-05T11:15:13.441Z] #32 11.44 math/bits [2020-11-05T11:15:13.441Z] #32 11.46 internal/cpu [2020-11-05T11:15:13.441Z] #32 11.48 runtime/internal/sys [2020-11-05T11:15:13.441Z] #32 11.70 runtime/internal/atomic [2020-11-05T11:15:13.441Z] #32 11.82 runtime/internal/math [2020-11-05T11:15:13.441Z] #32 12.07 unicode/utf8 [2020-11-05T11:15:13.441Z] #32 12.25 sync/atomic [2020-11-05T11:15:13.441Z] #32 12.31 internal/bytealg [2020-11-05T11:15:13.441Z] #32 12.52 math [2020-11-05T11:15:13.441Z] #32 12.52 unicode [2020-11-05T11:15:13.441Z] #32 13.23 encoding [2020-11-05T11:15:13.441Z] #32 13.37 runtime/cgo [2020-11-05T11:15:13.441Z] #32 13.72 runtime [2020-11-05T11:15:13.704Z] #32 ... [2020-11-05T11:15:13.704Z] [2020-11-05T11:15:13.704Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:13.704Z] #45 11.10 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-05T11:15:13.704Z] #45 11.83 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-05T11:15:13.704Z] #45 13.11 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-05T11:15:13.704Z] #45 13.18 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-05T11:15:13.704Z] #45 13.25 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-05T11:15:13.704Z] #45 13.26 go: downloading github.com/pkg/errors v0.9.1 [2020-11-05T11:15:13.704Z] #45 13.26 go: downloading github.com/fatih/color v1.9.0 [2020-11-05T11:15:13.704Z] #45 13.35 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-05T11:15:13.704Z] #45 13.39 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-05T11:15:13.704Z] #45 13.46 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-05T11:15:13.704Z] #45 13.55 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-05T11:15:13.704Z] #45 13.65 go: extracting github.com/pkg/errors v0.9.1 [2020-11-05T11:15:13.704Z] #45 13.66 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-05T11:15:13.704Z] #45 13.73 go: extracting github.com/fatih/color v1.9.0 [2020-11-05T11:15:13.704Z] #45 13.80 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-05T11:15:13.704Z] #45 13.96 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-05T11:15:13.704Z] #45 13.98 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-05T11:15:13.704Z] #45 14.28 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-05T11:15:13.704Z] #45 14.31 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-05T11:15:13.704Z] #45 14.48 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-05T11:15:13.704Z] #45 14.72 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-05T11:15:13.704Z] #45 16.02 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-05T11:15:13.704Z] #45 16.38 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-05T11:15:13.704Z] #45 17.18 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-05T11:15:13.986Z] #45 ... [2020-11-05T11:15:13.986Z] [2020-11-05T11:15:13.986Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:15:13.986Z] #53 11.55 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [237 kB] [2020-11-05T11:15:13.986Z] #53 13.31 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-05T11:15:13.986Z] #53 20.28 Fetched 8219 kB in 12s (688 kB/s) [2020-11-05T11:15:14.172Z] #41 ... [2020-11-05T11:15:14.172Z] [2020-11-05T11:15:14.172Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:15:14.172Z] #44 50.37 io [2020-11-05T11:15:14.172Z] #44 50.37 sort [2020-11-05T11:15:14.172Z] #44 50.38 syscall [2020-11-05T11:15:14.172Z] #44 50.44 strconv [2020-11-05T11:15:14.172Z] #44 54.98 vendor/golang.org/x/net/dns/dnsmessage [2020-11-05T11:15:14.172Z] #44 55.38 bytes [2020-11-05T11:15:14.172Z] #44 ... [2020-11-05T11:15:14.172Z] [2020-11-05T11:15:14.172Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:15:14.172Z] #36 0.410 + RM_GOPATH=0 [2020-11-05T11:15:14.172Z] #36 0.411 + TMP_GOPATH= [2020-11-05T11:15:14.172Z] #36 0.412 + : /build [2020-11-05T11:15:14.172Z] #36 0.413 + '[' -z '' ']' [2020-11-05T11:15:14.172Z] #36 0.415 ++ mktemp -d [2020-11-05T11:15:14.172Z] #36 0.417 + export GOPATH=/tmp/tmp.yXs3BruyoQ [2020-11-05T11:15:14.172Z] #36 0.418 + GOPATH=/tmp/tmp.yXs3BruyoQ [2020-11-05T11:15:14.172Z] #36 0.419 + RM_GOPATH=1 [2020-11-05T11:15:14.172Z] #36 0.420 + case "$(go env GOARCH)" in [2020-11-05T11:15:14.172Z] #36 0.422 ++ go env GOARCH [2020-11-05T11:15:14.172Z] #36 0.432 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:14.172Z] #36 0.432 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:14.172Z] #36 0.435 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:14.172Z] #36 0.438 + dir=/tmp/install [2020-11-05T11:15:14.172Z] #36 0.445 + bin=tini [2020-11-05T11:15:14.172Z] #36 0.446 + shift [2020-11-05T11:15:14.172Z] #36 0.446 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-05T11:15:14.172Z] #36 0.446 + . /tmp/install/tini.installer [2020-11-05T11:15:14.172Z] #36 0.447 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-05T11:15:14.172Z] #36 0.448 + install_tini [2020-11-05T11:15:14.172Z] #36 0.448 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-05T11:15:14.172Z] #36 0.448 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-05T11:15:14.172Z] #36 0.449 + git clone https://github.com/krallin/tini.git /tmp/tmp.yXs3BruyoQ/tini [2020-11-05T11:15:14.172Z] #36 0.458 Cloning into '/tmp/tmp.yXs3BruyoQ/tini'... [2020-11-05T11:15:14.172Z] #36 1.788 + cd /tmp/tmp.yXs3BruyoQ/tini [2020-11-05T11:15:14.172Z] #36 1.790 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-05T11:15:14.172Z] #36 1.799 + cmake . [2020-11-05T11:15:14.172Z] #36 2.640 -- The C compiler identification is GNU 8.3.0 [2020-11-05T11:15:14.172Z] #36 2.736 -- Check for working C compiler: /usr/bin/cc [2020-11-05T11:15:14.249Z] #53 20.28 Reading package lists... [2020-11-05T11:15:14.249Z] #53 ... [2020-11-05T11:15:14.249Z] [2020-11-05T11:15:14.249Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:14.249Z] #11 11.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-05T11:15:14.249Z] #11 13.10 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [237 kB] [2020-11-05T11:15:14.249Z] #11 14.22 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-05T11:15:14.249Z] #11 21.67 Fetched 8219 kB in 12s (708 kB/s) [2020-11-05T11:15:14.249Z] #11 21.67 Reading package lists... [2020-11-05T11:15:14.249Z] #11 ... [2020-11-05T11:15:14.249Z] [2020-11-05T11:15:14.249Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:15:14.471Z] #36 3.501 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-05T11:15:14.513Z] #38 16.30 Checking out files: 85% (1430/1668) Checking out files: 86% (1435/1668) Checking out files: 87% (1452/1668) Checking out files: 88% (1468/1668) Checking out files: 89% (1485/1668) Checking out files: 90% (1502/1668) Checking out files: 91% (1518/1668) Checking out files: 92% (1535/1668) Checking out files: 93% (1552/1668) Checking out files: 94% (1568/1668) Checking out files: 95% (1585/1668) Checking out files: 96% (1602/1668) Checking out files: 97% (1618/1668) Checking out files: 98% (1635/1668) Checking out files: 99% (1652/1668) Checking out files: 100% (1668/1668) Checking out files: 100% (1668/1668), done. [2020-11-05T11:15:14.513Z] #38 16.49 + git [2020-11-05T11:15:14.513Z] #38 ... [2020-11-05T11:15:14.513Z] [2020-11-05T11:15:14.513Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:14.513Z] #40 11.91 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-05T11:15:14.513Z] #40 13.45 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [237 kB] [2020-11-05T11:15:14.513Z] #40 15.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-05T11:15:14.513Z] #40 ... [2020-11-05T11:15:14.513Z] [2020-11-05T11:15:14.513Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:15:14.513Z] #38 16.49 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-05T11:15:14.773Z] #36 3.502 -- Detecting C compiler ABI info [2020-11-05T11:15:15.090Z] #38 ... [2020-11-05T11:15:15.090Z] [2020-11-05T11:15:15.090Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:15.090Z] #56 12.66 + cd /tmp/tmp.4h4usvo4Y4/src/github.com/rootless-containers/rootlesskit [2020-11-05T11:15:15.090Z] #56 12.66 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-05T11:15:15.090Z] #56 13.32 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-05T11:15:15.090Z] #56 13.32 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-05T11:15:15.361Z] #56 ... [2020-11-05T11:15:15.361Z] [2020-11-05T11:15:15.361Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:15:15.361Z] #34 12.82 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [237 kB] [2020-11-05T11:15:15.361Z] #34 14.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-05T11:15:15.361Z] #34 20.88 Fetched 8219 kB in 11s (732 kB/s) [2020-11-05T11:15:15.361Z] #34 20.88 Reading package lists... [2020-11-05T11:15:15.361Z] #34 ... [2020-11-05T11:15:15.361Z] [2020-11-05T11:15:15.361Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:15.361Z] #62 22.17 Checking out files: 58% (1114/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. [2020-11-05T11:15:15.422Z] #36 4.148 -- Detecting C compiler ABI info - done [2020-11-05T11:15:15.422Z] #36 4.217 -- Detecting C compile features [2020-11-05T11:15:15.598Z] #54 139.6 + bin/containerd-shim-runc-v2 [2020-11-05T11:15:15.626Z] #62 23.04 + cd /tmp/tmp.TVhVbJ2qSx/src/github.com/docker/libnetwork [2020-11-05T11:15:15.626Z] #62 23.04 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-11-05T11:15:15.665Z] #56 ... [2020-11-05T11:15:15.665Z] [2020-11-05T11:15:15.665Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:15.665Z] #47 11.13 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-05T11:15:15.665Z] #47 20.27 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-05T11:15:15.665Z] #47 20.28 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-05T11:15:15.665Z] #47 20.30 go: downloading github.com/fatih/color v1.7.0 [2020-11-05T11:15:15.665Z] #47 20.31 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-05T11:15:15.665Z] #47 20.45 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-05T11:15:15.665Z] #47 20.64 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-05T11:15:15.665Z] #47 20.68 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-05T11:15:15.665Z] #47 20.74 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-05T11:15:15.665Z] #47 20.75 go: extracting github.com/fatih/color v1.7.0 [2020-11-05T11:15:15.665Z] #47 20.92 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-05T11:15:15.665Z] #47 21.42 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-05T11:15:15.665Z] #47 ... [2020-11-05T11:15:15.665Z] [2020-11-05T11:15:15.665Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:15.665Z] #22 21.65 + mkdir -p /build [2020-11-05T11:15:15.665Z] #22 21.65 + mv docker/docker /build/ [2020-11-05T11:15:15.665Z] #22 21.67 + rmdir docker [2020-11-05T11:15:15.890Z] #62 23.41 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-05T11:15:15.927Z] #22 ... [2020-11-05T11:15:15.927Z] [2020-11-05T11:15:15.927Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:15.927Z] #11 11.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-05T11:15:15.927Z] #11 15.24 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-11-05T11:15:15.927Z] #11 18.25 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-05T11:15:16.188Z] #11 ... [2020-11-05T11:15:16.188Z] [2020-11-05T11:15:16.188Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:16.188Z] #47 21.65 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-05T11:15:16.188Z] #47 21.79 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-05T11:15:16.188Z] #47 21.97 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-05T11:15:16.188Z] #47 21.98 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-05T11:15:16.188Z] #47 22.32 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-05T11:15:16.228Z] #54 140.3 + binaries [2020-11-05T11:15:16.228Z] #54 140.3 + install -D bin/containerd /build/containerd [2020-11-05T11:15:16.228Z] #54 140.3 + install -D bin/containerd-shim /build/containerd-shim [2020-11-05T11:15:16.228Z] #54 140.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-05T11:15:16.228Z] #54 140.3 + install -D bin/ctr /build/ctr [2020-11-05T11:15:16.449Z] #47 22.45 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-05T11:15:16.624Z] #36 ... [2020-11-05T11:15:16.624Z] [2020-11-05T11:15:16.624Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:15:16.624Z] #44 63.15 reflect [2020-11-05T11:15:16.624Z] #44 63.16 bufio [2020-11-05T11:15:16.969Z] #54 DONE 141.0s [2020-11-05T11:15:17.022Z] #47 ... [2020-11-05T11:15:17.022Z] [2020-11-05T11:15:17.022Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:17.022Z] #22 DONE 22.7s [2020-11-05T11:15:17.022Z] [2020-11-05T11:15:17.022Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:17.022Z] #47 22.84 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-05T11:15:17.285Z] #47 ... [2020-11-05T11:15:17.285Z] [2020-11-05T11:15:17.285Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:17.285Z] #40 13.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-05T11:15:17.285Z] #40 16.72 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-11-05T11:15:17.285Z] #40 19.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-05T11:15:17.285Z] #40 ... [2020-11-05T11:15:17.285Z] [2020-11-05T11:15:17.285Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:15:17.285Z] #43 13.77 internal/race [2020-11-05T11:15:17.285Z] #43 14.39 runtime [2020-11-05T11:15:17.285Z] #43 14.78 sync/atomic [2020-11-05T11:15:17.285Z] #43 15.65 unicode [2020-11-05T11:15:17.285Z] #43 20.91 internal/testlog [2020-11-05T11:15:17.285Z] #43 21.76 unicode/utf16 [2020-11-05T11:15:17.285Z] #43 22.38 container/list [2020-11-05T11:15:17.546Z] #43 23.44 crypto/internal/subtle [2020-11-05T11:15:17.546Z] #43 23.52 crypto/subtle [2020-11-05T11:15:17.602Z] [2020-11-05T11:15:17.602Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-05T11:15:17.892Z] #55 DONE 0.3s [2020-11-05T11:15:17.892Z] [2020-11-05T11:15:17.892Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-05T11:15:17.892Z] #59 DONE 0.2s [2020-11-05T11:15:17.892Z] [2020-11-05T11:15:17.892Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-05T11:15:18.119Z] #43 23.83 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-05T11:15:18.119Z] #43 24.07 internal/nettrace [2020-11-05T11:15:18.182Z] #61 DONE 0.2s [2020-11-05T11:15:18.182Z] [2020-11-05T11:15:18.182Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-05T11:15:18.182Z] #63 DONE 0.1s [2020-11-05T11:15:18.380Z] #43 24.38 runtime/cgo [2020-11-05T11:15:18.472Z] [2020-11-05T11:15:18.472Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-05T11:15:18.472Z] #64 DONE 0.0s [2020-11-05T11:15:18.472Z] [2020-11-05T11:15:18.472Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-05T11:15:18.642Z] #43 ... [2020-11-05T11:15:18.642Z] [2020-11-05T11:15:18.642Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:18.642Z] #49 24.63 + cd /tmp/tmp.Qu6JSngBo5/src/github.com/mvdan/sh [2020-11-05T11:15:18.642Z] #49 24.63 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-05T11:15:18.751Z] #44 ... [2020-11-05T11:15:18.751Z] [2020-11-05T11:15:18.751Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:18.751Z] #41 64.89 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-11-05T11:15:18.751Z] #41 64.93 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:15:18.751Z] #41 DONE 65.2s [2020-11-05T11:15:18.903Z] #49 24.87 + GO111MODULE=on [2020-11-05T11:15:18.903Z] #49 24.87 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-05T11:15:19.049Z] [2020-11-05T11:15:19.049Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:15:19.049Z] #36 6.354 -- Detecting C compile features - done [2020-11-05T11:15:19.049Z] #36 6.403 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-05T11:15:19.049Z] #36 6.736 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-05T11:15:19.049Z] #36 6.901 -- Configuring done [2020-11-05T11:15:19.049Z] #36 6.926 -- Generating done [2020-11-05T11:15:19.049Z] #36 6.942 -- Build files have been written to: /tmp/tmp.yXs3BruyoQ/tini [2020-11-05T11:15:19.049Z] #36 6.948 + make tini-static [2020-11-05T11:15:19.049Z] #36 7.422 Scanning dependencies of target tini-static [2020-11-05T11:15:19.049Z] #36 7.502 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-05T11:15:19.102Z] #65 DONE 0.7s [2020-11-05T11:15:19.102Z] [2020-11-05T11:15:19.102Z] #66 exporting to image [2020-11-05T11:15:19.102Z] #66 exporting layers [2020-11-05T11:15:19.479Z] #49 ... [2020-11-05T11:15:19.479Z] [2020-11-05T11:15:19.479Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:19.479Z] #32 15.45 unicode/utf8 [2020-11-05T11:15:19.479Z] #32 16.17 unicode [2020-11-05T11:15:19.479Z] #32 21.05 internal/testlog [2020-11-05T11:15:19.479Z] #32 21.22 encoding [2020-11-05T11:15:19.479Z] #32 21.53 runtime/cgo [2020-11-05T11:15:19.757Z] #32 ... [2020-11-05T11:15:19.757Z] [2020-11-05T11:15:19.757Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:19.757Z] #47 24.59 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-05T11:15:20.329Z] #47 26.30 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-05T11:15:20.592Z] #36 9.476 [100%] Linking C executable tini-static [2020-11-05T11:15:20.904Z] #47 ... [2020-11-05T11:15:20.904Z] [2020-11-05T11:15:20.904Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:15:20.904Z] #53 16.74 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-11-05T11:15:20.904Z] #53 19.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-05T11:15:20.904Z] #53 ... [2020-11-05T11:15:20.904Z] [2020-11-05T11:15:20.904Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:20.904Z] #45 18.85 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-05T11:15:20.904Z] #45 24.92 go: finding github.com/fatih/color v1.9.0 [2020-11-05T11:15:20.904Z] #45 24.92 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-05T11:15:20.904Z] #45 25.01 go: finding github.com/pkg/errors v0.9.1 [2020-11-05T11:15:20.904Z] #45 25.08 go: finding github.com/spf13/pflag v1.0.3 [2020-11-05T11:15:20.904Z] #45 25.61 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-05T11:15:20.904Z] #45 25.64 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-05T11:15:20.904Z] #45 25.78 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-05T11:15:20.904Z] #45 26.08 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-05T11:15:20.904Z] #45 26.29 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-05T11:15:20.904Z] #45 26.35 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-05T11:15:20.904Z] #45 26.38 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-05T11:15:21.165Z] #45 ... [2020-11-05T11:15:21.165Z] [2020-11-05T11:15:21.165Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:21.165Z] #49 27.08 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-05T11:15:21.238Z] #36 10.18 [100%] Built target tini-static [2020-11-05T11:15:21.427Z] #49 27.28 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-05T11:15:21.427Z] #49 27.40 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-05T11:15:21.519Z] #62 ... [2020-11-05T11:15:21.519Z] [2020-11-05T11:15:21.519Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:21.519Z] #47 23.29 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-05T11:15:21.519Z] #47 23.39 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-05T11:15:21.519Z] #47 23.40 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-05T11:15:21.519Z] #47 23.41 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-05T11:15:21.519Z] #47 23.43 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-05T11:15:21.519Z] #47 23.43 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-05T11:15:21.519Z] #47 23.43 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-05T11:15:21.519Z] #47 23.44 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-05T11:15:21.519Z] #47 23.45 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-05T11:15:21.519Z] #47 23.48 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-05T11:15:21.519Z] #47 23.50 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-05T11:15:21.519Z] #47 23.54 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-05T11:15:21.519Z] #47 23.57 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-05T11:15:21.519Z] #47 23.65 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-05T11:15:21.519Z] #47 23.67 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-05T11:15:21.519Z] #47 23.67 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-05T11:15:21.519Z] #47 23.68 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-05T11:15:21.519Z] #47 23.69 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-05T11:15:21.519Z] #47 23.70 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-05T11:15:21.519Z] #47 23.80 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-05T11:15:21.519Z] #47 23.92 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-05T11:15:21.519Z] #47 23.92 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-05T11:15:21.519Z] #47 23.92 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-05T11:15:21.519Z] #47 23.93 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-05T11:15:21.519Z] #47 23.96 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-05T11:15:21.519Z] #47 23.96 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-05T11:15:21.519Z] #47 24.06 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-05T11:15:21.519Z] #47 24.20 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-05T11:15:21.519Z] #47 24.32 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-05T11:15:21.519Z] #47 24.42 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-05T11:15:21.519Z] #47 24.50 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-05T11:15:21.519Z] #47 24.55 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-05T11:15:21.519Z] #47 24.69 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-05T11:15:21.519Z] #47 24.78 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-05T11:15:21.519Z] #47 24.82 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-05T11:15:21.519Z] #47 24.84 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-05T11:15:21.519Z] #47 24.84 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-05T11:15:21.519Z] #47 24.92 go: downloading github.com/spf13/cast v1.3.0 [2020-11-05T11:15:21.519Z] #47 25.00 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-05T11:15:21.519Z] #47 25.03 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-05T11:15:21.519Z] #47 25.14 go: extracting github.com/spf13/cast v1.3.0 [2020-11-05T11:15:21.519Z] #47 25.17 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-05T11:15:21.519Z] #47 25.17 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-05T11:15:21.519Z] #47 25.29 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-05T11:15:21.519Z] #47 25.29 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-05T11:15:21.519Z] #47 25.29 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-05T11:15:21.519Z] #47 25.29 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-05T11:15:21.519Z] #47 25.30 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-05T11:15:21.519Z] #47 25.32 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-05T11:15:21.519Z] #47 25.37 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-05T11:15:21.519Z] #47 25.41 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-05T11:15:21.519Z] #47 25.75 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-05T11:15:21.519Z] #47 26.01 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-05T11:15:21.519Z] #47 26.05 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-05T11:15:21.519Z] #47 26.15 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-05T11:15:21.519Z] #47 26.81 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-05T11:15:21.519Z] #47 26.84 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-05T11:15:21.519Z] #47 26.90 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-05T11:15:21.519Z] #47 26.92 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-05T11:15:21.519Z] #47 27.01 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-05T11:15:21.519Z] #47 27.03 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-05T11:15:21.519Z] #47 27.03 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-05T11:15:21.519Z] #47 27.46 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-05T11:15:21.519Z] #47 27.89 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-05T11:15:21.519Z] #47 27.89 go: downloading golang.org/x/text v0.3.2 [2020-11-05T11:15:21.519Z] #47 28.10 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-05T11:15:21.519Z] #47 28.11 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-05T11:15:21.519Z] #47 28.13 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-05T11:15:21.519Z] #47 28.13 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-05T11:15:21.519Z] #47 28.14 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-05T11:15:21.519Z] #47 28.19 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-05T11:15:21.519Z] #47 28.27 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-05T11:15:21.519Z] #47 28.29 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-05T11:15:21.519Z] #47 28.44 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-05T11:15:21.519Z] #47 28.52 go: downloading github.com/spf13/afero v1.1.2 [2020-11-05T11:15:21.519Z] #47 28.80 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-05T11:15:21.537Z] #36 10.26 + mkdir -p /build [2020-11-05T11:15:21.537Z] #36 10.29 + cp tini-static /build/docker-init [2020-11-05T11:15:21.538Z] #36 DONE 10.4s [2020-11-05T11:15:21.538Z] [2020-11-05T11:15:21.538Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:15:21.538Z] #42 1.923 Note: Building without setproctitle() and strlcpy() support. [2020-11-05T11:15:21.538Z] #42 1.923 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-05T11:15:21.538Z] #42 1.934 Note: Building without GnuTLS support [2020-11-05T11:15:21.538Z] #42 1.939 Makefile.config:39: Warn: you have no libnftables installed [2020-11-05T11:15:21.538Z] #42 1.940 Makefile.config:40: Warn: Building without nftables support [2020-11-05T11:15:21.782Z] #47 29.26 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-05T11:15:21.782Z] #47 29.26 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-05T11:15:21.782Z] #47 29.35 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-05T11:15:21.782Z] #47 29.40 go: extracting github.com/spf13/afero v1.1.2 [2020-11-05T11:15:21.827Z] #66 exporting layers 2.5s done [2020-11-05T11:15:21.827Z] #66 writing image sha256:8978f89b8b900180889e97babe4ff70cf41a91441f46183c1a4ee15b42802097 done [2020-11-05T11:15:21.827Z] #66 naming to docker.io/library/docker:315101e8a789ad8fda6b9338492318db0f481c00 done [2020-11-05T11:15:21.827Z] #66 DONE 2.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-05T11:15:21.999Z] #49 27.92 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-05T11:15:21.999Z] #49 27.92 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-05T11:15:22.047Z] #47 29.56 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-05T11:15:22.252Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40256/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:315101e8a789ad8fda6b9338492318db0f481c00 hack/test/unit [2020-11-05T11:15:22.310Z] #47 29.82 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-05T11:15:22.310Z] #47 29.92 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-05T11:15:22.573Z] #47 29.93 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-05T11:15:22.573Z] #47 30.16 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-05T11:15:22.573Z] #47 30.17 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-05T11:15:22.573Z] #47 30.19 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-05T11:15:22.592Z] #42 3.795 fatal: not a git repository (or any of the parent directories): .git [2020-11-05T11:15:22.592Z] #42 3.880 GEN .gitid [2020-11-05T11:15:22.592Z] #42 3.913 GEN criu/include/version.h [2020-11-05T11:15:22.837Z] #47 30.20 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-05T11:15:22.837Z] #47 30.21 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-05T11:15:22.837Z] #47 30.32 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-05T11:15:22.890Z] #42 4.112 GEN include/common/asm [2020-11-05T11:15:23.101Z] #47 30.59 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-05T11:15:23.101Z] #47 30.61 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-05T11:15:23.101Z] #47 30.61 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-05T11:15:23.101Z] #47 30.62 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-05T11:15:23.101Z] #47 30.63 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-05T11:15:23.101Z] #47 30.71 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-05T11:15:23.365Z] #47 30.84 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-05T11:15:23.365Z] #47 30.98 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-05T11:15:23.391Z] #49 ... [2020-11-05T11:15:23.391Z] [2020-11-05T11:15:23.391Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:15:23.391Z] #34 19.07 Fetched 8396 kB in 12s (677 kB/s) [2020-11-05T11:15:23.391Z] #34 19.07 Reading package lists... [2020-11-05T11:15:23.391Z] #34 ... [2020-11-05T11:15:23.391Z] [2020-11-05T11:15:23.391Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:23.391Z] #49 29.23 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-05T11:15:23.538Z] #42 ... [2020-11-05T11:15:23.538Z] [2020-11-05T11:15:23.538Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:23.538Z] #33 60.03 bufio [2020-11-05T11:15:23.538Z] #33 60.11 reflect [2020-11-05T11:15:23.538Z] #33 61.94 path [2020-11-05T11:15:23.538Z] #33 64.35 text/tabwriter [2020-11-05T11:15:23.628Z] #47 31.17 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-05T11:15:23.628Z] #47 31.17 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-05T11:15:23.628Z] #47 31.22 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-05T11:15:23.628Z] #47 31.23 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-05T11:15:23.628Z] #47 31.23 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-05T11:15:23.628Z] #47 31.28 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-05T11:15:23.839Z] #33 ... [2020-11-05T11:15:23.839Z] [2020-11-05T11:15:23.839Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:23.839Z] #50 60.25 bufio [2020-11-05T11:15:23.839Z] #50 63.03 text/tabwriter [2020-11-05T11:15:23.839Z] #50 64.19 reflect [2020-11-05T11:15:23.839Z] #50 65.18 regexp/syntax [2020-11-05T11:15:23.839Z] #50 ... [2020-11-05T11:15:23.839Z] [2020-11-05T11:15:23.839Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:15:23.839Z] #44 70.13 regexp/syntax [2020-11-05T11:15:23.891Z] #47 31.30 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-05T11:15:23.891Z] #47 31.32 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-05T11:15:24.156Z] #47 31.46 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-05T11:15:24.156Z] #47 31.50 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-05T11:15:24.156Z] #47 31.64 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-05T11:15:24.156Z] #47 31.67 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-05T11:15:24.156Z] #47 ... [2020-11-05T11:15:24.156Z] [2020-11-05T11:15:24.156Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:24.156Z] #45 21.74 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-05T11:15:24.156Z] #45 21.86 go: finding github.com/pkg/errors v0.9.1 [2020-11-05T11:15:24.156Z] #45 21.89 go: finding github.com/fatih/color v1.9.0 [2020-11-05T11:15:24.156Z] #45 21.90 go: finding github.com/spf13/pflag v1.0.3 [2020-11-05T11:15:24.156Z] #45 22.30 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-05T11:15:24.156Z] #45 22.43 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-05T11:15:24.156Z] #45 22.60 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-05T11:15:24.156Z] #45 22.69 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-05T11:15:24.156Z] #45 22.78 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-05T11:15:24.156Z] #45 22.79 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-05T11:15:24.156Z] #45 22.85 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-05T11:15:24.315Z] ? github.com/docker/docker/api [no test files] [2020-11-05T11:15:24.334Z] #49 30.41 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-05T11:15:24.419Z] #45 ... [2020-11-05T11:15:24.419Z] [2020-11-05T11:15:24.419Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:24.419Z] #49 21.66 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-05T11:15:24.419Z] #49 22.99 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-05T11:15:24.419Z] #49 23.03 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-05T11:15:24.419Z] #49 23.25 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-05T11:15:24.419Z] #49 23.57 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-05T11:15:24.419Z] #49 24.54 runtime [2020-11-05T11:15:24.419Z] #49 24.59 runtime/cgo [2020-11-05T11:15:24.419Z] #49 ... [2020-11-05T11:15:24.419Z] [2020-11-05T11:15:24.419Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:24.419Z] #47 31.77 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-05T11:15:24.419Z] #47 31.89 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-05T11:15:24.419Z] #47 32.00 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-05T11:15:24.694Z] #47 32.26 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-05T11:15:24.959Z] #47 32.27 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-05T11:15:24.959Z] #47 32.42 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-05T11:15:24.959Z] #47 ... [2020-11-05T11:15:24.959Z] [2020-11-05T11:15:24.959Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:24.959Z] #40 22.39 Fetched 8219 kB in 12s (684 kB/s) [2020-11-05T11:15:24.959Z] #40 22.39 Reading package lists... [2020-11-05T11:15:25.224Z] #40 27.65 Reading package lists... [2020-11-05T11:15:25.224Z] #40 ... [2020-11-05T11:15:25.224Z] [2020-11-05T11:15:25.224Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:15:25.224Z] #38 18.29 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-11-05T11:15:25.224Z] #38 ... [2020-11-05T11:15:25.224Z] [2020-11-05T11:15:25.224Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:25.224Z] #47 32.74 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-05T11:15:25.224Z] #47 32.77 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-05T11:15:25.224Z] #47 32.77 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-05T11:15:25.488Z] #47 32.97 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-05T11:15:25.753Z] #47 33.32 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-05T11:15:25.953Z] #44 ... [2020-11-05T11:15:25.953Z] [2020-11-05T11:15:25.953Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:25.953Z] #12 62.37 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-05T11:15:25.953Z] #12 62.37 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-05T11:15:25.953Z] #12 62.38 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-05T11:15:25.953Z] #12 69.44 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-05T11:15:25.953Z] #12 69.48 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-05T11:15:25.953Z] #12 69.49 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:15:25.953Z] #12 69.73 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-05T11:15:25.953Z] #12 69.76 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-05T11:15:25.953Z] #12 69.77 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:15:25.953Z] #12 ... [2020-11-05T11:15:25.953Z] [2020-11-05T11:15:25.953Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:15:25.953Z] #42 6.507 PBCC images/timens.pb-c.c [2020-11-05T11:15:25.953Z] #42 6.570 DEP images/timens.pb-c.d [2020-11-05T11:15:25.953Z] #42 6.684 PBCC images/fown.pb-c.c [2020-11-05T11:15:25.953Z] #42 6.726 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-05T11:15:25.953Z] #42 6.816 PBCC images/opts.pb-c.c [2020-11-05T11:15:25.953Z] #42 6.867 PBCC images/memfd.pb-c.c [2020-11-05T11:15:25.953Z] #42 6.948 DEP images/fown.pb-c.d [2020-11-05T11:15:25.953Z] #42 7.063 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-05T11:15:25.953Z] #42 7.200 DEP images/opts.pb-c.d [2020-11-05T11:15:25.953Z] #42 7.272 DEP images/memfd.pb-c.d [2020-11-05T11:15:26.252Z] #42 7.356 PBCC images/sit.pb-c.c [2020-11-05T11:15:26.252Z] #42 7.415 DEP images/sit.pb-c.d [2020-11-05T11:15:26.252Z] #42 7.492 PBCC images/macvlan.pb-c.c [2020-11-05T11:15:26.252Z] #42 7.540 DEP images/macvlan.pb-c.d [2020-11-05T11:15:26.252Z] #42 7.640 PBCC images/autofs.pb-c.c [2020-11-05T11:15:26.553Z] #42 7.654 DEP images/autofs.pb-c.d [2020-11-05T11:15:26.553Z] #42 7.695 PBCC images/sysctl.pb-c.c [2020-11-05T11:15:26.553Z] #42 7.716 DEP images/sysctl.pb-c.d [2020-11-05T11:15:26.553Z] #42 7.771 PBCC images/time.pb-c.c [2020-11-05T11:15:26.553Z] #42 7.793 DEP images/time.pb-c.d [2020-11-05T11:15:26.553Z] #42 7.874 PBCC images/binfmt-misc.pb-c.c [2020-11-05T11:15:26.857Z] #42 7.893 DEP images/binfmt-misc.pb-c.d [2020-11-05T11:15:26.857Z] #42 7.938 PBCC images/seccomp.pb-c.c [2020-11-05T11:15:26.857Z] #42 7.971 DEP images/seccomp.pb-c.d [2020-11-05T11:15:26.857Z] #42 8.053 PBCC images/userns.pb-c.c [2020-11-05T11:15:26.857Z] #42 8.072 DEP images/userns.pb-c.d [2020-11-05T11:15:26.857Z] #42 8.140 PBCC images/cgroup.pb-c.c [2020-11-05T11:15:26.857Z] #42 8.178 DEP images/cgroup.pb-c.d [2020-11-05T11:15:26.857Z] #42 8.254 PBCC images/ext-file.pb-c.c [2020-11-05T11:15:26.883Z] #49 32.70 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-05T11:15:27.154Z] #42 8.317 DEP images/ext-file.pb-c.d [2020-11-05T11:15:27.154Z] #42 8.419 PBCC images/rpc.pb-c.c [2020-11-05T11:15:27.154Z] #42 8.458 DEP images/rpc.pb-c.d [2020-11-05T11:15:27.154Z] #42 8.532 PBCC images/siginfo.pb-c.c [2020-11-05T11:15:27.452Z] #42 8.583 DEP images/siginfo.pb-c.d [2020-11-05T11:15:27.452Z] #42 8.636 PBCC images/pagemap.pb-c.c [2020-11-05T11:15:27.452Z] #42 8.706 DEP images/pagemap.pb-c.d [2020-11-05T11:15:27.452Z] #42 8.770 PBCC images/rlimit.pb-c.c [2020-11-05T11:15:27.452Z] #42 8.783 DEP images/rlimit.pb-c.d [2020-11-05T11:15:27.452Z] #42 8.840 PBCC images/file-lock.pb-c.c [2020-11-05T11:15:27.452Z] #42 8.888 DEP images/file-lock.pb-c.d [2020-11-05T11:15:27.750Z] #42 8.996 PBCC images/tty.pb-c.c [2020-11-05T11:15:27.750Z] #42 9.060 DEP images/tty.pb-c.d [2020-11-05T11:15:27.750Z] #42 9.107 PBCC images/tun.pb-c.c [2020-11-05T11:15:28.048Z] #42 9.153 PBCC images/netdev.pb-c.c [2020-11-05T11:15:28.048Z] #42 9.239 DEP images/tun.pb-c.d [2020-11-05T11:15:28.048Z] #42 9.336 DEP images/netdev.pb-c.d [2020-11-05T11:15:28.048Z] #42 9.387 PBCC images/vma.pb-c.c [2020-11-05T11:15:28.356Z] #42 9.458 DEP images/vma.pb-c.d [2020-11-05T11:15:28.356Z] #42 9.576 PBCC images/creds.pb-c.c [2020-11-05T11:15:28.356Z] #42 9.592 DEP images/creds.pb-c.d [2020-11-05T11:15:28.356Z] #42 9.650 PBCC images/utsns.pb-c.c [2020-11-05T11:15:28.356Z] #42 ... [2020-11-05T11:15:28.356Z] [2020-11-05T11:15:28.356Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:28.356Z] #46 DONE 75.0s [2020-11-05T11:15:28.356Z] [2020-11-05T11:15:28.356Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:15:28.356Z] #42 9.700 DEP images/utsns.pb-c.d [2020-11-05T11:15:28.356Z] #42 9.758 PBCC images/ipc-desc.pb-c.c [2020-11-05T11:15:28.655Z] #42 9.769 PBCC images/ipc-sem.pb-c.c [2020-11-05T11:15:28.655Z] #42 9.813 DEP images/ipc-desc.pb-c.d [2020-11-05T11:15:28.655Z] #42 9.837 DEP images/ipc-sem.pb-c.d [2020-11-05T11:15:28.655Z] #42 9.925 PBCC images/ipc-msg.pb-c.c [2020-11-05T11:15:28.655Z] #42 9.963 DEP images/ipc-msg.pb-c.d [2020-11-05T11:15:28.803Z] #49 ... [2020-11-05T11:15:28.803Z] [2020-11-05T11:15:28.803Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:15:28.803Z] #38 31.86 Checking out files: 68% (1137/1668) Checking out files: 69% (1151/1668) Checking out files: 70% (1168/1668) Checking out files: 71% (1185/1668) Checking out files: 72% (1201/1668) Checking out files: 73% (1218/1668) Checking out files: 74% (1235/1668) Checking out files: 75% (1251/1668) Checking out files: 76% (1268/1668) Checking out files: 77% (1285/1668) Checking out files: 78% (1302/1668) Checking out files: 79% (1318/1668) Checking out files: 80% (1335/1668) Checking out files: 81% (1352/1668) Checking out files: 82% (1368/1668) Checking out files: 83% (1385/1668) Checking out files: 84% (1402/1668) Checking out files: 85% (1418/1668) Checking out files: 86% (1435/1668) Checking out files: 87% (1452/1668) Checking out files: 88% (1468/1668) Checking out files: 89% (1485/1668) Checking out files: 90% (1502/1668) Checking out files: 91% (1518/1668) Checking out files: 92% (1535/1668) Checking out files: 93% (1552/1668) Checking out files: 94% (1568/1668) Checking out files: 95% (1585/1668) Checking out files: 96% (1602/1668) Checking out files: 97% (1618/1668) Checking out files: 98% (1635/1668) Checking out files: 99% (1652/1668) Checking out files: 100% (1668/1668) Checking out files: 100% (1668/1668), done. [2020-11-05T11:15:28.803Z] #38 32.70 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-05T11:15:28.955Z] #42 10.06 PBCC images/ipc-shm.pb-c.c [2020-11-05T11:15:28.955Z] #42 10.10 DEP images/ipc-shm.pb-c.d [2020-11-05T11:15:28.955Z] #42 10.19 PBCC images/ipc-var.pb-c.c [2020-11-05T11:15:28.955Z] #42 10.26 DEP images/ipc-var.pb-c.d [2020-11-05T11:15:29.076Z] #47 ... [2020-11-05T11:15:29.076Z] [2020-11-05T11:15:29.076Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:29.076Z] #11 21.67 Reading package lists... [2020-11-05T11:15:29.076Z] #11 26.77 Reading package lists... [2020-11-05T11:15:29.076Z] #11 32.49 Building dependency tree... [2020-11-05T11:15:29.076Z] #11 36.36 The following additional packages will be installed: [2020-11-05T11:15:29.076Z] #11 36.36 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-05T11:15:29.076Z] #11 36.37 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-05T11:15:29.076Z] #11 36.37 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-05T11:15:29.076Z] #11 36.38 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-05T11:15:29.076Z] #11 36.38 Suggested packages: [2020-11-05T11:15:29.076Z] #11 36.39 gcc-8-locales seccomp wine64 [2020-11-05T11:15:29.076Z] #11 ... [2020-11-05T11:15:29.076Z] [2020-11-05T11:15:29.076Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:15:29.076Z] #34 20.88 Reading package lists... [2020-11-05T11:15:29.076Z] #34 27.00 Reading package lists... [2020-11-05T11:15:29.076Z] #34 32.68 Building dependency tree... [2020-11-05T11:15:29.076Z] #34 35.44 The following additional packages will be installed: [2020-11-05T11:15:29.076Z] #34 35.45 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-05T11:15:29.076Z] #34 35.45 Suggested packages: [2020-11-05T11:15:29.076Z] #34 35.46 cmake-doc ninja-build lrzip [2020-11-05T11:15:29.076Z] #34 35.46 Recommended packages: [2020-11-05T11:15:29.076Z] #34 35.46 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-05T11:15:29.076Z] #34 36.35 The following NEW packages will be installed: [2020-11-05T11:15:29.076Z] #34 36.35 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-05T11:15:29.076Z] #34 36.35 vim-common xxd [2020-11-05T11:15:29.076Z] #34 36.65 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:15:29.076Z] #34 36.65 Need to get 14.2 MB of archives. [2020-11-05T11:15:29.076Z] #34 36.65 After this operation, 60.0 MB of additional disk space will be used. [2020-11-05T11:15:29.076Z] #34 36.65 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-11-05T11:15:29.076Z] #34 36.65 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-05T11:15:29.076Z] #34 36.66 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-05T11:15:29.254Z] #42 10.34 PBCC images/sk-opts.pb-c.c [2020-11-05T11:15:29.254Z] #42 10.39 PBCC images/packet-sock.pb-c.c [2020-11-05T11:15:29.254Z] #42 10.48 DEP images/sk-opts.pb-c.d [2020-11-05T11:15:29.254Z] #42 10.57 DEP images/packet-sock.pb-c.d [2020-11-05T11:15:29.342Z] #34 36.79 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-11-05T11:15:29.342Z] #34 ... [2020-11-05T11:15:29.342Z] [2020-11-05T11:15:29.342Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:15:29.342Z] #53 20.28 Reading package lists... [2020-11-05T11:15:29.342Z] #53 27.27 Reading package lists... [2020-11-05T11:15:29.342Z] #53 32.66 Building dependency tree... [2020-11-05T11:15:29.342Z] #53 35.27 The following additional packages will be installed: [2020-11-05T11:15:29.342Z] #53 35.30 libbtrfs0 [2020-11-05T11:15:29.342Z] #53 35.46 The following NEW packages will be installed: [2020-11-05T11:15:29.342Z] #53 35.47 libbtrfs-dev libbtrfs0 [2020-11-05T11:15:29.342Z] #53 35.87 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:15:29.342Z] #53 35.87 Need to get 119 kB of archives. [2020-11-05T11:15:29.342Z] #53 35.87 After this operation, 387 kB of additional disk space will be used. [2020-11-05T11:15:29.342Z] #53 35.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-11-05T11:15:29.342Z] #53 35.87 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-11-05T11:15:29.553Z] #42 10.64 PBCC images/sk-netlink.pb-c.c [2020-11-05T11:15:29.553Z] #42 10.74 DEP images/sk-netlink.pb-c.d [2020-11-05T11:15:29.553Z] #42 10.88 PBCC images/sk-inet.pb-c.c [2020-11-05T11:15:29.606Z] #53 ... [2020-11-05T11:15:29.606Z] [2020-11-05T11:15:29.606Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:29.606Z] #47 36.94 go: extracting golang.org/x/text v0.3.2 [2020-11-05T11:15:29.851Z] #42 11.02 DEP images/sk-inet.pb-c.d [2020-11-05T11:15:29.851Z] #42 11.11 PBCC images/sk-unix.pb-c.c [2020-11-05T11:15:30.149Z] #42 11.21 DEP images/sk-unix.pb-c.d [2020-11-05T11:15:30.149Z] #42 11.37 PBCC images/mm.pb-c.c [2020-11-05T11:15:30.149Z] #42 11.41 DEP images/mm.pb-c.d [2020-11-05T11:15:30.149Z] #42 11.45 PBCC images/timerfd.pb-c.c [2020-11-05T11:15:30.149Z] #42 11.48 DEP images/timerfd.pb-c.d [2020-11-05T11:15:30.149Z] #42 11.52 PBCC images/timer.pb-c.c [2020-11-05T11:15:30.149Z] #42 11.53 DEP images/timer.pb-c.d [2020-11-05T11:15:30.149Z] #42 11.56 PBCC images/sa.pb-c.c [2020-11-05T11:15:30.198Z] #38 35.05 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-11-05T11:15:30.447Z] #42 11.59 DEP images/sa.pb-c.d [2020-11-05T11:15:30.447Z] #42 11.64 PBCC images/pipe-data.pb-c.c [2020-11-05T11:15:30.447Z] #42 11.66 DEP images/pipe-data.pb-c.d [2020-11-05T11:15:30.447Z] #42 11.71 PBCC images/mnt.pb-c.c [2020-11-05T11:15:30.447Z] #42 11.83 DEP images/mnt.pb-c.d [2020-11-05T11:15:30.745Z] #42 11.89 PBCC images/sk-packet.pb-c.c [2020-11-05T11:15:30.745Z] #42 11.90 DEP images/sk-packet.pb-c.d [2020-11-05T11:15:30.745Z] #42 11.98 PBCC images/tcp-stream.pb-c.c [2020-11-05T11:15:30.745Z] #42 12.04 DEP images/tcp-stream.pb-c.d [2020-11-05T11:15:30.745Z] #42 12.12 PBCC images/pipe.pb-c.c [2020-11-05T11:15:31.043Z] #42 12.22 DEP images/pipe.pb-c.d [2020-11-05T11:15:31.043Z] #42 12.31 PBCC images/pstree.pb-c.c [2020-11-05T11:15:31.043Z] #42 12.36 DEP images/pstree.pb-c.d [2020-11-05T11:15:31.342Z] #42 12.39 PBCC images/fs.pb-c.c [2020-11-05T11:15:31.342Z] #42 12.41 DEP images/fs.pb-c.d [2020-11-05T11:15:31.342Z] #42 12.46 PBCC images/signalfd.pb-c.c [2020-11-05T11:15:31.342Z] #42 12.50 DEP images/signalfd.pb-c.d [2020-11-05T11:15:31.342Z] #42 12.61 PBCC images/fh.pb-c.c [2020-11-05T11:15:31.342Z] #42 12.71 PBCC images/fsnotify.pb-c.c [2020-11-05T11:15:31.640Z] #42 12.78 DEP images/fh.pb-c.d [2020-11-05T11:15:31.640Z] #42 12.89 DEP images/fsnotify.pb-c.d [2020-11-05T11:15:31.640Z] #42 13.00 PBCC images/eventpoll.pb-c.c [2020-11-05T11:15:31.937Z] #42 13.02 DEP images/eventpoll.pb-c.d [2020-11-05T11:15:31.937Z] #42 13.08 PBCC images/eventfd.pb-c.c [2020-11-05T11:15:31.937Z] #42 13.10 DEP images/eventfd.pb-c.d [2020-11-05T11:15:31.937Z] #42 13.16 PBCC images/remap-file-path.pb-c.c [2020-11-05T11:15:31.937Z] #42 13.17 DEP images/remap-file-path.pb-c.d [2020-11-05T11:15:31.937Z] #42 13.26 PBCC images/fifo.pb-c.c [2020-11-05T11:15:31.937Z] #42 13.30 DEP images/fifo.pb-c.d [2020-11-05T11:15:31.937Z] #42 13.38 PBCC images/ghost-file.pb-c.c [2020-11-05T11:15:32.273Z] #42 13.45 DEP images/ghost-file.pb-c.d [2020-11-05T11:15:32.273Z] #42 13.52 PBCC images/regfile.pb-c.c [2020-11-05T11:15:32.273Z] #42 13.56 DEP images/regfile.pb-c.d [2020-11-05T11:15:32.273Z] #42 13.59 PBCC images/ns.pb-c.c [2020-11-05T11:15:32.273Z] #42 13.62 DEP images/ns.pb-c.d [2020-11-05T11:15:32.572Z] #42 13.67 PBCC images/fdinfo.pb-c.c [2020-11-05T11:15:32.572Z] #42 13.89 DEP images/fdinfo.pb-c.d [2020-11-05T11:15:32.572Z] #42 13.93 PBCC images/core-aarch64.pb-c.c [2020-11-05T11:15:32.779Z] ok github.com/docker/docker/api/server 0.002s coverage: 9.0% of statements [2020-11-05T11:15:32.870Z] #42 13.99 PBCC images/core-arm.pb-c.c [2020-11-05T11:15:32.870Z] #42 14.08 PBCC images/core-ppc64.pb-c.c [2020-11-05T11:15:32.870Z] #42 14.21 PBCC images/core-s390.pb-c.c [2020-11-05T11:15:33.169Z] #42 14.27 PBCC images/core-x86.pb-c.c [2020-11-05T11:15:33.169Z] #42 14.39 PBCC images/core.pb-c.c [2020-11-05T11:15:33.169Z] #42 14.46 PBCC images/inventory.pb-c.c [2020-11-05T11:15:33.468Z] #42 14.58 DEP images/core-aarch64.pb-c.d [2020-11-05T11:15:33.468Z] #42 14.65 DEP images/core-arm.pb-c.d [2020-11-05T11:15:33.468Z] #42 14.75 DEP images/core-ppc64.pb-c.d [2020-11-05T11:15:33.534Z] #38 ... [2020-11-05T11:15:33.534Z] [2020-11-05T11:15:33.534Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:33.534Z] #62 35.50 Checking out files: 41% (796/1905) Checking out files: 42% (801/1905) Checking out files: 43% (820/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 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. [2020-11-05T11:15:33.534Z] #62 37.02 + cd /tmp/tmp.BMd9qvw5iB/src/github.com/docker/libnetwork [2020-11-05T11:15:33.534Z] #62 37.02 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-11-05T11:15:33.534Z] #62 37.72 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-05T11:15:33.767Z] #42 14.80 DEP images/core-s390.pb-c.d [2020-11-05T11:15:33.767Z] #42 14.84 DEP images/core-x86.pb-c.d [2020-11-05T11:15:33.767Z] #42 14.89 DEP images/core.pb-c.d [2020-11-05T11:15:33.767Z] #42 14.97 DEP images/inventory.pb-c.d [2020-11-05T11:15:33.767Z] #42 15.01 PBCC images/cpuinfo.pb-c.c [2020-11-05T11:15:33.767Z] #42 15.05 DEP images/cpuinfo.pb-c.d [2020-11-05T11:15:34.068Z] #42 15.11 PBCC images/stats.pb-c.c [2020-11-05T11:15:34.068Z] #42 15.16 DEP images/stats.pb-c.d [2020-11-05T11:15:34.068Z] #42 ... [2020-11-05T11:15:34.068Z] [2020-11-05T11:15:34.068Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:34.068Z] #33 70.52 internal/syscall/execenv [2020-11-05T11:15:34.068Z] #33 70.54 internal/syscall/unix [2020-11-05T11:15:34.068Z] #33 70.59 time [2020-11-05T11:15:34.068Z] #33 78.97 internal/poll [2020-11-05T11:15:34.108Z] #62 ... [2020-11-05T11:15:34.108Z] [2020-11-05T11:15:34.108Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:15:34.108Z] #34 19.07 Reading package lists... [2020-11-05T11:15:34.369Z] #33 ... [2020-11-05T11:15:34.369Z] [2020-11-05T11:15:34.369Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:34.369Z] #50 75.75 time [2020-11-05T11:15:34.369Z] #50 78.54 regexp [2020-11-05T11:15:34.371Z] #34 30.77 Reading package lists... [2020-11-05T11:15:34.371Z] #34 ... [2020-11-05T11:15:34.371Z] [2020-11-05T11:15:34.371Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:34.371Z] #47 30.15 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-05T11:15:34.371Z] #47 30.18 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-05T11:15:34.371Z] #47 30.22 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-05T11:15:34.371Z] #47 30.27 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-05T11:15:34.371Z] #47 30.28 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-05T11:15:34.371Z] #47 30.46 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-05T11:15:34.371Z] #47 30.46 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-05T11:15:34.371Z] #47 30.46 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-05T11:15:34.371Z] #47 30.46 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-05T11:15:34.371Z] #47 30.46 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-05T11:15:34.371Z] #47 30.46 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-05T11:15:34.371Z] #47 30.47 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-05T11:15:34.371Z] #47 30.49 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-05T11:15:34.371Z] #47 30.50 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-05T11:15:34.371Z] #47 30.54 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-05T11:15:34.371Z] #47 30.58 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-05T11:15:34.371Z] #47 30.63 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-05T11:15:34.371Z] #47 30.65 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-05T11:15:34.371Z] #47 30.66 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-05T11:15:34.371Z] #47 30.76 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-05T11:15:34.371Z] #47 30.78 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-05T11:15:34.371Z] #47 30.90 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-05T11:15:34.371Z] #47 30.96 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-05T11:15:34.371Z] #47 30.97 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-05T11:15:34.371Z] #47 30.98 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-05T11:15:34.371Z] #47 31.15 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-05T11:15:34.371Z] #47 31.25 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-05T11:15:34.371Z] #47 31.30 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-05T11:15:34.371Z] #47 31.37 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-05T11:15:34.371Z] #47 31.43 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-05T11:15:34.371Z] #47 31.59 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-05T11:15:34.371Z] #47 31.59 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-05T11:15:34.371Z] #47 31.68 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-05T11:15:34.371Z] #47 31.69 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-05T11:15:34.371Z] #47 31.89 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-05T11:15:34.371Z] #47 31.90 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-05T11:15:34.371Z] #47 31.91 go: downloading github.com/spf13/viper v1.6.1 [2020-11-05T11:15:34.371Z] #47 31.94 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-05T11:15:34.371Z] #47 32.19 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-05T11:15:34.371Z] #47 32.22 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-05T11:15:34.371Z] #47 32.29 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-05T11:15:34.371Z] #47 32.38 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-05T11:15:34.371Z] #47 32.39 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-05T11:15:34.371Z] #47 32.94 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-05T11:15:34.371Z] #47 33.10 go: extracting github.com/spf13/viper v1.6.1 [2020-11-05T11:15:34.371Z] #47 33.13 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-05T11:15:34.371Z] #47 33.21 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-05T11:15:34.371Z] #47 33.25 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-05T11:15:34.371Z] #47 33.25 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-05T11:15:34.371Z] #47 33.37 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-05T11:15:34.371Z] #47 33.40 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-05T11:15:34.371Z] #47 33.42 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-05T11:15:34.371Z] #47 33.52 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-05T11:15:34.371Z] #47 33.55 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-05T11:15:34.371Z] #47 33.56 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-05T11:15:34.371Z] #47 33.69 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-05T11:15:34.371Z] #47 33.70 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-05T11:15:34.371Z] #47 33.70 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-05T11:15:34.371Z] #47 33.73 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-05T11:15:34.371Z] #47 33.76 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-05T11:15:34.371Z] #47 33.86 go: downloading golang.org/x/text v0.3.2 [2020-11-05T11:15:34.371Z] #47 33.90 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-05T11:15:34.371Z] #47 33.99 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-05T11:15:34.371Z] #47 33.99 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-05T11:15:34.371Z] #47 34.06 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-05T11:15:34.371Z] #47 34.22 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-05T11:15:34.371Z] #47 34.31 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-05T11:15:34.371Z] #47 34.65 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-05T11:15:34.371Z] #47 34.67 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-05T11:15:34.371Z] #47 35.00 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-05T11:15:34.371Z] #47 35.25 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-05T11:15:34.371Z] #47 35.28 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-05T11:15:34.371Z] #47 35.38 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-05T11:15:34.371Z] #47 35.94 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-05T11:15:34.371Z] #47 36.00 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-05T11:15:34.371Z] #47 36.34 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-05T11:15:34.371Z] #47 36.60 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-05T11:15:34.371Z] #47 37.03 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-05T11:15:34.371Z] #47 37.23 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-05T11:15:34.371Z] #47 37.41 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-05T11:15:34.371Z] #47 37.70 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-05T11:15:34.371Z] #47 37.71 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-05T11:15:34.371Z] #47 37.79 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-05T11:15:34.371Z] #47 37.80 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-05T11:15:34.371Z] #47 38.47 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-05T11:15:34.371Z] #47 38.53 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-05T11:15:34.371Z] #47 38.67 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-05T11:15:34.371Z] #47 38.67 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-05T11:15:34.372Z] #47 38.81 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-05T11:15:34.372Z] #47 38.86 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-05T11:15:34.372Z] #47 39.15 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-05T11:15:34.372Z] #47 39.18 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-05T11:15:34.372Z] #47 39.31 go: downloading github.com/spf13/cast v1.3.0 [2020-11-05T11:15:34.372Z] #47 39.39 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-05T11:15:34.372Z] #47 39.45 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-05T11:15:34.372Z] #47 39.46 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-05T11:15:34.372Z] #47 39.57 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-05T11:15:34.372Z] #47 39.71 go: downloading github.com/pkg/errors v0.8.1 [2020-11-05T11:15:34.372Z] #47 39.99 go: extracting github.com/spf13/cast v1.3.0 [2020-11-05T11:15:34.372Z] #47 40.12 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-05T11:15:34.372Z] #47 40.25 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-05T11:15:34.372Z] #47 40.25 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-05T11:15:34.372Z] #47 40.37 go: extracting github.com/pkg/errors v0.8.1 [2020-11-05T11:15:34.633Z] #47 40.51 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-05T11:15:34.633Z] #47 40.53 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-05T11:15:34.896Z] #47 40.72 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-05T11:15:34.923Z] #47 41.74 go: finding github.com/fatih/color v1.7.0 [2020-11-05T11:15:34.923Z] #47 41.74 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-05T11:15:34.923Z] #47 41.79 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-05T11:15:34.923Z] #47 41.79 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-05T11:15:34.923Z] #47 ... [2020-11-05T11:15:34.923Z] [2020-11-05T11:15:34.923Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:15:34.923Z] #30 34.57 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-05T11:15:34.923Z] #30 34.80 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-05T11:15:35.020Z] #50 ... [2020-11-05T11:15:35.020Z] [2020-11-05T11:15:35.020Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:35.020Z] #33 81.35 os [2020-11-05T11:15:35.159Z] #47 40.98 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-05T11:15:35.159Z] #47 41.18 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-05T11:15:35.159Z] #47 41.19 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-05T11:15:35.420Z] #47 41.29 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-05T11:15:35.681Z] #47 41.43 go: downloading github.com/spf13/afero v1.1.2 [2020-11-05T11:15:35.681Z] #47 41.43 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-05T11:15:35.681Z] #47 41.60 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-05T11:15:35.689Z] #33 82.17 internal/fmtsort [2020-11-05T11:15:35.945Z] #47 41.73 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-05T11:15:36.206Z] #47 42.08 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-05T11:15:36.206Z] #47 42.15 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-05T11:15:36.206Z] #47 42.30 go: extracting github.com/spf13/afero v1.1.2 [2020-11-05T11:15:36.318Z] #30 ... [2020-11-05T11:15:36.318Z] [2020-11-05T11:15:36.318Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:36.318Z] #40 27.65 Reading package lists... [2020-11-05T11:15:36.318Z] #40 34.08 Building dependency tree... [2020-11-05T11:15:36.318Z] #40 37.46 The following additional packages will be installed: [2020-11-05T11:15:36.318Z] #40 37.46 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-05T11:15:36.318Z] #40 37.46 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-05T11:15:36.318Z] #40 37.47 Suggested packages: [2020-11-05T11:15:36.318Z] #40 37.47 manpages-dev python-setuptools [2020-11-05T11:15:36.318Z] #40 38.44 The following NEW packages will be installed: [2020-11-05T11:15:36.318Z] #40 38.44 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-05T11:15:36.318Z] #40 38.44 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-05T11:15:36.318Z] #40 38.44 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-05T11:15:36.318Z] #40 38.44 python-six zlib1g-dev [2020-11-05T11:15:36.318Z] #40 38.94 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:15:36.318Z] #40 38.94 Need to get 3798 kB of archives. [2020-11-05T11:15:36.318Z] #40 38.94 After this operation, 21.6 MB of additional disk space will be used. [2020-11-05T11:15:36.318Z] #40 38.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2020-11-05T11:15:36.318Z] #40 39.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-11-05T11:15:36.318Z] #40 39.08 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2020-11-05T11:15:36.318Z] #40 39.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-11-05T11:15:36.318Z] #40 39.32 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2020-11-05T11:15:36.318Z] #40 39.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-11-05T11:15:36.318Z] #40 39.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2020-11-05T11:15:36.318Z] #40 39.51 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2020-11-05T11:15:36.318Z] #40 40.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2020-11-05T11:15:36.318Z] #40 40.49 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2020-11-05T11:15:36.318Z] #40 40.49 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2020-11-05T11:15:36.318Z] #40 41.11 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2020-11-05T11:15:36.318Z] #40 41.53 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2020-11-05T11:15:36.318Z] #40 41.54 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2020-11-05T11:15:36.318Z] #40 41.54 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-05T11:15:36.318Z] #40 41.56 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2020-11-05T11:15:36.318Z] #40 41.57 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2020-11-05T11:15:36.318Z] #40 43.86 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:15:36.582Z] #40 ... [2020-11-05T11:15:36.582Z] [2020-11-05T11:15:36.582Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:36.582Z] #47 42.29 go: finding github.com/pkg/errors v0.8.1 [2020-11-05T11:15:36.582Z] #47 42.30 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-05T11:15:36.582Z] #47 42.30 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-05T11:15:36.582Z] #47 42.98 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-05T11:15:36.582Z] #47 42.99 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-05T11:15:36.582Z] #47 43.21 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-05T11:15:36.582Z] #47 43.22 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-05T11:15:36.582Z] #47 43.78 go: finding github.com/spf13/viper v1.6.1 [2020-11-05T11:15:36.582Z] #47 43.78 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-05T11:15:36.582Z] #47 43.79 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-05T11:15:36.582Z] #47 43.79 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-05T11:15:36.582Z] #47 43.99 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-05T11:15:36.582Z] #47 44.04 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-05T11:15:36.582Z] #47 44.04 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-05T11:15:37.153Z] #47 42.93 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-05T11:15:37.234Z] #33 ... [2020-11-05T11:15:37.234Z] [2020-11-05T11:15:37.234Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:15:37.234Z] #44 73.56 vendor/golang.org/x/text/transform [2020-11-05T11:15:37.234Z] #44 77.62 time [2020-11-05T11:15:37.234Z] #44 83.27 regexp [2020-11-05T11:15:37.234Z] #44 ... [2020-11-05T11:15:37.234Z] [2020-11-05T11:15:37.234Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:37.309Z] #47 44.50 go: finding github.com/stretchr/testify v1.4.0 [2020-11-05T11:15:37.309Z] #47 44.58 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-05T11:15:37.309Z] #47 44.64 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-05T11:15:37.574Z] #47 44.72 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-05T11:15:37.574Z] #47 45.03 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-05T11:15:37.574Z] #47 45.04 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-05T11:15:37.838Z] #47 45.25 go: finding github.com/spf13/cobra v0.0.5 [2020-11-05T11:15:37.838Z] #47 45.25 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-05T11:15:37.838Z] #47 45.29 go: finding github.com/gobwas/glob v0.2.3 [2020-11-05T11:15:37.838Z] #47 45.33 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-05T11:15:37.838Z] #47 45.37 go: finding github.com/spf13/pflag v1.0.5 [2020-11-05T11:15:37.838Z] #47 45.42 go: finding github.com/stretchr/objx v0.2.0 [2020-11-05T11:15:38.102Z] #47 45.50 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-05T11:15:38.102Z] #47 45.53 go: finding github.com/magiconair/properties v1.8.1 [2020-11-05T11:15:38.102Z] #47 45.55 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-05T11:15:38.102Z] #47 45.57 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-05T11:15:38.131Z] #55 43.96 Checking out files: 53% (1820/3433) Checking out files: 54% (1854/3433) Checking out files: 55% (1889/3433) Checking out files: 56% (1923/3433) Checking out files: 57% (1957/3433) Checking out files: 58% (1992/3433) Checking out files: 59% (2026/3433) Checking out files: 60% (2060/3433) Checking out files: 61% (2095/3433) Checking out files: 62% (2129/3433) Checking out files: 63% (2163/3433) Checking out files: 64% (2198/3433) Checking out files: 65% (2232/3433) Checking out files: 66% (2266/3433) Checking out files: 67% (2301/3433) Checking out files: 68% (2335/3433) Checking out files: 69% (2369/3433) Checking out files: 70% (2404/3433) Checking out files: 71% (2438/3433) Checking out files: 72% (2472/3433) Checking out files: 73% (2507/3433) Checking out files: 74% (2541/3433) Checking out files: 75% (2575/3433) Checking out files: 76% (2610/3433) Checking out files: 77% (2644/3433) Checking out files: 78% (2678/3433) Checking out files: 79% (2713/3433) Checking out files: 80% (2747/3433) Checking out files: 81% (2781/3433) Checking out files: 82% (2816/3433) Checking out files: 83% (2850/3433) Checking out files: 84% (2884/3433) Checking out files: 85% (2919/3433) Checking out files: 86% (2953/3433) Checking out files: 87% (2987/3433) Checking out files: 88% (3022/3433) Checking out files: 89% (3056/3433) Checking out files: 90% (3090/3433) Checking out files: 91% (3125/3433) Checking out files: 91% (3150/3433) Checking out files: 92% (3159/3433) Checking out files: 93% (3193/3433) Checking out files: 94% (3228/3433) Checking out files: 95% (3262/3433) Checking out files: 96% (3296/3433) Checking out files: 97% (3331/3433) Checking out files: 98% (3365/3433) Checking out files: 99% (3399/3433) Checking out files: 100% (3433/3433) Checking out files: 100% (3433/3433), done. [2020-11-05T11:15:38.131Z] #55 45.20 + cd /tmp/tmp.QehonCABvL/src/github.com/containerd/containerd [2020-11-05T11:15:38.431Z] #55 45.20 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-05T11:15:38.539Z] #47 ... [2020-11-05T11:15:38.539Z] [2020-11-05T11:15:38.539Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:38.539Z] #11 34.31 Fetched 8396 kB in 25s (342 kB/s) [2020-11-05T11:15:38.539Z] #11 34.31 Reading package lists... [2020-11-05T11:15:38.539Z] #11 ... [2020-11-05T11:15:38.539Z] [2020-11-05T11:15:38.539Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:15:38.539Z] #34 30.77 Reading package lists... [2020-11-05T11:15:38.539Z] #34 40.66 Building dependency tree... [2020-11-05T11:15:38.539Z] #34 ... [2020-11-05T11:15:38.539Z] [2020-11-05T11:15:38.539Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:38.539Z] #49 34.62 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-05T11:15:38.539Z] #49 34.76 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-05T11:15:38.539Z] #49 34.95 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-05T11:15:38.539Z] #49 35.20 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-05T11:15:38.539Z] #49 36.41 runtime/cgo [2020-11-05T11:15:38.539Z] #49 36.63 runtime [2020-11-05T11:15:38.566Z] #47 45.67 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-05T11:15:38.566Z] #47 45.69 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-05T11:15:38.566Z] #47 45.75 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-05T11:15:38.566Z] #47 45.80 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-05T11:15:38.566Z] #47 45.86 go: finding github.com/spf13/cast v1.3.0 [2020-11-05T11:15:38.566Z] #47 45.87 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-05T11:15:38.566Z] #47 45.88 go: finding github.com/spf13/afero v1.1.2 [2020-11-05T11:15:38.566Z] #47 45.94 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-05T11:15:38.566Z] #47 45.94 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-05T11:15:38.800Z] #49 ... [2020-11-05T11:15:38.800Z] [2020-11-05T11:15:38.800Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:38.800Z] #47 44.52 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-05T11:15:38.800Z] #47 44.52 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-05T11:15:38.800Z] #47 44.53 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-05T11:15:38.800Z] #47 44.55 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-05T11:15:38.800Z] #47 44.55 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-05T11:15:38.800Z] #47 44.64 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-05T11:15:38.800Z] #47 44.79 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-05T11:15:38.800Z] #47 44.81 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-05T11:15:38.800Z] #47 44.82 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-05T11:15:39.082Z] #55 45.88 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-05T11:15:39.082Z] #55 45.88 + BUILDTAGS='netgo osusergo static_build' [2020-11-05T11:15:39.082Z] #55 45.89 + export EXTRA_FLAGS=-buildmode=pie [2020-11-05T11:15:39.082Z] #55 45.89 + EXTRA_FLAGS=-buildmode=pie [2020-11-05T11:15:39.082Z] #55 45.89 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-05T11:15:39.082Z] #55 45.89 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-05T11:15:39.082Z] #55 45.89 + '[' '' = dynamic ']' [2020-11-05T11:15:39.082Z] #55 45.89 + make [2020-11-05T11:15:39.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-05T11:15:39.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-05T11:15:39.215Z] #47 46.32 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-05T11:15:39.215Z] #47 46.33 go: finding golang.org/x/text v0.3.2 [2020-11-05T11:15:39.215Z] #47 46.34 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-05T11:15:39.215Z] #47 46.34 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-05T11:15:39.215Z] #47 46.63 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-05T11:15:39.215Z] #47 46.68 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-05T11:15:39.215Z] #47 46.70 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-05T11:15:39.215Z] #47 46.70 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-05T11:15:39.215Z] #47 46.71 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-05T11:15:39.372Z] #47 45.12 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-05T11:15:39.372Z] #47 45.12 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-05T11:15:39.372Z] #47 45.33 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-05T11:15:39.482Z] #47 46.94 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-05T11:15:39.482Z] #47 46.98 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-05T11:15:39.482Z] #47 47.03 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-05T11:15:39.744Z] #47 47.10 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-05T11:15:39.744Z] #47 47.12 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-05T11:15:39.744Z] #47 47.12 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-05T11:15:39.744Z] #47 47.18 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-05T11:15:39.744Z] #47 47.23 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-05T11:15:39.744Z] #47 47.24 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-05T11:15:40.038Z] #47 47.34 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-05T11:15:40.038Z] #47 47.36 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-05T11:15:40.038Z] #47 47.38 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-05T11:15:40.038Z] #47 ... [2020-11-05T11:15:40.038Z] [2020-11-05T11:15:40.038Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:15:40.038Z] #53 37.33 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:15:40.038Z] #53 37.93 Fetched 119 kB in 0s (444 kB/s) [2020-11-05T11:15:40.038Z] #53 39.17 Selecting previously unselected package libbtrfs0. [2020-11-05T11:15:40.038Z] #53 39.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-11-05T11:15:40.038Z] #53 39.21 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2020-11-05T11:15:40.038Z] #53 39.70 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-05T11:15:40.038Z] #53 44.47 Selecting previously unselected package libbtrfs-dev. [2020-11-05T11:15:40.038Z] #53 44.47 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-11-05T11:15:40.038Z] #53 45.35 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:15:40.038Z] #53 47.13 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-05T11:15:40.038Z] #53 47.18 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:15:40.038Z] #53 ... [2020-11-05T11:15:40.038Z] [2020-11-05T11:15:40.038Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:40.038Z] #11 37.57 The following NEW packages will be installed: [2020-11-05T11:15:40.038Z] #11 37.58 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-05T11:15:40.038Z] #11 37.58 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-05T11:15:40.038Z] #11 37.58 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-05T11:15:40.038Z] #11 37.58 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-05T11:15:40.038Z] #11 37.58 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-05T11:15:40.038Z] #11 37.59 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-05T11:15:40.038Z] #11 38.02 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:15:40.038Z] #11 38.02 Need to get 73.3 MB of archives. [2020-11-05T11:15:40.038Z] #11 38.02 After this operation, 472 MB of additional disk space will be used. [2020-11-05T11:15:40.038Z] #11 38.02 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2020-11-05T11:15:40.038Z] #11 38.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2020-11-05T11:15:40.038Z] #11 38.51 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-05T11:15:40.038Z] #11 38.51 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2020-11-05T11:15:40.038Z] #11 38.52 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2020-11-05T11:15:40.038Z] #11 38.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-05T11:15:40.038Z] #11 39.00 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-05T11:15:40.038Z] #11 39.32 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-11-05T11:15:40.038Z] #11 39.40 Get:9 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] [2020-11-05T11:15:40.038Z] #11 44.50 Get:10 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] [2020-11-05T11:15:40.155Z] #55 46.85 + bin/ctr [2020-11-05T11:15:40.320Z] #47 ... [2020-11-05T11:15:40.320Z] [2020-11-05T11:15:40.320Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:15:40.320Z] #53 36.13 Fetched 8396 kB in 25s (330 kB/s) [2020-11-05T11:15:40.320Z] #53 36.13 Reading package lists... [2020-11-05T11:15:40.320Z] #53 ... [2020-11-05T11:15:40.320Z] [2020-11-05T11:15:40.320Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:15:40.320Z] #34 45.90 The following additional packages will be installed: [2020-11-05T11:15:40.320Z] #34 45.94 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-05T11:15:40.320Z] #34 45.96 Suggested packages: [2020-11-05T11:15:40.320Z] #34 45.96 cmake-doc ninja-build lrzip [2020-11-05T11:15:40.320Z] #34 45.96 Recommended packages: [2020-11-05T11:15:40.320Z] #34 45.96 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-05T11:15:40.362Z] #11 ... [2020-11-05T11:15:40.362Z] [2020-11-05T11:15:40.362Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:15:40.362Z] #34 37.72 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB] [2020-11-05T11:15:40.362Z] #34 37.77 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2020-11-05T11:15:40.362Z] #34 37.85 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2020-11-05T11:15:40.362Z] #34 37.89 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2020-11-05T11:15:40.362Z] #34 37.89 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2020-11-05T11:15:40.362Z] #34 37.89 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2020-11-05T11:15:40.362Z] #34 39.49 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:15:40.362Z] #34 39.74 Fetched 14.2 MB in 2s (7814 kB/s) [2020-11-05T11:15:40.362Z] #34 41.60 Selecting previously unselected package xxd. [2020-11-05T11:15:40.362Z] #34 41.60 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-11-05T11:15:40.362Z] #34 41.81 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-11-05T11:15:40.362Z] #34 42.93 Unpacking xxd (2:8.1.0875-5) ... [2020-11-05T11:15:40.362Z] #34 45.55 Selecting previously unselected package vim-common. [2020-11-05T11:15:40.362Z] #34 45.56 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-05T11:15:40.362Z] #34 45.61 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-05T11:15:40.362Z] #34 47.34 Selecting previously unselected package cmake-data. [2020-11-05T11:15:40.362Z] #34 47.34 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-05T11:15:40.362Z] #34 ... [2020-11-05T11:15:40.362Z] [2020-11-05T11:15:40.362Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:40.362Z] #11 47.87 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2020-11-05T11:15:40.696Z] #11 47.89 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2020-11-05T11:15:40.696Z] #11 48.04 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-11-05T11:15:40.696Z] #11 48.10 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-11-05T11:15:40.696Z] #11 48.16 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2020-11-05T11:15:40.970Z] #11 ... [2020-11-05T11:15:40.970Z] [2020-11-05T11:15:40.970Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:15:40.970Z] #43 38.20 sync [2020-11-05T11:15:40.970Z] #43 38.20 internal/reflectlite [2020-11-05T11:15:40.970Z] #43 39.12 github.com/LK4D4/vndr/godl/singleflight [2020-11-05T11:15:40.970Z] #43 39.15 math/rand [2020-11-05T11:15:40.970Z] #43 39.18 internal/singleflight [2020-11-05T11:15:40.970Z] #43 40.54 sort [2020-11-05T11:15:40.970Z] #43 40.55 errors [2020-11-05T11:15:40.970Z] #43 40.83 io [2020-11-05T11:15:40.970Z] #43 40.84 strconv [2020-11-05T11:15:40.970Z] #43 40.86 internal/oserror [2020-11-05T11:15:40.970Z] #43 41.23 syscall [2020-11-05T11:15:40.970Z] #43 41.64 vendor/golang.org/x/net/dns/dnsmessage [2020-11-05T11:15:40.970Z] #43 41.90 bytes [2020-11-05T11:15:40.970Z] #43 43.95 bufio [2020-11-05T11:15:40.970Z] #43 44.00 reflect [2020-11-05T11:15:40.970Z] #43 44.49 strings [2020-11-05T11:15:40.970Z] #43 46.17 hash/crc32 [2020-11-05T11:15:40.970Z] #43 46.55 regexp/syntax [2020-11-05T11:15:40.970Z] #43 47.06 vendor/golang.org/x/text/transform [2020-11-05T11:15:40.970Z] #43 47.78 time [2020-11-05T11:15:40.970Z] #43 ... [2020-11-05T11:15:40.970Z] [2020-11-05T11:15:40.970Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:40.970Z] #11 48.41 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB] [2020-11-05T11:15:40.970Z] #11 48.46 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2020-11-05T11:15:40.988Z] #34 ... [2020-11-05T11:15:40.988Z] [2020-11-05T11:15:40.988Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:40.988Z] #40 36.80 Fetched 8396 kB in 27s (315 kB/s) [2020-11-05T11:15:40.988Z] #40 36.80 Reading package lists... [2020-11-05T11:15:40.988Z] #40 46.30 Reading package lists... [2020-11-05T11:15:40.988Z] #40 ... [2020-11-05T11:15:40.988Z] [2020-11-05T11:15:40.988Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:15:41.232Z] #11 48.57 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2020-11-05T11:15:41.233Z] #11 48.58 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2020-11-05T11:15:41.233Z] #11 48.59 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2020-11-05T11:15:41.233Z] #11 48.60 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2020-11-05T11:15:41.233Z] #11 ... [2020-11-05T11:15:41.233Z] [2020-11-05T11:15:41.233Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:41.233Z] #32 38.63 internal/reflectlite [2020-11-05T11:15:41.233Z] #32 38.64 sync [2020-11-05T11:15:41.233Z] #32 40.52 sort [2020-11-05T11:15:41.233Z] #32 40.53 errors [2020-11-05T11:15:41.233Z] #32 41.19 strconv [2020-11-05T11:15:41.233Z] #32 41.19 internal/oserror [2020-11-05T11:15:41.233Z] #32 41.19 io [2020-11-05T11:15:41.233Z] #32 41.58 syscall [2020-11-05T11:15:41.233Z] #32 42.31 strings [2020-11-05T11:15:41.233Z] #32 42.31 bytes [2020-11-05T11:15:41.233Z] #32 43.97 bufio [2020-11-05T11:15:41.233Z] #32 44.70 path [2020-11-05T11:15:41.233Z] #32 44.76 reflect [2020-11-05T11:15:41.233Z] #32 45.07 text/tabwriter [2020-11-05T11:15:41.233Z] #32 46.54 internal/syscall/execenv [2020-11-05T11:15:41.233Z] #32 46.55 internal/syscall/unix [2020-11-05T11:15:41.233Z] #32 46.56 time [2020-11-05T11:15:41.233Z] #32 ... [2020-11-05T11:15:41.233Z] [2020-11-05T11:15:41.233Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:41.233Z] #62 DONE 48.7s [2020-11-05T11:15:41.233Z] [2020-11-05T11:15:41.233Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:41.233Z] #11 48.73 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2020-11-05T11:15:41.233Z] #11 48.74 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2020-11-05T11:15:41.233Z] #11 48.75 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2020-11-05T11:15:41.233Z] #11 48.77 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB] [2020-11-05T11:15:41.555Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m7.511125475s with top 10 stages: buildssa: 1m33.86889721s, goimports: 21.520005256s, unconvert: 12.882242502s, gosec: 10.225229521s, golint: 6.013903616s, ineffassign: 4.596357384s, misspell: 4.591647474s, inspect: 3.670335808s, vrp: 2.836852647s, ctrlflow: 2.032169471s [2020-11-05T11:15:42.183Z] #11 ... [2020-11-05T11:15:42.183Z] [2020-11-05T11:15:42.183Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:15:42.183Z] #53 47.87 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:15:42.183Z] #53 DONE 49.6s [2020-11-05T11:15:42.183Z] [2020-11-05T11:15:42.183Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:42.183Z] #45 DONE 49.8s [2020-11-05T11:15:42.183Z] [2020-11-05T11:15:42.183Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:42.259Z] #55 ... [2020-11-05T11:15:42.259Z] [2020-11-05T11:15:42.259Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:15:42.259Z] #44 88.73 os/exec [2020-11-05T11:15:42.259Z] #44 88.78 net [2020-11-05T11:15:43.404Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-05T11:15:44.738Z] #54 2.507 + RM_GOPATH=0 [2020-11-05T11:15:44.738Z] #54 2.507 + TMP_GOPATH= [2020-11-05T11:15:44.738Z] #54 2.507 + : /build [2020-11-05T11:15:44.738Z] #54 2.507 + '[' -z '' ']' [2020-11-05T11:15:44.738Z] #54 2.515 ++ mktemp -d [2020-11-05T11:15:44.738Z] #54 2.515 + export GOPATH=/tmp/tmp.yR95lDOr18 [2020-11-05T11:15:44.738Z] #54 2.515 + GOPATH=/tmp/tmp.yR95lDOr18 [2020-11-05T11:15:44.738Z] #54 2.515 + RM_GOPATH=1 [2020-11-05T11:15:44.738Z] #54 2.515 + case "$(go env GOARCH)" in [2020-11-05T11:15:44.738Z] #54 2.515 ++ go env GOARCH [2020-11-05T11:15:44.738Z] #54 2.551 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:44.738Z] #54 2.551 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:15:44.738Z] #54 2.551 ++ dirname /tmp/install/install.sh [2020-11-05T11:15:44.738Z] #54 2.551 + dir=/tmp/install [2020-11-05T11:15:44.738Z] #54 2.551 + bin=containerd [2020-11-05T11:15:44.738Z] #54 2.551 + shift [2020-11-05T11:15:44.738Z] #54 2.551 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-05T11:15:44.738Z] #54 2.551 + . /tmp/install/containerd.installer [2020-11-05T11:15:44.738Z] #54 2.551 ++ set -e [2020-11-05T11:15:44.738Z] #54 2.551 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-05T11:15:44.738Z] #54 2.551 + install_containerd [2020-11-05T11:15:44.738Z] #54 2.551 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-05T11:15:44.738Z] #54 2.552 + git clone https://github.com/containerd/containerd.git /tmp/tmp.yR95lDOr18/src/github.com/containerd/containerd [2020-11-05T11:15:44.738Z] #54 2.552 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-05T11:15:44.738Z] #54 2.575 Cloning into '/tmp/tmp.yR95lDOr18/src/github.com/containerd/containerd'... [2020-11-05T11:15:45.531Z] #54 ... [2020-11-05T11:15:45.531Z] [2020-11-05T11:15:45.531Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:45.531Z] #49 43.03 bytes [2020-11-05T11:15:45.531Z] #49 43.05 syscall [2020-11-05T11:15:45.531Z] #49 43.07 strings [2020-11-05T11:15:45.531Z] #49 43.08 strconv [2020-11-05T11:15:45.531Z] #49 44.72 bufio [2020-11-05T11:15:45.531Z] #49 45.02 text/tabwriter [2020-11-05T11:15:45.531Z] #49 46.23 reflect [2020-11-05T11:15:45.531Z] #49 46.23 regexp/syntax [2020-11-05T11:15:45.531Z] #49 49.60 time [2020-11-05T11:15:45.796Z] #49 ... [2020-11-05T11:15:45.796Z] [2020-11-05T11:15:45.796Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:45.796Z] #40 45.08 Fetched 3798 kB in 3s (1161 kB/s) [2020-11-05T11:15:45.796Z] #40 45.59 Selecting previously unselected package libcap-dev:arm64. [2020-11-05T11:15:45.796Z] #40 45.64 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-11-05T11:15:45.796Z] #40 45.64 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2020-11-05T11:15:45.796Z] #40 45.76 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2020-11-05T11:15:45.796Z] #40 47.17 Selecting previously unselected package libnet1:arm64. [2020-11-05T11:15:45.796Z] #40 47.17 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-11-05T11:15:45.796Z] #40 47.33 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-05T11:15:45.796Z] #40 49.11 Selecting previously unselected package libnet1-dev. [2020-11-05T11:15:45.796Z] #40 49.12 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2020-11-05T11:15:45.796Z] #40 49.13 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-05T11:15:45.796Z] #40 49.55 Selecting previously unselected package libnl-3-200:arm64. [2020-11-05T11:15:45.796Z] #40 49.55 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2020-11-05T11:15:45.796Z] #40 49.56 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-11-05T11:15:45.796Z] #40 49.93 Selecting previously unselected package libnl-3-dev:arm64. [2020-11-05T11:15:45.796Z] #40 49.93 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2020-11-05T11:15:45.796Z] #40 49.93 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2020-11-05T11:15:45.796Z] #40 50.52 Selecting previously unselected package libprotobuf-c1:arm64. [2020-11-05T11:15:45.796Z] #40 50.53 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-11-05T11:15:45.796Z] #40 50.55 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-05T11:15:45.796Z] #40 50.63 Selecting previously unselected package libprotobuf-c-dev:arm64. [2020-11-05T11:15:45.796Z] #40 50.64 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2020-11-05T11:15:45.796Z] #40 50.65 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-11-05T11:15:45.796Z] #40 50.75 Selecting previously unselected package zlib1g-dev:arm64. [2020-11-05T11:15:45.796Z] #40 50.76 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2020-11-05T11:15:45.796Z] #40 50.78 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-11-05T11:15:45.796Z] #40 51.17 Selecting previously unselected package libprotobuf17:arm64. [2020-11-05T11:15:45.796Z] #40 51.17 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2020-11-05T11:15:45.796Z] #40 51.17 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2020-11-05T11:15:45.796Z] #40 51.65 Selecting previously unselected package libprotobuf-lite17:arm64. [2020-11-05T11:15:45.796Z] #40 51.66 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2020-11-05T11:15:45.796Z] #40 51.67 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-11-05T11:15:45.796Z] #40 52.07 Selecting previously unselected package libprotobuf-dev:arm64. [2020-11-05T11:15:45.796Z] #40 52.08 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2020-11-05T11:15:45.796Z] #40 52.34 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-11-05T11:15:45.842Z] #44 92.27 internal/lazyregexp [2020-11-05T11:15:46.196Z] #44 ... [2020-11-05T11:15:46.196Z] [2020-11-05T11:15:46.196Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:15:46.196Z] #42 17.51 make[1]: Nothing to be done for 'all'. [2020-11-05T11:15:46.196Z] #42 19.63 CC images/stats.o [2020-11-05T11:15:46.196Z] #42 20.20 CC images/core.o [2020-11-05T11:15:46.196Z] #42 21.02 CC images/core-x86.o [2020-11-05T11:15:46.196Z] #42 22.18 CC images/core-arm.o [2020-11-05T11:15:46.196Z] #42 22.81 CC images/core-aarch64.o [2020-11-05T11:15:46.196Z] #42 23.38 CC images/core-ppc64.o [2020-11-05T11:15:46.196Z] #42 24.30 CC images/core-s390.o [2020-11-05T11:15:46.196Z] #42 25.18 CC images/cpuinfo.o [2020-11-05T11:15:46.196Z] #42 25.70 CC images/inventory.o [2020-11-05T11:15:46.196Z] #42 25.95 CC images/fdinfo.o [2020-11-05T11:15:46.196Z] #42 26.32 CC images/fown.o [2020-11-05T11:15:46.197Z] #42 26.68 CC images/ns.o [2020-11-05T11:15:46.197Z] #42 26.88 CC images/regfile.o [2020-11-05T11:15:46.197Z] #42 27.19 CC images/ghost-file.o [2020-11-05T11:15:46.288Z] #53 46.54 Reading package lists... [2020-11-05T11:15:46.288Z] #53 ... [2020-11-05T11:15:46.288Z] [2020-11-05T11:15:46.288Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:15:46.288Z] #34 47.62 The following NEW packages will be installed: [2020-11-05T11:15:46.288Z] #34 47.64 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-05T11:15:46.288Z] #34 47.64 vim-common xxd [2020-11-05T11:15:46.288Z] #34 48.02 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:15:46.288Z] #34 48.02 Need to get 14.9 MB of archives. [2020-11-05T11:15:46.288Z] #34 48.02 After this operation, 61.8 MB of additional disk space will be used. [2020-11-05T11:15:46.288Z] #34 48.02 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-05T11:15:46.288Z] #34 48.03 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-05T11:15:46.288Z] #34 48.06 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-05T11:15:46.288Z] #34 48.24 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-05T11:15:46.288Z] #34 49.58 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-11-05T11:15:46.288Z] #34 49.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-11-05T11:15:46.288Z] #34 49.77 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-11-05T11:15:46.288Z] #34 49.82 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-11-05T11:15:46.288Z] #34 49.83 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-11-05T11:15:46.288Z] #34 49.85 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-11-05T11:15:46.288Z] #34 52.07 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:15:46.495Z] #42 27.54 CC images/fifo.o [2020-11-05T11:15:46.495Z] #42 ... [2020-11-05T11:15:46.495Z] [2020-11-05T11:15:46.495Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:15:46.495Z] #44 92.93 github.com/LK4D4/vndr/versioned [2020-11-05T11:15:46.550Z] #34 52.42 Fetched 14.9 MB in 3s (5739 kB/s) [2020-11-05T11:15:46.784Z] #40 ... [2020-11-05T11:15:46.784Z] [2020-11-05T11:15:46.784Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:15:46.784Z] #43 54.40 regexp [2020-11-05T11:15:46.810Z] #34 52.81 Selecting previously unselected package xxd. [2020-11-05T11:15:46.810Z] #34 52.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-05T11:15:46.810Z] #34 52.90 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-05T11:15:46.810Z] #34 52.94 Unpacking xxd (2:8.1.0875-5) ... [2020-11-05T11:15:47.385Z] #34 53.49 Selecting previously unselected package vim-common. [2020-11-05T11:15:47.696Z] #34 53.49 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-05T11:15:47.958Z] #34 53.67 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-05T11:15:48.033Z] #44 ... [2020-11-05T11:15:48.033Z] [2020-11-05T11:15:48.033Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:48.033Z] #33 84.42 path/filepath [2020-11-05T11:15:48.033Z] #33 84.43 fmt [2020-11-05T11:15:48.033Z] #33 86.21 io/ioutil [2020-11-05T11:15:48.033Z] #33 88.61 github.com/BurntSushi/toml [2020-11-05T11:15:48.033Z] #33 88.61 log [2020-11-05T11:15:48.033Z] #33 88.62 flag [2020-11-05T11:15:48.033Z] #33 93.41 github.com/BurntSushi/toml/cmd/tomlv [2020-11-05T11:15:48.033Z] #33 ... [2020-11-05T11:15:48.033Z] [2020-11-05T11:15:48.033Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:15:48.033Z] #42 27.82 CC images/remap-file-path.o [2020-11-05T11:15:48.033Z] #42 28.13 CC images/eventfd.o [2020-11-05T11:15:48.033Z] #42 28.41 CC images/eventpoll.o [2020-11-05T11:15:48.033Z] #42 28.77 CC images/fh.o [2020-11-05T11:15:48.033Z] #42 29.19 CC images/fsnotify.o [2020-11-05T11:15:48.529Z] #34 54.51 Selecting previously unselected package cmake-data. [2020-11-05T11:15:48.529Z] #34 54.52 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-05T11:15:48.529Z] #34 54.54 Unpacking cmake-data (3.13.4-1) ... [2020-11-05T11:15:48.683Z] #42 30.00 CC images/signalfd.o [2020-11-05T11:15:48.683Z] #42 ... [2020-11-05T11:15:48.683Z] [2020-11-05T11:15:48.683Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:48.683Z] #50 85.14 context [2020-11-05T11:15:48.683Z] #50 85.20 path/filepath [2020-11-05T11:15:48.683Z] #50 87.22 mvdan.cc/sh/v3/fileutil [2020-11-05T11:15:48.683Z] #50 89.78 encoding/binary [2020-11-05T11:15:48.683Z] #50 89.78 flag [2020-11-05T11:15:48.683Z] #50 89.80 github.com/pkg/diff [2020-11-05T11:15:48.683Z] #50 89.80 go/token [2020-11-05T11:15:48.683Z] #50 92.79 go/scanner [2020-11-05T11:15:48.683Z] #50 94.51 mvdan.cc/editorconfig [2020-11-05T11:15:48.683Z] #50 94.69 mvdan.cc/sh/v3/syntax [2020-11-05T11:15:48.790Z] #34 ... [2020-11-05T11:15:48.790Z] [2020-11-05T11:15:48.790Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:48.790Z] #11 44.56 Reading package lists... [2020-11-05T11:15:48.790Z] #11 54.78 Building dependency tree... [2020-11-05T11:15:48.790Z] #11 ... [2020-11-05T11:15:48.790Z] [2020-11-05T11:15:48.790Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:48.790Z] #47 48.06 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-05T11:15:48.790Z] #47 53.64 go: extracting golang.org/x/text v0.3.2 [2020-11-05T11:15:48.985Z] #50 ... [2020-11-05T11:15:48.985Z] [2020-11-05T11:15:48.985Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:15:48.985Z] #44 94.85 go/scanner [2020-11-05T11:15:48.985Z] #44 94.86 net/url [2020-11-05T11:15:48.985Z] #44 94.87 text/template/parse [2020-11-05T11:15:49.364Z] #47 ... [2020-11-05T11:15:49.364Z] [2020-11-05T11:15:49.364Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:15:49.364Z] #53 46.54 Reading package lists... [2020-11-05T11:15:50.157Z] #43 57.08 context [2020-11-05T11:15:50.157Z] #43 57.14 os [2020-11-05T11:15:50.157Z] #43 ... [2020-11-05T11:15:50.157Z] [2020-11-05T11:15:50.157Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:50.157Z] #47 47.47 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-05T11:15:50.157Z] #47 47.65 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-05T11:15:50.157Z] #47 47.66 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-05T11:15:50.157Z] #47 47.67 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-05T11:15:50.157Z] #47 47.74 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-05T11:15:50.157Z] #47 48.30 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-05T11:15:50.157Z] #47 48.68 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-05T11:15:50.157Z] #47 48.68 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-05T11:15:50.157Z] #47 48.83 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-05T11:15:50.157Z] #47 48.93 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-05T11:15:50.157Z] #47 ... [2020-11-05T11:15:50.157Z] [2020-11-05T11:15:50.157Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:50.157Z] #40 55.40 Selecting previously unselected package libprotoc17:arm64. [2020-11-05T11:15:50.157Z] #40 55.41 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2020-11-05T11:15:50.157Z] #40 55.43 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2020-11-05T11:15:50.157Z] #40 55.92 Selecting previously unselected package protobuf-c-compiler. [2020-11-05T11:15:50.157Z] #40 55.93 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2020-11-05T11:15:50.157Z] #40 55.94 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-05T11:15:50.157Z] #40 56.36 Selecting previously unselected package protobuf-compiler. [2020-11-05T11:15:50.157Z] #40 56.37 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2020-11-05T11:15:50.157Z] #40 56.47 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-05T11:15:50.157Z] #40 56.84 Selecting previously unselected package python-pkg-resources. [2020-11-05T11:15:50.157Z] #40 56.84 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-05T11:15:50.157Z] #40 56.86 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-05T11:15:50.157Z] #40 57.16 Selecting previously unselected package python-six. [2020-11-05T11:15:50.157Z] #40 57.16 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-05T11:15:50.157Z] #40 57.17 Unpacking python-six (1.12.0-1) ... [2020-11-05T11:15:50.157Z] #40 57.35 Selecting previously unselected package python-protobuf. [2020-11-05T11:15:50.157Z] #40 57.35 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2020-11-05T11:15:50.157Z] #40 57.38 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-05T11:15:50.422Z] #40 57.98 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-05T11:15:50.422Z] #40 ... [2020-11-05T11:15:50.422Z] [2020-11-05T11:15:50.422Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:15:50.422Z] #34 47.89 Unpacking cmake-data (3.13.4-1) ... [2020-11-05T11:15:50.422Z] #34 55.33 Selecting previously unselected package libicu63:arm64. [2020-11-05T11:15:50.422Z] #34 55.35 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-11-05T11:15:50.422Z] #34 55.38 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-05T11:15:50.685Z] #34 ... [2020-11-05T11:15:50.685Z] [2020-11-05T11:15:50.685Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:50.685Z] #11 50.21 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:15:50.685Z] #11 50.37 Fetched 73.3 MB in 11s (6612 kB/s) [2020-11-05T11:15:50.685Z] #11 50.52 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-05T11:15:50.685Z] #11 50.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-11-05T11:15:50.685Z] #11 50.73 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2020-11-05T11:15:50.685Z] #11 50.74 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-05T11:15:50.685Z] #11 55.44 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-05T11:15:50.685Z] #11 55.44 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2020-11-05T11:15:50.685Z] #11 55.47 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-05T11:15:50.685Z] #11 57.15 Selecting previously unselected package binutils-mingw-w64. [2020-11-05T11:15:50.685Z] #11 57.15 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-05T11:15:50.685Z] #11 57.16 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-05T11:15:50.685Z] #11 57.35 Selecting previously unselected package libdevmapper1.02.1:arm64. [2020-11-05T11:15:50.685Z] #11 57.35 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-11-05T11:15:50.685Z] #11 57.38 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-11-05T11:15:50.685Z] #11 57.58 Selecting previously unselected package dmsetup. [2020-11-05T11:15:50.685Z] #11 57.58 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2020-11-05T11:15:50.685Z] #11 57.60 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-05T11:15:50.685Z] #11 57.94 Selecting previously unselected package mingw-w64-common. [2020-11-05T11:15:50.685Z] #11 57.95 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-05T11:15:50.685Z] #11 57.98 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-05T11:15:51.538Z] #53 55.70 Building dependency tree... [2020-11-05T11:15:51.560Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-11-05T11:15:51.560Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-e96f6031\powershellScript.ps1'; exit $LASTEXITCODE; [2020-11-05T11:15:51.560Z] ---------------------------------------------------------------------------- [2020-11-05T11:15:51.560Z] [2020-11-05T11:15:51.560Z] INFO: executeCI.ps1 starting at Thu Nov 5 11:15:45 CUT 2020 [2020-11-05T11:15:51.560Z] [2020-11-05T11:15:51.560Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-11-05T11:15:51.560Z] INFO: Running git version 2.24.1.windows.2 [2020-11-05T11:15:51.560Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-11-05T11:15:51.560Z] INFO: Environment variables: [2020-11-05T11:15:51.560Z] [2020-11-05T11:15:51.560Z] Name Value [2020-11-05T11:15:51.560Z] ---- ----- [2020-11-05T11:15:51.560Z] ALLUSERSPROFILE C:\ProgramData [2020-11-05T11:15:51.560Z] amd64 true [2020-11-05T11:15:51.560Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-11-05T11:15:51.560Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-11-05T11:15:51.560Z] arm64 true [2020-11-05T11:15:51.560Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-11-05T11:15:51.560Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-11-05T11:15:51.560Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-11-05T11:15:51.560Z] BRANCH_NAME PR-40256 [2020-11-05T11:15:51.560Z] BUILD_DISPLAY_NAME #7 [2020-11-05T11:15:51.560Z] BUILD_ID 7 [2020-11-05T11:15:51.560Z] BUILD_NUMBER 7 [2020-11-05T11:15:51.560Z] BUILD_TAG jenkins-moby-PR-40256-7 [2020-11-05T11:15:51.560Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-40256/7/ [2020-11-05T11:15:51.560Z] CHANGE_AUTHOR thaJeztah [2020-11-05T11:15:51.560Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2020-11-05T11:15:51.560Z] CHANGE_BRANCH windows_dont_override_custom_size [2020-11-05T11:15:51.560Z] CHANGE_FORK thaJeztah/docker [2020-11-05T11:15:51.560Z] CHANGE_ID 40256 [2020-11-05T11:15:51.560Z] CHANGE_TARGET master [2020-11-05T11:15:51.560Z] CHANGE_TITLE Windows: don't override size storage-option if it's set [2020-11-05T11:15:51.560Z] CHANGE_URL https://github.com/moby/moby/pull/40256 [2020-11-05T11:15:51.560Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-05T11:15:51.560Z] CommonProgramFiles C:\Program Files\Common Files [2020-11-05T11:15:51.560Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-11-05T11:15:51.560Z] CommonProgramW6432 C:\Program Files\Common Files [2020-11-05T11:15:51.560Z] COMPUTERNAME azwin-2-66fc80 [2020-11-05T11:15:51.560Z] ComSpec C:\windows\system32\cmd.exe [2020-11-05T11:15:51.560Z] ConfigSequenceNumber 0 [2020-11-05T11:15:51.560Z] dco true [2020-11-05T11:15:51.560Z] DOCKER_BUILDKIT 0 [2020-11-05T11:15:51.560Z] DOCKER_DUT_DEBUG 1 [2020-11-05T11:15:51.560Z] DOCKER_EXPERIMENTAL 1 [2020-11-05T11:15:51.560Z] DOCKER_GRAPHDRIVER overlay2 [2020-11-05T11:15:51.560Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-11-05T11:15:51.560Z] EXECUTOR_NUMBER 0 [2020-11-05T11:15:51.560Z] FQDN azwin-2-66fc80.westus.cloudapp.azure.com [2020-11-05T11:15:51.560Z] GIT_BRANCH PR-40256 [2020-11-05T11:15:51.560Z] GIT_COMMIT 315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:15:51.560Z] GIT_PREVIOUS_COMMIT 8b317ad38737efe7761e7dbee5538b93da1e8528 [2020-11-05T11:15:51.560Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 8b317ad38737efe7761e7dbee5538b93da1e8528 [2020-11-05T11:15:51.560Z] GIT_URL https://github.com/moby/moby.git [2020-11-05T11:15:51.560Z] HUDSON_COOKIE a73e8061-8486-4485-bd27-96e724a7575f [2020-11-05T11:15:51.560Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-11-05T11:15:51.560Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-11-05T11:15:51.560Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-11-05T11:15:51.560Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.265-1.b01.ojdkbuild.windows.x86_64 [2020-11-05T11:15:51.560Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-11-05T11:15:51.560Z] JENKINS_NODE_COOKIE 254e5e1e-3d03-4fc5-a85c-1850e0828ab7 [2020-11-05T11:15:51.560Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-11-05T11:15:51.560Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-11-05T11:15:51.560Z] JOB_BASE_NAME PR-40256 [2020-11-05T11:15:51.560Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40256/display/redirect [2020-11-05T11:15:51.560Z] JOB_NAME moby/PR-40256 [2020-11-05T11:15:51.560Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-40256/ [2020-11-05T11:15:51.560Z] library.jps.version master [2020-11-05T11:15:51.560Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-11-05T11:15:51.560Z] NODE_LABELS amd64 azure azwin-2-66fc80 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-11-05T11:15:51.560Z] NODE_NAME azwin-2-66fc80 [2020-11-05T11:15:51.560Z] NUMBER_OF_PROCESSORS 4 [2020-11-05T11:15:51.560Z] OS Windows_NT [2020-11-05T11:15:51.560Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-11-05T11:15:51.560Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-11-05T11:15:51.560Z] ppc64le true [2020-11-05T11:15:51.560Z] PROCESSOR_ARCHITECTURE AMD64 [2020-11-05T11:15:51.560Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2020-11-05T11:15:51.560Z] PROCESSOR_LEVEL 6 [2020-11-05T11:15:51.560Z] PROCESSOR_REVISION 4f01 [2020-11-05T11:15:51.560Z] ProgramData C:\ProgramData [2020-11-05T11:15:51.560Z] ProgramFiles C:\Program Files [2020-11-05T11:15:51.560Z] ProgramFiles(x86) C:\Program Files (x86) [2020-11-05T11:15:51.560Z] ProgramW6432 C:\Program Files [2020-11-05T11:15:51.560Z] PROMPT $P$G [2020-11-05T11:15:51.560Z] PSExecutionPolicyPreference Bypass [2020-11-05T11:15:51.560Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-11-05T11:15:51.560Z] PUBLIC C:\Users\Public [2020-11-05T11:15:51.560Z] rootless true [2020-11-05T11:15:51.560Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40256/7/display/redirect?page=changes [2020-11-05T11:15:51.560Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40256/7/display/redirect [2020-11-05T11:15:51.560Z] s390x true [2020-11-05T11:15:51.561Z] SKIP_VALIDATION_TESTS 1 [2020-11-05T11:15:51.561Z] SOURCES_DRIVE d [2020-11-05T11:15:51.561Z] SOURCES_SUBDIR gopath [2020-11-05T11:15:51.561Z] STAGE_NAME Run tests [2020-11-05T11:15:51.561Z] SystemDrive C: [2020-11-05T11:15:51.561Z] SystemRoot C:\windows [2020-11-05T11:15:51.561Z] TEMP C:\windows\TEMP [2020-11-05T11:15:51.561Z] TESTDEBUG 0 [2020-11-05T11:15:51.561Z] TESTRUN_DRIVE d [2020-11-05T11:15:51.561Z] TESTRUN_SUBDIR CI [2020-11-05T11:15:51.561Z] TIMEOUT 120m [2020-11-05T11:15:51.561Z] TMP C:\windows\TEMP [2020-11-05T11:15:51.561Z] unit_validate true [2020-11-05T11:15:51.561Z] USERDOMAIN WORKGROUP [2020-11-05T11:15:51.561Z] USERNAME azwin-2-66fc80$ [2020-11-05T11:15:51.561Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-11-05T11:15:51.561Z] validate_force false [2020-11-05T11:15:51.561Z] windir C:\windows [2020-11-05T11:15:51.561Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-11-05T11:15:51.561Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-11-05T11:15:51.561Z] windowsRS1 false [2020-11-05T11:15:51.561Z] windowsRS5 true [2020-11-05T11:15:51.561Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-11-05T11:15:51.561Z] [2020-11-05T11:15:51.561Z] [2020-11-05T11:15:51.561Z] [2020-11-05T11:15:51.561Z] INFO: Sources under d:\gopath\... [2020-11-05T11:15:51.561Z] INFO: Test run under d:\CI\... [2020-11-05T11:15:51.561Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-11-05T11:15:51.561Z] INFO: docker/docker repository was found [2020-11-05T11:15:51.561Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2020-11-05T11:15:51.561Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1518' [2020-11-05T11:15:51.561Z] INFO: Docker version of control daemon [2020-11-05T11:15:51.561Z] [2020-11-05T11:15:51.561Z] Client: Docker Engine - Enterprise [2020-11-05T11:15:51.561Z] Version: 19.03.12 [2020-11-05T11:15:51.561Z] API version: 1.40 [2020-11-05T11:15:51.561Z] Go version: go1.13.13 [2020-11-05T11:15:51.561Z] Git commit: 4306744 [2020-11-05T11:15:51.561Z] Built: 08/05/2020 19:27:53 [2020-11-05T11:15:51.561Z] OS/Arch: windows/amd64 [2020-11-05T11:15:51.561Z] Experimental: false [2020-11-05T11:15:51.561Z] [2020-11-05T11:15:51.561Z] Server: Docker Engine - Enterprise [2020-11-05T11:15:51.561Z] Engine: [2020-11-05T11:15:51.561Z] Version: 19.03.12 [2020-11-05T11:15:51.561Z] API version: 1.40 (minimum version 1.24) [2020-11-05T11:15:51.561Z] Go version: go1.13.13 [2020-11-05T11:15:51.561Z] Git commit: f295753ffd [2020-11-05T11:15:51.561Z] Built: 08/05/2020 19:26:41 [2020-11-05T11:15:51.561Z] OS/Arch: windows/amd64 [2020-11-05T11:15:51.561Z] Experimental: true [2020-11-05T11:15:51.561Z] [2020-11-05T11:15:51.561Z] INFO: Docker info of control daemon [2020-11-05T11:15:51.561Z] [2020-11-05T11:15:51.561Z] Client: [2020-11-05T11:15:51.561Z] Debug Mode: false [2020-11-05T11:15:51.561Z] Plugins: [2020-11-05T11:15:51.561Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-11-05T11:15:51.561Z] [2020-11-05T11:15:51.561Z] Server: [2020-11-05T11:15:51.561Z] Containers: 0 [2020-11-05T11:15:51.561Z] Running: 0 [2020-11-05T11:15:51.561Z] Paused: 0 [2020-11-05T11:15:51.561Z] Stopped: 0 [2020-11-05T11:15:51.561Z] Images: 10 [2020-11-05T11:15:51.561Z] Server Version: 19.03.12 [2020-11-05T11:15:51.561Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-11-05T11:15:51.561Z] Windows: [2020-11-05T11:15:51.561Z] LCOW: [2020-11-05T11:15:51.561Z] Logging Driver: json-file [2020-11-05T11:15:51.561Z] Plugins: [2020-11-05T11:15:51.561Z] Volume: local [2020-11-05T11:15:51.561Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-05T11:15:51.561Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-05T11:15:51.561Z] Swarm: inactive [2020-11-05T11:15:51.561Z] Default Isolation: process [2020-11-05T11:15:51.561Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-05T11:15:51.561Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-05T11:15:51.561Z] OSType: windows [2020-11-05T11:15:51.561Z] Architecture: x86_64 [2020-11-05T11:15:51.561Z] CPUs: 4 [2020-11-05T11:15:51.561Z] Total Memory: 32GiB [2020-11-05T11:15:51.561Z] Name: azwin-2-66fc80 [2020-11-05T11:15:51.561Z] ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2 [2020-11-05T11:15:51.561Z] Docker Root Dir: D:\docker [2020-11-05T11:15:51.561Z] Debug Mode: false [2020-11-05T11:15:51.561Z] Registry: https://index.docker.io/v1/ [2020-11-05T11:15:51.561Z] Labels: [2020-11-05T11:15:51.561Z] Experimental: true [2020-11-05T11:15:51.561Z] Insecure Registries: [2020-11-05T11:15:51.561Z] 10.0.0.4:5000 [2020-11-05T11:15:51.561Z] 127.0.0.0/8 [2020-11-05T11:15:51.561Z] Registry Mirrors: [2020-11-05T11:15:51.561Z] http://10.0.0.4:5000/ [2020-11-05T11:15:51.561Z] Live Restore Enabled: false [2020-11-05T11:15:51.561Z] [2020-11-05T11:15:51.561Z] [2020-11-05T11:15:51.561Z] INFO: Commit hash is 315101e8a7 [2020-11-05T11:15:51.561Z] INFO: Nuke-Everything... [2020-11-05T11:15:51.561Z] INFO: Container count on control daemon to delete is 0 [2020-11-05T11:15:51.561Z] INFO: Nuking d:\CI [2020-11-05T11:15:51.561Z] INFO: Zapped successfully [2020-11-05T11:15:51.561Z] INFO: Location for testing is d:\CI\PR-40256\7 [2020-11-05T11:15:51.561Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-11-05T11:15:51.561Z] [2020-11-05T11:15:51.561Z] [2020-11-05T11:15:51.561Z] INFO: Building the image from Dockerfile.windows at 11/05/2020 11:15:48... [2020-11-05T11:15:51.561Z] [2020-11-05T11:15:51.761Z] #44 ... [2020-11-05T11:15:51.761Z] [2020-11-05T11:15:51.761Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:51.761Z] #33 DONE 97.8s [2020-11-05T11:15:51.761Z] [2020-11-05T11:15:51.761Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:15:51.761Z] #42 30.27 CC images/fs.o [2020-11-05T11:15:51.761Z] #42 30.52 CC images/pstree.o [2020-11-05T11:15:51.761Z] #42 30.77 CC images/pipe.o [2020-11-05T11:15:51.761Z] #42 31.00 CC images/tcp-stream.o [2020-11-05T11:15:51.761Z] #42 31.22 CC images/sk-packet.o [2020-11-05T11:15:51.761Z] #42 31.58 CC images/mnt.o [2020-11-05T11:15:51.761Z] #42 31.82 CC images/pipe-data.o [2020-11-05T11:15:51.761Z] #42 32.18 CC images/sa.o [2020-11-05T11:15:51.761Z] #42 32.45 CC images/timer.o [2020-11-05T11:15:52.060Z] #42 33.35 CC images/timerfd.o [2020-11-05T11:15:52.707Z] #42 33.76 CC images/mm.o [2020-11-05T11:15:53.008Z] #42 34.37 CC images/sk-opts.o [2020-11-05T11:15:53.244Z] #11 ... [2020-11-05T11:15:53.244Z] [2020-11-05T11:15:53.244Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:53.244Z] #40 60.50 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-11-05T11:15:53.244Z] #40 60.52 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-05T11:15:53.244Z] #40 60.56 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-05T11:15:53.244Z] #40 60.58 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-11-05T11:15:53.244Z] #40 60.60 Setting up python-six (1.12.0-1) ... [2020-11-05T11:15:53.306Z] #42 34.62 CC images/sk-unix.o [2020-11-05T11:15:53.610Z] #42 34.99 CC images/sk-inet.o [2020-11-05T11:15:54.090Z] #53 59.93 The following additional packages will be installed: [2020-11-05T11:15:54.090Z] #53 59.95 libbtrfs0 [2020-11-05T11:15:54.261Z] #42 35.50 CC images/tun.o [2020-11-05T11:15:54.351Z] #53 60.29 The following NEW packages will be installed: [2020-11-05T11:15:54.351Z] #53 60.36 libbtrfs-dev libbtrfs0 [2020-11-05T11:15:54.488Z] Sending build context to Docker daemon 56.8MB [2020-11-05T11:15:54.488Z] [2020-11-05T11:15:54.488Z] Step 1/10 : FROM microsoft/windowsservercore [2020-11-05T11:15:54.488Z] ---> 71d3f266f3af [2020-11-05T11:15:54.488Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-11-05T11:15:54.488Z] ---> Using cache [2020-11-05T11:15:54.488Z] ---> f6ad5669261a [2020-11-05T11:15:54.488Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2020-11-05T11:15:54.488Z] ---> Using cache [2020-11-05T11:15:54.488Z] ---> db9c7988d922 [2020-11-05T11:15:54.488Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2020-11-05T11:15:54.488Z] ---> Using cache [2020-11-05T11:15:54.488Z] ---> 8b9fb6c0538b [2020-11-05T11:15:54.488Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2020-11-05T11:15:54.488Z] ---> Using cache [2020-11-05T11:15:54.488Z] ---> 3fcc121fcf4d [2020-11-05T11:15:54.488Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2020-11-05T11:15:54.488Z] ---> Using cache [2020-11-05T11:15:54.488Z] ---> 62552f69f06a [2020-11-05T11:15:54.488Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2020-11-05T11:15:54.488Z] ---> Using cache [2020-11-05T11:15:54.488Z] ---> bcfab3054fd8 [2020-11-05T11:15:54.488Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-11-05T11:15:54.488Z] ---> Using cache [2020-11-05T11:15:54.488Z] ---> 74d8a126d418 [2020-11-05T11:15:54.488Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-11-05T11:15:54.488Z] ---> Using cache [2020-11-05T11:15:54.488Z] ---> c760e3cd36d8 [2020-11-05T11:15:54.488Z] Step 10/10 : COPY . . [2020-11-05T11:15:54.560Z] #42 35.88 CC images/sk-netlink.o [2020-11-05T11:15:54.859Z] #42 36.11 CC images/packet-sock.o [2020-11-05T11:15:54.924Z] #53 ... [2020-11-05T11:15:54.924Z] [2020-11-05T11:15:54.924Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:54.924Z] #47 60.43 go: finding github.com/fatih/color v1.7.0 [2020-11-05T11:15:54.924Z] #47 60.52 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-05T11:15:54.924Z] #47 60.76 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-05T11:15:54.924Z] #47 60.78 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-05T11:15:54.924Z] #47 60.83 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-05T11:15:54.924Z] #47 60.85 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-05T11:15:54.924Z] #47 60.86 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-05T11:15:54.924Z] #47 60.90 go: finding github.com/pkg/errors v0.8.1 [2020-11-05T11:15:54.924Z] #47 60.97 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-05T11:15:54.924Z] #47 60.99 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-05T11:15:54.924Z] #47 61.00 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-05T11:15:54.924Z] #47 61.04 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-05T11:15:55.157Z] #42 36.49 CC images/ipc-var.o [2020-11-05T11:15:55.186Z] #47 61.06 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-05T11:15:55.186Z] #47 61.15 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-05T11:15:55.186Z] #47 61.19 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-05T11:15:55.186Z] #47 61.22 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-05T11:15:55.186Z] #47 61.24 go: finding github.com/spf13/viper v1.6.1 [2020-11-05T11:15:55.186Z] #47 61.26 go: finding github.com/stretchr/testify v1.4.0 [2020-11-05T11:15:55.447Z] #47 61.29 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-05T11:15:55.447Z] #47 61.34 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-05T11:15:55.447Z] #47 61.52 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-05T11:15:55.457Z] #42 36.68 CC images/ipc-desc.o [2020-11-05T11:15:55.709Z] #47 61.58 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-05T11:15:55.755Z] #42 36.96 CC images/ipc-shm.o [2020-11-05T11:15:55.824Z] #40 63.05 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-11-05T11:15:55.824Z] #40 63.08 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-11-05T11:15:55.824Z] #40 63.12 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2020-11-05T11:15:55.824Z] #40 63.13 Setting up libcap-dev:arm64 (1:2.25-2) ... [2020-11-05T11:15:55.824Z] #40 63.15 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2020-11-05T11:15:55.824Z] #40 63.17 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-05T11:15:55.824Z] #40 63.19 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-05T11:15:55.824Z] #40 63.20 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-11-05T11:15:55.824Z] #40 63.22 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-05T11:15:55.824Z] #40 63.23 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-05T11:15:55.971Z] #47 61.84 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-05T11:15:55.971Z] #47 61.86 go: finding github.com/stretchr/objx v0.2.0 [2020-11-05T11:15:55.971Z] #47 61.87 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-05T11:15:55.971Z] #47 61.87 go: finding github.com/spf13/cobra v0.0.5 [2020-11-05T11:15:55.971Z] #47 61.91 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-05T11:15:55.971Z] #47 61.92 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-05T11:15:55.971Z] #47 61.93 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-05T11:15:55.971Z] #47 62.02 go: finding github.com/gobwas/glob v0.2.3 [2020-11-05T11:15:55.971Z] #47 62.05 go: finding github.com/spf13/pflag v1.0.5 [2020-11-05T11:15:56.055Z] #42 37.16 CC images/ipc-msg.o [2020-11-05T11:15:56.232Z] #47 62.10 go: finding github.com/magiconair/properties v1.8.1 [2020-11-05T11:15:56.232Z] #47 62.12 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-05T11:15:56.232Z] #47 62.13 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-05T11:15:56.354Z] #42 37.53 CC images/ipc-sem.o [2020-11-05T11:15:56.354Z] #42 ... [2020-11-05T11:15:56.354Z] [2020-11-05T11:15:56.354Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:15:56.354Z] #12 92.70 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-05T11:15:56.354Z] #12 92.71 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-05T11:15:56.354Z] #12 92.72 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:15:56.354Z] #12 ... [2020-11-05T11:15:56.354Z] [2020-11-05T11:15:56.354Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:56.354Z] #50 96.50 encoding/base64 [2020-11-05T11:15:56.354Z] #50 97.07 go/ast [2020-11-05T11:15:56.354Z] #50 98.25 golang.org/x/sys/unix [2020-11-05T11:15:56.354Z] #50 99.41 encoding/json [2020-11-05T11:15:56.497Z] #47 62.38 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-05T11:15:56.497Z] #47 62.40 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-05T11:15:56.653Z] #50 ... [2020-11-05T11:15:56.653Z] [2020-11-05T11:15:56.653Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:15:56.653Z] #42 37.83 CC images/utsns.o [2020-11-05T11:15:56.653Z] #42 38.10 CC images/creds.o [2020-11-05T11:15:56.765Z] #47 62.51 go: finding github.com/spf13/afero v1.1.2 [2020-11-05T11:15:56.765Z] #47 62.52 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-05T11:15:56.765Z] #47 62.59 go: finding github.com/spf13/cast v1.3.0 [2020-11-05T11:15:56.765Z] #47 62.67 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-05T11:15:56.765Z] #47 62.70 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-05T11:15:56.765Z] #47 62.71 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-05T11:15:56.765Z] #47 62.77 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-05T11:15:56.765Z] #47 62.78 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-05T11:15:56.951Z] #42 38.35 CC images/vma.o [2020-11-05T11:15:57.026Z] #47 62.93 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-05T11:15:57.026Z] #47 63.01 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-05T11:15:57.026Z] #47 63.07 go: finding golang.org/x/text v0.3.2 [2020-11-05T11:15:57.026Z] #47 63.09 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-05T11:15:57.288Z] #47 63.17 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-05T11:15:57.288Z] #47 63.18 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-05T11:15:57.288Z] #47 63.28 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-05T11:15:57.288Z] #47 63.28 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-05T11:15:57.288Z] #47 63.31 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-05T11:15:57.288Z] #47 63.34 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-05T11:15:57.550Z] #47 63.53 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-05T11:15:57.604Z] #42 38.71 CC images/netdev.o [2020-11-05T11:15:57.753Z] #40 ... [2020-11-05T11:15:57.753Z] [2020-11-05T11:15:57.753Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:57.753Z] #32 55.27 internal/poll [2020-11-05T11:15:57.753Z] #32 57.00 os [2020-11-05T11:15:57.753Z] #32 60.05 internal/fmtsort [2020-11-05T11:15:57.753Z] #32 60.70 path/filepath [2020-11-05T11:15:57.753Z] #32 60.71 fmt [2020-11-05T11:15:57.753Z] #32 61.87 io/ioutil [2020-11-05T11:15:57.753Z] #32 63.45 github.com/BurntSushi/toml [2020-11-05T11:15:57.753Z] #32 63.46 log [2020-11-05T11:15:57.753Z] #32 63.47 flag [2020-11-05T11:15:57.811Z] #47 63.73 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-05T11:15:57.811Z] #47 63.74 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-05T11:15:57.811Z] #47 63.86 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-05T11:15:57.901Z] #42 39.18 CC images/tty.o [2020-11-05T11:15:58.018Z] #32 ... [2020-11-05T11:15:58.018Z] [2020-11-05T11:15:58.018Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:58.018Z] #49 55.22 regexp [2020-11-05T11:15:58.018Z] #49 56.70 context [2020-11-05T11:15:58.018Z] #49 56.71 internal/poll [2020-11-05T11:15:58.018Z] #49 59.53 os [2020-11-05T11:15:58.018Z] #49 62.14 io/ioutil [2020-11-05T11:15:58.018Z] #49 62.14 mvdan.cc/sh/v3/fileutil [2020-11-05T11:15:58.018Z] #49 63.06 encoding/binary [2020-11-05T11:15:58.018Z] #49 63.07 fmt [2020-11-05T11:15:58.018Z] #49 64.64 encoding/base64 [2020-11-05T11:15:58.018Z] #49 64.68 golang.org/x/sys/unix [2020-11-05T11:15:58.018Z] #49 ... [2020-11-05T11:15:58.018Z] [2020-11-05T11:15:58.018Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:15:58.018Z] #34 60.69 Selecting previously unselected package libxml2:arm64. [2020-11-05T11:15:58.018Z] #34 60.69 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ... [2020-11-05T11:15:58.019Z] #34 60.70 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-11-05T11:15:58.019Z] #34 61.28 Selecting previously unselected package libarchive13:arm64. [2020-11-05T11:15:58.019Z] #34 61.29 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2020-11-05T11:15:58.019Z] #34 61.30 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-11-05T11:15:58.019Z] #34 61.58 Selecting previously unselected package libjsoncpp1:arm64. [2020-11-05T11:15:58.019Z] #34 61.60 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2020-11-05T11:15:58.019Z] #34 61.61 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2020-11-05T11:15:58.019Z] #34 61.94 Selecting previously unselected package librhash0:arm64. [2020-11-05T11:15:58.019Z] #34 61.94 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2020-11-05T11:15:58.019Z] #34 61.99 Unpacking librhash0:arm64 (1.3.8-1) ... [2020-11-05T11:15:58.019Z] #34 62.45 Selecting previously unselected package libuv1:arm64. [2020-11-05T11:15:58.019Z] #34 62.45 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2020-11-05T11:15:58.019Z] #34 62.49 Unpacking libuv1:arm64 (1.24.1-1) ... [2020-11-05T11:15:58.019Z] #34 62.77 Selecting previously unselected package cmake. [2020-11-05T11:15:58.019Z] #34 62.77 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2020-11-05T11:15:58.019Z] #34 62.79 Unpacking cmake (3.13.4-1) ... [2020-11-05T11:15:58.019Z] #34 65.57 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-05T11:15:58.019Z] #34 65.63 Setting up xxd (2:8.1.0875-5) ... [2020-11-05T11:15:58.072Z] #47 63.94 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-05T11:15:58.072Z] #47 64.04 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-05T11:15:58.290Z] #34 65.67 Setting up libuv1:arm64 (1.24.1-1) ... [2020-11-05T11:15:58.290Z] #34 65.70 Setting up vim-common (2:8.1.0875-5) ... [2020-11-05T11:15:58.290Z] #34 65.74 Setting up librhash0:arm64 (1.3.8-1) ... [2020-11-05T11:15:58.290Z] #34 65.76 Setting up cmake-data (3.13.4-1) ... [2020-11-05T11:15:58.290Z] #34 65.83 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-11-05T11:15:58.290Z] #34 65.87 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2020-11-05T11:15:58.336Z] #47 ... [2020-11-05T11:15:58.336Z] [2020-11-05T11:15:58.336Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:58.336Z] #62 DONE 64.2s [2020-11-05T11:15:58.336Z] [2020-11-05T11:15:58.336Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:58.336Z] #47 64.22 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-05T11:15:58.336Z] #47 64.22 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-05T11:15:58.336Z] #47 64.23 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-05T11:15:58.336Z] #47 64.23 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-05T11:15:58.336Z] #47 64.25 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-05T11:15:58.336Z] #47 64.25 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-05T11:15:58.336Z] #47 64.27 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-05T11:15:58.336Z] #47 64.36 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-05T11:15:58.547Z] #42 39.79 CC images/file-lock.o [2020-11-05T11:15:58.553Z] #34 65.98 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-11-05T11:15:58.553Z] #34 66.04 Setting up cmake (3.13.4-1) ... [2020-11-05T11:15:58.553Z] #34 66.11 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:15:58.598Z] #47 64.46 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-05T11:15:58.598Z] #47 64.71 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-05T11:15:58.820Z] #34 66.27 Processing triggers for mime-support (3.62) ... [2020-11-05T11:15:58.845Z] #42 39.97 CC images/rlimit.o [2020-11-05T11:15:58.859Z] #47 64.84 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-05T11:15:58.859Z] #47 64.91 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-05T11:15:59.120Z] #47 64.96 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-05T11:15:59.120Z] #47 64.96 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-05T11:15:59.143Z] #42 40.25 CC images/pagemap.o [2020-11-05T11:15:59.400Z] #34 ... [2020-11-05T11:15:59.400Z] [2020-11-05T11:15:59.400Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:59.400Z] #49 66.80 encoding/json [2020-11-05T11:15:59.400Z] #49 66.81 go/token [2020-11-05T11:15:59.400Z] #49 66.81 github.com/pkg/diff [2020-11-05T11:15:59.446Z] #42 40.65 CC images/siginfo.o [2020-11-05T11:15:59.694Z] #47 ... [2020-11-05T11:15:59.694Z] [2020-11-05T11:15:59.694Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:15:59.694Z] #32 55.58 sync [2020-11-05T11:15:59.694Z] #32 55.58 internal/reflectlite [2020-11-05T11:15:59.694Z] #32 58.69 errors [2020-11-05T11:15:59.694Z] #32 58.69 sort [2020-11-05T11:15:59.694Z] #32 59.33 strconv [2020-11-05T11:15:59.694Z] #32 60.80 io [2020-11-05T11:15:59.694Z] #32 62.67 internal/oserror [2020-11-05T11:15:59.694Z] #32 62.80 syscall [2020-11-05T11:15:59.694Z] #32 64.84 reflect [2020-11-05T11:15:59.694Z] #32 ... [2020-11-05T11:15:59.694Z] [2020-11-05T11:15:59.694Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:59.694Z] #40 46.30 Reading package lists... [2020-11-05T11:15:59.694Z] #40 55.95 Building dependency tree... [2020-11-05T11:15:59.694Z] #40 60.10 The following additional packages will be installed: [2020-11-05T11:15:59.694Z] #40 60.12 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-05T11:15:59.694Z] #40 60.12 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-05T11:15:59.694Z] #40 60.17 Suggested packages: [2020-11-05T11:15:59.694Z] #40 60.17 manpages-dev python-setuptools [2020-11-05T11:15:59.694Z] #40 62.36 The following NEW packages will be installed: [2020-11-05T11:15:59.694Z] #40 62.36 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-05T11:15:59.694Z] #40 62.36 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-05T11:15:59.694Z] #40 62.36 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-05T11:15:59.694Z] #40 62.37 python-six zlib1g-dev [2020-11-05T11:15:59.694Z] #40 62.80 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:15:59.694Z] #40 62.80 Need to get 4095 kB of archives. [2020-11-05T11:15:59.694Z] #40 62.80 After this operation, 22.5 MB of additional disk space will be used. [2020-11-05T11:15:59.694Z] #40 62.80 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-11-05T11:15:59.694Z] #40 62.82 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-05T11:15:59.694Z] #40 62.82 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-11-05T11:15:59.694Z] #40 62.82 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-11-05T11:15:59.694Z] #40 62.83 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-11-05T11:15:59.694Z] #40 62.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-05T11:15:59.695Z] #40 62.85 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-11-05T11:15:59.695Z] #40 62.85 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-11-05T11:15:59.695Z] #40 62.87 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-11-05T11:15:59.695Z] #40 63.03 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-11-05T11:15:59.695Z] #40 63.05 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-11-05T11:15:59.695Z] #40 63.24 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-11-05T11:15:59.695Z] #40 63.31 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-11-05T11:15:59.695Z] #40 63.32 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-11-05T11:15:59.695Z] #40 63.33 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-05T11:15:59.695Z] #40 63.37 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-11-05T11:15:59.695Z] #40 63.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-11-05T11:15:59.695Z] #40 64.83 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:15:59.695Z] #40 65.21 Fetched 4095 kB in 1s (4411 kB/s) [2020-11-05T11:15:59.695Z] #40 65.68 Selecting previously unselected package libcap-dev:amd64. [2020-11-05T11:15:59.695Z] #40 65.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-05T11:15:59.695Z] #40 65.79 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-11-05T11:15:59.699Z] INFO [runner/unused/goanalysis] analyzers took 26.293232221s with top 10 stages: buildssa: 22.109527661s, U1000: 4.18370456s [2020-11-05T11:15:59.699Z] INFO [runner] Issues before processing: 2259, after processing: 0 [2020-11-05T11:15:59.699Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1574/1679, skip_dirs: 1679/1679, exclude: 1574/1574, skip_files: 1679/1679, identifier_marker: 1574/1574, cgo: 1679/2259, path_prettifier: 1679/1679, nolint: 0/64, filename_unadjuster: 1679/1679, exclude-rules: 64/1574 [2020-11-05T11:15:59.699Z] INFO [runner] processing took 136.351891ms with stages: nolint: 51.858353ms, identifier_marker: 41.195564ms, path_prettifier: 23.156962ms, autogenerated_exclude: 7.852643ms, exclude-rules: 6.470284ms, skip_dirs: 3.720379ms, cgo: 1.124371ms, filename_unadjuster: 967.375µs, max_same_issues: 1.632µs, path_shortener: 736ns, uniq_by_line: 645ns, source_code: 612ns, diff: 547ns, exclude: 540ns, max_from_linter: 518ns, skip_files: 413ns, max_per_file_from_linter: 317ns [2020-11-05T11:15:59.699Z] INFO [runner] linters took 1m33.477390051s with stages: goanalysis_metalinter: 1m15.482269565s, unused: 17.858281609s [2020-11-05T11:15:59.699Z] INFO File cache stats: 1442 entries of total size 6.8MiB [2020-11-05T11:15:59.746Z] #42 41.05 CC images/rpc.o [2020-11-05T11:15:59.955Z] #40 ... [2020-11-05T11:15:59.955Z] [2020-11-05T11:15:59.955Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-05T11:15:59.955Z] #53 60.96 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:15:59.955Z] #53 60.96 Need to get 119 kB of archives. [2020-11-05T11:15:59.955Z] #53 60.96 After this operation, 387 kB of additional disk space will be used. [2020-11-05T11:15:59.955Z] #53 60.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-05T11:15:59.955Z] #53 60.97 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-05T11:15:59.955Z] #53 62.72 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:15:59.955Z] #53 63.05 Fetched 119 kB in 0s (341 kB/s) [2020-11-05T11:15:59.955Z] #53 63.39 Selecting previously unselected package libbtrfs0. [2020-11-05T11:15:59.955Z] #53 63.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-05T11:15:59.955Z] #53 63.48 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-05T11:15:59.955Z] #53 64.22 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-05T11:15:59.955Z] #53 64.39 Selecting previously unselected package libbtrfs-dev. [2020-11-05T11:15:59.955Z] #53 64.43 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-05T11:15:59.955Z] #53 64.44 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:15:59.955Z] #53 64.96 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-05T11:15:59.955Z] #53 65.01 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:15:59.955Z] #53 65.01 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:15:59.955Z] #53 DONE 65.8s [2020-11-05T11:15:59.955Z] [2020-11-05T11:15:59.955Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:15:59.955Z] #40 65.82 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-11-05T11:15:59.955Z] #40 ... [2020-11-05T11:15:59.955Z] [2020-11-05T11:15:59.955Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:15:59.961Z] INFO Memory: 1611 samples, avg is 247.7MB, max is 3097.6MB [2020-11-05T11:15:59.961Z] INFO Execution took 3m32.766725692s [2020-11-05T11:15:59.977Z] #49 ... [2020-11-05T11:15:59.977Z] [2020-11-05T11:15:59.977Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:15:59.977Z] #34 DONE 67.5s [2020-11-05T11:15:59.977Z] [2020-11-05T11:15:59.977Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:00.222Z] Congratulations! The shell scripts are properly formatted. [2020-11-05T11:16:00.526Z] #54 ... [2020-11-05T11:16:00.526Z] [2020-11-05T11:16:00.526Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:16:00.526Z] #11 54.78 Building dependency tree... [2020-11-05T11:16:00.526Z] #11 59.19 The following additional packages will be installed: [2020-11-05T11:16:00.526Z] #11 59.20 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-05T11:16:00.526Z] #11 59.21 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-05T11:16:00.526Z] #11 59.21 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-05T11:16:00.526Z] #11 59.21 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-05T11:16:00.526Z] #11 59.27 Suggested packages: [2020-11-05T11:16:00.526Z] #11 59.27 gcc-8-locales seccomp wine64 [2020-11-05T11:16:00.526Z] #11 61.53 The following NEW packages will be installed: [2020-11-05T11:16:00.526Z] #11 61.54 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-05T11:16:00.526Z] #11 61.54 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-05T11:16:00.526Z] #11 61.54 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-05T11:16:00.526Z] #11 61.54 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-05T11:16:00.526Z] #11 61.56 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-05T11:16:00.526Z] #11 61.56 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-05T11:16:00.526Z] #11 62.19 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:16:00.526Z] #11 62.19 Need to get 77.7 MB of archives. [2020-11-05T11:16:00.526Z] #11 62.19 After this operation, 487 MB of additional disk space will be used. [2020-11-05T11:16:00.526Z] #11 62.19 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-11-05T11:16:00.526Z] #11 62.55 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-11-05T11:16:00.526Z] #11 62.88 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-05T11:16:00.526Z] #11 62.88 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-11-05T11:16:00.526Z] #11 62.89 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-11-05T11:16:00.526Z] #11 62.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-05T11:16:00.526Z] #11 63.76 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-05T11:16:00.526Z] #11 64.18 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-11-05T11:16:00.526Z] #11 64.18 Get:9 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] [2020-11-05T11:16:00.801Z] #11 ... [2020-11-05T11:16:00.801Z] [2020-11-05T11:16:00.801Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:16:00.801Z] #40 66.09 Selecting previously unselected package libnet1:amd64. [2020-11-05T11:16:00.801Z] #40 66.15 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-05T11:16:00.801Z] #40 66.15 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-05T11:16:00.801Z] #40 66.32 Selecting previously unselected package libnet1-dev. [2020-11-05T11:16:00.801Z] #40 66.32 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-05T11:16:00.801Z] #40 66.35 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-05T11:16:00.801Z] #40 66.84 Selecting previously unselected package libnl-3-200:amd64. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-11-05T11:16:00.926Z] #35 ... [2020-11-05T11:16:00.926Z] [2020-11-05T11:16:00.926Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:16:00.926Z] #40 67.66 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2020-11-05T11:16:00.926Z] #40 67.68 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:16:00.926Z] #40 DONE 68.5s [2020-11-05T11:16:01.062Z] #40 66.84 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-05T11:16:01.062Z] #40 66.87 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-05T11:16:01.062Z] #40 67.08 Selecting previously unselected package libnl-3-dev:amd64. [2020-11-05T11:16:01.062Z] #40 67.08 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-11-05T11:16:01.062Z] #40 67.10 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-05T11:16:01.139Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40256/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:315101e8a789ad8fda6b9338492318db0f481c00 hack/make.sh dynbinary-daemon test-docker-py [2020-11-05T11:16:01.189Z] [2020-11-05T11:16:01.189Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:01.401Z] [2020-11-05T11:16:01.635Z] #40 67.49 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-05T11:16:01.635Z] #40 67.49 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-05T11:16:01.635Z] #40 67.51 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-05T11:16:01.635Z] #40 67.65 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-11-05T11:16:01.635Z] #40 67.65 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-11-05T11:16:01.663Z] Removing bundles/ [2020-11-05T11:16:01.663Z] [2020-11-05T11:16:01.663Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-11-05T11:16:01.663Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-05T11:16:01.663Z] GOOS="" GOARCH="" GOARM="" [2020-11-05T11:16:01.872Z] #42 42.81 CC images/ext-file.o [2020-11-05T11:16:01.872Z] #42 43.13 CC images/cgroup.o [2020-11-05T11:16:01.872Z] #42 ... [2020-11-05T11:16:01.872Z] [2020-11-05T11:16:01.872Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:16:01.872Z] #12 108.4 Selecting previously unselected package libapparmor1:ppc64el. [2020-11-05T11:16:01.872Z] #12 108.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-11-05T11:16:01.872Z] #12 108.4 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-11-05T11:16:01.872Z] #12 108.5 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-11-05T11:16:01.896Z] #40 67.69 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-05T11:16:02.157Z] #40 68.07 Selecting previously unselected package zlib1g-dev:amd64. [2020-11-05T11:16:02.157Z] #40 68.07 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-11-05T11:16:02.157Z] #40 68.08 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-05T11:16:02.171Z] #12 108.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-11-05T11:16:02.171Z] #12 108.6 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-11-05T11:16:02.171Z] #12 108.7 Selecting previously unselected package libbtrfs0. [2020-11-05T11:16:02.171Z] #12 108.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-11-05T11:16:02.171Z] #12 108.7 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-05T11:16:02.171Z] #12 108.8 Selecting previously unselected package libbtrfs-dev. [2020-11-05T11:16:02.419Z] #40 68.44 Selecting previously unselected package libprotobuf17:amd64. [2020-11-05T11:16:02.419Z] #40 68.44 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-11-05T11:16:02.419Z] #40 68.47 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-05T11:16:02.419Z] #40 ... [2020-11-05T11:16:02.419Z] [2020-11-05T11:16:02.419Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:02.419Z] #43 58.40 github.com/LK4D4/vndr/godl/singleflight [2020-11-05T11:16:02.419Z] #43 58.40 internal/reflectlite [2020-11-05T11:16:02.419Z] #43 58.96 math/rand [2020-11-05T11:16:02.419Z] #43 60.85 internal/singleflight [2020-11-05T11:16:02.419Z] #43 62.85 strconv [2020-11-05T11:16:02.419Z] #43 62.85 bytes [2020-11-05T11:16:02.419Z] #43 65.99 bufio [2020-11-05T11:16:02.419Z] #43 67.95 reflect [2020-11-05T11:16:02.470Z] #12 108.8 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-11-05T11:16:02.470Z] #12 108.8 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:16:02.470Z] #12 108.9 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-11-05T11:16:02.470Z] #12 108.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-11-05T11:16:02.470Z] #12 108.9 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-05T11:16:02.470Z] #12 109.0 Selecting previously unselected package libudev-dev:ppc64el. [2020-11-05T11:16:02.680Z] #43 ... [2020-11-05T11:16:02.680Z] [2020-11-05T11:16:02.680Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:16:02.680Z] #34 58.47 Selecting previously unselected package libicu63:amd64. [2020-11-05T11:16:02.680Z] #34 58.47 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-05T11:16:02.680Z] #34 58.51 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-05T11:16:02.770Z] #12 109.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ... [2020-11-05T11:16:02.770Z] #12 109.1 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ... [2020-11-05T11:16:02.770Z] #12 ... [2020-11-05T11:16:02.770Z] [2020-11-05T11:16:02.770Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:02.770Z] #44 99.17 go/ast [2020-11-05T11:16:02.770Z] #44 99.76 encoding/json [2020-11-05T11:16:02.770Z] #44 107.3 text/template [2020-11-05T11:16:02.770Z] #44 ... [2020-11-05T11:16:02.770Z] [2020-11-05T11:16:02.770Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:02.770Z] #42 44.05 CC images/userns.o [2020-11-05T11:16:02.941Z] #34 ... [2020-11-05T11:16:02.941Z] [2020-11-05T11:16:02.941Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:16:02.941Z] #54 1.567 + RM_GOPATH=0 [2020-11-05T11:16:02.941Z] #54 1.569 + TMP_GOPATH= [2020-11-05T11:16:02.941Z] #54 1.569 + : /build [2020-11-05T11:16:02.941Z] #54 1.571 + '[' -z '' ']' [2020-11-05T11:16:02.941Z] #54 1.580 ++ mktemp -d [2020-11-05T11:16:02.941Z] #54 1.584 + export GOPATH=/tmp/tmp.trMn6FAkPE [2020-11-05T11:16:02.941Z] #54 1.584 + GOPATH=/tmp/tmp.trMn6FAkPE [2020-11-05T11:16:02.941Z] #54 1.584 + RM_GOPATH=1 [2020-11-05T11:16:02.941Z] #54 1.584 + case "$(go env GOARCH)" in [2020-11-05T11:16:02.941Z] #54 1.585 ++ go env GOARCH [2020-11-05T11:16:02.941Z] #54 1.639 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:16:02.941Z] #54 1.639 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:16:02.941Z] #54 1.639 ++ dirname /tmp/install/install.sh [2020-11-05T11:16:02.941Z] #54 1.639 + dir=/tmp/install [2020-11-05T11:16:02.941Z] #54 1.639 + bin=containerd [2020-11-05T11:16:02.941Z] #54 1.639 + shift [2020-11-05T11:16:02.941Z] #54 1.639 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-05T11:16:02.941Z] #54 1.639 + . /tmp/install/containerd.installer [2020-11-05T11:16:02.941Z] #54 1.639 ++ set -e [2020-11-05T11:16:02.941Z] #54 1.639 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-05T11:16:02.941Z] #54 1.639 + install_containerd [2020-11-05T11:16:02.941Z] #54 1.639 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-05T11:16:02.941Z] #54 1.639 + git clone https://github.com/containerd/containerd.git /tmp/tmp.trMn6FAkPE/src/github.com/containerd/containerd [2020-11-05T11:16:02.941Z] #54 1.639 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-05T11:16:02.941Z] #54 1.639 Cloning into '/tmp/tmp.trMn6FAkPE/src/github.com/containerd/containerd'... [2020-11-05T11:16:03.069Z] #42 44.44 CC images/google/protobuf/descriptor.o [2020-11-05T11:16:03.751Z] #41 ... [2020-11-05T11:16:03.751Z] [2020-11-05T11:16:03.751Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:03.751Z] #43 61.02 github.com/LK4D4/vndr/versioned [2020-11-05T11:16:03.751Z] #43 61.71 encoding/binary [2020-11-05T11:16:03.751Z] #43 61.88 fmt [2020-11-05T11:16:03.751Z] #43 61.89 internal/lazyregexp [2020-11-05T11:16:03.751Z] #43 61.89 io/ioutil [2020-11-05T11:16:03.751Z] #43 62.57 net [2020-11-05T11:16:03.751Z] #43 63.14 os/exec [2020-11-05T11:16:03.751Z] #43 64.52 encoding/base64 [2020-11-05T11:16:03.751Z] #43 65.58 crypto/cipher [2020-11-05T11:16:03.751Z] #43 65.97 crypto/sha512 [2020-11-05T11:16:03.751Z] #43 66.78 crypto/ed25519/internal/edwards25519 [2020-11-05T11:16:03.751Z] #43 67.71 crypto/aes [2020-11-05T11:16:03.751Z] #43 69.71 crypto/des [2020-11-05T11:16:03.751Z] #43 70.18 crypto/md5 [2020-11-05T11:16:03.751Z] #43 70.23 go/scanner [2020-11-05T11:16:03.751Z] #43 70.81 text/template/parse [2020-11-05T11:16:03.751Z] #43 ... [2020-11-05T11:16:03.751Z] [2020-11-05T11:16:03.751Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:03.751Z] #35 1.710 + RM_GOPATH=0 [2020-11-05T11:16:03.751Z] #35 1.710 + TMP_GOPATH= [2020-11-05T11:16:03.751Z] #35 1.710 + : /build [2020-11-05T11:16:03.751Z] #35 1.710 + '[' -z '' ']' [2020-11-05T11:16:03.751Z] #35 1.711 ++ mktemp -d [2020-11-05T11:16:03.751Z] #35 1.718 + export GOPATH=/tmp/tmp.HxH7PeR1qq [2020-11-05T11:16:03.751Z] #35 1.718 + GOPATH=/tmp/tmp.HxH7PeR1qq [2020-11-05T11:16:03.751Z] #35 1.718 + RM_GOPATH=1 [2020-11-05T11:16:03.751Z] #35 1.718 + case "$(go env GOARCH)" in [2020-11-05T11:16:03.751Z] #35 1.718 ++ go env GOARCH [2020-11-05T11:16:03.751Z] #35 1.752 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:16:03.751Z] #35 1.752 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:16:03.751Z] #35 1.752 ++ dirname /tmp/install/install.sh [2020-11-05T11:16:03.751Z] #35 1.753 + dir=/tmp/install [2020-11-05T11:16:03.751Z] #35 1.753 + bin=tini [2020-11-05T11:16:03.751Z] #35 1.753 + shift [2020-11-05T11:16:03.751Z] #35 1.753 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-05T11:16:03.751Z] #35 1.753 + . /tmp/install/tini.installer [2020-11-05T11:16:03.751Z] #35 1.753 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-05T11:16:03.751Z] #35 1.753 + install_tini [2020-11-05T11:16:03.751Z] #35 1.753 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-05T11:16:03.751Z] #35 1.753 + git clone https://github.com/krallin/tini.git /tmp/tmp.HxH7PeR1qq/tini [2020-11-05T11:16:03.751Z] #35 1.754 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-05T11:16:03.751Z] #35 1.766 Cloning into '/tmp/tmp.HxH7PeR1qq/tini'... [2020-11-05T11:16:03.751Z] #35 2.821 + cd /tmp/tmp.HxH7PeR1qq/tini [2020-11-05T11:16:03.751Z] #35 2.821 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-05T11:16:03.751Z] #35 2.827 + cmake . [2020-11-05T11:16:03.751Z] #35 3.557 -- The C compiler identification is GNU 8.3.0 [2020-11-05T11:16:03.751Z] #35 3.618 -- Check for working C compiler: /usr/bin/cc [2020-11-05T11:16:04.700Z] #35 4.462 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-05T11:16:04.700Z] #35 4.465 -- Detecting C compiler ABI info [2020-11-05T11:16:05.277Z] #35 ... [2020-11-05T11:16:05.277Z] [2020-11-05T11:16:05.277Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:16:05.277Z] #32 67.08 github.com/BurntSushi/toml/cmd/tomlv [2020-11-05T11:16:05.277Z] #32 DONE 72.9s [2020-11-05T11:16:05.540Z] [2020-11-05T11:16:05.540Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:05.540Z] #35 5.526 -- Detecting C compiler ABI info - done [2020-11-05T11:16:05.540Z] #35 5.551 -- Detecting C compile features [2020-11-05T11:16:05.866Z] #42 47.02 CC images/opts.o [2020-11-05T11:16:06.164Z] #42 47.36 CC images/seccomp.o [2020-11-05T11:16:06.164Z] #42 ... [2020-11-05T11:16:06.164Z] [2020-11-05T11:16:06.164Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:16:06.164Z] #12 109.3 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-11-05T11:16:06.164Z] #12 109.3 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-11-05T11:16:06.164Z] #12 109.3 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-11-05T11:16:06.164Z] #12 109.7 Selecting previously unselected package libpcre16-3:ppc64el. [2020-11-05T11:16:06.164Z] #12 109.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-11-05T11:16:06.164Z] #12 109.7 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-11-05T11:16:06.164Z] #12 109.9 Selecting previously unselected package libpcre32-3:ppc64el. [2020-11-05T11:16:06.164Z] #12 109.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-11-05T11:16:06.164Z] #12 109.9 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-11-05T11:16:06.164Z] #12 110.1 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-11-05T11:16:06.164Z] #12 110.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-11-05T11:16:06.164Z] #12 110.1 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-11-05T11:16:06.164Z] #12 110.3 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-11-05T11:16:06.164Z] #12 110.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-11-05T11:16:06.164Z] #12 110.3 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-11-05T11:16:06.164Z] #12 110.9 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-11-05T11:16:06.164Z] #12 110.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-11-05T11:16:06.164Z] #12 110.9 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-11-05T11:16:06.164Z] #12 111.3 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-11-05T11:16:06.164Z] #12 111.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-11-05T11:16:06.164Z] #12 111.3 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-11-05T11:16:06.164Z] #12 111.4 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-11-05T11:16:06.164Z] #12 111.4 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-11-05T11:16:06.164Z] #12 111.4 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-11-05T11:16:06.164Z] #12 111.5 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-11-05T11:16:06.164Z] #12 111.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ... [2020-11-05T11:16:06.164Z] #12 111.5 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-11-05T11:16:06.164Z] #12 112.1 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-11-05T11:16:06.164Z] #12 112.2 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-11-05T11:16:06.164Z] #12 112.2 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-11-05T11:16:06.164Z] #12 112.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-05T11:16:06.164Z] #12 112.2 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-11-05T11:16:06.164Z] #12 112.2 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-11-05T11:16:06.164Z] #12 112.2 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:16:06.164Z] #12 112.2 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-05T11:16:06.164Z] #12 112.2 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-11-05T11:16:06.164Z] #12 112.2 Setting up libudev-dev:ppc64el (241-7~deb10u4) ... [2020-11-05T11:16:06.164Z] #12 112.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-05T11:16:06.164Z] #12 112.3 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:16:06.164Z] #12 112.3 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-11-05T11:16:06.164Z] #12 112.3 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-05T11:16:06.164Z] #12 112.3 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-11-05T11:16:06.164Z] #12 112.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-05T11:16:06.164Z] #12 112.4 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-11-05T11:16:06.164Z] #12 112.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:16:06.164Z] #12 112.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-05T11:16:06.164Z] #12 112.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-05T11:16:06.164Z] #12 112.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:16:06.164Z] #12 112.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-05T11:16:06.164Z] #12 112.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-05T11:16:06.164Z] #12 112.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-05T11:16:06.164Z] #12 112.4 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-11-05T11:16:06.164Z] #12 112.4 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-05T11:16:06.164Z] #12 112.4 Setting up dmsetup (2:1.02.155-3) ... [2020-11-05T11:16:06.164Z] #12 112.5 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-05T11:16:06.164Z] #12 112.5 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-11-05T11:16:06.164Z] #12 112.5 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:16:06.164Z] #12 DONE 112.7s [2020-11-05T11:16:06.463Z] [2020-11-05T11:16:06.463Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:06.761Z] #52 0.572 + RM_GOPATH=0 [2020-11-05T11:16:06.761Z] #52 0.572 + TMP_GOPATH= [2020-11-05T11:16:06.761Z] #52 0.573 + : /build [2020-11-05T11:16:06.761Z] #52 0.574 + '[' -z '' ']' [2020-11-05T11:16:06.761Z] #52 0.575 ++ mktemp -d [2020-11-05T11:16:06.761Z] #52 0.580 + export GOPATH=/tmp/tmp.qLMzUJOCYl [2020-11-05T11:16:06.761Z] #52 0.580 + GOPATH=/tmp/tmp.qLMzUJOCYl [2020-11-05T11:16:06.761Z] #52 0.580 + RM_GOPATH=1 [2020-11-05T11:16:06.761Z] #52 0.580 + case "$(go env GOARCH)" in [2020-11-05T11:16:06.761Z] #52 0.581 ++ go env GOARCH [2020-11-05T11:16:06.761Z] #52 0.603 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:16:06.761Z] #52 ... [2020-11-05T11:16:06.761Z] [2020-11-05T11:16:06.761Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-05T11:16:06.761Z] #13 DONE 0.7s [2020-11-05T11:16:06.761Z] [2020-11-05T11:16:06.761Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:06.761Z] #52 0.603 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:16:06.761Z] #52 0.604 ++ dirname /tmp/install/install.sh [2020-11-05T11:16:06.761Z] #52 0.612 + dir=/tmp/install [2020-11-05T11:16:06.761Z] #52 0.612 + bin=runc [2020-11-05T11:16:06.761Z] #52 0.612 + shift [2020-11-05T11:16:06.761Z] #52 0.612 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-05T11:16:06.761Z] #52 0.619 + . /tmp/install/runc.installer [2020-11-05T11:16:06.762Z] #52 0.620 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-05T11:16:06.762Z] #52 0.621 + install_runc [2020-11-05T11:16:06.762Z] #52 0.622 + uname -r [2020-11-05T11:16:06.762Z] #52 0.623 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-05T11:16:06.762Z] #52 0.635 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-05T11:16:06.762Z] #52 0.635 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-05T11:16:06.762Z] #52 0.636 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-05T11:16:06.762Z] #52 0.636 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.qLMzUJOCYl/src/github.com/opencontainers/runc [2020-11-05T11:16:06.762Z] #52 0.652 Cloning into '/tmp/tmp.qLMzUJOCYl/src/github.com/opencontainers/runc'... [2020-11-05T11:16:07.153Z] #54 ... [2020-11-05T11:16:07.153Z] [2020-11-05T11:16:07.153Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:16:07.153Z] #32 72.95 time [2020-11-05T11:16:07.411Z] #52 ... [2020-11-05T11:16:07.411Z] [2020-11-05T11:16:07.411Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-05T11:16:07.411Z] #14 DONE 0.5s [2020-11-05T11:16:07.411Z] [2020-11-05T11:16:07.411Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-05T11:16:07.411Z] #15 0.238 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-05T11:16:07.465Z] #35 ... [2020-11-05T11:16:07.465Z] [2020-11-05T11:16:07.465Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:16:07.465Z] #11 64.93 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-05T11:16:07.465Z] #11 64.97 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-05T11:16:07.465Z] #11 64.99 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-05T11:16:07.465Z] #11 73.05 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-05T11:16:07.465Z] #11 73.12 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-11-05T11:16:07.465Z] #11 73.12 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:16:07.465Z] #11 73.36 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-05T11:16:07.465Z] #11 73.38 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-11-05T11:16:07.465Z] #11 73.43 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:16:07.465Z] #11 ... [2020-11-05T11:16:07.465Z] [2020-11-05T11:16:07.465Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:07.465Z] #41 3.170 Note: Building without setproctitle() and strlcpy() support. [2020-11-05T11:16:07.465Z] #41 3.171 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-05T11:16:07.465Z] #41 3.199 Note: Building without GnuTLS support [2020-11-05T11:16:07.465Z] #41 3.213 Makefile.config:39: Warn: you have no libnftables installed [2020-11-05T11:16:07.465Z] #41 3.213 Makefile.config:40: Warn: Building without nftables support [2020-11-05T11:16:07.465Z] #41 5.270 fatal: not a git repository (or any of the parent directories): .git [2020-11-05T11:16:07.465Z] #41 5.411 GEN .gitid [2020-11-05T11:16:07.465Z] #41 5.466 GEN criu/include/version.h [2020-11-05T11:16:07.465Z] #41 5.561 GEN include/common/asm [2020-11-05T11:16:07.711Z] #15 DONE 0.3s [2020-11-05T11:16:07.711Z] [2020-11-05T11:16:07.712Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-05T11:16:08.017Z] #16 DONE 0.4s [2020-11-05T11:16:08.017Z] [2020-11-05T11:16:08.017Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:08.017Z] #42 47.87 CC images/binfmt-misc.o [2020-11-05T11:16:08.017Z] #42 48.01 CC images/time.o [2020-11-05T11:16:08.017Z] #42 48.47 CC images/sysctl.o [2020-11-05T11:16:08.017Z] #42 48.71 CC images/autofs.o [2020-11-05T11:16:08.017Z] #42 48.83 CC images/macvlan.o [2020-11-05T11:16:08.017Z] #42 49.06 CC images/sit.o [2020-11-05T11:16:08.317Z] #42 49.56 CC images/memfd.o [2020-11-05T11:16:08.619Z] #42 ... [2020-11-05T11:16:08.619Z] [2020-11-05T11:16:08.619Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-05T11:16:08.619Z] #17 DONE 0.4s [2020-11-05T11:16:08.619Z] [2020-11-05T11:16:08.619Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:08.619Z] #42 50.00 CC images/timens.o [2020-11-05T11:16:08.918Z] #42 ... [2020-11-05T11:16:08.918Z] [2020-11-05T11:16:08.918Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2020-11-05T11:16:08.918Z] #18 DONE 0.4s [2020-11-05T11:16:09.013Z] #41 7.887 PBCC images/timens.pb-c.c [2020-11-05T11:16:09.013Z] #41 7.935 DEP images/timens.pb-c.d [2020-11-05T11:16:09.013Z] #41 7.975 PBCC images/fown.pb-c.c [2020-11-05T11:16:09.013Z] #41 7.999 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-05T11:16:09.013Z] #41 8.070 PBCC images/opts.pb-c.c [2020-11-05T11:16:09.013Z] #41 8.133 PBCC images/memfd.pb-c.c [2020-11-05T11:16:09.013Z] #41 8.180 DEP images/fown.pb-c.d [2020-11-05T11:16:09.252Z] [2020-11-05T11:16:09.252Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:16:09.277Z] #41 8.264 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-05T11:16:09.277Z] #41 8.323 DEP images/opts.pb-c.d [2020-11-05T11:16:09.277Z] #41 8.383 DEP images/memfd.pb-c.d [2020-11-05T11:16:09.277Z] #41 8.441 PBCC images/sit.pb-c.c [2020-11-05T11:16:09.540Z] #41 8.547 DEP images/sit.pb-c.d [2020-11-05T11:16:09.540Z] #41 8.619 PBCC images/macvlan.pb-c.c [2020-11-05T11:16:09.540Z] #41 8.651 DEP images/macvlan.pb-c.d [2020-11-05T11:16:09.549Z] #19 0.462 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:16:09.549Z] #19 0.567 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:16:09.549Z] #19 0.568 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:16:09.803Z] #41 8.759 PBCC images/autofs.pb-c.c [2020-11-05T11:16:09.803Z] #41 8.787 DEP images/autofs.pb-c.d [2020-11-05T11:16:09.803Z] #41 8.874 PBCC images/sysctl.pb-c.c [2020-11-05T11:16:09.803Z] #41 8.920 DEP images/sysctl.pb-c.d [2020-11-05T11:16:09.803Z] #41 8.964 PBCC images/time.pb-c.c [2020-11-05T11:16:09.803Z] #41 8.995 DEP images/time.pb-c.d [2020-11-05T11:16:10.071Z] #41 9.083 PBCC images/binfmt-misc.pb-c.c [2020-11-05T11:16:10.071Z] #41 9.119 DEP images/binfmt-misc.pb-c.d [2020-11-05T11:16:10.071Z] #41 9.162 PBCC images/seccomp.pb-c.c [2020-11-05T11:16:10.071Z] #41 9.175 DEP images/seccomp.pb-c.d [2020-11-05T11:16:10.071Z] #41 9.262 PBCC images/userns.pb-c.c [2020-11-05T11:16:10.334Z] #41 9.282 DEP images/userns.pb-c.d [2020-11-05T11:16:10.334Z] #41 9.369 PBCC images/cgroup.pb-c.c [2020-11-05T11:16:10.334Z] #41 9.408 DEP images/cgroup.pb-c.d [2020-11-05T11:16:10.596Z] #41 9.548 PBCC images/ext-file.pb-c.c [2020-11-05T11:16:10.596Z] #41 9.575 DEP images/ext-file.pb-c.d [2020-11-05T11:16:10.596Z] #41 9.636 PBCC images/rpc.pb-c.c [2020-11-05T11:16:10.596Z] #41 9.724 DEP images/rpc.pb-c.d [2020-11-05T11:16:10.605Z] #19 1.588 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-05T11:16:10.859Z] #41 9.803 PBCC images/siginfo.pb-c.c [2020-11-05T11:16:10.859Z] #41 9.823 DEP images/siginfo.pb-c.d [2020-11-05T11:16:10.859Z] #41 9.886 PBCC images/pagemap.pb-c.c [2020-11-05T11:16:11.122Z] #41 10.02 DEP images/pagemap.pb-c.d [2020-11-05T11:16:11.122Z] #41 10.12 PBCC images/rlimit.pb-c.c [2020-11-05T11:16:11.122Z] #41 10.14 DEP images/rlimit.pb-c.d [2020-11-05T11:16:11.384Z] #41 10.28 PBCC images/file-lock.pb-c.c [2020-11-05T11:16:11.384Z] #41 10.41 DEP images/file-lock.pb-c.d [2020-11-05T11:16:11.384Z] #41 10.47 PBCC images/tty.pb-c.c [2020-11-05T11:16:11.384Z] #41 10.52 DEP images/tty.pb-c.d [2020-11-05T11:16:11.648Z] #41 ... [2020-11-05T11:16:11.648Z] [2020-11-05T11:16:11.648Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:11.648Z] #35 7.983 -- Detecting C compile features - done [2020-11-05T11:16:11.648Z] #35 8.038 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-05T11:16:11.648Z] #35 8.544 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-05T11:16:11.648Z] #35 8.621 -- Configuring done [2020-11-05T11:16:11.648Z] #35 8.641 -- Generating done [2020-11-05T11:16:11.648Z] #35 8.653 -- Build files have been written to: /tmp/tmp.HxH7PeR1qq/tini [2020-11-05T11:16:11.648Z] #35 8.656 + make tini-static [2020-11-05T11:16:11.648Z] #35 9.004 Scanning dependencies of target tini-static [2020-11-05T11:16:11.648Z] #35 9.171 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-05T11:16:11.648Z] #35 10.57 [100%] Linking C executable tini-static [2020-11-05T11:16:11.648Z] #35 11.14 [100%] Built target tini-static [2020-11-05T11:16:11.648Z] #35 11.23 + mkdir -p /build [2020-11-05T11:16:11.648Z] #35 11.23 + cp tini-static /build/docker-init [2020-11-05T11:16:11.648Z] #35 DONE 11.6s [2020-11-05T11:16:11.648Z] [2020-11-05T11:16:11.648Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:11.648Z] #41 10.56 PBCC images/tun.pb-c.c [2020-11-05T11:16:11.648Z] #41 10.59 PBCC images/netdev.pb-c.c [2020-11-05T11:16:11.648Z] #41 ... [2020-11-05T11:16:11.648Z] [2020-11-05T11:16:11.648Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:16:11.648Z] #49 69.11 go/scanner [2020-11-05T11:16:11.649Z] #49 70.04 mvdan.cc/editorconfig [2020-11-05T11:16:11.649Z] #49 71.39 go/ast [2020-11-05T11:16:11.649Z] #49 71.71 mvdan.cc/sh/v3/syntax [2020-11-05T11:16:11.649Z] #49 78.40 golang.org/x/crypto/ssh/terminal [2020-11-05T11:16:11.649Z] #49 ... [2020-11-05T11:16:11.649Z] [2020-11-05T11:16:11.649Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:11.649Z] #41 10.64 DEP images/tun.pb-c.d [2020-11-05T11:16:11.649Z] #41 10.67 DEP images/netdev.pb-c.d [2020-11-05T11:16:11.649Z] #41 10.73 PBCC images/vma.pb-c.c [2020-11-05T11:16:11.649Z] #41 10.81 DEP images/vma.pb-c.d [2020-11-05T11:16:11.649Z] #41 10.85 PBCC images/creds.pb-c.c [2020-11-05T11:16:11.912Z] #41 10.88 DEP images/creds.pb-c.d [2020-11-05T11:16:11.912Z] #41 10.92 PBCC images/utsns.pb-c.c [2020-11-05T11:16:11.912Z] #41 10.94 DEP images/utsns.pb-c.d [2020-11-05T11:16:11.912Z] #41 10.98 PBCC images/ipc-desc.pb-c.c [2020-11-05T11:16:12.175Z] #41 10.99 PBCC images/ipc-sem.pb-c.c [2020-11-05T11:16:12.175Z] #41 11.03 DEP images/ipc-desc.pb-c.d [2020-11-05T11:16:12.175Z] #41 11.08 DEP images/ipc-sem.pb-c.d [2020-11-05T11:16:12.175Z] #41 11.15 PBCC images/ipc-msg.pb-c.c [2020-11-05T11:16:12.175Z] #41 11.19 DEP images/ipc-msg.pb-c.d [2020-11-05T11:16:12.439Z] #41 11.29 PBCC images/ipc-shm.pb-c.c [2020-11-05T11:16:12.439Z] #41 11.31 DEP images/ipc-shm.pb-c.d [2020-11-05T11:16:12.439Z] #41 11.36 PBCC images/ipc-var.pb-c.c [2020-11-05T11:16:12.439Z] #41 11.40 DEP images/ipc-var.pb-c.d [2020-11-05T11:16:12.439Z] #41 11.49 PBCC images/sk-opts.pb-c.c [2020-11-05T11:16:12.439Z] #41 11.53 PBCC images/packet-sock.pb-c.c [2020-11-05T11:16:12.449Z] #32 ... [2020-11-05T11:16:12.449Z] [2020-11-05T11:16:12.449Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:16:12.449Z] #40 69.89 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-11-05T11:16:12.449Z] #40 69.90 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-11-05T11:16:12.449Z] #40 69.90 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-05T11:16:12.449Z] #40 70.31 Selecting previously unselected package libprotobuf-dev:amd64. [2020-11-05T11:16:12.449Z] #40 70.36 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-11-05T11:16:12.449Z] #40 70.37 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-05T11:16:12.449Z] #40 72.75 Selecting previously unselected package libprotoc17:amd64. [2020-11-05T11:16:12.449Z] #40 72.76 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-11-05T11:16:12.449Z] #40 72.78 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-05T11:16:12.449Z] #40 74.06 Selecting previously unselected package protobuf-c-compiler. [2020-11-05T11:16:12.449Z] #40 74.06 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-11-05T11:16:12.449Z] #40 74.11 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-05T11:16:12.449Z] #40 74.60 Selecting previously unselected package protobuf-compiler. [2020-11-05T11:16:12.449Z] #40 74.61 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-11-05T11:16:12.449Z] #40 74.65 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-05T11:16:12.449Z] #40 75.16 Selecting previously unselected package python-pkg-resources. [2020-11-05T11:16:12.449Z] #40 75.16 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-05T11:16:12.449Z] #40 75.20 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-05T11:16:12.449Z] #40 76.00 Selecting previously unselected package python-six. [2020-11-05T11:16:12.449Z] #40 76.04 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-05T11:16:12.449Z] #40 76.20 Unpacking python-six (1.12.0-1) ... [2020-11-05T11:16:12.449Z] #40 76.51 Selecting previously unselected package python-protobuf. [2020-11-05T11:16:12.449Z] #40 76.51 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-11-05T11:16:12.449Z] #40 76.53 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-05T11:16:12.449Z] #40 77.33 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-05T11:16:12.702Z] #41 11.62 DEP images/sk-opts.pb-c.d [2020-11-05T11:16:12.702Z] #41 11.71 DEP images/packet-sock.pb-c.d [2020-11-05T11:16:12.702Z] #41 11.77 PBCC images/sk-netlink.pb-c.c [2020-11-05T11:16:12.709Z] #19 3.354 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-11-05T11:16:12.713Z] #40 ... [2020-11-05T11:16:12.713Z] [2020-11-05T11:16:12.713Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:16:12.713Z] #34 70.03 Selecting previously unselected package libxml2:amd64. [2020-11-05T11:16:12.713Z] #34 70.05 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-11-05T11:16:12.713Z] #34 70.08 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-05T11:16:12.713Z] #34 71.09 Selecting previously unselected package libarchive13:amd64. [2020-11-05T11:16:12.713Z] #34 71.10 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-11-05T11:16:12.713Z] #34 71.13 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-05T11:16:12.713Z] #34 71.90 Selecting previously unselected package libjsoncpp1:amd64. [2020-11-05T11:16:12.713Z] #34 71.92 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-05T11:16:12.713Z] #34 71.98 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-05T11:16:12.713Z] #34 72.18 Selecting previously unselected package librhash0:amd64. [2020-11-05T11:16:12.713Z] #34 72.19 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-11-05T11:16:12.713Z] #34 72.22 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-11-05T11:16:12.713Z] #34 72.62 Selecting previously unselected package libuv1:amd64. [2020-11-05T11:16:12.713Z] #34 72.63 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-11-05T11:16:12.713Z] #34 72.63 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-11-05T11:16:12.713Z] #34 73.13 Selecting previously unselected package cmake. [2020-11-05T11:16:12.713Z] #34 73.13 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-11-05T11:16:12.713Z] #34 73.13 Unpacking cmake (3.13.4-1) ... [2020-11-05T11:16:12.713Z] #34 78.29 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-05T11:16:12.713Z] #34 78.31 Setting up xxd (2:8.1.0875-5) ... [2020-11-05T11:16:12.713Z] #34 78.34 Setting up libuv1:amd64 (1.24.1-1) ... [2020-11-05T11:16:12.713Z] #34 78.37 Setting up vim-common (2:8.1.0875-5) ... [2020-11-05T11:16:12.713Z] #34 78.53 Setting up librhash0:amd64 (1.3.8-1) ... [2020-11-05T11:16:12.713Z] #34 78.58 Setting up cmake-data (3.13.4-1) ... [2020-11-05T11:16:12.713Z] #34 78.63 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-05T11:16:12.713Z] #34 78.70 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-05T11:16:12.713Z] #34 78.74 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-05T11:16:12.713Z] #34 78.85 Setting up cmake (3.13.4-1) ... [2020-11-05T11:16:12.965Z] #41 11.86 DEP images/sk-netlink.pb-c.d [2020-11-05T11:16:12.965Z] #41 11.90 PBCC images/sk-inet.pb-c.c [2020-11-05T11:16:12.965Z] #41 11.97 DEP images/sk-inet.pb-c.d [2020-11-05T11:16:12.965Z] #41 12.07 PBCC images/sk-unix.pb-c.c [2020-11-05T11:16:12.965Z] #41 12.11 DEP images/sk-unix.pb-c.d [2020-11-05T11:16:12.974Z] #34 78.89 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:16:13.229Z] #41 12.22 PBCC images/mm.pb-c.c [2020-11-05T11:16:13.229Z] #41 12.36 DEP images/mm.pb-c.d [2020-11-05T11:16:13.236Z] #34 78.99 Processing triggers for mime-support (3.62) ... [2020-11-05T11:16:13.236Z] #34 ... [2020-11-05T11:16:13.236Z] [2020-11-05T11:16:13.236Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:13.236Z] #43 69.00 syscall [2020-11-05T11:16:13.236Z] #43 ... [2020-11-05T11:16:13.236Z] [2020-11-05T11:16:13.236Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:16:13.236Z] #11 69.57 Get:10 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] [2020-11-05T11:16:13.236Z] #11 73.09 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-11-05T11:16:13.236Z] #11 73.09 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-11-05T11:16:13.236Z] #11 73.10 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-05T11:16:13.236Z] #11 73.10 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-05T11:16:13.236Z] #11 73.10 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-11-05T11:16:13.236Z] #11 73.12 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-11-05T11:16:13.236Z] #11 73.14 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-11-05T11:16:13.236Z] #11 73.19 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-11-05T11:16:13.236Z] #11 73.24 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-11-05T11:16:13.236Z] #11 73.29 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-11-05T11:16:13.236Z] #11 73.30 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-11-05T11:16:13.236Z] #11 73.41 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-11-05T11:16:13.236Z] #11 73.43 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-11-05T11:16:13.236Z] #11 73.44 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-11-05T11:16:13.236Z] #11 73.47 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-11-05T11:16:13.236Z] #11 75.37 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:16:13.236Z] #11 75.71 Fetched 77.7 MB in 12s (6635 kB/s) [2020-11-05T11:16:13.236Z] #11 76.03 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-05T11:16:13.236Z] #11 76.03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-05T11:16:13.236Z] #11 76.14 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-11-05T11:16:13.236Z] #11 76.44 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-05T11:16:13.491Z] #41 12.45 PBCC images/timerfd.pb-c.c [2020-11-05T11:16:13.491Z] #41 12.57 DEP images/timerfd.pb-c.d [2020-11-05T11:16:13.755Z] #41 12.77 PBCC images/timer.pb-c.c [2020-11-05T11:16:13.755Z] #41 12.78 DEP images/timer.pb-c.d [2020-11-05T11:16:13.755Z] #41 12.82 PBCC images/sa.pb-c.c [2020-11-05T11:16:13.755Z] #41 12.88 DEP images/sa.pb-c.d [2020-11-05T11:16:13.763Z] #19 ... [2020-11-05T11:16:13.763Z] [2020-11-05T11:16:13.763Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:13.763Z] #44 110.2 go/parser [2020-11-05T11:16:13.763Z] #44 115.8 encoding/xml [2020-11-05T11:16:13.763Z] #44 ... [2020-11-05T11:16:13.763Z] [2020-11-05T11:16:13.763Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:16:13.763Z] #19 4.942 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-05T11:16:14.018Z] #41 12.93 PBCC images/pipe-data.pb-c.c [2020-11-05T11:16:14.018Z] #41 12.98 DEP images/pipe-data.pb-c.d [2020-11-05T11:16:14.018Z] #41 13.04 PBCC images/mnt.pb-c.c [2020-11-05T11:16:14.018Z] #41 13.11 DEP images/mnt.pb-c.d [2020-11-05T11:16:14.018Z] #41 13.17 PBCC images/sk-packet.pb-c.c [2020-11-05T11:16:14.281Z] #41 13.21 DEP images/sk-packet.pb-c.d [2020-11-05T11:16:14.281Z] #41 13.25 PBCC images/tcp-stream.pb-c.c [2020-11-05T11:16:14.281Z] #41 13.30 DEP images/tcp-stream.pb-c.d [2020-11-05T11:16:14.281Z] #41 13.35 PBCC images/pipe.pb-c.c [2020-11-05T11:16:14.281Z] #41 13.39 DEP images/pipe.pb-c.d [2020-11-05T11:16:14.281Z] #41 13.42 PBCC images/pstree.pb-c.c [2020-11-05T11:16:14.281Z] #41 ... [2020-11-05T11:16:14.281Z] [2020-11-05T11:16:14.281Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:14.281Z] #43 71.77 encoding/json [2020-11-05T11:16:14.281Z] #43 72.74 go/ast [2020-11-05T11:16:14.281Z] #43 77.29 text/template [2020-11-05T11:16:14.281Z] #43 81.66 encoding/xml [2020-11-05T11:16:14.544Z] #43 ... [2020-11-05T11:16:14.544Z] [2020-11-05T11:16:14.544Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:14.544Z] #41 13.44 DEP images/pstree.pb-c.d [2020-11-05T11:16:14.544Z] #41 13.49 PBCC images/fs.pb-c.c [2020-11-05T11:16:14.544Z] #41 13.54 DEP images/fs.pb-c.d [2020-11-05T11:16:14.544Z] #41 13.63 PBCC images/signalfd.pb-c.c [2020-11-05T11:16:14.671Z] #11 ... [2020-11-05T11:16:14.671Z] [2020-11-05T11:16:14.671Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:16:14.671Z] #32 80.47 internal/poll [2020-11-05T11:16:14.807Z] #41 13.71 DEP images/signalfd.pb-c.d [2020-11-05T11:16:14.807Z] #41 13.77 PBCC images/fh.pb-c.c [2020-11-05T11:16:14.807Z] #41 13.79 PBCC images/fsnotify.pb-c.c [2020-11-05T11:16:14.807Z] #41 13.86 DEP images/fh.pb-c.d [2020-11-05T11:16:14.807Z] #41 13.90 DEP images/fsnotify.pb-c.d [2020-11-05T11:16:14.807Z] #41 13.99 PBCC images/eventpoll.pb-c.c [2020-11-05T11:16:14.807Z] #41 14.01 DEP images/eventpoll.pb-c.d [2020-11-05T11:16:14.937Z] #32 ... [2020-11-05T11:16:14.937Z] [2020-11-05T11:16:14.937Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:16:14.937Z] #30 69.50 Checking out files: 84% (1281/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-11-05T11:16:14.937Z] #30 70.92 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-05T11:16:14.937Z] #30 71.41 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-05T11:16:14.937Z] #30 ... [2020-11-05T11:16:14.937Z] [2020-11-05T11:16:14.937Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:14.937Z] #43 80.67 internal/poll [2020-11-05T11:16:15.070Z] #41 14.08 PBCC images/eventfd.pb-c.c [2020-11-05T11:16:15.070Z] #41 14.10 DEP images/eventfd.pb-c.d [2020-11-05T11:16:15.334Z] #41 14.18 PBCC images/remap-file-path.pb-c.c [2020-11-05T11:16:15.334Z] #41 14.20 DEP images/remap-file-path.pb-c.d [2020-11-05T11:16:15.334Z] #41 14.26 PBCC images/fifo.pb-c.c [2020-11-05T11:16:15.334Z] #41 14.28 DEP images/fifo.pb-c.d [2020-11-05T11:16:15.334Z] #41 14.33 PBCC images/ghost-file.pb-c.c [2020-11-05T11:16:15.334Z] #41 14.39 DEP images/ghost-file.pb-c.d [2020-11-05T11:16:15.334Z] #41 14.44 PBCC images/regfile.pb-c.c [2020-11-05T11:16:15.334Z] #41 14.49 DEP images/regfile.pb-c.d [2020-11-05T11:16:15.597Z] #41 14.59 PBCC images/ns.pb-c.c [2020-11-05T11:16:15.597Z] #41 14.62 DEP images/ns.pb-c.d [2020-11-05T11:16:15.597Z] #41 14.74 PBCC images/fdinfo.pb-c.c [2020-11-05T11:16:15.860Z] #41 14.83 DEP images/fdinfo.pb-c.d [2020-11-05T11:16:15.860Z] #41 14.91 PBCC images/core-aarch64.pb-c.c [2020-11-05T11:16:15.860Z] #41 14.94 PBCC images/core-arm.pb-c.c [2020-11-05T11:16:15.860Z] #41 14.98 PBCC images/core-ppc64.pb-c.c [2020-11-05T11:16:15.860Z] #41 15.01 PBCC images/core-s390.pb-c.c [2020-11-05T11:16:15.895Z] #43 ... [2020-11-05T11:16:15.896Z] [2020-11-05T11:16:15.896Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-05T11:16:15.896Z] #34 DONE 81.6s [2020-11-05T11:16:15.896Z] [2020-11-05T11:16:15.896Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:16.123Z] #41 15.04 PBCC images/core-x86.pb-c.c [2020-11-05T11:16:16.123Z] #41 15.08 PBCC images/core.pb-c.c [2020-11-05T11:16:16.123Z] #41 15.14 PBCC images/inventory.pb-c.c [2020-11-05T11:16:16.123Z] #41 15.18 DEP images/core-aarch64.pb-c.d [2020-11-05T11:16:16.123Z] #41 15.24 DEP images/core-arm.pb-c.d [2020-11-05T11:16:16.386Z] #41 15.30 DEP images/core-ppc64.pb-c.d [2020-11-05T11:16:16.386Z] #41 15.42 DEP images/core-s390.pb-c.d [2020-11-05T11:16:16.386Z] #41 15.52 DEP images/core-x86.pb-c.d [2020-11-05T11:16:16.649Z] #41 15.58 DEP images/core.pb-c.d [2020-11-05T11:16:16.649Z] #41 15.62 DEP images/inventory.pb-c.d [2020-11-05T11:16:16.649Z] #41 15.70 PBCC images/cpuinfo.pb-c.c [2020-11-05T11:16:16.649Z] #41 15.73 DEP images/cpuinfo.pb-c.d [2020-11-05T11:16:16.912Z] #41 15.80 PBCC images/stats.pb-c.c [2020-11-05T11:16:16.912Z] #41 15.81 DEP images/stats.pb-c.d [2020-11-05T11:16:17.285Z] #35 ... [2020-11-05T11:16:17.285Z] [2020-11-05T11:16:17.285Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:16:17.285Z] #45 DONE 82.9s [2020-11-05T11:16:17.285Z] [2020-11-05T11:16:17.285Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:16:17.285Z] #40 82.22 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-05T11:16:17.285Z] #40 82.25 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-05T11:16:17.285Z] #40 82.27 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-05T11:16:17.285Z] #40 82.29 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-05T11:16:17.285Z] #40 82.33 Setting up python-six (1.12.0-1) ... [2020-11-05T11:16:17.858Z] #40 ... [2020-11-05T11:16:17.858Z] [2020-11-05T11:16:17.858Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:16:17.858Z] #49 73.78 time [2020-11-05T11:16:17.858Z] #49 73.95 reflect [2020-11-05T11:16:17.858Z] #49 81.11 context [2020-11-05T11:16:17.858Z] #49 82.13 internal/poll [2020-11-05T11:16:17.858Z] #49 ... [2020-11-05T11:16:17.858Z] [2020-11-05T11:16:17.858Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:17.858Z] #43 83.97 internal/syscall/execenv [2020-11-05T11:16:18.431Z] #43 84.37 internal/syscall/unix [2020-11-05T11:16:18.838Z] #41 17.74 make[1]: Nothing to be done for 'all'. [2020-11-05T11:16:19.004Z] #43 84.87 os [2020-11-05T11:16:19.408Z] #19 ... [2020-11-05T11:16:19.408Z] [2020-11-05T11:16:19.408Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:19.408Z] #42 50.58 LINK images/built-in.o [2020-11-05T11:16:19.408Z] #42 50.78 GEN compel/include/asm [2020-11-05T11:16:19.408Z] #42 50.83 GEN compel/include/version.h [2020-11-05T11:16:19.408Z] #42 50.87 touch .config [2020-11-05T11:16:19.408Z] #42 50.93 GEN include/common/config.h [2020-11-05T11:16:19.408Z] #42 51.01 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-05T11:16:19.408Z] #42 51.03 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-05T11:16:19.408Z] #42 51.05 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-11-05T11:16:19.408Z] #42 51.06 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-11-05T11:16:19.408Z] #42 51.09 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-11-05T11:16:19.408Z] #42 51.11 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-11-05T11:16:19.408Z] #42 51.14 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-11-05T11:16:19.408Z] #42 51.17 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-05T11:16:19.408Z] #42 51.17 DEP compel/plugins/std/infect.d [2020-11-05T11:16:19.408Z] #42 51.32 DEP compel/plugins/std/string.d [2020-11-05T11:16:19.408Z] #42 51.41 DEP compel/plugins/std/log.d [2020-11-05T11:16:19.408Z] #42 51.56 DEP compel/plugins/std/fds.d [2020-11-05T11:16:19.408Z] #42 51.75 DEP compel/plugins/std/std.d [2020-11-05T11:16:19.408Z] #42 51.94 DEP compel/plugins/shmem/shmem.d [2020-11-05T11:16:19.408Z] #42 52.06 DEP compel/plugins/fds/fds.d [2020-11-05T11:16:19.408Z] #42 52.28 CC compel/plugins/std/std.o [2020-11-05T11:16:19.408Z] #42 52.80 CC compel/plugins/std/fds.o [2020-11-05T11:16:19.408Z] #42 53.32 CC compel/plugins/std/log.o [2020-11-05T11:16:19.408Z] #42 54.43 CC compel/plugins/std/string.o [2020-11-05T11:16:19.408Z] #42 55.26 CC compel/plugins/std/infect.o [2020-11-05T11:16:19.408Z] #42 55.74 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-11-05T11:16:19.408Z] #42 55.78 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-11-05T11:16:19.408Z] #42 55.84 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-11-05T11:16:19.408Z] #42 55.90 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-11-05T11:16:19.408Z] #42 55.95 AR compel/plugins/std.lib.a [2020-11-05T11:16:19.408Z] #42 56.07 CC compel/plugins/fds/fds.o [2020-11-05T11:16:19.408Z] #42 56.48 AR compel/plugins/fds.lib.a [2020-11-05T11:16:19.408Z] #42 56.52 HOSTDEP compel/src/lib/log-host.d [2020-11-05T11:16:19.408Z] #42 56.61 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-05T11:16:19.408Z] #42 56.73 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-11-05T11:16:19.408Z] #42 56.82 HOSTDEP compel/src/main-host.d [2020-11-05T11:16:19.408Z] #42 56.95 DEP compel/src/lib/ptrace.d [2020-11-05T11:16:19.408Z] #42 57.08 DEP compel/src/lib/infect.d [2020-11-05T11:16:19.408Z] #42 57.31 DEP compel/src/lib/infect-util.d [2020-11-05T11:16:19.408Z] #42 57.47 DEP compel/src/lib/infect-rpc.d [2020-11-05T11:16:19.408Z] #42 57.70 DEP compel/arch/ppc64/src/lib/infect.d [2020-11-05T11:16:19.408Z] #42 57.91 DEP compel/arch/ppc64/src/lib/cpu.d [2020-11-05T11:16:19.408Z] #42 57.97 DEP compel/src/lib/log.d [2020-11-05T11:16:19.408Z] #42 58.15 DEP compel/src/main.d [2020-11-05T11:16:19.408Z] #42 58.35 DEP compel/src/lib/handle-elf.d [2020-11-05T11:16:19.408Z] #42 58.52 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-11-05T11:16:19.408Z] #42 58.61 CC compel/src/lib/log.o [2020-11-05T11:16:19.408Z] #42 58.83 CC compel/arch/ppc64/src/lib/cpu.o [2020-11-05T11:16:19.408Z] #42 59.20 CC compel/arch/ppc64/src/lib/infect.o [2020-11-05T11:16:19.408Z] #42 60.26 CC compel/src/lib/infect-rpc.o [2020-11-05T11:16:19.408Z] #42 60.80 CC compel/src/lib/infect-util.o [2020-11-05T11:16:19.791Z] #41 ... [2020-11-05T11:16:19.791Z] [2020-11-05T11:16:19.791Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:16:20.057Z] #42 61.14 CC compel/src/lib/infect.o [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-05T11:16:20.092Z] ok github.com/docker/docker/api/server/httputils 0.011s coverage: 14.7% of statements [2020-11-05T11:16:20.092Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 37.7% of statements [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-05T11:16:20.092Z] ok github.com/docker/docker/api/server/router/swarm 0.014s coverage: 5.7% of statements [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/types [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-05T11:16:20.092Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2020-11-05T11:16:20.092Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-05T11:16:20.092Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2020-11-05T11:16:20.092Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/builder [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-05T11:16:20.092Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-05T11:16:20.382Z] ok github.com/docker/docker/builder/dockerignore 0.001s coverage: 96.8% of statements [2020-11-05T11:16:20.724Z] #42 ... [2020-11-05T11:16:20.724Z] [2020-11-05T11:16:20.724Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:16:20.724Z] #19 11.61 Fetched 8171 kB in 11s (731 kB/s) [2020-11-05T11:16:21.163Z] #54 37.58 Checking out files: 41% (1412/3433) Checking out files: 42% (1442/3433) Checking out files: 43% (1477/3433) Checking out files: 44% (1511/3433) Checking out files: 45% (1545/3433) Checking out files: 46% (1580/3433) Checking out files: 47% (1614/3433) Checking out files: 48% (1648/3433) Checking out files: 49% (1683/3433) Checking out files: 50% (1717/3433) Checking out files: 51% (1751/3433) Checking out files: 52% (1786/3433) Checking out files: 53% (1820/3433) Checking out files: 54% (1854/3433) Checking out files: 55% (1889/3433) Checking out files: 56% (1923/3433) Checking out files: 57% (1957/3433) Checking out files: 58% (1992/3433) Checking out files: 59% (2026/3433) Checking out files: 60% (2060/3433) Checking out files: 61% (2095/3433) Checking out files: 62% (2129/3433) Checking out files: 63% (2163/3433) Checking out files: 64% (2198/3433) Checking out files: 65% (2232/3433) Checking out files: 66% (2266/3433) Checking out files: 67% (2301/3433) Checking out files: 68% (2335/3433) Checking out files: 69% (2369/3433) Checking out files: 70% (2404/3433) Checking out files: 71% (2438/3433) Checking out files: 72% (2472/3433) Checking out files: 73% (2507/3433) Checking out files: 74% (2541/3433) Checking out files: 75% (2575/3433) Checking out files: 76% (2610/3433) Checking out files: 77% (2644/3433) Checking out files: 78% (2678/3433) Checking out files: 79% (2713/3433) Checking out files: 80% (2747/3433) Checking out files: 81% (2781/3433) Checking out files: 82% (2816/3433) Checking out files: 83% (2850/3433) Checking out files: 84% (2884/3433) Checking out files: 85% (2919/3433) Checking out files: 86% (2953/3433) Checking out files: 87% (2987/3433) Checking out files: 88% (3022/3433) Checking out files: 89% (3056/3433) Checking out files: 90% (3090/3433) Checking out files: 90% (3115/3433) Checking out files: 91% (3125/3433) Checking out files: 92% (3159/3433) Checking out files: 93% (3193/3433) Checking out files: 94% (3228/3433) Checking out files: 95% (3262/3433) Checking out files: 96% (3296/3433) Checking out files: 97% (3331/3433) Checking out files: 98% (3365/3433) Checking out files: 99% (3399/3433) Checking out files: 100% (3433/3433) Checking out files: 100% (3433/3433), done. [2020-11-05T11:16:21.163Z] #54 39.15 + cd /tmp/tmp.yR95lDOr18/src/github.com/containerd/containerd [2020-11-05T11:16:21.163Z] #54 39.15 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-05T11:16:21.552Z] #43 87.24 strings [2020-11-05T11:16:22.443Z] ok github.com/docker/docker/builder/remotecontext 0.333s coverage: 13.6% of statements [2020-11-05T11:16:22.557Z] #54 40.40 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-05T11:16:22.557Z] #54 40.40 + BUILDTAGS='netgo osusergo static_build' [2020-11-05T11:16:22.557Z] #54 40.40 + export EXTRA_FLAGS=-buildmode=pie [2020-11-05T11:16:22.557Z] #54 40.40 + EXTRA_FLAGS=-buildmode=pie [2020-11-05T11:16:22.557Z] #54 40.40 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-05T11:16:22.557Z] #54 40.40 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-05T11:16:22.557Z] #54 40.40 + '[' '' = dynamic ']' [2020-11-05T11:16:22.557Z] #54 40.40 + make [2020-11-05T11:16:23.073Z] ok github.com/docker/docker/builder/dockerfile 0.967s coverage: 47.9% of statements [2020-11-05T11:16:23.471Z] #43 ... [2020-11-05T11:16:23.471Z] [2020-11-05T11:16:23.471Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:16:23.471Z] #40 87.99 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-05T11:16:23.471Z] #40 88.09 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-05T11:16:23.471Z] #40 88.14 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-05T11:16:23.471Z] #40 88.15 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-11-05T11:16:23.471Z] #40 88.16 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-05T11:16:23.471Z] #40 88.18 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-05T11:16:23.471Z] #40 88.20 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-05T11:16:23.471Z] #40 88.21 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-05T11:16:23.471Z] #40 88.23 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-05T11:16:23.471Z] #40 88.25 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-05T11:16:23.506Z] #54 ... [2020-11-05T11:16:23.506Z] [2020-11-05T11:16:23.506Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:16:23.506Z] #49 84.54 mvdan.cc/sh/v3/cmd/shfmt [2020-11-05T11:16:23.506Z] #49 DONE 90.8s [2020-11-05T11:16:23.506Z] [2020-11-05T11:16:23.506Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:23.506Z] #41 19.36 CC images/stats.o [2020-11-05T11:16:23.506Z] #41 19.97 CC images/core.o [2020-11-05T11:16:23.506Z] #41 20.80 CC images/core-x86.o [2020-11-05T11:16:23.506Z] #41 21.52 CC images/core-arm.o [2020-11-05T11:16:23.506Z] #41 22.12 CC images/core-aarch64.o [2020-11-05T11:16:23.506Z] #41 22.50 CC images/core-ppc64.o [2020-11-05T11:16:23.703Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-11-05T11:16:23.993Z] ok github.com/docker/docker/builder/remotecontext/git 1.048s coverage: 86.3% of statements [2020-11-05T11:16:23.993Z] ? github.com/docker/docker/cli [no test files] [2020-11-05T11:16:23.993Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-05T11:16:24.289Z] #19 11.61 Reading package lists... [2020-11-05T11:16:24.289Z] #19 ... [2020-11-05T11:16:24.289Z] [2020-11-05T11:16:24.289Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:16:24.289Z] #50 121.2 golang.org/x/crypto/ssh/terminal [2020-11-05T11:16:24.289Z] #50 124.0 mvdan.cc/sh/v3/cmd/shfmt [2020-11-05T11:16:24.289Z] #50 DONE 130.3s [2020-11-05T11:16:24.289Z] [2020-11-05T11:16:24.289Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:24.289Z] #42 64.28 CC compel/src/lib/ptrace.o [2020-11-05T11:16:24.289Z] #42 64.87 AR compel/libcompel.a [2020-11-05T11:16:24.289Z] #42 65.00 HOSTCC compel/src/main-host.o [2020-11-05T11:16:24.289Z] #42 65.38 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-11-05T11:16:24.289Z] #42 65.57 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-05T11:16:24.509Z] ---> b65c3312a96f [2020-11-05T11:16:24.900Z] #41 23.54 CC images/core-s390.o [2020-11-05T11:16:25.163Z] #41 ... [2020-11-05T11:16:25.163Z] [2020-11-05T11:16:25.163Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:25.163Z] #43 82.67 go/parser [2020-11-05T11:16:25.163Z] #43 87.60 go/doc [2020-11-05T11:16:25.163Z] #43 88.27 crypto/rand [2020-11-05T11:16:25.163Z] #43 89.23 crypto/elliptic [2020-11-05T11:16:25.163Z] #43 89.82 encoding/asn1 [2020-11-05T11:16:25.347Z] #42 66.66 HOSTCC compel/src/lib/log-host.o [2020-11-05T11:16:25.393Z] #40 ... [2020-11-05T11:16:25.393Z] [2020-11-05T11:16:25.393Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:16:25.393Z] #11 81.11 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-05T11:16:25.393Z] #11 81.12 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-11-05T11:16:25.393Z] #11 81.17 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-05T11:16:25.393Z] #11 86.02 Selecting previously unselected package binutils-mingw-w64. [2020-11-05T11:16:25.393Z] #11 86.03 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-05T11:16:25.393Z] #11 86.03 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-05T11:16:25.393Z] #11 86.30 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-11-05T11:16:25.393Z] #11 86.30 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-05T11:16:25.393Z] #11 86.31 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-05T11:16:25.393Z] #11 86.69 Selecting previously unselected package dmsetup. [2020-11-05T11:16:25.393Z] #11 86.69 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-11-05T11:16:25.393Z] #11 86.71 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-05T11:16:25.393Z] #11 87.26 Selecting previously unselected package mingw-w64-common. [2020-11-05T11:16:25.393Z] #11 87.27 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-05T11:16:25.393Z] #11 87.30 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-05T11:16:25.393Z] #11 ... [2020-11-05T11:16:25.393Z] [2020-11-05T11:16:25.393Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:25.393Z] #43 90.43 fmt [2020-11-05T11:16:25.393Z] #43 91.23 path/filepath [2020-11-05T11:16:25.496Z] #43 ... [2020-11-05T11:16:25.496Z] [2020-11-05T11:16:25.496Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:16:25.496Z] #56 91.44 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-05T11:16:25.496Z] #56 91.44 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-05T11:16:25.673Z] #42 66.86 HOSTLINK compel/compel-host-bin [2020-11-05T11:16:25.673Z] #42 67.03 DEP soccr/soccr.d [2020-11-05T11:16:25.971Z] #42 67.30 CC soccr/soccr.o [2020-11-05T11:16:26.062Z] Successfully built b65c3312a96f [2020-11-05T11:16:26.062Z] Successfully tagged docker:latest [2020-11-05T11:16:26.062Z] INFO: Image build ended at 11/05/2020 11:16:25. Duration:00:00:37.7264821 [2020-11-05T11:16:26.062Z] [2020-11-05T11:16:26.062Z] [2020-11-05T11:16:26.062Z] INFO: Building the test binaries at 11/05/2020 11:16:25... [2020-11-05T11:16:26.621Z] #42 ... [2020-11-05T11:16:26.621Z] [2020-11-05T11:16:26.621Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:26.621Z] #44 122.9 math/big [2020-11-05T11:16:26.621Z] #44 125.0 go/doc [2020-11-05T11:16:26.621Z] #44 ... [2020-11-05T11:16:26.621Z] [2020-11-05T11:16:26.621Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:16:26.621Z] #57 132.9 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-05T11:16:26.621Z] #57 132.9 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-05T11:16:26.814Z] ok github.com/docker/docker/client 0.146s coverage: 75.4% of statements [2020-11-05T11:16:27.269Z] #57 ... [2020-11-05T11:16:27.269Z] [2020-11-05T11:16:27.269Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:27.269Z] #52 10.96 + cd /tmp/tmp.qLMzUJOCYl/src/github.com/opencontainers/runc [2020-11-05T11:16:27.269Z] #52 10.96 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-05T11:16:27.269Z] #52 11.73 + '[' -z '' ']' [2020-11-05T11:16:27.269Z] #52 11.73 + target=static [2020-11-05T11:16:27.269Z] #52 11.73 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-05T11:16:27.269Z] #52 12.15 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-11-05T11:16:27.269Z] #52 ... [2020-11-05T11:16:27.269Z] [2020-11-05T11:16:27.269Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:16:27.269Z] #19 11.61 Reading package lists... [2020-11-05T11:16:27.313Z] #43 93.23 regexp/syntax [2020-11-05T11:16:27.574Z] #43 ... [2020-11-05T11:16:27.574Z] [2020-11-05T11:16:27.574Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:16:27.574Z] #32 83.65 internal/syscall/execenv [2020-11-05T11:16:27.574Z] #32 83.98 internal/syscall/unix [2020-11-05T11:16:27.574Z] #32 84.54 internal/fmtsort [2020-11-05T11:16:27.574Z] #32 84.59 os [2020-11-05T11:16:27.574Z] #32 86.10 strings [2020-11-05T11:16:27.574Z] #32 89.47 path [2020-11-05T11:16:27.574Z] #32 89.52 fmt [2020-11-05T11:16:27.574Z] #32 90.21 path/filepath [2020-11-05T11:16:27.574Z] #32 92.52 io/ioutil [2020-11-05T11:16:27.574Z] #32 93.35 text/tabwriter [2020-11-05T11:16:27.838Z] #32 ... [2020-11-05T11:16:27.838Z] [2020-11-05T11:16:27.838Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:27.838Z] #35 1.951 + RM_GOPATH=0 [2020-11-05T11:16:27.838Z] #35 1.951 + TMP_GOPATH= [2020-11-05T11:16:27.838Z] #35 1.951 + : /build [2020-11-05T11:16:27.838Z] #35 1.951 + '[' -z '' ']' [2020-11-05T11:16:27.838Z] #35 1.951 ++ mktemp -d [2020-11-05T11:16:27.838Z] #35 1.951 + export GOPATH=/tmp/tmp.QEWWeGDpAW [2020-11-05T11:16:27.838Z] #35 1.951 + GOPATH=/tmp/tmp.QEWWeGDpAW [2020-11-05T11:16:27.838Z] #35 1.951 + RM_GOPATH=1 [2020-11-05T11:16:27.838Z] #35 1.951 + case "$(go env GOARCH)" in [2020-11-05T11:16:27.838Z] #35 1.951 ++ go env GOARCH [2020-11-05T11:16:27.838Z] #35 2.064 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-05T11:16:27.838Z] #35 2.065 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:16:27.838Z] #35 2.065 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:16:27.838Z] #35 2.065 ++ dirname /tmp/install/install.sh [2020-11-05T11:16:27.838Z] #35 2.065 + dir=/tmp/install [2020-11-05T11:16:27.838Z] #35 2.065 + bin=tini [2020-11-05T11:16:27.838Z] #35 2.065 + shift [2020-11-05T11:16:27.838Z] #35 2.065 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-05T11:16:27.838Z] #35 2.065 + . /tmp/install/tini.installer [2020-11-05T11:16:27.838Z] #35 2.065 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-05T11:16:27.838Z] #35 2.065 + install_tini [2020-11-05T11:16:27.838Z] #35 2.065 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-05T11:16:27.838Z] #35 2.065 + git clone https://github.com/krallin/tini.git /tmp/tmp.QEWWeGDpAW/tini [2020-11-05T11:16:27.838Z] #35 2.070 Cloning into '/tmp/tmp.QEWWeGDpAW/tini'... [2020-11-05T11:16:27.838Z] #35 3.630 + cd /tmp/tmp.QEWWeGDpAW/tini [2020-11-05T11:16:27.838Z] #35 3.630 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-05T11:16:27.838Z] #35 3.630 + cmake . [2020-11-05T11:16:27.838Z] #35 4.745 -- The C compiler identification is GNU 8.3.0 [2020-11-05T11:16:27.838Z] #35 4.844 -- Check for working C compiler: /usr/bin/cc [2020-11-05T11:16:27.838Z] #35 5.760 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-05T11:16:27.838Z] #35 5.761 -- Detecting C compiler ABI info [2020-11-05T11:16:27.838Z] #35 6.351 -- Detecting C compiler ABI info - done [2020-11-05T11:16:27.838Z] #35 6.394 -- Detecting C compile features [2020-11-05T11:16:27.838Z] #35 9.125 -- Detecting C compile features - done [2020-11-05T11:16:27.838Z] #35 9.166 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-05T11:16:27.838Z] #35 9.653 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-05T11:16:27.838Z] #35 9.809 -- Configuring done [2020-11-05T11:16:27.838Z] #35 9.849 -- Generating done [2020-11-05T11:16:27.838Z] #35 9.866 -- Build files have been written to: /tmp/tmp.QEWWeGDpAW/tini [2020-11-05T11:16:27.838Z] #35 9.897 + make tini-static [2020-11-05T11:16:27.838Z] #35 10.45 Scanning dependencies of target tini-static [2020-11-05T11:16:27.838Z] #35 10.63 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-05T11:16:28.783Z] #35 12.78 [100%] Linking C executable tini-static [2020-11-05T11:16:29.355Z] #35 13.53 [100%] Built target tini-static [2020-11-05T11:16:29.355Z] #35 13.64 + mkdir -p /build [2020-11-05T11:16:29.355Z] #35 ... [2020-11-05T11:16:29.355Z] [2020-11-05T11:16:29.355Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:16:29.355Z] #11 95.19 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-05T11:16:29.355Z] #11 95.32 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-05T11:16:29.355Z] #11 95.33 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-05T11:16:29.719Z] #56 ... [2020-11-05T11:16:29.719Z] [2020-11-05T11:16:29.719Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:29.719Z] #41 24.74 CC images/cpuinfo.o [2020-11-05T11:16:29.719Z] #41 25.17 CC images/inventory.o [2020-11-05T11:16:29.719Z] #41 25.56 CC images/fdinfo.o [2020-11-05T11:16:29.719Z] #41 25.92 CC images/fown.o [2020-11-05T11:16:29.719Z] #41 26.10 CC images/ns.o [2020-11-05T11:16:29.719Z] #41 26.35 CC images/regfile.o [2020-11-05T11:16:29.719Z] #41 26.72 CC images/ghost-file.o [2020-11-05T11:16:29.719Z] #41 27.04 CC images/fifo.o [2020-11-05T11:16:29.719Z] #41 27.35 CC images/remap-file-path.o [2020-11-05T11:16:29.719Z] #41 27.79 CC images/eventfd.o [2020-11-05T11:16:29.719Z] #41 28.10 CC images/eventpoll.o [2020-11-05T11:16:29.719Z] #41 28.45 CC images/fh.o [2020-11-05T11:16:29.928Z] #11 ... [2020-11-05T11:16:29.928Z] [2020-11-05T11:16:29.928Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:29.928Z] #35 13.65 + cp tini-static /build/docker-init [2020-11-05T11:16:29.928Z] #35 DONE 14.4s [2020-11-05T11:16:29.928Z] [2020-11-05T11:16:29.928Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:16:29.928Z] #49 85.96 os [2020-11-05T11:16:29.928Z] #49 91.25 path/filepath [2020-11-05T11:16:29.928Z] #49 92.13 encoding/binary [2020-11-05T11:16:29.928Z] #49 92.91 fmt [2020-11-05T11:16:29.928Z] #49 95.44 encoding/base64 [2020-11-05T11:16:29.983Z] #41 28.87 CC images/fsnotify.o [2020-11-05T11:16:30.053Z] #19 17.11 Reading package lists... [2020-11-05T11:16:30.190Z] #49 ... [2020-11-05T11:16:30.190Z] [2020-11-05T11:16:30.190Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:16:30.190Z] #32 95.75 github.com/BurntSushi/toml [2020-11-05T11:16:30.190Z] #32 95.75 flag [2020-11-05T11:16:30.190Z] #32 ... [2020-11-05T11:16:30.190Z] [2020-11-05T11:16:30.190Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-05T11:16:30.190Z] #40 95.74 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-05T11:16:30.190Z] #40 95.78 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:16:30.190Z] #40 DONE 96.3s [2020-11-05T11:16:30.452Z] [2020-11-05T11:16:30.452Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:30.558Z] #41 29.62 CC images/signalfd.o [2020-11-05T11:16:30.782Z] INFO: make.ps1 starting at 11/05/2020 11:16:30 [2020-11-05T11:16:30.821Z] #41 29.86 CC images/fs.o [2020-11-05T11:16:31.084Z] #41 30.05 CC images/pstree.o [2020-11-05T11:16:31.112Z] #19 21.17 Building dependency tree... [2020-11-05T11:16:31.245Z] INFO: Git commit (315101e8a7) assumed from DOCKER_GITCOMMIT environment variable [2020-11-05T11:16:31.245Z] INFO: Invoking autogen... [2020-11-05T11:16:31.349Z] #41 ... [2020-11-05T11:16:31.350Z] [2020-11-05T11:16:31.350Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:16:31.350Z] #56 DONE 98.9s [2020-11-05T11:16:31.350Z] [2020-11-05T11:16:31.350Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:31.350Z] #41 30.39 CC images/pipe.o [2020-11-05T11:16:31.350Z] #41 ... [2020-11-05T11:16:31.350Z] [2020-11-05T11:16:31.350Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-05T11:16:31.707Z] INFO: Building daemon... [2020-11-05T11:16:31.782Z] #19 23.03 libcap2-bin is already the newest version (1:2.25-2). [2020-11-05T11:16:31.782Z] #19 23.03 The following additional packages will be installed: [2020-11-05T11:16:31.925Z] #57 DONE 0.4s [2020-11-05T11:16:31.925Z] [2020-11-05T11:16:31.925Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:31.925Z] #41 30.79 CC images/tcp-stream.o [2020-11-05T11:16:31.925Z] #41 30.98 CC images/sk-packet.o [2020-11-05T11:16:32.083Z] #19 23.03 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-05T11:16:32.083Z] #19 23.03 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-05T11:16:32.083Z] #19 23.04 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-05T11:16:32.083Z] #19 23.04 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-05T11:16:32.083Z] #19 23.04 python3.7 python3.7-minimal vim-runtime xxd [2020-11-05T11:16:32.083Z] #19 23.04 Suggested packages: [2020-11-05T11:16:32.083Z] #19 23.04 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-05T11:16:32.083Z] #19 23.05 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-05T11:16:32.083Z] #19 23.05 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-05T11:16:32.083Z] #19 23.05 Recommended packages: [2020-11-05T11:16:32.083Z] #19 23.05 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-05T11:16:32.083Z] #19 23.05 python3-keyrings.alt python3-xdg unzip [2020-11-05T11:16:32.189Z] #41 ... [2020-11-05T11:16:32.189Z] [2020-11-05T11:16:32.189Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-05T11:16:32.189Z] #58 DONE 0.4s [2020-11-05T11:16:32.189Z] [2020-11-05T11:16:32.189Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:32.189Z] #43 93.59 github.com/LK4D4/vndr/build [2020-11-05T11:16:32.190Z] #43 93.74 vendor/golang.org/x/net/http2/hpack [2020-11-05T11:16:32.190Z] #43 93.87 vendor/golang.org/x/crypto/cryptobyte [2020-11-05T11:16:32.190Z] #43 95.91 mime [2020-11-05T11:16:32.190Z] #43 98.91 net/textproto [2020-11-05T11:16:32.190Z] #43 98.91 vendor/golang.org/x/net/http/httpproxy [2020-11-05T11:16:32.190Z] #43 98.92 crypto/x509 [2020-11-05T11:16:32.453Z] #43 ... [2020-11-05T11:16:32.453Z] [2020-11-05T11:16:32.453Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:32.453Z] #41 31.42 CC images/mnt.o [2020-11-05T11:16:32.715Z] #41 31.76 CC images/pipe-data.o [2020-11-05T11:16:32.982Z] #41 31.96 CC images/sa.o [2020-11-05T11:16:33.248Z] #41 32.21 CC images/timer.o [2020-11-05T11:16:33.514Z] #41 32.64 CC images/timerfd.o [2020-11-05T11:16:33.625Z] #19 ... [2020-11-05T11:16:33.625Z] [2020-11-05T11:16:33.625Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:33.625Z] #42 69.13 AR soccr/libsoccr.a [2020-11-05T11:16:33.625Z] #42 69.18 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-05T11:16:33.625Z] #42 69.51 DEP criu/arch/ppc64/sigframe.d [2020-11-05T11:16:33.625Z] #42 69.75 DEP criu/arch/ppc64/crtools.d [2020-11-05T11:16:33.625Z] #42 69.95 DEP criu/arch/ppc64/cpu.d [2020-11-05T11:16:33.625Z] #42 70.16 CC criu/arch/ppc64/cpu.o [2020-11-05T11:16:33.625Z] #42 70.82 CC criu/arch/ppc64/crtools.o [2020-11-05T11:16:33.625Z] #42 71.97 CC criu/arch/ppc64/sigframe.o [2020-11-05T11:16:33.625Z] #42 72.33 LINK criu/arch/ppc64/crtools.built-in.o [2020-11-05T11:16:33.625Z] #42 72.38 DEP criu/pie/util-vdso.d [2020-11-05T11:16:33.625Z] #42 72.51 DEP criu/pie/util.d [2020-11-05T11:16:33.625Z] #42 72.67 CC criu/pie/util.o [2020-11-05T11:16:33.625Z] #42 73.08 CC criu/pie/util-vdso.o [2020-11-05T11:16:33.625Z] #42 73.80 AR criu/pie/pie.lib.a [2020-11-05T11:16:33.625Z] #42 73.86 DEP criu/pie/restorer.d [2020-11-05T11:16:33.625Z] #42 74.09 DEP criu/arch/ppc64/vdso-trampoline.d [2020-11-05T11:16:33.625Z] #42 74.12 DEP criu/arch/ppc64/restorer.d [2020-11-05T11:16:33.625Z] #42 74.41 DEP criu/arch/ppc64/vdso-pie.d [2020-11-05T11:16:33.625Z] #42 74.54 DEP criu/pie/parasite-vdso.d [2020-11-05T11:16:33.625Z] #42 74.73 DEP criu/pie/parasite.d [2020-11-05T11:16:33.625Z] #42 74.98 CC criu/pie/parasite.o [2020-11-05T11:16:33.794Z] #41 32.77 CC images/mm.o [2020-11-05T11:16:33.794Z] #41 32.89 CC images/sk-opts.o [2020-11-05T11:16:34.057Z] #41 33.02 CC images/sk-unix.o [2020-11-05T11:16:34.057Z] #41 ... [2020-11-05T11:16:34.057Z] [2020-11-05T11:16:34.057Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:16:34.057Z] #54 41.82 + bin/ctr [2020-11-05T11:16:34.057Z] #54 ... [2020-11-05T11:16:34.057Z] [2020-11-05T11:16:34.057Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:34.057Z] #43 100.0 vendor/golang.org/x/net/http/httpguts [2020-11-05T11:16:34.057Z] #43 100.1 mime/multipart [2020-11-05T11:16:34.691Z] #42 ... [2020-11-05T11:16:34.691Z] [2020-11-05T11:16:34.691Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:16:34.691Z] #19 25.76 The following NEW packages will be installed: [2020-11-05T11:16:34.691Z] #19 25.76 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-05T11:16:34.691Z] #19 25.76 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-05T11:16:34.691Z] #19 25.76 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-05T11:16:34.691Z] #19 25.76 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-05T11:16:34.691Z] #19 25.77 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-05T11:16:34.691Z] #19 25.77 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-05T11:16:34.692Z] #19 25.77 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-05T11:16:34.692Z] #19 25.77 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-05T11:16:34.692Z] #19 25.77 xz-utils zip [2020-11-05T11:16:34.692Z] #19 25.94 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:16:34.692Z] #19 25.94 Need to get 29.2 MB of archives. [2020-11-05T11:16:34.692Z] #19 25.94 After this operation, 134 MB of additional disk space will be used. [2020-11-05T11:16:34.692Z] #19 25.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-11-05T11:16:34.692Z] #19 25.97 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2020-11-05T11:16:34.991Z] #19 26.04 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2020-11-05T11:16:34.991Z] #19 26.18 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-11-05T11:16:34.991Z] #19 26.19 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-11-05T11:16:34.991Z] #19 26.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2020-11-05T11:16:35.108Z] #43 102.4 crypto/tls [2020-11-05T11:16:35.296Z] #19 ... [2020-11-05T11:16:35.296Z] [2020-11-05T11:16:35.296Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:16:35.296Z] #57 DONE 141.7s [2020-11-05T11:16:35.296Z] [2020-11-05T11:16:35.296Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:16:35.296Z] #19 26.34 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2020-11-05T11:16:35.296Z] #19 26.39 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-11-05T11:16:35.296Z] #19 ... [2020-11-05T11:16:35.296Z] [2020-11-05T11:16:35.296Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-05T11:16:35.296Z] #58 DONE 0.1s [2020-11-05T11:16:35.296Z] [2020-11-05T11:16:35.296Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-05T11:16:35.296Z] #59 DONE 0.1s [2020-11-05T11:16:35.296Z] [2020-11-05T11:16:35.296Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:16:35.296Z] #19 26.39 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-11-05T11:16:35.296Z] #19 26.40 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-11-05T11:16:35.296Z] #19 26.41 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-11-05T11:16:35.296Z] #19 26.42 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-11-05T11:16:35.296Z] #19 26.43 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-11-05T11:16:35.296Z] #19 26.44 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-11-05T11:16:35.296Z] #19 26.44 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-11-05T11:16:35.296Z] #19 26.45 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-11-05T11:16:35.296Z] #19 26.49 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-11-05T11:16:35.598Z] #19 26.51 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-11-05T11:16:35.598Z] #19 26.52 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-11-05T11:16:35.598Z] #19 26.54 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-11-05T11:16:35.598Z] #19 26.54 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-11-05T11:16:35.598Z] #19 26.55 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-11-05T11:16:35.598Z] #19 26.62 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-11-05T11:16:35.598Z] #19 26.63 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-11-05T11:16:35.598Z] #19 26.65 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-11-05T11:16:35.598Z] #19 26.67 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-11-05T11:16:35.598Z] #19 26.68 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-11-05T11:16:35.598Z] #19 26.69 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-11-05T11:16:35.598Z] #19 26.69 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-11-05T11:16:35.744Z] #41 4.836 Note: Building without setproctitle() and strlcpy() support. [2020-11-05T11:16:35.744Z] #41 4.836 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-05T11:16:35.744Z] #41 4.894 Note: Building without GnuTLS support [2020-11-05T11:16:35.744Z] #41 4.924 Makefile.config:39: Warn: you have no libnftables installed [2020-11-05T11:16:35.744Z] #41 4.924 Makefile.config:40: Warn: Building without nftables support [2020-11-05T11:16:36.662Z] #19 27.53 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-11-05T11:16:36.662Z] #19 27.53 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-11-05T11:16:36.662Z] #19 27.54 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-11-05T11:16:36.662Z] #19 27.54 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-11-05T11:16:36.662Z] #19 27.56 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-11-05T11:16:36.662Z] #19 27.59 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-11-05T11:16:36.662Z] #19 27.70 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-05T11:16:36.662Z] #19 27.70 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-11-05T11:16:36.662Z] #19 27.72 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-11-05T11:16:36.662Z] #19 27.73 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-05T11:16:36.662Z] #19 27.75 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-11-05T11:16:36.662Z] #19 27.77 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-05T11:16:36.662Z] #19 27.79 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-11-05T11:16:36.959Z] #19 27.94 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-11-05T11:16:36.959Z] #19 27.96 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-11-05T11:16:36.959Z] #19 27.97 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-05T11:16:36.959Z] #19 28.15 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-11-05T11:16:36.959Z] #19 28.21 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-11-05T11:16:37.071Z] #43 ... [2020-11-05T11:16:37.071Z] [2020-11-05T11:16:37.071Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:16:37.071Z] #11 94.18 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-05T11:16:37.071Z] #11 94.18 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-11-05T11:16:37.071Z] #11 94.19 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:16:37.071Z] #11 ... [2020-11-05T11:16:37.071Z] [2020-11-05T11:16:37.071Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:37.071Z] #41 33.23 CC images/sk-inet.o [2020-11-05T11:16:37.071Z] #41 33.51 CC images/tun.o [2020-11-05T11:16:37.071Z] #41 33.74 CC images/sk-netlink.o [2020-11-05T11:16:37.071Z] #41 33.95 CC images/packet-sock.o [2020-11-05T11:16:37.071Z] #41 34.44 CC images/ipc-var.o [2020-11-05T11:16:37.071Z] #41 34.58 CC images/ipc-desc.o [2020-11-05T11:16:37.071Z] #41 34.80 CC images/ipc-shm.o [2020-11-05T11:16:37.071Z] #41 35.14 CC images/ipc-msg.o [2020-11-05T11:16:37.071Z] #41 35.52 CC images/ipc-sem.o [2020-11-05T11:16:37.071Z] #41 35.84 CC images/utsns.o [2020-11-05T11:16:37.071Z] #41 36.12 CC images/creds.o [2020-11-05T11:16:37.132Z] #41 ... [2020-11-05T11:16:37.132Z] [2020-11-05T11:16:37.132Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:37.132Z] #43 97.57 flag [2020-11-05T11:16:37.132Z] #43 99.97 go/token [2020-11-05T11:16:37.132Z] #43 100.3 regexp [2020-11-05T11:16:37.132Z] #43 101.5 go/scanner [2020-11-05T11:16:37.132Z] #43 102.9 go/ast [2020-11-05T11:16:37.259Z] #19 28.26 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-11-05T11:16:37.332Z] #41 36.37 CC images/vma.o [2020-11-05T11:16:37.594Z] #41 36.66 CC images/netdev.o [2020-11-05T11:16:37.705Z] #43 ... [2020-11-05T11:16:37.705Z] [2020-11-05T11:16:37.705Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:37.705Z] #41 7.410 fatal: not a git repository (or any of the parent directories): .git [2020-11-05T11:16:37.705Z] #41 7.463 GEN .gitid [2020-11-05T11:16:37.705Z] #41 7.495 GEN criu/include/version.h [2020-11-05T11:16:37.970Z] #41 7.604 GEN include/common/asm [2020-11-05T11:16:38.323Z] #19 29.15 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:16:38.323Z] #19 29.34 Fetched 29.2 MB in 2s (12.3 MB/s) [2020-11-05T11:16:38.323Z] #19 29.40 Selecting previously unselected package pigz. [2020-11-05T11:16:38.323Z] #19 29.40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) [2020-11-05T11:16:38.323Z] #19 29.46 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-11-05T11:16:38.323Z] #19 29.47 Unpacking pigz (2.4-1) ... [2020-11-05T11:16:38.544Z] #41 37.26 CC images/tty.o [2020-11-05T11:16:38.621Z] #19 29.57 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-11-05T11:16:38.621Z] #19 29.58 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-05T11:16:38.621Z] #19 29.59 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-11-05T11:16:38.807Z] #41 38.00 CC images/file-lock.o [2020-11-05T11:16:39.071Z] #41 38.15 CC images/rlimit.o [2020-11-05T11:16:39.214Z] #19 30.10 Selecting previously unselected package python3.7-minimal. [2020-11-05T11:16:39.214Z] #19 30.12 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-05T11:16:39.214Z] #19 30.12 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-05T11:16:39.333Z] #41 38.37 CC images/pagemap.o [2020-11-05T11:16:39.858Z] #19 ... [2020-11-05T11:16:39.858Z] [2020-11-05T11:16:39.858Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:39.858Z] #44 136.4 vendor/golang.org/x/text/unicode/norm [2020-11-05T11:16:39.858Z] #44 138.8 github.com/LK4D4/vndr/build [2020-11-05T11:16:39.858Z] #44 ... [2020-11-05T11:16:39.858Z] [2020-11-05T11:16:39.858Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:16:39.908Z] #41 38.77 CC images/siginfo.o [2020-11-05T11:16:40.157Z] #19 31.13 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-11-05T11:16:40.157Z] #19 31.16 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-05T11:16:40.170Z] #41 39.10 CC images/rpc.o [2020-11-05T11:16:41.280Z] #41 ... [2020-11-05T11:16:41.280Z] [2020-11-05T11:16:41.280Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:16:41.280Z] #49 96.83 golang.org/x/sys/unix [2020-11-05T11:16:41.280Z] #49 100.8 encoding/json [2020-11-05T11:16:41.280Z] #49 ... [2020-11-05T11:16:41.280Z] [2020-11-05T11:16:41.280Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:41.280Z] #41 10.61 PBCC images/timens.pb-c.c [2020-11-05T11:16:41.280Z] #41 10.66 DEP images/timens.pb-c.d [2020-11-05T11:16:41.280Z] #41 10.70 PBCC images/fown.pb-c.c [2020-11-05T11:16:41.280Z] #41 10.76 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-05T11:16:41.280Z] #41 10.82 PBCC images/opts.pb-c.c [2020-11-05T11:16:41.280Z] #41 10.88 PBCC images/memfd.pb-c.c [2020-11-05T11:16:41.280Z] #41 10.96 DEP images/fown.pb-c.d [2020-11-05T11:16:41.280Z] #41 11.08 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-05T11:16:41.540Z] #41 ... [2020-11-05T11:16:41.540Z] [2020-11-05T11:16:41.540Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:16:41.540Z] #32 98.31 log [2020-11-05T11:16:41.540Z] #32 102.1 github.com/BurntSushi/toml/cmd/tomlv [2020-11-05T11:16:41.540Z] #32 DONE 107.4s [2020-11-05T11:16:41.540Z] [2020-11-05T11:16:41.540Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:41.540Z] #41 11.19 DEP images/opts.pb-c.d [2020-11-05T11:16:41.540Z] #41 11.30 DEP images/memfd.pb-c.d [2020-11-05T11:16:41.801Z] #41 11.40 PBCC images/sit.pb-c.c [2020-11-05T11:16:41.801Z] #41 11.46 DEP images/sit.pb-c.d [2020-11-05T11:16:41.801Z] #41 11.58 PBCC images/macvlan.pb-c.c [2020-11-05T11:16:42.062Z] #41 11.64 DEP images/macvlan.pb-c.d [2020-11-05T11:16:42.062Z] #41 11.71 PBCC images/autofs.pb-c.c [2020-11-05T11:16:42.062Z] #41 11.83 DEP images/autofs.pb-c.d [2020-11-05T11:16:42.094Z] #41 40.74 CC images/ext-file.o [2020-11-05T11:16:42.094Z] #41 41.01 CC images/cgroup.o [2020-11-05T11:16:42.323Z] #41 11.90 PBCC images/sysctl.pb-c.c [2020-11-05T11:16:42.323Z] #41 11.98 DEP images/sysctl.pb-c.d [2020-11-05T11:16:42.323Z] #41 12.07 PBCC images/time.pb-c.c [2020-11-05T11:16:42.584Z] #41 12.15 DEP images/time.pb-c.d [2020-11-05T11:16:42.584Z] #41 12.38 PBCC images/binfmt-misc.pb-c.c [2020-11-05T11:16:42.845Z] #41 12.42 DEP images/binfmt-misc.pb-c.d [2020-11-05T11:16:42.845Z] #41 12.54 PBCC images/seccomp.pb-c.c [2020-11-05T11:16:42.845Z] #41 12.55 DEP images/seccomp.pb-c.d [2020-11-05T11:16:42.946Z] #19 33.96 Selecting previously unselected package python3-minimal. [2020-11-05T11:16:42.946Z] #19 33.96 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23610 files and directories currently installed.) [2020-11-05T11:16:42.946Z] #19 34.04 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-11-05T11:16:42.946Z] #19 34.04 Unpacking python3-minimal (3.7.3-1) ... [2020-11-05T11:16:43.042Z] #41 41.76 CC images/userns.o [2020-11-05T11:16:43.042Z] #41 42.01 CC images/google/protobuf/descriptor.o [2020-11-05T11:16:43.107Z] #41 12.69 PBCC images/userns.pb-c.c [2020-11-05T11:16:43.107Z] #41 12.75 DEP images/userns.pb-c.d [2020-11-05T11:16:43.107Z] #41 12.81 PBCC images/cgroup.pb-c.c [2020-11-05T11:16:43.107Z] #41 12.88 DEP images/cgroup.pb-c.d [2020-11-05T11:16:43.247Z] #19 34.14 Selecting previously unselected package libmpdec2:ppc64el. [2020-11-05T11:16:43.247Z] #19 34.15 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-11-05T11:16:43.247Z] #19 34.16 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-11-05T11:16:43.247Z] #19 34.28 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-11-05T11:16:43.247Z] #19 34.29 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-05T11:16:43.247Z] #19 34.29 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-11-05T11:16:43.368Z] #41 12.98 PBCC images/ext-file.pb-c.c [2020-11-05T11:16:43.368Z] #41 12.99 DEP images/ext-file.pb-c.d [2020-11-05T11:16:43.368Z] #41 13.05 PBCC images/rpc.pb-c.c [2020-11-05T11:16:43.368Z] #41 13.11 DEP images/rpc.pb-c.d [2020-11-05T11:16:43.368Z] #41 13.18 PBCC images/siginfo.pb-c.c [2020-11-05T11:16:43.368Z] #41 13.22 DEP images/siginfo.pb-c.d [2020-11-05T11:16:43.618Z] #41 ... [2020-11-05T11:16:43.618Z] [2020-11-05T11:16:43.618Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:16:43.618Z] #11 111.2 Selecting previously unselected package libapparmor1:arm64. [2020-11-05T11:16:43.618Z] #11 111.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2020-11-05T11:16:43.629Z] #41 13.28 PBCC images/pagemap.pb-c.c [2020-11-05T11:16:43.629Z] #41 13.32 DEP images/pagemap.pb-c.d [2020-11-05T11:16:43.629Z] #41 13.37 PBCC images/rlimit.pb-c.c [2020-11-05T11:16:43.629Z] #41 13.40 DEP images/rlimit.pb-c.d [2020-11-05T11:16:43.629Z] #41 13.43 PBCC images/file-lock.pb-c.c [2020-11-05T11:16:43.629Z] #41 13.45 DEP images/file-lock.pb-c.d [2020-11-05T11:16:43.629Z] #41 13.48 PBCC images/tty.pb-c.c [2020-11-05T11:16:43.881Z] #11 111.2 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2020-11-05T11:16:43.961Z] #41 13.52 DEP images/tty.pb-c.d [2020-11-05T11:16:43.961Z] #41 13.55 PBCC images/tun.pb-c.c [2020-11-05T11:16:43.961Z] #41 13.58 PBCC images/netdev.pb-c.c [2020-11-05T11:16:43.961Z] #41 13.61 DEP images/tun.pb-c.d [2020-11-05T11:16:43.961Z] #41 13.69 DEP images/netdev.pb-c.d [2020-11-05T11:16:43.961Z] #41 13.73 PBCC images/vma.pb-c.c [2020-11-05T11:16:44.145Z] #11 111.4 Selecting previously unselected package libapparmor-dev:arm64. [2020-11-05T11:16:44.145Z] #11 111.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2020-11-05T11:16:44.145Z] #11 111.5 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2020-11-05T11:16:44.145Z] #11 111.6 Selecting previously unselected package libbtrfs0. [2020-11-05T11:16:44.145Z] #11 111.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2020-11-05T11:16:44.145Z] #11 111.6 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-05T11:16:44.145Z] #11 111.7 Selecting previously unselected package libbtrfs-dev. [2020-11-05T11:16:44.243Z] #41 13.80 DEP images/vma.pb-c.d [2020-11-05T11:16:44.243Z] #41 13.86 PBCC images/creds.pb-c.c [2020-11-05T11:16:44.243Z] #41 13.88 DEP images/creds.pb-c.d [2020-11-05T11:16:44.243Z] #41 13.94 PBCC images/utsns.pb-c.c [2020-11-05T11:16:44.243Z] #41 13.97 DEP images/utsns.pb-c.d [2020-11-05T11:16:44.301Z] #19 35.32 Selecting previously unselected package python3.7. [2020-11-05T11:16:44.302Z] #19 35.33 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-05T11:16:44.302Z] #19 35.35 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-05T11:16:44.302Z] #19 35.48 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-11-05T11:16:44.302Z] #19 35.50 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-11-05T11:16:44.302Z] #19 35.51 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-11-05T11:16:44.409Z] #11 111.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-11-05T11:16:44.409Z] #11 111.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:16:44.409Z] #11 111.8 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2020-11-05T11:16:44.409Z] #11 111.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-11-05T11:16:44.409Z] #11 111.9 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-11-05T11:16:44.504Z] #41 14.06 PBCC images/ipc-desc.pb-c.c [2020-11-05T11:16:44.504Z] #41 14.14 PBCC images/ipc-sem.pb-c.c [2020-11-05T11:16:44.504Z] #41 14.21 DEP images/ipc-desc.pb-c.d [2020-11-05T11:16:44.599Z] #19 35.63 Setting up python3-minimal (3.7.3-1) ... [2020-11-05T11:16:44.671Z] #11 112.2 Selecting previously unselected package libudev-dev:arm64. [2020-11-05T11:16:44.671Z] #11 112.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ... [2020-11-05T11:16:44.671Z] #11 112.2 Unpacking libudev-dev:arm64 (241-7~deb10u4) ... [2020-11-05T11:16:44.765Z] #41 14.33 DEP images/ipc-sem.pb-c.d [2020-11-05T11:16:44.765Z] #41 14.48 PBCC images/ipc-msg.pb-c.c [2020-11-05T11:16:44.765Z] #41 14.52 DEP images/ipc-msg.pb-c.d [2020-11-05T11:16:44.935Z] #11 112.4 Selecting previously unselected package libsepol1-dev:arm64. [2020-11-05T11:16:44.935Z] #11 112.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2020-11-05T11:16:44.935Z] #11 112.4 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2020-11-05T11:16:45.027Z] #41 14.61 PBCC images/ipc-shm.pb-c.c [2020-11-05T11:16:45.027Z] #41 14.76 DEP images/ipc-shm.pb-c.d [2020-11-05T11:16:45.027Z] #41 14.81 PBCC images/ipc-var.pb-c.c [2020-11-05T11:16:45.027Z] #41 14.85 DEP images/ipc-var.pb-c.d [2020-11-05T11:16:45.245Z] #19 ... [2020-11-05T11:16:45.245Z] [2020-11-05T11:16:45.245Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:45.245Z] #42 76.52 LINK criu/pie/parasite.built-in.o [2020-11-05T11:16:45.245Z] #42 76.53 GEN criu/pie/parasite-blob.h [2020-11-05T11:16:45.245Z] #42 76.67 CC criu/pie/parasite-vdso.o [2020-11-05T11:16:45.245Z] #42 78.32 CC criu/arch/ppc64/vdso-pie.o [2020-11-05T11:16:45.245Z] #42 78.76 CC criu/arch/ppc64/restorer.o [2020-11-05T11:16:45.245Z] #42 79.26 CC criu/arch/ppc64/vdso-trampoline.o [2020-11-05T11:16:45.245Z] #42 79.29 CC criu/pie/restorer.o [2020-11-05T11:16:45.245Z] #42 82.66 LINK criu/pie/restorer.built-in.o [2020-11-05T11:16:45.245Z] #42 82.68 GEN criu/pie/restorer-blob.h [2020-11-05T11:16:45.245Z] #42 82.76 DEP criu/vdso.d [2020-11-05T11:16:45.245Z] #42 82.96 DEP criu/uts_ns.d [2020-11-05T11:16:45.245Z] #42 83.10 DEP criu/util.d [2020-11-05T11:16:45.245Z] #42 83.42 DEP criu/uffd.d [2020-11-05T11:16:45.245Z] #42 83.66 DEP criu/tun.d [2020-11-05T11:16:45.245Z] #42 83.98 DEP criu/tty.d [2020-11-05T11:16:45.245Z] #42 84.33 DEP criu/timerfd.d [2020-11-05T11:16:45.245Z] #42 84.50 DEP criu/timens.d [2020-11-05T11:16:45.245Z] #42 84.68 DEP criu/sysfs_parse.d [2020-11-05T11:16:45.245Z] #42 84.85 DEP criu/sysctl.d [2020-11-05T11:16:45.245Z] #42 85.05 DEP criu/string.d [2020-11-05T11:16:45.245Z] #42 85.10 DEP criu/stats.d [2020-11-05T11:16:45.245Z] #42 85.21 DEP criu/sockets.d [2020-11-05T11:16:45.245Z] #42 85.43 DEP criu/sk-unix.d [2020-11-05T11:16:45.245Z] #42 85.70 DEP criu/sk-tcp.d [2020-11-05T11:16:45.245Z] #42 85.95 DEP criu/sk-queue.d [2020-11-05T11:16:45.245Z] #42 86.17 DEP criu/sk-packet.d [2020-11-05T11:16:45.245Z] #42 86.54 DEP criu/sk-netlink.d [2020-11-05T11:16:45.245Z] #42 ... [2020-11-05T11:16:45.245Z] [2020-11-05T11:16:45.245Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:16:45.301Z] #41 14.94 PBCC images/sk-opts.pb-c.c [2020-11-05T11:16:45.301Z] #41 14.95 PBCC images/packet-sock.pb-c.c [2020-11-05T11:16:45.301Z] #41 14.98 DEP images/sk-opts.pb-c.d [2020-11-05T11:16:45.301Z] #41 15.02 DEP images/packet-sock.pb-c.d [2020-11-05T11:16:45.301Z] #41 15.06 PBCC images/sk-netlink.pb-c.c [2020-11-05T11:16:45.301Z] #41 15.10 DEP images/sk-netlink.pb-c.d [2020-11-05T11:16:45.511Z] #11 112.9 Selecting previously unselected package libpcre16-3:arm64. [2020-11-05T11:16:45.511Z] #11 112.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2020-11-05T11:16:45.511Z] #11 112.9 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2020-11-05T11:16:45.511Z] #11 113.1 Selecting previously unselected package libpcre32-3:arm64. [2020-11-05T11:16:45.511Z] #11 113.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2020-11-05T11:16:45.511Z] #11 113.1 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2020-11-05T11:16:45.543Z] #19 36.48 Selecting previously unselected package python3. [2020-11-05T11:16:45.544Z] #19 36.48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24022 files and directories currently installed.) [2020-11-05T11:16:45.544Z] #19 36.55 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-11-05T11:16:45.544Z] #19 36.56 Unpacking python3 (3.7.3-1) ... [2020-11-05T11:16:45.544Z] #19 36.69 Selecting previously unselected package libip4tc0:ppc64el. [2020-11-05T11:16:45.544Z] #19 36.71 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-11-05T11:16:45.544Z] #19 36.71 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-11-05T11:16:45.565Z] #41 15.14 PBCC images/sk-inet.pb-c.c [2020-11-05T11:16:45.566Z] #41 15.24 DEP images/sk-inet.pb-c.d [2020-11-05T11:16:45.566Z] #41 15.29 PBCC images/sk-unix.pb-c.c [2020-11-05T11:16:45.566Z] #41 15.32 DEP images/sk-unix.pb-c.d [2020-11-05T11:16:45.566Z] #41 15.36 PBCC images/mm.pb-c.c [2020-11-05T11:16:45.775Z] #11 113.4 Selecting previously unselected package libpcrecpp0v5:arm64. [2020-11-05T11:16:45.775Z] #11 113.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2020-11-05T11:16:45.775Z] #11 113.4 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-11-05T11:16:45.829Z] #41 15.44 DEP images/mm.pb-c.d [2020-11-05T11:16:45.829Z] #41 15.48 PBCC images/timerfd.pb-c.c [2020-11-05T11:16:45.829Z] #41 15.54 DEP images/timerfd.pb-c.d [2020-11-05T11:16:45.829Z] #41 15.60 PBCC images/timer.pb-c.c [2020-11-05T11:16:45.843Z] #19 36.84 Selecting previously unselected package libip6tc0:ppc64el. [2020-11-05T11:16:45.843Z] #19 36.86 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-11-05T11:16:45.843Z] #19 36.87 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-11-05T11:16:45.843Z] #19 36.98 Selecting previously unselected package libiptc0:ppc64el. [2020-11-05T11:16:45.843Z] #19 36.98 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-11-05T11:16:45.843Z] #19 36.99 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-11-05T11:16:46.038Z] #11 113.5 Selecting previously unselected package libpcre3-dev:arm64. [2020-11-05T11:16:46.038Z] #11 113.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2020-11-05T11:16:46.038Z] #11 113.5 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2020-11-05T11:16:46.089Z] #41 15.64 DEP images/timer.pb-c.d [2020-11-05T11:16:46.089Z] #41 15.72 PBCC images/sa.pb-c.c [2020-11-05T11:16:46.089Z] #41 15.76 DEP images/sa.pb-c.d [2020-11-05T11:16:46.089Z] #41 15.80 PBCC images/pipe-data.pb-c.c [2020-11-05T11:16:46.089Z] #41 15.82 DEP images/pipe-data.pb-c.d [2020-11-05T11:16:46.172Z] #19 37.05 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-11-05T11:16:46.172Z] #19 37.06 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-11-05T11:16:46.172Z] #19 37.06 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-11-05T11:16:46.172Z] #19 37.19 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-11-05T11:16:46.172Z] #19 37.20 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-11-05T11:16:46.172Z] #19 37.21 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-11-05T11:16:46.172Z] #19 37.31 Selecting previously unselected package libnftnl11:ppc64el. [2020-11-05T11:16:46.172Z] #19 37.32 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-11-05T11:16:46.172Z] #19 37.33 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-11-05T11:16:46.301Z] #11 113.9 Selecting previously unselected package libselinux1-dev:arm64. [2020-11-05T11:16:46.349Z] #41 15.86 PBCC images/mnt.pb-c.c [2020-11-05T11:16:46.349Z] #41 15.90 DEP images/mnt.pb-c.d [2020-11-05T11:16:46.349Z] #41 15.95 PBCC images/sk-packet.pb-c.c [2020-11-05T11:16:46.349Z] #41 16.00 DEP images/sk-packet.pb-c.d [2020-11-05T11:16:46.349Z] #41 16.03 PBCC images/tcp-stream.pb-c.c [2020-11-05T11:16:46.349Z] #41 16.08 DEP images/tcp-stream.pb-c.d [2020-11-05T11:16:46.349Z] #41 16.13 PBCC images/pipe.pb-c.c [2020-11-05T11:16:46.349Z] #41 16.20 DEP images/pipe.pb-c.d [2020-11-05T11:16:46.474Z] #19 37.47 Selecting previously unselected package iptables. [2020-11-05T11:16:46.474Z] #19 37.49 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-11-05T11:16:46.474Z] #19 37.50 Unpacking iptables (1.8.2-4) ... [2020-11-05T11:16:46.564Z] #11 113.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2020-11-05T11:16:46.564Z] #11 113.9 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2020-11-05T11:16:46.609Z] #41 16.28 PBCC images/pstree.pb-c.c [2020-11-05T11:16:46.609Z] #41 16.29 DEP images/pstree.pb-c.d [2020-11-05T11:16:46.609Z] #41 16.35 PBCC images/fs.pb-c.c [2020-11-05T11:16:46.826Z] #11 114.3 Selecting previously unselected package libdevmapper-dev:arm64. [2020-11-05T11:16:46.826Z] #11 114.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2020-11-05T11:16:46.826Z] #11 114.3 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-11-05T11:16:46.826Z] #11 114.4 Selecting previously unselected package libseccomp-dev:arm64. [2020-11-05T11:16:46.826Z] #11 114.4 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2020-11-05T11:16:46.826Z] #11 114.4 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2020-11-05T11:16:46.880Z] #41 16.37 DEP images/fs.pb-c.d [2020-11-05T11:16:46.880Z] #41 16.41 PBCC images/signalfd.pb-c.c [2020-11-05T11:16:46.880Z] #41 16.44 DEP images/signalfd.pb-c.d [2020-11-05T11:16:46.880Z] #41 16.48 PBCC images/fh.pb-c.c [2020-11-05T11:16:46.880Z] #41 16.55 PBCC images/fsnotify.pb-c.c [2020-11-05T11:16:46.880Z] #41 16.60 DEP images/fh.pb-c.d [2020-11-05T11:16:47.090Z] #11 114.6 Selecting previously unselected package libsystemd-dev:arm64. [2020-11-05T11:16:47.090Z] #11 114.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ... [2020-11-05T11:16:47.090Z] #11 114.6 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-11-05T11:16:47.125Z] #19 38.23 Selecting previously unselected package xxd. [2020-11-05T11:16:47.125Z] #19 38.24 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-05T11:16:47.125Z] #19 38.24 Unpacking xxd (2:8.1.0875-5) ... [2020-11-05T11:16:47.147Z] #41 16.79 DEP images/fsnotify.pb-c.d [2020-11-05T11:16:47.147Z] #41 16.86 PBCC images/eventpoll.pb-c.c [2020-11-05T11:16:47.147Z] #41 16.88 DEP images/eventpoll.pb-c.d [2020-11-05T11:16:47.147Z] #41 16.99 PBCC images/eventfd.pb-c.c [2020-11-05T11:16:47.407Z] #41 17.03 DEP images/eventfd.pb-c.d [2020-11-05T11:16:47.407Z] #41 17.08 PBCC images/remap-file-path.pb-c.c [2020-11-05T11:16:47.407Z] #41 17.12 DEP images/remap-file-path.pb-c.d [2020-11-05T11:16:47.407Z] #41 17.19 PBCC images/fifo.pb-c.c [2020-11-05T11:16:47.407Z] #41 17.23 DEP images/fifo.pb-c.d [2020-11-05T11:16:47.425Z] #19 38.42 Selecting previously unselected package vim-common. [2020-11-05T11:16:47.426Z] #19 38.42 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-05T11:16:47.426Z] #19 38.47 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-05T11:16:47.665Z] #11 115.1 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-11-05T11:16:47.665Z] #11 115.2 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2020-11-05T11:16:47.665Z] #11 115.2 Setting up libapparmor1:arm64 (2.13.2-10) ... [2020-11-05T11:16:47.665Z] #11 115.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-05T11:16:47.665Z] #11 115.2 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2020-11-05T11:16:47.665Z] #11 115.2 Setting up libsepol1-dev:arm64 (2.8-1) ... [2020-11-05T11:16:47.665Z] #11 115.2 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:16:47.665Z] #11 115.2 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-05T11:16:47.668Z] #41 17.29 PBCC images/ghost-file.pb-c.c [2020-11-05T11:16:47.668Z] #41 17.39 DEP images/ghost-file.pb-c.d [2020-11-05T11:16:47.668Z] #41 17.44 PBCC images/regfile.pb-c.c [2020-11-05T11:16:47.668Z] #41 17.46 DEP images/regfile.pb-c.d [2020-11-05T11:16:47.668Z] #41 17.50 PBCC images/ns.pb-c.c [2020-11-05T11:16:47.727Z] #19 38.65 Selecting previously unselected package bash-completion. [2020-11-05T11:16:47.727Z] #19 38.66 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-05T11:16:47.928Z] #11 115.3 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2020-11-05T11:16:47.928Z] #11 115.3 Setting up libudev-dev:arm64 (241-7~deb10u4) ... [2020-11-05T11:16:47.928Z] #11 115.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-05T11:16:47.928Z] #11 115.3 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:16:47.928Z] #11 115.4 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2020-11-05T11:16:47.928Z] #11 115.4 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-05T11:16:47.928Z] #11 115.4 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-11-05T11:16:47.928Z] #11 115.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-05T11:16:47.928Z] #11 115.4 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2020-11-05T11:16:47.928Z] #11 115.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:16:47.928Z] #11 115.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-05T11:16:47.928Z] #11 115.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-05T11:16:47.928Z] #11 115.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:16:47.928Z] #11 115.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-05T11:16:47.928Z] #11 115.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-05T11:16:47.928Z] #11 115.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-05T11:16:47.928Z] #11 115.5 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2020-11-05T11:16:47.928Z] #11 115.5 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-11-05T11:16:47.928Z] #11 115.6 Setting up dmsetup (2:1.02.155-3) ... [2020-11-05T11:16:47.928Z] #11 115.6 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-11-05T11:16:47.928Z] #11 115.6 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-11-05T11:16:47.929Z] #41 17.53 DEP images/ns.pb-c.d [2020-11-05T11:16:47.929Z] #41 17.59 PBCC images/fdinfo.pb-c.c [2020-11-05T11:16:47.929Z] #41 17.67 DEP images/fdinfo.pb-c.d [2020-11-05T11:16:47.929Z] #41 17.75 PBCC images/core-aarch64.pb-c.c [2020-11-05T11:16:48.190Z] #41 17.85 PBCC images/core-arm.pb-c.c [2020-11-05T11:16:48.190Z] #41 17.92 PBCC images/core-ppc64.pb-c.c [2020-11-05T11:16:48.190Z] #41 ... [2020-11-05T11:16:48.190Z] [2020-11-05T11:16:48.190Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:16:48.190Z] #11 104.1 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-05T11:16:48.190Z] #11 104.1 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-05T11:16:48.190Z] #11 104.1 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:16:48.190Z] #11 104.3 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-05T11:16:48.190Z] #11 104.3 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-05T11:16:48.190Z] #11 104.3 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:16:48.191Z] #11 115.6 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:16:48.452Z] #11 ... [2020-11-05T11:16:48.452Z] [2020-11-05T11:16:48.452Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:48.452Z] #41 18.01 PBCC images/core-s390.pb-c.c [2020-11-05T11:16:48.452Z] #41 18.06 PBCC images/core-x86.pb-c.c [2020-11-05T11:16:48.452Z] #41 18.14 PBCC images/core.pb-c.c [2020-11-05T11:16:48.452Z] #41 18.21 PBCC images/inventory.pb-c.c [2020-11-05T11:16:48.713Z] #41 18.27 DEP images/core-aarch64.pb-c.d [2020-11-05T11:16:48.713Z] #41 18.33 DEP images/core-arm.pb-c.d [2020-11-05T11:16:48.713Z] #41 18.38 DEP images/core-ppc64.pb-c.d [2020-11-05T11:16:48.713Z] #41 18.43 DEP images/core-s390.pb-c.d [2020-11-05T11:16:48.713Z] #41 18.48 DEP images/core-x86.pb-c.d [2020-11-05T11:16:48.976Z] #41 18.52 DEP images/core.pb-c.d [2020-11-05T11:16:48.976Z] #41 18.61 DEP images/inventory.pb-c.d [2020-11-05T11:16:48.976Z] #41 18.65 PBCC images/cpuinfo.pb-c.c [2020-11-05T11:16:48.976Z] #41 18.68 DEP images/cpuinfo.pb-c.d [2020-11-05T11:16:48.976Z] #41 18.74 PBCC images/stats.pb-c.c [2020-11-05T11:16:49.237Z] #41 18.76 DEP images/stats.pb-c.d [2020-11-05T11:16:49.237Z] #41 ... [2020-11-05T11:16:49.237Z] [2020-11-05T11:16:49.237Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:49.237Z] #43 105.0 internal/lazyregexp [2020-11-05T11:16:49.237Z] #43 105.6 net/url [2020-11-05T11:16:49.237Z] #43 108.5 text/template/parse [2020-11-05T11:16:49.237Z] #43 110.5 go/parser [2020-11-05T11:16:49.237Z] #43 113.8 text/template [2020-11-05T11:16:49.237Z] #43 114.1 encoding/xml [2020-11-05T11:16:49.237Z] #43 ... [2020-11-05T11:16:49.237Z] [2020-11-05T11:16:49.237Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:16:49.237Z] #49 109.2 github.com/pkg/diff [2020-11-05T11:16:49.237Z] #49 109.6 go/ast [2020-11-05T11:16:49.237Z] #49 110.5 golang.org/x/crypto/ssh/terminal [2020-11-05T11:16:49.237Z] #49 111.7 mvdan.cc/editorconfig [2020-11-05T11:16:49.237Z] #49 112.8 mvdan.cc/sh/v3/fileutil [2020-11-05T11:16:49.237Z] #49 113.0 mvdan.cc/sh/v3/syntax [2020-11-05T11:16:50.624Z] #49 ... [2020-11-05T11:16:50.624Z] [2020-11-05T11:16:50.624Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:50.624Z] #41 20.18 make[1]: Nothing to be done for 'all'. [2020-11-05T11:16:50.750Z] #11 ... [2020-11-05T11:16:50.751Z] [2020-11-05T11:16:50.751Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:50.751Z] #43 107.8 net/http/httptrace [2020-11-05T11:16:50.751Z] #43 108.1 net/http [2020-11-05T11:16:50.751Z] #43 117.8 github.com/LK4D4/vndr/godl [2020-11-05T11:16:50.751Z] #43 ... [2020-11-05T11:16:50.751Z] [2020-11-05T11:16:50.751Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:50.751Z] #41 43.55 CC images/opts.o [2020-11-05T11:16:50.751Z] #41 43.72 CC images/seccomp.o [2020-11-05T11:16:50.751Z] #41 43.99 CC images/binfmt-misc.o [2020-11-05T11:16:50.751Z] #41 44.25 CC images/time.o [2020-11-05T11:16:50.751Z] #41 44.38 CC images/sysctl.o [2020-11-05T11:16:50.751Z] #41 44.64 CC images/autofs.o [2020-11-05T11:16:50.751Z] #41 44.87 CC images/macvlan.o [2020-11-05T11:16:50.751Z] #41 45.10 CC images/sit.o [2020-11-05T11:16:50.751Z] #41 45.43 CC images/memfd.o [2020-11-05T11:16:50.751Z] #41 45.69 CC images/timens.o [2020-11-05T11:16:50.751Z] #41 46.01 LINK images/built-in.o [2020-11-05T11:16:50.751Z] #41 46.20 GEN compel/include/asm [2020-11-05T11:16:50.751Z] #41 46.23 GEN compel/include/version.h [2020-11-05T11:16:50.751Z] #41 46.26 touch .config [2020-11-05T11:16:50.751Z] #41 46.31 GEN include/common/config.h [2020-11-05T11:16:50.751Z] #41 46.38 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-05T11:16:50.751Z] #41 46.39 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-11-05T11:16:50.751Z] #41 46.42 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-11-05T11:16:50.751Z] #41 46.43 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-11-05T11:16:50.751Z] #41 46.45 DEP compel/plugins/std/infect.d [2020-11-05T11:16:50.751Z] #41 46.54 DEP compel/plugins/std/string.d [2020-11-05T11:16:50.751Z] #41 46.62 DEP compel/plugins/std/log.d [2020-11-05T11:16:50.751Z] #41 46.76 DEP compel/plugins/std/fds.d [2020-11-05T11:16:50.751Z] #41 46.97 DEP compel/plugins/std/std.d [2020-11-05T11:16:50.751Z] #41 47.13 DEP compel/plugins/shmem/shmem.d [2020-11-05T11:16:50.751Z] #41 47.27 DEP compel/plugins/fds/fds.d [2020-11-05T11:16:50.751Z] #41 47.35 CC compel/plugins/std/std.o [2020-11-05T11:16:50.751Z] #41 47.79 CC compel/plugins/std/fds.o [2020-11-05T11:16:50.751Z] #41 48.33 CC compel/plugins/std/log.o [2020-11-05T11:16:50.751Z] #41 49.31 CC compel/plugins/std/string.o [2020-11-05T11:16:50.751Z] #41 49.94 CC compel/plugins/std/infect.o [2020-11-05T11:16:51.013Z] #41 ... [2020-11-05T11:16:51.013Z] [2020-11-05T11:16:51.013Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:16:51.013Z] #11 DONE 118.5s [2020-11-05T11:16:51.013Z] [2020-11-05T11:16:51.013Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:52.010Z] #41 21.59 CC images/stats.o [2020-11-05T11:16:52.258Z] #19 42.99 Unpacking bash-completion (1:2.8-6) ... [2020-11-05T11:16:52.557Z] #19 43.60 Selecting previously unselected package bzip2. [2020-11-05T11:16:52.557Z] #19 43.60 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-11-05T11:16:52.557Z] #19 43.62 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-05T11:16:52.557Z] #19 43.73 Selecting previously unselected package xz-utils. [2020-11-05T11:16:52.580Z] #41 22.02 CC images/core.o [2020-11-05T11:16:52.840Z] #41 22.63 CC images/core-x86.o [2020-11-05T11:16:52.858Z] #19 43.74 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-11-05T11:16:52.858Z] #19 43.75 Unpacking xz-utils (5.2.4-1) ... [2020-11-05T11:16:52.858Z] #19 ... [2020-11-05T11:16:52.858Z] [2020-11-05T11:16:52.858Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:52.858Z] #44 149.2 vendor/golang.org/x/net/http2/hpack [2020-11-05T11:16:52.858Z] #44 151.0 vendor/golang.org/x/crypto/cryptobyte [2020-11-05T11:16:52.858Z] #44 152.2 mime [2020-11-05T11:16:52.858Z] #44 152.4 mime/quotedprintable [2020-11-05T11:16:52.858Z] #44 153.2 net/http/internal [2020-11-05T11:16:52.858Z] #44 157.5 vendor/golang.org/x/net/http/httpproxy [2020-11-05T11:16:52.858Z] #44 157.5 net/textproto [2020-11-05T11:16:52.858Z] #44 157.5 crypto/x509 [2020-11-05T11:16:52.858Z] #44 ... [2020-11-05T11:16:52.858Z] [2020-11-05T11:16:52.858Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:16:52.937Z] #51 1.898 + RM_GOPATH=0 [2020-11-05T11:16:52.937Z] #51 1.898 + TMP_GOPATH= [2020-11-05T11:16:52.937Z] #51 1.898 + : /build [2020-11-05T11:16:52.937Z] #51 1.898 + '[' -z '' ']' [2020-11-05T11:16:52.937Z] #51 1.899 ++ mktemp -d [2020-11-05T11:16:52.937Z] #51 1.903 + export GOPATH=/tmp/tmp.nPluWR3YGf [2020-11-05T11:16:52.937Z] #51 1.903 + GOPATH=/tmp/tmp.nPluWR3YGf [2020-11-05T11:16:52.937Z] #51 1.903 + RM_GOPATH=1 [2020-11-05T11:16:52.938Z] #51 1.903 + case "$(go env GOARCH)" in [2020-11-05T11:16:52.938Z] #51 1.903 ++ go env GOARCH [2020-11-05T11:16:52.938Z] #51 1.931 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:16:52.938Z] #51 1.931 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:16:52.938Z] #51 1.938 ++ dirname /tmp/install/install.sh [2020-11-05T11:16:52.938Z] #51 1.940 + dir=/tmp/install [2020-11-05T11:16:52.938Z] #51 1.940 + bin=runc [2020-11-05T11:16:52.938Z] #51 1.941 + shift [2020-11-05T11:16:52.938Z] #51 1.946 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-05T11:16:52.938Z] #51 1.946 + . /tmp/install/runc.installer [2020-11-05T11:16:52.938Z] #51 1.946 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-05T11:16:52.938Z] #51 1.947 + install_runc [2020-11-05T11:16:52.938Z] #51 1.948 + uname -r [2020-11-05T11:16:52.938Z] #51 1.948 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-05T11:16:52.938Z] #51 1.954 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-05T11:16:52.938Z] #51 1.954 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-05T11:16:52.938Z] #51 1.954 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-05T11:16:52.938Z] #51 1.955 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.nPluWR3YGf/src/github.com/opencontainers/runc [2020-11-05T11:16:52.938Z] #51 1.958 Cloning into '/tmp/tmp.nPluWR3YGf/src/github.com/opencontainers/runc'... [2020-11-05T11:16:53.201Z] #51 ... [2020-11-05T11:16:53.201Z] [2020-11-05T11:16:53.201Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-05T11:16:53.201Z] #12 DONE 2.1s [2020-11-05T11:16:53.201Z] [2020-11-05T11:16:53.201Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:53.201Z] #41 50.69 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-11-05T11:16:53.201Z] #41 50.79 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-11-05T11:16:53.201Z] #41 50.88 AR compel/plugins/std.lib.a [2020-11-05T11:16:53.201Z] #41 51.05 CC compel/plugins/fds/fds.o [2020-11-05T11:16:53.201Z] #41 51.51 AR compel/plugins/fds.lib.a [2020-11-05T11:16:53.201Z] #41 51.69 HOSTDEP compel/src/lib/log-host.d [2020-11-05T11:16:53.201Z] #41 51.73 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-05T11:16:53.201Z] #41 51.79 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-11-05T11:16:53.201Z] #41 51.84 HOSTDEP compel/src/main-host.d [2020-11-05T11:16:53.201Z] #41 51.91 DEP compel/src/lib/ptrace.d [2020-11-05T11:16:53.201Z] #41 52.05 DEP compel/src/lib/infect.d [2020-11-05T11:16:53.201Z] #41 52.25 DEP compel/src/lib/infect-util.d [2020-11-05T11:16:53.412Z] #41 23.12 CC images/core-arm.o [2020-11-05T11:16:53.470Z] #41 52.38 DEP compel/src/lib/infect-rpc.d [2020-11-05T11:16:53.470Z] #41 52.59 DEP compel/arch/aarch64/src/lib/infect.d [2020-11-05T11:16:53.674Z] #41 23.52 CC images/core-aarch64.o [2020-11-05T11:16:53.733Z] #41 52.69 DEP compel/arch/aarch64/src/lib/cpu.d [2020-11-05T11:16:53.733Z] #41 52.79 DEP compel/src/lib/log.d [2020-11-05T11:16:53.733Z] #41 52.87 DEP compel/src/main.d [2020-11-05T11:16:53.922Z] ok github.com/docker/docker/cmd/dockerd 0.046s coverage: 29.1% of statements [2020-11-05T11:16:53.922Z] ok github.com/docker/docker/container 0.123s coverage: 34.7% of statements [2020-11-05T11:16:53.922Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-05T11:16:53.922Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-05T11:16:53.922Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-05T11:16:53.922Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-05T11:16:53.999Z] #41 53.04 DEP compel/src/lib/handle-elf.d [2020-11-05T11:16:54.246Z] #41 24.08 CC images/core-ppc64.o [2020-11-05T11:16:54.262Z] #41 53.21 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-11-05T11:16:54.538Z] #41 53.35 CC compel/src/lib/log.o [2020-11-05T11:16:54.802Z] #41 53.71 CC compel/arch/aarch64/src/lib/cpu.o [2020-11-05T11:16:54.802Z] #41 53.92 CC compel/arch/aarch64/src/lib/infect.o [2020-11-05T11:16:55.066Z] #41 ... [2020-11-05T11:16:55.066Z] [2020-11-05T11:16:55.066Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-05T11:16:55.066Z] #13 DONE 2.0s [2020-11-05T11:16:55.189Z] #41 24.81 CC images/core-s390.o [2020-11-05T11:16:55.273Z] #23 158.0 Checking out files: 25% (2775/10984) Checking out files: 26% (2856/10984) Checking out files: 27% (2966/10984) Checking out files: 28% (3076/10984) Checking out files: 29% (3186/10984) Checking out files: 30% (3296/10984) Checking out files: 31% (3406/10984) Checking out files: 32% (3515/10984) Checking out files: 33% (3625/10984) Checking out files: 34% (3735/10984) Checking out files: 35% (3845/10984) Checking out files: 36% (3955/10984) Checking out files: 37% (4065/10984) Checking out files: 38% (4174/10984) Checking out files: 39% (4284/10984) Checking out files: 40% (4394/10984) Checking out files: 41% (4504/10984) Checking out files: 41% (4592/10984) Checking out files: 42% (4614/10984) Checking out files: 43% (4724/10984) Checking out files: 44% (4833/10984) Checking out files: 45% (4943/10984) Checking out files: 46% (5053/10984) Checking out files: 47% (5163/10984) Checking out files: 48% (5273/10984) Checking out files: 49% (5383/10984) Checking out files: 50% (5492/10984) Checking out files: 51% (5602/10984) Checking out files: 52% (5712/10984) Checking out files: 53% (5822/10984) Checking out files: 54% (5932/10984) Checking out files: 55% (6042/10984) Checking out files: 56% (6152/10984) Checking out files: 57% (6261/10984) Checking out files: 58% (6371/10984) Checking out files: 59% (6481/10984) Checking out files: 60% (6591/10984) Checking out files: 61% (6701/10984) Checking out files: 61% (6795/10984) Checking out files: 62% (6811/10984) Checking out files: 63% (6920/10984) Checking out files: 64% (7030/10984) Checking out files: 65% (7140/10984) Checking out files: 66% (7250/10984) Checking out files: 67% (7360/10984) Checking out files: 68% (7470/10984) Checking out files: 69% (7579/10984) Checking out files: 70% (7689/10984) Checking out files: 71% (7799/10984) Checking out files: 72% (7909/10984) Checking out files: 73% (8019/10984) Checking out files: 74% (8129/10984) Checking out files: 75% (8238/10984) Checking out files: 76% (8348/10984) Checking out files: 77% (8458/10984) Checking out files: 78% (8568/10984) Checking out files: 79% (8678/10984) Checking out files: 80% (8788/10984) Checking out files: 81% (8898/10984) Checking out files: 82% (9007/10984) Checking out files: 83% (9117/10984) Checking out files: 84% (9227/10984) Checking out files: 84% (9230/10984) Checking out files: 85% (9337/10984) Checking out files: 86% (9447/10984) Checking out files: 87% (9557/10984) Checking out files: 88% (9666/10984) Checking out files: 89% (9776/10984) Checking out files: 90% (9886/10984) Checking out files: 91% (9996/10984) Checking out files: 92% (10106/10984) Checking out files: 93% (10216/10984) Checking out files: 94% (10325/10984) Checking out files: 95% (10435/10984) Checking out files: 96% (10545/10984) Checking out files: 97% (10655/10984) Checking out files: 98% (10765/10984) Checking out files: 99% (10875/10984) Checking out files: 100% (10984/10984) Checking out files: 100% (10984/10984), done. [2020-11-05T11:16:55.273Z] #23 161.8 + cd /tmp/tmp.R2v4UmkOSe/tmp/docker-ce [2020-11-05T11:16:55.273Z] #23 161.8 + git checkout -q v17.06.2-ce [2020-11-05T11:16:55.334Z] [2020-11-05T11:16:55.334Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-05T11:16:55.572Z] #23 ... [2020-11-05T11:16:55.572Z] [2020-11-05T11:16:55.572Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:55.572Z] #42 86.89 DEP criu/sk-inet.d [2020-11-05T11:16:55.572Z] #42 87.10 DEP criu/signalfd.d [2020-11-05T11:16:55.572Z] #42 87.30 DEP criu/sigframe.d [2020-11-05T11:16:55.572Z] #42 87.40 DEP criu/shmem.d [2020-11-05T11:16:55.572Z] #42 87.60 DEP criu/servicefd.d [2020-11-05T11:16:55.572Z] #42 87.91 DEP criu/seize.d [2020-11-05T11:16:55.572Z] #42 88.14 DEP criu/seccomp.d [2020-11-05T11:16:55.572Z] #42 88.37 DEP criu/rst-malloc.d [2020-11-05T11:16:55.572Z] #42 88.49 DEP criu/rbtree.d [2020-11-05T11:16:55.572Z] #42 88.53 DEP criu/pstree.d [2020-11-05T11:16:55.572Z] #42 88.74 DEP criu/protobuf.d [2020-11-05T11:16:55.572Z] #42 88.93 GEN criu/protobuf-desc-gen.h [2020-11-05T11:16:55.572Z] #42 91.09 DEP criu/protobuf-desc.d [2020-11-05T11:16:55.572Z] #42 91.26 DEP criu/proc_parse.d [2020-11-05T11:16:55.572Z] #42 91.46 DEP criu/plugin.d [2020-11-05T11:16:55.572Z] #42 91.54 DEP criu/pipes.d [2020-11-05T11:16:55.572Z] #42 91.74 DEP criu/pie-util.d [2020-11-05T11:16:55.572Z] #42 91.85 DEP criu/pie-util-vdso.d [2020-11-05T11:16:55.572Z] #42 92.01 DEP criu/path.d [2020-11-05T11:16:55.572Z] #42 92.18 DEP criu/parasite-syscall.d [2020-11-05T11:16:55.572Z] #42 92.42 DEP criu/pagemap.d [2020-11-05T11:16:55.572Z] #42 92.65 DEP criu/pagemap-cache.d [2020-11-05T11:16:55.572Z] #42 92.79 DEP criu/page-xfer.d [2020-11-05T11:16:55.572Z] #42 93.06 DEP criu/page-pipe.d [2020-11-05T11:16:55.572Z] #42 93.19 DEP criu/netfilter.d [2020-11-05T11:16:55.572Z] #42 93.40 DEP criu/net.d [2020-11-05T11:16:55.572Z] #42 93.59 DEP criu/namespaces.d [2020-11-05T11:16:55.572Z] #42 93.95 DEP criu/mount.d [2020-11-05T11:16:55.572Z] #42 94.40 DEP criu/memfd.d [2020-11-05T11:16:55.572Z] #42 94.76 DEP criu/mem.d [2020-11-05T11:16:55.572Z] #42 95.16 DEP criu/lsm.d [2020-11-05T11:16:55.572Z] #42 95.41 DEP criu/log.d [2020-11-05T11:16:55.572Z] #42 95.64 DEP criu/libnetlink.d [2020-11-05T11:16:55.572Z] #42 95.87 DEP criu/kerndat.d [2020-11-05T11:16:55.572Z] #42 96.15 DEP criu/kcmp-ids.d [2020-11-05T11:16:55.572Z] #42 96.28 DEP criu/irmap.d [2020-11-05T11:16:55.572Z] #42 96.45 DEP criu/ipc_ns.d [2020-11-05T11:16:55.572Z] #42 96.64 DEP criu/image.d [2020-11-05T11:16:55.572Z] #42 96.90 DEP criu/image-desc.d [2020-11-05T11:16:55.572Z] #42 97.00 DEP criu/fsnotify.d [2020-11-05T11:16:55.572Z] #42 ... [2020-11-05T11:16:55.572Z] [2020-11-05T11:16:55.572Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:16:55.572Z] #19 44.08 Selecting previously unselected package apparmor. [2020-11-05T11:16:55.572Z] #19 44.10 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-11-05T11:16:55.572Z] #19 44.22 Unpacking apparmor (2.13.2-10) ... [2020-11-05T11:16:55.572Z] #19 44.76 Selecting previously unselected package aufs-tools. [2020-11-05T11:16:55.572Z] #19 44.77 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-11-05T11:16:55.572Z] #19 44.77 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-05T11:16:55.572Z] #19 44.90 Selecting previously unselected package libonig5:ppc64el. [2020-11-05T11:16:55.572Z] #19 44.93 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-11-05T11:16:55.572Z] #19 44.94 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-11-05T11:16:55.572Z] #19 45.07 Selecting previously unselected package libjq1:ppc64el. [2020-11-05T11:16:55.572Z] #19 45.08 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-05T11:16:55.572Z] #19 45.08 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-05T11:16:55.572Z] #19 45.20 Selecting previously unselected package jq. [2020-11-05T11:16:55.572Z] #19 45.23 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-05T11:16:55.572Z] #19 45.23 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-05T11:16:55.572Z] #19 45.35 Selecting previously unselected package libaio1:ppc64el. [2020-11-05T11:16:55.572Z] #19 45.36 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-11-05T11:16:55.572Z] #19 45.36 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-11-05T11:16:55.572Z] #19 45.43 Selecting previously unselected package libgpm2:ppc64el. [2020-11-05T11:16:55.572Z] #19 45.45 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-11-05T11:16:55.572Z] #19 45.46 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-11-05T11:16:55.572Z] #19 45.62 Selecting previously unselected package libicu63:ppc64el. [2020-11-05T11:16:55.572Z] #19 45.63 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-11-05T11:16:55.572Z] #19 45.66 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-05T11:16:55.761Z] #41 25.50 CC images/cpuinfo.o [2020-11-05T11:16:56.023Z] #41 ... [2020-11-05T11:16:56.023Z] [2020-11-05T11:16:56.023Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:16:56.023Z] #54 51.71 Checking out files: 54% (1854/3433) Checking out files: 55% (1889/3433) Checking out files: 56% (1923/3433) Checking out files: 57% (1957/3433) Checking out files: 58% (1992/3433) Checking out files: 59% (2026/3433) Checking out files: 60% (2060/3433) Checking out files: 61% (2095/3433) Checking out files: 62% (2129/3433) Checking out files: 63% (2163/3433) Checking out files: 64% (2198/3433) Checking out files: 65% (2232/3433) Checking out files: 66% (2266/3433) Checking out files: 67% (2301/3433) Checking out files: 68% (2335/3433) Checking out files: 69% (2369/3433) Checking out files: 70% (2404/3433) Checking out files: 71% (2438/3433) Checking out files: 72% (2472/3433) Checking out files: 73% (2507/3433) Checking out files: 74% (2541/3433) Checking out files: 75% (2575/3433) Checking out files: 76% (2610/3433) Checking out files: 77% (2644/3433) Checking out files: 78% (2678/3433) Checking out files: 79% (2713/3433) Checking out files: 80% (2747/3433) Checking out files: 81% (2781/3433) Checking out files: 82% (2816/3433) Checking out files: 83% (2850/3433) Checking out files: 84% (2884/3433) Checking out files: 85% (2919/3433) Checking out files: 86% (2953/3433) Checking out files: 87% (2987/3433) Checking out files: 88% (3022/3433) Checking out files: 89% (3056/3433) Checking out files: 90% (3090/3433) Checking out files: 91% (3125/3433) Checking out files: 91% (3158/3433) Checking out files: 92% (3159/3433) Checking out files: 93% (3193/3433) Checking out files: 94% (3228/3433) Checking out files: 95% (3262/3433) Checking out files: 96% (3296/3433) Checking out files: 97% (3331/3433) Checking out files: 98% (3365/3433) Checking out files: 99% (3399/3433) Checking out files: 100% (3433/3433) Checking out files: 100% (3433/3433), done. [2020-11-05T11:16:56.023Z] #54 53.02 + cd /tmp/tmp.trMn6FAkPE/src/github.com/containerd/containerd [2020-11-05T11:16:56.023Z] #54 53.02 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-05T11:16:56.023Z] #54 54.00 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-05T11:16:56.023Z] #54 54.00 + BUILDTAGS='netgo osusergo static_build' [2020-11-05T11:16:56.023Z] #54 54.00 + export EXTRA_FLAGS=-buildmode=pie [2020-11-05T11:16:56.023Z] #54 54.00 + EXTRA_FLAGS=-buildmode=pie [2020-11-05T11:16:56.023Z] #54 54.00 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-05T11:16:56.023Z] #54 54.00 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-05T11:16:56.023Z] #54 54.00 + '[' '' = dynamic ']' [2020-11-05T11:16:56.023Z] #54 54.00 + make [2020-11-05T11:16:56.023Z] #54 54.68 + bin/ctr [2020-11-05T11:16:56.737Z] #14 1.489 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-05T11:16:58.131Z] #14 DONE 2.8s [2020-11-05T11:16:58.131Z] [2020-11-05T11:16:58.131Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-05T11:16:58.390Z] ok github.com/docker/docker/daemon/cluster 0.046s coverage: 0.5% of statements [2020-11-05T11:16:59.019Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2020-11-05T11:16:59.143Z] #19 50.11 Selecting previously unselected package libnet1:ppc64el. [2020-11-05T11:16:59.143Z] #19 50.13 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-05T11:16:59.143Z] #19 50.14 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-05T11:16:59.143Z] #19 50.23 Selecting previously unselected package libnl-3-200:ppc64el. [2020-11-05T11:16:59.143Z] #19 50.24 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-11-05T11:16:59.143Z] #19 50.25 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-05T11:16:59.326Z] #54 ... [2020-11-05T11:16:59.326Z] [2020-11-05T11:16:59.326Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-05T11:16:59.326Z] #49 119.6 mvdan.cc/sh/v3/cmd/shfmt [2020-11-05T11:16:59.326Z] #49 DONE 125.0s [2020-11-05T11:16:59.326Z] [2020-11-05T11:16:59.326Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:16:59.326Z] #41 26.01 CC images/inventory.o [2020-11-05T11:16:59.326Z] #41 26.25 CC images/fdinfo.o [2020-11-05T11:16:59.326Z] #41 26.61 CC images/fown.o [2020-11-05T11:16:59.326Z] #41 26.77 CC images/ns.o [2020-11-05T11:16:59.326Z] #41 26.98 CC images/regfile.o [2020-11-05T11:16:59.326Z] #41 27.17 CC images/ghost-file.o [2020-11-05T11:16:59.326Z] #41 27.58 CC images/fifo.o [2020-11-05T11:16:59.326Z] #41 27.75 CC images/remap-file-path.o [2020-11-05T11:16:59.326Z] #41 28.03 CC images/eventfd.o [2020-11-05T11:16:59.326Z] #41 28.36 CC images/eventpoll.o [2020-11-05T11:16:59.326Z] #41 28.70 CC images/fh.o [2020-11-05T11:16:59.442Z] #19 50.37 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-11-05T11:16:59.442Z] #19 50.39 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-11-05T11:16:59.442Z] #19 50.40 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-05T11:16:59.442Z] #19 50.49 Selecting previously unselected package libreadline5:ppc64el. [2020-11-05T11:16:59.442Z] #19 50.51 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-11-05T11:16:59.442Z] #19 50.51 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-11-05T11:16:59.533Z] #15 ... [2020-11-05T11:16:59.533Z] [2020-11-05T11:16:59.533Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:59.533Z] #43 118.5 github.com/LK4D4/vndr [2020-11-05T11:16:59.533Z] #43 DONE 127.2s [2020-11-05T11:16:59.591Z] #41 29.28 CC images/fsnotify.o [2020-11-05T11:16:59.742Z] #19 50.73 Selecting previously unselected package net-tools. [2020-11-05T11:16:59.742Z] #19 50.77 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-11-05T11:16:59.742Z] #19 50.78 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-05T11:16:59.796Z] [2020-11-05T11:16:59.797Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-05T11:16:59.797Z] #15 DONE 1.8s [2020-11-05T11:16:59.797Z] [2020-11-05T11:16:59.797Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:16:59.797Z] #30 DONE 121.7s [2020-11-05T11:16:59.797Z] [2020-11-05T11:16:59.797Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:16:59.797Z] #51 8.783 + cd /tmp/tmp.nPluWR3YGf/src/github.com/opencontainers/runc [2020-11-05T11:16:59.797Z] #51 8.783 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-05T11:17:00.042Z] #19 51.12 Selecting previously unselected package python-pip-whl. [2020-11-05T11:17:00.042Z] #19 51.14 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-05T11:17:00.042Z] #19 51.15 Unpacking python-pip-whl (18.1-5) ... [2020-11-05T11:17:00.371Z] #51 9.386 + '[' -z '' ']' [2020-11-05T11:17:00.371Z] #51 9.386 + target=static [2020-11-05T11:17:00.371Z] #51 9.386 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-05T11:17:00.521Z] ok github.com/docker/docker/daemon/cluster/convert 0.005s coverage: 35.9% of statements [2020-11-05T11:17:00.534Z] #41 30.11 CC images/signalfd.o [2020-11-05T11:17:00.708Z] #19 51.76 Selecting previously unselected package python3-lib2to3. [2020-11-05T11:17:00.708Z] #19 51.78 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-05T11:17:00.708Z] #19 51.79 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-05T11:17:00.708Z] #19 51.97 Selecting previously unselected package python3-distutils. [2020-11-05T11:17:00.708Z] #19 51.99 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-05T11:17:00.795Z] #41 30.33 CC images/fs.o [2020-11-05T11:17:00.795Z] #41 30.51 CC images/pstree.o [2020-11-05T11:17:00.947Z] #51 9.738 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-11-05T11:17:01.008Z] #19 51.99 Unpacking python3-distutils (3.7.3-1) ... [2020-11-05T11:17:01.008Z] #19 52.24 Selecting previously unselected package python3-pip. [2020-11-05T11:17:01.008Z] #19 52.25 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-05T11:17:01.056Z] #41 30.66 CC images/pipe.o [2020-11-05T11:17:01.309Z] #19 52.26 Unpacking python3-pip (18.1-5) ... [2020-11-05T11:17:01.309Z] #19 52.45 Selecting previously unselected package python3-pkg-resources. [2020-11-05T11:17:01.309Z] #19 52.46 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-05T11:17:01.309Z] #19 52.47 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-05T11:17:01.317Z] #41 30.92 CC images/tcp-stream.o [2020-11-05T11:17:01.317Z] #41 31.08 CC images/sk-packet.o [2020-11-05T11:17:01.609Z] #19 52.68 Selecting previously unselected package python3-setuptools. [2020-11-05T11:17:01.609Z] #19 52.69 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-05T11:17:01.609Z] #19 52.70 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-05T11:17:01.890Z] #41 31.36 CC images/mnt.o [2020-11-05T11:17:01.890Z] #41 31.62 CC images/pipe-data.o [2020-11-05T11:17:01.908Z] #19 53.01 Selecting previously unselected package python3-wheel. [2020-11-05T11:17:01.908Z] #19 53.02 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-05T11:17:01.908Z] #19 53.02 Unpacking python3-wheel (0.32.3-2) ... [2020-11-05T11:17:02.151Z] #41 31.84 CC images/sa.o [2020-11-05T11:17:02.208Z] #19 53.13 Selecting previously unselected package sudo. [2020-11-05T11:17:02.208Z] #19 53.14 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-11-05T11:17:02.208Z] #19 53.15 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-05T11:17:02.342Z] #51 ... [2020-11-05T11:17:02.342Z] [2020-11-05T11:17:02.342Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-05T11:17:02.342Z] #16 DONE 2.8s [2020-11-05T11:17:02.413Z] #41 32.09 CC images/timer.o [2020-11-05T11:17:02.605Z] [2020-11-05T11:17:02.605Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-05T11:17:02.679Z] #41 ... [2020-11-05T11:17:02.679Z] [2020-11-05T11:17:02.679Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:17:02.679Z] #43 118.5 go/doc [2020-11-05T11:17:02.679Z] #43 119.7 github.com/LK4D4/vndr/versioned [2020-11-05T11:17:02.679Z] #43 119.9 compress/flate [2020-11-05T11:17:02.679Z] #43 122.3 github.com/LK4D4/vndr/build [2020-11-05T11:17:02.679Z] #43 122.5 hash/crc32 [2020-11-05T11:17:02.679Z] #43 123.2 compress/gzip [2020-11-05T11:17:02.679Z] #43 123.7 net [2020-11-05T11:17:02.679Z] #43 125.2 vendor/golang.org/x/text/transform [2020-11-05T11:17:02.679Z] #43 126.1 vendor/golang.org/x/text/unicode/bidi [2020-11-05T11:17:02.679Z] #43 127.7 vendor/golang.org/x/text/secure/bidirule [2020-11-05T11:17:02.679Z] #43 128.0 vendor/golang.org/x/text/unicode/norm [2020-11-05T11:17:02.679Z] #43 ... [2020-11-05T11:17:02.679Z] [2020-11-05T11:17:02.679Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:02.679Z] #41 32.46 CC images/timerfd.o [2020-11-05T11:17:02.859Z] #19 53.84 Selecting previously unselected package thin-provisioning-tools. [2020-11-05T11:17:02.859Z] #19 53.85 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-11-05T11:17:02.859Z] #19 53.86 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-05T11:17:02.940Z] #41 32.71 CC images/mm.o [2020-11-05T11:17:03.159Z] #19 54.18 Selecting previously unselected package uidmap. [2020-11-05T11:17:03.159Z] #19 54.22 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-11-05T11:17:03.159Z] #19 54.23 Unpacking uidmap (1:4.5-1.1) ... [2020-11-05T11:17:03.159Z] #19 54.38 Selecting previously unselected package vim-runtime. [2020-11-05T11:17:03.159Z] #19 54.40 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-05T11:17:03.159Z] #19 ... [2020-11-05T11:17:03.159Z] [2020-11-05T11:17:03.159Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:17:03.159Z] #44 159.8 mime/multipart [2020-11-05T11:17:03.159Z] #44 159.8 vendor/golang.org/x/net/http/httpguts [2020-11-05T11:17:03.159Z] #44 163.6 crypto/tls [2020-11-05T11:17:03.457Z] #44 ... [2020-11-05T11:17:03.457Z] [2020-11-05T11:17:03.457Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:17:03.457Z] #19 54.51 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-05T11:17:03.457Z] #19 54.60 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-05T11:17:03.457Z] #19 54.60 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-05T11:17:03.513Z] #41 33.00 CC images/sk-opts.o [2020-11-05T11:17:03.513Z] #41 33.19 CC images/sk-unix.o [2020-11-05T11:17:03.774Z] #41 33.45 CC images/sk-inet.o [2020-11-05T11:17:04.346Z] #41 33.78 CC images/tun.o [2020-11-05T11:17:04.346Z] #41 34.07 CC images/sk-netlink.o [2020-11-05T11:17:04.607Z] #41 34.30 CC images/packet-sock.o [2020-11-05T11:17:04.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-05T11:17:04.868Z] #41 34.61 CC images/ipc-var.o [2020-11-05T11:17:05.129Z] #41 34.83 CC images/ipc-desc.o [2020-11-05T11:17:05.167Z] #17 DONE 2.8s [2020-11-05T11:17:05.167Z] [2020-11-05T11:17:05.167Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:17:05.390Z] #41 35.02 CC images/ipc-shm.o [2020-11-05T11:17:05.430Z] #22 130.3 Checking out files: 14% (1629/10984) Checking out files: 15% (1648/10984) Checking out files: 16% (1758/10984) Checking out files: 17% (1868/10984) Checking out files: 18% (1978/10984) Checking out files: 19% (2087/10984) Checking out files: 20% (2197/10984) Checking out files: 21% (2307/10984) Checking out files: 22% (2417/10984) Checking out files: 23% (2527/10984) Checking out files: 24% (2637/10984) Checking out files: 25% (2746/10984) Checking out files: 26% (2856/10984) Checking out files: 27% (2966/10984) Checking out files: 28% (3076/10984) Checking out files: 29% (3186/10984) Checking out files: 30% (3296/10984) Checking out files: 31% (3406/10984) Checking out files: 32% (3515/10984) Checking out files: 32% (3570/10984) Checking out files: 33% (3625/10984) Checking out files: 34% (3735/10984) Checking out files: 35% (3845/10984) Checking out files: 36% (3955/10984) Checking out files: 37% (4065/10984) Checking out files: 38% (4174/10984) Checking out files: 39% (4284/10984) Checking out files: 40% (4394/10984) Checking out files: 41% (4504/10984) Checking out files: 42% (4614/10984) Checking out files: 43% (4724/10984) Checking out files: 44% (4833/10984) Checking out files: 45% (4943/10984) Checking out files: 46% (5053/10984) Checking out files: 47% (5163/10984) Checking out files: 48% (5273/10984) Checking out files: 49% (5383/10984) Checking out files: 50% (5492/10984) Checking out files: 51% (5602/10984) Checking out files: 52% (5712/10984) Checking out files: 53% (5822/10984) Checking out files: 54% (5932/10984) Checking out files: 54% (5985/10984) Checking out files: 55% (6042/10984) Checking out files: 56% (6152/10984) Checking out files: 57% (6261/10984) Checking out files: 58% (6371/10984) Checking out files: 59% (6481/10984) Checking out files: 60% (6591/10984) Checking out files: 61% (6701/10984) Checking out files: 62% (6811/10984) Checking out files: 63% (6920/10984) Checking out files: 64% (7030/10984) Checking out files: 65% (7140/10984) Checking out files: 66% (7250/10984) Checking out files: 67% (7360/10984) Checking out files: 68% (7470/10984) [2020-11-05T11:17:05.430Z] #22 ... [2020-11-05T11:17:05.430Z] [2020-11-05T11:17:05.430Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:05.430Z] #41 54.42 CC compel/src/lib/infect-rpc.o [2020-11-05T11:17:05.430Z] #41 54.91 CC compel/src/lib/infect-util.o [2020-11-05T11:17:05.430Z] #41 55.19 CC compel/src/lib/infect.o [2020-11-05T11:17:05.430Z] #41 57.59 CC compel/src/lib/ptrace.o [2020-11-05T11:17:05.430Z] #41 58.15 AR compel/libcompel.a [2020-11-05T11:17:05.430Z] #41 58.24 HOSTCC compel/src/main-host.o [2020-11-05T11:17:05.431Z] #41 58.72 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-11-05T11:17:05.431Z] #41 58.88 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-05T11:17:05.431Z] #41 59.33 HOSTCC compel/src/lib/log-host.o [2020-11-05T11:17:05.431Z] #41 59.60 HOSTLINK compel/compel-host-bin [2020-11-05T11:17:05.431Z] #41 59.94 DEP soccr/soccr.d [2020-11-05T11:17:05.431Z] #41 60.18 CC soccr/soccr.o [2020-11-05T11:17:05.431Z] #41 61.54 AR soccr/libsoccr.a [2020-11-05T11:17:05.431Z] #41 61.63 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-05T11:17:05.431Z] #41 62.26 DEP criu/arch/aarch64/sigframe.d [2020-11-05T11:17:05.431Z] #41 62.41 DEP criu/arch/aarch64/crtools.d [2020-11-05T11:17:05.431Z] #41 62.79 DEP criu/arch/aarch64/cpu.d [2020-11-05T11:17:05.431Z] #41 62.84 DEP criu/arch/aarch64/bitops.d [2020-11-05T11:17:05.431Z] #41 62.92 CC criu/arch/aarch64/bitops.o [2020-11-05T11:17:05.431Z] #41 63.02 CC criu/arch/aarch64/cpu.o [2020-11-05T11:17:05.431Z] #41 63.21 CC criu/arch/aarch64/crtools.o [2020-11-05T11:17:05.431Z] #41 64.06 CC criu/arch/aarch64/sigframe.o [2020-11-05T11:17:05.431Z] #41 64.24 LINK criu/arch/aarch64/crtools.built-in.o [2020-11-05T11:17:05.431Z] #41 64.30 DEP criu/pie/util-vdso.d [2020-11-05T11:17:05.431Z] #41 64.53 DEP criu/pie/util.d [2020-11-05T11:17:05.431Z] #41 ... [2020-11-05T11:17:05.431Z] [2020-11-05T11:17:05.431Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:17:05.651Z] #41 35.23 CC images/ipc-msg.o [2020-11-05T11:17:05.912Z] #41 35.51 CC images/ipc-sem.o [2020-11-05T11:17:05.912Z] #41 35.71 CC images/utsns.o [2020-11-05T11:17:06.173Z] #41 35.86 CC images/creds.o [2020-11-05T11:17:06.233Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-05T11:17:06.241Z] #19 ... [2020-11-05T11:17:06.241Z] [2020-11-05T11:17:06.241Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:06.241Z] #42 97.21 DEP criu/filesystems.d [2020-11-05T11:17:06.241Z] #42 97.47 DEP criu/files.d [2020-11-05T11:17:06.241Z] #42 97.74 DEP criu/files-reg.d [2020-11-05T11:17:06.241Z] #42 97.98 DEP criu/files-ext.d [2020-11-05T11:17:06.241Z] #42 98.18 DEP criu/file-lock.d [2020-11-05T11:17:06.241Z] #42 98.41 DEP criu/file-ids.d [2020-11-05T11:17:06.241Z] #42 98.66 DEP criu/fifo.d [2020-11-05T11:17:06.241Z] #42 98.91 DEP criu/fdstore.d [2020-11-05T11:17:06.241Z] #42 99.05 DEP criu/fault-injection.d [2020-11-05T11:17:06.241Z] #42 99.09 DEP criu/external.d [2020-11-05T11:17:06.241Z] #42 99.30 DEP criu/eventpoll.d [2020-11-05T11:17:06.241Z] #42 99.60 DEP criu/eventfd.d [2020-11-05T11:17:06.241Z] #42 99.75 DEP criu/crtools.d [2020-11-05T11:17:06.241Z] #42 99.94 DEP criu/cr-service.d [2020-11-05T11:17:06.241Z] #42 100.1 DEP criu/cr-restore.d [2020-11-05T11:17:06.241Z] #42 100.5 DEP criu/cr-errno.d [2020-11-05T11:17:06.241Z] #42 100.5 DEP criu/cr-dump.d [2020-11-05T11:17:06.241Z] #42 100.8 DEP criu/cr-dedup.d [2020-11-05T11:17:06.241Z] #42 101.0 DEP criu/cr-check.d [2020-11-05T11:17:06.241Z] #42 101.3 DEP criu/config.d [2020-11-05T11:17:06.241Z] #42 101.6 DEP criu/clone-noasan.d [2020-11-05T11:17:06.241Z] #42 101.6 DEP criu/cgroup.d [2020-11-05T11:17:06.241Z] #42 101.9 DEP criu/cgroup-props.d [2020-11-05T11:17:06.241Z] #42 102.2 DEP criu/bitmap.d [2020-11-05T11:17:06.241Z] #42 102.2 DEP criu/bfd.d [2020-11-05T11:17:06.241Z] #42 102.4 DEP criu/autofs.d [2020-11-05T11:17:06.241Z] #42 102.7 DEP criu/aio.d [2020-11-05T11:17:06.241Z] #42 102.9 DEP criu/action-scripts.d [2020-11-05T11:17:06.241Z] #42 103.4 CC criu/action-scripts.o [2020-11-05T11:17:06.241Z] #42 104.1 CC criu/aio.o [2020-11-05T11:17:06.241Z] #42 104.8 CC criu/autofs.o [2020-11-05T11:17:06.241Z] #42 107.0 CC criu/bfd.o [2020-11-05T11:17:06.434Z] #41 36.08 CC images/vma.o [2020-11-05T11:17:06.434Z] #41 36.28 CC images/netdev.o [2020-11-05T11:17:06.540Z] #42 107.9 CC criu/bitmap.o [2020-11-05T11:17:06.748Z] #22 130.3 Checking out files: 14% (1629/10984) Checking out files: 15% (1648/10984) Checking out files: 16% (1758/10984) Checking out files: 17% (1868/10984) Checking out files: 18% (1978/10984) Checking out files: 19% (2087/10984) Checking out files: 20% (2197/10984) Checking out files: 21% (2307/10984) Checking out files: 22% (2417/10984) Checking out files: 23% (2527/10984) Checking out files: 24% (2637/10984) Checking out files: 25% (2746/10984) Checking out files: 26% (2856/10984) Checking out files: 27% (2966/10984) Checking out files: 28% (3076/10984) Checking out files: 29% (3186/10984) Checking out files: 30% (3296/10984) Checking out files: 31% (3406/10984) Checking out files: 32% (3515/10984) Checking out files: 32% (3570/10984) Checking out files: 33% (3625/10984) Checking out files: 34% (3735/10984) Checking out files: 35% (3845/10984) Checking out files: 36% (3955/10984) Checking out files: 37% (4065/10984) Checking out files: 38% (4174/10984) Checking out files: 39% (4284/10984) Checking out files: 40% (4394/10984) Checking out files: 41% (4504/10984) Checking out files: 42% (4614/10984) Checking out files: 43% (4724/10984) Checking out files: 44% (4833/10984) Checking out files: 45% (4943/10984) Checking out files: 46% (5053/10984) Checking out files: 47% (5163/10984) Checking out files: 48% (5273/10984) Checking out files: 49% (5383/10984) Checking out files: 50% (5492/10984) Checking out files: 51% (5602/10984) Checking out files: 52% (5712/10984) Checking out files: 53% (5822/10984) Checking out files: 54% (5932/10984) Checking out files: 54% (5985/10984) Checking out files: 55% (6042/10984) Checking out files: 56% (6152/10984) Checking out files: 57% (6261/10984) Checking out files: 58% (6371/10984) Checking out files: 59% (6481/10984) Checking out files: 60% (6591/10984) Checking out files: 61% (6701/10984) Checking out files: 62% (6811/10984) Checking out files: 63% (6920/10984) Checking out files: 64% (7030/10984) Checking out files: 65% (7140/10984) Checking out files: 66% (7250/10984) Checking out files: 67% (7360/10984) Checking out files: 68% (7470/10984) Checking out files: 69% (7579/10984) Checking out files: 70% (7689/10984) Checking out files: 71% (7799/10984) Checking out files: 72% (7909/10984) Checking out files: 73% (8019/10984) Checking out files: 74% (8129/10984) Checking out files: 75% (8238/10984) Checking out files: 76% (8348/10984) Checking out files: 77% (8458/10984) Checking out files: 77% (8515/10984) Checking out files: 78% (8568/10984) Checking out files: 79% (8678/10984) Checking out files: 80% (8788/10984) Checking out files: 81% (8898/10984) Checking out files: 82% (9007/10984) Checking out files: 83% (9117/10984) Checking out files: 84% (9227/10984) Checking out files: 85% (9337/10984) Checking out files: 86% (9447/10984) Checking out files: 87% (9557/10984) Checking out files: 88% (9666/10984) Checking out files: 89% (9776/10984) Checking out files: 90% (9886/10984) Checking out files: 91% (9996/10984) Checking out files: 92% (10106/10984) Checking out files: 93% (10216/10984) Checking out files: 94% (10325/10984) Checking out files: 95% (10435/10984) Checking out files: 96% (10545/10984) Checking out files: 97% (10655/10984) Checking out files: 98% (10765/10984) Checking out files: 99% (10875/10984) Checking out files: 100% (10984/10984) Checking out files: 100% (10984/10984), done. [2020-11-05T11:17:06.748Z] #22 134.4 + cd /tmp/tmp.wSdptHsXyt/tmp/docker-ce [2020-11-05T11:17:06.748Z] #22 134.4 + git checkout -q v17.06.2-ce [2020-11-05T11:17:06.839Z] #42 108.0 CC criu/cgroup-props.o [2020-11-05T11:17:07.006Z] #41 36.67 CC images/tty.o [2020-11-05T11:17:07.489Z] #42 ... [2020-11-05T11:17:07.489Z] [2020-11-05T11:17:07.489Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:17:07.489Z] #19 58.52 Selecting previously unselected package vim. [2020-11-05T11:17:07.489Z] #19 58.55 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-05T11:17:07.489Z] #19 58.59 Unpacking vim (2:8.1.0875-5) ... [2020-11-05T11:17:07.505Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.427s coverage: 14.1% of statements [2020-11-05T11:17:07.578Z] #41 37.22 CC images/file-lock.o [2020-11-05T11:17:07.795Z] ok github.com/docker/docker/daemon/config 0.020s coverage: 81.8% of statements [2020-11-05T11:17:07.839Z] #41 37.39 CC images/rlimit.o [2020-11-05T11:17:07.839Z] #41 37.62 CC images/pagemap.o [2020-11-05T11:17:08.100Z] #41 37.84 CC images/siginfo.o [2020-11-05T11:17:08.140Z] #19 59.27 Selecting previously unselected package xfsprogs. [2020-11-05T11:17:08.140Z] #19 59.28 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-11-05T11:17:08.140Z] #19 59.29 Unpacking xfsprogs (4.20.0-1) ... [2020-11-05T11:17:08.426Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-11-05T11:17:08.439Z] #19 ... [2020-11-05T11:17:08.439Z] [2020-11-05T11:17:08.439Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:17:08.439Z] #23 164.9 + mkdir -p /tmp/tmp.R2v4UmkOSe/src/github.com/docker [2020-11-05T11:17:08.439Z] #23 164.9 + mv components/cli /tmp/tmp.R2v4UmkOSe/src/github.com/docker/cli [2020-11-05T11:17:08.439Z] #23 164.9 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-11-05T11:17:08.439Z] #23 ... [2020-11-05T11:17:08.439Z] [2020-11-05T11:17:08.439Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:08.439Z] #42 109.4 CC criu/cgroup.o [2020-11-05T11:17:08.673Z] #41 38.16 CC images/rpc.o [2020-11-05T11:17:09.089Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-11-05T11:17:09.616Z] #41 39.19 CC images/ext-file.o [2020-11-05T11:17:09.616Z] #41 39.35 CC images/cgroup.o [2020-11-05T11:17:09.719Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-11-05T11:17:10.065Z] #22 137.4 + mkdir -p /tmp/tmp.wSdptHsXyt/src/github.com/docker [2020-11-05T11:17:10.065Z] #22 137.4 + mv components/cli /tmp/tmp.wSdptHsXyt/src/github.com/docker/cli [2020-11-05T11:17:10.065Z] #22 137.4 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-11-05T11:17:10.188Z] #41 39.90 CC images/userns.o [2020-11-05T11:17:10.427Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-05T11:17:10.449Z] #41 40.14 CC images/google/protobuf/descriptor.o [2020-11-05T11:17:10.812Z] ok github.com/docker/docker/daemon 12.271s coverage: 17.2% of statements [2020-11-05T11:17:10.812Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-05T11:17:10.812Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-05T11:17:10.812Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-05T11:17:10.812Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-05T11:17:11.834Z] #41 ... [2020-11-05T11:17:11.834Z] [2020-11-05T11:17:11.834Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:17:11.834Z] #56 137.8 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-05T11:17:11.834Z] #56 137.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-05T11:17:12.395Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-11-05T11:17:12.685Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.177s coverage: 56.2% of statements [2020-11-05T11:17:13.220Z] #56 ... [2020-11-05T11:17:13.220Z] [2020-11-05T11:17:13.220Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:17:13.220Z] #11 128.8 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-05T11:17:13.220Z] #11 128.8 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-05T11:17:13.220Z] #11 128.8 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:17:13.220Z] #11 ... [2020-11-05T11:17:13.220Z] [2020-11-05T11:17:13.220Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:13.220Z] #41 41.68 CC images/opts.o [2020-11-05T11:17:13.220Z] #41 41.89 CC images/seccomp.o [2020-11-05T11:17:13.220Z] #41 42.11 CC images/binfmt-misc.o [2020-11-05T11:17:13.220Z] #41 42.29 CC images/time.o [2020-11-05T11:17:13.220Z] #41 42.52 CC images/sysctl.o [2020-11-05T11:17:13.220Z] #41 42.67 CC images/autofs.o [2020-11-05T11:17:13.220Z] #41 42.87 CC images/macvlan.o [2020-11-05T11:17:13.481Z] #41 42.97 CC images/sit.o [2020-11-05T11:17:13.481Z] #41 43.12 CC images/memfd.o [2020-11-05T11:17:13.719Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-05T11:17:13.742Z] #41 43.42 CC images/timens.o [2020-11-05T11:17:13.979Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-05T11:17:14.003Z] #41 43.71 LINK images/built-in.o [2020-11-05T11:17:14.104Z] #42 ... [2020-11-05T11:17:14.104Z] [2020-11-05T11:17:14.104Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:17:14.104Z] #19 59.84 Selecting previously unselected package zip. [2020-11-05T11:17:14.104Z] #19 59.85 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-11-05T11:17:14.104Z] #19 59.85 Unpacking zip (3.0-11+b1) ... [2020-11-05T11:17:14.104Z] #19 60.04 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-05T11:17:14.104Z] #19 60.05 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-05T11:17:14.104Z] #19 60.05 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-11-05T11:17:14.104Z] #19 60.06 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-11-05T11:17:14.104Z] #19 60.06 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-11-05T11:17:14.104Z] #19 60.11 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-11-05T11:17:14.104Z] #19 60.14 Setting up uidmap (1:4.5-1.1) ... [2020-11-05T11:17:14.104Z] #19 60.18 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-11-05T11:17:14.104Z] #19 60.19 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-05T11:17:14.104Z] #19 60.19 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-05T11:17:14.104Z] #19 60.19 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-05T11:17:14.104Z] #19 60.20 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-05T11:17:14.104Z] #19 60.20 Setting up xxd (2:8.1.0875-5) ... [2020-11-05T11:17:14.104Z] #19 60.20 Setting up zip (3.0-11+b1) ... [2020-11-05T11:17:14.104Z] #19 60.21 Setting up vim-common (2:8.1.0875-5) ... [2020-11-05T11:17:14.104Z] #19 60.26 Setting up bash-completion (1:2.8-6) ... [2020-11-05T11:17:14.104Z] #19 65.10 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-11-05T11:17:14.104Z] #19 65.10 Setting up xz-utils (5.2.4-1) ... [2020-11-05T11:17:14.104Z] #19 65.14 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-05T11:17:14.104Z] #19 65.18 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-05T11:17:14.265Z] #41 43.90 GEN compel/include/asm [2020-11-05T11:17:14.265Z] #41 43.93 GEN compel/include/version.h [2020-11-05T11:17:14.265Z] #41 43.97 touch .config [2020-11-05T11:17:14.265Z] #41 44.02 GEN include/common/config.h [2020-11-05T11:17:14.265Z] #41 44.11 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-11-05T11:17:14.401Z] #19 65.28 invoke-rc.d: could not determine current runlevel [2020-11-05T11:17:14.401Z] #19 65.30 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-05T11:17:14.401Z] #19 65.32 Setting up pigz (2.4-1) ... [2020-11-05T11:17:14.401Z] #19 65.33 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-11-05T11:17:14.401Z] #19 65.33 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-05T11:17:14.401Z] #19 65.35 Setting up python-pip-whl (18.1-5) ... [2020-11-05T11:17:14.401Z] #19 65.36 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-11-05T11:17:14.401Z] #19 65.36 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-05T11:17:14.526Z] #41 44.12 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-11-05T11:17:14.526Z] #41 44.15 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-11-05T11:17:14.526Z] #41 44.16 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-11-05T11:17:14.526Z] #41 44.20 DEP compel/arch/x86/plugins/std/memcpy.d [2020-11-05T11:17:14.526Z] #41 44.23 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-11-05T11:17:14.526Z] #41 44.25 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-05T11:17:14.526Z] #41 44.28 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-11-05T11:17:14.526Z] #41 44.29 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-05T11:17:14.526Z] #41 44.32 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-05T11:17:14.526Z] #41 44.33 DEP compel/plugins/std/infect.d [2020-11-05T11:17:14.701Z] #19 ... [2020-11-05T11:17:14.701Z] [2020-11-05T11:17:14.701Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:17:14.701Z] #44 171.1 net/http/httptrace [2020-11-05T11:17:14.701Z] #44 171.3 net/http [2020-11-05T11:17:14.701Z] #44 ... [2020-11-05T11:17:14.701Z] [2020-11-05T11:17:14.701Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:14.701Z] #42 115.8 CC criu/clone-noasan.o [2020-11-05T11:17:14.701Z] #42 116.1 CC criu/config.o [2020-11-05T11:17:14.787Z] #41 44.43 DEP compel/plugins/std/string.d [2020-11-05T11:17:14.787Z] #41 44.53 DEP compel/plugins/std/log.d [2020-11-05T11:17:15.048Z] #41 44.62 DEP compel/plugins/std/fds.d [2020-11-05T11:17:15.048Z] #41 44.72 DEP compel/plugins/std/std.d [2020-11-05T11:17:15.309Z] #41 44.83 DEP compel/plugins/shmem/shmem.d [2020-11-05T11:17:15.309Z] #41 44.92 DEP compel/plugins/fds/fds.d [2020-11-05T11:17:15.309Z] #41 45.07 CC compel/plugins/std/std.o [2020-11-05T11:17:15.373Z] #22 ... [2020-11-05T11:17:15.373Z] [2020-11-05T11:17:15.373Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:17:15.373Z] #18 2.081 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:17:15.373Z] #18 2.172 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:17:15.373Z] #18 2.212 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:17:15.373Z] #18 2.668 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-05T11:17:15.373Z] #18 3.380 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [237 kB] [2020-11-05T11:17:15.373Z] #18 4.326 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-05T11:17:15.373Z] #18 7.612 Fetched 8219 kB in 6s (1420 kB/s) [2020-11-05T11:17:15.373Z] #18 7.612 Reading package lists... [2020-11-05T11:17:15.373Z] #18 ... [2020-11-05T11:17:15.373Z] [2020-11-05T11:17:15.373Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:15.373Z] #41 64.71 CC criu/pie/util.o [2020-11-05T11:17:15.373Z] #41 65.11 CC criu/pie/util-vdso.o [2020-11-05T11:17:15.373Z] #41 65.62 AR criu/pie/pie.lib.a [2020-11-05T11:17:15.373Z] #41 65.67 DEP criu/pie/restorer.d [2020-11-05T11:17:15.373Z] #41 65.95 DEP criu/arch/aarch64/intraprocedure.d [2020-11-05T11:17:15.373Z] #41 65.96 DEP criu/arch/aarch64/restorer.d [2020-11-05T11:17:15.373Z] #41 66.07 DEP criu/arch/aarch64/vdso-pie.d [2020-11-05T11:17:15.373Z] #41 66.18 DEP criu/pie/parasite-vdso.d [2020-11-05T11:17:15.373Z] #41 66.28 DEP criu/pie/parasite.d [2020-11-05T11:17:15.373Z] #41 66.46 CC criu/pie/parasite.o [2020-11-05T11:17:15.373Z] #41 67.45 LINK criu/pie/parasite.built-in.o [2020-11-05T11:17:15.373Z] #41 67.46 GEN criu/pie/parasite-blob.h [2020-11-05T11:17:15.373Z] #41 67.49 CC criu/pie/parasite-vdso.o [2020-11-05T11:17:15.373Z] #41 68.23 CC criu/arch/aarch64/vdso-pie.o [2020-11-05T11:17:15.373Z] #41 68.50 CC criu/arch/aarch64/restorer.o [2020-11-05T11:17:15.373Z] #41 68.93 CC criu/arch/aarch64/intraprocedure.o [2020-11-05T11:17:15.373Z] #41 69.09 CC criu/pie/restorer.o [2020-11-05T11:17:15.373Z] #41 72.13 LINK criu/pie/restorer.built-in.o [2020-11-05T11:17:15.373Z] #41 72.15 GEN criu/pie/restorer-blob.h [2020-11-05T11:17:15.373Z] #41 72.26 DEP criu/vdso.d [2020-11-05T11:17:15.373Z] #41 72.56 DEP criu/uts_ns.d [2020-11-05T11:17:15.373Z] #41 72.72 DEP criu/util.d [2020-11-05T11:17:15.373Z] #41 73.00 DEP criu/uffd.d [2020-11-05T11:17:15.373Z] #41 73.32 DEP criu/tun.d [2020-11-05T11:17:15.373Z] #41 73.65 DEP criu/tty.d [2020-11-05T11:17:15.373Z] #41 73.90 DEP criu/timerfd.d [2020-11-05T11:17:15.373Z] #41 74.13 DEP criu/timens.d [2020-11-05T11:17:15.373Z] #41 74.33 DEP criu/sysfs_parse.d [2020-11-05T11:17:15.637Z] #41 74.54 DEP criu/sysctl.d [2020-11-05T11:17:15.882Z] #41 45.39 CC compel/plugins/std/fds.o [2020-11-05T11:17:15.882Z] #41 ... [2020-11-05T11:17:15.882Z] [2020-11-05T11:17:15.882Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:17:15.882Z] #43 131.7 vendor/golang.org/x/net/idna [2020-11-05T11:17:15.882Z] #43 134.1 vendor/golang.org/x/net/http2/hpack [2020-11-05T11:17:15.882Z] #43 135.2 mime [2020-11-05T11:17:15.882Z] #43 137.0 mime/quotedprintable [2020-11-05T11:17:15.882Z] #43 137.3 net/http/internal [2020-11-05T11:17:15.882Z] #43 140.6 net/textproto [2020-11-05T11:17:15.882Z] #43 140.6 crypto/x509 [2020-11-05T11:17:15.882Z] #43 141.7 vendor/golang.org/x/net/http/httpguts [2020-11-05T11:17:15.882Z] #43 141.9 vendor/golang.org/x/net/http/httpproxy [2020-11-05T11:17:15.902Z] #41 74.84 DEP criu/string.d [2020-11-05T11:17:15.902Z] #41 74.89 DEP criu/stats.d [2020-11-05T11:17:15.902Z] #41 ... [2020-11-05T11:17:15.902Z] [2020-11-05T11:17:15.902Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:17:15.902Z] #18 7.612 Reading package lists... [2020-11-05T11:17:16.143Z] #43 ... [2020-11-05T11:17:16.143Z] [2020-11-05T11:17:16.143Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:16.143Z] #41 45.80 CC compel/plugins/std/log.o [2020-11-05T11:17:17.084Z] #41 46.60 CC compel/plugins/std/string.o [2020-11-05T11:17:17.241Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.987s coverage: 46.2% of statements [2020-11-05T11:17:17.599Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.003s coverage: 1.8% of statements [2020-11-05T11:17:17.656Z] #41 47.19 CC compel/plugins/std/infect.o [2020-11-05T11:17:17.918Z] #41 47.56 CC compel/arch/x86/plugins/std/parasite-head.o [2020-11-05T11:17:17.918Z] #41 47.62 CC compel/arch/x86/plugins/std/memcpy.o [2020-11-05T11:17:17.918Z] #41 47.66 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-11-05T11:17:18.232Z] #41 47.75 AR compel/plugins/std.lib.a [2020-11-05T11:17:18.232Z] #41 47.80 CC compel/plugins/fds/fds.o [2020-11-05T11:17:18.285Z] #42 119.1 CC criu/cr-check.o [2020-11-05T11:17:18.463Z] #18 10.73 Reading package lists... [2020-11-05T11:17:18.516Z] #41 48.10 AR compel/plugins/fds.lib.a [2020-11-05T11:17:18.516Z] #41 48.14 HOSTDEP compel/src/lib/log-host.d [2020-11-05T11:17:18.516Z] #41 48.18 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-05T11:17:18.516Z] #41 48.24 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-11-05T11:17:18.516Z] #41 48.28 HOSTDEP compel/src/main-host.d [2020-11-05T11:17:18.782Z] #41 ... [2020-11-05T11:17:18.782Z] [2020-11-05T11:17:18.782Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:17:18.782Z] #56 DONE 144.6s [2020-11-05T11:17:18.782Z] [2020-11-05T11:17:18.782Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-05T11:17:18.782Z] #57 DONE 0.1s [2020-11-05T11:17:18.782Z] [2020-11-05T11:17:18.782Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-05T11:17:18.782Z] #58 DONE 0.0s [2020-11-05T11:17:18.782Z] [2020-11-05T11:17:18.782Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-05T11:17:18.782Z] #11 143.8 Selecting previously unselected package libapparmor1:amd64. [2020-11-05T11:17:18.782Z] #11 143.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-11-05T11:17:18.782Z] #11 143.8 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-11-05T11:17:18.782Z] #11 144.0 Selecting previously unselected package libapparmor-dev:amd64. [2020-11-05T11:17:18.782Z] #11 144.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-11-05T11:17:18.782Z] #11 144.0 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-05T11:17:18.782Z] #11 144.2 Selecting previously unselected package libbtrfs0. [2020-11-05T11:17:18.782Z] #11 144.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-05T11:17:18.782Z] #11 144.2 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-05T11:17:18.782Z] #11 144.5 Selecting previously unselected package libbtrfs-dev. [2020-11-05T11:17:18.782Z] #11 144.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-05T11:17:18.782Z] #11 144.5 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:17:18.782Z] #11 144.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-11-05T11:17:18.782Z] #11 144.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-05T11:17:18.782Z] #11 144.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-05T11:17:18.782Z] #11 144.8 Selecting previously unselected package libudev-dev:amd64. [2020-11-05T11:17:19.045Z] #11 144.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-11-05T11:17:19.045Z] #11 144.9 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-05T11:17:19.045Z] #11 145.0 Selecting previously unselected package libsepol1-dev:amd64. [2020-11-05T11:17:19.045Z] #11 145.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-11-05T11:17:19.045Z] #11 145.0 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-11-05T11:17:19.303Z] #18 13.49 Building dependency tree... [2020-11-05T11:17:19.327Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-05T11:17:19.629Z] #11 145.6 Selecting previously unselected package libpcre16-3:amd64. [2020-11-05T11:17:19.629Z] #11 145.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-11-05T11:17:19.629Z] #11 145.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-11-05T11:17:19.824Z] #42 ... [2020-11-05T11:17:19.824Z] [2020-11-05T11:17:19.824Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:17:19.824Z] #44 186.1 github.com/LK4D4/vndr/godl [2020-11-05T11:17:19.881Z] #18 14.75 libcap2-bin is already the newest version (1:2.25-2). [2020-11-05T11:17:19.881Z] #18 14.75 The following additional packages will be installed: [2020-11-05T11:17:19.890Z] #11 145.9 Selecting previously unselected package libpcre32-3:amd64. [2020-11-05T11:17:19.890Z] #11 145.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-11-05T11:17:19.890Z] #11 145.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-11-05T11:17:20.144Z] #18 14.75 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-05T11:17:20.144Z] #18 14.75 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-05T11:17:20.144Z] #18 14.75 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-05T11:17:20.144Z] #18 14.75 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-05T11:17:20.144Z] #18 14.75 python3.7 python3.7-minimal vim-runtime xxd [2020-11-05T11:17:20.144Z] #18 14.76 Suggested packages: [2020-11-05T11:17:20.144Z] #18 14.76 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-05T11:17:20.144Z] #18 14.76 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-05T11:17:20.144Z] #18 14.76 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-05T11:17:20.144Z] #18 14.76 Recommended packages: [2020-11-05T11:17:20.144Z] #18 14.76 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-05T11:17:20.144Z] #18 14.76 python3-keyrings.alt python3-xdg unzip [2020-11-05T11:17:20.150Z] #11 146.1 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-11-05T11:17:20.151Z] #11 146.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-11-05T11:17:20.151Z] #11 146.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-05T11:17:20.151Z] #11 146.2 Selecting previously unselected package libpcre3-dev:amd64. [2020-11-05T11:17:20.411Z] #11 146.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-11-05T11:17:20.411Z] #11 146.2 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-05T11:17:20.672Z] #11 146.6 Selecting previously unselected package libselinux1-dev:amd64. [2020-11-05T11:17:20.672Z] #11 146.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-11-05T11:17:20.672Z] #11 146.6 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-05T11:17:20.895Z] #44 187.2 github.com/LK4D4/vndr [2020-11-05T11:17:20.933Z] #11 146.8 Selecting previously unselected package libdevmapper-dev:amd64. [2020-11-05T11:17:20.933Z] #11 146.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-11-05T11:17:20.933Z] #11 146.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-05T11:17:21.194Z] #11 147.0 Selecting previously unselected package libseccomp-dev:amd64. [2020-11-05T11:17:21.194Z] #11 147.0 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-11-05T11:17:21.194Z] #11 147.0 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-05T11:17:21.194Z] #11 147.1 Selecting previously unselected package libsystemd-dev:amd64. [2020-11-05T11:17:21.194Z] #11 147.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-11-05T11:17:21.194Z] #11 147.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-05T11:17:21.226Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.354s coverage: 49.5% of statements [2020-11-05T11:17:21.539Z] #18 16.27 The following NEW packages will be installed: [2020-11-05T11:17:21.539Z] #18 16.27 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-05T11:17:21.539Z] #18 16.27 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-05T11:17:21.539Z] #18 16.27 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-05T11:17:21.539Z] #18 16.27 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-05T11:17:21.539Z] #18 16.27 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-05T11:17:21.539Z] #18 16.27 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-05T11:17:21.539Z] #18 16.28 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-05T11:17:21.539Z] #18 16.28 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-05T11:17:21.539Z] #18 16.28 xz-utils zip [2020-11-05T11:17:21.765Z] #11 147.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-05T11:17:21.766Z] #11 147.6 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-05T11:17:21.766Z] #11 147.6 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-11-05T11:17:21.766Z] #11 147.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-05T11:17:21.766Z] #11 147.7 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-11-05T11:17:21.766Z] #11 147.7 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-11-05T11:17:21.766Z] #11 147.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:17:21.766Z] #11 147.7 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-05T11:17:21.766Z] #11 147.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-11-05T11:17:21.766Z] #11 147.7 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-05T11:17:21.766Z] #11 147.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-05T11:17:21.766Z] #11 147.8 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-05T11:17:21.766Z] #11 147.8 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-05T11:17:21.766Z] #11 147.8 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-05T11:17:21.766Z] #11 147.9 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-05T11:17:21.766Z] #11 147.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-05T11:17:21.766Z] #11 147.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-05T11:17:22.026Z] #11 147.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:17:22.026Z] #11 147.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-05T11:17:22.026Z] #11 147.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-05T11:17:22.026Z] #11 147.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-05T11:17:22.026Z] #11 147.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-05T11:17:22.026Z] #11 147.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-05T11:17:22.026Z] #11 147.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-05T11:17:22.026Z] #11 148.0 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-05T11:17:22.026Z] #11 148.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-05T11:17:22.026Z] #11 148.0 Setting up dmsetup (2:1.02.155-3) ... [2020-11-05T11:17:22.026Z] #11 148.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-05T11:17:22.026Z] #11 148.0 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-05T11:17:22.026Z] #11 148.0 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:17:22.115Z] #18 16.75 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:17:22.115Z] #18 16.75 Need to get 27.6 MB of archives. [2020-11-05T11:17:22.115Z] #18 16.75 After this operation, 114 MB of additional disk space will be used. [2020-11-05T11:17:22.115Z] #18 16.75 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2020-11-05T11:17:22.115Z] #18 16.77 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB] [2020-11-05T11:17:22.115Z] #18 16.80 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB] [2020-11-05T11:17:22.115Z] #18 16.85 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2020-11-05T11:17:22.115Z] #18 16.85 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2020-11-05T11:17:22.115Z] #18 16.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB] [2020-11-05T11:17:22.115Z] #18 16.90 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2020-11-05T11:17:22.115Z] #18 16.91 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2020-11-05T11:17:22.115Z] #18 16.91 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2020-11-05T11:17:22.115Z] #18 16.91 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2020-11-05T11:17:22.115Z] #18 16.92 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2020-11-05T11:17:22.115Z] #18 16.92 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2020-11-05T11:17:22.115Z] #18 16.92 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2020-11-05T11:17:22.115Z] #18 16.93 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2020-11-05T11:17:22.115Z] #18 17.01 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2020-11-05T11:17:22.287Z] #11 DONE 148.4s [2020-11-05T11:17:22.287Z] [2020-11-05T11:17:22.287Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:22.287Z] #41 48.47 DEP compel/src/lib/ptrace.d [2020-11-05T11:17:22.287Z] #41 48.66 DEP compel/src/lib/infect.d [2020-11-05T11:17:22.287Z] #41 48.90 DEP compel/src/lib/infect-util.d [2020-11-05T11:17:22.287Z] #41 49.02 DEP compel/src/lib/infect-rpc.d [2020-11-05T11:17:22.287Z] #41 49.24 DEP compel/arch/x86/src/lib/infect.d [2020-11-05T11:17:22.287Z] #41 49.45 DEP compel/arch/x86/src/lib/cpu.d [2020-11-05T11:17:22.287Z] #41 49.56 DEP compel/src/lib/log.d [2020-11-05T11:17:22.287Z] #41 49.63 DEP compel/src/main.d [2020-11-05T11:17:22.287Z] #41 49.75 DEP compel/src/lib/handle-elf.d [2020-11-05T11:17:22.287Z] #41 49.88 DEP compel/arch/x86/src/lib/handle-elf.d [2020-11-05T11:17:22.287Z] #41 50.02 CC compel/src/lib/log.o [2020-11-05T11:17:22.287Z] #41 50.31 CC compel/arch/x86/src/lib/cpu.o [2020-11-05T11:17:22.287Z] #41 50.88 CC compel/arch/x86/src/lib/infect.o [2020-11-05T11:17:22.287Z] #41 51.66 CC compel/src/lib/infect-rpc.o [2020-11-05T11:17:22.287Z] #41 51.99 CC compel/src/lib/infect-util.o [2020-11-05T11:17:22.379Z] #18 17.02 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2020-11-05T11:17:22.379Z] #18 17.03 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-11-05T11:17:22.379Z] #18 17.07 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-05T11:17:22.379Z] #18 17.08 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2020-11-05T11:17:22.379Z] #18 17.09 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2020-11-05T11:17:22.379Z] #18 17.16 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2020-11-05T11:17:22.379Z] #18 17.17 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2020-11-05T11:17:22.379Z] #18 17.18 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2020-11-05T11:17:22.379Z] #18 17.18 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-11-05T11:17:22.379Z] #18 17.23 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-11-05T11:17:22.379Z] #18 17.24 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-11-05T11:17:22.379Z] #18 17.25 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2020-11-05T11:17:22.379Z] #18 17.28 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2020-11-05T11:17:22.552Z] #41 52.41 CC compel/src/lib/infect.o [2020-11-05T11:17:22.642Z] #18 17.30 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-11-05T11:17:23.219Z] #18 17.82 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-11-05T11:17:23.219Z] #18 17.85 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-11-05T11:17:23.219Z] #18 17.85 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-11-05T11:17:23.219Z] #18 17.85 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2020-11-05T11:17:23.219Z] #18 17.86 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2020-11-05T11:17:23.219Z] #18 17.87 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-05T11:17:23.219Z] #18 17.93 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-05T11:17:23.219Z] #18 17.95 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-05T11:17:23.219Z] #18 17.96 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2020-11-05T11:17:23.219Z] #18 17.96 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-05T11:17:23.219Z] #18 17.97 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-05T11:17:23.219Z] #18 17.99 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-05T11:17:23.219Z] #18 17.99 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB] [2020-11-05T11:17:23.219Z] #18 18.03 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2020-11-05T11:17:23.219Z] #18 18.05 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2020-11-05T11:17:23.219Z] #18 18.06 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-05T11:17:23.795Z] #18 18.38 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2020-11-05T11:17:23.795Z] #18 18.42 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2020-11-05T11:17:23.795Z] #18 18.45 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2020-11-05T11:17:24.475Z] #41 ... [2020-11-05T11:17:24.475Z] [2020-11-05T11:17:24.475Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-05T11:17:24.475Z] #12 DONE 1.6s [2020-11-05T11:17:24.475Z] [2020-11-05T11:17:24.475Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:17:24.475Z] #51 1.472 + RM_GOPATH=0 [2020-11-05T11:17:24.475Z] #51 1.472 + TMP_GOPATH= [2020-11-05T11:17:24.475Z] #51 1.472 + : /build [2020-11-05T11:17:24.475Z] #51 1.472 + '[' -z '' ']' [2020-11-05T11:17:24.475Z] #51 1.474 ++ mktemp -d [2020-11-05T11:17:24.475Z] #51 1.481 + export GOPATH=/tmp/tmp.HWYSkIMICp [2020-11-05T11:17:24.475Z] #51 1.481 + GOPATH=/tmp/tmp.HWYSkIMICp [2020-11-05T11:17:24.475Z] #51 1.481 + RM_GOPATH=1 [2020-11-05T11:17:24.475Z] #51 1.481 + case "$(go env GOARCH)" in [2020-11-05T11:17:24.475Z] #51 1.482 ++ go env GOARCH [2020-11-05T11:17:24.475Z] #51 1.501 + export GO_BUILDMODE=-buildmode=pie [2020-11-05T11:17:24.475Z] #51 1.501 + GO_BUILDMODE=-buildmode=pie [2020-11-05T11:17:24.475Z] #51 1.502 ++ dirname /tmp/install/install.sh [2020-11-05T11:17:24.475Z] #51 1.503 + dir=/tmp/install [2020-11-05T11:17:24.475Z] #51 1.506 + bin=runc [2020-11-05T11:17:24.475Z] #51 1.507 + shift [2020-11-05T11:17:24.475Z] #51 1.508 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-05T11:17:24.475Z] #51 1.509 + . /tmp/install/runc.installer [2020-11-05T11:17:24.475Z] #51 1.509 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-05T11:17:24.475Z] #51 1.510 + install_runc [2020-11-05T11:17:24.475Z] #51 1.517 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-05T11:17:24.475Z] #51 1.517 + uname -r [2020-11-05T11:17:24.475Z] #51 1.520 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-05T11:17:24.475Z] #51 1.520 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-05T11:17:24.475Z] #51 1.520 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-05T11:17:24.475Z] #51 1.520 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.HWYSkIMICp/src/github.com/opencontainers/runc [2020-11-05T11:17:24.475Z] #51 1.535 Cloning into '/tmp/tmp.HWYSkIMICp/src/github.com/opencontainers/runc'... [2020-11-05T11:17:24.746Z] #18 19.42 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:17:24.746Z] #18 19.52 Fetched 27.6 MB in 2s (13.2 MB/s) [2020-11-05T11:17:25.010Z] #18 19.74 Selecting previously unselected package pigz. [2020-11-05T11:17:25.273Z] #18 19.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23405 files and directories currently installed.) [2020-11-05T11:17:25.273Z] #18 19.84 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2020-11-05T11:17:25.273Z] #18 19.85 Unpacking pigz (2.4-1) ... [2020-11-05T11:17:25.273Z] #18 20.04 Selecting previously unselected package libpython3.7-minimal:arm64. [2020-11-05T11:17:25.273Z] #18 20.04 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-11-05T11:17:25.273Z] #18 20.06 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-11-05T11:17:25.416Z] #44 ... [2020-11-05T11:17:25.416Z] [2020-11-05T11:17:25.416Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:17:25.416Z] #19 65.97 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-11-05T11:17:25.416Z] #19 65.98 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-11-05T11:17:25.416Z] #19 65.99 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-11-05T11:17:25.416Z] #19 65.99 Setting up vim (2:8.1.0875-5) ... [2020-11-05T11:17:25.416Z] #19 66.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-05T11:17:25.416Z] #19 66.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-05T11:17:25.416Z] #19 66.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-05T11:17:25.416Z] #19 66.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-05T11:17:25.416Z] #19 66.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-05T11:17:25.416Z] #19 66.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-05T11:17:25.416Z] #19 66.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-05T11:17:25.416Z] #19 66.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-05T11:17:25.416Z] #19 66.12 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-05T11:17:25.416Z] #19 66.14 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-05T11:17:25.416Z] #19 66.15 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-11-05T11:17:25.416Z] #19 66.16 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-05T11:17:25.416Z] #19 66.16 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-11-05T11:17:25.416Z] #19 66.17 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-05T11:17:25.416Z] #19 70.84 Setting up iptables (1.8.2-4) ... [2020-11-05T11:17:25.416Z] #19 70.87 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-05T11:17:25.416Z] #19 70.88 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-05T11:17:25.416Z] #19 70.89 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-05T11:17:25.416Z] #19 70.90 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-05T11:17:25.416Z] #19 70.91 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-05T11:17:25.416Z] #19 70.94 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-05T11:17:25.416Z] #19 70.96 Setting up python3 (3.7.3-1) ... [2020-11-05T11:17:25.416Z] #19 71.71 Setting up python3-wheel (0.32.3-2) ... [2020-11-05T11:17:25.416Z] #19 72.79 Setting up apparmor (2.13.2-10) ... [2020-11-05T11:17:25.416Z] #19 75.26 Setting up xfsprogs (4.20.0-1) ... [2020-11-05T11:17:25.416Z] #19 75.27 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-05T11:17:25.416Z] #19 75.81 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-05T11:17:25.428Z] #51 ... [2020-11-05T11:17:25.428Z] [2020-11-05T11:17:25.428Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-05T11:17:25.428Z] #13 DONE 1.1s [2020-11-05T11:17:25.428Z] [2020-11-05T11:17:25.428Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-05T11:17:26.004Z] #14 0.897 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-05T11:17:26.070Z] #19 77.06 Setting up python3-distutils (3.7.3-1) ... [2020-11-05T11:17:26.222Z] #18 20.74 Selecting previously unselected package python3.7-minimal. [2020-11-05T11:17:26.222Z] #18 20.75 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-11-05T11:17:26.222Z] #18 20.78 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-05T11:17:26.222Z] #18 ... [2020-11-05T11:17:26.222Z] [2020-11-05T11:17:26.222Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:26.222Z] #41 75.04 DEP criu/sockets.d [2020-11-05T11:17:26.222Z] #41 75.32 DEP criu/sk-unix.d [2020-11-05T11:17:26.222Z] #41 75.56 DEP criu/sk-tcp.d [2020-11-05T11:17:26.222Z] #41 75.84 DEP criu/sk-queue.d [2020-11-05T11:17:26.222Z] #41 76.04 DEP criu/sk-packet.d [2020-11-05T11:17:26.222Z] #41 76.32 DEP criu/sk-netlink.d [2020-11-05T11:17:26.222Z] #41 76.61 DEP criu/sk-inet.d [2020-11-05T11:17:26.222Z] #41 76.88 DEP criu/signalfd.d [2020-11-05T11:17:26.222Z] #41 77.07 DEP criu/sigframe.d [2020-11-05T11:17:26.222Z] #41 77.25 DEP criu/shmem.d [2020-11-05T11:17:26.222Z] #41 77.52 DEP criu/servicefd.d [2020-11-05T11:17:26.222Z] #41 77.72 DEP criu/seize.d [2020-11-05T11:17:26.222Z] #41 77.93 DEP criu/seccomp.d [2020-11-05T11:17:26.222Z] #41 78.11 DEP criu/rst-malloc.d [2020-11-05T11:17:26.222Z] #41 78.18 DEP criu/rbtree.d [2020-11-05T11:17:26.222Z] #41 78.21 DEP criu/pstree.d [2020-11-05T11:17:26.222Z] #41 78.37 DEP criu/protobuf.d [2020-11-05T11:17:26.222Z] #41 78.46 GEN criu/protobuf-desc-gen.h [2020-11-05T11:17:26.222Z] #41 80.32 DEP criu/protobuf-desc.d [2020-11-05T11:17:26.222Z] #41 80.50 DEP criu/proc_parse.d [2020-11-05T11:17:26.222Z] #41 80.71 DEP criu/plugin.d [2020-11-05T11:17:26.222Z] #41 80.79 DEP criu/pipes.d [2020-11-05T11:17:26.222Z] #41 80.98 DEP criu/pie-util.d [2020-11-05T11:17:26.222Z] #41 81.06 DEP criu/pie-util-vdso.d [2020-11-05T11:17:26.222Z] #41 81.15 DEP criu/path.d [2020-11-05T11:17:26.222Z] #41 81.31 DEP criu/parasite-syscall.d [2020-11-05T11:17:26.222Z] #41 81.49 DEP criu/pagemap.d [2020-11-05T11:17:26.222Z] #41 81.64 DEP criu/pagemap-cache.d [2020-11-05T11:17:26.222Z] #41 81.71 DEP criu/page-xfer.d [2020-11-05T11:17:26.222Z] #41 81.81 DEP criu/page-pipe.d [2020-11-05T11:17:26.222Z] #41 81.88 DEP criu/netfilter.d [2020-11-05T11:17:26.222Z] #41 82.01 DEP criu/net.d [2020-11-05T11:17:26.222Z] #41 82.33 DEP criu/namespaces.d [2020-11-05T11:17:26.222Z] #41 82.53 DEP criu/mount.d [2020-11-05T11:17:26.222Z] #41 82.66 DEP criu/memfd.d [2020-11-05T11:17:26.222Z] #41 82.86 DEP criu/mem.d [2020-11-05T11:17:26.222Z] #41 83.11 DEP criu/lsm.d [2020-11-05T11:17:26.222Z] #41 83.26 DEP criu/log.d [2020-11-05T11:17:26.222Z] #41 83.37 DEP criu/libnetlink.d [2020-11-05T11:17:26.222Z] #41 83.60 DEP criu/kerndat.d [2020-11-05T11:17:26.222Z] #41 83.86 DEP criu/kcmp-ids.d [2020-11-05T11:17:26.222Z] #41 84.03 DEP criu/irmap.d [2020-11-05T11:17:26.222Z] #41 84.14 DEP criu/ipc_ns.d [2020-11-05T11:17:26.222Z] #41 84.36 DEP criu/image.d [2020-11-05T11:17:26.222Z] #41 84.48 DEP criu/image-desc.d [2020-11-05T11:17:26.222Z] #41 84.64 DEP criu/fsnotify.d [2020-11-05T11:17:26.222Z] #41 84.90 DEP criu/filesystems.d [2020-11-05T11:17:26.222Z] #41 85.01 DEP criu/files.d [2020-11-05T11:17:26.222Z] #41 85.17 DEP criu/files-reg.d [2020-11-05T11:17:26.222Z] #41 85.43 DEP criu/files-ext.d [2020-11-05T11:17:26.269Z] #14 DONE 1.0s [2020-11-05T11:17:26.269Z] [2020-11-05T11:17:26.269Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-05T11:17:26.530Z] #15 ... [2020-11-05T11:17:26.530Z] [2020-11-05T11:17:26.530Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:17:26.530Z] #43 142.5 mime/multipart [2020-11-05T11:17:26.530Z] #43 144.5 crypto/tls [2020-11-05T11:17:26.530Z] #43 151.7 net/http/httptrace [2020-11-05T11:17:26.530Z] #43 152.1 net/http [2020-11-05T11:17:26.792Z] #43 ... [2020-11-05T11:17:26.792Z] [2020-11-05T11:17:26.792Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:26.792Z] #41 55.16 CC compel/src/lib/ptrace.o [2020-11-05T11:17:26.792Z] #41 55.73 AR compel/libcompel.a [2020-11-05T11:17:26.792Z] #41 55.80 HOSTCC compel/src/main-host.o [2020-11-05T11:17:26.792Z] #41 56.50 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-11-05T11:17:26.798Z] #41 85.61 DEP criu/file-lock.d [2020-11-05T11:17:26.798Z] #41 85.70 DEP criu/file-ids.d [2020-11-05T11:17:26.798Z] #41 85.80 DEP criu/fifo.d [2020-11-05T11:17:26.798Z] #41 85.88 DEP criu/fdstore.d [2020-11-05T11:17:26.798Z] #41 85.97 DEP criu/fault-injection.d [2020-11-05T11:17:26.798Z] #41 ... [2020-11-05T11:17:26.798Z] [2020-11-05T11:17:26.798Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:17:26.798Z] #18 21.66 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-11-05T11:17:26.854Z] ok github.com/docker/docker/daemon/graphdriver/aufs 15.681s coverage: 73.1% of statements [2020-11-05T11:17:26.854Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-05T11:17:26.854Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 58.0% of statements [2020-11-05T11:17:27.056Z] #41 56.68 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-05T11:17:27.060Z] #18 21.70 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-05T11:17:27.134Z] #19 77.91 Setting up python3-setuptools (40.8.0-1) ... [2020-11-05T11:17:27.318Z] #41 ... [2020-11-05T11:17:27.318Z] [2020-11-05T11:17:27.318Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-05T11:17:27.318Z] #15 DONE 1.0s [2020-11-05T11:17:27.318Z] [2020-11-05T11:17:27.318Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-05T11:17:27.555Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.003s coverage: 3.0% of statements [2020-11-05T11:17:27.845Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.042s coverage: 57.7% of statements [2020-11-05T11:17:27.845Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-05T11:17:27.845Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-05T11:17:28.262Z] #16 DONE 0.9s [2020-11-05T11:17:28.262Z] [2020-11-05T11:17:28.262Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-05T11:17:28.475Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2020-11-05T11:17:28.674Z] #19 79.69 Setting up python3-pip (18.1-5) ... [2020-11-05T11:17:29.106Z] ok github.com/docker/docker/daemon/images 0.012s coverage: 4.9% of statements [2020-11-05T11:17:29.106Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-05T11:17:29.106Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-05T11:17:29.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-05T11:17:29.722Z] #17 DONE 1.2s [2020-11-05T11:17:29.722Z] [2020-11-05T11:17:29.722Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:17:29.736Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 41.0% of statements [2020-11-05T11:17:30.215Z] #19 81.34 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:17:30.215Z] #19 81.38 Processing triggers for mime-support (3.62) ... [2020-11-05T11:17:30.526Z] #19 DONE 81.7s [2020-11-05T11:17:30.526Z] [2020-11-05T11:17:30.526Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-05T11:17:30.813Z] ok github.com/docker/docker/daemon/logger/awslogs 0.084s coverage: 77.4% of statements [2020-11-05T11:17:30.813Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-05T11:17:30.813Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-05T11:17:30.813Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2020-11-05T11:17:30.826Z] #20 ... [2020-11-05T11:17:30.827Z] [2020-11-05T11:17:30.827Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:30.827Z] #42 122.0 CC criu/cr-dedup.o [2020-11-05T11:17:30.827Z] #42 122.4 CC criu/cr-dump.o [2020-11-05T11:17:30.827Z] #42 126.3 CC criu/cr-errno.o [2020-11-05T11:17:30.827Z] #42 126.5 CC criu/cr-restore.o [2020-11-05T11:17:30.827Z] #42 ... [2020-11-05T11:17:30.827Z] [2020-11-05T11:17:30.827Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-05T11:17:30.827Z] #20 0.343 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-05T11:17:30.827Z] #20 0.352 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-05T11:17:30.827Z] #20 0.356 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-05T11:17:31.108Z] #18 1.446 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-05T11:17:31.108Z] #18 1.536 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-05T11:17:31.108Z] #18 1.631 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-05T11:17:31.128Z] #20 DONE 0.4s [2020-11-05T11:17:31.128Z] [2020-11-05T11:17:31.128Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-05T11:17:31.290Z] #18 25.79 Selecting previously unselected package python3-minimal. [2020-11-05T11:17:31.290Z] #18 25.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23654 files and directories currently installed.) [2020-11-05T11:17:31.290Z] #18 25.83 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2020-11-05T11:17:31.369Z] #18 2.045 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-05T11:17:31.428Z] #21 ... [2020-11-05T11:17:31.428Z] [2020-11-05T11:17:31.428Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:17:31.428Z] #44 DONE 198.0s [2020-11-05T11:17:31.456Z] ok github.com/docker/docker/daemon/logger/journald 0.006s coverage: 23.9% of statements [2020-11-05T11:17:31.555Z] #18 26.13 Unpacking python3-minimal (3.7.3-1) ... [2020-11-05T11:17:31.727Z] [2020-11-05T11:17:31.728Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:17:31.746Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 61.6% of statements [2020-11-05T11:17:31.746Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.019s coverage: 87.2% of statements [2020-11-05T11:17:31.826Z] #18 ... [2020-11-05T11:17:31.826Z] [2020-11-05T11:17:31.826Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:17:31.826Z] #38 149.9 + dpkg --print-architecture [2020-11-05T11:17:31.826Z] #38 DONE 153.8s [2020-11-05T11:17:31.826Z] [2020-11-05T11:17:31.826Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:17:31.826Z] #18 26.50 Selecting previously unselected package libmpdec2:arm64. [2020-11-05T11:17:31.826Z] #18 26.51 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2020-11-05T11:17:31.826Z] #18 26.53 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2020-11-05T11:17:32.089Z] #18 26.77 Selecting previously unselected package libpython3.7-stdlib:arm64. [2020-11-05T11:17:32.089Z] #18 26.77 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2020-11-05T11:17:32.352Z] #18 26.93 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-11-05T11:17:32.376Z] ok github.com/docker/docker/daemon/logger/local 0.007s coverage: 75.2% of statements [2020-11-05T11:17:32.376Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-05T11:17:32.596Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-05T11:17:32.667Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.046s coverage: 37.7% of statements [2020-11-05T11:17:33.283Z] #18 3.495 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-11-05T11:17:33.697Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.013s coverage: 33.3% of statements [2020-11-05T11:17:33.750Z] #18 28.51 Selecting previously unselected package python3.7. [2020-11-05T11:17:33.750Z] #18 28.51 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2020-11-05T11:17:33.833Z] #31 ... [2020-11-05T11:17:33.833Z] [2020-11-05T11:17:33.833Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:33.833Z] #42 134.9 CC criu/cr-service.o [2020-11-05T11:17:34.012Z] #18 28.53 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-05T11:17:34.012Z] #18 28.72 Selecting previously unselected package libpython3-stdlib:arm64. [2020-11-05T11:17:34.012Z] #18 28.73 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2020-11-05T11:17:34.012Z] #18 28.74 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2020-11-05T11:17:34.226Z] #18 4.815 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-05T11:17:34.276Z] #18 28.91 Setting up python3-minimal (3.7.3-1) ... [2020-11-05T11:17:34.327Z] ok github.com/docker/docker/daemon/logger/syslog 0.003s coverage: 46.8% of statements [2020-11-05T11:17:34.616Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-11-05T11:17:35.225Z] #18 30.13 Selecting previously unselected package python3. [2020-11-05T11:17:35.246Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-11-05T11:17:35.246Z] ok github.com/docker/docker/daemon/logger/splunk 1.430s coverage: 82.5% of statements [2020-11-05T11:17:35.246Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-05T11:17:35.246Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-05T11:17:35.488Z] #18 30.13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24066 files and directories currently installed.) [2020-11-05T11:17:35.488Z] #18 30.18 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2020-11-05T11:17:35.488Z] #18 30.19 Unpacking python3 (3.7.3-1) ... [2020-11-05T11:17:35.488Z] #18 30.29 Selecting previously unselected package libip4tc0:arm64. [2020-11-05T11:17:35.488Z] #18 30.30 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2020-11-05T11:17:35.488Z] #18 30.33 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2020-11-05T11:17:35.611Z] #18 ... [2020-11-05T11:17:35.611Z] [2020-11-05T11:17:35.611Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:35.611Z] #41 57.16 HOSTCC compel/src/lib/log-host.o [2020-11-05T11:17:35.611Z] #41 57.44 HOSTLINK compel/compel-host-bin [2020-11-05T11:17:35.611Z] #41 57.64 DEP soccr/soccr.d [2020-11-05T11:17:35.611Z] #41 57.82 CC soccr/soccr.o [2020-11-05T11:17:35.611Z] #41 59.90 AR soccr/libsoccr.a [2020-11-05T11:17:35.611Z] #41 59.96 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-05T11:17:35.611Z] #41 60.25 DEP criu/arch/x86/sigframe.d [2020-11-05T11:17:35.611Z] #41 60.30 DEP criu/arch/x86/sigaction_compat.d [2020-11-05T11:17:35.611Z] #41 60.46 DEP criu/arch/x86/kerndat.d [2020-11-05T11:17:35.611Z] #41 60.58 DEP criu/arch/x86/crtools.d [2020-11-05T11:17:35.611Z] #41 60.74 DEP criu/arch/x86/cpu.d [2020-11-05T11:17:35.611Z] #41 60.85 CC criu/arch/x86/cpu.o [2020-11-05T11:17:35.611Z] #41 61.52 CC criu/arch/x86/crtools.o [2020-11-05T11:17:35.611Z] #41 62.66 CC criu/arch/x86/kerndat.o [2020-11-05T11:17:35.611Z] #41 63.21 CC criu/arch/x86/sigaction_compat.o [2020-11-05T11:17:35.611Z] #41 63.51 CC criu/arch/x86/sigframe.o [2020-11-05T11:17:35.611Z] #41 63.83 LINK criu/arch/x86/crtools.built-in.o [2020-11-05T11:17:35.611Z] #41 63.88 DEP criu/pie/util-vdso-elf32.d [2020-11-05T11:17:35.611Z] #41 64.01 DEP criu/pie/util-vdso.d [2020-11-05T11:17:35.611Z] #41 64.20 DEP criu/pie/util.d [2020-11-05T11:17:35.611Z] #41 64.31 CC criu/pie/util.o [2020-11-05T11:17:35.611Z] #41 64.63 CC criu/pie/util-vdso.o [2020-11-05T11:17:35.611Z] #41 65.35 CC criu/pie/util-vdso-elf32.o [2020-11-05T11:17:35.751Z] #18 30.40 Selecting previously unselected package libip6tc0:arm64. [2020-11-05T11:17:35.751Z] #18 30.42 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2020-11-05T11:17:35.751Z] #18 30.43 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2020-11-05T11:17:36.008Z] #42 137.0 CC criu/crtools.o [2020-11-05T11:17:36.014Z] #18 30.59 Selecting previously unselected package libiptc0:arm64. [2020-11-05T11:17:36.014Z] #18 30.59 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2020-11-05T11:17:36.014Z] #18 30.60 Unpacking libiptc0:arm64 (1.8.2-4) ... [2020-11-05T11:17:36.014Z] #18 30.71 Selecting previously unselected package libnfnetlink0:arm64. [2020-11-05T11:17:36.014Z] #18 30.72 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2020-11-05T11:17:36.014Z] #18 30.72 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-11-05T11:17:36.014Z] #18 30.80 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2020-11-05T11:17:36.014Z] #18 30.80 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2020-11-05T11:17:36.014Z] #18 30.81 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-11-05T11:17:36.014Z] #18 30.92 Selecting previously unselected package libnftnl11:arm64. [2020-11-05T11:17:36.014Z] #18 30.92 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2020-11-05T11:17:36.277Z] #18 30.93 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2020-11-05T11:17:36.277Z] #18 31.02 Selecting previously unselected package iptables. [2020-11-05T11:17:36.277Z] #18 31.04 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2020-11-05T11:17:36.277Z] #18 31.04 Unpacking iptables (1.8.2-4) ... [2020-11-05T11:17:36.555Z] #41 66.13 AR criu/pie/pie.lib.a [2020-11-05T11:17:36.555Z] #41 66.20 DEP criu/pie/restorer.d [2020-11-05T11:17:36.659Z] #42 ... [2020-11-05T11:17:36.659Z] [2020-11-05T11:17:36.659Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:17:36.659Z] #31 DONE 202.6s [2020-11-05T11:17:36.659Z] [2020-11-05T11:17:36.659Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:17:36.748Z] ok github.com/docker/docker/distribution/metadata 0.030s coverage: 48.2% of statements [2020-11-05T11:17:36.748Z] ok github.com/docker/docker/distribution 0.225s coverage: 21.9% of statements [2020-11-05T11:17:36.749Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-05T11:17:36.790Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-05T11:17:36.816Z] #41 66.49 DEP criu/arch/x86/sigaction_compat_pie.d [2020-11-05T11:17:36.816Z] #41 66.62 DEP criu/arch/x86/restorer_unmap.d [2020-11-05T11:17:36.816Z] #41 66.66 DEP criu/arch/x86/restorer.d [2020-11-05T11:17:36.854Z] #18 31.51 Selecting previously unselected package xxd. [2020-11-05T11:17:36.854Z] #18 31.52 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-11-05T11:17:36.854Z] #18 31.53 Unpacking xxd (2:8.1.0875-5) ... [2020-11-05T11:17:36.854Z] #18 31.72 Selecting previously unselected package vim-common. [2020-11-05T11:17:36.854Z] #18 31.73 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-05T11:17:36.956Z] #48 ... [2020-11-05T11:17:36.956Z] [2020-11-05T11:17:36.956Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:36.956Z] #42 138.3 CC criu/eventfd.o [2020-11-05T11:17:37.077Z] #41 66.81 DEP criu/arch/x86/vdso-pie.d [2020-11-05T11:17:37.117Z] #18 31.76 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-05T11:17:37.117Z] #18 ... [2020-11-05T11:17:37.117Z] [2020-11-05T11:17:37.117Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:37.117Z] #41 86.02 DEP criu/external.d [2020-11-05T11:17:37.117Z] #41 86.11 DEP criu/eventpoll.d [2020-11-05T11:17:37.117Z] #41 86.27 DEP criu/eventfd.d [2020-11-05T11:17:37.117Z] #41 86.69 DEP criu/crtools.d [2020-11-05T11:17:37.117Z] #41 86.90 DEP criu/cr-service.d [2020-11-05T11:17:37.117Z] #41 87.13 DEP criu/cr-restore.d [2020-11-05T11:17:37.117Z] #41 87.49 DEP criu/cr-errno.d [2020-11-05T11:17:37.117Z] #41 87.50 DEP criu/cr-dump.d [2020-11-05T11:17:37.117Z] #41 87.66 DEP criu/cr-dedup.d [2020-11-05T11:17:37.117Z] #41 87.82 DEP criu/cr-check.d [2020-11-05T11:17:37.117Z] #41 88.05 DEP criu/config.d [2020-11-05T11:17:37.117Z] #41 88.17 DEP criu/clone-noasan.d [2020-11-05T11:17:37.117Z] #41 88.22 DEP criu/cgroup.d [2020-11-05T11:17:37.117Z] #41 88.41 DEP criu/cgroup-props.d [2020-11-05T11:17:37.117Z] #41 88.56 DEP criu/bitmap.d [2020-11-05T11:17:37.117Z] #41 88.58 DEP criu/bfd.d [2020-11-05T11:17:37.117Z] #41 88.64 DEP criu/autofs.d [2020-11-05T11:17:37.117Z] #41 88.79 DEP criu/aio.d [2020-11-05T11:17:37.117Z] #41 88.94 DEP criu/action-scripts.d [2020-11-05T11:17:37.117Z] #41 89.20 CC criu/action-scripts.o [2020-11-05T11:17:37.117Z] #41 89.81 CC criu/aio.o [2020-11-05T11:17:37.117Z] #41 90.54 CC criu/autofs.o [2020-11-05T11:17:37.117Z] #41 92.30 CC criu/bfd.o [2020-11-05T11:17:37.117Z] #41 93.15 CC criu/bitmap.o [2020-11-05T11:17:37.117Z] #41 93.45 CC criu/cgroup-props.o [2020-11-05T11:17:37.117Z] #41 94.40 CC criu/cgroup.o [2020-11-05T11:17:37.337Z] #41 66.89 DEP criu/pie/parasite-vdso.d [2020-11-05T11:17:37.337Z] #41 67.08 DEP criu/pie/parasite.d [2020-11-05T11:17:37.378Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2020-11-05T11:17:37.379Z] #41 ... [2020-11-05T11:17:37.379Z] [2020-11-05T11:17:37.379Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:17:37.379Z] #18 32.12 Selecting previously unselected package bash-completion. [2020-11-05T11:17:37.379Z] #18 32.12 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-05T11:17:37.598Z] #41 67.31 CC criu/pie/parasite.o [2020-11-05T11:17:37.605Z] #42 138.9 CC criu/eventpoll.o [2020-11-05T11:17:38.008Z] ok github.com/docker/docker/image 0.012s coverage: 86.4% of statements [2020-11-05T11:17:38.171Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-05T11:17:38.171Z] [2020-11-05T11:17:38.171Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-11-05T11:17:38.171Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-11-05T11:17:38.171Z] Using test binary docker [2020-11-05T11:17:38.171Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-05T11:17:38.171Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-05T11:17:38.171Z] INFO: Waiting for daemon to start... [2020-11-05T11:17:38.171Z] Starting dockerd [2020-11-05T11:17:38.171Z] . [2020-11-05T11:17:38.171Z] INFO: Building docker-sdk-python3:4.3.0... [2020-11-05T11:17:38.638Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2020-11-05T11:17:38.695Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-05T11:17:38.983Z] #41 68.44 LINK criu/pie/parasite.built-in.o [2020-11-05T11:17:38.983Z] #41 68.46 GEN criu/pie/parasite-blob.h [2020-11-05T11:17:38.983Z] #41 68.48 CC criu/pie/parasite-vdso.o [2020-11-05T11:17:39.141Z] #42 140.0 CC criu/external.o [2020-11-05T11:17:39.141Z] #42 140.3 CC criu/fault-injection.o [2020-11-05T11:17:39.141Z] #42 140.4 CC criu/fdstore.o [2020-11-05T11:17:39.267Z] ok github.com/docker/docker/image/v1 0.005s coverage: 25.0% of statements [2020-11-05T11:17:39.267Z] ok github.com/docker/docker/distribution/xfer 1.864s coverage: 85.1% of statements [2020-11-05T11:17:39.268Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-05T11:17:39.268Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-05T11:17:39.268Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-05T11:17:39.441Z] #42 140.8 CC criu/fifo.o [2020-11-05T11:17:39.555Z] #41 69.11 CC criu/arch/x86/vdso-pie.o [2020-11-05T11:17:39.816Z] #41 69.41 CC criu/arch/x86/restorer.o [2020-11-05T11:17:39.816Z] #41 ... [2020-11-05T11:17:39.816Z] [2020-11-05T11:17:39.816Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:17:39.816Z] #43 165.6 github.com/LK4D4/vndr/godl [2020-11-05T11:17:39.897Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2020-11-05T11:17:40.091Z] #42 141.3 CC criu/file-ids.o [2020-11-05T11:17:40.391Z] #42 141.7 CC criu/file-lock.o [2020-11-05T11:17:40.529Z] ok github.com/docker/docker/oci 0.003s coverage: 8.2% of statements [2020-11-05T11:17:40.695Z] #18 35.09 Unpacking bash-completion (1:2.8-6) ... [2020-11-05T11:17:40.695Z] #18 35.57 Selecting previously unselected package bzip2. [2020-11-05T11:17:40.760Z] #43 166.5 github.com/LK4D4/vndr [2020-11-05T11:17:40.958Z] #18 35.58 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2020-11-05T11:17:40.958Z] #18 35.58 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-05T11:17:40.958Z] #18 35.71 Selecting previously unselected package xz-utils. [2020-11-05T11:17:40.958Z] #18 35.71 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2020-11-05T11:17:40.958Z] #18 35.74 Unpacking xz-utils (5.2.4-1) ... [2020-11-05T11:17:41.159Z] ok github.com/docker/docker/opts 0.013s coverage: 67.1% of statements [2020-11-05T11:17:41.159Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2020-11-05T11:17:41.222Z] #18 35.92 Selecting previously unselected package apparmor. [2020-11-05T11:17:41.222Z] #18 35.92 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2020-11-05T11:17:41.485Z] #18 36.02 Unpacking apparmor (2.13.2-10) ... [2020-11-05T11:17:41.810Z] #18 36.46 Selecting previously unselected package aufs-tools. [2020-11-05T11:17:41.810Z] #18 36.47 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2020-11-05T11:17:41.810Z] #18 36.48 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-05T11:17:41.931Z] #42 142.9 CC criu/files-ext.o [2020-11-05T11:17:42.081Z] #18 36.61 Selecting previously unselected package libonig5:arm64. [2020-11-05T11:17:42.081Z] #18 36.63 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2020-11-05T11:17:42.081Z] #18 36.64 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-11-05T11:17:42.081Z] #18 36.87 Selecting previously unselected package libjq1:arm64. [2020-11-05T11:17:42.081Z] #18 36.87 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-11-05T11:17:42.081Z] #18 36.87 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-05T11:17:42.081Z] #18 37.00 Selecting previously unselected package jq. [2020-11-05T11:17:42.231Z] #42 143.6 CC criu/files-reg.o [2020-11-05T11:17:42.349Z] #18 37.01 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-11-05T11:17:42.349Z] #18 37.03 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-05T11:17:42.349Z] #18 37.22 Selecting previously unselected package libaio1:arm64. [2020-11-05T11:17:42.349Z] #18 37.23 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2020-11-05T11:17:42.615Z] #18 37.23 Unpacking libaio1:arm64 (0.3.112-3) ... [2020-11-05T11:17:42.615Z] #18 37.36 Selecting previously unselected package libgpm2:arm64. [2020-11-05T11:17:42.615Z] #18 37.36 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2020-11-05T11:17:42.615Z] #18 37.38 Unpacking libgpm2:arm64 (1.20.7-5) ... [2020-11-05T11:17:42.661Z] ok github.com/docker/docker/pkg/archive 0.488s coverage: 76.8% of statements [2020-11-05T11:17:42.876Z] #18 37.53 Selecting previously unselected package libicu63:arm64. [2020-11-05T11:17:42.876Z] #18 37.54 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-11-05T11:17:42.876Z] #18 37.55 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-05T11:17:42.882Z] #42 ... [2020-11-05T11:17:42.882Z] [2020-11-05T11:17:42.882Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-05T11:17:42.882Z] #21 7.233 Collecting yamllint==1.16.0 [2020-11-05T11:17:42.882Z] #21 7.576 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-05T11:17:42.882Z] #21 7.661 Collecting pyyaml (from yamllint==1.16.0) [2020-11-05T11:17:42.882Z] #21 8.014 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-05T11:17:42.882Z] #21 9.879 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-05T11:17:42.882Z] #21 9.966 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-11-05T11:17:42.882Z] #21 10.08 Building wheels for collected packages: pyyaml [2020-11-05T11:17:42.882Z] #21 10.08 Running setup.py bdist_wheel for pyyaml: started [2020-11-05T11:17:42.882Z] #21 11.41 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-05T11:17:42.882Z] #21 11.41 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-05T11:17:42.882Z] #21 11.46 Successfully built pyyaml [2020-11-05T11:17:42.882Z] #21 11.48 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-05T11:17:42.882Z] #21 11.74 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-05T11:17:42.882Z] #21 DONE 12.0s [2020-11-05T11:17:42.889Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-05T11:17:43.180Z] [2020-11-05T11:17:43.180Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:17:43.292Z] ok github.com/docker/docker/pkg/authorization 0.251s coverage: 68.3% of statements [2020-11-05T11:17:43.310Z] #43 ... [2020-11-05T11:17:43.310Z] [2020-11-05T11:17:43.310Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:17:43.310Z] #51 10.72 + cd /tmp/tmp.HWYSkIMICp/src/github.com/opencontainers/runc [2020-11-05T11:17:43.310Z] #51 10.73 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-05T11:17:43.310Z] #51 11.36 + '[' -z '' ']' [2020-11-05T11:17:43.310Z] #51 11.36 + target=static [2020-11-05T11:17:43.310Z] #51 11.37 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-05T11:17:43.310Z] #51 11.77 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-11-05T11:17:43.310Z] #51 ... [2020-11-05T11:17:43.310Z] [2020-11-05T11:17:43.310Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:43.310Z] #41 69.98 CC criu/arch/x86/restorer_unmap.o [2020-11-05T11:17:43.310Z] #41 70.05 CC criu/arch/x86/sigaction_compat_pie.o [2020-11-05T11:17:43.310Z] #41 70.30 CC criu/pie/restorer.o [2020-11-05T11:17:43.582Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-11-05T11:17:43.582Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-11-05T11:17:43.882Z] #41 73.31 LINK criu/pie/restorer.built-in.o [2020-11-05T11:17:43.882Z] #41 73.33 GEN criu/pie/restorer-blob.h [2020-11-05T11:17:43.882Z] #41 73.44 DEP criu/vdso.d [2020-11-05T11:17:43.882Z] #41 73.61 DEP criu/vdso-compat.d [2020-11-05T11:17:44.143Z] #41 73.79 DEP criu/uts_ns.d [2020-11-05T11:17:44.403Z] #41 73.95 DEP criu/util.d [2020-11-05T11:17:44.664Z] #41 74.20 DEP criu/uffd.d [2020-11-05T11:17:44.664Z] #41 74.38 DEP criu/tun.d [2020-11-05T11:17:44.760Z] #39 ... [2020-11-05T11:17:44.760Z] [2020-11-05T11:17:44.760Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:44.760Z] #42 146.0 CC criu/files.o [2020-11-05T11:17:44.925Z] #41 74.61 DEP criu/tty.d [2020-11-05T11:17:45.186Z] #41 74.81 DEP criu/timerfd.d [2020-11-05T11:17:45.447Z] #41 74.97 DEP criu/timens.d [2020-11-05T11:17:45.447Z] #41 75.09 DEP criu/sysfs_parse.d [2020-11-05T11:17:45.447Z] #41 75.21 DEP criu/sysctl.d [2020-11-05T11:17:45.708Z] #41 75.35 DEP criu/string.d [2020-11-05T11:17:45.708Z] #41 75.39 DEP criu/stats.d [2020-11-05T11:17:45.969Z] #41 75.56 DEP criu/sockets.d [2020-11-05T11:17:45.969Z] #41 75.75 DEP criu/sk-unix.d [2020-11-05T11:17:46.180Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-05T11:17:46.540Z] #41 76.01 DEP criu/sk-tcp.d [2020-11-05T11:17:46.540Z] #41 76.22 DEP criu/sk-queue.d [2020-11-05T11:17:46.800Z] #41 76.44 DEP criu/sk-packet.d [2020-11-05T11:17:47.061Z] #41 76.58 DEP criu/sk-netlink.d [2020-11-05T11:17:47.061Z] #41 76.73 DEP criu/sk-inet.d [2020-11-05T11:17:47.134Z] #18 41.45 Selecting previously unselected package libnet1:arm64. [2020-11-05T11:17:47.134Z] #18 41.46 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-11-05T11:17:47.134Z] #18 41.46 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-05T11:17:47.134Z] #18 41.61 Selecting previously unselected package libnl-3-200:arm64. [2020-11-05T11:17:47.134Z] #18 41.61 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2020-11-05T11:17:47.134Z] #18 41.61 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-11-05T11:17:47.134Z] #18 41.70 Selecting previously unselected package libprotobuf-c1:arm64. [2020-11-05T11:17:47.134Z] #18 41.70 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-11-05T11:17:47.134Z] #18 41.73 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-05T11:17:47.134Z] #18 41.84 Selecting previously unselected package libreadline5:arm64. [2020-11-05T11:17:47.134Z] #18 41.85 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2020-11-05T11:17:47.134Z] #18 41.85 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-11-05T11:17:47.323Z] #41 76.95 DEP criu/signalfd.d [2020-11-05T11:17:47.397Z] #18 42.00 Selecting previously unselected package net-tools. [2020-11-05T11:17:47.397Z] #18 42.00 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2020-11-05T11:17:47.397Z] #18 42.02 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-05T11:17:47.397Z] #18 42.26 Selecting previously unselected package python-pip-whl. [2020-11-05T11:17:47.540Z] #42 148.5 CC criu/filesystems.o [2020-11-05T11:17:47.584Z] #41 77.16 DEP criu/sigframe.d [2020-11-05T11:17:47.584Z] #41 77.32 DEP criu/shmem.d [2020-11-05T11:17:47.660Z] #18 42.26 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-05T11:17:47.660Z] #18 42.28 Unpacking python-pip-whl (18.1-5) ... [2020-11-05T11:17:47.844Z] #41 77.49 DEP criu/servicefd.d [2020-11-05T11:17:48.021Z] ok github.com/docker/docker/pkg/chrootarchive 3.491s coverage: 43.2% of statements [2020-11-05T11:17:48.021Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-11-05T11:17:48.021Z] ok github.com/docker/docker/layer 7.737s coverage: 68.8% of statements [2020-11-05T11:17:48.021Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-05T11:17:48.021Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-05T11:17:48.021Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-05T11:17:48.021Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-05T11:17:48.021Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-05T11:17:48.021Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-05T11:17:48.021Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-05T11:17:48.105Z] #41 77.67 DEP criu/seize.d [2020-11-05T11:17:48.105Z] #41 77.81 DEP criu/seccomp.d [2020-11-05T11:17:48.191Z] #42 149.4 CC criu/fsnotify.o [2020-11-05T11:17:48.236Z] #18 42.79 Selecting previously unselected package python3-lib2to3. [2020-11-05T11:17:48.237Z] #18 42.79 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-05T11:17:48.237Z] #18 42.79 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-05T11:17:48.237Z] #18 42.97 Selecting previously unselected package python3-distutils. [2020-11-05T11:17:48.237Z] #18 42.97 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-05T11:17:48.237Z] #18 42.99 Unpacking python3-distutils (3.7.3-1) ... [2020-11-05T11:17:48.311Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2020-11-05T11:17:48.365Z] #41 77.97 DEP criu/rst-malloc.d [2020-11-05T11:17:48.500Z] #18 43.21 Selecting previously unselected package python3-pip. [2020-11-05T11:17:48.500Z] #18 43.22 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-05T11:17:48.500Z] #18 ... [2020-11-05T11:17:48.500Z] [2020-11-05T11:17:48.500Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:48.500Z] #41 97.48 CC criu/clone-noasan.o [2020-11-05T11:17:48.500Z] #41 97.69 CC criu/config.o [2020-11-05T11:17:48.500Z] #41 99.05 CC criu/cr-check.o [2020-11-05T11:17:48.500Z] #41 100.8 CC criu/cr-dedup.o [2020-11-05T11:17:48.500Z] #41 101.4 CC criu/cr-dump.o [2020-11-05T11:17:48.500Z] #41 103.9 CC criu/cr-errno.o [2020-11-05T11:17:48.500Z] #41 104.0 CC criu/cr-restore.o [2020-11-05T11:17:48.500Z] #41 ... [2020-11-05T11:17:48.500Z] [2020-11-05T11:17:48.500Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:17:48.500Z] #18 43.24 Unpacking python3-pip (18.1-5) ... [2020-11-05T11:17:48.601Z] ok github.com/docker/docker/pkg/discovery/file 0.009s coverage: 97.6% of statements [2020-11-05T11:17:48.626Z] #41 78.09 DEP criu/rbtree.d [2020-11-05T11:17:48.626Z] #41 78.14 DEP criu/pstree.d [2020-11-05T11:17:48.626Z] #41 78.29 DEP criu/protobuf.d [2020-11-05T11:17:48.763Z] #18 43.41 Selecting previously unselected package python3-pkg-resources. [2020-11-05T11:17:48.763Z] #18 43.42 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-05T11:17:48.763Z] #18 43.43 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-05T11:17:48.763Z] #18 43.59 Selecting previously unselected package python3-setuptools. [2020-11-05T11:17:48.763Z] #18 43.59 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-05T11:17:48.763Z] #18 43.61 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-05T11:17:48.886Z] #41 78.41 GEN criu/protobuf-desc-gen.h [2020-11-05T11:17:48.891Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-11-05T11:17:49.342Z] #18 43.89 Selecting previously unselected package python3-wheel. [2020-11-05T11:17:49.342Z] #18 43.90 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-05T11:17:49.342Z] #18 43.90 Unpacking python3-wheel (0.32.3-2) ... [2020-11-05T11:17:49.342Z] #18 44.05 Selecting previously unselected package sudo. [2020-11-05T11:17:49.342Z] #18 44.07 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ... [2020-11-05T11:17:49.342Z] #18 44.09 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-05T11:17:49.520Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2020-11-05T11:17:49.732Z] #42 150.7 CC criu/image-desc.o [2020-11-05T11:17:49.732Z] #42 150.9 CC criu/image.o [2020-11-05T11:17:49.810Z] ok github.com/docker/docker/pkg/dmesg 0.010s coverage: 83.3% of statements [2020-11-05T11:17:49.987Z] #18 44.59 Selecting previously unselected package thin-provisioning-tools. [2020-11-05T11:17:49.987Z] #18 44.60 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2020-11-05T11:17:49.987Z] #18 44.61 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-05T11:17:50.250Z] #18 44.96 Selecting previously unselected package uidmap. [2020-11-05T11:17:50.250Z] #18 44.97 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2020-11-05T11:17:50.250Z] #18 44.98 Unpacking uidmap (1:4.5-1.1) ... [2020-11-05T11:17:50.274Z] #41 ... [2020-11-05T11:17:50.274Z] [2020-11-05T11:17:50.274Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:17:50.274Z] #43 DONE 176.0s [2020-11-05T11:17:50.274Z] [2020-11-05T11:17:50.274Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:17:50.274Z] #18 10.62 Fetched 8396 kB in 9s (884 kB/s) [2020-11-05T11:17:50.274Z] #18 10.62 Reading package lists... [2020-11-05T11:17:50.274Z] #18 14.44 Reading package lists... [2020-11-05T11:17:50.274Z] #18 18.15 Building dependency tree... [2020-11-05T11:17:50.274Z] #18 19.71 libcap2-bin is already the newest version (1:2.25-2). [2020-11-05T11:17:50.274Z] #18 19.71 The following additional packages will be installed: [2020-11-05T11:17:50.274Z] #18 19.71 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-05T11:17:50.274Z] #18 19.71 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-05T11:17:50.274Z] #18 19.72 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-05T11:17:50.274Z] #18 19.72 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-05T11:17:50.274Z] #18 19.72 python3.7 python3.7-minimal vim-runtime xxd [2020-11-05T11:17:50.274Z] #18 19.72 Suggested packages: [2020-11-05T11:17:50.274Z] #18 19.72 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-05T11:17:50.274Z] #18 19.72 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-05T11:17:50.274Z] #18 19.72 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-05T11:17:50.274Z] #18 19.72 Recommended packages: [2020-11-05T11:17:50.274Z] #18 19.72 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-05T11:17:50.274Z] #18 19.72 python3-keyrings.alt python3-xdg unzip [2020-11-05T11:17:50.374Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-05T11:17:50.514Z] #18 45.13 Selecting previously unselected package vim-runtime. [2020-11-05T11:17:50.514Z] #18 45.14 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-05T11:17:50.514Z] #18 45.17 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-05T11:17:50.514Z] #18 45.21 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-05T11:17:50.514Z] #18 45.22 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-05T11:17:50.792Z] #42 151.8 CC criu/ipc_ns.o [2020-11-05T11:17:50.848Z] #18 ... [2020-11-05T11:17:50.848Z] [2020-11-05T11:17:50.848Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:50.848Z] #41 80.33 DEP criu/protobuf-desc.d [2020-11-05T11:17:50.848Z] #41 80.52 DEP criu/proc_parse.d [2020-11-05T11:17:50.865Z] ok github.com/docker/docker/pkg/filenotify 0.630s coverage: 67.0% of statements [2020-11-05T11:17:51.108Z] #41 80.79 DEP criu/plugin.d [2020-11-05T11:17:51.108Z] #41 80.85 DEP criu/pipes.d [2020-11-05T11:17:51.369Z] #41 80.96 DEP criu/pie-util.d [2020-11-05T11:17:51.369Z] #41 81.04 DEP criu/pie-util-vdso.d [2020-11-05T11:17:51.369Z] #41 81.13 DEP criu/pie-util-vdso-elf32.d [2020-11-05T11:17:51.497Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 89.5% of statements [2020-11-05T11:17:51.630Z] #41 81.28 DEP criu/path.d [2020-11-05T11:17:51.852Z] #42 153.2 CC criu/irmap.o [2020-11-05T11:17:51.892Z] #41 81.39 DEP criu/parasite-syscall.d [2020-11-05T11:17:51.892Z] #41 81.55 DEP criu/pagemap.d [2020-11-05T11:17:52.126Z] ok github.com/docker/docker/pkg/discovery/kv 3.071s coverage: 84.1% of statements [2020-11-05T11:17:52.153Z] #41 81.76 DEP criu/pagemap-cache.d [2020-11-05T11:17:52.153Z] #41 81.92 DEP criu/page-xfer.d [2020-11-05T11:17:52.414Z] #41 82.08 DEP criu/page-pipe.d [2020-11-05T11:17:52.414Z] #41 82.16 DEP criu/netfilter.d [2020-11-05T11:17:52.416Z] ok github.com/docker/docker/pkg/homedir 0.001s coverage: 11.4% of statements [2020-11-05T11:17:52.416Z] ok github.com/docker/docker/pkg/fsutils 0.330s coverage: 85.1% of statements [2020-11-05T11:17:52.676Z] #41 82.26 DEP criu/net.d [2020-11-05T11:17:52.910Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-05T11:17:52.920Z] #42 153.9 CC criu/kcmp-ids.o [2020-11-05T11:17:52.920Z] #42 154.2 CC criu/kerndat.o [2020-11-05T11:17:52.937Z] #41 82.53 DEP criu/namespaces.d [2020-11-05T11:17:53.046Z] ok github.com/docker/docker/pkg/idtools 0.194s coverage: 70.1% of statements [2020-11-05T11:17:53.198Z] #41 82.68 DEP criu/mount.d [2020-11-05T11:17:53.199Z] #41 82.87 DEP criu/memfd.d [2020-11-05T11:17:53.336Z] ok github.com/docker/docker/pkg/ioutils 0.322s coverage: 70.1% of statements [2020-11-05T11:17:53.336Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2020-11-05T11:17:53.336Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-05T11:17:53.460Z] #41 83.01 DEP criu/mem.d [2020-11-05T11:17:53.626Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2020-11-05T11:17:53.626Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-05T11:17:53.626Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-05T11:17:53.626Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2020-11-05T11:17:53.626Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-05T11:17:53.721Z] #41 83.23 DEP criu/lsm.d [2020-11-05T11:17:53.721Z] #41 83.35 DEP criu/log.d [2020-11-05T11:17:53.721Z] #41 83.49 DEP criu/libnetlink.d [2020-11-05T11:17:53.828Z] #18 48.50 Selecting previously unselected package vim. [2020-11-05T11:17:53.829Z] #18 48.50 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2020-11-05T11:17:53.829Z] #18 48.52 Unpacking vim (2:8.1.0875-5) ... [2020-11-05T11:17:53.916Z] ok github.com/docker/docker/pkg/parsers 0.013s coverage: 97.0% of statements [2020-11-05T11:17:53.916Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2020-11-05T11:17:53.982Z] #41 83.60 DEP criu/kerndat.d [2020-11-05T11:17:54.206Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2020-11-05T11:17:54.243Z] #41 83.76 DEP criu/kcmp-ids.d [2020-11-05T11:17:54.243Z] #41 83.82 DEP criu/irmap.d [2020-11-05T11:17:54.243Z] #41 83.92 DEP criu/ipc_ns.d [2020-11-05T11:17:54.403Z] #18 49.14 Selecting previously unselected package xfsprogs. [2020-11-05T11:17:54.404Z] #18 49.14 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2020-11-05T11:17:54.404Z] #18 49.15 Unpacking xfsprogs (4.20.0-1) ... [2020-11-05T11:17:54.496Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2020-11-05T11:17:54.496Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-05T11:17:54.496Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-05T11:17:54.497Z] #42 155.7 CC criu/libnetlink.o [2020-11-05T11:17:54.504Z] #41 84.06 DEP criu/image.d [2020-11-05T11:17:54.504Z] #41 84.24 DEP criu/image-desc.d [2020-11-05T11:17:54.765Z] #41 84.32 DEP criu/fsnotify.d [2020-11-05T11:17:54.765Z] #41 84.48 DEP criu/filesystems.d [2020-11-05T11:17:54.980Z] #18 49.69 Selecting previously unselected package zip. [2020-11-05T11:17:54.980Z] #18 49.69 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2020-11-05T11:17:54.980Z] #18 49.70 Unpacking zip (3.0-11+b1) ... [2020-11-05T11:17:55.026Z] #41 84.61 DEP criu/files.d [2020-11-05T11:17:55.026Z] #41 84.78 DEP criu/files-reg.d [2020-11-05T11:17:55.126Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2020-11-05T11:17:55.148Z] #42 156.2 CC criu/log.o [2020-11-05T11:17:55.243Z] #18 49.93 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-05T11:17:55.243Z] #18 49.96 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-05T11:17:55.243Z] #18 49.98 Setting up libip6tc0:arm64 (1.8.2-4) ... [2020-11-05T11:17:55.243Z] #18 50.00 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-11-05T11:17:55.243Z] #18 50.01 Setting up libgpm2:arm64 (1.20.7-5) ... [2020-11-05T11:17:55.243Z] #18 50.04 Setting up libip4tc0:arm64 (1.8.2-4) ... [2020-11-05T11:17:55.243Z] #18 50.06 Setting up uidmap (1:4.5-1.1) ... [2020-11-05T11:17:55.243Z] #18 50.07 Setting up libnftnl11:arm64 (1.1.2-2) ... [2020-11-05T11:17:55.243Z] #18 50.16 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-05T11:17:55.287Z] #41 84.96 DEP criu/files-ext.d [2020-11-05T11:17:55.287Z] #41 85.05 DEP criu/file-lock.d [2020-11-05T11:17:55.416Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-11-05T11:17:55.447Z] #42 156.8 CC criu/lsm.o [2020-11-05T11:17:55.505Z] #18 50.17 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-05T11:17:55.505Z] #18 50.18 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-05T11:17:55.505Z] #18 50.20 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-05T11:17:55.505Z] #18 50.21 Setting up xxd (2:8.1.0875-5) ... [2020-11-05T11:17:55.505Z] #18 50.23 Setting up zip (3.0-11+b1) ... [2020-11-05T11:17:55.505Z] #18 50.24 Setting up vim-common (2:8.1.0875-5) ... [2020-11-05T11:17:55.547Z] #41 85.14 DEP criu/file-ids.d [2020-11-05T11:17:55.548Z] #41 85.34 DEP criu/fifo.d [2020-11-05T11:17:55.706Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-11-05T11:17:55.706Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-11-05T11:17:55.768Z] #18 50.43 Setting up bash-completion (1:2.8-6) ... [2020-11-05T11:17:55.808Z] #41 85.49 DEP criu/fdstore.d [2020-11-05T11:17:55.808Z] #41 85.62 DEP criu/fault-injection.d [2020-11-05T11:17:56.069Z] #41 85.68 DEP criu/external.d [2020-11-05T11:17:56.069Z] #41 85.76 DEP criu/eventpoll.d [2020-11-05T11:17:56.096Z] #42 157.4 CC criu/mem.o [2020-11-05T11:17:56.201Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-05T11:17:56.330Z] #41 85.95 DEP criu/eventfd.d [2020-11-05T11:17:56.591Z] #41 86.10 DEP criu/crtools.d [2020-11-05T11:17:56.591Z] #41 86.31 DEP criu/cr-service.d [2020-11-05T11:17:56.853Z] #41 86.49 DEP criu/cr-restore.d [2020-11-05T11:17:57.114Z] #41 86.67 DEP criu/cr-errno.d [2020-11-05T11:17:57.114Z] #41 86.70 DEP criu/cr-dump.d [2020-11-05T11:17:57.210Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 75.0% of statements [2020-11-05T11:17:57.210Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-11-05T11:17:57.375Z] #41 86.97 DEP criu/cr-dedup.d [2020-11-05T11:17:57.375Z] #41 87.12 DEP criu/cr-check.d [2020-11-05T11:17:57.636Z] #41 87.33 DEP criu/config.d [2020-11-05T11:17:57.636Z] #41 87.48 DEP criu/clone-noasan.d [2020-11-05T11:17:57.842Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-11-05T11:17:57.842Z] [2020-11-05T11:17:57.842Z] ________ ____ __. [2020-11-05T11:17:57.842Z] \_____ \ | |/ _| [2020-11-05T11:17:57.842Z] / | \| < [2020-11-05T11:17:57.842Z] / | \ | \ [2020-11-05T11:17:57.842Z] \_______ /____|__ \ [2020-11-05T11:17:57.842Z] \/ \/ [2020-11-05T11:17:57.842Z] [2020-11-05T11:17:57.842Z] INFO: make.ps1 ended at 11/05/2020 11:17:46 [2020-11-05T11:17:57.842Z] INFO: Binaries build ended at 11/05/2020 11:17:48. Duration:00:01:22.9009672 [2020-11-05T11:17:57.842Z] INFO: Copying the built daemon binary to d:\CI\PR-40256\7\binary\dockerd-315101e8a7.exe... [2020-11-05T11:17:57.842Z] INFO: Copying the built client binary to d:\CI\PR-40256\7\binary\docker-315101e8a7.exe... [2020-11-05T11:17:57.842Z] INFO: Copying dockerversion from the container... [2020-11-05T11:17:57.842Z] INFO: Copying the golang package from the container to d:\CI\PR-40256\7\installer\go.zip... [2020-11-05T11:17:57.842Z] INFO: Extracting go.zip to d:\CI\PR-40256\7\go [2020-11-05T11:17:57.897Z] #41 87.60 DEP criu/cgroup.d [2020-11-05T11:17:58.159Z] #41 87.78 DEP criu/cgroup-props.d [2020-11-05T11:17:58.159Z] #41 87.88 DEP criu/bitmap.d [2020-11-05T11:17:58.159Z] #41 87.90 DEP criu/bfd.d [2020-11-05T11:17:58.159Z] #41 88.00 DEP criu/autofs.d [2020-11-05T11:17:58.205Z] #42 159.6 CC criu/memfd.o [2020-11-05T11:17:58.421Z] #41 ... [2020-11-05T11:17:58.421Z] [2020-11-05T11:17:58.421Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:17:58.421Z] #18 22.16 The following NEW packages will be installed: [2020-11-05T11:17:58.421Z] #18 22.16 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-05T11:17:58.421Z] #18 22.16 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-05T11:17:58.421Z] #18 22.16 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-05T11:17:58.421Z] #18 22.16 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-05T11:17:58.421Z] #18 22.16 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-05T11:17:58.421Z] #18 22.16 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-05T11:17:58.421Z] #18 22.16 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-05T11:17:58.421Z] #18 22.16 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-05T11:17:58.421Z] #18 22.16 xz-utils zip [2020-11-05T11:17:58.421Z] #18 22.48 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-05T11:17:58.421Z] #18 22.48 Need to get 28.5 MB of archives. [2020-11-05T11:17:58.421Z] #18 22.48 After this operation, 116 MB of additional disk space will be used. [2020-11-05T11:17:58.421Z] #18 22.48 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-11-05T11:17:58.421Z] #18 22.48 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-11-05T11:17:58.421Z] #18 22.51 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-11-05T11:17:58.421Z] #18 22.59 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-11-05T11:17:58.421Z] #18 22.60 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-11-05T11:17:58.421Z] #18 22.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-11-05T11:17:58.421Z] #18 22.69 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-11-05T11:17:58.421Z] #18 22.71 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-11-05T11:17:58.421Z] #18 22.71 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-11-05T11:17:58.421Z] #18 22.72 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-11-05T11:17:58.421Z] #18 22.73 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-11-05T11:17:58.421Z] #18 22.73 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-11-05T11:17:58.421Z] #18 22.74 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-11-05T11:17:58.421Z] #18 22.74 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-11-05T11:17:58.421Z] #18 22.74 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-11-05T11:17:58.421Z] #18 22.75 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-11-05T11:17:58.421Z] #18 22.77 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-05T11:17:58.421Z] #18 22.79 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-05T11:17:58.421Z] #18 22.79 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-11-05T11:17:58.421Z] #18 22.82 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-11-05T11:17:58.421Z] #18 22.82 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-11-05T11:17:58.421Z] #18 22.84 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-11-05T11:17:58.421Z] #18 22.86 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-11-05T11:17:58.421Z] #18 22.87 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-05T11:17:58.421Z] #18 22.88 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-05T11:17:58.421Z] #18 22.88 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-05T11:17:58.421Z] #18 22.89 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-11-05T11:17:58.421Z] #18 22.90 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-11-05T11:17:58.421Z] #18 22.90 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-05T11:17:58.421Z] #18 23.44 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-05T11:17:58.421Z] #18 23.44 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-11-05T11:17:58.421Z] #18 23.45 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-05T11:17:58.421Z] #18 23.45 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-11-05T11:17:58.421Z] #18 23.46 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-11-05T11:17:58.421Z] #18 23.48 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-05T11:17:58.421Z] #18 23.56 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-05T11:17:58.421Z] #18 23.60 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-05T11:17:58.421Z] #18 23.71 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-11-05T11:17:58.421Z] #18 23.71 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-05T11:17:58.421Z] #18 23.73 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-05T11:17:58.421Z] #18 23.76 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-05T11:17:58.421Z] #18 23.76 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-11-05T11:17:58.421Z] #18 23.83 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-11-05T11:17:58.421Z] #18 23.85 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-11-05T11:17:58.421Z] #18 23.86 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-05T11:17:58.421Z] #18 24.15 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-11-05T11:17:58.421Z] #18 24.20 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-11-05T11:17:58.421Z] #18 24.26 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-11-05T11:17:58.421Z] #18 24.99 debconf: delaying package configuration, since apt-utils is not installed [2020-11-05T11:17:58.421Z] #18 25.13 Fetched 28.5 MB in 2s (13.9 MB/s) [2020-11-05T11:17:58.421Z] #18 25.21 Selecting previously unselected package pigz. [2020-11-05T11:17:58.421Z] #18 25.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-11-05T11:17:58.421Z] #18 25.32 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-11-05T11:17:58.421Z] #18 25.34 Unpacking pigz (2.4-1) ... [2020-11-05T11:17:58.421Z] #18 25.43 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-11-05T11:17:58.421Z] #18 25.44 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-05T11:17:58.421Z] #18 25.46 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-05T11:17:58.421Z] #18 25.86 Selecting previously unselected package python3.7-minimal. [2020-11-05T11:17:58.421Z] #18 25.87 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-05T11:17:58.421Z] #18 25.89 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-05T11:17:58.421Z] #18 26.85 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-05T11:17:58.421Z] #18 26.88 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-05T11:17:58.421Z] #18 29.00 Selecting previously unselected package python3-minimal. [2020-11-05T11:17:58.421Z] #18 29.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-11-05T11:17:58.421Z] #18 29.04 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-11-05T11:17:58.421Z] #18 29.05 Unpacking python3-minimal (3.7.3-1) ... [2020-11-05T11:17:58.421Z] #18 29.13 Selecting previously unselected package libmpdec2:amd64. [2020-11-05T11:17:58.682Z] #18 29.13 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-11-05T11:17:58.682Z] #18 29.14 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-11-05T11:17:58.682Z] #18 29.26 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-11-05T11:17:58.682Z] #18 29.26 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-11-05T11:17:58.682Z] #18 29.27 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-05T11:17:58.944Z] #18 ... [2020-11-05T11:17:58.944Z] [2020-11-05T11:17:58.944Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-05T11:17:58.944Z] #30 DONE 183.9s [2020-11-05T11:17:58.944Z] [2020-11-05T11:17:58.944Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:58.944Z] #41 88.18 DEP criu/aio.d [2020-11-05T11:17:58.944Z] #41 88.35 DEP criu/action-scripts.d [2020-11-05T11:17:58.944Z] #41 88.65 CC criu/action-scripts.o [2020-11-05T11:17:59.084Z] #18 53.52 Setting up libiptc0:arm64 (1.8.2-4) ... [2020-11-05T11:17:59.084Z] #18 53.53 Setting up xz-utils (5.2.4-1) ... [2020-11-05T11:17:59.084Z] #18 53.59 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-05T11:17:59.084Z] #18 53.59 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-05T11:17:59.084Z] #18 53.67 invoke-rc.d: could not determine current runlevel [2020-11-05T11:17:59.084Z] #18 53.69 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-05T11:17:59.084Z] #18 53.70 Setting up pigz (2.4-1) ... [2020-11-05T11:17:59.084Z] #18 53.72 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-11-05T11:17:59.084Z] #18 53.74 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-11-05T11:17:59.084Z] #18 53.78 Setting up python-pip-whl (18.1-5) ... [2020-11-05T11:17:59.084Z] #18 53.81 Setting up libmpdec2:arm64 (2.4.2-2) ... [2020-11-05T11:17:59.084Z] #18 53.85 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-05T11:17:59.084Z] #18 ... [2020-11-05T11:17:59.084Z] [2020-11-05T11:17:59.084Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:17:59.084Z] #41 108.1 CC criu/cr-service.o [2020-11-05T11:17:59.084Z] #41 109.9 CC criu/crtools.o [2020-11-05T11:17:59.084Z] #41 110.4 CC criu/eventfd.o [2020-11-05T11:17:59.084Z] #41 110.8 CC criu/eventpoll.o [2020-11-05T11:17:59.084Z] #41 111.9 CC criu/external.o [2020-11-05T11:17:59.084Z] #41 112.3 CC criu/fault-injection.o [2020-11-05T11:17:59.084Z] #41 112.4 CC criu/fdstore.o [2020-11-05T11:17:59.084Z] #41 112.9 CC criu/fifo.o [2020-11-05T11:17:59.084Z] #41 113.5 CC criu/file-ids.o [2020-11-05T11:17:59.084Z] #41 114.0 CC criu/file-lock.o [2020-11-05T11:17:59.084Z] #41 115.0 CC criu/files-ext.o [2020-11-05T11:17:59.084Z] #41 115.5 CC criu/files-reg.o [2020-11-05T11:17:59.084Z] #41 117.9 CC criu/files.o [2020-11-05T11:17:59.263Z] #42 160.3 CC criu/mount.o [2020-11-05T11:17:59.511Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-05T11:17:59.511Z] Using test binary docker [2020-11-05T11:17:59.511Z] +++ /etc/init.d/apparmor start [2020-11-05T11:17:59.511Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-05T11:17:59.511Z] INFO: Waiting for daemon to start... [2020-11-05T11:17:59.511Z] Starting dockerd [2020-11-05T11:17:59.511Z] +++ 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 [2020-11-05T11:17:59.515Z] #41 89.16 CC criu/aio.o [2020-11-05T11:17:59.660Z] #41 ... [2020-11-05T11:17:59.660Z] [2020-11-05T11:17:59.660Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:17:59.660Z] #18 54.27 Setting up libaio1:arm64 (0.3.112-3) ... [2020-11-05T11:17:59.660Z] #18 54.29 Setting up libonig5:arm64 (6.9.1-1) ... [2020-11-05T11:17:59.660Z] #18 54.30 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-11-05T11:17:59.660Z] #18 54.33 Setting up vim (2:8.1.0875-5) ... [2020-11-05T11:17:59.660Z] #18 54.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-05T11:17:59.660Z] #18 54.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-05T11:17:59.660Z] #18 54.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-05T11:17:59.660Z] #18 54.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-05T11:17:59.660Z] #18 54.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-05T11:17:59.660Z] #18 54.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-05T11:17:59.660Z] #18 54.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-05T11:17:59.660Z] #18 54.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-05T11:17:59.660Z] #18 54.45 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-05T11:17:59.660Z] #18 54.48 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-05T11:17:59.924Z] #18 54.50 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-11-05T11:17:59.924Z] #18 54.52 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-05T11:17:59.924Z] #18 54.54 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2020-11-05T11:17:59.924Z] #18 54.55 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-05T11:17:59.929Z] ok github.com/docker/docker/pkg/signal 2.328s coverage: 61.0% of statements [2020-11-05T11:18:00.219Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-11-05T11:18:00.456Z] #41 89.95 CC criu/autofs.o [2020-11-05T11:18:00.509Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-11-05T11:18:00.799Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-11-05T11:18:01.428Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.2% of statements [2020-11-05T11:18:01.718Z] ok github.com/docker/docker/pkg/system 0.035s coverage: 36.9% of statements [2020-11-05T11:18:01.842Z] #41 91.31 CC criu/bfd.o [2020-11-05T11:18:02.008Z] ok github.com/docker/docker/pkg/tailfile 0.042s coverage: 88.6% of statements [2020-11-05T11:18:02.044Z] . [2020-11-05T11:18:02.044Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-05T11:18:02.044Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-05T11:18:02.044Z] Error: No such image: emptyfs [2020-11-05T11:18:02.044Z] ++++ docker load [2020-11-05T11:18:02.044Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-05T11:18:02.104Z] #41 91.82 CC criu/bitmap.o [2020-11-05T11:18:02.104Z] #41 91.96 CC criu/cgroup-props.o [2020-11-05T11:18:02.298Z] ok github.com/docker/docker/pkg/tarsum 0.025s coverage: 89.3% of statements [2020-11-05T11:18:02.304Z] Running integration-test (iteration 1) [2020-11-05T11:18:02.304Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-11-05T11:18:02.304Z] ++ 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 [2020-11-05T11:18:02.304Z] ++ set -e [2020-11-05T11:18:02.304Z] ++ '[' -n 0 ']' [2020-11-05T11:18:02.304Z] ++ set -x [2020-11-05T11:18:02.304Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:18:02.482Z] #18 57.30 Setting up iptables (1.8.2-4) ... [2020-11-05T11:18:02.588Z] testing: warning: no tests to run [2020-11-05T11:18:02.588Z] coverage: [no statements] [2020-11-05T11:18:02.588Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-11-05T11:18:02.747Z] #18 57.34 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-05T11:18:02.747Z] #18 57.36 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-05T11:18:02.747Z] #18 57.37 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-05T11:18:02.747Z] #18 57.41 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-05T11:18:02.747Z] #18 57.43 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-05T11:18:02.747Z] #18 57.44 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-05T11:18:02.747Z] #18 57.48 Setting up python3 (3.7.3-1) ... [2020-11-05T11:18:02.877Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-11-05T11:18:03.047Z] #41 92.80 CC criu/cgroup.o [2020-11-05T11:18:03.168Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-11-05T11:18:03.168Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-11-05T11:18:03.322Z] #18 58.11 Setting up python3-wheel (0.32.3-2) ... [2020-11-05T11:18:03.991Z] #41 ... [2020-11-05T11:18:03.991Z] [2020-11-05T11:18:03.991Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:18:03.991Z] #18 30.66 Selecting previously unselected package python3.7. [2020-11-05T11:18:03.991Z] #18 30.70 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-11-05T11:18:03.991Z] #18 30.70 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-05T11:18:03.991Z] #18 30.98 Selecting previously unselected package libpython3-stdlib:amd64. [2020-11-05T11:18:03.991Z] #18 30.99 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-11-05T11:18:03.991Z] #18 31.02 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-05T11:18:03.991Z] #18 31.18 Setting up python3-minimal (3.7.3-1) ... [2020-11-05T11:18:03.991Z] #18 31.94 Selecting previously unselected package python3. [2020-11-05T11:18:03.991Z] #18 31.95 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-11-05T11:18:03.991Z] #18 32.00 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-11-05T11:18:03.991Z] #18 32.02 Unpacking python3 (3.7.3-1) ... [2020-11-05T11:18:03.991Z] #18 32.15 Selecting previously unselected package libip4tc0:amd64. [2020-11-05T11:18:03.991Z] #18 32.16 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-11-05T11:18:03.991Z] #18 32.16 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-11-05T11:18:03.991Z] #18 32.26 Selecting previously unselected package libip6tc0:amd64. [2020-11-05T11:18:03.991Z] #18 32.26 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-11-05T11:18:03.991Z] #18 32.27 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-11-05T11:18:03.991Z] #18 32.35 Selecting previously unselected package libiptc0:amd64. [2020-11-05T11:18:03.991Z] #18 32.35 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-11-05T11:18:03.991Z] #18 32.37 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-11-05T11:18:03.991Z] #18 32.45 Selecting previously unselected package libnfnetlink0:amd64. [2020-11-05T11:18:03.991Z] #18 32.45 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-11-05T11:18:03.991Z] #18 32.46 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-05T11:18:03.991Z] #18 32.53 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-11-05T11:18:03.991Z] #18 32.54 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-11-05T11:18:03.991Z] #18 32.55 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-05T11:18:03.991Z] #18 32.60 Selecting previously unselected package libnftnl11:amd64. [2020-11-05T11:18:03.991Z] #18 32.62 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-11-05T11:18:03.991Z] #18 32.64 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-11-05T11:18:03.991Z] #18 32.73 Selecting previously unselected package iptables. [2020-11-05T11:18:03.991Z] #18 32.74 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-11-05T11:18:03.991Z] #18 32.75 Unpacking iptables (1.8.2-4) ... [2020-11-05T11:18:03.991Z] #18 33.07 Selecting previously unselected package xxd. [2020-11-05T11:18:03.991Z] #18 33.07 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-05T11:18:03.991Z] #18 33.08 Unpacking xxd (2:8.1.0875-5) ... [2020-11-05T11:18:03.991Z] #18 33.19 Selecting previously unselected package vim-common. [2020-11-05T11:18:03.991Z] #18 33.19 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-05T11:18:03.991Z] #18 33.22 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-05T11:18:03.991Z] #18 33.41 Selecting previously unselected package bash-completion. [2020-11-05T11:18:03.991Z] #18 33.41 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-05T11:18:04.272Z] #18 58.86 Setting up apparmor (2.13.2-10) ... [2020-11-05T11:18:04.923Z] #42 165.4 CC criu/namespaces.o [2020-11-05T11:18:05.227Z] ok github.com/docker/docker/plugin 0.550s coverage: 23.2% of statements [2020-11-05T11:18:05.378Z] #18 36.02 Unpacking bash-completion (1:2.8-6) ... [2020-11-05T11:18:05.517Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-11-05T11:18:05.807Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.4% of statements [2020-11-05T11:18:05.951Z] #18 36.43 Selecting previously unselected package bzip2. [2020-11-05T11:18:05.951Z] #18 36.44 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-11-05T11:18:05.951Z] #18 36.45 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-05T11:18:05.951Z] #18 36.53 Selecting previously unselected package xz-utils. [2020-11-05T11:18:05.951Z] #18 36.53 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-11-05T11:18:05.951Z] #18 36.54 Unpacking xz-utils (5.2.4-1) ... [2020-11-05T11:18:06.212Z] #18 36.71 Selecting previously unselected package apparmor. [2020-11-05T11:18:06.212Z] #18 36.73 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-11-05T11:18:06.212Z] #18 36.82 Unpacking apparmor (2.13.2-10) ... [2020-11-05T11:18:06.785Z] #18 37.15 Selecting previously unselected package aufs-tools. [2020-11-05T11:18:06.785Z] #18 37.16 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-11-05T11:18:06.785Z] #18 37.16 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-05T11:18:06.785Z] #18 37.29 Selecting previously unselected package libonig5:amd64. [2020-11-05T11:18:06.785Z] #18 37.30 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-11-05T11:18:06.785Z] #18 37.31 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-05T11:18:06.829Z] #18 ... [2020-11-05T11:18:06.829Z] [2020-11-05T11:18:06.829Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:18:06.829Z] #51 71.11 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-05T11:18:06.829Z] #51 73.25 + mkdir -p /build [2020-11-05T11:18:06.829Z] #51 73.25 + cp runc /build/runc [2020-11-05T11:18:06.829Z] #51 DONE 75.6s [2020-11-05T11:18:06.829Z] [2020-11-05T11:18:06.830Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:06.830Z] #41 120.3 CC criu/filesystems.o [2020-11-05T11:18:06.830Z] #41 121.0 CC criu/fsnotify.o [2020-11-05T11:18:06.830Z] #41 122.1 CC criu/image-desc.o [2020-11-05T11:18:06.830Z] #41 122.3 CC criu/image.o [2020-11-05T11:18:06.830Z] #41 123.2 CC criu/ipc_ns.o [2020-11-05T11:18:06.830Z] #41 124.5 CC criu/irmap.o [2020-11-05T11:18:06.830Z] #41 125.4 CC criu/kcmp-ids.o [2020-11-05T11:18:06.830Z] #41 125.7 CC criu/kerndat.o [2020-11-05T11:18:07.042Z] #42 167.9 CC criu/net.o [2020-11-05T11:18:07.046Z] #18 37.45 Selecting previously unselected package libjq1:amd64. [2020-11-05T11:18:07.046Z] #18 37.47 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-05T11:18:07.046Z] #18 37.47 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-05T11:18:07.046Z] #18 37.57 Selecting previously unselected package jq. [2020-11-05T11:18:07.046Z] #18 37.58 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-05T11:18:07.046Z] #18 37.59 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-05T11:18:07.308Z] #18 37.68 Selecting previously unselected package libaio1:amd64. [2020-11-05T11:18:07.308Z] #18 37.68 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-11-05T11:18:07.308Z] #18 37.69 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-11-05T11:18:07.308Z] #18 37.75 Selecting previously unselected package libgpm2:amd64. [2020-11-05T11:18:07.308Z] #18 37.76 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-11-05T11:18:07.308Z] #18 37.77 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-11-05T11:18:07.308Z] #18 37.83 Selecting previously unselected package libicu63:amd64. [2020-11-05T11:18:07.308Z] #18 37.83 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-05T11:18:07.308Z] #18 37.85 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-05T11:18:07.310Z] ok github.com/docker/docker/quota 0.675s coverage: 71.4% of statements [2020-11-05T11:18:07.600Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-11-05T11:18:08.224Z] #41 127.1 CC criu/libnetlink.o [2020-11-05T11:18:08.630Z] ok github.com/docker/docker/registry 0.072s coverage: 56.8% of statements [2020-11-05T11:18:08.801Z] #41 127.7 CC criu/log.o [2020-11-05T11:18:08.801Z] #41 ... [2020-11-05T11:18:08.801Z] [2020-11-05T11:18:08.801Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:18:08.801Z] #47 196.3 + /build/golangci-lint --version [2020-11-05T11:18:08.920Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2020-11-05T11:18:09.209Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-11-05T11:18:09.751Z] #47 197.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-05T11:18:09.839Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2020-11-05T11:18:09.839Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-11-05T11:18:10.327Z] #47 DONE 197.9s [2020-11-05T11:18:10.327Z] [2020-11-05T11:18:10.327Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:18:10.327Z] #18 65.09 Setting up xfsprogs (4.20.0-1) ... [2020-11-05T11:18:10.593Z] #18 65.13 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-05T11:18:10.857Z] #18 65.56 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-05T11:18:11.517Z] #18 41.34 Selecting previously unselected package libnet1:amd64. [2020-11-05T11:18:11.517Z] #18 41.36 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-05T11:18:11.517Z] #18 41.36 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-05T11:18:11.517Z] #18 41.45 Selecting previously unselected package libnl-3-200:amd64. [2020-11-05T11:18:11.517Z] #18 41.45 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-05T11:18:11.517Z] #18 41.47 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-05T11:18:11.517Z] #18 41.56 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-05T11:18:11.517Z] #18 41.57 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-05T11:18:11.517Z] #18 41.58 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-05T11:18:11.517Z] #18 41.65 Selecting previously unselected package libreadline5:amd64. [2020-11-05T11:18:11.517Z] #18 41.65 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-11-05T11:18:11.517Z] #18 41.65 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-05T11:18:11.517Z] #18 41.76 Selecting previously unselected package net-tools. [2020-11-05T11:18:11.517Z] #18 41.78 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-11-05T11:18:11.517Z] #18 41.79 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-05T11:18:11.517Z] #18 41.98 Selecting previously unselected package python-pip-whl. [2020-11-05T11:18:11.517Z] #18 41.98 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-05T11:18:11.517Z] #18 41.99 Unpacking python-pip-whl (18.1-5) ... [2020-11-05T11:18:11.558Z] #42 172.0 CC criu/netfilter.o [2020-11-05T11:18:11.558Z] #42 172.5 CC criu/page-pipe.o [2020-11-05T11:18:11.779Z] #18 42.54 Selecting previously unselected package python3-lib2to3. [2020-11-05T11:18:11.805Z] #18 66.41 Setting up python3-distutils (3.7.3-1) ... [2020-11-05T11:18:11.898Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-11-05T11:18:12.040Z] #18 42.55 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-05T11:18:12.040Z] #18 42.56 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-05T11:18:12.206Z] #42 173.4 CC criu/page-xfer.o [2020-11-05T11:18:12.301Z] #18 42.68 Selecting previously unselected package python3-distutils. [2020-11-05T11:18:12.301Z] #18 42.70 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-05T11:18:12.301Z] #18 42.71 Unpacking python3-distutils (3.7.3-1) ... [2020-11-05T11:18:12.301Z] #18 42.85 Selecting previously unselected package python3-pip. [2020-11-05T11:18:12.301Z] #18 42.86 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-05T11:18:12.301Z] #18 42.87 Unpacking python3-pip (18.1-5) ... [2020-11-05T11:18:12.381Z] #18 66.97 Setting up python3-setuptools (40.8.0-1) ... [2020-11-05T11:18:12.563Z] #18 42.99 Selecting previously unselected package python3-pkg-resources. [2020-11-05T11:18:12.563Z] #18 43.02 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-05T11:18:12.563Z] #18 43.03 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-05T11:18:12.563Z] #18 43.14 Selecting previously unselected package python3-setuptools. [2020-11-05T11:18:12.563Z] #18 43.15 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-05T11:18:12.563Z] #18 43.16 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-05T11:18:12.824Z] #18 43.46 Selecting previously unselected package python3-wheel. [2020-11-05T11:18:12.824Z] #18 43.48 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-05T11:18:12.824Z] #18 43.49 Unpacking python3-wheel (0.32.3-2) ... [2020-11-05T11:18:12.929Z] ok github.com/docker/docker/volume/local 0.314s coverage: 76.6% of statements [2020-11-05T11:18:13.085Z] #18 43.61 Selecting previously unselected package sudo. [2020-11-05T11:18:13.085Z] #18 43.62 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-11-05T11:18:13.085Z] #18 43.64 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-05T11:18:13.218Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2020-11-05T11:18:13.330Z] #18 67.87 Setting up python3-pip (18.1-5) ... [2020-11-05T11:18:13.658Z] #18 44.13 Selecting previously unselected package thin-provisioning-tools. [2020-11-05T11:18:13.658Z] #18 44.15 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-11-05T11:18:13.658Z] #18 44.16 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-05T11:18:13.906Z] #18 68.64 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:18:13.906Z] #18 68.68 Processing triggers for mime-support (3.62) ... [2020-11-05T11:18:13.919Z] #18 44.38 Selecting previously unselected package uidmap. [2020-11-05T11:18:13.919Z] #18 44.38 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-11-05T11:18:13.919Z] #18 44.39 Unpacking uidmap (1:4.5-1.1) ... [2020-11-05T11:18:13.919Z] #18 44.53 Selecting previously unselected package vim-runtime. [2020-11-05T11:18:13.919Z] #18 44.53 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-05T11:18:13.919Z] #18 44.59 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-05T11:18:14.180Z] #18 44.63 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-05T11:18:14.180Z] #18 44.64 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-05T11:18:14.248Z] ok github.com/docker/docker/volume/service 0.010s coverage: 73.1% of statements [2020-11-05T11:18:14.311Z] #42 175.2 CC criu/pagemap-cache.o [2020-11-05T11:18:14.311Z] #42 175.7 CC criu/pagemap.o [2020-11-05T11:18:14.483Z] #18 DONE 69.0s [2020-11-05T11:18:14.483Z] [2020-11-05T11:18:14.483Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-05T11:18:15.857Z] #42 176.9 CC criu/parasite-syscall.o [2020-11-05T11:18:15.880Z] #19 1.343 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-05T11:18:15.880Z] #19 1.348 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-05T11:18:15.880Z] #19 1.352 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-05T11:18:15.880Z] #19 DONE 1.5s [2020-11-05T11:18:15.880Z] [2020-11-05T11:18:15.880Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-05T11:18:16.095Z] #18 ... [2020-11-05T11:18:16.095Z] [2020-11-05T11:18:16.095Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:16.095Z] #41 95.47 CC criu/clone-noasan.o [2020-11-05T11:18:16.095Z] #41 95.67 CC criu/config.o [2020-11-05T11:18:16.095Z] #41 97.01 CC criu/cr-check.o [2020-11-05T11:18:16.095Z] #41 98.51 CC criu/cr-dedup.o [2020-11-05T11:18:16.095Z] #41 98.95 CC criu/cr-dump.o [2020-11-05T11:18:16.095Z] #41 101.1 CC criu/cr-errno.o [2020-11-05T11:18:16.095Z] #41 101.1 CC criu/cr-restore.o [2020-11-05T11:18:16.095Z] #41 105.6 CC criu/cr-service.o [2020-11-05T11:18:16.925Z] #42 178.1 CC criu/path.o [2020-11-05T11:18:16.946Z] sha256:22305fcd5b96e8009f5a06d5514120b8ef50461629d3f06d74be814daff5cc46 [2020-11-05T11:18:16.946Z] INFO: Starting docker-py tests... [2020-11-05T11:18:16.946Z] ============================= test session starts ============================== [2020-11-05T11:18:16.946Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-11-05T11:18:16.946Z] rootdir: /src, inifile: pytest.ini [2020-11-05T11:18:16.946Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-11-05T11:18:16.946Z] collected 389 items / 1 deselected / 388 selected [2020-11-05T11:18:16.946Z] [2020-11-05T11:18:17.039Z] #41 ... [2020-11-05T11:18:17.039Z] [2020-11-05T11:18:17.039Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:18:17.039Z] #18 47.66 Selecting previously unselected package vim. [2020-11-05T11:18:17.039Z] #18 47.67 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-11-05T11:18:17.039Z] #18 47.69 Unpacking vim (2:8.1.0875-5) ... [2020-11-05T11:18:17.224Z] #42 178.4 CC criu/pie-util-vdso.o [2020-11-05T11:18:17.524Z] #42 179.0 CC criu/pie-util.o [2020-11-05T11:18:17.611Z] #18 48.23 Selecting previously unselected package xfsprogs. [2020-11-05T11:18:17.611Z] #18 48.24 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-11-05T11:18:17.611Z] #18 48.25 Unpacking xfsprogs (4.20.0-1) ... [2020-11-05T11:18:17.821Z] #42 179.1 CC criu/pipes.o [2020-11-05T11:18:18.223Z] #18 48.73 Selecting previously unselected package zip. [2020-11-05T11:18:18.224Z] #18 48.74 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-11-05T11:18:18.224Z] #18 48.74 Unpacking zip (3.0-11+b1) ... [2020-11-05T11:18:18.224Z] #18 48.92 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-05T11:18:18.496Z] #18 48.94 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-05T11:18:18.496Z] #18 48.95 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-11-05T11:18:18.496Z] #18 49.00 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-05T11:18:18.496Z] #18 49.06 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-11-05T11:18:18.496Z] #18 49.07 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-11-05T11:18:18.496Z] #18 49.09 Setting up uidmap (1:4.5-1.1) ... [2020-11-05T11:18:18.496Z] #18 49.10 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-11-05T11:18:18.496Z] #18 49.13 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-05T11:18:18.496Z] #18 49.14 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-05T11:18:18.496Z] #18 49.15 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-05T11:18:18.760Z] #18 49.16 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-05T11:18:18.760Z] #18 49.18 Setting up xxd (2:8.1.0875-5) ... [2020-11-05T11:18:18.760Z] #18 49.19 Setting up zip (3.0-11+b1) ... [2020-11-05T11:18:18.760Z] #18 49.20 Setting up vim-common (2:8.1.0875-5) ... [2020-11-05T11:18:18.760Z] #18 49.23 Setting up bash-completion (1:2.8-6) ... [2020-11-05T11:18:18.875Z] #42 180.0 CC criu/plugin.o [2020-11-05T11:18:19.173Z] #42 180.5 CC criu/proc_parse.o [2020-11-05T11:18:20.105Z] #20 ... [2020-11-05T11:18:20.105Z] [2020-11-05T11:18:20.105Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:20.105Z] #41 128.4 CC criu/lsm.o [2020-11-05T11:18:20.105Z] #41 128.8 CC criu/mem.o [2020-11-05T11:18:20.105Z] #41 130.3 CC criu/memfd.o [2020-11-05T11:18:20.105Z] #41 130.9 CC criu/mount.o [2020-11-05T11:18:20.105Z] #41 134.0 CC criu/namespaces.o [2020-11-05T11:18:20.105Z] #41 135.5 CC criu/net.o [2020-11-05T11:18:20.105Z] #41 137.6 CC criu/netfilter.o [2020-11-05T11:18:20.105Z] #41 137.8 CC criu/page-pipe.o [2020-11-05T11:18:20.105Z] #41 138.4 CC criu/page-xfer.o [2020-11-05T11:18:20.105Z] #41 ... [2020-11-05T11:18:20.105Z] [2020-11-05T11:18:20.105Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-05T11:18:20.105Z] #20 3.894 Collecting yamllint==1.16.0 [2020-11-05T11:18:21.275Z] #42 ... [2020-11-05T11:18:21.275Z] [2020-11-05T11:18:21.275Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:18:21.275Z] #39 247.4 + dpkg --print-architecture [2020-11-05T11:18:21.275Z] #39 247.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-05T11:18:21.308Z] #18 51.96 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-11-05T11:18:21.308Z] #18 51.97 Setting up xz-utils (5.2.4-1) ... [2020-11-05T11:18:21.308Z] #18 51.99 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-05T11:18:21.308Z] #18 52.01 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-05T11:18:21.568Z] #18 52.06 invoke-rc.d: could not determine current runlevel [2020-11-05T11:18:21.568Z] #18 52.07 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-05T11:18:21.568Z] #18 52.08 Setting up pigz (2.4-1) ... [2020-11-05T11:18:21.568Z] #18 52.09 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-05T11:18:21.568Z] #18 52.12 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-05T11:18:21.568Z] #18 52.14 Setting up python-pip-whl (18.1-5) ... [2020-11-05T11:18:21.568Z] #18 52.15 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-11-05T11:18:21.568Z] #18 52.16 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-05T11:18:21.871Z] #39 248.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-05T11:18:21.871Z] #39 248.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-05T11:18:22.089Z] #18 52.59 Setting up libaio1:amd64 (0.3.112-3) ... [2020-11-05T11:18:22.089Z] #18 52.61 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-05T11:18:22.089Z] #18 52.62 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-05T11:18:22.089Z] #18 52.63 Setting up vim (2:8.1.0875-5) ... [2020-11-05T11:18:22.089Z] #18 52.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-05T11:18:22.089Z] #18 52.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-05T11:18:22.089Z] #18 52.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-05T11:18:22.089Z] #18 52.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-05T11:18:22.089Z] #18 52.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-05T11:18:22.089Z] #18 52.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-05T11:18:22.089Z] #18 52.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-05T11:18:22.089Z] #18 52.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-05T11:18:22.089Z] #18 52.70 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-05T11:18:22.089Z] #18 52.72 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-05T11:18:22.089Z] #18 52.74 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-05T11:18:22.089Z] #18 52.76 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-05T11:18:22.089Z] #18 52.77 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-05T11:18:22.089Z] #18 52.78 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-05T11:18:23.043Z] INFO: Extraction ended at 11/05/2020 11:18:21. Duration:00:00:26.1255895 [2020-11-05T11:18:23.043Z] INFO: Updating the golang and path environment variables [2020-11-05T11:18:23.043Z] INFO: GOPATH=d:\gopath [2020-11-05T11:18:23.043Z] INFO: go version go1.13.15 windows/amd64 [2020-11-05T11:18:23.043Z] INFO: Running the daemon under test in debug mode [2020-11-05T11:18:23.043Z] INFO: Starting a daemon under test... [2020-11-05T11:18:23.043Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40256\7\daemon --pidfile d:\CI\PR-40256\7\docker.pid -D [2020-11-05T11:18:23.043Z] INFO: Process started successfully. [2020-11-05T11:18:23.043Z] INFO: Start tailing logs of the daemon under tests [2020-11-05T11:18:23.043Z] INFO: Waiting for the daemon under test to start... [2020-11-05T11:18:23.991Z] #39 ... [2020-11-05T11:18:23.991Z] [2020-11-05T11:18:23.991Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:18:23.991Z] #52 134.7 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-05T11:18:23.991Z] #52 137.2 + mkdir -p /build [2020-11-05T11:18:23.991Z] #52 137.2 + cp runc /build/runc [2020-11-05T11:18:23.991Z] #52 DONE 137.3s [2020-11-05T11:18:23.991Z] [2020-11-05T11:18:23.991Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:23.991Z] #42 185.0 CC criu/protobuf-desc.o [2020-11-05T11:18:25.391Z] #18 55.58 Setting up iptables (1.8.2-4) ... [2020-11-05T11:18:25.391Z] #18 55.59 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-05T11:18:25.391Z] #18 55.60 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-05T11:18:25.391Z] #18 55.60 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-05T11:18:25.391Z] #18 55.61 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-05T11:18:25.391Z] #18 55.61 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-05T11:18:25.391Z] #18 55.61 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-05T11:18:25.391Z] #18 55.62 Setting up python3 (3.7.3-1) ... [2020-11-05T11:18:25.391Z] #18 55.96 Setting up python3-wheel (0.32.3-2) ... [2020-11-05T11:18:25.409Z] #20 9.220 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-05T11:18:25.409Z] #20 9.301 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-05T11:18:25.409Z] #20 9.338 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-11-05T11:18:25.409Z] #20 9.381 Collecting pyyaml (from yamllint==1.16.0) [2020-11-05T11:18:25.409Z] #20 9.496 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-05T11:18:25.963Z] #18 56.66 Setting up apparmor (2.13.2-10) ... [2020-11-05T11:18:26.103Z] #42 187.1 CC criu/protobuf.o [2020-11-05T11:18:26.103Z] #42 187.5 CC criu/pstree.o [2020-11-05T11:18:26.357Z] #20 10.43 Building wheels for collected packages: pyyaml [2020-11-05T11:18:26.357Z] #20 10.43 Running setup.py bdist_wheel for pyyaml: started [2020-11-05T11:18:26.932Z] #20 11.16 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-05T11:18:26.932Z] #20 11.16 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-05T11:18:26.932Z] #20 11.22 Successfully built pyyaml [2020-11-05T11:18:27.195Z] #20 11.23 Installing collected packages: pathspec, pyyaml, yamllint [2020-11-05T11:18:27.195Z] #20 11.47 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-05T11:18:27.639Z] #42 188.8 CC criu/rbtree.o [2020-11-05T11:18:27.879Z] #18 ... [2020-11-05T11:18:27.879Z] [2020-11-05T11:18:27.879Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:27.879Z] #41 107.2 CC criu/crtools.o [2020-11-05T11:18:27.879Z] #41 107.9 CC criu/eventfd.o [2020-11-05T11:18:27.879Z] #41 108.2 CC criu/eventpoll.o [2020-11-05T11:18:27.879Z] #41 109.1 CC criu/external.o [2020-11-05T11:18:27.879Z] #41 109.5 CC criu/fault-injection.o [2020-11-05T11:18:27.879Z] #41 109.6 CC criu/fdstore.o [2020-11-05T11:18:27.879Z] #41 110.0 CC criu/fifo.o [2020-11-05T11:18:27.879Z] #41 110.5 CC criu/file-ids.o [2020-11-05T11:18:27.879Z] #41 110.8 CC criu/file-lock.o [2020-11-05T11:18:27.879Z] #41 111.6 CC criu/files-ext.o [2020-11-05T11:18:27.879Z] #41 112.0 CC criu/files-reg.o [2020-11-05T11:18:27.879Z] #41 114.2 CC criu/files.o [2020-11-05T11:18:27.879Z] #41 116.1 CC criu/filesystems.o [2020-11-05T11:18:27.879Z] #41 116.8 CC criu/fsnotify.o [2020-11-05T11:18:27.879Z] #41 ... [2020-11-05T11:18:27.879Z] [2020-11-05T11:18:27.879Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-05T11:18:27.879Z] #18 58.40 Setting up xfsprogs (4.20.0-1) ... [2020-11-05T11:18:27.879Z] #18 58.41 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-05T11:18:27.937Z] #42 189.3 CC criu/rst-malloc.o [2020-11-05T11:18:28.147Z] #20 ... [2020-11-05T11:18:28.147Z] [2020-11-05T11:18:28.147Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:28.147Z] #41 139.6 CC criu/pagemap-cache.o [2020-11-05T11:18:28.147Z] #41 139.8 CC criu/pagemap.o [2020-11-05T11:18:28.147Z] #41 140.4 CC criu/parasite-syscall.o [2020-11-05T11:18:28.147Z] #41 141.0 CC criu/path.o [2020-11-05T11:18:28.147Z] #41 141.2 CC criu/pie-util-vdso.o [2020-11-05T11:18:28.147Z] #41 141.5 CC criu/pie-util.o [2020-11-05T11:18:28.147Z] #41 141.6 CC criu/pipes.o [2020-11-05T11:18:28.147Z] #41 142.2 CC criu/plugin.o [2020-11-05T11:18:28.147Z] #41 142.4 CC criu/proc_parse.o [2020-11-05T11:18:28.147Z] #41 144.2 CC criu/protobuf-desc.o [2020-11-05T11:18:28.147Z] #41 145.0 CC criu/protobuf.o [2020-11-05T11:18:28.147Z] #41 145.3 CC criu/pstree.o [2020-11-05T11:18:28.147Z] #41 146.3 CC criu/rbtree.o [2020-11-05T11:18:28.147Z] #41 146.5 CC criu/rst-malloc.o [2020-11-05T11:18:28.147Z] #41 146.8 CC criu/seccomp.o [2020-11-05T11:18:28.147Z] #41 147.3 CC criu/seize.o [2020-11-05T11:18:28.235Z] #42 189.6 CC criu/seccomp.o [2020-11-05T11:18:28.402Z] #18 58.82 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-05T11:18:28.723Z] #41 ... [2020-11-05T11:18:28.723Z] [2020-11-05T11:18:28.723Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-05T11:18:28.723Z] #20 DONE 13.0s [2020-11-05T11:18:28.723Z] [2020-11-05T11:18:28.723Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:18:28.723Z] #54 162.2 + bin/containerd [2020-11-05T11:18:29.290Z] #42 190.3 CC criu/seize.o [2020-11-05T11:18:29.346Z] #18 59.74 Setting up python3-distutils (3.7.3-1) ... [2020-11-05T11:18:29.586Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/rootless [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/volume [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-05T11:18:29.586Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === Skipped [2020-11-05T11:18:29.586Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-05T11:18:29.586Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-05T11:18:29.586Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-05T11:18:29.586Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:18:29.586Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-05T11:18:29.586Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:18:29.586Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-05T11:18:29.586Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:18:29.586Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-05T11:18:29.586Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:18:29.586Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-05T11:18:29.586Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:18:29.586Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-05T11:18:29.586Z] graphtest_unix.go:73: No driver to put! [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-05T11:18:29.586Z] time="2020-11-05T11:17:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:18:29.586Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:18:29.586Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-05T11:18:29.586Z] time="2020-11-05T11:17:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:18:29.586Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:18:29.586Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-05T11:18:29.586Z] time="2020-11-05T11:17:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:18:29.586Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:18:29.586Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-05T11:18:29.586Z] time="2020-11-05T11:17:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:18:29.586Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:18:29.586Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-05T11:18:29.586Z] time="2020-11-05T11:17:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:18:29.586Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:18:29.586Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-05T11:18:29.586Z] graphtest_unix.go:73: No driver to put! [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-05T11:18:29.586Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-05T11:18:29.586Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-05T11:18:29.586Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-05T11:18:29.586Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-05T11:18:29.586Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:18:29.586Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-05T11:18:29.586Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:18:29.586Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-05T11:18:29.586Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:18:29.586Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-05T11:18:29.586Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:18:29.586Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-05T11:18:29.586Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:18:29.586Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-05T11:18:29.586Z] graphtest_unix.go:73: No driver to put! [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-05T11:18:29.586Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-05T11:18:29.586Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] [2020-11-05T11:18:29.586Z] DONE 2167 tests, 26 skipped in 185.298s [2020-11-05T11:18:29.607Z] #18 60.17 Setting up python3-setuptools (40.8.0-1) ... Post stage [Pipeline] junit [2020-11-05T11:18:29.630Z] Recording test results [2020-11-05T11:18:29.672Z] #54 ... [2020-11-05T11:18:29.672Z] [2020-11-05T11:18:29.672Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:29.672Z] #41 148.0 CC criu/servicefd.o [2020-11-05T11:18:29.672Z] #41 148.4 CC criu/shmem.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-05T11:18:30.046Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-11-05T11:18:30.161Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40256/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -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:315101e8a789ad8fda6b9338492318db0f481c00 hack/make.sh dynbinary test-integration [2020-11-05T11:18:30.248Z] #41 149.2 CC criu/sigframe.o [2020-11-05T11:18:30.248Z] #41 149.3 CC criu/signalfd.o [2020-11-05T11:18:30.350Z] #42 191.6 CC criu/servicefd.o [2020-11-05T11:18:30.451Z] [2020-11-05T11:18:30.451Z] Removing bundles/ [2020-11-05T11:18:30.451Z] [2020-11-05T11:18:30.451Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-05T11:18:30.451Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-05T11:18:30.451Z] GOOS="" GOARCH="" GOARM="" [2020-11-05T11:18:30.525Z] #41 149.6 CC criu/sk-inet.o [2020-11-05T11:18:30.617Z] tests/integration/api_client_test.py ..... [ 7%] [2020-11-05T11:18:30.812Z] #18 61.20 Setting up python3-pip (18.1-5) ... [2020-11-05T11:18:31.005Z] #42 192.1 CC criu/shmem.o [2020-11-05T11:18:31.474Z] #41 150.5 CC criu/sk-netlink.o [2020-11-05T11:18:31.737Z] #41 150.8 CC criu/sk-packet.o [2020-11-05T11:18:31.759Z] #18 62.22 Processing triggers for libc-bin (2.28-10) ... [2020-11-05T11:18:31.759Z] #18 62.26 Processing triggers for mime-support (3.62) ... [2020-11-05T11:18:32.081Z] #42 193.3 CC criu/sigframe.o [2020-11-05T11:18:32.313Z] #41 151.2 CC criu/sk-queue.o [2020-11-05T11:18:32.380Z] #42 193.6 CC criu/signalfd.o [2020-11-05T11:18:32.575Z] tests/integration/api_config_test.py ..... [ 8%] [2020-11-05T11:18:32.576Z] #41 151.6 CC criu/sk-tcp.o [2020-11-05T11:18:32.679Z] #42 193.9 CC criu/sk-inet.o [2020-11-05T11:18:32.704Z] #18 DONE 63.1s [2020-11-05T11:18:32.704Z] [2020-11-05T11:18:32.704Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:18:32.704Z] #38 215.2 + dpkg --print-architecture [2020-11-05T11:18:32.704Z] #38 215.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-05T11:18:32.704Z] #38 215.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-05T11:18:32.704Z] #38 215.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-05T11:18:33.151Z] #41 152.0 CC criu/sk-unix.o [2020-11-05T11:18:33.276Z] #38 ... [2020-11-05T11:18:33.276Z] [2020-11-05T11:18:33.276Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-05T11:18:33.276Z] #19 0.849 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-05T11:18:33.276Z] #19 0.854 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-05T11:18:33.276Z] #19 0.858 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-05T11:18:33.276Z] #19 DONE 0.9s [2020-11-05T11:18:33.538Z] [2020-11-05T11:18:33.538Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-05T11:18:34.219Z] #42 195.3 CC criu/sk-netlink.o [2020-11-05T11:18:34.519Z] #42 195.8 CC criu/sk-packet.o [2020-11-05T11:18:34.545Z] #41 153.5 CC criu/sockets.o [2020-11-05T11:18:35.120Z] #41 ... [2020-11-05T11:18:35.120Z] [2020-11-05T11:18:35.120Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:18:35.120Z] #22 221.6 + return [2020-11-05T11:18:35.120Z] #22 DONE 222.6s [2020-11-05T11:18:35.382Z] [2020-11-05T11:18:35.382Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:35.382Z] #41 154.2 CC criu/stats.o [2020-11-05T11:18:35.569Z] #42 196.5 CC criu/sk-queue.o [2020-11-05T11:18:35.645Z] #41 154.5 CC criu/string.o [2020-11-05T11:18:35.645Z] #41 154.6 CC criu/sysctl.o [2020-11-05T11:18:35.867Z] #42 197.1 CC criu/sk-tcp.o [2020-11-05T11:18:35.908Z] #41 155.1 CC criu/sysfs_parse.o [2020-11-05T11:18:36.483Z] #41 155.4 CC criu/timens.o [2020-11-05T11:18:36.519Z] #42 197.7 CC criu/sk-unix.o [2020-11-05T11:18:36.748Z] #41 155.7 CC criu/timerfd.o [2020-11-05T11:18:37.010Z] #41 156.0 CC criu/tty.o [2020-11-05T11:18:37.956Z] #41 ... [2020-11-05T11:18:37.956Z] [2020-11-05T11:18:37.956Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-05T11:18:37.956Z] #23 DONE 1.1s [2020-11-05T11:18:38.218Z] [2020-11-05T11:18:38.218Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-05T11:18:38.627Z] #42 199.8 CC criu/sockets.o [2020-11-05T11:18:38.831Z] #20 ... [2020-11-05T11:18:38.831Z] [2020-11-05T11:18:38.831Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:38.831Z] #41 118.0 CC criu/image-desc.o [2020-11-05T11:18:38.831Z] #41 118.1 CC criu/image.o [2020-11-05T11:18:38.831Z] #41 119.1 CC criu/ipc_ns.o [2020-11-05T11:18:38.831Z] #41 120.4 CC criu/irmap.o [2020-11-05T11:18:38.831Z] #41 121.1 CC criu/kcmp-ids.o [2020-11-05T11:18:38.831Z] #41 121.5 CC criu/kerndat.o [2020-11-05T11:18:38.831Z] #41 122.6 CC criu/libnetlink.o [2020-11-05T11:18:38.831Z] #41 123.0 CC criu/log.o [2020-11-05T11:18:38.831Z] #41 123.9 CC criu/lsm.o [2020-11-05T11:18:38.831Z] #41 124.4 CC criu/mem.o [2020-11-05T11:18:38.831Z] #41 126.1 CC criu/memfd.o [2020-11-05T11:18:38.831Z] #41 126.9 CC criu/mount.o [2020-11-05T11:18:38.831Z] #41 ... [2020-11-05T11:18:38.831Z] [2020-11-05T11:18:38.831Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-05T11:18:38.831Z] #20 5.004 Collecting yamllint==1.16.0 [2020-11-05T11:18:39.682Z] #42 200.9 CC criu/stats.o [2020-11-05T11:18:39.981Z] #42 201.3 CC criu/string.o [2020-11-05T11:18:39.981Z] #42 201.4 CC criu/sysctl.o [2020-11-05T11:18:41.028Z] Loaded image: buildpack-deps:buster [2020-11-05T11:18:41.028Z] Loaded image: busybox:latest [2020-11-05T11:18:41.028Z] Loaded image: busybox:glibc [2020-11-05T11:18:41.028Z] Loaded image: debian:buster [2020-11-05T11:18:41.057Z] #42 202.3 CC criu/sysfs_parse.o [2020-11-05T11:18:41.288Z] Loaded image: hello-world:latest [2020-11-05T11:18:41.288Z] Loaded image: arm32v7/hello-world:latest [2020-11-05T11:18:41.354Z] #42 202.7 CC criu/timens.o [2020-11-05T11:18:41.549Z] INFO: Testing against a local daemon [2020-11-05T11:18:41.549Z] === RUN TestCgroupNamespacesBuild [2020-11-05T11:18:41.800Z] #42 203.0 CC criu/timerfd.o [2020-11-05T11:18:42.099Z] #42 203.5 CC criu/tty.o [2020-11-05T11:18:43.525Z] #28 ... [2020-11-05T11:18:43.525Z] [2020-11-05T11:18:43.525Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:43.525Z] #41 157.7 CC criu/tun.o [2020-11-05T11:18:43.525Z] #41 158.1 CC criu/uffd.o [2020-11-05T11:18:43.525Z] #41 159.1 CC criu/util.o [2020-11-05T11:18:43.525Z] #41 160.4 CC criu/uts_ns.o [2020-11-05T11:18:43.525Z] #41 160.6 CC criu/vdso.o [2020-11-05T11:18:43.525Z] #41 161.0 LINK criu/built-in.o [2020-11-05T11:18:43.525Z] #41 161.2 LINK criu/criu [2020-11-05T11:18:43.525Z] #41 161.5 DEP lib/c/criu.d [2020-11-05T11:18:43.525Z] #41 161.6 CC images/rpc.pb-c.o [2020-11-05T11:18:43.525Z] #41 162.1 CC lib/c/criu.o [2020-11-05T11:18:44.087Z] --- PASS: TestCgroupNamespacesBuild (2.44s) [2020-11-05T11:18:44.087Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-05T11:18:44.099Z] #41 163.1 LINK lib/c/built-in.o [2020-11-05T11:18:44.100Z] #41 163.1 LINK lib/c/libcriu.so [2020-11-05T11:18:44.100Z] #41 163.2 LINK lib/c/libcriu.a [2020-11-05T11:18:44.100Z] #41 163.3 GEN magic.py [2020-11-05T11:18:44.124Z] #20 10.36 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-05T11:18:44.124Z] #20 10.46 Collecting pyyaml (from yamllint==1.16.0) [2020-11-05T11:18:44.124Z] #20 10.62 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-05T11:18:44.190Z] .....INFO: Daemon under test started and replied! [2020-11-05T11:18:44.190Z] INFO: Docker version of the daemon under test [2020-11-05T11:18:44.190Z] [2020-11-05T11:18:44.190Z] Client: [2020-11-05T11:18:44.190Z] Version: 17.06.2-ce [2020-11-05T11:18:44.190Z] API version: 1.30 [2020-11-05T11:18:44.190Z] Go version: go1.8.3 [2020-11-05T11:18:44.190Z] Git commit: cec0b72 [2020-11-05T11:18:44.190Z] Built: Tue Sep 5 19:57:19 2017 [2020-11-05T11:18:44.190Z] OS/Arch: windows/amd64 [2020-11-05T11:18:44.190Z] [2020-11-05T11:18:44.190Z] Server: [2020-11-05T11:18:44.190Z] Version: 0.0.0-dev [2020-11-05T11:18:44.190Z] API version: 1.41 (minimum version 1.24) [2020-11-05T11:18:44.190Z] Go version: go1.13.15 [2020-11-05T11:18:44.190Z] Git commit: 315101e8a7 [2020-11-05T11:18:44.190Z] Built: 11/05/2020 11:16:30 [2020-11-05T11:18:44.190Z] OS/Arch: windows/amd64 [2020-11-05T11:18:44.190Z] Experimental: false [2020-11-05T11:18:44.190Z] [2020-11-05T11:18:44.190Z] INFO: Docker info of the daemon under test [2020-11-05T11:18:44.190Z] [2020-11-05T11:18:44.190Z] Containers: 0 [2020-11-05T11:18:44.190Z] Running: 0 [2020-11-05T11:18:44.190Z] Paused: 0 [2020-11-05T11:18:44.190Z] Stopped: 0 [2020-11-05T11:18:44.190Z] Images: 0 [2020-11-05T11:18:44.190Z] Server Version: 0.0.0-dev [2020-11-05T11:18:44.190Z] Storage Driver: windowsfilter [2020-11-05T11:18:44.190Z] Windows: [2020-11-05T11:18:44.190Z] Logging Driver: json-file [2020-11-05T11:18:44.190Z] Plugins: [2020-11-05T11:18:44.190Z] Volume: local [2020-11-05T11:18:44.190Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-05T11:18:44.190Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-05T11:18:44.190Z] Swarm: inactive [2020-11-05T11:18:44.190Z] Default Isolation: process [2020-11-05T11:18:44.190Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-05T11:18:44.190Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-05T11:18:44.190Z] OSType: windows [2020-11-05T11:18:44.190Z] Architecture: x86_64 [2020-11-05T11:18:44.190Z] CPUs: 4 [2020-11-05T11:18:44.190Z] Total Memory: 32GiB [2020-11-05T11:18:44.190Z] Name: azwin-2-66fc80 [2020-11-05T11:18:44.190Z] ID: W6WG:XGUQ:RDBP:DGFF:55HE:NN6R:BTGD:6665:IH6Q:UIM4:SLGI:2PRQ [2020-11-05T11:18:44.190Z] Docker Root Dir: D:\CI\PR-40256\7\daemon [2020-11-05T11:18:44.190Z] Debug Mode (client): false [2020-11-05T11:18:44.190Z] Debug Mode (server): true [2020-11-05T11:18:44.190Z] File Descriptors: -1 [2020-11-05T11:18:44.190Z] Goroutines: 17 [2020-11-05T11:18:44.190Z] System Time: 2020-11-05T11:18:41.231119Z [2020-11-05T11:18:44.190Z] EventsListeners: 0 [2020-11-05T11:18:44.190Z] Registry: https://index.docker.io/v1/ [2020-11-05T11:18:44.190Z] Labels: [2020-11-05T11:18:44.190Z] Experimental: false [2020-11-05T11:18:44.190Z] Insecure Registries: [2020-11-05T11:18:44.190Z] 127.0.0.0/8 [2020-11-05T11:18:44.190Z] Live Restore Enabled: false [2020-11-05T11:18:44.190Z] [2020-11-05T11:18:44.190Z] [2020-11-05T11:18:44.190Z] INFO: Docker images of the daemon under test [2020-11-05T11:18:44.190Z] [2020-11-05T11:18:44.190Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-11-05T11:18:44.190Z] [2020-11-05T11:18:44.190Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-11-05T11:18:44.190Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-11-05T11:18:44.190Z] ltsc2019: Pulling from windows/servercore [2020-11-05T11:18:44.190Z] 4612f6d0b889: Pulling fs layer [2020-11-05T11:18:44.190Z] 406ffb8432a7: Pulling fs layer [2020-11-05T11:18:44.675Z] #41 163.5 Note: Building without setproctitle() and strlcpy() support. [2020-11-05T11:18:44.675Z] #41 163.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-05T11:18:44.675Z] #41 163.5 Note: Building without GnuTLS support [2020-11-05T11:18:44.675Z] #41 163.5 Makefile.config:39: Warn: you have no libnftables installed [2020-11-05T11:18:44.675Z] #41 163.5 Makefile.config:40: Warn: Building without nftables support [2020-11-05T11:18:44.881Z] #42 205.7 CC criu/tun.o [2020-11-05T11:18:44.881Z] #42 206.3 CC criu/uffd.o [2020-11-05T11:18:45.255Z] #41 164.3 fatal: not a git repository (or any of the parent directories): .git [2020-11-05T11:18:45.512Z] #20 11.99 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-05T11:18:45.512Z] #20 12.05 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-11-05T11:18:45.512Z] #20 12.09 Building wheels for collected packages: pyyaml [2020-11-05T11:18:45.512Z] #20 12.10 Running setup.py bdist_wheel for pyyaml: started [2020-11-05T11:18:45.994Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.03s) [2020-11-05T11:18:45.994Z] === RUN TestBuildWithSession [2020-11-05T11:18:45.994Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-05T11:18:45.994Z] build_session_test.go:25: TODO: BuildKit [2020-11-05T11:18:45.994Z] === RUN TestBuildSquashParent [2020-11-05T11:18:46.254Z] #41 165.1 make[1]: Nothing to be done for 'all'. [2020-11-05T11:18:46.870Z] #41 165.9 make[1]: 'images/built-in.o' is up to date. [2020-11-05T11:18:46.870Z] #41 166.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-05T11:18:46.870Z] #41 ... [2020-11-05T11:18:46.870Z] [2020-11-05T11:18:46.870Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-05T11:18:46.870Z] #28 DONE 9.1s [2020-11-05T11:18:46.870Z] [2020-11-05T11:18:46.870Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:46.870Z] #41 166.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-05T11:18:46.870Z] #41 166.1 make[1]: 'compel/libcompel.a' is up to date. [2020-11-05T11:18:46.870Z] #41 ... [2020-11-05T11:18:46.870Z] [2020-11-05T11:18:46.870Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-05T11:18:46.898Z] #20 13.14 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-05T11:18:46.898Z] #20 13.14 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-05T11:18:46.898Z] #20 13.26 Successfully built pyyaml [2020-11-05T11:18:46.898Z] #20 13.27 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-05T11:18:46.987Z] #42 208.0 CC criu/util.o [2020-11-05T11:18:47.160Z] #20 13.62 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-05T11:18:47.422Z] #20 DONE 14.0s [2020-11-05T11:18:47.422Z] [2020-11-05T11:18:47.422Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-05T11:18:47.422Z] #23 DONE 0.1s [2020-11-05T11:18:47.422Z] [2020-11-05T11:18:47.422Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:47.422Z] #41 130.5 CC criu/namespaces.o [2020-11-05T11:18:47.422Z] #41 132.1 CC criu/net.o [2020-11-05T11:18:47.422Z] #41 135.3 CC criu/netfilter.o [2020-11-05T11:18:47.422Z] #41 135.8 CC criu/page-pipe.o [2020-11-05T11:18:47.422Z] #41 136.5 CC criu/page-xfer.o [2020-11-05T11:18:47.683Z] #41 ... [2020-11-05T11:18:47.683Z] [2020-11-05T11:18:47.683Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-05T11:18:48.296Z] #31 DONE 1.1s [2020-11-05T11:18:48.296Z] [2020-11-05T11:18:48.296Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:48.296Z] #41 166.1 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-05T11:18:48.296Z] #41 166.1 make[1]: Nothing to be done for 'all'. [2020-11-05T11:18:48.296Z] #41 166.2 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-05T11:18:48.296Z] #41 166.5 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:48.296Z] #41 166.5 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:48.296Z] #41 166.6 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:48.296Z] #41 166.7 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:48.296Z] #41 166.8 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:48.296Z] #41 166.8 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:48.296Z] #41 166.8 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:48.296Z] #41 166.9 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:48.296Z] #41 166.9 INSTALL criu/criu [2020-11-05T11:18:48.296Z] #41 DONE 167.1s [2020-11-05T11:18:48.296Z] [2020-11-05T11:18:48.296Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:18:48.296Z] #54 ... [2020-11-05T11:18:48.296Z] [2020-11-05T11:18:48.296Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-05T11:18:48.296Z] #33 DONE 0.2s [2020-11-05T11:18:48.296Z] [2020-11-05T11:18:48.296Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-05T11:18:48.296Z] #36 DONE 0.1s [2020-11-05T11:18:48.296Z] [2020-11-05T11:18:48.296Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:18:48.523Z] #42 209.7 CC criu/uts_ns.o [2020-11-05T11:18:48.557Z] #54 ... [2020-11-05T11:18:48.557Z] [2020-11-05T11:18:48.557Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-05T11:18:48.824Z] #42 209.9 CC criu/vdso.o [2020-11-05T11:18:48.911Z] 406ffb8432a7: Verifying Checksum [2020-11-05T11:18:48.911Z] 406ffb8432a7: Download complete [2020-11-05T11:18:49.129Z] #39 DONE 0.7s [2020-11-05T11:18:49.129Z] [2020-11-05T11:18:49.129Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:18:49.701Z] #54 ... [2020-11-05T11:18:49.701Z] [2020-11-05T11:18:49.701Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-05T11:18:49.701Z] #42 DONE 0.1s [2020-11-05T11:18:49.701Z] [2020-11-05T11:18:49.701Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-05T11:18:49.888Z] #42 210.8 LINK criu/built-in.o [2020-11-05T11:18:49.888Z] #42 211.0 LINK criu/criu [2020-11-05T11:18:50.273Z] #44 DONE 0.5s [2020-11-05T11:18:50.273Z] [2020-11-05T11:18:50.273Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-05T11:18:50.273Z] #46 DONE 0.1s [2020-11-05T11:18:50.273Z] [2020-11-05T11:18:50.273Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-05T11:18:50.532Z] #42 ... [2020-11-05T11:18:50.533Z] [2020-11-05T11:18:50.533Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:18:50.533Z] #39 DONE 276.8s [2020-11-05T11:18:50.533Z] [2020-11-05T11:18:50.533Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:50.533Z] #42 211.6 DEP lib/c/criu.d [2020-11-05T11:18:50.533Z] #42 211.8 CC images/rpc.pb-c.o [2020-11-05T11:18:50.985Z] #28 DONE 2.9s [2020-11-05T11:18:50.985Z] [2020-11-05T11:18:50.985Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:50.985Z] #41 138.3 CC criu/pagemap-cache.o [2020-11-05T11:18:50.985Z] #41 138.7 CC criu/pagemap.o [2020-11-05T11:18:50.985Z] #41 139.6 CC criu/parasite-syscall.o [2020-11-05T11:18:50.985Z] #41 140.3 CC criu/path.o [2020-11-05T11:18:50.985Z] #41 ... [2020-11-05T11:18:50.985Z] [2020-11-05T11:18:50.985Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-05T11:18:50.985Z] #31 DONE 0.4s [2020-11-05T11:18:50.985Z] [2020-11-05T11:18:50.985Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-05T11:18:50.985Z] #33 DONE 0.0s [2020-11-05T11:18:50.985Z] [2020-11-05T11:18:50.985Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:50.985Z] #41 140.7 CC criu/pie-util-vdso-elf32.o [2020-11-05T11:18:50.985Z] #41 ... [2020-11-05T11:18:50.985Z] [2020-11-05T11:18:50.985Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-05T11:18:50.985Z] #36 DONE 0.2s [2020-11-05T11:18:51.216Z] #48 DONE 1.0s [2020-11-05T11:18:51.216Z] [2020-11-05T11:18:51.216Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:18:51.216Z] #54 ... [2020-11-05T11:18:51.216Z] [2020-11-05T11:18:51.216Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-05T11:18:51.216Z] #50 DONE 0.1s [2020-11-05T11:18:51.245Z] [2020-11-05T11:18:51.245Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:18:51.477Z] [2020-11-05T11:18:51.477Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-05T11:18:51.505Z] #51 ... [2020-11-05T11:18:51.505Z] [2020-11-05T11:18:51.505Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:51.505Z] #41 141.1 CC criu/pie-util-vdso.o [2020-11-05T11:18:52.048Z] #52 DONE 0.5s [2020-11-05T11:18:52.049Z] [2020-11-05T11:18:52.049Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:18:52.075Z] #42 213.1 CC lib/c/criu.o [2020-11-05T11:18:52.076Z] #41 141.6 CC criu/pie-util.o [2020-11-05T11:18:52.076Z] #41 141.7 CC criu/pipes.o [2020-11-05T11:18:53.016Z] #41 142.5 CC criu/plugin.o [2020-11-05T11:18:53.128Z] #42 214.4 LINK lib/c/built-in.o [2020-11-05T11:18:53.128Z] #42 214.4 LINK lib/c/libcriu.so [2020-11-05T11:18:53.129Z] #42 214.5 LINK lib/c/libcriu.a [2020-11-05T11:18:53.277Z] #41 142.9 CC criu/proc_parse.o [2020-11-05T11:18:53.774Z] #42 214.8 GEN magic.py [2020-11-05T11:18:53.774Z] #42 215.0 Note: Building without setproctitle() and strlcpy() support. [2020-11-05T11:18:53.774Z] #42 215.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-05T11:18:53.774Z] #42 215.0 Note: Building without GnuTLS support [2020-11-05T11:18:53.774Z] #42 215.0 Makefile.config:39: Warn: you have no libnftables installed [2020-11-05T11:18:53.774Z] #42 215.0 Makefile.config:40: Warn: Building without nftables support [2020-11-05T11:18:54.664Z] #41 ... [2020-11-05T11:18:54.664Z] [2020-11-05T11:18:54.664Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-05T11:18:54.664Z] #51 89.82 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-05T11:18:54.664Z] #51 91.71 + mkdir -p /build [2020-11-05T11:18:54.664Z] #51 91.73 + cp runc /build/runc [2020-11-05T11:18:54.664Z] #51 DONE 92.1s [2020-11-05T11:18:54.664Z] [2020-11-05T11:18:54.664Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:18:54.832Z] #42 215.9 fatal: not a git repository (or any of the parent directories): .git [2020-11-05T11:18:55.888Z] #42 216.9 make[1]: Nothing to be done for 'all'. [2020-11-05T11:18:55.980Z] --- PASS: TestBuildSquashParent (8.65s) [2020-11-05T11:18:55.981Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-05T11:18:55.981Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-05T11:18:55.981Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-05T11:18:55.981Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-05T11:18:55.981Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-05T11:18:55.981Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-05T11:18:55.981Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-05T11:18:55.981Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-05T11:18:55.981Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-05T11:18:55.981Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-05T11:18:55.981Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-05T11:18:55.981Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-05T11:18:55.981Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-05T11:18:55.981Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-05T11:18:55.981Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-05T11:18:56.051Z] #38 ... [2020-11-05T11:18:56.051Z] [2020-11-05T11:18:56.051Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:56.051Z] #41 145.4 CC criu/protobuf-desc.o [2020-11-05T11:18:56.536Z] #42 217.7 make[1]: 'images/built-in.o' is up to date. [2020-11-05T11:18:56.536Z] #42 217.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-05T11:18:56.536Z] #42 217.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-05T11:18:56.536Z] #42 217.9 make[1]: 'compel/libcompel.a' is up to date. [2020-11-05T11:18:56.623Z] #41 146.2 CC criu/protobuf.o [2020-11-05T11:18:56.841Z] #42 218.0 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-05T11:18:56.841Z] #42 218.0 make[1]: Nothing to be done for 'all'. [2020-11-05T11:18:56.841Z] #42 218.0 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-05T11:18:56.884Z] #41 146.5 CC criu/pstree.o [2020-11-05T11:18:57.142Z] #42 218.3 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:57.142Z] #42 218.3 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:57.142Z] #42 218.4 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:57.142Z] #42 218.5 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:57.142Z] #42 218.6 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:57.459Z] #42 218.6 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:57.459Z] #42 218.7 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:57.459Z] #42 218.9 make[2]: Nothing to be done for 'all'. [2020-11-05T11:18:57.756Z] #42 218.9 INSTALL criu/criu [2020-11-05T11:18:57.756Z] #42 DONE 219.1s [2020-11-05T11:18:57.756Z] [2020-11-05T11:18:57.756Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:18:57.828Z] #41 147.4 CC criu/rbtree.o [2020-11-05T11:18:57.828Z] #41 147.6 CC criu/rst-malloc.o [2020-11-05T11:18:57.888Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-05T11:18:58.147Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-05T11:18:58.400Z] #41 147.8 CC criu/seccomp.o [2020-11-05T11:18:58.400Z] #41 ... [2020-11-05T11:18:58.400Z] [2020-11-05T11:18:58.400Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-05T11:18:58.400Z] #38 DONE 243.2s [2020-11-05T11:18:58.661Z] [2020-11-05T11:18:58.661Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:18:58.661Z] #47 ... [2020-11-05T11:18:58.661Z] [2020-11-05T11:18:58.661Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:18:58.661Z] #41 148.4 CC criu/seize.o [2020-11-05T11:18:59.269Z] 4612f6d0b889: Verifying Checksum [2020-11-05T11:18:59.269Z] 4612f6d0b889: Download complete [2020-11-05T11:18:59.604Z] #41 149.3 CC criu/servicefd.o [2020-11-05T11:18:59.858Z] #23 ... [2020-11-05T11:18:59.858Z] [2020-11-05T11:18:59.858Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:18:59.858Z] #48 286.3 + /build/golangci-lint --version [2020-11-05T11:19:00.186Z] #41 149.7 CC criu/shmem.o [2020-11-05T11:19:00.448Z] #41 150.3 CC criu/sigframe.o [2020-11-05T11:19:00.507Z] #48 286.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-05T11:19:00.507Z] #48 DONE 287.0s [2020-11-05T11:19:00.507Z] [2020-11-05T11:19:00.507Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:19:00.709Z] #41 ... [2020-11-05T11:19:00.709Z] [2020-11-05T11:19:00.709Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-05T11:19:00.709Z] #39 DONE 0.6s [2020-11-05T11:19:00.709Z] [2020-11-05T11:19:00.709Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:19:00.709Z] #41 150.4 CC criu/signalfd.o [2020-11-05T11:19:00.970Z] #41 150.6 CC criu/sk-inet.o [2020-11-05T11:19:01.438Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-05T11:19:01.438Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-05T11:19:01.914Z] #41 ... [2020-11-05T11:19:01.914Z] [2020-11-05T11:19:01.914Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:19:01.914Z] #47 247.1 + /build/golangci-lint --version [2020-11-05T11:19:01.914Z] #47 247.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-05T11:19:01.914Z] #47 DONE 247.6s [2020-11-05T11:19:01.914Z] [2020-11-05T11:19:01.914Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-05T11:19:01.914Z] #41 151.4 CC criu/sk-netlink.o [2020-11-05T11:19:01.914Z] #41 151.6 CC criu/sk-packet.o [2020-11-05T11:19:02.043Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-11-05T11:19:02.176Z] #41 151.9 CC criu/sk-queue.o [2020-11-05T11:19:02.438Z] #41 152.1 CC criu/sk-tcp.o [2020-11-05T11:19:03.010Z] #41 152.5 CC criu/sk-unix.o [2020-11-05T11:19:03.954Z] #41 153.5 CC criu/sockets.o [2020-11-05T11:19:04.282Z] #54 201.3 + bin/containerd-stress [2020-11-05T11:19:04.527Z] #41 154.2 CC criu/stats.o [2020-11-05T11:19:04.527Z] #41 154.3 CC criu/string.o [2020-11-05T11:19:04.527Z] #41 154.4 CC criu/sysctl.o [2020-11-05T11:19:04.729Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-11-05T11:19:04.729Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.37s) [2020-11-05T11:19:04.729Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.44s) [2020-11-05T11:19:04.729Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.34s) [2020-11-05T11:19:04.729Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.29s) [2020-11-05T11:19:04.729Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.92s) [2020-11-05T11:19:04.729Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.03s) [2020-11-05T11:19:04.729Z] === RUN TestBuildMultiStageCopy [2020-11-05T11:19:04.729Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-05T11:19:04.788Z] #41 154.6 CC criu/sysfs_parse.o [2020-11-05T11:19:05.360Z] #41 154.8 CC criu/timens.o [2020-11-05T11:19:05.360Z] #41 155.0 CC criu/timerfd.o [2020-11-05T11:19:05.622Z] #41 155.2 CC criu/tty.o [2020-11-05T11:19:06.566Z] #41 156.1 CC criu/tun.o [2020-11-05T11:19:06.827Z] #41 156.3 CC criu/uffd.o [2020-11-05T11:19:06.829Z] #54 204.3 + bin/containerd-shim [2020-11-05T11:19:07.088Z] #41 156.9 CC criu/util.o [2020-11-05T11:19:07.304Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-05T11:19:07.562Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-05T11:19:07.821Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-05T11:19:08.032Z] #41 157.5 CC criu/uts_ns.o [2020-11-05T11:19:08.032Z] #41 157.7 CC criu/vdso-compat.o [2020-11-05T11:19:08.293Z] #41 157.8 CC criu/vdso.o [2020-11-05T11:19:08.390Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-05T11:19:08.555Z] #41 158.1 LINK criu/built-in.o [2020-11-05T11:19:08.555Z] #41 158.2 LINK criu/criu [2020-11-05T11:19:08.816Z] #41 158.4 DEP lib/c/criu.d [2020-11-05T11:19:08.816Z] #41 158.4 CC images/rpc.pb-c.o [2020-11-05T11:19:08.960Z] --- PASS: TestBuildMultiStageCopy (4.63s) [2020-11-05T11:19:08.960Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.59s) [2020-11-05T11:19:08.960Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2020-11-05T11:19:08.960Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.48s) [2020-11-05T11:19:08.960Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.51s) [2020-11-05T11:19:08.960Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2020-11-05T11:19:08.960Z] === RUN TestBuildMultiStageParentConfig [2020-11-05T11:19:09.078Z] #41 158.8 CC lib/c/criu.o [2020-11-05T11:19:09.650Z] #41 159.3 LINK lib/c/built-in.o [2020-11-05T11:19:09.650Z] #41 159.3 LINK lib/c/libcriu.so [2020-11-05T11:19:09.650Z] #41 159.4 LINK lib/c/libcriu.a [2020-11-05T11:19:09.911Z] #41 159.4 GEN magic.py [2020-11-05T11:19:09.911Z] #41 159.5 Note: Building without setproctitle() and strlcpy() support. [2020-11-05T11:19:09.911Z] #41 159.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-05T11:19:09.911Z] #41 159.5 Note: Building without GnuTLS support [2020-11-05T11:19:09.911Z] #41 159.5 Makefile.config:39: Warn: you have no libnftables installed [2020-11-05T11:19:09.911Z] #41 159.5 Makefile.config:40: Warn: Building without nftables support [2020-11-05T11:19:10.173Z] #41 160.0 fatal: not a git repository (or any of the parent directories): .git [2020-11-05T11:19:10.339Z] --- PASS: TestBuildMultiStageParentConfig (1.25s) [2020-11-05T11:19:10.339Z] === RUN TestBuildLabelWithTargets [2020-11-05T11:19:10.745Z] #41 160.4 make[1]: Nothing to be done for 'all'. [2020-11-05T11:19:11.317Z] #41 160.9 make[1]: 'images/built-in.o' is up to date. [2020-11-05T11:19:11.318Z] #41 160.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-05T11:19:11.318Z] #41 160.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-05T11:19:11.318Z] #41 161.0 make[1]: 'compel/libcompel.a' is up to date. [2020-11-05T11:19:11.318Z] #41 161.0 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-05T11:19:11.318Z] #41 161.0 make[1]: Nothing to be done for 'all'. [2020-11-05T11:19:11.318Z] #41 161.0 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-05T11:19:11.318Z] #41 161.1 make[2]: Nothing to be done for 'all'. [2020-11-05T11:19:11.579Z] #41 161.1 make[2]: Nothing to be done for 'all'. [2020-11-05T11:19:11.579Z] #41 161.2 make[2]: Nothing to be done for 'all'. [2020-11-05T11:19:11.579Z] #41 161.2 make[2]: Nothing to be done for 'all'. [2020-11-05T11:19:11.579Z] #41 161.3 make[2]: Nothing to be done for 'all'. [2020-11-05T11:19:11.579Z] #41 161.3 make[2]: Nothing to be done for 'all'. [2020-11-05T11:19:11.579Z] #41 161.3 make[2]: Nothing to be done for 'all'. [2020-11-05T11:19:11.840Z] #41 161.4 make[2]: Nothing to be done for 'all'. [2020-11-05T11:19:11.840Z] #41 161.4 INSTALL criu/criu [2020-11-05T11:19:12.101Z] #41 DONE 161.8s [2020-11-05T11:19:12.101Z] [2020-11-05T11:19:12.101Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:19:12.129Z] #54 209.8 + bin/containerd-shim-runc-v1 [2020-11-05T11:19:12.875Z] --- PASS: TestBuildLabelWithTargets (2.15s) [2020-11-05T11:19:12.875Z] === RUN TestBuildWithEmptyLayers [2020-11-05T11:19:13.444Z] --- PASS: TestBuildWithEmptyLayers (1.09s) [2020-11-05T11:19:13.444Z] === RUN TestBuildMultiStageOnBuild [2020-11-05T11:19:14.086Z] #54 ... [2020-11-05T11:19:14.086Z] [2020-11-05T11:19:14.086Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-05T11:19:14.086Z] #42 DONE 0.1s [2020-11-05T11:19:14.086Z] [2020-11-05T11:19:14.086Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-05T11:19:14.086Z] #44 DONE 0.1s [2020-11-05T11:19:14.086Z] [2020-11-05T11:19:14.086Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-05T11:19:14.086Z] #46 DONE 0.1s [2020-11-05T11:19:14.086Z] [2020-11-05T11:19:14.086Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-05T11:19:14.086Z] #48 DONE 0.2s [2020-11-05T11:19:14.086Z] [2020-11-05T11:19:14.086Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-05T11:19:14.086Z] #50 DONE 0.1s [2020-11-05T11:19:14.086Z] [2020-11-05T11:19:14.086Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-05T11:19:14.347Z] #52 DONE 0.1s [2020-11-05T11:19:14.347Z] [2020-11-05T11:19:14.347Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:19:14.935Z] #54 194.8 + bin/containerd [2020-11-05T11:19:16.344Z] #54 214.2 + bin/containerd-shim-runc-v2 [2020-11-05T11:19:16.735Z] --- PASS: TestBuildMultiStageOnBuild (2.90s) [2020-11-05T11:19:16.735Z] === RUN TestBuildUncleanTarFilenames [2020-11-05T11:19:17.729Z] #54 215.7 + binaries [2020-11-05T11:19:17.729Z] #54 215.7 + install -D bin/containerd /build/containerd [2020-11-05T11:19:17.729Z] #54 215.8 + install -D bin/containerd-shim /build/containerd-shim [2020-11-05T11:19:17.729Z] #54 215.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-05T11:19:17.989Z] #54 215.8 + install -D bin/ctr /build/ctr [2020-11-05T11:19:18.114Z] --- PASS: TestBuildUncleanTarFilenames (1.83s) [2020-11-05T11:19:18.114Z] === RUN TestBuildMultiStageLayerLeak [2020-11-05T11:19:19.189Z] #23 ... [2020-11-05T11:19:19.189Z] [2020-11-05T11:19:19.189Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:19:19.189Z] #55 264.3 + bin/containerd [2020-11-05T11:19:21.405Z] --- PASS: TestBuildMultiStageLayerLeak (3.05s) [2020-11-05T11:19:21.405Z] === RUN TestBuildWithHugeFile [2020-11-05T11:19:22.190Z] #54 DONE 219.6s [2020-11-05T11:19:22.763Z] #55 ... [2020-11-05T11:19:22.763Z] [2020-11-05T11:19:22.763Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:19:22.763Z] #23 308.4 + return [2020-11-05T11:19:22.763Z] #23 DONE 308.6s [2020-11-05T11:19:22.763Z] [2020-11-05T11:19:22.763Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:19:23.132Z] [2020-11-05T11:19:23.132Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-05T11:19:23.818Z] #55 ... [2020-11-05T11:19:23.818Z] [2020-11-05T11:19:23.818Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-05T11:19:23.818Z] #24 DONE 0.1s [2020-11-05T11:19:24.118Z] [2020-11-05T11:19:24.118Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-05T11:19:24.766Z] #29 DONE 0.6s [2020-11-05T11:19:24.766Z] [2020-11-05T11:19:24.766Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-05T11:19:24.766Z] #32 DONE 0.1s [2020-11-05T11:19:24.766Z] [2020-11-05T11:19:24.766Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:19:24.766Z] #55 ... [2020-11-05T11:19:24.766Z] [2020-11-05T11:19:24.766Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-05T11:19:24.766Z] #34 DONE 0.1s [2020-11-05T11:19:24.766Z] [2020-11-05T11:19:24.766Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-05T11:19:25.066Z] #37 DONE 0.1s [2020-11-05T11:19:25.066Z] [2020-11-05T11:19:25.066Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-05T11:19:25.066Z] #40 DONE 0.1s [2020-11-05T11:19:25.066Z] [2020-11-05T11:19:25.066Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:19:25.066Z] #55 ... [2020-11-05T11:19:25.066Z] [2020-11-05T11:19:25.066Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-05T11:19:25.066Z] #43 DONE 0.1s [2020-11-05T11:19:25.066Z] [2020-11-05T11:19:25.066Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-05T11:19:25.366Z] #45 DONE 0.1s [2020-11-05T11:19:25.366Z] [2020-11-05T11:19:25.366Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-05T11:19:25.366Z] #47 DONE 0.1s [2020-11-05T11:19:25.366Z] [2020-11-05T11:19:25.366Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-05T11:19:25.663Z] #49 DONE 0.1s [2020-11-05T11:19:25.663Z] [2020-11-05T11:19:25.663Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-05T11:19:25.663Z] #51 DONE 0.1s [2020-11-05T11:19:25.663Z] [2020-11-05T11:19:25.663Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-05T11:19:25.663Z] #53 DONE 0.1s [2020-11-05T11:19:25.663Z] [2020-11-05T11:19:25.663Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-05T11:19:25.674Z] #55 DONE 2.2s [2020-11-05T11:19:25.674Z] [2020-11-05T11:19:25.674Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-05T11:19:25.674Z] #59 DONE 0.4s [2020-11-05T11:19:25.935Z] [2020-11-05T11:19:25.935Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-05T11:19:26.875Z] #61 DONE 1.0s [2020-11-05T11:19:26.875Z] [2020-11-05T11:19:26.875Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-05T11:19:26.875Z] #63 DONE 0.1s [2020-11-05T11:19:26.875Z] [2020-11-05T11:19:26.875Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-05T11:19:26.875Z] #64 DONE 0.0s [2020-11-05T11:19:26.875Z] [2020-11-05T11:19:26.875Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-05T11:19:27.362Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-05T11:19:27.362Z] [2020-11-05T11:19:27.362Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-05T11:19:27.362Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-05T11:19:27.362Z] HOSTNAME=6298361767c7 [2020-11-05T11:19:27.362Z] TESTDEBUG=0 [2020-11-05T11:19:27.362Z] DEST=bundles/test-integration [2020-11-05T11:19:27.362Z] PWD=/go/src/github.com/docker/docker [2020-11-05T11:19:27.362Z] DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:19:27.362Z] container=docker [2020-11-05T11:19:27.362Z] HOME=/root [2020-11-05T11:19:27.362Z] GOLANG_VERSION=1.13.15 [2020-11-05T11:19:27.362Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-05T11:19:27.362Z] VALIDATE_BRANCH=master [2020-11-05T11:19:27.362Z] TERM=xterm [2020-11-05T11:19:27.362Z] DOCKER_PKG=github.com/docker/docker [2020-11-05T11:19:27.362Z] SHLVL=1 [2020-11-05T11:19:27.362Z] TIMEOUT=120m [2020-11-05T11:19:27.362Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-05T11:19:27.362Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-05T11:19:27.362Z] GO111MODULE=off [2020-11-05T11:19:27.362Z] DOCKER_EXPERIMENTAL=1 [2020-11-05T11:19:27.362Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-05T11:19:27.362Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-05T11:19:27.362Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-05T11:19:27.362Z] GOPATH=/go [2020-11-05T11:19:27.362Z] PKG_CONFIG=pkg-config [2020-11-05T11:19:27.362Z] _=/usr/bin/env [2020-11-05T11:19:27.362Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-05T11:19:28.790Z] #65 DONE 1.7s [2020-11-05T11:19:28.790Z] [2020-11-05T11:19:28.790Z] #66 exporting to image [2020-11-05T11:19:28.790Z] #66 exporting layers [2020-11-05T11:19:33.003Z] #66 exporting layers 4.0s done [2020-11-05T11:19:33.003Z] #66 writing image sha256:db3e701422f4daa8990fb232531700f3e05763a31a9e24b678c4404537a469bb done [2020-11-05T11:19:33.003Z] #66 naming to docker.io/library/docker:315101e8a789ad8fda6b9338492318db0f481c00 done [2020-11-05T11:19:33.003Z] #66 DONE 4.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-05T11:19:33.343Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40256/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:315101e8a789ad8fda6b9338492318db0f481c00 hack/test/unit [2020-11-05T11:19:38.632Z] ? github.com/docker/docker/api [no test files] [2020-11-05T11:19:39.500Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-05T11:19:39.500Z] Using test binary docker [2020-11-05T11:19:39.500Z] +++ /etc/init.d/apparmor start [2020-11-05T11:19:39.500Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-05T11:19:39.500Z] INFO: Waiting for daemon to start... [2020-11-05T11:19:39.500Z] Starting dockerd [2020-11-05T11:19:39.500Z] +++ 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 [2020-11-05T11:19:39.500Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-05T11:19:39.500Z] Using test binary docker [2020-11-05T11:19:39.500Z] +++ /etc/init.d/apparmor start [2020-11-05T11:19:39.500Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-05T11:19:39.500Z] Starting dockerd [2020-11-05T11:19:39.500Z] INFO: Waiting for daemon to start... [2020-11-05T11:19:39.500Z] +++ 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 [2020-11-05T11:19:39.760Z] . [2020-11-05T11:19:39.760Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-05T11:19:39.760Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-05T11:19:39.760Z] Error: No such image: emptyfs [2020-11-05T11:19:39.760Z] ++++ docker load [2020-11-05T11:19:39.760Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-05T11:19:40.019Z] Running integration-test (iteration 1) [2020-11-05T11:19:40.019Z] 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)/ [2020-11-05T11:19:40.019Z] ++ 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)/' [2020-11-05T11:19:40.019Z] ++ set -e [2020-11-05T11:19:40.019Z] ++ '[' -n 0 ']' [2020-11-05T11:19:40.019Z] ++ set -x [2020-11-05T11:19:40.019Z] ++ env -i DEST=/go/src/github.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)/' [2020-11-05T11:19:40.954Z] [2020-11-05T11:19:40.954Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-05T11:19:40.954Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-05T11:19:40.954Z] Error: No such image: emptyfs [2020-11-05T11:19:40.954Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-05T11:19:40.954Z] ++++ docker load [2020-11-05T11:19:41.213Z] Running integration-test (iteration 1) [2020-11-05T11:19:41.472Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-11-05T11:19:41.472Z] ++ 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)/' [2020-11-05T11:19:41.472Z] ++ set -e [2020-11-05T11:19:41.472Z] ++ '[' -n 0 ']' [2020-11-05T11:19:41.472Z] ++ set -x [2020-11-05T11:19:41.472Z] ++ env -i DEST=/go/src/github.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)/' [2020-11-05T11:19:45.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-05T11:19:46.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-05T11:19:47.049Z] #54 222.3 + bin/containerd-stress [2020-11-05T11:19:47.049Z] #54 224.4 + bin/containerd-shim [2020-11-05T11:19:48.271Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-05T11:19:50.918Z] ok github.com/docker/docker/api/server 0.036s coverage: 9.0% of statements [2020-11-05T11:19:51.254Z] #54 231.0 + bin/containerd-shim-runc-v1 [2020-11-05T11:19:55.464Z] #54 235.4 + bin/containerd-shim-runc-v2 [2020-11-05T11:19:55.797Z] ..........................xx.................... [ 29%] [2020-11-05T11:19:56.405Z] #54 236.5 + binaries [2020-11-05T11:19:56.405Z] #54 236.5 + install -D bin/containerd /build/containerd [2020-11-05T11:19:56.405Z] #54 236.5 + install -D bin/containerd-shim /build/containerd-shim [2020-11-05T11:19:56.405Z] #54 236.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-05T11:19:56.405Z] #54 236.5 + install -D bin/ctr /build/ctr [2020-11-05T11:19:57.787Z] #54 DONE 238.1s [2020-11-05T11:19:58.429Z] #55 300.8 + bin/containerd-stress [2020-11-05T11:19:58.429Z] #55 303.2 + bin/containerd-shim [2020-11-05T11:19:58.733Z] [2020-11-05T11:19:58.733Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-05T11:19:59.302Z] #55 DONE 0.6s [2020-11-05T11:19:59.302Z] [2020-11-05T11:19:59.302Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-05T11:19:59.561Z] #59 DONE 0.2s [2020-11-05T11:19:59.561Z] [2020-11-05T11:19:59.561Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-05T11:20:00.132Z] #61 DONE 0.5s [2020-11-05T11:20:00.132Z] [2020-11-05T11:20:00.132Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-05T11:20:00.132Z] #63 DONE 0.0s [2020-11-05T11:20:00.132Z] [2020-11-05T11:20:00.132Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-05T11:20:00.132Z] #64 DONE 0.0s [2020-11-05T11:20:00.132Z] [2020-11-05T11:20:00.132Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-05T11:20:02.043Z] #65 DONE 1.7s [2020-11-05T11:20:02.043Z] [2020-11-05T11:20:02.043Z] #66 exporting to image [2020-11-05T11:20:02.043Z] #66 exporting layers [2020-11-05T11:20:04.060Z] #55 310.5 + bin/containerd-shim-runc-v1 [2020-11-05T11:20:06.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-05T11:20:06.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-05T11:20:06.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-05T11:20:06.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-05T11:20:07.171Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-05T11:20:08.201Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-05T11:20:08.611Z] #55 315.6 + bin/containerd-shim-runc-v2 [2020-11-05T11:20:08.622Z] #66 exporting layers 6.6s done [2020-11-05T11:20:08.622Z] #66 writing image sha256:d9a436a34ce2a7db9487f66827dc6436b5323714b9823a6b9aa742810720f812 done [2020-11-05T11:20:08.622Z] #66 naming to docker.io/library/docker:315101e8a789ad8fda6b9338492318db0f481c00 done [2020-11-05T11:20:08.622Z] #66 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-05T11:20:08.979Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40256/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:315101e8a789ad8fda6b9338492318db0f481c00 hack/make.sh dynbinary test-integration [2020-11-05T11:20:09.658Z] #55 316.7 + binaries [2020-11-05T11:20:09.658Z] #55 316.7 + install -D bin/containerd /build/containerd [2020-11-05T11:20:09.658Z] #55 316.7 + install -D bin/containerd-shim /build/containerd-shim [2020-11-05T11:20:09.919Z] [2020-11-05T11:20:09.919Z] Removing bundles/ [2020-11-05T11:20:09.919Z] [2020-11-05T11:20:09.919Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-05T11:20:09.919Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-05T11:20:09.919Z] GOOS="" GOARCH="" GOARM="" [2020-11-05T11:20:09.950Z] #55 316.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-05T11:20:09.951Z] #55 316.7 + install -D bin/ctr /build/ctr [2020-11-05T11:20:09.951Z] #55 DONE 316.8s [2020-11-05T11:20:10.263Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-05T11:20:10.989Z] [2020-11-05T11:20:10.989Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-05T11:20:10.989Z] #56 DONE 0.1s [2020-11-05T11:20:10.989Z] [2020-11-05T11:20:10.989Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-05T11:20:10.989Z] #60 DONE 0.1s [2020-11-05T11:20:10.989Z] [2020-11-05T11:20:10.989Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-05T11:20:10.989Z] #61 DONE 0.1s [2020-11-05T11:20:11.282Z] [2020-11-05T11:20:11.282Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-05T11:20:11.282Z] #63 DONE 0.1s [2020-11-05T11:20:11.282Z] [2020-11-05T11:20:11.282Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-05T11:20:11.282Z] #64 DONE 0.0s [2020-11-05T11:20:11.282Z] [2020-11-05T11:20:11.282Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-05T11:20:11.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-05T11:20:12.230Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-11-05T11:20:12.326Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-05T11:20:12.956Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-05T11:20:13.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-05T11:20:14.029Z] #65 DONE 2.4s [2020-11-05T11:20:14.029Z] [2020-11-05T11:20:14.029Z] #67 exporting to oci image format [2020-11-05T11:20:14.029Z] #67 exporting layers [2020-11-05T11:20:14.616Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-05T11:20:15.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-05T11:20:16.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-05T11:20:17.308Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-05T11:20:17.938Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-05T11:20:17.938Z] Using test binary docker [2020-11-05T11:20:17.938Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-05T11:20:17.938Z] +++ /etc/init.d/apparmor start [2020-11-05T11:20:17.938Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-05T11:20:17.938Z] INFO: Waiting for daemon to start... [2020-11-05T11:20:17.938Z] Starting dockerd [2020-11-05T11:20:17.938Z] +++ 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 [2020-11-05T11:20:19.736Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-11-05T11:20:19.998Z] . [2020-11-05T11:20:19.998Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-05T11:20:19.998Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-05T11:20:19.998Z] Error: No such image: emptyfs [2020-11-05T11:20:19.998Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-05T11:20:19.998Z] ++++ docker load [2020-11-05T11:20:20.204Z] Loaded image: buildpack-deps:buster [2020-11-05T11:20:20.204Z] Loaded image: busybox:latest [2020-11-05T11:20:20.204Z] Loaded image: busybox:glibc [2020-11-05T11:20:20.204Z] Loaded image: debian:buster [2020-11-05T11:20:20.204Z] Loaded image: hello-world:latest [2020-11-05T11:20:20.204Z] Loaded image: arm32v7/hello-world:latest [2020-11-05T11:20:20.204Z] INFO: Testing against a local daemon [2020-11-05T11:20:20.204Z] === RUN TestDockerSuite [2020-11-05T11:20:20.204Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-11-05T11:20:20.204Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-11-05T11:20:20.204Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-11-05T11:20:20.204Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-11-05T11:20:20.204Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-11-05T11:20:20.204Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-11-05T11:20:20.204Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-11-05T11:20:20.204Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-11-05T11:20:20.204Z] Loaded image: buildpack-deps:buster [2020-11-05T11:20:20.204Z] Loaded image: busybox:latest [2020-11-05T11:20:20.288Z] Running integration-test (iteration 1) [2020-11-05T11:20:20.288Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-11-05T11:20:20.288Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:20:20.288Z] ++ set -e [2020-11-05T11:20:20.288Z] ++ '[' -n 0 ']' [2020-11-05T11:20:20.288Z] ++ set -x [2020-11-05T11:20:20.288Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:20:20.464Z] Loaded image: busybox:glibc [2020-11-05T11:20:20.464Z] Loaded image: debian:buster [2020-11-05T11:20:21.036Z] Loaded image: hello-world:latest [2020-11-05T11:20:21.295Z] Loaded image: arm32v7/hello-world:latest [2020-11-05T11:20:21.295Z] INFO: Testing against a local daemon [2020-11-05T11:20:21.295Z] === RUN TestDockerDaemonSuite [2020-11-05T11:20:21.295Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-11-05T11:20:21.554Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-11-05T11:20:21.554Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-11-05T11:20:22.123Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-11-05T11:20:22.123Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-11-05T11:20:23.061Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-11-05T11:20:23.061Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-11-05T11:20:23.061Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-11-05T11:20:23.381Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-11-05T11:20:24.442Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-11-05T11:20:24.701Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-11-05T11:20:24.960Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-11-05T11:20:24.960Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-11-05T11:20:25.900Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-11-05T11:20:25.900Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-11-05T11:20:26.836Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-11-05T11:20:27.095Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-11-05T11:20:27.095Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-11-05T11:20:27.095Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-11-05T11:20:27.662Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-11-05T11:20:28.751Z] Loaded image: buildpack-deps:buster [2020-11-05T11:20:28.751Z] Loaded image: busybox:latest [2020-11-05T11:20:28.751Z] Loaded image: busybox:glibc [2020-11-05T11:20:28.751Z] Loaded image: debian:buster [2020-11-05T11:20:28.751Z] Loaded image: hello-world:latest [2020-11-05T11:20:29.040Z] Loaded image: arm32v7/hello-world:latest [2020-11-05T11:20:29.040Z] INFO: Testing against a local daemon [2020-11-05T11:20:29.040Z] === RUN TestCgroupNamespacesBuild [2020-11-05T11:20:31.100Z] --- PASS: TestCgroupNamespacesBuild (2.17s) [2020-11-05T11:20:31.100Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-05T11:20:33.162Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.78s) [2020-11-05T11:20:33.162Z] === RUN TestBuildWithSession [2020-11-05T11:20:33.163Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-05T11:20:33.163Z] build_session_test.go:25: TODO: BuildKit [2020-11-05T11:20:33.163Z] === RUN TestBuildSquashParent [2020-11-05T11:20:34.223Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-11-05T11:20:36.127Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-11-05T11:20:38.661Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-11-05T11:20:39.884Z] tests/integration/api_network_test.py ............................ [ 47%] [2020-11-05T11:20:40.044Z] --- PASS: TestBuildSquashParent (6.80s) [2020-11-05T11:20:40.044Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-05T11:20:40.044Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-05T11:20:40.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-05T11:20:40.044Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-05T11:20:40.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-05T11:20:40.044Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-05T11:20:40.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-05T11:20:40.044Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-05T11:20:40.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-05T11:20:40.044Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-05T11:20:40.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-05T11:20:40.044Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-05T11:20:40.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-05T11:20:40.044Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-05T11:20:40.044Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-05T11:20:40.565Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-11-05T11:20:41.504Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-11-05T11:20:42.072Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-11-05T11:20:42.639Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-11-05T11:20:42.807Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-05T11:20:42.807Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-05T11:20:43.580Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-11-05T11:20:44.516Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-11-05T11:20:44.873Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-05T11:20:44.873Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-05T11:20:45.454Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-11-05T11:20:46.835Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-11-05T11:20:47.224Z] ok github.com/docker/docker/api/server/httputils 0.027s coverage: 14.7% of statements [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-05T11:20:47.224Z] ok github.com/docker/docker/api/server/middleware 0.028s coverage: 37.7% of statements [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-05T11:20:47.224Z] ok github.com/docker/docker/api/types/strslice 0.022s coverage: 90.0% of statements [2020-11-05T11:20:47.224Z] ok github.com/docker/docker/api/types/filters 0.069s coverage: 92.2% of statements [2020-11-05T11:20:47.224Z] ok github.com/docker/docker/api/server/router/swarm 0.017s coverage: 5.7% of statements [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/types [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-05T11:20:47.224Z] ok github.com/docker/docker/api/types/time 0.016s coverage: 100.0% of statements [2020-11-05T11:20:47.224Z] ok github.com/docker/docker/api/types/versions 0.022s coverage: 75.0% of statements [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/builder [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-05T11:20:47.224Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-05T11:20:47.224Z] ok github.com/docker/docker/builder/dockerignore 0.010s coverage: 96.8% of statements [2020-11-05T11:20:47.224Z] ok github.com/docker/docker/cli/debug 0.011s coverage: 100.0% of statements [2020-11-05T11:20:47.402Z] === RUN TestDockerSuite/TestAttachDetach [2020-11-05T11:20:47.633Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-11-05T11:20:47.633Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.57s) [2020-11-05T11:20:47.633Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.64s) [2020-11-05T11:20:47.633Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.41s) [2020-11-05T11:20:47.633Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.50s) [2020-11-05T11:20:47.633Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.42s) [2020-11-05T11:20:47.633Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.42s) [2020-11-05T11:20:47.633Z] === RUN TestBuildMultiStageCopy [2020-11-05T11:20:47.633Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-05T11:20:47.870Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-11-05T11:20:48.168Z] ok github.com/docker/docker/builder/remotecontext 0.291s coverage: 13.6% of statements [2020-11-05T11:20:48.793Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-11-05T11:20:49.112Z] ok github.com/docker/docker/builder/dockerfile 0.895s coverage: 47.9% of statements [2020-11-05T11:20:49.113Z] ok github.com/docker/docker/builder/remotecontext/git 3.224s coverage: 86.3% of statements [2020-11-05T11:20:49.113Z] ? github.com/docker/docker/cli [no test files] [2020-11-05T11:20:49.113Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-05T11:20:49.360Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-11-05T11:20:49.382Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-11-05T11:20:49.620Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-11-05T11:20:50.357Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-05T11:20:50.357Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-05T11:20:50.986Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-05T11:20:51.525Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-11-05T11:20:51.525Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-11-05T11:20:51.616Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-05T11:20:52.246Z] --- PASS: TestBuildMultiStageCopy (4.86s) [2020-11-05T11:20:52.246Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.61s) [2020-11-05T11:20:52.246Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s) [2020-11-05T11:20:52.246Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2020-11-05T11:20:52.246Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.61s) [2020-11-05T11:20:52.246Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.63s) [2020-11-05T11:20:52.246Z] === RUN TestBuildMultiStageParentConfig [2020-11-05T11:20:52.461Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-11-05T11:20:53.397Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-11-05T11:20:53.667Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-11-05T11:20:53.748Z] --- PASS: TestBuildMultiStageParentConfig (1.49s) [2020-11-05T11:20:53.748Z] === RUN TestBuildLabelWithTargets [2020-11-05T11:20:54.779Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-11-05T11:20:55.714Z] ok github.com/docker/docker/client 0.219s coverage: 75.4% of statements [2020-11-05T11:20:56.159Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-11-05T11:20:56.419Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-11-05T11:20:56.468Z] --- PASS: TestBuildLabelWithTargets (2.32s) [2020-11-05T11:20:56.468Z] === RUN TestBuildWithEmptyLayers [2020-11-05T11:20:57.098Z] --- PASS: TestBuildWithEmptyLayers (0.98s) [2020-11-05T11:20:57.098Z] === RUN TestBuildMultiStageOnBuild [2020-11-05T11:20:57.800Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-11-05T11:20:59.177Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-11-05T11:20:59.177Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-11-05T11:20:59.177Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-11-05T11:20:59.819Z] --- PASS: TestBuildMultiStageOnBuild (2.90s) [2020-11-05T11:20:59.819Z] === RUN TestBuildUncleanTarFilenames [2020-11-05T11:21:00.116Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-11-05T11:21:01.322Z] --- PASS: TestBuildUncleanTarFilenames (1.28s) [2020-11-05T11:21:01.322Z] === RUN TestBuildMultiStageLayerLeak [2020-11-05T11:21:01.495Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-11-05T11:21:01.495Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-11-05T11:21:04.030Z] --- PASS: TestBuildWithHugeFile (102.66s) [2020-11-05T11:21:04.030Z] === RUN TestBuildWithEmptyDockerfile [2020-11-05T11:21:04.030Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-05T11:21:04.030Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-05T11:21:04.030Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-05T11:21:04.030Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-05T11:21:04.030Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-05T11:21:04.030Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-05T11:21:04.030Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-05T11:21:04.030Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-05T11:21:04.045Z] --- PASS: TestBuildMultiStageLayerLeak (3.02s) [2020-11-05T11:21:04.045Z] === RUN TestBuildWithHugeFile [2020-11-05T11:21:04.289Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-05T11:21:04.290Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2020-11-05T11:21:04.290Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2020-11-05T11:21:04.290Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.27s) [2020-11-05T11:21:04.290Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2020-11-05T11:21:04.290Z] === RUN TestBuildPreserveOwnership [2020-11-05T11:21:04.290Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-05T11:21:04.858Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-11-05T11:21:06.255Z] ......................... [ 67%] [2020-11-05T11:21:08.148Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-05T11:21:08.408Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-11-05T11:21:10.314Z] --- PASS: TestBuildPreserveOwnership (5.70s) [2020-11-05T11:21:10.314Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.79s) [2020-11-05T11:21:10.314Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.89s) [2020-11-05T11:21:10.314Z] === RUN TestBuildPlatformInvalid [2020-11-05T11:21:10.314Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-11-05T11:21:10.314Z] PASS [2020-11-05T11:21:10.314Z] [2020-11-05T11:21:10.314Z] === Skipped [2020-11-05T11:21:10.314Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-11-05T11:21:10.314Z] build_session_test.go:25: TODO: BuildKit [2020-11-05T11:21:10.314Z] [2020-11-05T11:21:10.314Z] [2020-11-05T11:21:10.314Z] DONE 32 tests, 1 skipped in 188.033s [2020-11-05T11:21:10.314Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-11-05T11:21:10.314Z] ++ 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 [2020-11-05T11:21:10.314Z] ++ set -e [2020-11-05T11:21:10.314Z] ++ '[' -n 0 ']' [2020-11-05T11:21:10.314Z] ++ set -x [2020-11-05T11:21:10.314Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-11-05T11:21:10.574Z] INFO: Testing against a local daemon [2020-11-05T11:21:10.574Z] === RUN TestConfigInspect [2020-11-05T11:21:10.833Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-11-05T11:21:12.209Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-11-05T11:21:13.589Z] --- PASS: TestConfigInspect (2.91s) [2020-11-05T11:21:13.589Z] === RUN TestConfigList [2020-11-05T11:21:14.525Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-11-05T11:21:15.094Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-11-05T11:21:15.661Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-11-05T11:21:16.619Z] --- PASS: TestConfigList (3.08s) [2020-11-05T11:21:16.619Z] === RUN TestConfigsCreateAndDelete [2020-11-05T11:21:16.879Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-11-05T11:21:17.447Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-11-05T11:21:18.382Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-11-05T11:21:18.951Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-11-05T11:21:19.518Z] --- PASS: TestConfigsCreateAndDelete (3.03s) [2020-11-05T11:21:19.518Z] === RUN TestConfigsUpdate [2020-11-05T11:21:19.776Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-11-05T11:21:20.344Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-11-05T11:21:20.603Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-11-05T11:21:21.541Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-11-05T11:21:21.541Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-11-05T11:21:22.350Z] ok github.com/docker/docker/cmd/dockerd 0.155s coverage: 29.1% of statements [2020-11-05T11:21:22.350Z] ok github.com/docker/docker/container 0.168s coverage: 34.4% of statements [2020-11-05T11:21:22.350Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-05T11:21:22.350Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-05T11:21:22.350Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-05T11:21:22.350Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-05T11:21:22.477Z] --- PASS: TestConfigsUpdate (3.05s) [2020-11-05T11:21:22.477Z] === RUN TestTemplatedConfig [2020-11-05T11:21:23.856Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-11-05T11:21:23.856Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-11-05T11:21:24.795Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-11-05T11:21:24.912Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.066s coverage: 65.3% of statements [2020-11-05T11:21:25.364Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-11-05T11:21:25.932Z] --- PASS: TestTemplatedConfig (3.46s) [2020-11-05T11:21:25.932Z] === RUN TestConfigCreateResolve [2020-11-05T11:21:26.190Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-11-05T11:21:26.837Z] ok github.com/docker/docker/daemon/cluster/convert 0.034s coverage: 35.9% of statements [2020-11-05T11:21:27.126Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-11-05T11:21:29.030Z] --- PASS: TestConfigCreateResolve (2.68s) [2020-11-05T11:21:29.030Z] === RUN TestConfigDaemonLibtrustID [2020-11-05T11:21:29.030Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-11-05T11:21:29.293Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-11-05T11:21:29.293Z] PASS [2020-11-05T11:21:29.293Z] [2020-11-05T11:21:29.293Z] DONE 7 tests in 18.923s [2020-11-05T11:21:29.293Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-11-05T11:21:29.293Z] ++ 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 [2020-11-05T11:21:29.293Z] ++ set -e [2020-11-05T11:21:29.293Z] ++ '[' -n 0 ']' [2020-11-05T11:21:29.293Z] ++ set -x [2020-11-05T11:21:29.293Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:21:29.396Z] ok github.com/docker/docker/daemon/cluster 0.106s coverage: 0.5% of statements [2020-11-05T11:21:29.551Z] INFO: Testing against a local daemon [2020-11-05T11:21:29.551Z] === RUN TestCheckpoint [2020-11-05T11:21:29.551Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-05T11:21:29.551Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-05T11:21:29.551Z] === RUN TestContainerInvalidJSON [2020-11-05T11:21:29.551Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-05T11:21:29.551Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-05T11:21:29.551Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-05T11:21:29.551Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-05T11:21:29.551Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-05T11:21:29.551Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-05T11:21:29.551Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-05T11:21:29.551Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-05T11:21:29.551Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-05T11:21:29.551Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-11-05T11:21:29.551Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-05T11:21:29.551Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-05T11:21:29.551Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-05T11:21:29.551Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-05T11:21:29.551Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2020-11-05T11:21:29.551Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-05T11:21:29.551Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2020-11-05T11:21:29.551Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-05T11:21:29.551Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2020-11-05T11:21:29.551Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-05T11:21:29.810Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-11-05T11:21:29.810Z] === RUN TestCopyFromContainer [2020-11-05T11:21:31.137Z] --- PASS: TestBuildWithHugeFile (25.76s) [2020-11-05T11:21:31.137Z] === RUN TestBuildWithEmptyDockerfile [2020-11-05T11:21:31.137Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-05T11:21:31.137Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-05T11:21:31.137Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-05T11:21:31.137Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-05T11:21:31.137Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-05T11:21:31.137Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-05T11:21:31.137Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-05T11:21:31.137Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-05T11:21:31.137Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-05T11:21:31.137Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2020-11-05T11:21:31.137Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2020-11-05T11:21:31.137Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2020-11-05T11:21:31.137Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.15s) [2020-11-05T11:21:31.137Z] === RUN TestBuildPreserveOwnership [2020-11-05T11:21:31.137Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-05T11:21:31.189Z] === RUN TestCopyFromContainer// [2020-11-05T11:21:31.189Z] === RUN TestCopyFromContainer//bar/root [2020-11-05T11:21:31.189Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-05T11:21:31.448Z] === RUN TestCopyFromContainer/bar/quux [2020-11-05T11:21:31.448Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-05T11:21:31.448Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-05T11:21:31.707Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-05T11:21:31.707Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-05T11:21:31.707Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-05T11:21:31.966Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-05T11:21:31.966Z] --- PASS: TestCopyFromContainer (2.34s) [2020-11-05T11:21:31.966Z] --- PASS: TestCopyFromContainer// (0.09s) [2020-11-05T11:21:31.966Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2020-11-05T11:21:31.966Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2020-11-05T11:21:31.966Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2020-11-05T11:21:31.966Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-11-05T11:21:31.966Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2020-11-05T11:21:31.966Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-11-05T11:21:31.966Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2020-11-05T11:21:31.966Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-11-05T11:21:31.966Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2020-11-05T11:21:31.966Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-05T11:21:31.966Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-05T11:21:31.966Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-05T11:21:31.966Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-05T11:21:31.966Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-05T11:21:31.966Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-05T11:21:31.966Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-05T11:21:31.966Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-05T11:21:31.966Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-05T11:21:31.966Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-05T11:21:32.225Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-05T11:21:32.225Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-11-05T11:21:32.225Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-11-05T11:21:32.225Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-05T11:21:32.225Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-05T11:21:32.225Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-11-05T11:21:32.225Z] === RUN TestCreateWithInvalidEnv [2020-11-05T11:21:32.225Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-05T11:21:32.225Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-05T11:21:32.225Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-05T11:21:32.225Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-05T11:21:32.225Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-05T11:21:32.225Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-05T11:21:32.225Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-05T11:21:32.225Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-05T11:21:32.225Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-05T11:21:32.225Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-11-05T11:21:32.225Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-05T11:21:32.225Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-05T11:21:32.225Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-05T11:21:32.225Z] === RUN TestCreateTmpfsMountsTarget [2020-11-05T11:21:32.225Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-11-05T11:21:32.225Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-05T11:21:32.709Z] ok github.com/docker/docker/daemon/discovery 0.034s coverage: 30.0% of statements [2020-11-05T11:21:32.793Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-11-05T11:21:32.793Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-11-05T11:21:32.973Z] ok github.com/docker/docker/daemon/config 0.141s coverage: 81.8% of statements [2020-11-05T11:21:33.364Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-11-05T11:21:33.623Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-11-05T11:21:33.920Z] ok github.com/docker/docker/daemon/events 0.067s coverage: 50.0% of statements [2020-11-05T11:21:34.191Z] --- PASS: TestCreateWithCustomMaskedPaths (1.84s) [2020-11-05T11:21:34.191Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-05T11:21:34.191Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-11-05T11:21:34.691Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-05T11:21:34.761Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-11-05T11:21:34.867Z] ok github.com/docker/docker/daemon/graphdriver 0.015s coverage: 2.2% of statements [2020-11-05T11:21:36.360Z] #67 exporting layers 81.4s done [2020-11-05T11:21:36.360Z] #67 exporting manifest sha256:507087f934fd87fd980af86be4ef315f039a79a0c6fc4bbcab45b7becd62723e done [2020-11-05T11:21:36.360Z] #67 exporting config sha256:38440cf06c9b6e033ef7f1e392a65121a2b72c9d07d7292761cada7597560b8f done [2020-11-05T11:21:36.360Z] #67 sending tarball [2020-11-05T11:21:36.670Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.26s) [2020-11-05T11:21:36.670Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-05T11:21:36.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-05T11:21:36.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-05T11:21:36.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-05T11:21:36.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-05T11:21:36.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-05T11:21:36.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-05T11:21:36.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-05T11:21:36.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-05T11:21:36.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-05T11:21:36.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-05T11:21:36.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-05T11:21:36.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-05T11:21:36.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-05T11:21:36.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-05T11:21:36.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-05T11:21:36.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-11-05T11:21:36.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2020-11-05T11:21:36.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.06s) [2020-11-05T11:21:36.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-11-05T11:21:36.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-11-05T11:21:36.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-11-05T11:21:36.670Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-05T11:21:36.670Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-11-05T11:21:36.761Z] --- PASS: TestBuildPreserveOwnership (6.50s) [2020-11-05T11:21:36.761Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.22s) [2020-11-05T11:21:36.761Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.27s) [2020-11-05T11:21:36.761Z] === RUN TestBuildPlatformInvalid [2020-11-05T11:21:36.929Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-11-05T11:21:37.066Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2020-11-05T11:21:37.066Z] PASS [2020-11-05T11:21:37.066Z] [2020-11-05T11:21:37.066Z] === Skipped [2020-11-05T11:21:37.066Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-11-05T11:21:37.066Z] build_session_test.go:25: TODO: BuildKit [2020-11-05T11:21:37.066Z] [2020-11-05T11:21:37.066Z] [2020-11-05T11:21:37.066Z] DONE 32 tests, 1 skipped in 76.594s [2020-11-05T11:21:37.066Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-11-05T11:21:37.066Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:21:37.066Z] ++ set -e [2020-11-05T11:21:37.066Z] ++ '[' -n 0 ']' [2020-11-05T11:21:37.066Z] ++ set -x [2020-11-05T11:21:37.066Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:21:37.066Z] INFO: Testing against a local daemon [2020-11-05T11:21:37.066Z] === RUN TestConfigInspect [2020-11-05T11:21:37.188Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.77s) [2020-11-05T11:21:37.188Z] === RUN TestCreateDifferentPlatform [2020-11-05T11:21:37.188Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-05T11:21:37.189Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-05T11:21:37.189Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-11-05T11:21:37.189Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-05T11:21:37.189Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-05T11:21:37.189Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-05T11:21:37.189Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-11-05T11:21:37.189Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-05T11:21:37.189Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s) [2020-11-05T11:21:37.189Z] === RUN TestContainerStartOnDaemonRestart [2020-11-05T11:21:37.189Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-05T11:21:37.189Z] === RUN TestDaemonRestartIpcMode [2020-11-05T11:21:37.189Z] === PAUSE TestDaemonRestartIpcMode [2020-11-05T11:21:37.189Z] === RUN TestDaemonHostGatewayIP [2020-11-05T11:21:37.189Z] === PAUSE TestDaemonHostGatewayIP [2020-11-05T11:21:37.189Z] === RUN TestContainerKillOnDaemonStart [2020-11-05T11:21:37.189Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-05T11:21:37.189Z] === RUN TestDiff [2020-11-05T11:21:37.758Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-11-05T11:21:38.173Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.520s coverage: 14.1% of statements [2020-11-05T11:21:38.173Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.019s coverage: 2.9% of statements [2020-11-05T11:21:38.326Z] --- PASS: TestDiff (0.84s) [2020-11-05T11:21:38.326Z] === RUN TestExecWithCloseStdin [2020-11-05T11:21:38.893Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-11-05T11:21:39.119Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.639s coverage: 56.2% of statements [2020-11-05T11:21:39.154Z] --- PASS: TestExecWithCloseStdin (0.94s) [2020-11-05T11:21:39.154Z] === RUN TestExec [2020-11-05T11:21:40.091Z] --- PASS: TestExec (0.89s) [2020-11-05T11:21:40.091Z] === RUN TestExecUser [2020-11-05T11:21:40.665Z] --- PASS: TestExecUser (0.71s) [2020-11-05T11:21:40.665Z] === RUN TestExportContainerAndImportImage [2020-11-05T11:21:41.458Z] 4612f6d0b889: Pull complete [2020-11-05T11:21:41.518Z] --- PASS: TestConfigInspect (3.83s) [2020-11-05T11:21:41.518Z] === RUN TestConfigList [2020-11-05T11:21:41.672Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.017s coverage: 1.8% of statements [2020-11-05T11:21:42.058Z] --- PASS: TestExportContainerAndImportImage (1.21s) [2020-11-05T11:21:42.058Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-05T11:21:42.317Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-11-05T11:21:42.886Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-11-05T11:21:43.455Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s) [2020-11-05T11:21:43.455Z] === RUN TestHealthCheckWorkdir [2020-11-05T11:21:43.715Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-11-05T11:21:44.223Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.147s coverage: 46.2% of statements [2020-11-05T11:21:44.248Z] --- PASS: TestConfigList (3.52s) [2020-11-05T11:21:44.248Z] === RUN TestConfigsCreateAndDelete [2020-11-05T11:21:44.768Z] --- PASS: TestHealthCheckWorkdir (1.02s) [2020-11-05T11:21:44.768Z] === RUN TestHealthKillContainer [2020-11-05T11:21:44.768Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-11-05T11:21:44.798Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.138s coverage: 73.1% of statements [2020-11-05T11:21:45.373Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.828s coverage: 49.5% of statements [2020-11-05T11:21:45.703Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-11-05T11:21:45.703Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-11-05T11:21:46.429Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-05T11:21:46.429Z] [2020-11-05T11:21:46.429Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-05T11:21:46.429Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-05T11:21:46.429Z] HOSTNAME=a7ec8907b222 [2020-11-05T11:21:46.429Z] DEST=bundles/test-integration [2020-11-05T11:21:46.429Z] PWD=/go/src/github.com/docker/docker [2020-11-05T11:21:46.429Z] DOCKER_ROOTLESS=1 [2020-11-05T11:21:46.429Z] DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:21:46.429Z] container=docker [2020-11-05T11:21:46.429Z] HOME=/root [2020-11-05T11:21:46.429Z] GOLANG_VERSION=1.13.15 [2020-11-05T11:21:46.429Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-05T11:21:46.429Z] VALIDATE_BRANCH=master [2020-11-05T11:21:46.429Z] TERM=xterm [2020-11-05T11:21:46.429Z] DOCKER_PKG=github.com/docker/docker [2020-11-05T11:21:46.429Z] SHLVL=1 [2020-11-05T11:21:46.429Z] TIMEOUT=120m [2020-11-05T11:21:46.429Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-05T11:21:46.429Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-05T11:21:46.429Z] GO111MODULE=off [2020-11-05T11:21:46.429Z] DOCKER_EXPERIMENTAL=1 [2020-11-05T11:21:46.429Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-05T11:21:46.429Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-05T11:21:46.429Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-05T11:21:46.429Z] GOPATH=/go [2020-11-05T11:21:46.429Z] PKG_CONFIG=pkg-config [2020-11-05T11:21:46.429Z] _=/usr/bin/env [2020-11-05T11:21:46.429Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-05T11:21:46.763Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.018s coverage: 58.0% of statements [2020-11-05T11:21:47.339Z] ok github.com/docker/docker/daemon 12.277s coverage: 17.2% of statements [2020-11-05T11:21:47.339Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-05T11:21:47.339Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-05T11:21:47.339Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-05T11:21:47.339Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-05T11:21:47.339Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-05T11:21:47.339Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.030s coverage: 3.0% of statements [2020-11-05T11:21:47.607Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-11-05T11:21:47.607Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-11-05T11:21:47.607Z] --- PASS: TestHealthKillContainer (2.98s) [2020-11-05T11:21:47.607Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-05T11:21:48.174Z] --- PASS: TestInspectCpusetInConfigPre120 (0.77s) [2020-11-05T11:21:48.175Z] === RUN TestIpcModeNone [2020-11-05T11:21:48.287Z] ok github.com/docker/docker/daemon/links 0.016s coverage: 93.0% of statements [2020-11-05T11:21:48.700Z] --- PASS: TestConfigsCreateAndDelete (3.68s) [2020-11-05T11:21:48.700Z] === RUN TestConfigsUpdate [2020-11-05T11:21:48.741Z] --- PASS: TestIpcModeNone (0.61s) [2020-11-05T11:21:48.741Z] === RUN TestIpcModePrivate [2020-11-05T11:21:49.256Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-11-05T11:21:49.309Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-11-05T11:21:49.309Z] --- PASS: TestIpcModePrivate (0.62s) [2020-11-05T11:21:49.309Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:89, shared: false, mustBeShared: false [2020-11-05T11:21:49.309Z] === RUN TestIpcModeShareable [2020-11-05T11:21:49.680Z] ok github.com/docker/docker/daemon/logger 0.232s coverage: 41.0% of statements [2020-11-05T11:21:49.942Z] ok github.com/docker/docker/daemon/images 0.029s coverage: 4.9% of statements [2020-11-05T11:21:50.245Z] --- PASS: TestIpcModeShareable (0.59s) [2020-11-05T11:21:50.245Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2020-11-05T11:21:50.245Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-05T11:21:50.245Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-11-05T11:21:50.813Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-11-05T11:21:51.333Z] ok github.com/docker/docker/daemon/logger/awslogs 0.303s coverage: 77.8% of statements [2020-11-05T11:21:51.333Z] ok github.com/docker/docker/daemon/logger/gelf 0.020s coverage: 67.0% of statements [2020-11-05T11:21:51.595Z] ok github.com/docker/docker/daemon/logger/journald 0.029s coverage: 23.9% of statements [2020-11-05T11:21:51.749Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-11-05T11:21:51.848Z] #67 sending tarball 15.8s done [2020-11-05T11:21:51.848Z] #67 DONE 97.2s [2020-11-05T11:21:51.848Z] [2020-11-05T11:21:51.848Z] #68 importing to docker [2020-11-05T11:21:51.856Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.156s coverage: 57.7% of statements [2020-11-05T11:21:51.857Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-05T11:21:51.857Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-05T11:21:51.857Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-05T11:21:51.857Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-05T11:21:51.857Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-05T11:21:51.857Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-05T11:21:52.119Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.025s coverage: 87.2% of statements [2020-11-05T11:21:52.217Z] --- PASS: TestConfigsUpdate (3.61s) [2020-11-05T11:21:52.217Z] === RUN TestTemplatedConfig [2020-11-05T11:21:52.687Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.54s) [2020-11-05T11:21:52.687Z] === RUN TestAPIIpcModeHost [2020-11-05T11:21:52.687Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-11-05T11:21:52.694Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.058s coverage: 61.6% of statements [2020-11-05T11:21:52.945Z] === RUN TestDockerSuite/TestBuildAddScript [2020-11-05T11:21:53.514Z] --- PASS: TestAPIIpcModeHost (0.82s) [2020-11-05T11:21:53.514Z] === RUN TestDaemonIpcModeShareable [2020-11-05T11:21:53.643Z] ok github.com/docker/docker/daemon/logger/local 0.029s coverage: 75.2% of statements [2020-11-05T11:21:53.643Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-05T11:21:54.220Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.042s coverage: 33.3% of statements [2020-11-05T11:21:54.220Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.036s coverage: 37.7% of statements [2020-11-05T11:21:55.170Z] ok github.com/docker/docker/daemon/logger/templates 0.024s coverage: 8.3% of statements [2020-11-05T11:21:55.419Z] --- PASS: TestDaemonIpcModeShareable (1.77s) [2020-11-05T11:21:55.419Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: true, mustBeShared: true [2020-11-05T11:21:55.419Z] === RUN TestDaemonIpcModePrivate [2020-11-05T11:21:55.432Z] ok github.com/docker/docker/daemon/logger/syslog 0.017s coverage: 46.8% of statements [2020-11-05T11:21:55.678Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-11-05T11:21:55.733Z] --- PASS: TestTemplatedConfig (3.68s) [2020-11-05T11:21:55.733Z] === RUN TestConfigCreateResolve [2020-11-05T11:21:56.006Z] ok github.com/docker/docker/daemon/network 0.049s coverage: 63.8% of statements [2020-11-05T11:21:56.246Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-11-05T11:21:56.246Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-11-05T11:21:56.815Z] --- PASS: TestDaemonIpcModePrivate (1.71s) [2020-11-05T11:21:56.815Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2020-11-05T11:21:56.815Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-05T11:21:57.398Z] ok github.com/docker/docker/daemon/logger/splunk 1.907s coverage: 82.5% of statements [2020-11-05T11:21:57.398Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-05T11:21:57.398Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-05T11:21:57.398Z] ok github.com/docker/docker/distribution/metadata 0.123s coverage: 48.2% of statements [2020-11-05T11:21:58.346Z] ok github.com/docker/docker/distribution 0.270s coverage: 21.9% of statements [2020-11-05T11:21:58.346Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-05T11:21:58.719Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.70s) [2020-11-05T11:21:58.719Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false [2020-11-05T11:21:58.719Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-05T11:21:58.921Z] ok github.com/docker/docker/errdefs 0.051s coverage: 49.4% of statements [2020-11-05T11:21:59.249Z] --- PASS: TestConfigCreateResolve (3.61s) [2020-11-05T11:21:59.249Z] === RUN TestConfigDaemonLibtrustID [2020-11-05T11:21:59.498Z] ok github.com/docker/docker/image 0.074s coverage: 86.4% of statements [2020-11-05T11:21:59.540Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2020-11-05T11:21:59.541Z] PASS [2020-11-05T11:21:59.541Z] [2020-11-05T11:21:59.541Z] DONE 7 tests in 22.525s [2020-11-05T11:21:59.541Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-11-05T11:21:59.541Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:21:59.541Z] ++ set -e [2020-11-05T11:21:59.541Z] ++ '[' -n 0 ']' [2020-11-05T11:21:59.541Z] ++ set -x [2020-11-05T11:21:59.541Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:21:59.541Z] INFO: Testing against a local daemon [2020-11-05T11:21:59.541Z] === RUN TestCheckpoint [2020-11-05T11:21:59.541Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-05T11:21:59.541Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-05T11:21:59.541Z] === RUN TestContainerInvalidJSON [2020-11-05T11:21:59.541Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-05T11:21:59.541Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-05T11:21:59.541Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-05T11:21:59.541Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-05T11:21:59.541Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-05T11:21:59.541Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-05T11:21:59.541Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-05T11:21:59.541Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-05T11:21:59.541Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-05T11:21:59.541Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-11-05T11:21:59.541Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-05T11:21:59.541Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-05T11:21:59.541Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-05T11:21:59.541Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-05T11:21:59.832Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-11-05T11:21:59.832Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-05T11:21:59.832Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.17s) [2020-11-05T11:21:59.832Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-05T11:22:00.075Z] ok github.com/docker/docker/image/cache 0.026s coverage: 19.2% of statements [2020-11-05T11:22:00.075Z] ok github.com/docker/docker/image/v1 0.036s coverage: 25.0% of statements [2020-11-05T11:22:00.096Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-11-05T11:22:00.124Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2020-11-05T11:22:00.124Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-05T11:22:00.124Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2020-11-05T11:22:00.124Z] === RUN TestCopyFromContainer [2020-11-05T11:22:00.338Z] ok github.com/docker/docker/distribution/xfer 1.706s coverage: 85.6% of statements [2020-11-05T11:22:00.338Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-05T11:22:00.338Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-05T11:22:00.338Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-05T11:22:00.354Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.73s) [2020-11-05T11:22:00.354Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2020-11-05T11:22:00.354Z] === RUN TestIpcModeOlderClient [2020-11-05T11:22:00.354Z] === PAUSE TestIpcModeOlderClient [2020-11-05T11:22:00.354Z] === RUN TestKillContainerInvalidSignal [2020-11-05T11:22:00.601Z] ok github.com/docker/docker/libcontainerd/queue 0.050s coverage: 100.0% of statements [2020-11-05T11:22:00.922Z] --- PASS: TestKillContainerInvalidSignal (0.72s) [2020-11-05T11:22:00.922Z] === RUN TestKillContainer [2020-11-05T11:22:00.922Z] === RUN TestKillContainer/no_signal [2020-11-05T11:22:01.491Z] === RUN TestKillContainer/non_killing_signal [2020-11-05T11:22:01.996Z] ok github.com/docker/docker/oci 0.036s coverage: 8.2% of statements [2020-11-05T11:22:01.996Z] ok github.com/docker/docker/pkg/aaparser 0.015s coverage: 52.9% of statements [2020-11-05T11:22:01.996Z] ok github.com/docker/docker/opts 0.059s coverage: 67.1% of statements [2020-11-05T11:22:02.225Z] === RUN TestCopyFromContainer// [2020-11-05T11:22:02.225Z] === RUN TestCopyFromContainer//bar/root [2020-11-05T11:22:02.427Z] === RUN TestKillContainer/killing_signal [2020-11-05T11:22:02.517Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-05T11:22:02.517Z] === RUN TestCopyFromContainer/bar/quux [2020-11-05T11:22:02.517Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-05T11:22:02.685Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-11-05T11:22:02.808Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-05T11:22:02.808Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-05T11:22:02.808Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-05T11:22:02.808Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-05T11:22:02.945Z] ok github.com/docker/docker/pkg/broadcaster 0.058s coverage: 100.0% of statements [2020-11-05T11:22:03.100Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-05T11:22:03.100Z] --- PASS: TestCopyFromContainer (2.97s) [2020-11-05T11:22:03.100Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-11-05T11:22:03.100Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-11-05T11:22:03.100Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-11-05T11:22:03.100Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2020-11-05T11:22:03.100Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-11-05T11:22:03.100Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2020-11-05T11:22:03.100Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2020-11-05T11:22:03.100Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2020-11-05T11:22:03.100Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-11-05T11:22:03.100Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-11-05T11:22:03.100Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-05T11:22:03.100Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-05T11:22:03.100Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-05T11:22:03.100Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-05T11:22:03.100Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-05T11:22:03.100Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-05T11:22:03.100Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-05T11:22:03.100Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-05T11:22:03.100Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-05T11:22:03.100Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-05T11:22:03.100Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-11-05T11:22:03.100Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-05T11:22:03.100Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-05T11:22:03.100Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-05T11:22:03.100Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-05T11:22:03.100Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-11-05T11:22:03.100Z] === RUN TestCreateWithInvalidEnv [2020-11-05T11:22:03.100Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-05T11:22:03.100Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-05T11:22:03.100Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-05T11:22:03.100Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-05T11:22:03.100Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-05T11:22:03.100Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-05T11:22:03.100Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-05T11:22:03.100Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-05T11:22:03.100Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-05T11:22:03.100Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-11-05T11:22:03.100Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-05T11:22:03.100Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-05T11:22:03.100Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-05T11:22:03.100Z] === RUN TestCreateTmpfsMountsTarget [2020-11-05T11:22:03.100Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2020-11-05T11:22:03.100Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-05T11:22:03.254Z] --- PASS: TestKillContainer (2.09s) [2020-11-05T11:22:03.254Z] --- PASS: TestKillContainer/no_signal (0.60s) [2020-11-05T11:22:03.254Z] --- PASS: TestKillContainer/non_killing_signal (0.62s) [2020-11-05T11:22:03.254Z] --- PASS: TestKillContainer/killing_signal (0.65s) [2020-11-05T11:22:03.254Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-05T11:22:03.254Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-05T11:22:03.822Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-05T11:22:03.896Z] ok github.com/docker/docker/pkg/capabilities 0.009s coverage: 87.5% of statements [2020-11-05T11:22:04.391Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-11-05T11:22:04.482Z] ok github.com/docker/docker/pkg/authorization 0.981s coverage: 68.3% of statements [2020-11-05T11:22:04.650Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.46s) [2020-11-05T11:22:04.650Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.63s) [2020-11-05T11:22:04.650Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s) [2020-11-05T11:22:04.650Z] === RUN TestKillStoppedContainer [2020-11-05T11:22:04.650Z] --- PASS: TestKillStoppedContainer (0.06s) [2020-11-05T11:22:04.650Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-05T11:22:04.650Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2020-11-05T11:22:04.650Z] === RUN TestKillDifferentUserContainer [2020-11-05T11:22:05.056Z] ok github.com/docker/docker/pkg/directory 0.010s coverage: 80.0% of statements [2020-11-05T11:22:05.332Z] ok github.com/docker/docker/pkg/archive 1.212s coverage: 77.2% of statements [2020-11-05T11:22:05.587Z] --- PASS: TestKillDifferentUserContainer (0.79s) [2020-11-05T11:22:05.587Z] === RUN TestInspectOomKilledTrue [2020-11-05T11:22:05.587Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-05T11:22:05.587Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:22:05.587Z] === RUN TestInspectOomKilledFalse [2020-11-05T11:22:05.587Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-05T11:22:05.587Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:22:05.587Z] === RUN TestLinksEtcHostsContentMatch [2020-11-05T11:22:05.594Z] ok github.com/docker/docker/pkg/discovery 0.015s coverage: 58.3% of statements [2020-11-05T11:22:05.856Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 97.6% of statements [2020-11-05T11:22:05.903Z] --- PASS: TestCreateWithCustomMaskedPaths (2.40s) [2020-11-05T11:22:05.903Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-05T11:22:06.155Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2020-11-05T11:22:06.155Z] === RUN TestLinksContainerNames [2020-11-05T11:22:06.428Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-11-05T11:22:07.002Z] ok github.com/docker/docker/pkg/discovery/nodes 0.010s coverage: 93.8% of statements [2020-11-05T11:22:07.091Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-11-05T11:22:07.414Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-11-05T11:22:07.414Z] tests/integration/client_test.py ..... [ 75%] [2020-11-05T11:22:07.414Z] tests/integration/context_api_test.py ... [ 76%] [2020-11-05T11:22:07.414Z] tests/integration/errors_test.py . [ 76%] [2020-11-05T11:22:07.575Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-11-05T11:22:07.659Z] --- PASS: TestLinksContainerNames (1.51s) [2020-11-05T11:22:07.659Z] === RUN TestLogsFollowTailEmpty [2020-11-05T11:22:07.918Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-11-05T11:22:08.148Z] ok github.com/docker/docker/pkg/chrootarchive 3.462s coverage: 43.2% of statements [2020-11-05T11:22:08.219Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.47s) [2020-11-05T11:22:08.219Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-05T11:22:08.219Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-05T11:22:08.219Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-05T11:22:08.219Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-05T11:22:08.219Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-05T11:22:08.219Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-05T11:22:08.219Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-05T11:22:08.219Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-05T11:22:08.219Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-05T11:22:08.219Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-05T11:22:08.219Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-05T11:22:08.219Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-05T11:22:08.219Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-05T11:22:08.219Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-05T11:22:08.219Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-05T11:22:08.219Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-05T11:22:08.219Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-11-05T11:22:08.219Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2020-11-05T11:22:08.219Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-11-05T11:22:08.219Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2020-11-05T11:22:08.219Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2020-11-05T11:22:08.219Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-11-05T11:22:08.219Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-05T11:22:08.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-05T11:22:08.487Z] --- PASS: TestLogsFollowTailEmpty (0.73s) [2020-11-05T11:22:08.487Z] === RUN TestContainerNetworkMountsNoChown [2020-11-05T11:22:08.487Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-11-05T11:22:08.720Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-11-05T11:22:08.720Z] ok github.com/docker/docker/pkg/fileutils 0.019s coverage: 89.5% of statements [2020-11-05T11:22:08.862Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s) [2020-11-05T11:22:08.862Z] === RUN TestCreateDifferentPlatform [2020-11-05T11:22:08.862Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-05T11:22:08.862Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-05T11:22:08.862Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-11-05T11:22:08.862Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-05T11:22:08.862Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-05T11:22:08.862Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-05T11:22:08.862Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-11-05T11:22:08.862Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-05T11:22:09.057Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-11-05T11:22:09.057Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s) [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/default [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/default [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/private [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/private [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/rprivate [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/slave [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/slave [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/rslave [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/shared [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/shared [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/rshared [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-05T11:22:09.057Z] === CONT TestMountDaemonRoot/default [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-05T11:22:09.057Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-05T11:22:09.057Z] === CONT TestMountDaemonRoot/rshared [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-05T11:22:09.057Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-05T11:22:09.057Z] === CONT TestMountDaemonRoot/shared [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-05T11:22:09.057Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-05T11:22:09.057Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-05T11:22:09.222Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2020-11-05T11:22:09.222Z] === RUN TestContainerStartOnDaemonRestart [2020-11-05T11:22:09.222Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-05T11:22:09.222Z] === RUN TestDaemonRestartIpcMode [2020-11-05T11:22:09.222Z] === PAUSE TestDaemonRestartIpcMode [2020-11-05T11:22:09.222Z] === RUN TestDaemonHostGatewayIP [2020-11-05T11:22:09.222Z] === PAUSE TestDaemonHostGatewayIP [2020-11-05T11:22:09.222Z] === RUN TestContainerKillOnDaemonStart [2020-11-05T11:22:09.222Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-05T11:22:09.222Z] === RUN TestDiff [2020-11-05T11:22:09.294Z] ok github.com/docker/docker/pkg/homedir 0.011s coverage: 11.4% of statements [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/rslave [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/slave [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/rprivate [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/private [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-05T11:22:09.318Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-05T11:22:09.318Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-05T11:22:09.318Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-05T11:22:09.556Z] ok github.com/docker/docker/pkg/fsutils 0.344s coverage: 85.1% of statements [2020-11-05T11:22:09.577Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-11-05T11:22:09.577Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-05T11:22:09.577Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-05T11:22:09.577Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-05T11:22:09.577Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-05T11:22:09.577Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-05T11:22:09.577Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-05T11:22:09.577Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-05T11:22:09.577Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-05T11:22:09.577Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-05T11:22:09.577Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-05T11:22:09.577Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-05T11:22:09.577Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-05T11:22:09.775Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-05T11:22:09.836Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-05T11:22:09.836Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.07s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-11-05T11:22:09.836Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-11-05T11:22:09.836Z] === RUN TestContainerBindMountNonRecursive [2020-11-05T11:22:09.856Z] --- PASS: TestDiff (0.84s) [2020-11-05T11:22:09.856Z] === RUN TestExecWithCloseStdin [2020-11-05T11:22:10.095Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-11-05T11:22:10.129Z] ok github.com/docker/docker/pkg/discovery/kv 3.090s coverage: 84.1% of statements [2020-11-05T11:22:10.129Z] ok github.com/docker/docker/layer 7.545s coverage: 68.8% of statements [2020-11-05T11:22:10.129Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-05T11:22:10.129Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-05T11:22:10.129Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-05T11:22:10.129Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-05T11:22:10.129Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-05T11:22:10.129Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-05T11:22:10.129Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-05T11:22:10.485Z] #68 DONE 16.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-05T11:22:10.662Z] === RUN TestDockerSuite/TestBuildAddTar [2020-11-05T11:22:10.703Z] ok github.com/docker/docker/pkg/longpath 0.018s coverage: 100.0% of statements [2020-11-05T11:22:10.893Z] --- PASS: TestExecWithCloseStdin (0.96s) [2020-11-05T11:22:10.893Z] === RUN TestExec [2020-11-05T11:22:10.949Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40256/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:315101e8a789ad8fda6b9338492318db0f481c00 hack/test/unit [2020-11-05T11:22:10.966Z] ok github.com/docker/docker/pkg/jsonmessage 0.012s coverage: 91.7% of statements [2020-11-05T11:22:10.966Z] ok github.com/docker/docker/pkg/idtools 0.804s coverage: 70.1% of statements [2020-11-05T11:22:11.230Z] ok github.com/docker/docker/pkg/ioutils 0.656s coverage: 70.6% of statements [2020-11-05T11:22:11.230Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-05T11:22:11.230Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-05T11:22:11.230Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-05T11:22:11.230Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2020-11-05T11:22:11.230Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-05T11:22:11.240Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-11-05T11:22:11.492Z] ok github.com/docker/docker/pkg/parsers 0.031s coverage: 97.0% of statements [2020-11-05T11:22:11.754Z] ok github.com/docker/docker/pkg/parsers/kernel 0.021s coverage: 60.0% of statements [2020-11-05T11:22:11.953Z] --- PASS: TestExec (0.86s) [2020-11-05T11:22:11.953Z] === RUN TestExecUser [2020-11-05T11:22:12.017Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.033s coverage: 86.7% of statements [2020-11-05T11:22:12.017Z] ok github.com/docker/docker/pkg/pidfile 0.025s coverage: 82.4% of statements [2020-11-05T11:22:12.018Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-05T11:22:12.018Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-05T11:22:12.196Z] --- PASS: TestContainerBindMountNonRecursive (2.36s) [2020-11-05T11:22:12.196Z] === RUN TestNetworkNat [2020-11-05T11:22:12.586Z] --- PASS: TestExecUser (0.86s) [2020-11-05T11:22:12.586Z] === RUN TestExportContainerAndImportImage [2020-11-05T11:22:12.592Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.040s coverage: 56.8% of statements [2020-11-05T11:22:12.763Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-11-05T11:22:13.022Z] --- PASS: TestNetworkNat (0.89s) [2020-11-05T11:22:13.022Z] === RUN TestNetworkLocalhostTCPNat [2020-11-05T11:22:13.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-05T11:22:13.168Z] ok github.com/docker/docker/pkg/pools 0.018s coverage: 88.2% of statements [2020-11-05T11:22:13.431Z] ok github.com/docker/docker/pkg/progress 0.015s coverage: 75.9% of statements [2020-11-05T11:22:13.431Z] ok github.com/docker/docker/pkg/plugins/transport 0.017s coverage: 85.7% of statements [2020-11-05T11:22:13.624Z] --- PASS: TestExportContainerAndImportImage (1.05s) [2020-11-05T11:22:13.624Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-05T11:22:13.958Z] --- PASS: TestNetworkLocalhostTCPNat (0.71s) [2020-11-05T11:22:13.958Z] === RUN TestNetworkLoopbackNat [2020-11-05T11:22:14.005Z] ok github.com/docker/docker/pkg/reexec 0.016s coverage: 82.4% of statements [2020-11-05T11:22:14.507Z] ? github.com/docker/docker/api [no test files] [2020-11-05T11:22:14.579Z] ok github.com/docker/docker/pkg/stdcopy 0.010s coverage: 100.0% of statements [2020-11-05T11:22:14.579Z] ok github.com/docker/docker/pkg/pubsub 1.081s coverage: 75.0% of statements [2020-11-05T11:22:14.892Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-11-05T11:22:15.154Z] ok github.com/docker/docker/pkg/stringid 0.009s coverage: 70.6% of statements [2020-11-05T11:22:15.225Z] --- PASS: TestExportContainerAfterDaemonRestart (1.52s) [2020-11-05T11:22:15.225Z] === RUN TestHealthCheckWorkdir [2020-11-05T11:22:15.416Z] ok github.com/docker/docker/pkg/streamformatter 0.009s coverage: 66.2% of statements [2020-11-05T11:22:16.261Z] --- PASS: TestHealthCheckWorkdir (1.09s) [2020-11-05T11:22:16.261Z] === RUN TestHealthKillContainer [2020-11-05T11:22:16.275Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-11-05T11:22:16.361Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 54.2% of statements [2020-11-05T11:22:16.361Z] ok github.com/docker/docker/pkg/system 0.031s coverage: 36.9% of statements [2020-11-05T11:22:16.843Z] --- PASS: TestNetworkLoopbackNat (3.22s) [2020-11-05T11:22:16.843Z] === RUN TestPause [2020-11-05T11:22:16.948Z] ok github.com/docker/docker/pkg/tailfile 0.110s coverage: 88.6% of statements [2020-11-05T11:22:16.948Z] ok github.com/docker/docker/pkg/signal 2.824s coverage: 61.0% of statements [2020-11-05T11:22:17.552Z] ok github.com/docker/docker/pkg/tarsum 0.148s coverage: 89.3% of statements [2020-11-05T11:22:17.552Z] testing: warning: no tests to run [2020-11-05T11:22:17.552Z] coverage: [no statements] [2020-11-05T11:22:17.552Z] ok github.com/docker/docker/pkg/term/windows 0.015s coverage: [no statements] [no tests to run] [2020-11-05T11:22:17.781Z] --- PASS: TestPause (0.80s) [2020-11-05T11:22:17.781Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-05T11:22:17.781Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-05T11:22:17.781Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-05T11:22:17.781Z] === RUN TestPauseStopPausedContainer [2020-11-05T11:22:17.781Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-11-05T11:22:17.822Z] ok github.com/docker/docker/pkg/truncindex 0.122s coverage: 91.5% of statements [2020-11-05T11:22:17.822Z] ok github.com/docker/docker/pkg/urlutil 0.015s coverage: 100.0% of statements [2020-11-05T11:22:18.040Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-11-05T11:22:18.094Z] ok github.com/docker/docker/pkg/useragent 0.021s coverage: 88.9% of statements [2020-11-05T11:22:18.609Z] --- PASS: TestPauseStopPausedContainer (0.82s) [2020-11-05T11:22:18.609Z] === RUN TestPsFilter [2020-11-05T11:22:18.609Z] --- PASS: TestPsFilter (0.15s) [2020-11-05T11:22:18.609Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-05T11:22:19.133Z] --- PASS: TestHealthKillContainer (2.88s) [2020-11-05T11:22:19.133Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-05T11:22:19.509Z] ok github.com/docker/docker/plugin/v2 0.014s coverage: 14.5% of statements [2020-11-05T11:22:19.509Z] ok github.com/docker/docker/profiles/seccomp 0.023s coverage: 85.4% of statements [2020-11-05T11:22:19.551Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-11-05T11:22:19.551Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.78s) [2020-11-05T11:22:19.551Z] === RUN TestRemoveContainerWithVolume [2020-11-05T11:22:19.551Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-11-05T11:22:20.118Z] --- PASS: TestRemoveContainerWithVolume (0.71s) [2020-11-05T11:22:20.118Z] === RUN TestRemoveContainerRunning [2020-11-05T11:22:20.168Z] --- PASS: TestInspectCpusetInConfigPre120 (0.87s) [2020-11-05T11:22:20.168Z] === RUN TestIpcModeNone [2020-11-05T11:22:20.458Z] ok github.com/docker/docker/reference 0.031s coverage: 84.4% of statements [2020-11-05T11:22:20.686Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-11-05T11:22:20.721Z] ok github.com/docker/docker/plugin 0.575s coverage: 23.2% of statements [2020-11-05T11:22:20.801Z] --- PASS: TestIpcModeNone (0.91s) [2020-11-05T11:22:20.801Z] === RUN TestIpcModePrivate [2020-11-05T11:22:20.945Z] --- PASS: TestRemoveContainerRunning (0.74s) [2020-11-05T11:22:20.945Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-05T11:22:21.882Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-11-05T11:22:21.882Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s) [2020-11-05T11:22:21.882Z] === RUN TestRemoveInvalidContainer [2020-11-05T11:22:21.882Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-11-05T11:22:21.882Z] === RUN TestRenameLinkedContainer [2020-11-05T11:22:21.936Z] --- PASS: TestIpcModePrivate (0.86s) [2020-11-05T11:22:21.936Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-11-05T11:22:21.936Z] === RUN TestIpcModeShareable [2020-11-05T11:22:22.141Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-11-05T11:22:22.644Z] ok github.com/docker/docker/registry 0.168s coverage: 56.8% of statements [2020-11-05T11:22:22.644Z] ok github.com/docker/docker/registry/resumable 0.031s coverage: 100.0% of statements [2020-11-05T11:22:22.644Z] ok github.com/docker/docker/quota 0.607s coverage: 71.4% of statements [2020-11-05T11:22:22.644Z] ok github.com/docker/docker/restartmanager 0.020s coverage: 45.3% of statements [2020-11-05T11:22:22.644Z] --- PASS: TestIpcModeShareable (0.94s) [2020-11-05T11:22:22.644Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-11-05T11:22:22.644Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-05T11:22:23.219Z] ok github.com/docker/docker/testutil 0.021s coverage: 62.5% of statements [2020-11-05T11:22:23.794Z] ok github.com/docker/docker/runconfig 0.026s coverage: 66.1% of statements [2020-11-05T11:22:24.675Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-11-05T11:22:24.675Z] --- PASS: TestRenameLinkedContainer (2.72s) [2020-11-05T11:22:24.675Z] === RUN TestRenameStoppedContainer [2020-11-05T11:22:24.935Z] --- PASS: TestRenameStoppedContainer (0.58s) [2020-11-05T11:22:24.935Z] === RUN TestRenameRunningContainerAndReuse [2020-11-05T11:22:25.186Z] ok github.com/docker/docker/volume/drivers 0.042s coverage: 36.1% of statements [2020-11-05T11:22:25.871Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-11-05T11:22:26.133Z] ok github.com/docker/docker/volume/mounts 0.053s coverage: 67.0% of statements [2020-11-05T11:22:26.161Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.90s) [2020-11-05T11:22:26.161Z] === RUN TestAPIIpcModeHost [2020-11-05T11:22:26.161Z] --- PASS: TestAPIIpcModeHost (0.64s) [2020-11-05T11:22:26.161Z] === RUN TestDaemonIpcModeShareable [2020-11-05T11:22:26.438Z] --- PASS: TestRenameRunningContainerAndReuse (1.25s) [2020-11-05T11:22:26.438Z] === RUN TestRenameInvalidName [2020-11-05T11:22:26.707Z] ok github.com/docker/docker/volume/local 0.236s coverage: 76.6% of statements [2020-11-05T11:22:27.005Z] --- PASS: TestRenameInvalidName (0.61s) [2020-11-05T11:22:27.005Z] === RUN TestRenameAnonymousContainer [2020-11-05T11:22:27.649Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.1% of statements [2020-11-05T11:22:28.343Z] --- PASS: TestDaemonIpcModeShareable (1.79s) [2020-11-05T11:22:28.343Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-11-05T11:22:28.343Z] === RUN TestDaemonIpcModePrivate [2020-11-05T11:22:29.553Z] --- PASS: TestRenameAnonymousContainer (2.36s) [2020-11-05T11:22:29.553Z] === RUN TestRenameContainerWithSameName [2020-11-05T11:22:29.553Z] === RUN TestDockerSuite/TestBuildBlankName [2020-11-05T11:22:29.813Z] --- PASS: TestRenameContainerWithSameName (0.61s) [2020-11-05T11:22:29.814Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-05T11:22:29.965Z] --- PASS: TestDaemonIpcModePrivate (1.68s) [2020-11-05T11:22:29.965Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-11-05T11:22:29.965Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-05T11:22:30.072Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-11-05T11:22:31.448Z] --- PASS: TestRenameContainerWithLinkedContainer (1.33s) [2020-11-05T11:22:31.448Z] === RUN TestResize [2020-11-05T11:22:31.539Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.75s) [2020-11-05T11:22:31.539Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-11-05T11:22:31.539Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-05T11:22:31.706Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-11-05T11:22:31.965Z] --- PASS: TestResize (0.68s) [2020-11-05T11:22:31.965Z] === RUN TestResizeWithInvalidSize [2020-11-05T11:22:32.223Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-11-05T11:22:32.482Z] --- PASS: TestResizeWithInvalidSize (0.69s) [2020-11-05T11:22:32.482Z] === RUN TestResizeWhenContainerNotStarted [2020-11-05T11:22:33.047Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.77s) [2020-11-05T11:22:33.047Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-11-05T11:22:33.047Z] === RUN TestIpcModeOlderClient [2020-11-05T11:22:33.047Z] === PAUSE TestIpcModeOlderClient [2020-11-05T11:22:33.047Z] === RUN TestKillContainerInvalidSignal [2020-11-05T11:22:33.180Z] ok github.com/docker/docker/api/server 0.038s coverage: 9.0% of statements [2020-11-05T11:22:33.418Z] --- PASS: TestResizeWhenContainerNotStarted (0.70s) [2020-11-05T11:22:33.418Z] === RUN TestDaemonRestartKillContainers [2020-11-05T11:22:33.418Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-05T11:22:33.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-05T11:22:33.418Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-05T11:22:33.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-05T11:22:33.418Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-05T11:22:33.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-05T11:22:33.418Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-05T11:22:33.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-05T11:22:33.418Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-05T11:22:33.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-05T11:22:33.418Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-05T11:22:33.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-05T11:22:33.418Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-05T11:22:33.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-05T11:22:33.418Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-05T11:22:33.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-05T11:22:33.418Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:22:33.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:22:33.418Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:22:33.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:22:33.418Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:22:33.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:22:33.418Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:22:33.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:22:33.418Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-05T11:22:33.418Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-05T11:22:33.985Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-11-05T11:22:34.086Z] --- PASS: TestKillContainerInvalidSignal (0.84s) [2020-11-05T11:22:34.086Z] === RUN TestKillContainer [2020-11-05T11:22:34.086Z] === RUN TestKillContainer/no_signal [2020-11-05T11:22:35.120Z] === RUN TestKillContainer/non_killing_signal [2020-11-05T11:22:35.363Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-11-05T11:22:35.412Z] === RUN TestKillContainer/killing_signal [2020-11-05T11:22:35.935Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:22:36.506Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:22:36.941Z] --- PASS: TestKillContainer (2.61s) [2020-11-05T11:22:36.941Z] --- PASS: TestKillContainer/no_signal (0.90s) [2020-11-05T11:22:36.941Z] --- PASS: TestKillContainer/non_killing_signal (0.50s) [2020-11-05T11:22:36.941Z] --- PASS: TestKillContainer/killing_signal (0.83s) [2020-11-05T11:22:36.941Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-05T11:22:36.941Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-05T11:22:37.588Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-05T11:22:37.886Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:22:38.145Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-11-05T11:22:38.145Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:22:38.625Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.74s) [2020-11-05T11:22:38.625Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.89s) [2020-11-05T11:22:38.625Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s) [2020-11-05T11:22:38.625Z] === RUN TestKillStoppedContainer [2020-11-05T11:22:38.625Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-11-05T11:22:38.625Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-05T11:22:38.625Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.12s) [2020-11-05T11:22:38.625Z] === RUN TestKillDifferentUserContainer [2020-11-05T11:22:39.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-05T11:22:39.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-05T11:22:39.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-05T11:22:39.660Z] --- PASS: TestKillDifferentUserContainer (0.96s) [2020-11-05T11:22:39.660Z] === RUN TestInspectOomKilledTrue [2020-11-05T11:22:39.660Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-05T11:22:39.660Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:22:39.660Z] === RUN TestInspectOomKilledFalse [2020-11-05T11:22:39.660Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-05T11:22:39.660Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:22:39.660Z] === RUN TestLinksEtcHostsContentMatch [2020-11-05T11:22:40.050Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-05T11:22:40.294Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2020-11-05T11:22:40.294Z] === RUN TestLinksContainerNames [2020-11-05T11:22:40.309Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-05T11:22:40.568Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-11-05T11:22:40.568Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-11-05T11:22:41.039Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-05T11:22:41.039Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-05T11:22:41.803Z] --- PASS: TestLinksContainerNames (1.76s) [2020-11-05T11:22:41.803Z] === RUN TestLogsFollowTailEmpty [2020-11-05T11:22:42.422Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-05T11:22:42.838Z] --- PASS: TestLogsFollowTailEmpty (0.82s) [2020-11-05T11:22:42.839Z] === RUN TestContainerNetworkMountsNoChown [2020-11-05T11:22:43.104Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-05T11:22:43.104Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-05T11:22:43.104Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-11-05T11:22:43.104Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-11-05T11:22:43.472Z] --- PASS: TestContainerNetworkMountsNoChown (0.83s) [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot/default [2020-11-05T11:22:43.472Z] === PAUSE TestMountDaemonRoot/default [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot/private [2020-11-05T11:22:43.472Z] === PAUSE TestMountDaemonRoot/private [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot/rprivate [2020-11-05T11:22:43.472Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot/slave [2020-11-05T11:22:43.472Z] === PAUSE TestMountDaemonRoot/slave [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot/rslave [2020-11-05T11:22:43.472Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot/shared [2020-11-05T11:22:43.472Z] === PAUSE TestMountDaemonRoot/shared [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot/rshared [2020-11-05T11:22:43.472Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-05T11:22:43.472Z] === CONT TestMountDaemonRoot/default [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-05T11:22:43.472Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-05T11:22:43.472Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-05T11:22:43.472Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-05T11:22:43.472Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-05T11:22:43.472Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-05T11:22:43.472Z] === CONT TestMountDaemonRoot/rshared [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-05T11:22:43.472Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-05T11:22:43.472Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-05T11:22:43.472Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-05T11:22:43.472Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-05T11:22:43.472Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-05T11:22:43.472Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-05T11:22:43.764Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-05T11:22:43.764Z] === CONT TestMountDaemonRoot/shared [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-05T11:22:43.764Z] === CONT TestMountDaemonRoot/rslave [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-05T11:22:43.764Z] === CONT TestMountDaemonRoot/slave [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-05T11:22:43.764Z] === CONT TestMountDaemonRoot/rprivate [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-05T11:22:43.764Z] === CONT TestMountDaemonRoot/private [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-05T11:22:43.764Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-05T11:22:43.764Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-05T11:22:43.765Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-05T11:22:43.765Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-05T11:22:43.765Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-05T11:22:43.765Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-05T11:22:43.765Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-05T11:22:43.765Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-05T11:22:43.765Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-05T11:22:43.765Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-05T11:22:43.765Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-05T11:22:43.765Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-05T11:22:43.765Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-05T11:22:43.765Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-05T11:22:43.765Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-05T11:22:44.056Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-05T11:22:44.056Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-05T11:22:44.056Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-05T11:22:44.056Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-05T11:22:44.056Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-05T11:22:44.056Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-05T11:22:44.348Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-05T11:22:44.348Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-05T11:22:44.348Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-05T11:22:44.348Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-05T11:22:44.348Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-05T11:22:44.348Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-05T11:22:44.348Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-05T11:22:44.348Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-05T11:22:44.348Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-05T11:22:44.348Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-05T11:22:44.348Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-05T11:22:44.484Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.12s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.12s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.07s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-11-05T11:22:44.641Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-11-05T11:22:44.641Z] === RUN TestContainerBindMountNonRecursive [2020-11-05T11:22:45.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-05T11:22:46.711Z] --- PASS: TestContainerBindMountNonRecursive (2.00s) [2020-11-05T11:22:46.711Z] === RUN TestNetworkNat [2020-11-05T11:22:47.204Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-05T11:22:47.345Z] --- PASS: TestNetworkNat (0.88s) [2020-11-05T11:22:47.345Z] === RUN TestNetworkLocalhostTCPNat [2020-11-05T11:22:47.775Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-05T11:22:48.034Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-05T11:22:48.380Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s) [2020-11-05T11:22:48.380Z] === RUN TestNetworkLoopbackNat [2020-11-05T11:22:48.595Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-05T11:22:49.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-05T11:22:49.415Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-11-05T11:22:49.603Z] ok github.com/docker/docker/pkg/plugins 33.640s coverage: 76.6% of statements [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/rootless [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/volume [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-05T11:22:49.603Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-05T11:22:49.603Z] [2020-11-05T11:22:49.603Z] === Skipped [2020-11-05T11:22:49.603Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-05T11:22:49.603Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-05T11:22:49.603Z] [2020-11-05T11:22:49.603Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-05T11:22:49.603Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-05T11:22:49.603Z] [2020-11-05T11:22:49.603Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-05T11:22:49.603Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:22:49.603Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:22:49.603Z] [2020-11-05T11:22:49.603Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-05T11:22:49.603Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:22:49.603Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:22:49.603Z] [2020-11-05T11:22:49.603Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-05T11:22:49.603Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:22:49.603Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:22:49.603Z] [2020-11-05T11:22:49.603Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-05T11:22:49.603Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:22:49.603Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:22:49.603Z] [2020-11-05T11:22:49.603Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-05T11:22:49.603Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:22:49.603Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:22:49.603Z] [2020-11-05T11:22:49.603Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-05T11:22:49.603Z] graphtest_unix.go:73: No driver to put! [2020-11-05T11:22:49.603Z] [2020-11-05T11:22:49.603Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-05T11:22:49.603Z] time="2020-11-05T11:21:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:22:49.603Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:22:49.603Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:22:49.603Z] [2020-11-05T11:22:49.603Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-05T11:22:49.603Z] time="2020-11-05T11:21:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:22:49.603Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:22:49.603Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:22:49.603Z] [2020-11-05T11:22:49.603Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-05T11:22:49.603Z] time="2020-11-05T11:21:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:22:49.603Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:22:49.603Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:22:49.603Z] [2020-11-05T11:22:49.603Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-05T11:22:49.603Z] time="2020-11-05T11:21:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:22:49.603Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:22:49.603Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:22:49.603Z] [2020-11-05T11:22:49.603Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-05T11:22:49.603Z] time="2020-11-05T11:21:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:22:49.603Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:22:49.604Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:22:49.604Z] [2020-11-05T11:22:49.604Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-05T11:22:49.604Z] graphtest_unix.go:73: No driver to put! [2020-11-05T11:22:49.604Z] [2020-11-05T11:22:49.604Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-05T11:22:49.604Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-05T11:22:49.604Z] [2020-11-05T11:22:49.604Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-05T11:22:49.604Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-05T11:22:49.604Z] [2020-11-05T11:22:49.604Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-05T11:22:49.604Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-05T11:22:49.604Z] [2020-11-05T11:22:49.604Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-05T11:22:49.604Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-05T11:22:49.604Z] [2020-11-05T11:22:49.604Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-05T11:22:49.604Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:22:49.604Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:22:49.604Z] [2020-11-05T11:22:49.604Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-05T11:22:49.604Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:22:49.604Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:22:49.604Z] [2020-11-05T11:22:49.604Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-05T11:22:49.604Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:22:49.604Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:22:49.604Z] [2020-11-05T11:22:49.604Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-05T11:22:49.604Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:22:49.604Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:22:49.604Z] [2020-11-05T11:22:49.604Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-05T11:22:49.604Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:22:49.604Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:22:49.604Z] [2020-11-05T11:22:49.604Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-05T11:22:49.604Z] graphtest_unix.go:73: No driver to put! [2020-11-05T11:22:49.604Z] [2020-11-05T11:22:49.604Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-05T11:22:49.604Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-05T11:22:49.604Z] [2020-11-05T11:22:49.604Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-05T11:22:49.604Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-05T11:22:49.604Z] [2020-11-05T11:22:49.604Z] [2020-11-05T11:22:49.604Z] DONE 2167 tests, 26 skipped in 190.373s Post stage [Pipeline] junit [2020-11-05T11:22:49.618Z] Recording test results [2020-11-05T11:22:50.551Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-05T11:22:50.987Z] tests/integration/models_containers_test.py ............................ [ 83%] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-05T11:22:51.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-05T11:22:51.759Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40256/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -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:315101e8a789ad8fda6b9338492318db0f481c00 hack/make.sh dynbinary test-integration [2020-11-05T11:22:51.898Z] --- PASS: TestNetworkLoopbackNat (3.23s) [2020-11-05T11:22:51.898Z] === RUN TestPause [2020-11-05T11:22:51.950Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-05T11:22:51.950Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.77s) [2020-11-05T11:22:51.950Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.08s) [2020-11-05T11:22:51.950Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.82s) [2020-11-05T11:22:51.950Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.86s) [2020-11-05T11:22:51.950Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.99s) [2020-11-05T11:22:51.950Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.96s) [2020-11-05T11:22:51.950Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.06s) [2020-11-05T11:22:51.950Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.80s) [2020-11-05T11:22:51.950Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.72s) [2020-11-05T11:22:51.950Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.95s) [2020-11-05T11:22:51.950Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.16s) [2020-11-05T11:22:51.950Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.68s) [2020-11-05T11:22:51.950Z] === RUN TestCgroupNamespacesRun [2020-11-05T11:22:52.190Z] --- PASS: TestPause (0.88s) [2020-11-05T11:22:52.190Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-05T11:22:52.190Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-05T11:22:52.190Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-05T11:22:52.190Z] === RUN TestPauseStopPausedContainer [2020-11-05T11:22:52.331Z] [2020-11-05T11:22:52.592Z] Removing bundles/ [2020-11-05T11:22:52.592Z] [2020-11-05T11:22:52.592Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-05T11:22:52.592Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-05T11:22:52.592Z] GOOS="" GOARCH="" GOARM="" [2020-11-05T11:22:52.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-05T11:22:53.226Z] --- PASS: TestPauseStopPausedContainer (0.87s) [2020-11-05T11:22:53.226Z] === RUN TestPsFilter [2020-11-05T11:22:53.518Z] --- PASS: TestPsFilter (0.27s) [2020-11-05T11:22:53.518Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-05T11:22:53.818Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-05T11:22:53.884Z] --- PASS: TestCgroupNamespacesRun (2.19s) [2020-11-05T11:22:53.884Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-05T11:22:54.553Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.85s) [2020-11-05T11:22:54.553Z] === RUN TestRemoveContainerWithVolume [2020-11-05T11:22:54.760Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-05T11:22:55.189Z] --- PASS: TestRemoveContainerWithVolume (0.90s) [2020-11-05T11:22:55.189Z] === RUN TestRemoveContainerRunning [2020-11-05T11:22:55.786Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.99s) [2020-11-05T11:22:55.786Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-05T11:22:56.145Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-05T11:22:56.145Z] Using test binary docker [2020-11-05T11:22:56.145Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-05T11:22:56.145Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-05T11:22:56.145Z] INFO: Waiting for daemon to start... [2020-11-05T11:22:56.145Z] Starting dockerd [2020-11-05T11:22:56.223Z] --- PASS: TestRemoveContainerRunning (0.86s) [2020-11-05T11:22:56.224Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-05T11:22:56.857Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.83s) [2020-11-05T11:22:56.857Z] === RUN TestRemoveInvalidContainer [2020-11-05T11:22:56.857Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-11-05T11:22:56.857Z] === RUN TestRenameLinkedContainer [2020-11-05T11:22:57.696Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.02s) [2020-11-05T11:22:57.696Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-05T11:22:59.073Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-11-05T11:22:59.440Z] . [2020-11-05T11:22:59.440Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-05T11:22:59.440Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-05T11:22:59.440Z] Error: No such image: emptyfs [2020-11-05T11:22:59.440Z] Running integration-test (iteration 1) [2020-11-05T11:22:59.440Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-11-05T11:22:59.642Z] --- PASS: TestCgroupNamespacesRunHostMode (1.86s) [2020-11-05T11:22:59.642Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-05T11:23:00.374Z] --- PASS: TestRenameLinkedContainer (3.41s) [2020-11-05T11:23:00.374Z] === RUN TestRenameStoppedContainer [2020-11-05T11:23:01.409Z] --- PASS: TestRenameStoppedContainer (0.88s) [2020-11-05T11:23:01.409Z] === RUN TestRenameRunningContainerAndReuse [2020-11-05T11:23:01.548Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-11-05T11:23:01.548Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.79s) [2020-11-05T11:23:01.548Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-05T11:23:02.116Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-11-05T11:23:02.375Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-11-05T11:23:02.917Z] --- PASS: TestRenameRunningContainerAndReuse (1.68s) [2020-11-05T11:23:02.917Z] === RUN TestRenameInvalidName [2020-11-05T11:23:03.312Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.67s) [2020-11-05T11:23:03.312Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-05T11:23:03.956Z] --- PASS: TestRenameInvalidName (0.87s) [2020-11-05T11:23:03.956Z] === RUN TestRenameAnonymousContainer [2020-11-05T11:23:04.249Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.00s) [2020-11-05T11:23:04.249Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-05T11:23:05.628Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-11-05T11:23:05.887Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s) [2020-11-05T11:23:05.887Z] === RUN TestKernelTCPMemory [2020-11-05T11:23:06.825Z] --- PASS: TestKernelTCPMemory (0.91s) [2020-11-05T11:23:06.825Z] === RUN TestNISDomainname [2020-11-05T11:23:06.980Z] ......... [ 86%] [2020-11-05T11:23:07.085Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-11-05T11:23:07.652Z] --- PASS: TestNISDomainname (0.91s) [2020-11-05T11:23:07.652Z] === RUN TestHostnameDnsResolution [2020-11-05T11:23:07.912Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-11-05T11:23:08.480Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-11-05T11:23:09.049Z] --- PASS: TestHostnameDnsResolution (1.34s) [2020-11-05T11:23:09.049Z] === RUN TestStats [2020-11-05T11:23:09.612Z] --- PASS: TestRenameAnonymousContainer (4.87s) [2020-11-05T11:23:09.612Z] === RUN TestRenameContainerWithSameName [2020-11-05T11:23:09.612Z] --- PASS: TestRenameContainerWithSameName (0.95s) [2020-11-05T11:23:09.612Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-05T11:23:09.986Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-11-05T11:23:10.245Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-11-05T11:23:11.121Z] --- PASS: TestRenameContainerWithLinkedContainer (1.65s) [2020-11-05T11:23:11.121Z] === RUN TestResize [2020-11-05T11:23:11.666Z] Loaded image: buildpack-deps:buster [2020-11-05T11:23:11.666Z] Loaded image: busybox:latest [2020-11-05T11:23:11.666Z] Loaded image: busybox:glibc [2020-11-05T11:23:11.666Z] Loaded image: debian:buster [2020-11-05T11:23:11.926Z] Loaded image: hello-world:latest [2020-11-05T11:23:11.926Z] Loaded image: arm32v7/hello-world:latest [2020-11-05T11:23:11.926Z] INFO: Testing against a local daemon [2020-11-05T11:23:11.926Z] === RUN TestCgroupNamespacesBuild [2020-11-05T11:23:12.150Z] --- PASS: TestStats (2.75s) [2020-11-05T11:23:12.150Z] === RUN TestStopContainerWithTimeout [2020-11-05T11:23:12.150Z] === RUN TestStopContainerWithTimeout/0 [2020-11-05T11:23:12.150Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-05T11:23:12.150Z] === RUN TestStopContainerWithTimeout/1 [2020-11-05T11:23:12.150Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-05T11:23:12.150Z] === RUN TestStopContainerWithTimeout/3 [2020-11-05T11:23:12.150Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-05T11:23:12.150Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-05T11:23:12.150Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-05T11:23:12.150Z] === CONT TestStopContainerWithTimeout/0 [2020-11-05T11:23:12.150Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-05T11:23:12.150Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-11-05T11:23:12.156Z] --- PASS: TestResize (0.85s) [2020-11-05T11:23:12.156Z] === RUN TestResizeWithInvalidSize [2020-11-05T11:23:12.791Z] --- PASS: TestResizeWithInvalidSize (0.83s) [2020-11-05T11:23:12.791Z] === RUN TestResizeWhenContainerNotStarted [2020-11-05T11:23:13.019Z] tests/integration/models_images_test.py ............... [ 89%] [2020-11-05T11:23:13.088Z] === CONT TestStopContainerWithTimeout/3 [2020-11-05T11:23:13.826Z] --- PASS: TestResizeWhenContainerNotStarted (0.85s) [2020-11-05T11:23:13.826Z] === RUN TestDaemonRestartKillContainers [2020-11-05T11:23:13.826Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-05T11:23:13.826Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-05T11:23:13.826Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-05T11:23:13.826Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-05T11:23:13.826Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-05T11:23:13.826Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-05T11:23:13.826Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-05T11:23:13.826Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-05T11:23:13.826Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-05T11:23:13.826Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-05T11:23:13.826Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-05T11:23:13.826Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-05T11:23:13.826Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-05T11:23:13.826Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-05T11:23:13.826Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-05T11:23:13.826Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-05T11:23:13.826Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:23:13.826Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:23:13.826Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:23:13.826Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:23:13.826Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:23:13.826Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:23:13.826Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:23:13.826Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:23:13.826Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-05T11:23:13.826Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-05T11:23:14.485Z] tests/integration/models_networks_test.py .... [ 90%] [2020-11-05T11:23:15.014Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-11-05T11:23:15.014Z] === CONT TestStopContainerWithTimeout/1 [2020-11-05T11:23:15.894Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:23:16.186Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:23:16.390Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-11-05T11:23:16.650Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-11-05T11:23:16.650Z] --- PASS: TestStopContainerWithTimeout/0 (1.25s) [2020-11-05T11:23:16.650Z] --- PASS: TestStopContainerWithTimeout/-1 (3.06s) [2020-11-05T11:23:16.650Z] --- PASS: TestStopContainerWithTimeout/3 (2.72s) [2020-11-05T11:23:16.650Z] --- PASS: TestStopContainerWithTimeout/1 (1.75s) [2020-11-05T11:23:16.650Z] === RUN TestDeleteDevicemapper [2020-11-05T11:23:16.650Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-05T11:23:16.650Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-05T11:23:16.650Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-05T11:23:16.909Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-11-05T11:23:17.207Z] --- PASS: TestCgroupNamespacesBuild (4.68s) [2020-11-05T11:23:17.207Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-05T11:23:17.693Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:23:17.693Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:23:18.286Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-11-05T11:23:18.728Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-05T11:23:18.855Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-11-05T11:23:19.020Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-05T11:23:19.115Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.16s) [2020-11-05T11:23:19.116Z] === RUN TestBuildWithSession [2020-11-05T11:23:19.116Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-05T11:23:19.116Z] build_session_test.go:25: TODO: BuildKit [2020-11-05T11:23:19.116Z] === RUN TestBuildSquashParent [2020-11-05T11:23:19.424Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-11-05T11:23:19.789Z] tests/integration/models_nodes_test.py . [ 91%] [2020-11-05T11:23:20.360Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.60s) [2020-11-05T11:23:20.360Z] === RUN TestUpdateMemory [2020-11-05T11:23:20.360Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-05T11:23:20.360Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:23:20.360Z] === RUN TestUpdateCPUQuota [2020-11-05T11:23:20.619Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-11-05T11:23:20.731Z] tests/integration/models_resources_test.py . [ 91%] [2020-11-05T11:23:21.089Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-05T11:23:21.089Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-05T11:23:21.558Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-11-05T11:23:21.818Z] --- PASS: TestUpdateCPUQuota (1.67s) [2020-11-05T11:23:21.818Z] === RUN TestUpdatePidsLimit [2020-11-05T11:23:21.818Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-05T11:23:22.387Z] === RUN TestUpdatePidsLimit/no_change [2020-11-05T11:23:22.647Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-05T11:23:22.906Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-05T11:23:23.474Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-05T11:23:23.734Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-05T11:23:24.301Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-05T11:23:24.607Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-05T11:23:24.607Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-05T11:23:25.240Z] --- PASS: TestUpdatePidsLimit (3.43s) [2020-11-05T11:23:25.240Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2020-11-05T11:23:25.240Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-11-05T11:23:25.240Z] --- PASS: TestUpdatePidsLimit/update_lower (0.35s) [2020-11-05T11:23:25.240Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) [2020-11-05T11:23:25.240Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2020-11-05T11:23:25.240Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s) [2020-11-05T11:23:25.240Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.34s) [2020-11-05T11:23:25.240Z] === RUN TestUpdateRestartPolicy [2020-11-05T11:23:26.675Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-05T11:23:26.675Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.22s) [2020-11-05T11:23:26.675Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.27s) [2020-11-05T11:23:26.675Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.40s) [2020-11-05T11:23:26.675Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.42s) [2020-11-05T11:23:26.675Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.42s) [2020-11-05T11:23:26.675Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.45s) [2020-11-05T11:23:26.675Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.16s) [2020-11-05T11:23:26.675Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.23s) [2020-11-05T11:23:26.675Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.11s) [2020-11-05T11:23:26.675Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.97s) [2020-11-05T11:23:26.675Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.22s) [2020-11-05T11:23:26.675Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.21s) [2020-11-05T11:23:26.675Z] === RUN TestCgroupNamespacesRun [2020-11-05T11:23:26.850Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-11-05T11:23:27.245Z] --- PASS: TestBuildSquashParent (7.52s) [2020-11-05T11:23:27.245Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-05T11:23:27.245Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-05T11:23:27.245Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-05T11:23:27.245Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-05T11:23:27.245Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-05T11:23:27.245Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-05T11:23:27.245Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-05T11:23:27.245Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-05T11:23:27.245Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-05T11:23:27.245Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-05T11:23:27.245Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-05T11:23:27.245Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-05T11:23:27.245Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-05T11:23:27.245Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-05T11:23:27.245Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-05T11:23:27.778Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-11-05T11:23:27.819Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-05T11:23:27.819Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-05T11:23:28.037Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-11-05T11:23:28.184Z] --- PASS: TestCgroupNamespacesRun (1.72s) [2020-11-05T11:23:28.184Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-05T11:23:28.603Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-11-05T11:23:29.540Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-11-05T11:23:29.692Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.64s) [2020-11-05T11:23:29.692Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-05T11:23:29.729Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-05T11:23:29.989Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-05T11:23:30.149Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-11-05T11:23:30.149Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-11-05T11:23:30.476Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-11-05T11:23:31.045Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-11-05T11:23:31.760Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.69s) [2020-11-05T11:23:31.760Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-05T11:23:31.899Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-11-05T11:23:31.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.37s) [2020-11-05T11:23:31.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.43s) [2020-11-05T11:23:31.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.02s) [2020-11-05T11:23:31.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.24s) [2020-11-05T11:23:31.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.89s) [2020-11-05T11:23:31.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.08s) [2020-11-05T11:23:31.899Z] === RUN TestBuildMultiStageCopy [2020-11-05T11:23:31.899Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-05T11:23:32.948Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-11-05T11:23:33.269Z] --- PASS: TestCgroupNamespacesRunHostMode (1.74s) [2020-11-05T11:23:33.269Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-05T11:23:33.841Z] tests/integration/regression_test.py ...... [ 98%] [2020-11-05T11:23:34.364Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-11-05T11:23:34.364Z] tests/integration/credentials/utils_test.py . [100%] [2020-11-05T11:23:34.364Z] [2020-11-05T11:23:34.364Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-11-05T11:23:34.364Z] =========================== short test summary info ============================ [2020-11-05T11:23:34.364Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-11-05T11:23:34.364Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-11-05T11:23:34.364Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-11-05T11:23:34.364Z] Not supported on most drivers [2020-11-05T11:23:34.364Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-11-05T11:23:34.364Z] Output of docker top depends on host distro, and is not formalized. [2020-11-05T11:23:34.364Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-11-05T11:23:34.364Z] Output of docker top depends on host distro, and is not formalized. [2020-11-05T11:23:34.364Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-11-05T11:23:34.364Z] Can fail if eth0 has multiple IP addresses [2020-11-05T11:23:34.364Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-11-05T11:23:34.364Z] This doesn't seem to be taken into account by the engine [2020-11-05T11:23:34.364Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-11-05T11:23:34.364Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-11-05T11:23:34.364Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 321.87 seconds == [2020-11-05T11:23:34.625Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-11-05T11:23:34.778Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.75s) [2020-11-05T11:23:34.778Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-05T11:23:34.853Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-11-05T11:23:34.853Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-11-05T11:23:35.194Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-05T11:23:36.134Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-05T11:23:36.761Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-11-05T11:23:37.063Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.62s) [2020-11-05T11:23:37.063Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-05T11:23:37.186Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-05T11:23:37.330Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-11-05T11:23:37.330Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-11-05T11:23:37.330Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-11-05T11:23:37.330Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-11-05T11:23:37.354Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2020-11-05T11:23:37.354Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-05T11:23:37.588Z] === RUN TestDockerSuite/TestBuildCmd [2020-11-05T11:23:38.126Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-05T11:23:38.157Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-11-05T11:23:38.157Z] --- PASS: TestUpdateRestartPolicy (12.78s) [2020-11-05T11:23:38.157Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-05T11:23:38.416Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-11-05T11:23:38.984Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-11-05T11:23:38.984Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-11-05T11:23:38.984Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s) [2020-11-05T11:23:38.984Z] === RUN TestWaitNonBlocked [2020-11-05T11:23:38.984Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-05T11:23:38.984Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-05T11:23:38.984Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-05T11:23:38.984Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-05T11:23:38.984Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-05T11:23:38.984Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-05T11:23:39.066Z] --- PASS: TestBuildMultiStageCopy (7.30s) [2020-11-05T11:23:39.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.32s) [2020-11-05T11:23:39.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.98s) [2020-11-05T11:23:39.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-11-05T11:23:39.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-11-05T11:23:39.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-11-05T11:23:39.066Z] === RUN TestBuildMultiStageParentConfig [2020-11-05T11:23:39.424Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.87s) [2020-11-05T11:23:39.424Z] === RUN TestKernelTCPMemory [2020-11-05T11:23:39.922Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-11-05T11:23:40.058Z] --- PASS: TestKernelTCPMemory (0.93s) [2020-11-05T11:23:40.058Z] === RUN TestNISDomainname [2020-11-05T11:23:40.181Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-05T11:23:40.181Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.12s) [2020-11-05T11:23:40.181Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.16s) [2020-11-05T11:23:40.181Z] === RUN TestWaitBlocked [2020-11-05T11:23:40.181Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-05T11:23:40.181Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-05T11:23:40.181Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-05T11:23:40.181Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-05T11:23:40.181Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-05T11:23:40.181Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-05T11:23:40.750Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-11-05T11:23:41.093Z] --- PASS: TestNISDomainname (1.01s) [2020-11-05T11:23:41.093Z] === RUN TestHostnameDnsResolution [2020-11-05T11:23:41.320Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-05T11:23:41.320Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.08s) [2020-11-05T11:23:41.320Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.21s) [2020-11-05T11:23:41.320Z] === CONT TestContainerStartOnDaemonRestart [2020-11-05T11:23:41.320Z] === CONT TestContainerKillOnDaemonStart [2020-11-05T11:23:43.161Z] --- PASS: TestHostnameDnsResolution (1.67s) [2020-11-05T11:23:43.161Z] === RUN TestStats [2020-11-05T11:23:44.345Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2020-11-05T11:23:44.345Z] === RUN TestBuildLabelWithTargets [2020-11-05T11:23:45.511Z] --- PASS: TestContainerStartOnDaemonRestart (3.58s) [2020-11-05T11:23:45.511Z] === CONT TestIpcModeOlderClient [2020-11-05T11:23:45.511Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-11-05T11:23:45.511Z] --- PASS: TestIpcModeOlderClient (0.09s) [2020-11-05T11:23:45.511Z] === CONT TestDaemonHostGatewayIP [2020-11-05T11:23:45.893Z] --- PASS: TestStats (2.93s) [2020-11-05T11:23:45.893Z] === RUN TestStopContainerWithTimeout [2020-11-05T11:23:45.893Z] === RUN TestStopContainerWithTimeout/0 [2020-11-05T11:23:45.893Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-05T11:23:45.893Z] === RUN TestStopContainerWithTimeout/1 [2020-11-05T11:23:45.893Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-05T11:23:45.893Z] === RUN TestStopContainerWithTimeout/3 [2020-11-05T11:23:45.893Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-05T11:23:45.893Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-05T11:23:45.893Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-05T11:23:45.893Z] === CONT TestStopContainerWithTimeout/0 [2020-11-05T11:23:45.893Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-05T11:23:46.447Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-11-05T11:23:46.854Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-05T11:23:46.854Z] [2020-11-05T11:23:46.854Z] Unloading profiles will leave already running processes permanently [2020-11-05T11:23:46.854Z] unconfined, which can lead to unexpected situations. [2020-11-05T11:23:46.854Z] [2020-11-05T11:23:46.854Z] To set a process to complain mode, use the command line tool [2020-11-05T11:23:46.854Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-05T11:23:46.854Z] [2020-11-05T11:23:46.929Z] === CONT TestStopContainerWithTimeout/3 Post stage [Pipeline] junit [2020-11-05T11:23:47.130Z] Recording test results [Pipeline] sh [2020-11-05T11:23:47.384Z] === RUN TestDockerSuite/TestBuildContChar [2020-11-05T11:23:47.612Z] + echo Ensuring container killed. [2020-11-05T11:23:47.613Z] Ensuring container killed. [2020-11-05T11:23:47.613Z] + docker rm -vf docker-pr7 [2020-11-05T11:23:47.613Z] Error: No such container: docker-pr7 [2020-11-05T11:23:47.613Z] + true [Pipeline] sh [2020-11-05T11:23:47.917Z] + echo Chowning /workspace to jenkins user [2020-11-05T11:23:47.917Z] Chowning /workspace to jenkins user [2020-11-05T11:23:47.917Z] + id -u [2020-11-05T11:23:47.917Z] + id -g [2020-11-05T11:23:47.917Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40256:/workspace busybox chown -R 1000:1000 /workspace [2020-11-05T11:23:48.320Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-11-05T11:23:48.320Z] --- PASS: TestDaemonHostGatewayIP (3.38s) [2020-11-05T11:23:48.320Z] === CONT TestDaemonRestartIpcMode [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-05T11:23:49.002Z] === CONT TestStopContainerWithTimeout/1 [2020-11-05T11:23:49.162Z] + bundleName=docker-py [2020-11-05T11:23:49.162Z] + echo Creating docker-py-bundles.tar.gz [2020-11-05T11:23:49.162Z] Creating docker-py-bundles.tar.gz [2020-11-05T11:23:49.162Z] + 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 [2020-11-05T11:23:49.176Z] Archiving artifacts [2020-11-05T11:23:49.401Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40256/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-11-05T11:23:49.761Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40256/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -e DOCKER_GRAPHDRIVER docker:315101e8a789ad8fda6b9338492318db0f481c00 hack/make.sh binary-daemon [2020-11-05T11:23:50.023Z] [2020-11-05T11:23:50.283Z] Removing bundles/ [2020-11-05T11:23:50.283Z] [2020-11-05T11:23:50.283Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-11-05T11:23:50.283Z] Building: bundles/binary-daemon/dockerd-dev [2020-11-05T11:23:50.283Z] GOOS="" GOARCH="" GOARM="" [2020-11-05T11:23:50.511Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-11-05T11:23:50.511Z] --- PASS: TestStopContainerWithTimeout/0 (1.11s) [2020-11-05T11:23:50.511Z] --- PASS: TestStopContainerWithTimeout/-1 (3.02s) [2020-11-05T11:23:50.511Z] --- PASS: TestStopContainerWithTimeout/3 (2.85s) [2020-11-05T11:23:50.511Z] --- PASS: TestStopContainerWithTimeout/1 (1.85s) [2020-11-05T11:23:50.511Z] === RUN TestDeleteDevicemapper [2020-11-05T11:23:50.511Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-05T11:23:50.511Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-05T11:23:50.511Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-05T11:23:50.858Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-11-05T11:23:51.425Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-11-05T11:23:51.683Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-11-05T11:23:51.683Z] --- PASS: TestDaemonRestartIpcMode (3.40s) [2020-11-05T11:23:51.941Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-11-05T11:23:52.199Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-11-05T11:23:52.458Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-11-05T11:23:52.473Z] --- PASS: TestBuildLabelWithTargets (8.01s) [2020-11-05T11:23:52.473Z] === RUN TestBuildWithEmptyLayers [2020-11-05T11:23:52.717Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-11-05T11:23:53.213Z] 406ffb8432a7: Pull complete [2020-11-05T11:23:53.213Z] Digest: sha256:c09d8edfe68365f519b02827171aacc61ed3451f7863325cee4059b96f41c0ce [2020-11-05T11:23:53.213Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-05T11:23:53.213Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-11-05T11:23:53.213Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-11-05T11:23:53.213Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1518' [2020-11-05T11:23:53.213Z] WARN: Skipping validation tests [2020-11-05T11:23:53.213Z] INFO: Running unit tests at 11/05/2020 11:23:46... [2020-11-05T11:23:53.213Z] INFO: make.ps1 starting at 11/05/2020 11:23:50 [2020-11-05T11:23:53.213Z] INFO: Git commit (315101e8a7) assumed from DOCKER_GITCOMMIT environment variable [2020-11-05T11:23:53.213Z] INFO: Invoking autogen... [2020-11-05T11:23:53.213Z] INFO: Running unit tests... [2020-11-05T11:23:53.653Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-11-05T11:23:54.222Z] --- PASS: TestContainerKillOnDaemonStart (13.00s) [2020-11-05T11:23:54.222Z] PASS [2020-11-05T11:23:54.222Z] [2020-11-05T11:23:54.222Z] === Skipped [2020-11-05T11:23:54.222Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-11-05T11:23:54.222Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-05T11:23:54.222Z] [2020-11-05T11:23:54.222Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-05T11:23:54.222Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:23:54.222Z] [2020-11-05T11:23:54.222Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-05T11:23:54.222Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:23:54.222Z] [2020-11-05T11:23:54.222Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-05T11:23:54.222Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-05T11:23:54.222Z] [2020-11-05T11:23:54.222Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-05T11:23:54.222Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-05T11:23:54.222Z] [2020-11-05T11:23:54.222Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-11-05T11:23:54.222Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:23:54.222Z] [2020-11-05T11:23:54.222Z] [2020-11-05T11:23:54.222Z] DONE 193 tests, 6 skipped in 145.015s [2020-11-05T11:23:54.222Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-11-05T11:23:54.222Z] ++ 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 [2020-11-05T11:23:54.222Z] ++ set -e [2020-11-05T11:23:54.222Z] ++ '[' -n 0 ']' [2020-11-05T11:23:54.222Z] ++ set -x [2020-11-05T11:23:54.222Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:23:54.481Z] INFO: Testing against a local daemon [2020-11-05T11:23:54.481Z] === RUN TestCommitInheritsEnv [2020-11-05T11:23:54.963Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.62s) [2020-11-05T11:23:54.963Z] === RUN TestUpdateMemory [2020-11-05T11:23:54.963Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-05T11:23:54.963Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:23:54.963Z] === RUN TestUpdateCPUQuota [2020-11-05T11:23:55.015Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2020-11-05T11:23:55.015Z] === RUN TestBuildMultiStageOnBuild [2020-11-05T11:23:55.048Z] --- PASS: TestCommitInheritsEnv (0.42s) [2020-11-05T11:23:55.048Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-05T11:23:55.048Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-05T11:23:55.048Z] === RUN TestImagesFilterMultiReference [2020-11-05T11:23:55.048Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-11-05T11:23:55.048Z] === RUN TestImagePullPlatformInvalid [2020-11-05T11:23:55.048Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-11-05T11:23:55.048Z] === RUN TestRemoveImageOrphaning [2020-11-05T11:23:55.256Z] --- PASS: TestUpdateCPUQuota (1.17s) [2020-11-05T11:23:55.256Z] === RUN TestUpdatePidsLimit [2020-11-05T11:23:55.542Z] ok github.com/docker/docker/api/server/httputils 0.008s coverage: 14.7% of statements [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-05T11:23:55.542Z] ok github.com/docker/docker/api/server/middleware 0.010s coverage: 37.7% of statements [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-05T11:23:55.542Z] ok github.com/docker/docker/api/types/filters 0.040s coverage: 92.2% of statements [2020-11-05T11:23:55.542Z] ok github.com/docker/docker/api/types/strslice 0.013s coverage: 90.0% of statements [2020-11-05T11:23:55.542Z] ok github.com/docker/docker/api/types/time 0.017s coverage: 100.0% of statements [2020-11-05T11:23:55.542Z] ok github.com/docker/docker/api/server/router/swarm 0.043s coverage: 5.7% of statements [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/types [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-05T11:23:55.542Z] ok github.com/docker/docker/api/types/versions 0.025s coverage: 75.0% of statements [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/builder [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-05T11:23:55.542Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-05T11:23:55.542Z] ok github.com/docker/docker/builder/dockerignore 0.006s coverage: 96.8% of statements [2020-11-05T11:23:55.547Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-05T11:23:55.618Z] --- PASS: TestRemoveImageOrphaning (0.47s) [2020-11-05T11:23:55.618Z] === RUN TestRemoveImageGarbageCollector [2020-11-05T11:23:55.839Z] === RUN TestUpdatePidsLimit/no_change [2020-11-05T11:23:56.131Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-05T11:23:56.422Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-05T11:23:57.055Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-05T11:23:57.080Z] ok github.com/docker/docker/cli/debug 0.024s coverage: 100.0% of statements [2020-11-05T11:23:57.347Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-05T11:23:57.530Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-11-05T11:23:57.639Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-05T11:23:57.789Z] --- PASS: TestRemoveImageGarbageCollector (2.12s) [2020-11-05T11:23:57.789Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-05T11:23:57.789Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-11-05T11:23:57.789Z] === RUN TestTagInvalidReference [2020-11-05T11:23:57.789Z] --- PASS: TestTagInvalidReference (0.04s) [2020-11-05T11:23:57.789Z] === RUN TestTagValidPrefixedRepo [2020-11-05T11:23:57.789Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2020-11-05T11:23:57.789Z] === RUN TestTagExistedNameWithoutForce [2020-11-05T11:23:57.789Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-11-05T11:23:57.789Z] === RUN TestTagOfficialNames [2020-11-05T11:23:58.048Z] --- PASS: TestTagOfficialNames (0.07s) [2020-11-05T11:23:58.048Z] === RUN TestTagMatchesDigest [2020-11-05T11:23:58.048Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-11-05T11:23:58.048Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-05T11:23:59.148Z] --- PASS: TestUpdatePidsLimit (3.48s) [2020-11-05T11:23:59.148Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2020-11-05T11:23:59.148Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2020-11-05T11:23:59.148Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2020-11-05T11:23:59.148Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.35s) [2020-11-05T11:23:59.148Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s) [2020-11-05T11:23:59.148Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2020-11-05T11:23:59.148Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2020-11-05T11:23:59.148Z] === RUN TestUpdateRestartPolicy [2020-11-05T11:23:59.181Z] ok github.com/docker/docker/builder/remotecontext/git 4.044s coverage: 86.3% of statements [2020-11-05T11:24:00.236Z] ok github.com/docker/docker/builder/remotecontext 0.513s coverage: 13.6% of statements [2020-11-05T11:24:00.294Z] --- PASS: TestBuildMultiStageOnBuild (5.01s) [2020-11-05T11:24:00.294Z] === RUN TestBuildUncleanTarFilenames [2020-11-05T11:24:00.864Z] --- PASS: TestBuildUncleanTarFilenames (0.67s) [2020-11-05T11:24:00.865Z] === RUN TestBuildMultiStageLayerLeak [2020-11-05T11:24:01.287Z] ok github.com/docker/docker/builder/dockerfile 1.236s coverage: 47.9% of statements [2020-11-05T11:24:01.287Z] ? github.com/docker/docker/cli [no test files] [2020-11-05T11:24:01.287Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-05T11:24:02.241Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-11-05T11:24:03.178Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-11-05T11:24:03.571Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2020-11-05T11:24:04.556Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-11-05T11:24:05.069Z] --- PASS: TestBuildMultiStageLayerLeak (4.33s) [2020-11-05T11:24:05.069Z] === RUN TestBuildWithHugeFile [2020-11-05T11:24:05.124Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-11-05T11:24:06.503Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-11-05T11:24:06.915Z] ok github.com/docker/docker/client 0.582s coverage: 75.4% of statements [2020-11-05T11:24:09.040Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-11-05T11:24:09.040Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-11-05T11:24:11.781Z] --- PASS: TestUpdateRestartPolicy (12.74s) [2020-11-05T11:24:11.781Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-05T11:24:12.186Z] ? github.com/docker/docker/api [no test files] [2020-11-05T11:24:12.327Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-11-05T11:24:12.415Z] --- PASS: TestUpdateRestartWithAutoRemove (0.83s) [2020-11-05T11:24:12.415Z] === RUN TestWaitNonBlocked [2020-11-05T11:24:12.415Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-05T11:24:12.415Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-05T11:24:12.415Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-05T11:24:12.415Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-05T11:24:12.415Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-05T11:24:12.415Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-05T11:24:12.893Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-11-05T11:24:13.965Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-11-05T11:24:13.965Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.12s) [2020-11-05T11:24:13.965Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.20s) [2020-11-05T11:24:13.965Z] === RUN TestWaitBlocked [2020-11-05T11:24:13.965Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-05T11:24:13.965Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-05T11:24:13.965Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-05T11:24:13.965Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-05T11:24:13.965Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-05T11:24:13.965Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-05T11:24:14.101Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-05T11:24:14.101Z] [2020-11-05T11:24:14.101Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-05T11:24:14.101Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-05T11:24:14.101Z] HOSTNAME=4f285ae8086c [2020-11-05T11:24:14.101Z] TESTDEBUG=0 [2020-11-05T11:24:14.101Z] DEST=bundles/test-integration [2020-11-05T11:24:14.101Z] PWD=/go/src/github.com/docker/docker [2020-11-05T11:24:14.101Z] DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:24:14.101Z] container=docker [2020-11-05T11:24:14.101Z] HOME=/root [2020-11-05T11:24:14.101Z] GOLANG_VERSION=1.13.15 [2020-11-05T11:24:14.101Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-05T11:24:14.101Z] VALIDATE_BRANCH=master [2020-11-05T11:24:14.101Z] TERM=xterm [2020-11-05T11:24:14.101Z] DOCKER_PKG=github.com/docker/docker [2020-11-05T11:24:14.101Z] SHLVL=1 [2020-11-05T11:24:14.101Z] TIMEOUT=120m [2020-11-05T11:24:14.101Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-05T11:24:14.101Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-05T11:24:14.101Z] GO111MODULE=off [2020-11-05T11:24:14.101Z] DOCKER_EXPERIMENTAL=1 [2020-11-05T11:24:14.101Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-05T11:24:14.101Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-05T11:24:14.101Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-05T11:24:14.101Z] GOPATH=/go [2020-11-05T11:24:14.101Z] PKG_CONFIG=pkg-config [2020-11-05T11:24:14.101Z] _=/usr/bin/env [2020-11-05T11:24:14.101Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-05T11:24:14.796Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-11-05T11:24:14.796Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-11-05T11:24:14.796Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-11-05T11:24:14.796Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-11-05T11:24:14.796Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-11-05T11:24:15.000Z] --- PASS: TestWaitBlocked (0.01s) [2020-11-05T11:24:15.000Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.17s) [2020-11-05T11:24:15.000Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.25s) [2020-11-05T11:24:15.000Z] === CONT TestContainerStartOnDaemonRestart [2020-11-05T11:24:15.000Z] === CONT TestIpcModeOlderClient [2020-11-05T11:24:15.000Z] --- PASS: TestIpcModeOlderClient (0.17s) [2020-11-05T11:24:15.000Z] === CONT TestDaemonHostGatewayIP [2020-11-05T11:24:16.172Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-11-05T11:24:17.735Z] --- PASS: TestContainerStartOnDaemonRestart (2.69s) [2020-11-05T11:24:17.735Z] === CONT TestContainerKillOnDaemonStart [2020-11-05T11:24:18.076Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-11-05T11:24:18.335Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-11-05T11:24:18.770Z] --- PASS: TestDaemonHostGatewayIP (3.47s) [2020-11-05T11:24:18.770Z] === CONT TestDaemonRestartIpcMode [2020-11-05T11:24:21.623Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-11-05T11:24:22.289Z] --- PASS: TestDaemonRestartIpcMode (3.50s) [2020-11-05T11:24:22.566Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-11-05T11:24:25.855Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-11-05T11:24:26.114Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-11-05T11:24:26.682Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-11-05T11:24:27.054Z] === RUN TestMiddlewares [2020-11-05T11:24:27.054Z] --- PASS: TestMiddlewares (0.00s) [2020-11-05T11:24:27.054Z] PASS [2020-11-05T11:24:27.054Z] coverage: 9.0% of statements [2020-11-05T11:24:27.054Z] ok github.com/docker/docker/api/server 0.144s coverage: 9.0% of statements [2020-11-05T11:24:27.619Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-11-05T11:24:28.187Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-11-05T11:24:29.031Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-05T11:24:29.124Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-11-05T11:24:30.419Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-05T11:24:30.768Z] --- PASS: TestContainerKillOnDaemonStart (12.30s) [2020-11-05T11:24:30.768Z] PASS [2020-11-05T11:24:30.768Z] [2020-11-05T11:24:30.768Z] === Skipped [2020-11-05T11:24:30.768Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-11-05T11:24:30.768Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-05T11:24:30.768Z] [2020-11-05T11:24:30.768Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-05T11:24:30.768Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:24:30.768Z] [2020-11-05T11:24:30.768Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-05T11:24:30.768Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:24:30.768Z] [2020-11-05T11:24:30.768Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-05T11:24:30.768Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-05T11:24:30.768Z] [2020-11-05T11:24:30.768Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-11-05T11:24:30.768Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-05T11:24:30.768Z] [2020-11-05T11:24:30.768Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-11-05T11:24:30.768Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:24:30.768Z] [2020-11-05T11:24:30.768Z] [2020-11-05T11:24:30.768Z] DONE 193 tests, 6 skipped in 150.433s [2020-11-05T11:24:30.768Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-11-05T11:24:30.768Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:24:30.768Z] ++ set -e [2020-11-05T11:24:30.768Z] ++ '[' -n 0 ']' [2020-11-05T11:24:30.768Z] ++ set -x [2020-11-05T11:24:30.768Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:24:30.768Z] INFO: Testing against a local daemon [2020-11-05T11:24:30.768Z] === RUN TestCommitInheritsEnv [2020-11-05T11:24:30.768Z] --- PASS: TestCommitInheritsEnv (0.57s) [2020-11-05T11:24:30.769Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-05T11:24:30.769Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-05T11:24:30.769Z] === RUN TestImagesFilterMultiReference [2020-11-05T11:24:30.769Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-11-05T11:24:30.769Z] === RUN TestImagePullPlatformInvalid [2020-11-05T11:24:30.769Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-11-05T11:24:30.769Z] === RUN TestRemoveImageOrphaning [2020-11-05T11:24:31.060Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2020-11-05T11:24:31.060Z] === RUN TestRemoveImageGarbageCollector [2020-11-05T11:24:31.060Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-05T11:24:31.060Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:24:31.060Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-05T11:24:31.060Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-11-05T11:24:31.060Z] === RUN TestTagInvalidReference [2020-11-05T11:24:31.352Z] --- PASS: TestTagInvalidReference (0.01s) [2020-11-05T11:24:31.352Z] === RUN TestTagValidPrefixedRepo [2020-11-05T11:24:31.352Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-11-05T11:24:31.352Z] === RUN TestTagExistedNameWithoutForce [2020-11-05T11:24:31.352Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2020-11-05T11:24:31.352Z] === RUN TestTagOfficialNames [2020-11-05T11:24:31.352Z] --- PASS: TestTagOfficialNames (0.03s) [2020-11-05T11:24:31.352Z] === RUN TestTagMatchesDigest [2020-11-05T11:24:31.352Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-11-05T11:24:31.352Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-05T11:24:31.660Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-11-05T11:24:33.726Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-05T11:24:34.194Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-11-05T11:24:35.575Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-11-05T11:24:35.834Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-11-05T11:24:37.737Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-11-05T11:24:37.737Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-11-05T11:24:38.305Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-11-05T11:24:40.209Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-11-05T11:24:40.777Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-11-05T11:24:41.346Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-11-05T11:24:43.880Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-11-05T11:24:44.447Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-11-05T11:24:44.706Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-11-05T11:24:44.706Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-11-05T11:24:46.096Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-11-05T11:24:46.356Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-11-05T11:24:47.293Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-11-05T11:24:48.672Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-11-05T11:24:50.578Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-11-05T11:24:51.515Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-11-05T11:24:54.377Z] ok github.com/docker/docker/cmd/dockerd 0.160s coverage: 29.1% of statements [2020-11-05T11:24:54.377Z] ok github.com/docker/docker/container 0.138s coverage: 34.7% of statements [2020-11-05T11:24:54.377Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-05T11:24:54.377Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-05T11:24:54.377Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-05T11:24:54.377Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-05T11:24:55.444Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.043s coverage: 65.3% of statements [2020-11-05T11:24:55.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-05T11:24:55.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-05T11:24:56.658Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-05T11:24:56.790Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-11-05T11:24:58.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-05T11:24:58.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-05T11:24:59.324Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-11-05T11:24:59.892Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-11-05T11:25:00.223Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-05T11:25:00.828Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-11-05T11:25:01.069Z] ok github.com/docker/docker/daemon/cluster/convert 0.015s coverage: 35.9% of statements [2020-11-05T11:25:01.390Z] --- PASS: TestBuildWithHugeFile (52.97s) [2020-11-05T11:25:01.390Z] === RUN TestBuildWithEmptyDockerfile [2020-11-05T11:25:01.390Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-05T11:25:01.390Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-05T11:25:01.390Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-05T11:25:01.390Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-05T11:25:01.390Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-05T11:25:01.390Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-05T11:25:01.390Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-05T11:25:01.390Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-05T11:25:01.390Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-05T11:25:01.390Z] --- PASS: TestBuildWithEmptyDockerfile (0.19s) [2020-11-05T11:25:01.390Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2020-11-05T11:25:01.390Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2020-11-05T11:25:01.390Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s) [2020-11-05T11:25:01.390Z] === RUN TestBuildPreserveOwnership [2020-11-05T11:25:01.390Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-05T11:25:02.118Z] ok github.com/docker/docker/daemon/cluster 0.149s coverage: 0.5% of statements [2020-11-05T11:25:03.364Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-11-05T11:25:03.532Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-05T11:25:03.931Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-11-05T11:25:04.685Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-05T11:25:05.308Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-11-05T11:25:05.448Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-05T11:25:05.875Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-11-05T11:25:06.624Z] ok github.com/docker/docker/daemon/discovery 0.024s coverage: 30.0% of statements [2020-11-05T11:25:06.812Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-11-05T11:25:06.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-05T11:25:07.071Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-11-05T11:25:07.777Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-05T11:25:08.731Z] ok github.com/docker/docker/daemon/events 0.066s coverage: 50.0% of statements [2020-11-05T11:25:08.883Z] --- PASS: TestBuildPreserveOwnership (9.57s) [2020-11-05T11:25:08.883Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.56s) [2020-11-05T11:25:08.883Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-11-05T11:25:08.883Z] === RUN TestBuildPlatformInvalid [2020-11-05T11:25:08.883Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2020-11-05T11:25:08.883Z] PASS [2020-11-05T11:25:08.883Z] [2020-11-05T11:25:08.883Z] === Skipped [2020-11-05T11:25:08.883Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-11-05T11:25:08.883Z] build_session_test.go:25: TODO: BuildKit [2020-11-05T11:25:08.883Z] [2020-11-05T11:25:08.883Z] [2020-11-05T11:25:08.883Z] DONE 32 tests, 1 skipped in 129.219s [2020-11-05T11:25:08.883Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-11-05T11:25:08.883Z] INFO: Testing against a local daemon [2020-11-05T11:25:08.883Z] === RUN TestConfigInspect [2020-11-05T11:25:08.883Z] --- SKIP: TestConfigInspect (0.02s) [2020-11-05T11:25:08.883Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:25:08.883Z] === RUN TestConfigList [2020-11-05T11:25:08.883Z] --- SKIP: TestConfigList (0.01s) [2020-11-05T11:25:08.883Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:25:08.883Z] === RUN TestConfigsCreateAndDelete [2020-11-05T11:25:08.883Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2020-11-05T11:25:08.883Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:25:08.883Z] === RUN TestConfigsUpdate [2020-11-05T11:25:08.883Z] --- SKIP: TestConfigsUpdate (0.01s) [2020-11-05T11:25:08.883Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:25:08.883Z] === RUN TestTemplatedConfig [2020-11-05T11:25:08.883Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-11-05T11:25:08.883Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:25:08.883Z] === RUN TestConfigCreateResolve [2020-11-05T11:25:08.883Z] --- SKIP: TestConfigCreateResolve (0.02s) [2020-11-05T11:25:08.883Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:25:08.883Z] === RUN TestConfigDaemonLibtrustID [2020-11-05T11:25:08.976Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-11-05T11:25:08.976Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-11-05T11:25:09.694Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-05T11:25:09.789Z] ok github.com/docker/docker/daemon/config 0.096s coverage: 81.8% of statements [2020-11-05T11:25:10.264Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2020-11-05T11:25:10.264Z] PASS [2020-11-05T11:25:10.264Z] [2020-11-05T11:25:10.264Z] === Skipped [2020-11-05T11:25:10.264Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-11-05T11:25:10.264Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:25:10.264Z] [2020-11-05T11:25:10.264Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2020-11-05T11:25:10.264Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:25:10.264Z] [2020-11-05T11:25:10.264Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2020-11-05T11:25:10.264Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:25:10.264Z] [2020-11-05T11:25:10.264Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2020-11-05T11:25:10.264Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:25:10.264Z] [2020-11-05T11:25:10.264Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-11-05T11:25:10.264Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:25:10.264Z] [2020-11-05T11:25:10.264Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.02s) [2020-11-05T11:25:10.264Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:25:10.264Z] [2020-11-05T11:25:10.264Z] [2020-11-05T11:25:10.264Z] DONE 7 tests, 6 skipped in 1.782s [2020-11-05T11:25:10.264Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-11-05T11:25:10.264Z] INFO: Testing against a local daemon [2020-11-05T11:25:10.264Z] === RUN TestCheckpoint [2020-11-05T11:25:10.264Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-05T11:25:10.264Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-05T11:25:10.264Z] === RUN TestContainerInvalidJSON [2020-11-05T11:25:10.264Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-05T11:25:10.264Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-05T11:25:10.264Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-05T11:25:10.264Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-05T11:25:10.264Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-05T11:25:10.264Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-05T11:25:10.264Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-05T11:25:10.264Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-05T11:25:10.264Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-05T11:25:10.264Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-11-05T11:25:10.264Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-11-05T11:25:10.264Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-11-05T11:25:10.264Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-05T11:25:10.264Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-05T11:25:10.525Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-11-05T11:25:10.525Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-05T11:25:10.525Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2020-11-05T11:25:10.525Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-05T11:25:10.525Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2020-11-05T11:25:10.525Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-05T11:25:10.525Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2020-11-05T11:25:10.525Z] === RUN TestCopyFromContainer [2020-11-05T11:25:10.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-05T11:25:10.891Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-11-05T11:25:11.788Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-11-05T11:25:11.788Z] Copying nested executables into bundles/binary-daemon [2020-11-05T11:25:11.788Z] [2020-11-05T11:25:11.882Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-11-05T11:25:12.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-05T11:25:12.711Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40256/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -e DOCKER_GRAPHDRIVER docker:315101e8a789ad8fda6b9338492318db0f481c00 hack/make.sh cross [2020-11-05T11:25:12.972Z] [2020-11-05T11:25:13.233Z] Removing bundles/ [2020-11-05T11:25:13.233Z] [2020-11-05T11:25:13.233Z] ---> Making bundle: cross (in bundles/cross) [2020-11-05T11:25:13.233Z] Cross building: bundles/cross/linux/amd64 [2020-11-05T11:25:13.233Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-11-05T11:25:13.233Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-11-05T11:25:13.425Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-11-05T11:25:13.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-05T11:25:14.637Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2020-11-05T11:25:14.724Z] === RUN TestCopyFromContainer// [2020-11-05T11:25:14.724Z] === RUN TestCopyFromContainer//bar/root [2020-11-05T11:25:14.724Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-05T11:25:14.724Z] === RUN TestCopyFromContainer/bar/quux [2020-11-05T11:25:14.724Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-05T11:25:14.724Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-05T11:25:14.724Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-05T11:25:14.724Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-05T11:25:14.724Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-05T11:25:14.724Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-05T11:25:14.724Z] --- PASS: TestCopyFromContainer (4.25s) [2020-11-05T11:25:14.724Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-11-05T11:25:14.724Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2020-11-05T11:25:14.724Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-11-05T11:25:14.724Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2020-11-05T11:25:14.724Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-11-05T11:25:14.724Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-11-05T11:25:14.724Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-11-05T11:25:14.724Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-11-05T11:25:14.724Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-11-05T11:25:14.724Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-11-05T11:25:14.724Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-05T11:25:14.724Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-05T11:25:14.724Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-05T11:25:14.724Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-05T11:25:14.724Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-05T11:25:14.724Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-05T11:25:14.724Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-05T11:25:14.724Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-05T11:25:14.724Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-05T11:25:14.724Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-05T11:25:14.724Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-11-05T11:25:14.724Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-05T11:25:14.724Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-05T11:25:14.724Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-05T11:25:14.724Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-05T11:25:14.984Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-11-05T11:25:14.984Z] === RUN TestCreateWithInvalidEnv [2020-11-05T11:25:14.984Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-05T11:25:14.984Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-05T11:25:14.984Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-05T11:25:14.984Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-05T11:25:14.984Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-05T11:25:14.984Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-05T11:25:14.984Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-05T11:25:14.984Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-05T11:25:14.984Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-05T11:25:14.984Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-05T11:25:14.984Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-05T11:25:14.984Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-05T11:25:14.984Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-05T11:25:14.984Z] === RUN TestCreateTmpfsMountsTarget [2020-11-05T11:25:14.984Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-11-05T11:25:14.984Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-05T11:25:15.330Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-11-05T11:25:15.330Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-05T11:25:15.679Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.523s coverage: 14.1% of statements [2020-11-05T11:25:15.976Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.501s coverage: 57.1% of statements [2020-11-05T11:25:16.266Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-11-05T11:25:16.266Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-11-05T11:25:16.273Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-05T11:25:16.273Z] Using test binary docker [2020-11-05T11:25:16.365Z] --- PASS: TestCreateWithCustomMaskedPaths (1.23s) [2020-11-05T11:25:16.365Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-05T11:25:16.533Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-05T11:25:16.533Z] +++ /etc/init.d/apparmor start [2020-11-05T11:25:16.533Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-05T11:25:16.533Z] INFO: Waiting for daemon to start... [2020-11-05T11:25:16.533Z] Starting dockerd [2020-11-05T11:25:16.533Z] +++ 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 [2020-11-05T11:25:17.202Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-11-05T11:25:17.305Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.19s) [2020-11-05T11:25:17.306Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-05T11:25:17.306Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-05T11:25:17.306Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-05T11:25:17.306Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-05T11:25:17.306Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-05T11:25:17.306Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-05T11:25:17.306Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-05T11:25:17.306Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-05T11:25:17.306Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-05T11:25:17.306Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-05T11:25:17.306Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-05T11:25:17.306Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-05T11:25:17.306Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-05T11:25:17.306Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-05T11:25:17.306Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-05T11:25:17.306Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-05T11:25:17.306Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-11-05T11:25:17.306Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-11-05T11:25:17.306Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-11-05T11:25:17.306Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-11-05T11:25:17.306Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-11-05T11:25:17.306Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-11-05T11:25:17.306Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-05T11:25:17.878Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.49s) [2020-11-05T11:25:17.878Z] === RUN TestCreateDifferentPlatform [2020-11-05T11:25:17.878Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-05T11:25:17.878Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-05T11:25:17.878Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-11-05T11:25:17.878Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-05T11:25:17.878Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-05T11:25:17.878Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-05T11:25:17.878Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2020-11-05T11:25:17.878Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-05T11:25:17.878Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2020-11-05T11:25:17.878Z] === RUN TestContainerStartOnDaemonRestart [2020-11-05T11:25:17.878Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-11-05T11:25:17.878Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-11-05T11:25:17.878Z] === RUN TestDaemonRestartIpcMode [2020-11-05T11:25:17.878Z] === PAUSE TestDaemonRestartIpcMode [2020-11-05T11:25:17.878Z] === RUN TestDaemonHostGatewayIP [2020-11-05T11:25:17.878Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-11-05T11:25:17.878Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:25:17.878Z] === RUN TestContainerKillOnDaemonStart [2020-11-05T11:25:17.878Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-11-05T11:25:17.878Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-11-05T11:25:17.878Z] === RUN TestDiff [2020-11-05T11:25:18.448Z] --- PASS: TestDiff (0.40s) [2020-11-05T11:25:18.448Z] === RUN TestExecWithCloseStdin [2020-11-05T11:25:18.579Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-11-05T11:25:18.707Z] --- PASS: TestExecWithCloseStdin (0.45s) [2020-11-05T11:25:18.707Z] === RUN TestExec [2020-11-05T11:25:18.749Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.013s coverage: 1.8% of statements [2020-11-05T11:25:19.279Z] --- PASS: TestExec (0.44s) [2020-11-05T11:25:19.279Z] === RUN TestExecUser [2020-11-05T11:25:19.803Z] ok github.com/docker/docker/daemon 12.381s coverage: 17.2% of statements [2020-11-05T11:25:19.804Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-05T11:25:19.804Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-05T11:25:19.804Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-05T11:25:19.804Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-05T11:25:19.850Z] --- PASS: TestExecUser (0.46s) [2020-11-05T11:25:19.850Z] === RUN TestExportContainerAndImportImage [2020-11-05T11:25:20.421Z] --- PASS: TestExportContainerAndImportImage (0.60s) [2020-11-05T11:25:20.421Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-05T11:25:20.854Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.418s coverage: 69.2% of statements [2020-11-05T11:25:21.113Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-11-05T11:25:21.113Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-11-05T11:25:22.946Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.203s coverage: 46.2% of statements [2020-11-05T11:25:22.946Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-05T11:25:23.015Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-11-05T11:25:23.116Z] . [2020-11-05T11:25:23.116Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-05T11:25:23.116Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-05T11:25:23.116Z] Error: No such image: emptyfs [2020-11-05T11:25:23.116Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-05T11:25:23.116Z] ++++ docker load [2020-11-05T11:25:23.116Z] Running integration-test (iteration 1) [2020-11-05T11:25:23.116Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-11-05T11:25:23.116Z] ++ 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 [2020-11-05T11:25:23.116Z] ++ set -e [2020-11-05T11:25:23.116Z] ++ '[' -n 0 ']' [2020-11-05T11:25:23.116Z] ++ set -x [2020-11-05T11:25:23.116Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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 [2020-11-05T11:25:23.591Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.115s coverage: 49.5% of statements [2020-11-05T11:25:23.721Z] --- PASS: TestExportContainerAfterDaemonRestart (3.31s) [2020-11-05T11:25:23.721Z] === RUN TestHealthCheckWorkdir [2020-11-05T11:25:23.886Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.015s coverage: 58.0% of statements [2020-11-05T11:25:24.294Z] --- PASS: TestHealthCheckWorkdir (0.60s) [2020-11-05T11:25:24.294Z] === RUN TestHealthKillContainer [2020-11-05T11:25:24.392Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-11-05T11:25:24.944Z] ok github.com/docker/docker/daemon/links 0.020s coverage: 93.0% of statements [2020-11-05T11:25:25.770Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-11-05T11:25:26.016Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.027s coverage: 3.0% of statements [2020-11-05T11:25:26.836Z] --- PASS: TestHealthKillContainer (2.50s) [2020-11-05T11:25:26.836Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-05T11:25:27.097Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s) [2020-11-05T11:25:27.097Z] === RUN TestIpcModeNone [2020-11-05T11:25:27.547Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.538s coverage: 52.1% of statements [2020-11-05T11:25:27.547Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-05T11:25:27.547Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-05T11:25:27.582Z] === RUN TestBoolValue [2020-11-05T11:25:27.582Z] --- PASS: TestBoolValue (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestBoolValueOrDefault [2020-11-05T11:25:27.582Z] --- PASS: TestBoolValueOrDefault (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestInt64ValueOrZero [2020-11-05T11:25:27.582Z] --- PASS: TestInt64ValueOrZero (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestInt64ValueOrDefault [2020-11-05T11:25:27.582Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestInt64ValueOrDefaultWithError [2020-11-05T11:25:27.582Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestJsonContentType [2020-11-05T11:25:27.582Z] --- PASS: TestJsonContentType (0.00s) [2020-11-05T11:25:27.582Z] PASS [2020-11-05T11:25:27.582Z] coverage: 14.7% of statements [2020-11-05T11:25:27.582Z] ok github.com/docker/docker/api/server/httputils 0.145s coverage: 14.7% of statements [2020-11-05T11:25:27.582Z] === RUN TestMaskSecretKeys [2020-11-05T11:25:27.582Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2020-11-05T11:25:27.582Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2020-11-05T11:25:27.582Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2020-11-05T11:25:27.582Z] --- PASS: TestMaskSecretKeys (0.00s) [2020-11-05T11:25:27.582Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2020-11-05T11:25:27.582Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2020-11-05T11:25:27.582Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestVersionMiddlewareVersion [2020-11-05T11:25:27.582Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2020-11-05T11:25:27.582Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2020-11-05T11:25:27.582Z] PASS [2020-11-05T11:25:27.582Z] coverage: 37.7% of statements [2020-11-05T11:25:27.582Z] ok github.com/docker/docker/api/server/middleware 0.175s coverage: 37.7% of statements [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-05T11:25:27.582Z] === RUN TestStrSliceMarshalJSON [2020-11-05T11:25:27.582Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestStrSliceUnmarshalJSON [2020-11-05T11:25:27.582Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestStrSliceUnmarshalString [2020-11-05T11:25:27.582Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestStrSliceUnmarshalSlice [2020-11-05T11:25:27.582Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2020-11-05T11:25:27.582Z] PASS [2020-11-05T11:25:27.582Z] coverage: 90.0% of statements [2020-11-05T11:25:27.582Z] ok github.com/docker/docker/api/types/strslice 0.089s coverage: 90.0% of statements [2020-11-05T11:25:27.582Z] === RUN TestToJSON [2020-11-05T11:25:27.582Z] --- PASS: TestToJSON (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestToParamWithVersion [2020-11-05T11:25:27.582Z] --- PASS: TestToParamWithVersion (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestFromJSON [2020-11-05T11:25:27.582Z] --- PASS: TestFromJSON (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestEmpty [2020-11-05T11:25:27.582Z] --- PASS: TestEmpty (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestArgsMatchKVListEmptySources [2020-11-05T11:25:27.582Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestArgsMatchKVList [2020-11-05T11:25:27.582Z] --- PASS: TestArgsMatchKVList (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestArgsMatch [2020-11-05T11:25:27.582Z] --- PASS: TestArgsMatch (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestAdd [2020-11-05T11:25:27.582Z] --- PASS: TestAdd (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestDel [2020-11-05T11:25:27.582Z] --- PASS: TestDel (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestLen [2020-11-05T11:25:27.582Z] --- PASS: TestLen (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestExactMatch [2020-11-05T11:25:27.582Z] --- PASS: TestExactMatch (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestOnlyOneExactMatch [2020-11-05T11:25:27.582Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestContains [2020-11-05T11:25:27.582Z] --- PASS: TestContains (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestValidate [2020-11-05T11:25:27.582Z] --- PASS: TestValidate (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestWalkValues [2020-11-05T11:25:27.582Z] --- PASS: TestWalkValues (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestFuzzyMatch [2020-11-05T11:25:27.582Z] --- PASS: TestFuzzyMatch (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestClone [2020-11-05T11:25:27.582Z] --- PASS: TestClone (0.00s) [2020-11-05T11:25:27.582Z] PASS [2020-11-05T11:25:27.582Z] coverage: 92.2% of statements [2020-11-05T11:25:27.582Z] ok github.com/docker/docker/api/types/filters 0.122s coverage: 92.2% of statements [2020-11-05T11:25:27.582Z] === RUN TestDurationToSecondsString [2020-11-05T11:25:27.582Z] --- PASS: TestDurationToSecondsString (0.00s) [2020-11-05T11:25:27.582Z] === RUN TestGetTimestamp [2020-11-05T11:25:27.582Z] --- PASS: TestGetTimestamp (0.16s) [2020-11-05T11:25:27.582Z] === RUN TestParseTimestamps [2020-11-05T11:25:27.582Z] --- PASS: TestParseTimestamps (0.00s) [2020-11-05T11:25:27.582Z] PASS [2020-11-05T11:25:27.582Z] coverage: 100.0% of statements [2020-11-05T11:25:27.582Z] ok github.com/docker/docker/api/types/time 0.216s coverage: 100.0% of statements [2020-11-05T11:25:27.582Z] === RUN TestAdjustForAPIVersion [2020-11-05T11:25:27.582Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2020-11-05T11:25:27.582Z] PASS [2020-11-05T11:25:27.582Z] coverage: 5.7% of statements [2020-11-05T11:25:27.582Z] ok github.com/docker/docker/api/server/router/swarm 0.113s coverage: 5.7% of statements [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/types [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-05T11:25:27.582Z] === RUN TestCompareVersion [2020-11-05T11:25:27.582Z] --- PASS: TestCompareVersion (0.00s) [2020-11-05T11:25:27.582Z] PASS [2020-11-05T11:25:27.582Z] coverage: 75.0% of statements [2020-11-05T11:25:27.582Z] ok github.com/docker/docker/api/types/versions 0.053s coverage: 75.0% of statements [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/builder [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-05T11:25:27.582Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-05T11:25:27.582Z] === RUN TestReadAll [2020-11-05T11:25:27.582Z] --- PASS: TestReadAll (0.00s) [2020-11-05T11:25:27.582Z] PASS [2020-11-05T11:25:27.582Z] coverage: 96.8% of statements [2020-11-05T11:25:27.582Z] ok github.com/docker/docker/builder/dockerignore 0.051s coverage: 96.8% of statements [2020-11-05T11:25:27.582Z] === RUN TestParseRemoteURL [2020-11-05T11:25:27.582Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2020-11-05T11:25:27.582Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2020-11-05T11:25:27.582Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2020-11-05T11:25:27.582Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2020-11-05T11:25:27.582Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2020-11-05T11:25:27.582Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2020-11-05T11:25:27.583Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2020-11-05T11:25:27.583Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2020-11-05T11:25:27.583Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2020-11-05T11:25:27.583Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2020-11-05T11:25:27.583Z] --- PASS: TestParseRemoteURL (0.00s) [2020-11-05T11:25:27.583Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2020-11-05T11:25:27.583Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2020-11-05T11:25:27.583Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2020-11-05T11:25:27.583Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2020-11-05T11:25:27.583Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2020-11-05T11:25:27.583Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2020-11-05T11:25:27.583Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2020-11-05T11:25:27.583Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2020-11-05T11:25:27.583Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2020-11-05T11:25:27.583Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2020-11-05T11:25:27.583Z] === RUN TestCloneArgsSmartHttp [2020-11-05T11:25:27.583Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2020-11-05T11:25:27.583Z] === RUN TestCloneArgsDumbHttp [2020-11-05T11:25:27.583Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2020-11-05T11:25:27.583Z] === RUN TestCloneArgsGit [2020-11-05T11:25:27.583Z] --- PASS: TestCloneArgsGit (0.00s) [2020-11-05T11:25:27.583Z] === RUN TestCheckoutGit [2020-11-05T11:25:27.666Z] --- PASS: TestIpcModeNone (0.44s) [2020-11-05T11:25:27.666Z] === RUN TestIpcModePrivate [2020-11-05T11:25:27.675Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-11-05T11:25:27.929Z] --- PASS: TestIpcModePrivate (0.46s) [2020-11-05T11:25:27.929Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2020-11-05T11:25:27.929Z] === RUN TestIpcModeShareable [2020-11-05T11:25:27.929Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-11-05T11:25:27.929Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-05T11:25:27.929Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-05T11:25:29.087Z] ok github.com/docker/docker/daemon/logger 0.280s coverage: 41.0% of statements [2020-11-05T11:25:29.316Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.35s) [2020-11-05T11:25:29.316Z] === RUN TestAPIIpcModeHost [2020-11-05T11:25:29.316Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-11-05T11:25:29.316Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-05T11:25:29.316Z] === RUN TestDaemonIpcModeShareable [2020-11-05T11:25:29.316Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-11-05T11:25:29.316Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-05T11:25:29.316Z] === RUN TestDaemonIpcModePrivate [2020-11-05T11:25:30.136Z] ok github.com/docker/docker/daemon/logger/gelf 0.045s coverage: 67.0% of statements [2020-11-05T11:25:30.436Z] ok github.com/docker/docker/daemon/images 0.046s coverage: 4.9% of statements [2020-11-05T11:25:30.436Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-05T11:25:30.436Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-05T11:25:30.511Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2020-11-05T11:25:30.511Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.04s) [2020-11-05T11:25:30.511Z] === RUN TestProcessNoDockerignore [2020-11-05T11:25:30.511Z] --- PASS: TestProcessNoDockerignore (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestProcessShouldLeaveAllFiles [2020-11-05T11:25:30.511Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2020-11-05T11:25:30.511Z] === RUN TestDetectContentType [2020-11-05T11:25:30.511Z] --- PASS: TestDetectContentType (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestSelectAcceptableMIME [2020-11-05T11:25:30.511Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestInspectEmptyResponse [2020-11-05T11:25:30.511Z] --- PASS: TestInspectEmptyResponse (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestInspectResponseBinary [2020-11-05T11:25:30.511Z] --- PASS: TestInspectResponseBinary (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestResponseUnsupportedContentType [2020-11-05T11:25:30.511Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestInspectResponseTextSimple [2020-11-05T11:25:30.511Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestInspectResponseEmptyContentType [2020-11-05T11:25:30.511Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestUnknownContentLength [2020-11-05T11:25:30.511Z] --- PASS: TestUnknownContentLength (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestDownloadRemote [2020-11-05T11:25:30.511Z] === RUN TestGetAllAllowed [2020-11-05T11:25:30.511Z] --- PASS: TestGetAllAllowed (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestGetAllMeta [2020-11-05T11:25:30.511Z] --- PASS: TestGetAllMeta (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestWarnOnUnusedBuildArgs [2020-11-05T11:25:30.511Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestIsUnreferencedBuiltin [2020-11-05T11:25:30.511Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestIsExistingDirectory [2020-11-05T11:25:30.511Z] --- PASS: TestIsExistingDirectory (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestGetFilenameForDownload [2020-11-05T11:25:30.511Z] --- PASS: TestGetFilenameForDownload (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestEnv2Variables [2020-11-05T11:25:30.511Z] --- PASS: TestEnv2Variables (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestEnvValueWithExistingRunConfigEnv [2020-11-05T11:25:30.511Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestMaintainer [2020-11-05T11:25:30.511Z] --- PASS: TestMaintainer (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestLabel [2020-11-05T11:25:30.511Z] --- PASS: TestLabel (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestFromScratch [2020-11-05T11:25:30.511Z] --- PASS: TestFromScratch (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestFromWithArg [2020-11-05T11:25:30.511Z] --- PASS: TestFromWithArg (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestFromWithArgButBuildArgsNotGiven [2020-11-05T11:25:30.511Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestFromWithUndefinedArg [2020-11-05T11:25:30.511Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestFromMultiStageWithNamedStage [2020-11-05T11:25:30.511Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestOnbuild [2020-11-05T11:25:30.511Z] --- PASS: TestOnbuild (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestWorkdir [2020-11-05T11:25:30.511Z] --- PASS: TestWorkdir (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestCmd [2020-11-05T11:25:30.511Z] --- PASS: TestCmd (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestHealthcheckNone [2020-11-05T11:25:30.511Z] --- PASS: TestHealthcheckNone (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestHealthcheckCmd [2020-11-05T11:25:30.511Z] --- PASS: TestHealthcheckCmd (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestEntrypoint [2020-11-05T11:25:30.511Z] --- PASS: TestEntrypoint (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestExpose [2020-11-05T11:25:30.511Z] --- PASS: TestExpose (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestUser [2020-11-05T11:25:30.511Z] --- PASS: TestUser (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestVolume [2020-11-05T11:25:30.511Z] --- PASS: TestVolume (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestStopSignal [2020-11-05T11:25:30.511Z] --- SKIP: TestStopSignal (0.00s) [2020-11-05T11:25:30.511Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-11-05T11:25:30.511Z] === RUN TestArg [2020-11-05T11:25:30.511Z] --- PASS: TestArg (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestShell [2020-11-05T11:25:30.511Z] --- PASS: TestShell (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestPrependEnvOnCmd [2020-11-05T11:25:30.511Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestRunWithBuildArgs [2020-11-05T11:25:30.511Z] --- PASS: TestRunWithBuildArgs (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestRunIgnoresHealthcheck [2020-11-05T11:25:30.511Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestNormalizeWorkdir [2020-11-05T11:25:30.511Z] --- PASS: TestNormalizeWorkdir (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestDispatch [2020-11-05T11:25:30.511Z] === RUN TestDispatch/ADD_multiple_files_to_file [2020-11-05T11:25:30.511Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2020-11-05T11:25:30.511Z] --- PASS: TestDownloadRemote (0.10s) [2020-11-05T11:25:30.511Z] === RUN TestGetWithStatusError [2020-11-05T11:25:30.511Z] === RUN TestDispatch/COPY_multiple_files_to_file [2020-11-05T11:25:30.511Z] --- PASS: TestGetWithStatusError (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestCloseRootDirectory [2020-11-05T11:25:30.511Z] --- SKIP: TestCloseRootDirectory (0.00s) [2020-11-05T11:25:30.511Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:25:30.511Z] === RUN TestHashFile [2020-11-05T11:25:30.511Z] --- SKIP: TestHashFile (0.01s) [2020-11-05T11:25:30.511Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:25:30.511Z] === RUN TestHashSubdir [2020-11-05T11:25:30.511Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2020-11-05T11:25:30.511Z] --- SKIP: TestHashSubdir (0.01s) [2020-11-05T11:25:30.511Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:25:30.511Z] === RUN TestRemoveDirectory [2020-11-05T11:25:30.511Z] --- SKIP: TestRemoveDirectory (0.01s) [2020-11-05T11:25:30.511Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:25:30.511Z] PASS [2020-11-05T11:25:30.511Z] coverage: 9.2% of statements [2020-11-05T11:25:30.511Z] === RUN TestEnable [2020-11-05T11:25:30.511Z] --- PASS: TestEnable (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestDisable [2020-11-05T11:25:30.511Z] --- PASS: TestDisable (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestEnabled [2020-11-05T11:25:30.511Z] --- PASS: TestEnabled (0.00s) [2020-11-05T11:25:30.511Z] PASS [2020-11-05T11:25:30.511Z] coverage: 100.0% of statements [2020-11-05T11:25:30.511Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2020-11-05T11:25:30.511Z] === RUN TestDispatch/COPY_wildcard_no_files [2020-11-05T11:25:30.511Z] ok github.com/docker/docker/cli/debug 0.068s coverage: 100.0% of statements [2020-11-05T11:25:30.511Z] ok github.com/docker/docker/builder/remotecontext 0.771s coverage: 9.2% of statements [2020-11-05T11:25:30.511Z] === RUN TestDispatch/COPY_url [2020-11-05T11:25:30.511Z] --- PASS: TestDispatch (0.08s) [2020-11-05T11:25:30.511Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2020-11-05T11:25:30.511Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2020-11-05T11:25:30.511Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2020-11-05T11:25:30.511Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2020-11-05T11:25:30.511Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2020-11-05T11:25:30.511Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2020-11-05T11:25:30.511Z] --- PASS: TestDispatch/COPY_url (0.01s) [2020-11-05T11:25:30.511Z] === RUN TestAddScratchImageAddsToMounts [2020-11-05T11:25:30.511Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestAddFromScratchPopulatesPlatform [2020-11-05T11:25:30.511Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2020-11-05T11:25:30.511Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2020-11-05T11:25:30.511Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestImageSourceGetAddsToMounts [2020-11-05T11:25:30.511Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestEmptyDockerfile [2020-11-05T11:25:30.511Z] --- PASS: TestEmptyDockerfile (0.01s) [2020-11-05T11:25:30.511Z] === RUN TestSymlinkDockerfile [2020-11-05T11:25:30.511Z] --- PASS: TestSymlinkDockerfile (0.01s) [2020-11-05T11:25:30.511Z] === RUN TestDockerfileOutsideTheBuildContext [2020-11-05T11:25:30.511Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestNonExistingDockerfile [2020-11-05T11:25:30.511Z] --- PASS: TestNonExistingDockerfile (0.00s) [2020-11-05T11:25:30.511Z] === RUN TestCopyRunConfig [2020-11-05T11:25:30.511Z] --- PASS: TestCopyRunConfig (0.00s) [2020-11-05T11:25:30.974Z] === RUN TestDeepCopyRunConfig [2020-11-05T11:25:30.975Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2020-11-05T11:25:30.975Z] === RUN TestExportImage [2020-11-05T11:25:30.975Z] --- PASS: TestExportImage (0.00s) [2020-11-05T11:25:30.975Z] === RUN TestNormalizeDest [2020-11-05T11:25:30.975Z] --- PASS: TestNormalizeDest (0.00s) [2020-11-05T11:25:30.975Z] PASS [2020-11-05T11:25:30.975Z] coverage: 46.2% of statements [2020-11-05T11:25:30.975Z] ok github.com/docker/docker/builder/dockerfile 0.601s coverage: 46.2% of statements [2020-11-05T11:25:31.082Z] ok github.com/docker/docker/daemon/logger/awslogs 0.518s coverage: 77.8% of statements [2020-11-05T11:25:31.082Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-05T11:25:31.082Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-05T11:25:31.727Z] ok github.com/docker/docker/daemon/logger/journald 0.021s coverage: 23.9% of statements [2020-11-05T11:25:31.861Z] --- PASS: TestDaemonIpcModePrivate (2.16s) [2020-11-05T11:25:31.861Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2020-11-05T11:25:31.861Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-05T11:25:31.861Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-11-05T11:25:31.861Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-05T11:25:31.861Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-05T11:25:31.861Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-11-05T11:25:31.861Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-05T11:25:31.861Z] === RUN TestIpcModeOlderClient [2020-11-05T11:25:31.861Z] === PAUSE TestIpcModeOlderClient [2020-11-05T11:25:31.861Z] === RUN TestKillContainerInvalidSignal [2020-11-05T11:25:31.870Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-11-05T11:25:32.026Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.032s coverage: 87.2% of statements [2020-11-05T11:25:32.121Z] --- PASS: TestKillContainerInvalidSignal (0.44s) [2020-11-05T11:25:32.121Z] === RUN TestKillContainer [2020-11-05T11:25:32.121Z] === RUN TestKillContainer/no_signal [2020-11-05T11:25:32.128Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-11-05T11:25:32.382Z] === RUN TestKillContainer/non_killing_signal [2020-11-05T11:25:32.642Z] === RUN TestKillContainer/killing_signal [2020-11-05T11:25:33.560Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.077s coverage: 61.6% of statements [2020-11-05T11:25:33.582Z] --- PASS: TestKillContainer (1.37s) [2020-11-05T11:25:33.582Z] --- PASS: TestKillContainer/no_signal (0.39s) [2020-11-05T11:25:33.582Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2020-11-05T11:25:33.582Z] --- PASS: TestKillContainer/killing_signal (0.50s) [2020-11-05T11:25:33.582Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-05T11:25:33.582Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-05T11:25:33.843Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-05T11:25:34.033Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-11-05T11:25:34.103Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.85s) [2020-11-05T11:25:34.103Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.45s) [2020-11-05T11:25:34.103Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) [2020-11-05T11:25:34.103Z] === RUN TestKillStoppedContainer [2020-11-05T11:25:34.211Z] ok github.com/docker/docker/daemon/logger/local 0.093s coverage: 75.2% of statements [2020-11-05T11:25:34.211Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-05T11:25:34.364Z] --- PASS: TestKillStoppedContainer (0.05s) [2020-11-05T11:25:34.364Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-05T11:25:34.364Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2020-11-05T11:25:34.364Z] === RUN TestKillDifferentUserContainer [2020-11-05T11:25:34.601Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-11-05T11:25:34.624Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2020-11-05T11:25:34.624Z] === RUN TestInspectOomKilledTrue [2020-11-05T11:25:34.624Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2020-11-05T11:25:34.624Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:25:34.624Z] === RUN TestInspectOomKilledFalse [2020-11-05T11:25:34.624Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-05T11:25:34.624Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:25:34.624Z] === RUN TestLinksEtcHostsContentMatch [2020-11-05T11:25:34.624Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-11-05T11:25:34.624Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-11-05T11:25:34.624Z] === RUN TestLinksContainerNames [2020-11-05T11:25:34.860Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-11-05T11:25:34.862Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.033s coverage: 33.3% of statements [2020-11-05T11:25:35.357Z] Loaded image: buildpack-deps:buster [2020-11-05T11:25:35.505Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.073s coverage: 37.7% of statements [2020-11-05T11:25:35.563Z] --- PASS: TestLinksContainerNames (0.82s) [2020-11-05T11:25:35.563Z] === RUN TestLogsFollowTailEmpty [2020-11-05T11:25:36.134Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2020-11-05T11:25:36.134Z] === RUN TestContainerNetworkMountsNoChown [2020-11-05T11:25:36.264Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-11-05T11:25:36.394Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/default [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/default [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/private [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/private [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/rprivate [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/slave [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/slave [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/rslave [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/shared [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/shared [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/rshared [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/default [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/rprivate [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/rshared [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/shared [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/rslave [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/slave [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/private [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-05T11:25:36.394Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-05T11:25:36.394Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-05T11:25:36.394Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-05T11:25:36.560Z] ok github.com/docker/docker/daemon/logger/templates 0.025s coverage: 8.3% of statements [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-05T11:25:36.655Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-05T11:25:36.808Z] Loaded image: busybox:latest [2020-11-05T11:25:36.861Z] ok github.com/docker/docker/daemon/logger/syslog 0.024s coverage: 46.8% of statements [2020-11-05T11:25:36.915Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-05T11:25:36.915Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-05T11:25:36.915Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-11-05T11:25:36.915Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-05T11:25:36.915Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-11-05T11:25:36.916Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-11-05T11:25:36.916Z] === RUN TestContainerBindMountNonRecursive [2020-11-05T11:25:36.916Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-11-05T11:25:36.916Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-05T11:25:36.916Z] === RUN TestNetworkNat [2020-11-05T11:25:37.199Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-11-05T11:25:37.486Z] --- PASS: TestNetworkNat (0.54s) [2020-11-05T11:25:37.486Z] === RUN TestNetworkLocalhostTCPNat [2020-11-05T11:25:37.746Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2020-11-05T11:25:37.746Z] === RUN TestNetworkLoopbackNat [2020-11-05T11:25:37.749Z] Loaded image: busybox:glibc [2020-11-05T11:25:37.750Z] Loaded image: debian:buster [2020-11-05T11:25:37.750Z] Loaded image: hello-world:latest [2020-11-05T11:25:37.750Z] Loaded image: arm32v7/hello-world:latest [2020-11-05T11:25:38.010Z] INFO: Testing against a local daemon [2020-11-05T11:25:38.010Z] === RUN TestCgroupNamespacesBuild [2020-11-05T11:25:39.651Z] ok github.com/docker/docker/daemon/network 0.014s coverage: 63.8% of statements [2020-11-05T11:25:39.651Z] ok github.com/docker/docker/daemon/logger/splunk 2.467s coverage: 82.5% of statements [2020-11-05T11:25:39.651Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-05T11:25:39.651Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-05T11:25:39.731Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-11-05T11:25:40.291Z] --- PASS: TestNetworkLoopbackNat (2.52s) [2020-11-05T11:25:40.291Z] === RUN TestPause [2020-11-05T11:25:40.291Z] --- SKIP: TestPause (0.00s) [2020-11-05T11:25:40.291Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:25:40.291Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-05T11:25:40.291Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-05T11:25:40.291Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-05T11:25:40.291Z] === RUN TestPauseStopPausedContainer [2020-11-05T11:25:40.291Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-11-05T11:25:40.291Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:25:40.291Z] === RUN TestPsFilter [2020-11-05T11:25:40.552Z] --- PASS: TestPsFilter (0.12s) [2020-11-05T11:25:40.552Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-05T11:25:40.812Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2020-11-05T11:25:40.812Z] === RUN TestRemoveContainerWithVolume [2020-11-05T11:25:41.185Z] ok github.com/docker/docker/distribution/metadata 0.136s coverage: 48.2% of statements [2020-11-05T11:25:41.382Z] --- PASS: TestRemoveContainerWithVolume (0.46s) [2020-11-05T11:25:41.382Z] === RUN TestRemoveContainerRunning [2020-11-05T11:25:41.642Z] --- PASS: TestRemoveContainerRunning (0.40s) [2020-11-05T11:25:41.642Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-05T11:25:42.211Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2020-11-05T11:25:42.211Z] === RUN TestRemoveInvalidContainer [2020-11-05T11:25:42.211Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-11-05T11:25:42.211Z] === RUN TestRenameLinkedContainer [2020-11-05T11:25:42.218Z] --- PASS: TestCgroupNamespacesBuild (4.27s) [2020-11-05T11:25:42.218Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-05T11:25:42.238Z] ok github.com/docker/docker/errdefs 0.013s coverage: 49.4% of statements [2020-11-05T11:25:42.535Z] ok github.com/docker/docker/distribution 0.409s coverage: 21.9% of statements [2020-11-05T11:25:42.535Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-05T11:25:44.120Z] --- PASS: TestRenameLinkedContainer (1.64s) [2020-11-05T11:25:44.120Z] === RUN TestRenameStoppedContainer [2020-11-05T11:25:44.120Z] --- PASS: TestRenameStoppedContainer (0.42s) [2020-11-05T11:25:44.120Z] === RUN TestRenameRunningContainerAndReuse [2020-11-05T11:25:44.142Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.82s) [2020-11-05T11:25:44.143Z] === RUN TestBuildWithSession [2020-11-05T11:25:44.143Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-05T11:25:44.143Z] build_session_test.go:25: TODO: BuildKit [2020-11-05T11:25:44.143Z] === RUN TestBuildSquashParent [2020-11-05T11:25:45.060Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s) [2020-11-05T11:25:45.060Z] === RUN TestRenameInvalidName [2020-11-05T11:25:45.318Z] ok github.com/docker/docker/image 0.040s coverage: 86.4% of statements [2020-11-05T11:25:45.318Z] ok github.com/docker/docker/image/cache 0.015s coverage: 19.2% of statements [2020-11-05T11:25:45.321Z] --- PASS: TestRenameInvalidName (0.41s) [2020-11-05T11:25:45.321Z] === RUN TestRenameAnonymousContainer [2020-11-05T11:25:45.615Z] ok github.com/docker/docker/image/v1 0.015s coverage: 25.0% of statements [2020-11-05T11:25:45.846Z] === RUN TestCheckpointCreateError [2020-11-05T11:25:45.846Z] --- PASS: TestCheckpointCreateError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestCheckpointCreate [2020-11-05T11:25:45.846Z] --- PASS: TestCheckpointCreate (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestCheckpointDeleteError [2020-11-05T11:25:45.846Z] --- PASS: TestCheckpointDeleteError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestCheckpointDelete [2020-11-05T11:25:45.846Z] --- PASS: TestCheckpointDelete (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestCheckpointListError [2020-11-05T11:25:45.846Z] --- PASS: TestCheckpointListError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestCheckpointList [2020-11-05T11:25:45.846Z] --- PASS: TestCheckpointList (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestCheckpointListContainerNotFound [2020-11-05T11:25:45.846Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestNewClientWithOpsFromEnv [2020-11-05T11:25:45.846Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2020-11-05T11:25:45.846Z] client_test.go:23: runtime.GOOS == "windows" [2020-11-05T11:25:45.846Z] === RUN TestGetAPIPath [2020-11-05T11:25:45.846Z] --- PASS: TestGetAPIPath (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestParseHostURL [2020-11-05T11:25:45.846Z] --- PASS: TestParseHostURL (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2020-11-05T11:25:45.846Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestNegotiateAPIVersionEmpty [2020-11-05T11:25:45.846Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestNegotiateAPIVersion [2020-11-05T11:25:45.846Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestNegotiateAPVersionOverride [2020-11-05T11:25:45.846Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestNegotiateAPIVersionAutomatic [2020-11-05T11:25:45.846Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2020-11-05T11:25:45.846Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2020-11-05T11:25:45.846Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestClientRedirect [2020-11-05T11:25:45.846Z] --- PASS: TestClientRedirect (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigCreateUnsupported [2020-11-05T11:25:45.846Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigCreateError [2020-11-05T11:25:45.846Z] --- PASS: TestConfigCreateError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigCreate [2020-11-05T11:25:45.846Z] --- PASS: TestConfigCreate (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigInspectNotFound [2020-11-05T11:25:45.846Z] --- PASS: TestConfigInspectNotFound (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigInspectWithEmptyID [2020-11-05T11:25:45.846Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigInspectUnsupported [2020-11-05T11:25:45.846Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigInspectError [2020-11-05T11:25:45.846Z] --- PASS: TestConfigInspectError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigInspectConfigNotFound [2020-11-05T11:25:45.846Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigInspect [2020-11-05T11:25:45.846Z] --- PASS: TestConfigInspect (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigListUnsupported [2020-11-05T11:25:45.846Z] --- PASS: TestConfigListUnsupported (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigListError [2020-11-05T11:25:45.846Z] --- PASS: TestConfigListError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigList [2020-11-05T11:25:45.846Z] --- PASS: TestConfigList (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigRemoveUnsupported [2020-11-05T11:25:45.846Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigRemoveError [2020-11-05T11:25:45.846Z] --- PASS: TestConfigRemoveError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigRemove [2020-11-05T11:25:45.846Z] --- PASS: TestConfigRemove (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigUpdateUnsupported [2020-11-05T11:25:45.846Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigUpdateError [2020-11-05T11:25:45.846Z] --- PASS: TestConfigUpdateError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestConfigUpdate [2020-11-05T11:25:45.846Z] --- PASS: TestConfigUpdate (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerCommitError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerCommitError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerCommit [2020-11-05T11:25:45.846Z] --- PASS: TestContainerCommit (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerStatPathError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerStatPathError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerStatPathNotFoundError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerStatPathNoHeaderError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerStatPath [2020-11-05T11:25:45.846Z] --- PASS: TestContainerStatPath (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestCopyToContainerError [2020-11-05T11:25:45.846Z] --- PASS: TestCopyToContainerError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestCopyToContainerNotFoundError [2020-11-05T11:25:45.846Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestCopyToContainerNotStatusOKError [2020-11-05T11:25:45.846Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestCopyToContainer [2020-11-05T11:25:45.846Z] --- PASS: TestCopyToContainer (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestCopyFromContainerError [2020-11-05T11:25:45.846Z] --- PASS: TestCopyFromContainerError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestCopyFromContainerNotFoundError [2020-11-05T11:25:45.846Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestCopyFromContainerNotStatusOKError [2020-11-05T11:25:45.846Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestCopyFromContainerNoHeaderError [2020-11-05T11:25:45.846Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestCopyFromContainer [2020-11-05T11:25:45.846Z] --- PASS: TestCopyFromContainer (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerCreateError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerCreateError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerCreateImageNotFound [2020-11-05T11:25:45.846Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerCreateWithName [2020-11-05T11:25:45.846Z] --- PASS: TestContainerCreateWithName (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerCreateAutoRemove [2020-11-05T11:25:45.846Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerDiffError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerDiffError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerDiff [2020-11-05T11:25:45.846Z] --- PASS: TestContainerDiff (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerExecCreateError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerExecCreateError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerExecCreate [2020-11-05T11:25:45.846Z] --- PASS: TestContainerExecCreate (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerExecStartError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerExecStartError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerExecStart [2020-11-05T11:25:45.846Z] --- PASS: TestContainerExecStart (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerExecInspectError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerExecInspectError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerExecInspect [2020-11-05T11:25:45.846Z] --- PASS: TestContainerExecInspect (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerExportError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerExportError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerExport [2020-11-05T11:25:45.846Z] --- PASS: TestContainerExport (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerInspectError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerInspectError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerInspectContainerNotFound [2020-11-05T11:25:45.846Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerInspectWithEmptyID [2020-11-05T11:25:45.846Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerInspect [2020-11-05T11:25:45.846Z] --- PASS: TestContainerInspect (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerInspectNode [2020-11-05T11:25:45.846Z] --- PASS: TestContainerInspectNode (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerKillError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerKillError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerKill [2020-11-05T11:25:45.846Z] --- PASS: TestContainerKill (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerListError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerListError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerList [2020-11-05T11:25:45.846Z] --- PASS: TestContainerList (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerLogsNotFoundError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerLogsError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerLogsError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerLogs [2020-11-05T11:25:45.846Z] --- PASS: TestContainerLogs (0.19s) [2020-11-05T11:25:45.846Z] === RUN TestContainerPauseError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerPauseError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerPause [2020-11-05T11:25:45.846Z] --- PASS: TestContainerPause (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainersPruneError [2020-11-05T11:25:45.846Z] --- PASS: TestContainersPruneError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainersPrune [2020-11-05T11:25:45.846Z] --- PASS: TestContainersPrune (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerRemoveError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerRemoveError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerRemoveNotFoundError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerRemove [2020-11-05T11:25:45.846Z] --- PASS: TestContainerRemove (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerRenameError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerRenameError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerRename [2020-11-05T11:25:45.846Z] --- PASS: TestContainerRename (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerResizeError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerResizeError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerExecResizeError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerExecResizeError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerResize [2020-11-05T11:25:45.846Z] --- PASS: TestContainerResize (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerExecResize [2020-11-05T11:25:45.846Z] --- PASS: TestContainerExecResize (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerRestartError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerRestartError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerRestart [2020-11-05T11:25:45.846Z] --- PASS: TestContainerRestart (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerStartError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerStartError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerStart [2020-11-05T11:25:45.846Z] --- PASS: TestContainerStart (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerStatsError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerStatsError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerStats [2020-11-05T11:25:45.846Z] --- PASS: TestContainerStats (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerStopError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerStopError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerStop [2020-11-05T11:25:45.846Z] --- PASS: TestContainerStop (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerTopError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerTopError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerTop [2020-11-05T11:25:45.846Z] --- PASS: TestContainerTop (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerUnpauseError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerUnpauseError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerUnpause [2020-11-05T11:25:45.846Z] --- PASS: TestContainerUnpause (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerUpdateError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerUpdateError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerUpdate [2020-11-05T11:25:45.846Z] --- PASS: TestContainerUpdate (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerWaitError [2020-11-05T11:25:45.846Z] --- PASS: TestContainerWaitError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestContainerWait [2020-11-05T11:25:45.846Z] --- PASS: TestContainerWait (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestDiskUsageError [2020-11-05T11:25:45.846Z] --- PASS: TestDiskUsageError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestDiskUsage [2020-11-05T11:25:45.846Z] --- PASS: TestDiskUsage (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestDistributionInspectUnsupported [2020-11-05T11:25:45.846Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestDistributionInspectWithEmptyID [2020-11-05T11:25:45.846Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestEventsErrorInOptions [2020-11-05T11:25:45.846Z] --- PASS: TestEventsErrorInOptions (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestEventsErrorFromServer [2020-11-05T11:25:45.846Z] --- PASS: TestEventsErrorFromServer (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestEvents [2020-11-05T11:25:45.846Z] --- PASS: TestEvents (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestTLSCloseWriter [2020-11-05T11:25:45.846Z] === PAUSE TestTLSCloseWriter [2020-11-05T11:25:45.846Z] === RUN TestImageBuildError [2020-11-05T11:25:45.846Z] --- PASS: TestImageBuildError (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestImageBuild [2020-11-05T11:25:45.846Z] --- PASS: TestImageBuild (0.00s) [2020-11-05T11:25:45.846Z] === RUN TestGetDockerOS [2020-11-05T11:25:45.846Z] --- PASS: TestGetDockerOS (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageCreateError [2020-11-05T11:25:45.847Z] --- PASS: TestImageCreateError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageCreate [2020-11-05T11:25:45.847Z] --- PASS: TestImageCreate (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageHistoryError [2020-11-05T11:25:45.847Z] --- PASS: TestImageHistoryError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageHistory [2020-11-05T11:25:45.847Z] --- PASS: TestImageHistory (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageImportError [2020-11-05T11:25:45.847Z] --- PASS: TestImageImportError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageImport [2020-11-05T11:25:45.847Z] --- PASS: TestImageImport (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageInspectError [2020-11-05T11:25:45.847Z] --- PASS: TestImageInspectError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageInspectImageNotFound [2020-11-05T11:25:45.847Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageInspectWithEmptyID [2020-11-05T11:25:45.847Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageInspect [2020-11-05T11:25:45.847Z] --- PASS: TestImageInspect (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageListError [2020-11-05T11:25:45.847Z] --- PASS: TestImageListError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageList [2020-11-05T11:25:45.847Z] --- PASS: TestImageList (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageListApiBefore125 [2020-11-05T11:25:45.847Z] --- PASS: TestImageListApiBefore125 (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageLoadError [2020-11-05T11:25:45.847Z] --- PASS: TestImageLoadError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageLoad [2020-11-05T11:25:45.847Z] --- PASS: TestImageLoad (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagesPruneError [2020-11-05T11:25:45.847Z] --- PASS: TestImagesPruneError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagesPrune [2020-11-05T11:25:45.847Z] --- PASS: TestImagesPrune (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagePullReferenceParseError [2020-11-05T11:25:45.847Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagePullAnyError [2020-11-05T11:25:45.847Z] --- PASS: TestImagePullAnyError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagePullStatusUnauthorizedError [2020-11-05T11:25:45.847Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-05T11:25:45.847Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-05T11:25:45.847Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagePullWithPrivilegedFuncNoError [2020-11-05T11:25:45.847Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagePullWithoutErrors [2020-11-05T11:25:45.847Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagePushReferenceError [2020-11-05T11:25:45.847Z] --- PASS: TestImagePushReferenceError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagePushAnyError [2020-11-05T11:25:45.847Z] --- PASS: TestImagePushAnyError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagePushStatusUnauthorizedError [2020-11-05T11:25:45.847Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-05T11:25:45.847Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-05T11:25:45.847Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagePushWithPrivilegedFuncNoError [2020-11-05T11:25:45.847Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImagePushWithoutErrors [2020-11-05T11:25:45.847Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2020-11-05T11:25:45.847Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2020-11-05T11:25:45.847Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2020-11-05T11:25:45.847Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2020-11-05T11:25:45.847Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2020-11-05T11:25:45.847Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2020-11-05T11:25:45.847Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2020-11-05T11:25:45.847Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2020-11-05T11:25:45.847Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageRemoveError [2020-11-05T11:25:45.847Z] --- PASS: TestImageRemoveError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageRemoveImageNotFound [2020-11-05T11:25:45.847Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageRemove [2020-11-05T11:25:45.847Z] --- PASS: TestImageRemove (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageSaveError [2020-11-05T11:25:45.847Z] --- PASS: TestImageSaveError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageSave [2020-11-05T11:25:45.847Z] --- PASS: TestImageSave (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageSearchAnyError [2020-11-05T11:25:45.847Z] --- PASS: TestImageSearchAnyError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageSearchStatusUnauthorizedError [2020-11-05T11:25:45.847Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-05T11:25:45.847Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-05T11:25:45.847Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2020-11-05T11:25:45.847Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageSearchWithoutErrors [2020-11-05T11:25:45.847Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageTagError [2020-11-05T11:25:45.847Z] --- PASS: TestImageTagError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageTagInvalidReference [2020-11-05T11:25:45.847Z] --- PASS: TestImageTagInvalidReference (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageTagInvalidSourceImageName [2020-11-05T11:25:45.847Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageTagHexSource [2020-11-05T11:25:45.847Z] --- PASS: TestImageTagHexSource (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestImageTag [2020-11-05T11:25:45.847Z] --- PASS: TestImageTag (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestInfoServerError [2020-11-05T11:25:45.847Z] --- PASS: TestInfoServerError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestInfoInvalidResponseJSONError [2020-11-05T11:25:45.847Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestInfo [2020-11-05T11:25:45.847Z] --- PASS: TestInfo (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworkConnectError [2020-11-05T11:25:45.847Z] --- PASS: TestNetworkConnectError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2020-11-05T11:25:45.847Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworkConnect [2020-11-05T11:25:45.847Z] --- PASS: TestNetworkConnect (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworkCreateError [2020-11-05T11:25:45.847Z] --- PASS: TestNetworkCreateError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworkCreate [2020-11-05T11:25:45.847Z] --- PASS: TestNetworkCreate (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworkDisconnectError [2020-11-05T11:25:45.847Z] --- PASS: TestNetworkDisconnectError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworkDisconnect [2020-11-05T11:25:45.847Z] --- PASS: TestNetworkDisconnect (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworkInspectError [2020-11-05T11:25:45.847Z] --- PASS: TestNetworkInspectError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworkInspectNotFoundError [2020-11-05T11:25:45.847Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworkInspectWithEmptyID [2020-11-05T11:25:45.847Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworkInspect [2020-11-05T11:25:45.847Z] --- PASS: TestNetworkInspect (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworkListError [2020-11-05T11:25:45.847Z] --- PASS: TestNetworkListError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworkList [2020-11-05T11:25:45.847Z] --- PASS: TestNetworkList (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworksPruneError [2020-11-05T11:25:45.847Z] --- PASS: TestNetworksPruneError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworksPrune [2020-11-05T11:25:45.847Z] --- PASS: TestNetworksPrune (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworkRemoveError [2020-11-05T11:25:45.847Z] --- PASS: TestNetworkRemoveError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNetworkRemove [2020-11-05T11:25:45.847Z] --- PASS: TestNetworkRemove (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNodeInspectError [2020-11-05T11:25:45.847Z] --- PASS: TestNodeInspectError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNodeInspectNodeNotFound [2020-11-05T11:25:45.847Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNodeInspectWithEmptyID [2020-11-05T11:25:45.847Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNodeInspect [2020-11-05T11:25:45.847Z] --- PASS: TestNodeInspect (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNodeListError [2020-11-05T11:25:45.847Z] --- PASS: TestNodeListError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNodeList [2020-11-05T11:25:45.847Z] --- PASS: TestNodeList (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNodeRemoveError [2020-11-05T11:25:45.847Z] --- PASS: TestNodeRemoveError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNodeRemove [2020-11-05T11:25:45.847Z] --- PASS: TestNodeRemove (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNodeUpdateError [2020-11-05T11:25:45.847Z] --- PASS: TestNodeUpdateError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestNodeUpdate [2020-11-05T11:25:45.847Z] --- PASS: TestNodeUpdate (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestOptionWithTimeout [2020-11-05T11:25:45.847Z] --- PASS: TestOptionWithTimeout (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPingFail [2020-11-05T11:25:45.847Z] --- PASS: TestPingFail (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPingWithError [2020-11-05T11:25:45.847Z] 2020/11/05 11:25:43 RoundTripper returned a response & error; ignoring response [2020-11-05T11:25:45.847Z] 2020/11/05 11:25:43 RoundTripper returned a response & error; ignoring response [2020-11-05T11:25:45.847Z] --- PASS: TestPingWithError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPingSuccess [2020-11-05T11:25:45.847Z] --- PASS: TestPingSuccess (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPingHeadFallback [2020-11-05T11:25:45.847Z] === RUN TestPingHeadFallback/OK [2020-11-05T11:25:45.847Z] === RUN TestPingHeadFallback/Internal_Server_Error [2020-11-05T11:25:45.847Z] === RUN TestPingHeadFallback/Not_Found [2020-11-05T11:25:45.847Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2020-11-05T11:25:45.847Z] --- PASS: TestPingHeadFallback (0.00s) [2020-11-05T11:25:45.847Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2020-11-05T11:25:45.847Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2020-11-05T11:25:45.847Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2020-11-05T11:25:45.847Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPluginDisableError [2020-11-05T11:25:45.847Z] --- PASS: TestPluginDisableError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPluginDisable [2020-11-05T11:25:45.847Z] --- PASS: TestPluginDisable (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPluginEnableError [2020-11-05T11:25:45.847Z] --- PASS: TestPluginEnableError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPluginEnable [2020-11-05T11:25:45.847Z] --- PASS: TestPluginEnable (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPluginInspectError [2020-11-05T11:25:45.847Z] --- PASS: TestPluginInspectError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPluginInspectWithEmptyID [2020-11-05T11:25:45.847Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPluginInspect [2020-11-05T11:25:45.847Z] --- PASS: TestPluginInspect (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPluginListError [2020-11-05T11:25:45.847Z] --- PASS: TestPluginListError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPluginList [2020-11-05T11:25:45.847Z] --- PASS: TestPluginList (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPluginPushError [2020-11-05T11:25:45.847Z] --- PASS: TestPluginPushError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPluginPush [2020-11-05T11:25:45.847Z] --- PASS: TestPluginPush (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPluginRemoveError [2020-11-05T11:25:45.847Z] --- PASS: TestPluginRemoveError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPluginRemove [2020-11-05T11:25:45.847Z] --- PASS: TestPluginRemove (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPluginSetError [2020-11-05T11:25:45.847Z] --- PASS: TestPluginSetError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPluginSet [2020-11-05T11:25:45.847Z] --- PASS: TestPluginSet (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSetHostHeader [2020-11-05T11:25:45.847Z] --- PASS: TestSetHostHeader (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestPlainTextError [2020-11-05T11:25:45.847Z] --- PASS: TestPlainTextError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestInfiniteError [2020-11-05T11:25:45.847Z] --- PASS: TestInfiniteError (0.02s) [2020-11-05T11:25:45.847Z] === RUN TestSecretCreateUnsupported [2020-11-05T11:25:45.847Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretCreateError [2020-11-05T11:25:45.847Z] --- PASS: TestSecretCreateError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretCreate [2020-11-05T11:25:45.847Z] --- PASS: TestSecretCreate (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretInspectUnsupported [2020-11-05T11:25:45.847Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretInspectError [2020-11-05T11:25:45.847Z] --- PASS: TestSecretInspectError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretInspectSecretNotFound [2020-11-05T11:25:45.847Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretInspectWithEmptyID [2020-11-05T11:25:45.847Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretInspect [2020-11-05T11:25:45.847Z] --- PASS: TestSecretInspect (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretListUnsupported [2020-11-05T11:25:45.847Z] --- PASS: TestSecretListUnsupported (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretListError [2020-11-05T11:25:45.847Z] --- PASS: TestSecretListError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretList [2020-11-05T11:25:45.847Z] --- PASS: TestSecretList (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretRemoveUnsupported [2020-11-05T11:25:45.847Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretRemoveError [2020-11-05T11:25:45.847Z] --- PASS: TestSecretRemoveError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretRemove [2020-11-05T11:25:45.847Z] --- PASS: TestSecretRemove (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretUpdateUnsupported [2020-11-05T11:25:45.847Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretUpdateError [2020-11-05T11:25:45.847Z] --- PASS: TestSecretUpdateError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSecretUpdate [2020-11-05T11:25:45.847Z] --- PASS: TestSecretUpdate (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceCreateError [2020-11-05T11:25:45.847Z] --- PASS: TestServiceCreateError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceCreate [2020-11-05T11:25:45.847Z] --- PASS: TestServiceCreate (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceCreateCompatiblePlatforms [2020-11-05T11:25:45.847Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceCreateDigestPinning [2020-11-05T11:25:45.847Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceInspectError [2020-11-05T11:25:45.847Z] --- PASS: TestServiceInspectError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceInspectServiceNotFound [2020-11-05T11:25:45.847Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceInspectWithEmptyID [2020-11-05T11:25:45.847Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceInspect [2020-11-05T11:25:45.847Z] --- PASS: TestServiceInspect (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceListError [2020-11-05T11:25:45.847Z] --- PASS: TestServiceListError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceList [2020-11-05T11:25:45.847Z] --- PASS: TestServiceList (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceLogsError [2020-11-05T11:25:45.847Z] --- PASS: TestServiceLogsError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceLogs [2020-11-05T11:25:45.847Z] --- PASS: TestServiceLogs (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceRemoveError [2020-11-05T11:25:45.847Z] --- PASS: TestServiceRemoveError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceRemoveNotFoundError [2020-11-05T11:25:45.847Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceRemove [2020-11-05T11:25:45.847Z] --- PASS: TestServiceRemove (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceUpdateError [2020-11-05T11:25:45.847Z] --- PASS: TestServiceUpdateError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestServiceUpdate [2020-11-05T11:25:45.847Z] --- PASS: TestServiceUpdate (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSwarmGetUnlockKeyError [2020-11-05T11:25:45.847Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSwarmGetUnlockKey [2020-11-05T11:25:45.847Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSwarmInitError [2020-11-05T11:25:45.847Z] --- PASS: TestSwarmInitError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSwarmInit [2020-11-05T11:25:45.847Z] --- PASS: TestSwarmInit (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSwarmInspectError [2020-11-05T11:25:45.847Z] --- PASS: TestSwarmInspectError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSwarmInspect [2020-11-05T11:25:45.847Z] --- PASS: TestSwarmInspect (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSwarmJoinError [2020-11-05T11:25:45.847Z] --- PASS: TestSwarmJoinError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSwarmJoin [2020-11-05T11:25:45.847Z] --- PASS: TestSwarmJoin (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSwarmLeaveError [2020-11-05T11:25:45.847Z] --- PASS: TestSwarmLeaveError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSwarmLeave [2020-11-05T11:25:45.847Z] --- PASS: TestSwarmLeave (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSwarmUnlockError [2020-11-05T11:25:45.847Z] --- PASS: TestSwarmUnlockError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSwarmUnlock [2020-11-05T11:25:45.847Z] --- PASS: TestSwarmUnlock (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSwarmUpdateError [2020-11-05T11:25:45.847Z] --- PASS: TestSwarmUpdateError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestSwarmUpdate [2020-11-05T11:25:45.847Z] --- PASS: TestSwarmUpdate (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestTaskInspectError [2020-11-05T11:25:45.847Z] --- PASS: TestTaskInspectError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestTaskInspectWithEmptyID [2020-11-05T11:25:45.847Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestTaskInspect [2020-11-05T11:25:45.847Z] --- PASS: TestTaskInspect (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestTaskListError [2020-11-05T11:25:45.847Z] --- PASS: TestTaskListError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestTaskList [2020-11-05T11:25:45.847Z] --- PASS: TestTaskList (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestVolumeCreateError [2020-11-05T11:25:45.847Z] --- PASS: TestVolumeCreateError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestVolumeCreate [2020-11-05T11:25:45.847Z] --- PASS: TestVolumeCreate (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestVolumeInspectError [2020-11-05T11:25:45.847Z] --- PASS: TestVolumeInspectError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestVolumeInspectNotFound [2020-11-05T11:25:45.847Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestVolumeInspectWithEmptyID [2020-11-05T11:25:45.847Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestVolumeInspect [2020-11-05T11:25:45.847Z] --- PASS: TestVolumeInspect (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestVolumeListError [2020-11-05T11:25:45.847Z] --- PASS: TestVolumeListError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestVolumeList [2020-11-05T11:25:45.847Z] --- PASS: TestVolumeList (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestVolumeRemoveError [2020-11-05T11:25:45.847Z] --- PASS: TestVolumeRemoveError (0.00s) [2020-11-05T11:25:45.847Z] === RUN TestVolumeRemove [2020-11-05T11:25:45.847Z] --- PASS: TestVolumeRemove (0.00s) [2020-11-05T11:25:45.847Z] === CONT TestTLSCloseWriter [2020-11-05T11:25:45.847Z] --- PASS: TestTLSCloseWriter (0.01s) [2020-11-05T11:25:45.847Z] PASS [2020-11-05T11:25:45.847Z] coverage: 74.9% of statements [2020-11-05T11:25:45.847Z] ok github.com/docker/docker/client 0.620s coverage: 74.9% of statements [2020-11-05T11:25:46.268Z] ok github.com/docker/docker/distribution/xfer 1.717s coverage: 85.1% of statements [2020-11-05T11:25:46.268Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-05T11:25:46.268Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-05T11:25:46.268Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-05T11:25:46.268Z] ok github.com/docker/docker/libcontainerd/queue 0.025s coverage: 100.0% of statements [2020-11-05T11:25:47.233Z] --- PASS: TestRenameAnonymousContainer (1.52s) [2020-11-05T11:25:47.233Z] === RUN TestRenameContainerWithSameName [2020-11-05T11:25:47.233Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2020-11-05T11:25:47.233Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-05T11:25:47.851Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-11-05T11:25:48.172Z] --- PASS: TestRenameContainerWithLinkedContainer (0.83s) [2020-11-05T11:25:48.173Z] === RUN TestResize [2020-11-05T11:25:48.366Z] ok github.com/docker/docker/pkg/aaparser 0.041s coverage: 52.9% of statements [2020-11-05T11:25:48.680Z] ok github.com/docker/docker/oci 0.035s coverage: 8.2% of statements [2020-11-05T11:25:48.743Z] --- PASS: TestResize (0.41s) [2020-11-05T11:25:48.743Z] === RUN TestResizeWithInvalidSize [2020-11-05T11:25:49.003Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2020-11-05T11:25:49.003Z] === RUN TestResizeWhenContainerNotStarted [2020-11-05T11:25:49.326Z] ok github.com/docker/docker/opts 0.085s coverage: 67.1% of statements [2020-11-05T11:25:49.576Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2020-11-05T11:25:49.576Z] === RUN TestDaemonRestartKillContainers [2020-11-05T11:25:49.576Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-11-05T11:25:49.576Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-11-05T11:25:49.576Z] === RUN TestCgroupNamespacesRun [2020-11-05T11:25:51.422Z] ok github.com/docker/docker/pkg/broadcaster 0.005s coverage: 100.0% of statements [2020-11-05T11:25:51.422Z] ok github.com/docker/docker/pkg/authorization 0.432s coverage: 68.3% of statements [2020-11-05T11:25:51.487Z] --- PASS: TestCgroupNamespacesRun (2.18s) [2020-11-05T11:25:51.487Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-05T11:25:52.067Z] ok github.com/docker/docker/pkg/capabilities 0.009s coverage: 87.5% of statements [2020-11-05T11:25:52.288Z] --- PASS: TestBuildSquashParent (7.13s) [2020-11-05T11:25:52.288Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-05T11:25:52.288Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-05T11:25:52.288Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-05T11:25:52.288Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-05T11:25:52.288Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-05T11:25:52.288Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-05T11:25:52.288Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-05T11:25:52.288Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-05T11:25:52.288Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-05T11:25:52.288Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-05T11:25:52.288Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-05T11:25:52.288Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-05T11:25:52.288Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-05T11:25:52.288Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-05T11:25:52.288Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-05T11:25:52.288Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-05T11:25:52.288Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-05T11:25:53.114Z] ok github.com/docker/docker/pkg/directory 0.020s coverage: 80.0% of statements [2020-11-05T11:25:53.123Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-11-05T11:25:53.123Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-11-05T11:25:53.409Z] ok github.com/docker/docker/pkg/archive 1.289s coverage: 76.9% of statements [2020-11-05T11:25:54.053Z] ok github.com/docker/docker/pkg/discovery 0.007s coverage: 58.3% of statements [2020-11-05T11:25:54.066Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.11s) [2020-11-05T11:25:54.066Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-05T11:25:54.207Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-05T11:25:54.207Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-05T11:25:54.364Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 97.6% of statements [2020-11-05T11:25:55.010Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-11-05T11:25:55.657Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-11-05T11:25:55.988Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.18s) [2020-11-05T11:25:55.989Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-05T11:25:56.058Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-11-05T11:25:56.121Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-05T11:25:56.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.65s) [2020-11-05T11:25:56.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.66s) [2020-11-05T11:25:56.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.67s) [2020-11-05T11:25:56.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.95s) [2020-11-05T11:25:56.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.04s) [2020-11-05T11:25:56.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.11s) [2020-11-05T11:25:56.121Z] === RUN TestBuildMultiStageCopy [2020-11-05T11:25:56.121Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-05T11:25:56.353Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2020-11-05T11:25:57.395Z] ok github.com/docker/docker/pkg/chrootarchive 3.870s coverage: 43.2% of statements [2020-11-05T11:25:57.395Z] ok github.com/docker/docker/pkg/filenotify 0.606s coverage: 67.0% of statements [2020-11-05T11:25:57.562Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-11-05T11:25:57.821Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-11-05T11:25:58.036Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-05T11:25:58.390Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-11-05T11:25:58.390Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-11-05T11:25:58.446Z] ok github.com/docker/docker/layer 7.857s coverage: 68.8% of statements [2020-11-05T11:25:58.446Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-05T11:25:58.446Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-05T11:25:58.446Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-05T11:25:58.446Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-05T11:25:58.446Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-05T11:25:58.446Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-05T11:25:58.446Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-05T11:25:58.446Z] ok github.com/docker/docker/pkg/fileutils 0.022s coverage: 89.5% of statements [2020-11-05T11:25:58.528Z] --- PASS: TestCgroupNamespacesRunHostMode (2.16s) [2020-11-05T11:25:58.528Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-05T11:25:58.607Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-05T11:25:58.744Z] ok github.com/docker/docker/pkg/fsutils 0.369s coverage: 85.1% of statements [2020-11-05T11:25:58.744Z] ok github.com/docker/docker/pkg/discovery/kv 3.096s coverage: 84.1% of statements [2020-11-05T11:25:59.178Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-05T11:25:59.329Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-11-05T11:25:59.385Z] ok github.com/docker/docker/pkg/homedir 0.022s coverage: 11.4% of statements [2020-11-05T11:25:59.588Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-11-05T11:25:59.749Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-05T11:25:59.848Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-11-05T11:26:00.107Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-11-05T11:26:00.321Z] --- PASS: TestBuildMultiStageCopy (4.34s) [2020-11-05T11:26:00.321Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.16s) [2020-11-05T11:26:00.321Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.46s) [2020-11-05T11:26:00.321Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2020-11-05T11:26:00.321Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.57s) [2020-11-05T11:26:00.321Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.63s) [2020-11-05T11:26:00.321Z] === RUN TestBuildMultiStageParentConfig [2020-11-05T11:26:00.367Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-11-05T11:26:00.437Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.14s) [2020-11-05T11:26:00.437Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-05T11:26:00.449Z] ok github.com/docker/docker/pkg/jsonmessage 0.036s coverage: 91.7% of statements [2020-11-05T11:26:00.449Z] ok github.com/docker/docker/pkg/longpath 0.042s coverage: 100.0% of statements [2020-11-05T11:26:00.719Z] --- PASS: TestCheckoutGit (32.97s) [2020-11-05T11:26:00.719Z] === RUN TestValidGitTransport [2020-11-05T11:26:00.719Z] --- PASS: TestValidGitTransport (0.00s) [2020-11-05T11:26:00.719Z] === RUN TestGitInvalidRef [2020-11-05T11:26:00.719Z] --- PASS: TestGitInvalidRef (0.23s) [2020-11-05T11:26:00.719Z] PASS [2020-11-05T11:26:00.719Z] coverage: 86.3% of statements [2020-11-05T11:26:00.719Z] ok github.com/docker/docker/builder/remotecontext/git 33.380s coverage: 86.3% of statements [2020-11-05T11:26:01.182Z] ? github.com/docker/docker/cli [no test files] [2020-11-05T11:26:01.183Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-05T11:26:01.499Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2020-11-05T11:26:01.499Z] ok github.com/docker/docker/pkg/idtools 0.709s coverage: 70.1% of statements [2020-11-05T11:26:01.499Z] ok github.com/docker/docker/pkg/ioutils 1.235s coverage: 69.3% of statements [2020-11-05T11:26:01.499Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-05T11:26:01.499Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-05T11:26:01.499Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-05T11:26:01.499Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-05T11:26:01.499Z] ok github.com/docker/docker/pkg/parsers 0.010s coverage: 97.0% of statements [2020-11-05T11:26:01.706Z] --- PASS: TestBuildMultiStageParentConfig (1.45s) [2020-11-05T11:26:01.706Z] === RUN TestBuildLabelWithTargets [2020-11-05T11:26:02.144Z] ok github.com/docker/docker/pkg/parsers/kernel 0.016s coverage: 60.0% of statements [2020-11-05T11:26:02.346Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.13s) [2020-11-05T11:26:02.346Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-05T11:26:02.446Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.017s coverage: 86.7% of statements [2020-11-05T11:26:02.446Z] ok github.com/docker/docker/pkg/pidfile 0.024s coverage: 82.4% of statements [2020-11-05T11:26:02.446Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-05T11:26:02.446Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-05T11:26:02.898Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-11-05T11:26:02.898Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-11-05T11:26:03.157Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-11-05T11:26:03.499Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.048s coverage: 56.8% of statements [2020-11-05T11:26:04.094Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-11-05T11:26:04.147Z] ok github.com/docker/docker/pkg/pools 0.020s coverage: 88.2% of statements [2020-11-05T11:26:04.251Z] --- PASS: TestBuildLabelWithTargets (2.40s) [2020-11-05T11:26:04.251Z] === RUN TestBuildWithEmptyLayers [2020-11-05T11:26:04.254Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s) [2020-11-05T11:26:04.254Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-05T11:26:04.788Z] ok github.com/docker/docker/pkg/progress 0.011s coverage: 75.9% of statements [2020-11-05T11:26:04.788Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2020-11-05T11:26:05.193Z] --- PASS: TestBuildWithEmptyLayers (1.01s) [2020-11-05T11:26:05.193Z] === RUN TestBuildMultiStageOnBuild [2020-11-05T11:26:05.428Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2020-11-05T11:26:06.011Z] === RUN TestDockerSuite/TestBuildEnv [2020-11-05T11:26:06.069Z] ok github.com/docker/docker/pkg/stdcopy 0.006s coverage: 100.0% of statements [2020-11-05T11:26:06.069Z] ok github.com/docker/docker/pkg/pubsub 1.120s coverage: 75.0% of statements [2020-11-05T11:26:06.165Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.13s) [2020-11-05T11:26:06.165Z] === RUN TestKernelTCPMemory [2020-11-05T11:26:06.165Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-11-05T11:26:06.165Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:26:06.165Z] === RUN TestNISDomainname [2020-11-05T11:26:06.165Z] --- SKIP: TestNISDomainname (0.01s) [2020-11-05T11:26:06.165Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-11-05T11:26:06.165Z] === RUN TestHostnameDnsResolution [2020-11-05T11:26:06.710Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2020-11-05T11:26:06.735Z] --- PASS: TestHostnameDnsResolution (0.67s) [2020-11-05T11:26:06.735Z] === RUN TestStats [2020-11-05T11:26:06.735Z] --- SKIP: TestStats (0.00s) [2020-11-05T11:26:06.735Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:26:06.735Z] === RUN TestStopContainerWithTimeout [2020-11-05T11:26:06.735Z] === RUN TestStopContainerWithTimeout/0 [2020-11-05T11:26:06.735Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-05T11:26:06.735Z] === RUN TestStopContainerWithTimeout/1 [2020-11-05T11:26:06.735Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-05T11:26:06.735Z] === RUN TestStopContainerWithTimeout/3 [2020-11-05T11:26:06.735Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-05T11:26:06.735Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-05T11:26:06.735Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-05T11:26:06.996Z] === CONT TestStopContainerWithTimeout/0 [2020-11-05T11:26:06.996Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-05T11:26:07.006Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2020-11-05T11:26:07.387Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-11-05T11:26:07.566Z] === CONT TestStopContainerWithTimeout/3 [2020-11-05T11:26:07.737Z] --- PASS: TestBuildMultiStageOnBuild (2.70s) [2020-11-05T11:26:07.737Z] === RUN TestBuildUncleanTarFilenames [2020-11-05T11:26:08.541Z] ok github.com/docker/docker/pkg/system 0.032s coverage: 36.9% of statements [2020-11-05T11:26:08.542Z] ok github.com/docker/docker/pkg/sysinfo 0.026s coverage: 53.8% of statements [2020-11-05T11:26:08.542Z] ok github.com/docker/docker/pkg/signal 2.999s coverage: 61.0% of statements [2020-11-05T11:26:08.586Z] --- PASS: TestImportExtremelyLargeImageWorks (87.74s) [2020-11-05T11:26:08.586Z] PASS [2020-11-05T11:26:08.586Z] [2020-11-05T11:26:08.586Z] === Skipped [2020-11-05T11:26:08.586Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-05T11:26:08.586Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:26:08.586Z] [2020-11-05T11:26:08.586Z] [2020-11-05T11:26:08.586Z] DONE 12 tests, 1 skipped in 89.117s [2020-11-05T11:26:08.586Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-11-05T11:26:08.586Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:26:08.586Z] ++ set -e [2020-11-05T11:26:08.586Z] ++ '[' -n 0 ']' [2020-11-05T11:26:08.586Z] ++ set -x [2020-11-05T11:26:08.587Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:26:08.587Z] INFO: Testing against a local daemon [2020-11-05T11:26:08.587Z] === RUN TestNetworkCreateDelete [2020-11-05T11:26:08.587Z] --- PASS: TestNetworkCreateDelete (0.14s) [2020-11-05T11:26:08.587Z] === RUN TestDockerNetworkDeletePreferID [2020-11-05T11:26:08.587Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2020-11-05T11:26:08.587Z] === RUN TestDaemonDNSFallback [2020-11-05T11:26:08.587Z] --- PASS: TestDaemonDNSFallback (2.47s) [2020-11-05T11:26:08.587Z] === RUN TestInspectNetwork [2020-11-05T11:26:08.587Z] === RUN TestInspectNetwork/full_network_id [2020-11-05T11:26:08.587Z] === RUN TestInspectNetwork/partial_network_id [2020-11-05T11:26:08.587Z] === RUN TestInspectNetwork/network_name [2020-11-05T11:26:08.587Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite (347.27s) [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.70s) [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.77s) [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.55s) [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.54s) [2020-11-05T11:26:08.765Z] docker_cli_daemon_test.go:1454: [df4894e7c174a] daemon is not started [2020-11-05T11:26:08.765Z] check_test.go:309: [de4894ba441b3] daemon is not started [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.58s) [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.83s) [2020-11-05T11:26:08.765Z] check_test.go:309: [db3ebb7cfa750] daemon is not started [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.69s) [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.17s) [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.47s) [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.40s) [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.40s) [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.46s) [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.41s) [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.28s) [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-11-05T11:26:08.765Z] check_test.go:309: [d5e843d12820f] daemon is not started [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-11-05T11:26:08.765Z] check_test.go:309: [da1e1e87096b2] daemon is not started [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.27s) [2020-11-05T11:26:08.765Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2020-11-05T11:26:08.766Z] check_test.go:309: [d079f5176f827] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.34s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.61s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.38s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.18s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.68s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-11-05T11:26:08.766Z] check_test.go:309: [dea406ca3c028] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.09s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.98s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.62s) [2020-11-05T11:26:08.766Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2020-11-05T11:26:08.766Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-11-05T11:26:08.766Z] check_test.go:309: [dbfdd96c6778d] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.91s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.74s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.61s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.83s) [2020-11-05T11:26:08.766Z] check_test.go:309: [d697dbcc4f7d5] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.04s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.56s) [2020-11-05T11:26:08.766Z] check_test.go:309: [d01f8d415228e] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.92s) [2020-11-05T11:26:08.766Z] docker_cli_daemon_plugins_test.go:79: [d291b2d628446] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.19s) [2020-11-05T11:26:08.766Z] docker_cli_daemon_plugins_test.go:169: [dd45bba370bd3] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.51s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.56s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2020-11-05T11:26:08.766Z] check_test.go:309: [d903517a2159b] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.72s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.69s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.79s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.44s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.74s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.74s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.06s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.26s) [2020-11-05T11:26:08.766Z] check_test.go:309: [d5ad8c1f7269d] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.61s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.82s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.26s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.16s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.78s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.95s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.58s) [2020-11-05T11:26:08.766Z] check_test.go:309: [db27e65771b2e] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.46s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.61s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.37s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.79s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.67s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.09s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.58s) [2020-11-05T11:26:08.766Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-11-05T11:26:08.766Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-11-05T11:26:08.766Z] check_test.go:309: [d329496ae4097] daemon is not started [2020-11-05T11:26:08.766Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-11-05T11:26:08.766Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-11-05T11:26:08.766Z] check_test.go:309: [d6b84b6098fad] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.52s) [2020-11-05T11:26:08.766Z] check_test.go:309: [d76e32e968cc6] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.19s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.29s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.09s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.26s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.88s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.20s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.64s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.60s) [2020-11-05T11:26:08.766Z] check_test.go:309: [dbcae8762cea8] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.29s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.95s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.80s) [2020-11-05T11:26:08.766Z] check_test.go:309: [db4cad22373a7] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.12s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.09s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.66s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.25s) [2020-11-05T11:26:08.766Z] docker_cli_daemon_test.go:2886: Checking IpcMode private set from config [2020-11-05T11:26:08.766Z] docker_cli_daemon_test.go:2886: Checking IpcMode shareable set from config [2020-11-05T11:26:08.766Z] docker_cli_daemon_test.go:2886: Checking IpcMode host set from config [2020-11-05T11:26:08.766Z] docker_cli_daemon_test.go:2886: Checking IpcMode container:123 set from config [2020-11-05T11:26:08.766Z] docker_cli_daemon_test.go:2886: Checking IpcMode nosuchmode set from config [2020-11-05T11:26:08.766Z] docker_cli_daemon_test.go:2886: Checking IpcMode private set from cli [2020-11-05T11:26:08.766Z] docker_cli_daemon_test.go:2886: Checking IpcMode shareable set from cli [2020-11-05T11:26:08.766Z] docker_cli_daemon_test.go:2886: Checking IpcMode host set from cli [2020-11-05T11:26:08.766Z] docker_cli_daemon_test.go:2886: Checking IpcMode container:123 set from cli [2020-11-05T11:26:08.766Z] docker_cli_daemon_test.go:2886: Checking IpcMode nosuchmode set from cli [2020-11-05T11:26:08.766Z] check_test.go:309: [d3a98bbfbb92b] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.17s) [2020-11-05T11:26:08.766Z] check_test.go:309: [d343c33ccdb82] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.69s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.26s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.56s) [2020-11-05T11:26:08.766Z] check_test.go:309: [dbdbe166df98d] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.95s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.98s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.21s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.08s) [2020-11-05T11:26:08.766Z] check_test.go:309: [d5bbef0162c0a] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.75s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.58s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.06s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.43s) [2020-11-05T11:26:08.766Z] check_test.go:309: [d14694561a342] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.80s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2020-11-05T11:26:08.766Z] check_test.go:309: [de6cecae79bfc] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.04s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.02s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.13s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.54s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.15s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.30s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.35s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.33s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.94s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.16s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.16s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.27s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.90s) [2020-11-05T11:26:08.766Z] docker_cli_daemon_test.go:2549: [d38c140d2940f] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.28s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.72s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.94s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.75s) [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.20s) [2020-11-05T11:26:08.766Z] check_test.go:309: [dbcd8f500fb3e] daemon is not started [2020-11-05T11:26:08.766Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.37s) [2020-11-05T11:26:08.766Z] === RUN TestDockerSwarmSuite [2020-11-05T11:26:08.766Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-11-05T11:26:08.766Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-11-05T11:26:09.192Z] ok github.com/docker/docker/pkg/tailfile 0.147s coverage: 88.6% of statements [2020-11-05T11:26:09.475Z] === CONT TestStopContainerWithTimeout/1 [2020-11-05T11:26:09.491Z] testing: warning: no tests to run [2020-11-05T11:26:09.491Z] coverage: [no statements] [2020-11-05T11:26:09.491Z] ok github.com/docker/docker/pkg/term/windows 0.006s coverage: [no statements] [no tests to run] [2020-11-05T11:26:09.651Z] --- PASS: TestBuildUncleanTarFilenames (1.42s) [2020-11-05T11:26:09.651Z] === RUN TestBuildMultiStageLayerLeak [2020-11-05T11:26:09.788Z] ok github.com/docker/docker/pkg/tarsum 0.160s coverage: 89.3% of statements [2020-11-05T11:26:09.799Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2020-11-05T11:26:09.799Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2020-11-05T11:26:09.799Z] === RUN TestLoadDaemonCliConfigWithTLS [2020-11-05T11:26:09.799Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2020-11-05T11:26:09.799Z] === RUN TestLoadDaemonCliConfigWithConflicts [2020-11-05T11:26:09.799Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2020-11-05T11:26:09.799Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2020-11-05T11:26:09.799Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2020-11-05T11:26:09.799Z] === RUN TestLoadDaemonCliWithConflictingLabels [2020-11-05T11:26:09.799Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2020-11-05T11:26:09.799Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2020-11-05T11:26:09.799Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2020-11-05T11:26:09.799Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2020-11-05T11:26:09.799Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2020-11-05T11:26:09.799Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2020-11-05T11:26:09.799Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2020-11-05T11:26:09.799Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2020-11-05T11:26:09.799Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.01s) [2020-11-05T11:26:09.799Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2020-11-05T11:26:09.800Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2020-11-05T11:26:09.800Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2020-11-05T11:26:09.800Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2020-11-05T11:26:09.800Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2020-11-05T11:26:09.800Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2020-11-05T11:26:09.800Z] === RUN TestConfigureDaemonLogs [2020-11-05T11:26:09.800Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2020-11-05T11:26:09.800Z] === RUN TestCommonOptionsInstallFlags [2020-11-05T11:26:09.800Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2020-11-05T11:26:09.800Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2020-11-05T11:26:09.800Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2020-11-05T11:26:09.800Z] PASS [2020-11-05T11:26:09.800Z] coverage: 18.5% of statements [2020-11-05T11:26:09.800Z] ok github.com/docker/docker/cmd/dockerd 0.593s coverage: 18.5% of statements [2020-11-05T11:26:10.091Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2020-11-05T11:26:10.091Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2020-11-05T11:26:10.144Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-11-05T11:26:10.387Z] ok github.com/docker/docker/pkg/useragent 0.016s coverage: 88.9% of statements [2020-11-05T11:26:10.857Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-11-05T11:26:10.857Z] --- PASS: TestStopContainerWithTimeout/0 (0.64s) [2020-11-05T11:26:10.857Z] --- PASS: TestStopContainerWithTimeout/-1 (2.63s) [2020-11-05T11:26:10.857Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2020-11-05T11:26:10.857Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2020-11-05T11:26:10.857Z] === RUN TestDeleteDevicemapper [2020-11-05T11:26:10.857Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-05T11:26:10.857Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-05T11:26:10.857Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-05T11:26:11.519Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-11-05T11:26:11.997Z] === RUN TestContainerStopSignal [2020-11-05T11:26:11.997Z] --- PASS: TestContainerStopSignal (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestContainerStopTimeout [2020-11-05T11:26:11.997Z] --- PASS: TestContainerStopTimeout (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestContainerSecretReferenceDestTarget [2020-11-05T11:26:11.997Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestContainerLogPathSetForJSONFileLogger [2020-11-05T11:26:11.997Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestContainerLogPathSetForRingLogger [2020-11-05T11:26:11.997Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestReplaceAndAppendEnvVars [2020-11-05T11:26:11.997Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2020-11-05T11:26:11.997Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2020-11-05T11:26:11.997Z] === RUN TestNewMemoryStore [2020-11-05T11:26:11.997Z] --- PASS: TestNewMemoryStore (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestAddContainers [2020-11-05T11:26:11.997Z] --- PASS: TestAddContainers (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestGetContainer [2020-11-05T11:26:11.997Z] --- PASS: TestGetContainer (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestDeleteContainer [2020-11-05T11:26:11.997Z] --- PASS: TestDeleteContainer (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestListContainers [2020-11-05T11:26:11.997Z] --- PASS: TestListContainers (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestFirstContainer [2020-11-05T11:26:11.997Z] --- PASS: TestFirstContainer (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestApplyAllContainer [2020-11-05T11:26:11.997Z] --- PASS: TestApplyAllContainer (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestIsValidHealthString [2020-11-05T11:26:11.997Z] --- PASS: TestIsValidHealthString (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestStateRunStop [2020-11-05T11:26:11.997Z] --- PASS: TestStateRunStop (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestStateTimeoutWait [2020-11-05T11:26:11.997Z] --- PASS: TestStateTimeoutWait (0.10s) [2020-11-05T11:26:11.997Z] state_test.go:141: Stop callback fired [2020-11-05T11:26:11.997Z] state_test.go:165: Stop callback fired [2020-11-05T11:26:11.997Z] === RUN TestIsValidStateString [2020-11-05T11:26:11.997Z] --- PASS: TestIsValidStateString (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestViewSaveDelete [2020-11-05T11:26:11.997Z] --- PASS: TestViewSaveDelete (0.10s) [2020-11-05T11:26:11.997Z] === RUN TestViewAll [2020-11-05T11:26:11.997Z] --- PASS: TestViewAll (0.07s) [2020-11-05T11:26:11.997Z] === RUN TestViewGet [2020-11-05T11:26:11.997Z] --- PASS: TestViewGet (0.01s) [2020-11-05T11:26:11.997Z] === RUN TestNames [2020-11-05T11:26:11.997Z] --- PASS: TestNames (0.00s) [2020-11-05T11:26:11.997Z] === RUN TestViewWithHealthCheck [2020-11-05T11:26:11.997Z] --- PASS: TestViewWithHealthCheck (0.01s) [2020-11-05T11:26:11.997Z] PASS [2020-11-05T11:26:11.997Z] coverage: 41.6% of statements [2020-11-05T11:26:11.997Z] ok github.com/docker/docker/container 0.682s coverage: 41.6% of statements [2020-11-05T11:26:11.997Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-05T11:26:11.997Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-05T11:26:11.997Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-05T11:26:11.997Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-05T11:26:12.194Z] --- PASS: TestBuildMultiStageLayerLeak (2.81s) [2020-11-05T11:26:12.194Z] === RUN TestBuildWithHugeFile [2020-11-05T11:26:12.767Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.52s) [2020-11-05T11:26:12.767Z] === RUN TestUpdateMemory [2020-11-05T11:26:12.767Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-05T11:26:12.767Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:26:12.767Z] === RUN TestUpdateCPUQuota [2020-11-05T11:26:12.767Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-11-05T11:26:12.767Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:26:12.767Z] === RUN TestUpdatePidsLimit [2020-11-05T11:26:12.767Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-11-05T11:26:12.767Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:26:12.767Z] === RUN TestUpdateRestartPolicy [2020-11-05T11:26:13.039Z] --- PASS: TestInspectNetwork (10.83s) [2020-11-05T11:26:13.039Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-05T11:26:13.039Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-05T11:26:13.039Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-05T11:26:13.039Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-05T11:26:13.039Z] === RUN TestRunContainerWithBridgeNone [2020-11-05T11:26:13.160Z] ok github.com/docker/docker/plugin/v2 0.021s coverage: 14.5% of statements [2020-11-05T11:26:13.160Z] ok github.com/docker/docker/profiles/seccomp 0.027s coverage: 83.5% of statements [2020-11-05T11:26:13.552Z] === RUN TestPrepare [2020-11-05T11:26:13.552Z] --- PASS: TestPrepare (0.00s) [2020-11-05T11:26:13.552Z] === RUN TestStart [2020-11-05T11:26:13.552Z] --- PASS: TestStart (0.00s) [2020-11-05T11:26:13.552Z] === RUN TestWaitCancel [2020-11-05T11:26:14.020Z] --- PASS: TestWaitCancel (0.00s) [2020-11-05T11:26:14.020Z] === RUN TestWaitDisabled [2020-11-05T11:26:14.020Z] --- PASS: TestWaitDisabled (0.00s) [2020-11-05T11:26:14.020Z] === RUN TestWaitEnabled [2020-11-05T11:26:14.020Z] --- PASS: TestWaitEnabled (0.00s) [2020-11-05T11:26:14.020Z] === RUN TestRemove [2020-11-05T11:26:14.020Z] --- PASS: TestRemove (0.00s) [2020-11-05T11:26:14.020Z] PASS [2020-11-05T11:26:14.020Z] coverage: 65.3% of statements [2020-11-05T11:26:14.020Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.357s coverage: 65.3% of statements [2020-11-05T11:26:14.210Z] ok github.com/docker/docker/reference 0.011s coverage: 84.4% of statements [2020-11-05T11:26:14.806Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-11-05T11:26:14.855Z] ok github.com/docker/docker/plugin 0.578s coverage: 23.2% of statements [2020-11-05T11:26:15.210Z] --- PASS: TestRunContainerWithBridgeNone (2.42s) [2020-11-05T11:26:15.210Z] === RUN TestNetworkInvalidJSON [2020-11-05T11:26:15.210Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-05T11:26:15.210Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-05T11:26:15.210Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-05T11:26:15.210Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-05T11:26:15.210Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-05T11:26:15.210Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-05T11:26:15.503Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-05T11:26:15.503Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-05T11:26:15.503Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-05T11:26:15.503Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-11-05T11:26:15.503Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-05T11:26:15.503Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-05T11:26:15.503Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-05T11:26:15.503Z] === RUN TestHostIPv4BridgeLabel [2020-11-05T11:26:15.794Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2020-11-05T11:26:15.794Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-05T11:26:16.390Z] ok github.com/docker/docker/quota 0.649s coverage: 71.4% of statements [2020-11-05T11:26:16.390Z] ok github.com/docker/docker/registry/resumable 0.046s coverage: 100.0% of statements [2020-11-05T11:26:16.714Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-11-05T11:26:16.828Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-11-05T11:26:16.828Z] === RUN TestDaemonDefaultNetworkPools [2020-11-05T11:26:16.945Z] === RUN TestNewListSecretsFilters [2020-11-05T11:26:16.945Z] --- PASS: TestNewListSecretsFilters (0.00s) [2020-11-05T11:26:16.945Z] === RUN TestNewListConfigsFilters [2020-11-05T11:26:16.945Z] --- PASS: TestNewListConfigsFilters (0.00s) [2020-11-05T11:26:16.945Z] PASS [2020-11-05T11:26:16.945Z] coverage: 0.5% of statements [2020-11-05T11:26:16.945Z] ok github.com/docker/docker/daemon/cluster 0.934s coverage: 0.5% of statements [2020-11-05T11:26:17.040Z] ok github.com/docker/docker/restartmanager 0.004s coverage: 45.3% of statements [2020-11-05T11:26:17.408Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2020-11-05T11:26:17.683Z] ok github.com/docker/docker/registry 0.233s coverage: 56.8% of statements [2020-11-05T11:26:17.863Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2020-11-05T11:26:17.863Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-05T11:26:17.870Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.16s) [2020-11-05T11:26:17.870Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2020-11-05T11:26:17.870Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2020-11-05T11:26:17.870Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2020-11-05T11:26:17.870Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2020-11-05T11:26:17.870Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2020-11-05T11:26:17.870Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2020-11-05T11:26:17.870Z] === RUN TestServiceConvertToGRPCContainerRuntime [2020-11-05T11:26:17.870Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2020-11-05T11:26:17.870Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2020-11-05T11:26:17.870Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2020-11-05T11:26:17.870Z] === RUN TestServiceConvertToGRPCIsolation [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCIsolation/empty [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCIsolation/default [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCIsolation/process [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertFromGRPCIsolation [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertFromGRPCIsolation/default [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertFromGRPCIsolation/process [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCCredentialSpec [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.01s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.01s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2020-11-05T11:26:17.871Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2020-11-05T11:26:17.871Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertFromGRPCConfigs [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertFromGRPCConfigs/file [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCConfigs [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCConfigs/file [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2020-11-05T11:26:17.871Z] === RUN TestServiceConvertToGRPCConfigs/none [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2020-11-05T11:26:17.871Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2020-11-05T11:26:17.871Z] PASS [2020-11-05T11:26:17.871Z] coverage: 35.9% of statements [2020-11-05T11:26:17.978Z] ok github.com/docker/docker/testutil 0.019s coverage: 62.5% of statements [2020-11-05T11:26:18.337Z] ok github.com/docker/docker/daemon/cluster/convert 0.943s coverage: 35.9% of statements [2020-11-05T11:26:18.898Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2020-11-05T11:26:18.898Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-05T11:26:19.033Z] ok github.com/docker/docker/runconfig 0.031s coverage: 66.1% of statements [2020-11-05T11:26:20.003Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-11-05T11:26:20.407Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2020-11-05T11:26:20.407Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-05T11:26:20.699Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.64s) [2020-11-05T11:26:20.699Z] === RUN TestServiceWithPredefinedNetwork [2020-11-05T11:26:21.130Z] ok github.com/docker/docker/volume/drivers 0.028s coverage: 36.1% of statements [2020-11-05T11:26:23.055Z] === RUN TestDiscoveryOptsErrors [2020-11-05T11:26:23.055Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2020-11-05T11:26:23.055Z] === RUN TestDiscoveryOpts [2020-11-05T11:26:23.055Z] --- PASS: TestDiscoveryOpts (0.00s) [2020-11-05T11:26:23.055Z] PASS [2020-11-05T11:26:23.055Z] coverage: 30.0% of statements [2020-11-05T11:26:23.055Z] ok github.com/docker/docker/daemon/discovery 0.185s coverage: 30.0% of statements [2020-11-05T11:26:23.224Z] ok github.com/docker/docker/volume/mounts 0.052s coverage: 67.0% of statements [2020-11-05T11:26:23.516Z] ok github.com/docker/docker/volume/local 0.317s coverage: 76.6% of statements [2020-11-05T11:26:23.808Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.1% of statements [2020-11-05T11:26:24.216Z] --- PASS: TestServiceWithPredefinedNetwork (3.56s) [2020-11-05T11:26:24.216Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-05T11:26:24.216Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-05T11:26:24.216Z] service_test.go:236: FLAKY_TEST [2020-11-05T11:26:24.216Z] === RUN TestServiceWithDataPathPortInit [2020-11-05T11:26:24.604Z] === RUN TestBuilderGC [2020-11-05T11:26:24.604Z] --- PASS: TestBuilderGC (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestDaemonConfigurationNotFound [2020-11-05T11:26:24.604Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestDaemonBrokenConfiguration [2020-11-05T11:26:24.604Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestParseClusterAdvertiseSettings [2020-11-05T11:26:24.604Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestFindConfigurationConflicts [2020-11-05T11:26:24.604Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2020-11-05T11:26:24.604Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestDaemonConfigurationMergeConflicts [2020-11-05T11:26:24.604Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestDaemonConfigurationMergeConcurrent [2020-11-05T11:26:24.604Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestDaemonConfigurationMergeConcurrentError [2020-11-05T11:26:24.604Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2020-11-05T11:26:24.604Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2020-11-05T11:26:24.604Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2020-11-05T11:26:24.604Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2020-11-05T11:26:24.604Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2020-11-05T11:26:24.604Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2020-11-05T11:26:24.604Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestFindConfigurationConflictsWithMergedValues [2020-11-05T11:26:24.604Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestValidateConfigurationErrors [2020-11-05T11:26:24.604Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2020-11-05T11:26:24.604Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2020-11-05T11:26:24.604Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2020-11-05T11:26:24.604Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2020-11-05T11:26:24.604Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2020-11-05T11:26:24.604Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2020-11-05T11:26:24.604Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2020-11-05T11:26:24.604Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2020-11-05T11:26:24.604Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2020-11-05T11:26:24.604Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2020-11-05T11:26:24.604Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2020-11-05T11:26:24.604Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestValidateConfiguration [2020-11-05T11:26:24.604Z] === RUN TestValidateConfiguration/with_label [2020-11-05T11:26:24.604Z] === RUN TestValidateConfiguration/with_dns [2020-11-05T11:26:24.604Z] === RUN TestValidateConfiguration/with_dns-search [2020-11-05T11:26:24.604Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2020-11-05T11:26:24.604Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2020-11-05T11:26:24.604Z] === RUN TestValidateConfiguration/with_max-download-attempts [2020-11-05T11:26:24.604Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2020-11-05T11:26:24.604Z] === RUN TestValidateConfiguration/with_node_generic_resources [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfiguration (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2020-11-05T11:26:24.604Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestModifiedDiscoverySettings [2020-11-05T11:26:24.604Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2020-11-05T11:26:24.604Z] === RUN TestReloadSetConfigFileNotExist [2020-11-05T11:26:24.989Z] --- PASS: TestUpdateRestartPolicy (10.94s) [2020-11-05T11:26:24.989Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-05T11:26:24.989Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2020-11-05T11:26:24.989Z] === RUN TestWaitNonBlocked [2020-11-05T11:26:24.989Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-05T11:26:24.989Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-05T11:26:24.989Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-05T11:26:24.989Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-05T11:26:24.989Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-05T11:26:24.989Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-05T11:26:24.989Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-11-05T11:26:24.989Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.74s) [2020-11-05T11:26:24.989Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.74s) [2020-11-05T11:26:24.989Z] === RUN TestWaitBlocked [2020-11-05T11:26:24.989Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-05T11:26:24.989Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-05T11:26:24.989Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-05T11:26:24.989Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-05T11:26:24.989Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-05T11:26:24.989Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-05T11:26:25.067Z] time="2020-11-05T11:26:24Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2020-11-05T11:26:25.067Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s) [2020-11-05T11:26:25.067Z] === RUN TestReloadDefaultConfigNotExist [2020-11-05T11:26:25.067Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2020-11-05T11:26:25.067Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:26:25.067Z] === RUN TestReloadBadDefaultConfig [2020-11-05T11:26:25.067Z] time="2020-11-05T11:26:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-928101783" [2020-11-05T11:26:25.067Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2020-11-05T11:26:25.067Z] === RUN TestReloadWithConflictingLabels [2020-11-05T11:26:25.067Z] time="2020-11-05T11:26:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-811522570" [2020-11-05T11:26:25.067Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2020-11-05T11:26:25.067Z] === RUN TestReloadWithDuplicateLabels [2020-11-05T11:26:25.067Z] time="2020-11-05T11:26:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-340370401" [2020-11-05T11:26:25.067Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2020-11-05T11:26:25.067Z] === RUN TestDaemonConfigurationMerge [2020-11-05T11:26:25.067Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2020-11-05T11:26:25.067Z] PASS [2020-11-05T11:26:25.067Z] coverage: 79.7% of statements [2020-11-05T11:26:25.067Z] ok github.com/docker/docker/daemon/config 0.561s coverage: 79.7% of statements [2020-11-05T11:26:25.249Z] --- PASS: TestWaitBlocked (0.01s) [2020-11-05T11:26:25.249Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.62s) [2020-11-05T11:26:25.249Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.64s) [2020-11-05T11:26:25.249Z] === CONT TestDaemonRestartIpcMode [2020-11-05T11:26:25.249Z] === CONT TestIpcModeOlderClient [2020-11-05T11:26:25.249Z] --- PASS: TestIpcModeOlderClient (0.08s) [2020-11-05T11:26:25.530Z] === RUN TestWaitNodeAttachment [2020-11-05T11:26:25.992Z] --- PASS: TestWaitNodeAttachment (0.40s) [2020-11-05T11:26:25.992Z] === RUN TestIsolationConversion [2020-11-05T11:26:25.992Z] === RUN TestIsolationConversion/default [2020-11-05T11:26:25.992Z] === RUN TestIsolationConversion/process [2020-11-05T11:26:25.992Z] === RUN TestIsolationConversion/hyperv [2020-11-05T11:26:25.992Z] --- PASS: TestIsolationConversion (0.00s) [2020-11-05T11:26:25.992Z] --- PASS: TestIsolationConversion/default (0.00s) [2020-11-05T11:26:25.992Z] --- PASS: TestIsolationConversion/process (0.00s) [2020-11-05T11:26:25.992Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2020-11-05T11:26:25.993Z] === RUN TestContainerLabels [2020-11-05T11:26:25.993Z] --- PASS: TestContainerLabels (0.00s) [2020-11-05T11:26:25.993Z] === RUN TestCredentialSpecConversion [2020-11-05T11:26:25.993Z] === RUN TestCredentialSpecConversion/none [2020-11-05T11:26:25.993Z] === RUN TestCredentialSpecConversion/config [2020-11-05T11:26:25.993Z] === RUN TestCredentialSpecConversion/file [2020-11-05T11:26:25.993Z] === RUN TestCredentialSpecConversion/registry [2020-11-05T11:26:25.993Z] --- PASS: TestCredentialSpecConversion (0.00s) [2020-11-05T11:26:25.993Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2020-11-05T11:26:25.993Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2020-11-05T11:26:25.993Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2020-11-05T11:26:25.993Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2020-11-05T11:26:25.993Z] === RUN TestControllerValidateMountBind [2020-11-05T11:26:25.993Z] --- PASS: TestControllerValidateMountBind (0.00s) [2020-11-05T11:26:25.993Z] === RUN TestControllerValidateMountVolume [2020-11-05T11:26:25.993Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2020-11-05T11:26:25.993Z] === RUN TestControllerValidateMountTarget [2020-11-05T11:26:25.993Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2020-11-05T11:26:25.993Z] === RUN TestControllerValidateMountTmpfs [2020-11-05T11:26:25.993Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2020-11-05T11:26:25.993Z] === RUN TestControllerValidateMountInvalidType [2020-11-05T11:26:25.993Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2020-11-05T11:26:25.993Z] === RUN TestControllerValidateMountNamedPipe [2020-11-05T11:26:25.993Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2020-11-05T11:26:25.993Z] PASS [2020-11-05T11:26:25.993Z] coverage: 11.3% of statements [2020-11-05T11:26:25.993Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.392s coverage: 11.3% of statements [2020-11-05T11:26:26.456Z] === RUN TestVerifyNetworkingConfig [2020-11-05T11:26:26.456Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestGetContainer [2020-11-05T11:26:26.456Z] --- PASS: TestGetContainer (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestValidContainerNames [2020-11-05T11:26:26.456Z] --- PASS: TestValidContainerNames (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestContainerInitDNS [2020-11-05T11:26:26.456Z] --- SKIP: TestContainerInitDNS (0.00s) [2020-11-05T11:26:26.456Z] daemon_test.go:147: root required [2020-11-05T11:26:26.456Z] === RUN TestMerge [2020-11-05T11:26:26.456Z] --- PASS: TestMerge (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestValidateContainerIsolation [2020-11-05T11:26:26.456Z] --- PASS: TestValidateContainerIsolation (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestFindNetworkErrorType [2020-11-05T11:26:26.456Z] --- PASS: TestFindNetworkErrorType (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestEnsureServicesExist [2020-11-05T11:26:26.456Z] --- PASS: TestEnsureServicesExist (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestEnsureServicesExistErrors [2020-11-05T11:26:26.456Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2020-11-05T11:26:26.456Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2020-11-05T11:26:26.456Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2020-11-05T11:26:26.456Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestContainerDelete [2020-11-05T11:26:26.456Z] --- PASS: TestContainerDelete (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestContainerDoubleDelete [2020-11-05T11:26:26.456Z] --- PASS: TestContainerDoubleDelete (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestLogContainerEventCopyLabels [2020-11-05T11:26:26.456Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestLogContainerEventWithAttributes [2020-11-05T11:26:26.456Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestNoneHealthcheck [2020-11-05T11:26:26.456Z] --- PASS: TestNoneHealthcheck (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestHealthStates [2020-11-05T11:26:26.456Z] === RUN TestEventsLog [2020-11-05T11:26:26.456Z] --- PASS: TestEventsLog (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestEventsLogTimeout [2020-11-05T11:26:26.456Z] --- PASS: TestEventsLogTimeout (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestLogEvents [2020-11-05T11:26:26.456Z] time="2020-11-05T11:26:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-05T11:26:26.456Z] time="2020-11-05T11:26:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-05T11:26:26.456Z] time="2020-11-05T11:26:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-05T11:26:26.456Z] time="2020-11-05T11:26:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-05T11:26:26.456Z] time="2020-11-05T11:26:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-05T11:26:26.456Z] time="2020-11-05T11:26:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-05T11:26:26.456Z] time="2020-11-05T11:26:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-05T11:26:26.456Z] time="2020-11-05T11:26:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-05T11:26:26.456Z] time="2020-11-05T11:26:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-05T11:26:26.456Z] time="2020-11-05T11:26:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-05T11:26:26.456Z] --- PASS: TestHealthStates (0.13s) [2020-11-05T11:26:26.456Z] === RUN TestMaskURLCredentials [2020-11-05T11:26:26.456Z] --- PASS: TestMaskURLCredentials (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestGetInspectData [2020-11-05T11:26:26.456Z] --- PASS: TestGetInspectData (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestFillLicense [2020-11-05T11:26:26.456Z] --- PASS: TestFillLicense (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestListInvalidFilter [2020-11-05T11:26:26.456Z] --- PASS: TestListInvalidFilter (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestNameFilter [2020-11-05T11:26:26.456Z] --- PASS: TestNameFilter (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2020-11-05T11:26:26.456Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2020-11-05T11:26:26.456Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2020-11-05T11:26:26.456Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestDaemonReloadLabels [2020-11-05T11:26:26.456Z] --- PASS: TestDaemonReloadLabels (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2020-11-05T11:26:26.456Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestDaemonReloadMirrors [2020-11-05T11:26:26.456Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestDaemonReloadInsecureRegistries [2020-11-05T11:26:26.456Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestDaemonReloadNotAffectOthers [2020-11-05T11:26:26.456Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestDaemonDiscoveryReload [2020-11-05T11:26:26.456Z] --- PASS: TestLogEvents (0.05s) [2020-11-05T11:26:26.456Z] === RUN TestLoadBufferedEvents [2020-11-05T11:26:26.456Z] --- PASS: TestLoadBufferedEvents (0.15s) [2020-11-05T11:26:26.456Z] === RUN TestLoadBufferedEventsOnlyFromPast [2020-11-05T11:26:26.456Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2020-11-05T11:26:26.456Z] === RUN TestIgnoreBufferedWhenNoTimes [2020-11-05T11:26:26.456Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2020-11-05T11:26:26.456Z] PASS [2020-11-05T11:26:26.456Z] coverage: 50.0% of statements [2020-11-05T11:26:26.456Z] ok github.com/docker/docker/daemon/events 0.366s coverage: 50.0% of statements [2020-11-05T11:26:27.434Z] --- PASS: TestDaemonDiscoveryReload (1.01s) [2020-11-05T11:26:27.434Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2020-11-05T11:26:27.897Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2020-11-05T11:26:27.897Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2020-11-05T11:26:27.897Z] === RUN TestLinkNaming [2020-11-05T11:26:27.897Z] --- PASS: TestLinkNaming (0.00s) [2020-11-05T11:26:27.897Z] === RUN TestLinkNew [2020-11-05T11:26:27.897Z] --- PASS: TestLinkNew (0.00s) [2020-11-05T11:26:27.897Z] === RUN TestLinkEnv [2020-11-05T11:26:27.897Z] --- PASS: TestLinkEnv (0.00s) [2020-11-05T11:26:27.897Z] === RUN TestLinkMultipleEnv [2020-11-05T11:26:27.897Z] --- PASS: TestLinkMultipleEnv (0.00s) [2020-11-05T11:26:27.897Z] === RUN TestLinkPortRangeEnv [2020-11-05T11:26:27.897Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2020-11-05T11:26:27.897Z] PASS [2020-11-05T11:26:27.897Z] coverage: 93.0% of statements [2020-11-05T11:26:27.897Z] ok github.com/docker/docker/daemon/links 0.091s coverage: 93.0% of statements [2020-11-05T11:26:28.360Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.51s) [2020-11-05T11:26:28.360Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2020-11-05T11:26:28.360Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-11-05T11:26:28.360Z] reload_test.go:520: root required [2020-11-05T11:26:28.360Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2020-11-05T11:26:28.360Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2020-11-05T11:26:28.360Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2020-11-05T11:26:28.360Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2020-11-05T11:26:28.360Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2020-11-05T11:26:28.360Z] === RUN TestIsEmptyDir [2020-11-05T11:26:28.360Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2020-11-05T11:26:28.360Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2020-11-05T11:26:28.360Z] --- PASS: TestIsEmptyDir (0.01s) [2020-11-05T11:26:28.360Z] PASS [2020-11-05T11:26:28.360Z] coverage: 2.3% of statements [2020-11-05T11:26:28.360Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2020-11-05T11:26:28.360Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2020-11-05T11:26:28.360Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2020-11-05T11:26:28.360Z] === RUN TestParseVolumesFrom [2020-11-05T11:26:28.360Z] --- PASS: TestParseVolumesFrom (0.00s) [2020-11-05T11:26:28.360Z] PASS [2020-11-05T11:26:28.360Z] coverage: 9.1% of statements [2020-11-05T11:26:28.360Z] ok github.com/docker/docker/daemon/graphdriver 0.170s coverage: 2.3% of statements [2020-11-05T11:26:28.360Z] ok github.com/docker/docker/daemon 3.982s coverage: 9.1% of statements [2020-11-05T11:26:28.824Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-05T11:26:28.824Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-05T11:26:28.824Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-05T11:26:28.824Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-05T11:26:28.824Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-11-05T11:26:28.824Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-11-05T11:26:28.824Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-11-05T11:26:28.824Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-05T11:26:28.824Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-11-05T11:26:28.824Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-11-05T11:26:28.824Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-11-05T11:26:28.824Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-05T11:26:28.824Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-11-05T11:26:28.824Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-11-05T11:26:28.824Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-11-05T11:26:29.448Z] --- PASS: TestDaemonRestartIpcMode (4.18s) [2020-11-05T11:26:29.448Z] PASS [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === Skipped [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-11-05T11:26:29.448Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-11-05T11:26:29.448Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-11-05T11:26:29.448Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-11-05T11:26:29.448Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-11-05T11:26:29.448Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-11-05T11:26:29.448Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-11-05T11:26:29.448Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-11-05T11:26:29.448Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-11-05T11:26:29.448Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2020-11-05T11:26:29.448Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-05T11:26:29.448Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-11-05T11:26:29.448Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-11-05T11:26:29.448Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-11-05T11:26:29.448Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-05T11:26:29.448Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-11-05T11:26:29.448Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-11-05T11:26:29.448Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-11-05T11:26:29.448Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-11-05T11:26:29.448Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-11-05T11:26:29.448Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-05T11:26:29.448Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-11-05T11:26:29.448Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-11-05T11:26:29.448Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-11-05T11:26:29.448Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] [2020-11-05T11:26:29.448Z] DONE 174 tests, 24 skipped in 79.296s [2020-11-05T11:26:29.448Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-11-05T11:26:29.709Z] INFO: Testing against a local daemon [2020-11-05T11:26:29.709Z] === RUN TestCommitInheritsEnv [2020-11-05T11:26:31.089Z] --- PASS: TestCommitInheritsEnv (1.43s) [2020-11-05T11:26:31.090Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-05T11:26:31.090Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-05T11:26:31.090Z] === RUN TestImagesFilterMultiReference [2020-11-05T11:26:31.349Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-11-05T11:26:31.349Z] === RUN TestImagePullPlatformInvalid [2020-11-05T11:26:31.349Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-11-05T11:26:31.349Z] === RUN TestRemoveImageOrphaning [2020-11-05T11:26:31.755Z] === RUN TestSearchRegistryForImagesErrors [2020-11-05T11:26:31.755Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2020-11-05T11:26:31.755Z] === RUN TestSearchRegistryForImages [2020-11-05T11:26:31.755Z] --- PASS: TestSearchRegistryForImages (0.00s) [2020-11-05T11:26:31.755Z] PASS [2020-11-05T11:26:31.755Z] coverage: 4.9% of statements [2020-11-05T11:26:32.218Z] ok github.com/docker/docker/daemon/images 0.511s coverage: 4.9% of statements [2020-11-05T11:26:32.218Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-05T11:26:32.218Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-05T11:26:32.218Z] === RUN TestNewStreamConfig [2020-11-05T11:26:32.218Z] === RUN TestNewStreamConfig/defaults [2020-11-05T11:26:32.218Z] === RUN TestNewStreamConfig/invalid_create_group [2020-11-05T11:26:32.218Z] === RUN TestNewStreamConfig/invalid_flush_interval [2020-11-05T11:26:32.218Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2020-11-05T11:26:32.218Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2020-11-05T11:26:32.218Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2020-11-05T11:26:32.218Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2020-11-05T11:26:32.218Z] --- PASS: TestNewStreamConfig (0.00s) [2020-11-05T11:26:32.218Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2020-11-05T11:26:32.218Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2020-11-05T11:26:32.218Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2020-11-05T11:26:32.218Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2020-11-05T11:26:32.218Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2020-11-05T11:26:32.218Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2020-11-05T11:26:32.218Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2020-11-05T11:26:32.218Z] === RUN TestNewAWSLogsClientUserAgentHandler [2020-11-05T11:26:32.218Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2020-11-05T11:26:32.218Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2020-11-05T11:26:32.218Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2020-11-05T11:26:32.218Z] === RUN TestNewAWSLogsClientRegionDetect [2020-11-05T11:26:32.681Z] time="2020-11-05T11:26:32Z" level=info msg="Trying to get region from EC2 Metadata" [2020-11-05T11:26:32.681Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2020-11-05T11:26:32.681Z] === RUN TestCreateSuccess [2020-11-05T11:26:32.681Z] --- PASS: TestCreateSuccess (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestCreateLogGroupSuccess [2020-11-05T11:26:32.681Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestCreateError [2020-11-05T11:26:32.681Z] --- PASS: TestCreateError (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestCreateAlreadyExists [2020-11-05T11:26:32.681Z] time="2020-11-05T11:26:32Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2020-11-05T11:26:32.681Z] --- PASS: TestCreateAlreadyExists (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestLogClosed [2020-11-05T11:26:32.681Z] --- PASS: TestLogClosed (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestLogBlocking [2020-11-05T11:26:32.681Z] --- PASS: TestLogBlocking (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestLogNonBlockingBufferEmpty [2020-11-05T11:26:32.681Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestLogNonBlockingBufferFull [2020-11-05T11:26:32.681Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestPublishBatchSuccess [2020-11-05T11:26:32.681Z] --- PASS: TestPublishBatchSuccess (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestPublishBatchError [2020-11-05T11:26:32.681Z] time="2020-11-05T11:26:32Z" level=error msg=Error [2020-11-05T11:26:32.681Z] --- PASS: TestPublishBatchError (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestPublishBatchInvalidSeqSuccess [2020-11-05T11:26:32.681Z] time="2020-11-05T11:26:32Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-11-05T11:26:32.681Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestPublishBatchAlreadyAccepted [2020-11-05T11:26:32.681Z] time="2020-11-05T11:26:32Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-11-05T11:26:32.681Z] time="2020-11-05T11:26:32Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2020-11-05T11:26:32.681Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestCollectBatchSimple [2020-11-05T11:26:32.681Z] --- PASS: TestCollectBatchSimple (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestCollectBatchTicker [2020-11-05T11:26:32.681Z] --- PASS: TestCollectBatchTicker (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestCollectBatchMultilinePattern [2020-11-05T11:26:32.681Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2020-11-05T11:26:32.681Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2020-11-05T11:26:32.681Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2020-11-05T11:26:32.681Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2020-11-05T11:26:32.681Z] === RUN TestCollectBatchClose [2020-11-05T11:26:32.681Z] --- PASS: TestCollectBatchClose (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestEffectiveLen [2020-11-05T11:26:32.681Z] === RUN TestEffectiveLen/0/Hello [2020-11-05T11:26:32.681Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2020-11-05T11:26:32.681Z] === RUN TestEffectiveLen/2/🙃 [2020-11-05T11:26:32.681Z] === RUN TestEffectiveLen/3/���� [2020-11-05T11:26:32.681Z] === RUN TestEffectiveLen/4/He��o [2020-11-05T11:26:32.681Z] === RUN TestEffectiveLen/5/ [2020-11-05T11:26:32.681Z] --- PASS: TestEffectiveLen (0.00s) [2020-11-05T11:26:32.681Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2020-11-05T11:26:32.681Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2020-11-05T11:26:32.681Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2020-11-05T11:26:32.681Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2020-11-05T11:26:32.681Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2020-11-05T11:26:32.681Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestFindValidSplit [2020-11-05T11:26:32.681Z] === RUN TestFindValidSplit/0/ [2020-11-05T11:26:32.681Z] === RUN TestFindValidSplit/1/Hello [2020-11-05T11:26:32.681Z] === RUN TestFindValidSplit/2/Hello [2020-11-05T11:26:32.681Z] === RUN TestFindValidSplit/3/Hello [2020-11-05T11:26:32.681Z] === RUN TestFindValidSplit/4/🙃 [2020-11-05T11:26:32.681Z] === RUN TestFindValidSplit/5/🙃 [2020-11-05T11:26:32.681Z] === RUN TestFindValidSplit/6/a� [2020-11-05T11:26:32.681Z] === RUN TestFindValidSplit/7/a� [2020-11-05T11:26:32.681Z] --- PASS: TestFindValidSplit (0.00s) [2020-11-05T11:26:32.681Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1044: [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1045: [2020-11-05T11:26:32.681Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1044: Hello [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1045: [2020-11-05T11:26:32.681Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1044: He [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1045: llo [2020-11-05T11:26:32.681Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1044: [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1045: Hello [2020-11-05T11:26:32.681Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1044: [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1045: 🙃 [2020-11-05T11:26:32.681Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1044: 🙃 [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1045: [2020-11-05T11:26:32.681Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1044: a [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1045: � [2020-11-05T11:26:32.681Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1044: a� [2020-11-05T11:26:32.681Z] cloudwatchlogs_test.go:1045: [2020-11-05T11:26:32.681Z] === RUN TestProcessEventEmoji [2020-11-05T11:26:32.681Z] --- PASS: TestProcessEventEmoji (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestCollectBatchLineSplit [2020-11-05T11:26:32.681Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestCollectBatchLineSplitWithBinary [2020-11-05T11:26:32.681Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestCollectBatchMaxEvents [2020-11-05T11:26:32.681Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2020-11-05T11:26:32.681Z] === RUN TestCollectBatchMaxTotalBytes [2020-11-05T11:26:32.681Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2020-11-05T11:26:32.681Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2020-11-05T11:26:32.681Z] === RUN TestJSONFileLogger [2020-11-05T11:26:32.681Z] --- PASS: TestJSONFileLogger (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestJSONFileLoggerWithTags [2020-11-05T11:26:32.681Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestJSONFileLoggerWithOpts [2020-11-05T11:26:32.681Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2020-11-05T11:26:32.681Z] === RUN TestCollectBatchWithDuplicateTimestamps [2020-11-05T11:26:32.681Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2020-11-05T11:26:32.681Z] === RUN TestParseLogOptionsMultilinePattern [2020-11-05T11:26:32.681Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2020-11-05T11:26:32.681Z] === RUN TestParseLogOptionsDatetimeFormat [2020-11-05T11:26:32.681Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2020-11-05T11:26:32.681Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2020-11-05T11:26:32.682Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2020-11-05T11:26:32.682Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2020-11-05T11:26:32.682Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2020-11-05T11:26:32.682Z] --- PASS: TestJSONFileLoggerWithOpts (0.06s) [2020-11-05T11:26:32.682Z] === RUN TestJSONFileLoggerWithLabelsEnv [2020-11-05T11:26:32.682Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2020-11-05T11:26:32.682Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2020-11-05T11:26:32.682Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2020-11-05T11:26:32.682Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2020-11-05T11:26:32.682Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2020-11-05T11:26:32.682Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2020-11-05T11:26:32.682Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2020-11-05T11:26:32.682Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2020-11-05T11:26:32.682Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2020-11-05T11:26:32.682Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2020-11-05T11:26:32.682Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2020-11-05T11:26:32.682Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2020-11-05T11:26:32.682Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2020-11-05T11:26:32.682Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2020-11-05T11:26:32.682Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2020-11-05T11:26:32.682Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2020-11-05T11:26:32.682Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2020-11-05T11:26:32.682Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2020-11-05T11:26:32.682Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2020-11-05T11:26:32.682Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2020-11-05T11:26:32.682Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2020-11-05T11:26:32.682Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2020-11-05T11:26:32.682Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2020-11-05T11:26:32.682Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2020-11-05T11:26:32.682Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2020-11-05T11:26:32.682Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2020-11-05T11:26:32.682Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2020-11-05T11:26:32.682Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2020-11-05T11:26:32.682Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2020-11-05T11:26:32.682Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2020-11-05T11:26:32.682Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2020-11-05T11:26:32.682Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2020-11-05T11:26:32.682Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2020-11-05T11:26:32.682Z] === RUN TestCreateTagSuccess [2020-11-05T11:26:32.682Z] --- PASS: TestCreateTagSuccess (0.00s) [2020-11-05T11:26:32.682Z] === RUN TestEncodeDecode [2020-11-05T11:26:32.682Z] === PAUSE TestEncodeDecode [2020-11-05T11:26:32.682Z] === CONT TestEncodeDecode [2020-11-05T11:26:32.682Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2020-11-05T11:26:32.682Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2020-11-05T11:26:32.682Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2020-11-05T11:26:32.682Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2020-11-05T11:26:32.682Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2020-11-05T11:26:32.682Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2020-11-05T11:26:32.682Z] PASS [2020-11-05T11:26:32.682Z] coverage: 77.4% of statements [2020-11-05T11:26:32.682Z] ok github.com/docker/docker/daemon/logger/awslogs 0.500s coverage: 77.4% of statements [2020-11-05T11:26:32.682Z] === RUN TestAdapterReadLogs [2020-11-05T11:26:32.682Z] --- PASS: TestAdapterReadLogs (0.00s) [2020-11-05T11:26:32.682Z] === RUN TestCopier [2020-11-05T11:26:32.682Z] --- PASS: TestCopier (0.00s) [2020-11-05T11:26:32.682Z] === RUN TestCopierLongLines [2020-11-05T11:26:32.682Z] --- PASS: TestCopierLongLines (0.00s) [2020-11-05T11:26:32.682Z] === RUN TestCopierSlow [2020-11-05T11:26:32.682Z] --- PASS: TestEncodeDecode (0.15s) [2020-11-05T11:26:32.682Z] PASS [2020-11-05T11:26:32.682Z] coverage: 61.6% of statements [2020-11-05T11:26:32.682Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.562s coverage: 61.6% of statements [2020-11-05T11:26:32.682Z] --- PASS: TestCopierSlow (0.20s) [2020-11-05T11:26:32.682Z] === RUN TestCopierWithSized [2020-11-05T11:26:32.682Z] --- PASS: TestCopierWithSized (0.00s) [2020-11-05T11:26:32.682Z] === RUN TestCopierWithPartial [2020-11-05T11:26:32.682Z] --- PASS: TestCopierWithPartial (0.01s) [2020-11-05T11:26:32.682Z] === RUN TestRingLogger [2020-11-05T11:26:32.682Z] --- PASS: TestRingLogger (0.00s) [2020-11-05T11:26:32.682Z] === RUN TestRingCap [2020-11-05T11:26:32.682Z] --- PASS: TestRingCap (0.00s) [2020-11-05T11:26:32.682Z] === RUN TestRingClose [2020-11-05T11:26:32.682Z] --- PASS: TestRingClose (0.00s) [2020-11-05T11:26:32.682Z] === RUN TestRingDrain [2020-11-05T11:26:32.682Z] --- PASS: TestRingDrain (0.00s) [2020-11-05T11:26:32.682Z] PASS [2020-11-05T11:26:32.682Z] coverage: 41.2% of statements [2020-11-05T11:26:33.145Z] ok github.com/docker/docker/daemon/logger 0.401s coverage: 41.2% of statements [2020-11-05T11:26:33.145Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-11-05T11:26:33.145Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-05T11:26:33.145Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-05T11:26:33.145Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-11-05T11:26:33.145Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-11-05T11:26:33.257Z] --- PASS: TestRemoveImageOrphaning (1.91s) [2020-11-05T11:26:33.257Z] === RUN TestRemoveImageGarbageCollector [2020-11-05T11:26:33.257Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-05T11:26:33.257Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-11-05T11:26:33.257Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-05T11:26:33.257Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-11-05T11:26:33.257Z] === RUN TestTagInvalidReference [2020-11-05T11:26:33.257Z] --- PASS: TestTagInvalidReference (0.02s) [2020-11-05T11:26:33.257Z] === RUN TestTagValidPrefixedRepo [2020-11-05T11:26:33.257Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-11-05T11:26:33.257Z] === RUN TestTagExistedNameWithoutForce [2020-11-05T11:26:33.257Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-11-05T11:26:33.257Z] === RUN TestTagOfficialNames [2020-11-05T11:26:33.257Z] --- PASS: TestTagOfficialNames (0.06s) [2020-11-05T11:26:33.257Z] === RUN TestTagMatchesDigest [2020-11-05T11:26:33.257Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-11-05T11:26:33.257Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-05T11:26:33.609Z] === RUN TestJSONLogsMarshalJSONBuf [2020-11-05T11:26:33.609Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2020-11-05T11:26:33.609Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2020-11-05T11:26:33.609Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.15s) [2020-11-05T11:26:33.609Z] === RUN TestFastTimeMarshalJSON [2020-11-05T11:26:33.609Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2020-11-05T11:26:33.609Z] PASS [2020-11-05T11:26:33.609Z] coverage: 87.2% of statements [2020-11-05T11:26:33.609Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.249s coverage: 87.2% of statements [2020-11-05T11:26:34.744Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-11-05T11:26:34.744Z] Copying nested executables into bundles/cross/linux/amd64 [2020-11-05T11:26:34.744Z] Cross building: bundles/cross/windows/amd64 [2020-11-05T11:26:34.744Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-11-05T11:26:34.744Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-11-05T11:26:34.880Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-11-05T11:26:34.880Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-11-05T11:26:35.803Z] === RUN TestWriteLog [2020-11-05T11:26:35.803Z] === PAUSE TestWriteLog [2020-11-05T11:26:35.803Z] === RUN TestReadLog [2020-11-05T11:26:35.803Z] === PAUSE TestReadLog [2020-11-05T11:26:35.803Z] === CONT TestWriteLog [2020-11-05T11:26:35.803Z] === CONT TestReadLog [2020-11-05T11:26:35.803Z] --- PASS: TestWriteLog (0.00s) [2020-11-05T11:26:35.803Z] === RUN TestReadLog/tail_exact [2020-11-05T11:26:35.803Z] === RUN TestOpenFileDelete [2020-11-05T11:26:35.803Z] --- PASS: TestOpenFileDelete (0.00s) [2020-11-05T11:26:35.803Z] === RUN TestOpenFileRename [2020-11-05T11:26:35.803Z] === RUN TestReadLog/tail_less_than_available [2020-11-05T11:26:35.803Z] === RUN TestReadLog/tail_more_than_available [2020-11-05T11:26:35.803Z] --- PASS: TestReadLog (0.17s) [2020-11-05T11:26:35.803Z] --- PASS: TestReadLog/tail_exact (0.15s) [2020-11-05T11:26:35.803Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2020-11-05T11:26:35.803Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2020-11-05T11:26:35.803Z] PASS [2020-11-05T11:26:35.803Z] coverage: 75.2% of statements [2020-11-05T11:26:35.803Z] --- PASS: TestOpenFileRename (0.00s) [2020-11-05T11:26:35.803Z] === RUN TestParseLogTagDefaultTag [2020-11-05T11:26:35.803Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2020-11-05T11:26:35.803Z] === RUN TestParseLogTag [2020-11-05T11:26:35.803Z] --- PASS: TestParseLogTag (0.00s) [2020-11-05T11:26:35.803Z] === RUN TestParseLogTagEmptyTag [2020-11-05T11:26:35.803Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2020-11-05T11:26:35.803Z] === RUN TestTailFiles [2020-11-05T11:26:35.803Z] --- PASS: TestTailFiles (0.00s) [2020-11-05T11:26:35.803Z] === RUN TestFollowLogsConsumerGone [2020-11-05T11:26:35.803Z] --- PASS: TestFollowLogsConsumerGone (0.01s) [2020-11-05T11:26:35.803Z] === RUN TestFollowLogsProducerGone [2020-11-05T11:26:35.803Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2020-11-05T11:26:35.803Z] logfile_test.go:173: logDecode() closed after sending 2900 messages [2020-11-05T11:26:35.803Z] logfile_test.go:226: messages sent: 2900, received: 2900 [2020-11-05T11:26:35.803Z] === RUN TestCheckCapacityAndRotate [2020-11-05T11:26:35.803Z] ok github.com/docker/docker/daemon/logger/local 0.340s coverage: 75.2% of statements [2020-11-05T11:26:35.803Z] --- PASS: TestCheckCapacityAndRotate (0.03s) [2020-11-05T11:26:35.803Z] PASS [2020-11-05T11:26:35.803Z] coverage: 35.9% of statements [2020-11-05T11:26:35.803Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-05T11:26:35.803Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.322s coverage: 35.9% of statements [2020-11-05T11:26:35.803Z] === RUN TestLog [2020-11-05T11:26:35.803Z] --- PASS: TestLog (0.01s) [2020-11-05T11:26:35.803Z] PASS [2020-11-05T11:26:35.803Z] coverage: 33.3% of statements [2020-11-05T11:26:36.257Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-11-05T11:26:36.267Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.212s coverage: 33.3% of statements [2020-11-05T11:26:37.816Z] === RUN TestValidateLogOpt [2020-11-05T11:26:37.816Z] --- PASS: TestValidateLogOpt (0.00s) [2020-11-05T11:26:37.816Z] === RUN TestNewMissedConfig [2020-11-05T11:26:37.816Z] --- PASS: TestNewMissedConfig (0.00s) [2020-11-05T11:26:37.816Z] === RUN TestNewMissedUrl [2020-11-05T11:26:37.816Z] --- PASS: TestNewMissedUrl (0.00s) [2020-11-05T11:26:37.816Z] === RUN TestNewMissedToken [2020-11-05T11:26:37.816Z] --- PASS: TestNewMissedToken (0.00s) [2020-11-05T11:26:37.816Z] === RUN TestNewWithProxy [2020-11-05T11:26:37.816Z] --- PASS: TestNewWithProxy (0.00s) [2020-11-05T11:26:37.816Z] === RUN TestDefault [2020-11-05T11:26:37.816Z] --- PASS: TestDefault (0.01s) [2020-11-05T11:26:37.816Z] === RUN TestInlineFormatWithNonDefaultOptions [2020-11-05T11:26:37.816Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2020-11-05T11:26:37.816Z] === RUN TestJsonFormat [2020-11-05T11:26:37.816Z] --- PASS: TestJsonFormat (0.00s) [2020-11-05T11:26:37.816Z] === RUN TestRawFormat [2020-11-05T11:26:37.816Z] --- PASS: TestRawFormat (0.01s) [2020-11-05T11:26:37.816Z] === RUN TestRawFormatWithLabels [2020-11-05T11:26:37.816Z] --- PASS: TestRawFormatWithLabels (0.00s) [2020-11-05T11:26:37.816Z] === RUN TestRawFormatWithoutTag [2020-11-05T11:26:37.816Z] --- PASS: TestRawFormatWithoutTag (0.01s) [2020-11-05T11:26:37.816Z] === RUN TestBatching [2020-11-05T11:26:37.816Z] === RUN TestNewParse [2020-11-05T11:26:37.816Z] --- PASS: TestNewParse (0.00s) [2020-11-05T11:26:37.816Z] PASS [2020-11-05T11:26:37.816Z] coverage: 8.3% of statements [2020-11-05T11:26:37.816Z] ok github.com/docker/docker/daemon/logger/templates 0.356s coverage: 8.3% of statements [2020-11-05T11:26:38.281Z] --- PASS: TestBatching (0.25s) [2020-11-05T11:26:38.281Z] === RUN TestFrequency [2020-11-05T11:26:38.281Z] === RUN TestParseLogFormat [2020-11-05T11:26:38.281Z] --- PASS: TestParseLogFormat (0.00s) [2020-11-05T11:26:38.281Z] === RUN TestValidateLogOptEmpty [2020-11-05T11:26:38.281Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2020-11-05T11:26:38.281Z] === RUN TestValidateSyslogAddress [2020-11-05T11:26:38.281Z] --- PASS: TestValidateSyslogAddress (0.00s) [2020-11-05T11:26:38.281Z] === RUN TestParseAddressDefaultPort [2020-11-05T11:26:38.281Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2020-11-05T11:26:38.281Z] === RUN TestValidateSyslogFacility [2020-11-05T11:26:38.281Z] --- PASS: TestValidateSyslogFacility (0.00s) [2020-11-05T11:26:38.281Z] === RUN TestValidateLogOptSyslogFormat [2020-11-05T11:26:38.281Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2020-11-05T11:26:38.281Z] === RUN TestValidateLogOpt [2020-11-05T11:26:38.281Z] --- PASS: TestValidateLogOpt (0.00s) [2020-11-05T11:26:38.281Z] PASS [2020-11-05T11:26:38.281Z] coverage: 46.8% of statements [2020-11-05T11:26:38.281Z] ok github.com/docker/docker/daemon/logger/syslog 0.176s coverage: 46.8% of statements [2020-11-05T11:26:38.281Z] --- PASS: TestFrequency (0.17s) [2020-11-05T11:26:38.281Z] === RUN TestOneMessagePerRequest [2020-11-05T11:26:38.281Z] --- PASS: TestOneMessagePerRequest (0.00s) [2020-11-05T11:26:38.281Z] === RUN TestVerify [2020-11-05T11:26:38.281Z] --- PASS: TestVerify (0.00s) [2020-11-05T11:26:38.281Z] === RUN TestSkipVerify [2020-11-05T11:26:38.281Z] time="2020-11-05T11:26:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-05T11:26:38.281Z] time="2020-11-05T11:26:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-05T11:26:38.281Z] time="2020-11-05T11:26:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-05T11:26:38.281Z] time="2020-11-05T11:26:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-05T11:26:38.281Z] time="2020-11-05T11:26:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-05T11:26:38.281Z] time="2020-11-05T11:26:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-05T11:26:38.744Z] --- PASS: TestSkipVerify (0.52s) [2020-11-05T11:26:38.744Z] === RUN TestBufferMaximum [2020-11-05T11:26:38.744Z] time="2020-11-05T11:26:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-05T11:26:38.744Z] time="2020-11-05T11:26:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-05T11:26:38.744Z] time="2020-11-05T11:26:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-05T11:26:38.744Z] time="2020-11-05T11:26:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-05T11:26:38.744Z] time="2020-11-05T11:26:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-05T11:26:38.744Z] time="2020-11-05T11:26:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604575598.522013\",\"host\":\"30b08a42fa39\"}'" [2020-11-05T11:26:38.744Z] time="2020-11-05T11:26:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604575598.522013\",\"host\":\"30b08a42fa39\"}'" [2020-11-05T11:26:38.744Z] --- PASS: TestBufferMaximum (0.00s) [2020-11-05T11:26:38.744Z] === RUN TestServerAlwaysDown [2020-11-05T11:26:38.744Z] time="2020-11-05T11:26:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-05T11:26:38.745Z] time="2020-11-05T11:26:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-05T11:26:38.745Z] time="2020-11-05T11:26:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604575598.526013\",\"host\":\"30b08a42fa39\"}'" [2020-11-05T11:26:38.745Z] time="2020-11-05T11:26:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604575598.526013\",\"host\":\"30b08a42fa39\"}'" [2020-11-05T11:26:38.745Z] time="2020-11-05T11:26:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-05T11:26:38.745Z] time="2020-11-05T11:26:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604575598.526013\",\"host\":\"30b08a42fa39\"}'" [2020-11-05T11:26:38.745Z] time="2020-11-05T11:26:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604575598.527067\",\"host\":\"30b08a42fa39\"}'" [2020-11-05T11:26:38.745Z] time="2020-11-05T11:26:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604575598.527067\",\"host\":\"30b08a42fa39\"}'" [2020-11-05T11:26:38.745Z] --- PASS: TestServerAlwaysDown (0.00s) [2020-11-05T11:26:38.745Z] === RUN TestCannotSendAfterClose [2020-11-05T11:26:38.745Z] --- PASS: TestCannotSendAfterClose (0.00s) [2020-11-05T11:26:38.745Z] === RUN TestDeadlockOnBlockedEndpoint [2020-11-05T11:26:39.163Z] ok github.com/docker/docker/pkg/plugins 33.627s coverage: 76.6% of statements [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/rootless [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/volume [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-05T11:26:39.163Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === Skipped [2020-11-05T11:26:39.163Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-05T11:26:39.163Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-05T11:26:39.163Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-05T11:26:39.163Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:26:39.163Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-05T11:26:39.163Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:26:39.163Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-05T11:26:39.163Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:26:39.163Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-05T11:26:39.163Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:26:39.163Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-05T11:26:39.163Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:26:39.163Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-05T11:26:39.163Z] graphtest_unix.go:73: No driver to put! [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-05T11:26:39.163Z] time="2020-11-05T11:25:18Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:26:39.163Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:26:39.163Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-05T11:26:39.163Z] time="2020-11-05T11:25:18Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:26:39.163Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:26:39.163Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-05T11:26:39.163Z] time="2020-11-05T11:25:18Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:26:39.163Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:26:39.163Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-05T11:26:39.163Z] time="2020-11-05T11:25:18Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:26:39.163Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:26:39.163Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-05T11:26:39.163Z] time="2020-11-05T11:25:18Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:26:39.163Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:26:39.163Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-05T11:26:39.163Z] graphtest_unix.go:73: No driver to put! [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-05T11:26:39.163Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-05T11:26:39.163Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-05T11:26:39.163Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-05T11:26:39.163Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-05T11:26:39.163Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:26:39.163Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-05T11:26:39.163Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:26:39.163Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-05T11:26:39.163Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:26:39.163Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-05T11:26:39.163Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:26:39.163Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-05T11:26:39.163Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:26:39.163Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-05T11:26:39.163Z] graphtest_unix.go:73: No driver to put! [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-05T11:26:39.163Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-05T11:26:39.163Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] [2020-11-05T11:26:39.163Z] DONE 2167 tests, 26 skipped in 265.581s Post stage [Pipeline] junit [2020-11-05T11:26:39.208Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-05T11:26:39.550Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-11-05T11:26:39.722Z] time="2020-11-05T11:26:39Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49201/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2020-11-05T11:26:39.722Z] time="2020-11-05T11:26:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"30b08a42fa39\"}'" [2020-11-05T11:26:39.722Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.09s) [2020-11-05T11:26:39.722Z] PASS [2020-11-05T11:26:39.723Z] coverage: 82.5% of statements [2020-11-05T11:26:39.723Z] ok github.com/docker/docker/daemon/logger/splunk 2.416s coverage: 82.5% of statements [2020-11-05T11:26:39.723Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-05T11:26:39.723Z] ? github.com/docker/docker/daemon/network [no test files] [2020-11-05T11:26:39.723Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-05T11:26:39.910Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40256/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -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:315101e8a789ad8fda6b9338492318db0f481c00 hack/make.sh dynbinary test-integration [2020-11-05T11:26:40.185Z] === RUN TestContinueOnError_NonMirrorEndpoint [2020-11-05T11:26:40.185Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2020-11-05T11:26:40.185Z] === RUN TestContinueOnError_MirrorEndpoint [2020-11-05T11:26:40.185Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2020-11-05T11:26:40.185Z] === RUN TestContinueOnError_NeverContinue [2020-11-05T11:26:40.185Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2020-11-05T11:26:40.185Z] === RUN TestContinueOnError_UnnestsErrors [2020-11-05T11:26:40.185Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2020-11-05T11:26:40.185Z] === RUN TestFixManifestLayers [2020-11-05T11:26:40.185Z] --- PASS: TestFixManifestLayers (0.00s) [2020-11-05T11:26:40.185Z] === RUN TestFixManifestLayersBaseLayerParent [2020-11-05T11:26:40.185Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2020-11-05T11:26:40.185Z] pull_v2_test.go:73: Needs fixing on Windows [2020-11-05T11:26:40.185Z] === RUN TestFixManifestLayersBadParent [2020-11-05T11:26:40.185Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2020-11-05T11:26:40.185Z] === RUN TestValidateManifest [2020-11-05T11:26:40.185Z] --- SKIP: TestValidateManifest (0.00s) [2020-11-05T11:26:40.185Z] pull_v2_test.go:118: Needs fixing on Windows [2020-11-05T11:26:40.185Z] === RUN TestFormatPlatform [2020-11-05T11:26:40.185Z] --- PASS: TestFormatPlatform (0.00s) [2020-11-05T11:26:40.185Z] === RUN TestGetRepositoryMountCandidates [2020-11-05T11:26:40.185Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2020-11-05T11:26:40.185Z] === RUN TestLayerAlreadyExists [2020-11-05T11:26:40.185Z] --- PASS: TestLayerAlreadyExists (0.00s) [2020-11-05T11:26:40.185Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-05T11:26:40.185Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-05T11:26:40.185Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-05T11:26:40.185Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-05T11:26:40.185Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-05T11:26:40.185Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-05T11:26:40.185Z] === RUN TestWhenEmptyAuthConfig [2020-11-05T11:26:40.207Z] [2020-11-05T11:26:40.207Z] Removing bundles/ [2020-11-05T11:26:40.207Z] [2020-11-05T11:26:40.207Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-05T11:26:40.207Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-05T11:26:40.207Z] GOOS="" GOARCH="" GOARM="" [2020-11-05T11:26:40.648Z] === RUN TestV1IDService [2020-11-05T11:26:40.648Z] --- PASS: TestV1IDService (0.02s) [2020-11-05T11:26:40.648Z] === RUN TestV2MetadataService [2020-11-05T11:26:41.110Z] === RUN TestSuccessfulDownload [2020-11-05T11:26:41.110Z] --- SKIP: TestSuccessfulDownload (0.00s) [2020-11-05T11:26:41.110Z] download_test.go:268: Needs fixing on Windows [2020-11-05T11:26:41.110Z] === RUN TestCancelledDownload [2020-11-05T11:26:41.110Z] --- PASS: TestCancelledDownload (0.00s) [2020-11-05T11:26:41.110Z] === RUN TestMaxDownloadAttempts [2020-11-05T11:26:41.110Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-05T11:26:41.110Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-05T11:26:41.111Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-05T11:26:41.111Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-05T11:26:41.111Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-05T11:26:41.111Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-05T11:26:41.111Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-05T11:26:41.111Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-05T11:26:41.111Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-05T11:26:41.111Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-05T11:26:41.111Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-05T11:26:41.111Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-05T11:26:41.111Z] --- PASS: TestWhenEmptyAuthConfig (1.13s) [2020-11-05T11:26:41.111Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2020-11-05T11:26:41.111Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2020-11-05T11:26:41.111Z] === RUN TestTokenPassThru [2020-11-05T11:26:41.111Z] --- PASS: TestTokenPassThru (0.01s) [2020-11-05T11:26:41.111Z] === RUN TestTokenPassThruDifferentHost [2020-11-05T11:26:41.111Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2020-11-05T11:26:41.111Z] PASS [2020-11-05T11:26:41.111Z] coverage: 20.1% of statements [2020-11-05T11:26:41.111Z] ok github.com/docker/docker/distribution 1.455s coverage: 20.1% of statements [2020-11-05T11:26:41.574Z] time="2020-11-05T11:26:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-05T11:26:41.574Z] time="2020-11-05T11:26:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-05T11:26:41.574Z] time="2020-11-05T11:26:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-05T11:26:41.574Z] time="2020-11-05T11:26:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-05T11:26:41.574Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2020-11-05T11:26:41.574Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.40s) [2020-11-05T11:26:41.574Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.40s) [2020-11-05T11:26:41.574Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.40s) [2020-11-05T11:26:41.574Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.40s) [2020-11-05T11:26:41.574Z] === RUN TestTransfer [2020-11-05T11:26:41.574Z] --- PASS: TestTransfer (0.12s) [2020-11-05T11:26:41.574Z] === RUN TestConcurrencyLimit [2020-11-05T11:26:42.038Z] --- PASS: TestConcurrencyLimit (0.43s) [2020-11-05T11:26:42.038Z] === RUN TestInactiveJobs [2020-11-05T11:26:42.038Z] --- PASS: TestV2MetadataService (1.31s) [2020-11-05T11:26:42.038Z] PASS [2020-11-05T11:26:42.038Z] coverage: 48.2% of statements [2020-11-05T11:26:42.038Z] ok github.com/docker/docker/distribution/metadata 1.673s coverage: 48.2% of statements [2020-11-05T11:26:42.502Z] --- PASS: TestInactiveJobs (0.40s) [2020-11-05T11:26:42.502Z] === RUN TestWatchRelease [2020-11-05T11:26:42.502Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-05T11:26:42.502Z] --- PASS: TestWatchRelease (0.04s) [2020-11-05T11:26:42.502Z] === RUN TestWatchFinishedTransfer [2020-11-05T11:26:42.502Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2020-11-05T11:26:42.502Z] === RUN TestDuplicateTransfer [2020-11-05T11:26:42.502Z] --- PASS: TestDuplicateTransfer (0.04s) [2020-11-05T11:26:42.502Z] === RUN TestSuccessfulUpload [2020-11-05T11:26:42.502Z] === RUN TestNotFound [2020-11-05T11:26:42.502Z] --- PASS: TestNotFound (0.00s) [2020-11-05T11:26:42.502Z] === RUN TestConflict [2020-11-05T11:26:42.502Z] --- PASS: TestConflict (0.00s) [2020-11-05T11:26:42.502Z] === RUN TestForbidden [2020-11-05T11:26:42.502Z] --- PASS: TestForbidden (0.00s) [2020-11-05T11:26:42.502Z] === RUN TestInvalidParameter [2020-11-05T11:26:42.502Z] --- PASS: TestInvalidParameter (0.00s) [2020-11-05T11:26:42.502Z] === RUN TestNotImplemented [2020-11-05T11:26:42.502Z] --- PASS: TestNotImplemented (0.00s) [2020-11-05T11:26:42.502Z] === RUN TestNotModified [2020-11-05T11:26:42.502Z] --- PASS: TestNotModified (0.00s) [2020-11-05T11:26:42.502Z] === RUN TestUnauthorized [2020-11-05T11:26:42.502Z] --- PASS: TestUnauthorized (0.00s) [2020-11-05T11:26:42.502Z] === RUN TestUnknown [2020-11-05T11:26:42.502Z] --- PASS: TestUnknown (0.00s) [2020-11-05T11:26:42.502Z] === RUN TestCancelled [2020-11-05T11:26:42.502Z] --- PASS: TestCancelled (0.00s) [2020-11-05T11:26:42.502Z] === RUN TestDeadline [2020-11-05T11:26:42.502Z] --- PASS: TestDeadline (0.00s) [2020-11-05T11:26:42.502Z] === RUN TestDataLoss [2020-11-05T11:26:42.502Z] --- PASS: TestDataLoss (0.00s) [2020-11-05T11:26:42.502Z] === RUN TestUnavailable [2020-11-05T11:26:42.502Z] --- PASS: TestUnavailable (0.00s) [2020-11-05T11:26:42.502Z] === RUN TestSystem [2020-11-05T11:26:42.502Z] --- PASS: TestSystem (0.00s) [2020-11-05T11:26:42.502Z] === RUN TestFromStatusCode [2020-11-05T11:26:42.502Z] === RUN TestFromStatusCode/Not_Found [2020-11-05T11:26:42.502Z] === RUN TestFromStatusCode/Bad_Request [2020-11-05T11:26:42.502Z] === RUN TestFromStatusCode/Conflict [2020-11-05T11:26:42.502Z] === RUN TestFromStatusCode/Unauthorized [2020-11-05T11:26:42.502Z] === RUN TestFromStatusCode/Service_Unavailable [2020-11-05T11:26:42.502Z] === RUN TestFromStatusCode/Forbidden [2020-11-05T11:26:42.502Z] === RUN TestFromStatusCode/Not_Modified [2020-11-05T11:26:42.502Z] === RUN TestFromStatusCode/Not_Implemented [2020-11-05T11:26:42.502Z] === RUN TestFromStatusCode/Internal_Server_Error [2020-11-05T11:26:42.502Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2020-11-05T11:26:42.502Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2020-11-05T11:26:42.502Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2020-11-05T11:26:42.502Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2020-11-05T11:26:42.502Z] --- PASS: TestFromStatusCode (0.00s) [2020-11-05T11:26:42.502Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2020-11-05T11:26:42.502Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2020-11-05T11:26:42.502Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2020-11-05T11:26:42.502Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2020-11-05T11:26:42.502Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2020-11-05T11:26:42.502Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2020-11-05T11:26:42.502Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2020-11-05T11:26:42.502Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2020-11-05T11:26:42.502Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2020-11-05T11:26:42.502Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2020-11-05T11:26:42.502Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2020-11-05T11:26:42.502Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2020-11-05T11:26:42.502Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2020-11-05T11:26:42.502Z] PASS [2020-11-05T11:26:42.502Z] coverage: 49.4% of statements [2020-11-05T11:26:42.502Z] ok github.com/docker/docker/errdefs 0.216s coverage: 49.4% of statements [2020-11-05T11:26:42.502Z] time="2020-11-05T11:26:42Z" level=error msg="Upload failed, retrying: simulating retry" [2020-11-05T11:26:42.967Z] --- PASS: TestSuccessfulUpload (0.40s) [2020-11-05T11:26:42.967Z] === RUN TestCancelledUpload [2020-11-05T11:26:42.967Z] --- PASS: TestCancelledUpload (0.05s) [2020-11-05T11:26:42.967Z] PASS [2020-11-05T11:26:42.967Z] coverage: 77.3% of statements [2020-11-05T11:26:42.967Z] ok github.com/docker/docker/distribution/xfer 2.181s coverage: 77.3% of statements [2020-11-05T11:26:42.967Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-05T11:26:43.944Z] === RUN TestFSGetInvalidData [2020-11-05T11:26:43.944Z] --- PASS: TestFSGetInvalidData (0.01s) [2020-11-05T11:26:43.944Z] === RUN TestFSInvalidSet [2020-11-05T11:26:43.944Z] --- PASS: TestFSInvalidSet (0.01s) [2020-11-05T11:26:43.944Z] === RUN TestFSInvalidRoot [2020-11-05T11:26:43.944Z] --- PASS: TestFSInvalidRoot (0.01s) [2020-11-05T11:26:43.944Z] === RUN TestFSMetadataGetSet [2020-11-05T11:26:43.944Z] --- PASS: TestFSMetadataGetSet (0.04s) [2020-11-05T11:26:43.944Z] === RUN TestFSInvalidWalker [2020-11-05T11:26:43.944Z] --- PASS: TestFSInvalidWalker (0.01s) [2020-11-05T11:26:43.944Z] === RUN TestFSGetSet [2020-11-05T11:26:43.944Z] --- PASS: TestFSGetSet (0.02s) [2020-11-05T11:26:43.944Z] === RUN TestFSGetUnsetKey [2020-11-05T11:26:43.944Z] --- PASS: TestFSGetUnsetKey (0.01s) [2020-11-05T11:26:43.944Z] === RUN TestFSGetEmptyData [2020-11-05T11:26:43.944Z] --- PASS: TestFSGetEmptyData (0.01s) [2020-11-05T11:26:43.944Z] === RUN TestFSDelete [2020-11-05T11:26:43.944Z] --- PASS: TestFSDelete (0.02s) [2020-11-05T11:26:43.944Z] === RUN TestFSWalker [2020-11-05T11:26:43.944Z] --- PASS: TestFSWalker (0.02s) [2020-11-05T11:26:43.944Z] === RUN TestFSWalkerStopOnError [2020-11-05T11:26:43.944Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2020-11-05T11:26:43.944Z] === RUN TestNewFromJSON [2020-11-05T11:26:43.944Z] --- PASS: TestNewFromJSON (0.00s) [2020-11-05T11:26:43.944Z] === RUN TestNewFromJSONWithInvalidJSON [2020-11-05T11:26:43.944Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2020-11-05T11:26:43.944Z] === RUN TestMarshalKeyOrder [2020-11-05T11:26:43.944Z] --- PASS: TestMarshalKeyOrder (0.00s) [2020-11-05T11:26:43.944Z] === RUN TestImage [2020-11-05T11:26:43.944Z] --- PASS: TestImage (0.00s) [2020-11-05T11:26:43.944Z] === RUN TestImageOSNotEmpty [2020-11-05T11:26:43.944Z] --- PASS: TestImageOSNotEmpty (0.00s) [2020-11-05T11:26:43.944Z] === RUN TestNewChildImageFromImageWithRootFS [2020-11-05T11:26:43.944Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2020-11-05T11:26:43.944Z] === RUN TestRestore [2020-11-05T11:26:44.408Z] time="2020-11-05T11:26:43Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2020-11-05T11:26:44.408Z] --- PASS: TestRestore (0.19s) [2020-11-05T11:26:44.408Z] === RUN TestAddDelete [2020-11-05T11:26:44.408Z] --- PASS: TestAddDelete (0.08s) [2020-11-05T11:26:44.408Z] === RUN TestSearchAfterDelete [2020-11-05T11:26:44.408Z] --- PASS: TestSearchAfterDelete (0.01s) [2020-11-05T11:26:44.408Z] === RUN TestParentReset [2020-11-05T11:26:44.408Z] --- PASS: TestParentReset (0.04s) [2020-11-05T11:26:44.408Z] === RUN TestGetAndSetLastUpdated [2020-11-05T11:26:44.408Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2020-11-05T11:26:44.408Z] === RUN TestStoreLen [2020-11-05T11:26:44.408Z] --- PASS: TestStoreLen (0.08s) [2020-11-05T11:26:44.408Z] PASS [2020-11-05T11:26:44.408Z] coverage: 86.4% of statements [2020-11-05T11:26:44.408Z] ok github.com/docker/docker/image 0.910s coverage: 86.4% of statements [2020-11-05T11:26:44.871Z] === RUN TestCompare [2020-11-05T11:26:44.871Z] --- PASS: TestCompare (0.00s) [2020-11-05T11:26:44.871Z] PASS [2020-11-05T11:26:44.871Z] coverage: 19.2% of statements [2020-11-05T11:26:44.871Z] ok github.com/docker/docker/image/cache 0.341s coverage: 19.2% of statements [2020-11-05T11:26:44.871Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-05T11:26:44.871Z] === RUN TestMakeV1ConfigFromConfig [2020-11-05T11:26:44.871Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2020-11-05T11:26:44.871Z] PASS [2020-11-05T11:26:44.871Z] coverage: 25.0% of statements [2020-11-05T11:26:44.871Z] ok github.com/docker/docker/image/v1 0.219s coverage: 25.0% of statements [2020-11-05T11:26:44.871Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-05T11:26:46.793Z] --- PASS: TestServiceWithDataPathPortInit (19.64s) [2020-11-05T11:26:46.793Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-05T11:26:47.067Z] === RUN TestSerialization [2020-11-05T11:26:47.068Z] --- PASS: TestSerialization (0.02s) [2020-11-05T11:26:47.068Z] PASS [2020-11-05T11:26:47.068Z] coverage: 87.5% of statements [2020-11-05T11:26:47.068Z] ok github.com/docker/docker/libcontainerd/queue 0.104s coverage: 87.5% of statements [2020-11-05T11:26:47.068Z] === RUN TestEmptyLayer [2020-11-05T11:26:47.068Z] --- PASS: TestEmptyLayer (0.00s) [2020-11-05T11:26:47.068Z] === RUN TestCommitFailure [2020-11-05T11:26:47.068Z] --- PASS: TestCommitFailure (0.01s) [2020-11-05T11:26:47.068Z] === RUN TestStartTransactionFailure [2020-11-05T11:26:47.068Z] --- PASS: TestStartTransactionFailure (0.00s) [2020-11-05T11:26:47.068Z] === RUN TestGetOrphan [2020-11-05T11:26:47.068Z] --- PASS: TestGetOrphan (0.01s) [2020-11-05T11:26:47.068Z] === RUN TestMountAndRegister [2020-11-05T11:26:47.068Z] --- PASS: TestMountAndRegister (0.07s) [2020-11-05T11:26:47.068Z] layer_test.go:271: Layer size: 14 [2020-11-05T11:26:47.068Z] === RUN TestLayerRelease [2020-11-05T11:26:47.068Z] --- SKIP: TestLayerRelease (0.00s) [2020-11-05T11:26:47.068Z] layer_test.go:304: Failing on Windows [2020-11-05T11:26:47.068Z] === RUN TestStoreRestore [2020-11-05T11:26:47.068Z] --- SKIP: TestStoreRestore (0.00s) [2020-11-05T11:26:47.068Z] layer_test.go:353: Failing on Windows [2020-11-05T11:26:47.068Z] === RUN TestTarStreamStability [2020-11-05T11:26:47.068Z] --- SKIP: TestTarStreamStability (0.00s) [2020-11-05T11:26:47.068Z] layer_test.go:468: Failing on Windows [2020-11-05T11:26:47.068Z] === RUN TestRegisterExistingLayer [2020-11-05T11:26:47.068Z] --- PASS: TestRegisterExistingLayer (0.16s) [2020-11-05T11:26:47.068Z] === RUN TestTarStreamVerification [2020-11-05T11:26:47.068Z] --- SKIP: TestTarStreamVerification (0.00s) [2020-11-05T11:26:47.068Z] layer_test.go:697: Failing on Windows [2020-11-05T11:26:47.068Z] === RUN TestLayerMigration [2020-11-05T11:26:47.068Z] --- SKIP: TestLayerMigration (0.00s) [2020-11-05T11:26:47.068Z] migration_test.go:46: Failing on Windows [2020-11-05T11:26:47.068Z] === RUN TestLayerMigrationNoTarsplit [2020-11-05T11:26:47.068Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2020-11-05T11:26:47.068Z] migration_test.go:182: Failing on Windows [2020-11-05T11:26:47.068Z] === RUN TestMountInit [2020-11-05T11:26:47.068Z] --- SKIP: TestMountInit (0.00s) [2020-11-05T11:26:47.068Z] mount_test.go:17: Failing on Windows [2020-11-05T11:26:47.068Z] === RUN TestMountSize [2020-11-05T11:26:47.068Z] --- SKIP: TestMountSize (0.00s) [2020-11-05T11:26:47.068Z] mount_test.go:76: Failing on Windows [2020-11-05T11:26:47.068Z] === RUN TestMountChanges [2020-11-05T11:26:47.068Z] --- SKIP: TestMountChanges (0.00s) [2020-11-05T11:26:47.068Z] mount_test.go:125: Failing on Windows [2020-11-05T11:26:47.068Z] === RUN TestMountApply [2020-11-05T11:26:47.068Z] --- SKIP: TestMountApply (0.00s) [2020-11-05T11:26:47.068Z] mount_test.go:212: Failing on Windows [2020-11-05T11:26:47.068Z] PASS [2020-11-05T11:26:47.068Z] coverage: 30.1% of statements [2020-11-05T11:26:47.531Z] ok github.com/docker/docker/layer 0.549s coverage: 30.1% of statements [2020-11-05T11:26:47.531Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-05T11:26:47.669Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-11-05T11:26:47.929Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-11-05T11:26:47.994Z] === RUN TestAddressPoolOpt [2020-11-05T11:26:47.994Z] --- PASS: TestAddressPoolOpt (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/a [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/something [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/_=a [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/env1=value1 [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/_env1=value1 [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/env2=value2=value3 [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/env3=abc!qwe [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/env_4=value_4 [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/PATH [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/=a [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/PATH= [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/PATH=something [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/asd!qwe [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/1asd [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/123 [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/some_space [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/__some_space_before [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/some_space_after__ [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/= [2020-11-05T11:26:47.994Z] === RUN TestValidateEnv/PaTh [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/a (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/something (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/_=a (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/PATH (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/=a (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/1asd (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/123 (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/some_space (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/= (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestParseHost [2020-11-05T11:26:47.994Z] --- PASS: TestParseHost (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestParseDockerDaemonHost [2020-11-05T11:26:47.994Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestParseTCP [2020-11-05T11:26:47.994Z] --- PASS: TestParseTCP (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestParseInvalidUnixAddrInvalid [2020-11-05T11:26:47.994Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestValidateExtraHosts [2020-11-05T11:26:47.994Z] --- PASS: TestValidateExtraHosts (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestIpOptString [2020-11-05T11:26:47.994Z] --- PASS: TestIpOptString (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestNewIpOptInvalidDefaultVal [2020-11-05T11:26:47.994Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestNewIpOptValidDefaultVal [2020-11-05T11:26:47.994Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestIpOptSetInvalidVal [2020-11-05T11:26:47.994Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestValidateIPAddress [2020-11-05T11:26:47.994Z] --- PASS: TestValidateIPAddress (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestMapOpts [2020-11-05T11:26:47.994Z] --- PASS: TestMapOpts (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestListOptsWithoutValidator [2020-11-05T11:26:47.994Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestListOptsWithValidator [2020-11-05T11:26:47.994Z] --- PASS: TestListOptsWithValidator (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestValidateDNSSearch [2020-11-05T11:26:47.994Z] --- PASS: TestValidateDNSSearch (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestValidateLabel [2020-11-05T11:26:47.994Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2020-11-05T11:26:47.994Z] === RUN TestValidateLabel/label_with_general_format [2020-11-05T11:26:47.994Z] === RUN TestValidateLabel/label_with_more_than_one_= [2020-11-05T11:26:47.994Z] === RUN TestValidateLabel/label_with_one_more [2020-11-05T11:26:47.994Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2020-11-05T11:26:47.994Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2020-11-05T11:26:47.994Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2020-11-05T11:26:47.994Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2020-11-05T11:26:47.994Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2020-11-05T11:26:47.994Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2020-11-05T11:26:47.994Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2020-11-05T11:26:47.994Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2020-11-05T11:26:47.994Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2020-11-05T11:26:47.994Z] --- PASS: TestValidateLabel (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2020-11-05T11:26:47.994Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestNamedListOpts [2020-11-05T11:26:47.994Z] --- PASS: TestNamedListOpts (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestNamedMapOpts [2020-11-05T11:26:47.994Z] --- PASS: TestNamedMapOpts (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestParseLink [2020-11-05T11:26:47.994Z] --- PASS: TestParseLink (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestQuotedStringSetWithQuotes [2020-11-05T11:26:47.994Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2020-11-05T11:26:47.994Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestQuotedStringSetWithNoQuotes [2020-11-05T11:26:47.994Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2020-11-05T11:26:47.994Z] === RUN TestUlimitOpt [2020-11-05T11:26:47.994Z] --- PASS: TestUlimitOpt (0.00s) [2020-11-05T11:26:47.994Z] PASS [2020-11-05T11:26:47.994Z] coverage: 67.1% of statements [2020-11-05T11:26:47.994Z] ok github.com/docker/docker/opts 0.088s coverage: 67.1% of statements [2020-11-05T11:26:48.458Z] === RUN TestEnvironmentParsing [2020-11-05T11:26:48.458Z] --- PASS: TestEnvironmentParsing (0.00s) [2020-11-05T11:26:48.458Z] PASS [2020-11-05T11:26:48.458Z] coverage: 1.0% of statements [2020-11-05T11:26:48.458Z] ok github.com/docker/docker/libcontainerd/local 0.363s coverage: 1.0% of statements [2020-11-05T11:26:48.458Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-05T11:26:48.458Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-05T11:26:48.458Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-05T11:26:48.458Z] ? github.com/docker/docker/oci [no test files] [2020-11-05T11:26:48.458Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-05T11:26:48.458Z] === RUN TestParseVersion [2020-11-05T11:26:48.458Z] --- PASS: TestParseVersion (0.00s) [2020-11-05T11:26:48.458Z] PASS [2020-11-05T11:26:48.458Z] coverage: 52.9% of statements [2020-11-05T11:26:48.458Z] ok github.com/docker/docker/pkg/aaparser 0.347s coverage: 52.9% of statements [2020-11-05T11:26:48.865Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-11-05T11:26:49.434Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-11-05T11:26:50.008Z] === RUN TestUnbuffered [2020-11-05T11:26:50.008Z] --- PASS: TestUnbuffered (0.00s) [2020-11-05T11:26:50.008Z] === RUN TestRaceUnbuffered [2020-11-05T11:26:50.008Z] --- PASS: TestRaceUnbuffered (0.00s) [2020-11-05T11:26:50.008Z] PASS [2020-11-05T11:26:50.009Z] coverage: 100.0% of statements [2020-11-05T11:26:50.009Z] ok github.com/docker/docker/pkg/broadcaster 0.058s coverage: 100.0% of statements [2020-11-05T11:26:50.009Z] === RUN TestMatch [2020-11-05T11:26:50.009Z] === RUN TestMatch/[[]] [2020-11-05T11:26:50.009Z] === RUN TestMatch/[[foo]] [2020-11-05T11:26:50.009Z] === RUN TestMatch/[[bar]_[foo]] [2020-11-05T11:26:50.009Z] === RUN TestMatch/[[foo_bar]] [2020-11-05T11:26:50.009Z] === RUN TestMatch/[[qux]_[foo]] [2020-11-05T11:26:50.009Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2020-11-05T11:26:50.009Z] === RUN TestMatch/[] [2020-11-05T11:26:50.009Z] === RUN TestMatch/[]#01 [2020-11-05T11:26:50.009Z] === RUN TestMatch/[[qux]] [2020-11-05T11:26:50.009Z] === RUN TestMatch/[[foo_bar_qux]] [2020-11-05T11:26:50.009Z] === RUN TestMatch/[[qux]_[baz]] [2020-11-05T11:26:50.009Z] === RUN TestMatch/[[foo_baz]] [2020-11-05T11:26:50.009Z] --- PASS: TestMatch (0.00s) [2020-11-05T11:26:50.009Z] --- PASS: TestMatch/[[]] (0.00s) [2020-11-05T11:26:50.009Z] --- PASS: TestMatch/[[foo]] (0.00s) [2020-11-05T11:26:50.009Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2020-11-05T11:26:50.009Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2020-11-05T11:26:50.009Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2020-11-05T11:26:50.009Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2020-11-05T11:26:50.009Z] --- PASS: TestMatch/[] (0.00s) [2020-11-05T11:26:50.009Z] --- PASS: TestMatch/[]#01 (0.00s) [2020-11-05T11:26:50.009Z] --- PASS: TestMatch/[[qux]] (0.00s) [2020-11-05T11:26:50.009Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2020-11-05T11:26:50.009Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2020-11-05T11:26:50.009Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2020-11-05T11:26:50.009Z] PASS [2020-11-05T11:26:50.009Z] coverage: 87.5% of statements [2020-11-05T11:26:50.009Z] ok github.com/docker/docker/pkg/capabilities 0.171s coverage: 87.5% of statements [2020-11-05T11:26:50.984Z] === RUN TestPeerCertificateMarshalJSON [2020-11-05T11:26:51.337Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-11-05T11:26:51.337Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-11-05T11:26:51.448Z] === RUN TestIsArchivePathDir [2020-11-05T11:26:51.449Z] --- PASS: TestIsArchivePathDir (0.06s) [2020-11-05T11:26:51.449Z] === RUN TestIsArchivePathInvalidFile [2020-11-05T11:26:51.449Z] === RUN TestSizeEmpty [2020-11-05T11:26:51.449Z] --- PASS: TestSizeEmpty (0.00s) [2020-11-05T11:26:51.449Z] === RUN TestSizeEmptyFile [2020-11-05T11:26:51.449Z] --- PASS: TestSizeEmptyFile (0.00s) [2020-11-05T11:26:51.449Z] === RUN TestSizeNonemptyFile [2020-11-05T11:26:51.449Z] --- PASS: TestSizeNonemptyFile (0.00s) [2020-11-05T11:26:51.449Z] === RUN TestSizeNestedDirectoryEmpty [2020-11-05T11:26:51.449Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2020-11-05T11:26:51.449Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2020-11-05T11:26:51.449Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2020-11-05T11:26:51.449Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2020-11-05T11:26:51.449Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2020-11-05T11:26:51.449Z] === RUN TestMoveToSubdir [2020-11-05T11:26:51.449Z] --- PASS: TestMoveToSubdir (0.00s) [2020-11-05T11:26:51.449Z] === RUN TestSizeNonExistingDirectory [2020-11-05T11:26:51.449Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2020-11-05T11:26:51.449Z] PASS [2020-11-05T11:26:51.449Z] coverage: 80.0% of statements [2020-11-05T11:26:51.449Z] ok github.com/docker/docker/pkg/directory 0.055s coverage: 80.0% of statements [2020-11-05T11:26:51.596Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-11-05T11:26:51.912Z] === RUN TestChrootTarUntar [2020-11-05T11:26:51.912Z] --- SKIP: TestChrootTarUntar (0.00s) [2020-11-05T11:26:51.912Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:26:51.912Z] === RUN TestChrootUntarWithHugeExcludesList [2020-11-05T11:26:51.912Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2020-11-05T11:26:51.912Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:26:51.912Z] === RUN TestChrootUntarEmptyArchive [2020-11-05T11:26:51.912Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2020-11-05T11:26:51.912Z] === RUN TestChrootTarUntarWithSymlink [2020-11-05T11:26:51.912Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2020-11-05T11:26:51.912Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-05T11:26:51.912Z] === RUN TestChrootCopyWithTar [2020-11-05T11:26:51.912Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2020-11-05T11:26:51.912Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-05T11:26:51.912Z] === RUN TestChrootCopyFileWithTar [2020-11-05T11:26:51.912Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2020-11-05T11:26:51.912Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:26:51.912Z] === RUN TestChrootUntarPath [2020-11-05T11:26:51.912Z] --- SKIP: TestChrootUntarPath (0.00s) [2020-11-05T11:26:51.912Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-05T11:26:51.912Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2020-11-05T11:26:51.912Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-11-05T11:26:51.912Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:26:51.912Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2020-11-05T11:26:51.912Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-11-05T11:26:51.912Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:26:51.912Z] === RUN TestChrootApplyDotDotFile [2020-11-05T11:26:51.912Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2020-11-05T11:26:51.912Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:26:51.912Z] PASS [2020-11-05T11:26:51.912Z] coverage: 15.4% of statements [2020-11-05T11:26:51.912Z] ok github.com/docker/docker/pkg/chrootarchive 0.137s coverage: 15.4% of statements [2020-11-05T11:26:51.912Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2020-11-05T11:26:51.912Z] === RUN TestIsArchivePathTar [2020-11-05T11:26:51.912Z] --- PASS: TestIsArchivePathTar (0.16s) [2020-11-05T11:26:51.912Z] === RUN TestDecompressStreamGzip [2020-11-05T11:26:51.912Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2020-11-05T11:26:51.912Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2020-11-05T11:26:51.912Z] --- PASS: TestPeerCertificateMarshalJSON (0.97s) [2020-11-05T11:26:51.912Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2020-11-05T11:26:51.912Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2020-11-05T11:26:51.912Z] === RUN TestMiddleware [2020-11-05T11:26:51.912Z] --- PASS: TestMiddleware (0.00s) [2020-11-05T11:26:51.912Z] === RUN TestNewResponseModifier [2020-11-05T11:26:51.912Z] --- PASS: TestNewResponseModifier (0.00s) [2020-11-05T11:26:51.912Z] PASS [2020-11-05T11:26:51.912Z] coverage: 26.8% of statements [2020-11-05T11:26:51.912Z] ok github.com/docker/docker/pkg/authorization 1.145s coverage: 26.8% of statements [2020-11-05T11:26:51.912Z] --- PASS: TestDecompressStreamGzip (0.19s) [2020-11-05T11:26:51.912Z] === RUN TestDecompressStreamBzip2 [2020-11-05T11:26:52.376Z] --- PASS: TestDecompressStreamBzip2 (0.14s) [2020-11-05T11:26:52.376Z] === RUN TestDecompressStreamXz [2020-11-05T11:26:52.376Z] --- SKIP: TestDecompressStreamXz (0.00s) [2020-11-05T11:26:52.376Z] archive_test.go:133: Xz not present in msys2 [2020-11-05T11:26:52.376Z] === RUN TestCompressStreamXzUnsupported [2020-11-05T11:26:52.376Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2020-11-05T11:26:52.376Z] === RUN TestCompressStreamBzip2Unsupported [2020-11-05T11:26:52.376Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2020-11-05T11:26:52.376Z] === RUN TestCompressStreamInvalid [2020-11-05T11:26:52.376Z] --- PASS: TestCompressStreamInvalid (0.00s) [2020-11-05T11:26:52.376Z] === RUN TestExtensionInvalid [2020-11-05T11:26:52.376Z] --- PASS: TestExtensionInvalid (0.00s) [2020-11-05T11:26:52.376Z] === RUN TestExtensionUncompressed [2020-11-05T11:26:52.376Z] --- PASS: TestExtensionUncompressed (0.00s) [2020-11-05T11:26:52.376Z] === RUN TestExtensionBzip2 [2020-11-05T11:26:52.376Z] --- PASS: TestExtensionBzip2 (0.00s) [2020-11-05T11:26:52.376Z] === RUN TestExtensionGzip [2020-11-05T11:26:52.376Z] --- PASS: TestExtensionGzip (0.00s) [2020-11-05T11:26:52.376Z] === RUN TestExtensionXz [2020-11-05T11:26:52.376Z] --- PASS: TestExtensionXz (0.00s) [2020-11-05T11:26:52.376Z] === RUN TestCmdStreamLargeStderr [2020-11-05T11:26:52.376Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2020-11-05T11:26:52.376Z] === RUN TestCmdStreamBad [2020-11-05T11:26:52.376Z] --- SKIP: TestCmdStreamBad (0.00s) [2020-11-05T11:26:52.376Z] archive_test.go:238: Failing on Windows CI machines [2020-11-05T11:26:52.376Z] === RUN TestCmdStreamGood [2020-11-05T11:26:52.376Z] --- PASS: TestCmdStreamGood (0.07s) [2020-11-05T11:26:52.376Z] === RUN TestUntarPathWithInvalidDest [2020-11-05T11:26:52.376Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2020-11-05T11:26:52.376Z] === RUN TestUntarPathWithInvalidSrc [2020-11-05T11:26:52.376Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2020-11-05T11:26:52.376Z] === RUN TestUntarPath [2020-11-05T11:26:52.839Z] --- PASS: TestUntarPath (0.14s) [2020-11-05T11:26:52.839Z] === RUN TestUntarPathWithDestinationFile [2020-11-05T11:26:52.839Z] --- PASS: TestUntarPathWithDestinationFile (0.10s) [2020-11-05T11:26:52.839Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2020-11-05T11:26:52.839Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2020-11-05T11:26:52.839Z] === RUN TestCopyWithTarInvalidSrc [2020-11-05T11:26:52.839Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2020-11-05T11:26:52.839Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2020-11-05T11:26:52.839Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2020-11-05T11:26:52.839Z] === RUN TestCopyWithTarSrcFile [2020-11-05T11:26:52.839Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2020-11-05T11:26:52.839Z] === RUN TestCopyWithTarSrcFolder [2020-11-05T11:26:52.839Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2020-11-05T11:26:52.839Z] === RUN TestCopyFileWithTarInvalidSrc [2020-11-05T11:26:52.839Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2020-11-05T11:26:52.839Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2020-11-05T11:26:52.839Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2020-11-05T11:26:52.839Z] === RUN TestCopyFileWithTarSrcFolder [2020-11-05T11:26:52.839Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2020-11-05T11:26:52.839Z] === RUN TestCopyFileWithTarSrcFile [2020-11-05T11:26:52.839Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2020-11-05T11:26:53.310Z] === RUN TestTarFiles [2020-11-05T11:26:53.310Z] === RUN Test [2020-11-05T11:26:53.310Z] === RUN Test/TestContent [2020-11-05T11:26:53.310Z] === RUN Test/TestInitialize [2020-11-05T11:26:53.310Z] === RUN Test/TestNew [2020-11-05T11:26:53.310Z] === RUN Test/TestParsingContentsWithComments [2020-11-05T11:26:53.310Z] === RUN Test/TestRegister [2020-11-05T11:26:53.310Z] === RUN Test/TestWatch [2020-11-05T11:26:53.310Z] --- PASS: Test (0.01s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestContent (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestInitialize (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestNew (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestRegister (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestWatch (0.01s) [2020-11-05T11:26:53.310Z] PASS [2020-11-05T11:26:53.310Z] coverage: 92.9% of statements [2020-11-05T11:26:53.310Z] ok github.com/docker/docker/pkg/discovery/file 0.163s coverage: 92.9% of statements [2020-11-05T11:26:53.310Z] === RUN Test [2020-11-05T11:26:53.310Z] === RUN Test/TestContainsEntry [2020-11-05T11:26:53.310Z] === RUN Test/TestCreateEntries [2020-11-05T11:26:53.310Z] === RUN Test/TestEntriesDiff [2020-11-05T11:26:53.310Z] === RUN Test/TestEntriesEquality [2020-11-05T11:26:53.310Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2020-11-05T11:26:53.310Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2020-11-05T11:26:53.310Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2020-11-05T11:26:53.310Z] === RUN Test/TestGeneratorNotGenerate [2020-11-05T11:26:53.310Z] === RUN Test/TestGeneratorWithPort [2020-11-05T11:26:53.310Z] === RUN Test/TestGeneratorWithPortNotGenerate [2020-11-05T11:26:53.310Z] === RUN Test/TestNewEntry [2020-11-05T11:26:53.310Z] === RUN Test/TestParse [2020-11-05T11:26:53.310Z] --- PASS: Test (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestContainsEntry (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestCreateEntries (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestEntriesDiff (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestEntriesEquality (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestNewEntry (0.00s) [2020-11-05T11:26:53.310Z] --- PASS: Test/TestParse (0.00s) [2020-11-05T11:26:53.310Z] PASS [2020-11-05T11:26:53.310Z] coverage: 58.3% of statements [2020-11-05T11:26:53.310Z] ok github.com/docker/docker/pkg/discovery 0.269s coverage: 58.3% of statements [2020-11-05T11:26:54.860Z] === RUN Test [2020-11-05T11:26:54.860Z] === RUN Test/TestInitialize [2020-11-05T11:26:54.860Z] === RUN Test [2020-11-05T11:26:54.860Z] === RUN Test/TestWatch [2020-11-05T11:26:54.860Z] --- PASS: Test (0.00s) [2020-11-05T11:26:54.860Z] --- PASS: Test/TestWatch (0.00s) [2020-11-05T11:26:54.860Z] PASS [2020-11-05T11:26:54.860Z] coverage: 92.3% of statements [2020-11-05T11:26:54.860Z] ok github.com/docker/docker/pkg/discovery/memory 0.220s coverage: 92.3% of statements [2020-11-05T11:26:55.274Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.96s) [2020-11-05T11:26:55.274Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:xofvsyrrcdp0xsq1ut1ykqlm6 Created:2020-11-05 11:26:45.315577019 +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[4e77916ed361b159091a8767a8c8645ad663540cc27c803d616ca443681aca7d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.unt7gz3m8ibog569rngtt412v EndpointID:2ae39a60cf970d71c0c447ca4ff5a81a9b1e4d819259cda57bbdbd00c49a35d5 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c72056d46c03bc5f8522b7d27bcf0760b76f4c782fc7af77e3f1ee197e155bd9 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:a8ac47fe735c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.unt7gz3m8ibog569rngtt412v EndpointID:2ae39a60cf970d71c0c447ca4ff5a81a9b1e4d819259cda57bbdbd00c49a35d5 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-05T11:26:55.274Z] PASS [2020-11-05T11:26:55.274Z] [2020-11-05T11:26:55.274Z] === Skipped [2020-11-05T11:26:55.274Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-05T11:26:55.274Z] service_test.go:236: FLAKY_TEST [2020-11-05T11:26:55.274Z] [2020-11-05T11:26:55.274Z] [2020-11-05T11:26:55.274Z] DONE 23 tests, 1 skipped in 54.909s [2020-11-05T11:26:55.274Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-05T11:26:55.274Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:26:55.274Z] ++ set -e [2020-11-05T11:26:55.274Z] ++ '[' -n 0 ']' [2020-11-05T11:26:55.274Z] ++ set -x [2020-11-05T11:26:55.274Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:26:55.274Z] INFO: Testing against a local daemon [2020-11-05T11:26:55.274Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-05T11:26:55.274Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-05T11:26:55.274Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:26:55.274Z] === RUN TestDockerNetworkIpvlan [2020-11-05T11:26:55.274Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-05T11:26:55.274Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:26:55.274Z] PASS [2020-11-05T11:26:55.274Z] [2020-11-05T11:26:55.274Z] === Skipped [2020-11-05T11:26:55.274Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-05T11:26:55.274Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:26:55.274Z] [2020-11-05T11:26:55.274Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-05T11:26:55.275Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:26:55.275Z] [2020-11-05T11:26:55.275Z] [2020-11-05T11:26:55.275Z] DONE 2 tests, 2 skipped in 0.073s [2020-11-05T11:26:55.275Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-05T11:26:55.275Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:26:55.275Z] ++ set -e [2020-11-05T11:26:55.275Z] ++ '[' -n 0 ']' [2020-11-05T11:26:55.275Z] ++ set -x [2020-11-05T11:26:55.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:26:55.275Z] INFO: Testing against a local daemon [2020-11-05T11:26:55.275Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-05T11:26:55.324Z] === RUN Test [2020-11-05T11:26:55.324Z] === RUN Test/TestInitialize [2020-11-05T11:26:55.324Z] === RUN Test/TestInitializeWithPattern [2020-11-05T11:26:55.324Z] === RUN Test/TestRegister [2020-11-05T11:26:55.324Z] === RUN Test/TestWatch [2020-11-05T11:26:55.324Z] --- PASS: Test (0.00s) [2020-11-05T11:26:55.324Z] --- PASS: Test/TestInitialize (0.00s) [2020-11-05T11:26:55.324Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2020-11-05T11:26:55.324Z] --- PASS: Test/TestRegister (0.00s) [2020-11-05T11:26:55.324Z] --- PASS: Test/TestWatch (0.00s) [2020-11-05T11:26:55.324Z] PASS [2020-11-05T11:26:55.324Z] coverage: 93.8% of statements [2020-11-05T11:26:55.324Z] time="2020-11-05T11:26:54Z" level=info msg="Initializing discovery without TLS" [2020-11-05T11:26:55.324Z] time="2020-11-05T11:26:54Z" level=info msg="Initializing discovery without TLS" [2020-11-05T11:26:55.324Z] time="2020-11-05T11:26:54Z" level=info msg="Initializing discovery without TLS" [2020-11-05T11:26:55.324Z] === RUN Test/TestInitializeWithCerts [2020-11-05T11:26:55.324Z] ok github.com/docker/docker/pkg/discovery/nodes 0.061s coverage: 93.8% of statements [2020-11-05T11:26:55.324Z] time="2020-11-05T11:26:54Z" level=info msg="Initializing discovery with TLS" [2020-11-05T11:26:55.324Z] === RUN Test/TestWatch [2020-11-05T11:26:55.324Z] time="2020-11-05T11:26:54Z" level=info msg="Initializing discovery without TLS" [2020-11-05T11:26:55.566Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s) [2020-11-05T11:26:55.566Z] === RUN TestDockerNetworkMacvlan [2020-11-05T11:26:56.199Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-05T11:26:56.300Z] === RUN TestPollerAddRemove [2020-11-05T11:26:56.300Z] --- PASS: TestPollerAddRemove (0.00s) [2020-11-05T11:26:56.300Z] === RUN TestPollerEvent [2020-11-05T11:26:56.300Z] --- SKIP: TestPollerEvent (0.00s) [2020-11-05T11:26:56.300Z] poller_test.go:41: No chmod on Windows [2020-11-05T11:26:56.300Z] === RUN TestPollerClose [2020-11-05T11:26:56.300Z] --- PASS: TestPollerClose (0.00s) [2020-11-05T11:26:56.300Z] PASS [2020-11-05T11:26:56.300Z] coverage: 36.2% of statements [2020-11-05T11:26:56.300Z] ok github.com/docker/docker/pkg/filenotify 0.102s coverage: 36.2% of statements [2020-11-05T11:26:56.763Z] === RUN TestCopyFileWithInvalidSrc [2020-11-05T11:26:56.763Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestCopyFileWithInvalidDest [2020-11-05T11:26:56.763Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestCopyFileWithSameSrcAndDest [2020-11-05T11:26:56.763Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2020-11-05T11:26:56.763Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestCopyFile [2020-11-05T11:26:56.763Z] --- PASS: TestCopyFile (0.01s) [2020-11-05T11:26:56.763Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2020-11-05T11:26:56.763Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-11-05T11:26:56.763Z] fileutils_test.go:134: Needs porting to Windows [2020-11-05T11:26:56.763Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2020-11-05T11:26:56.763Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestReadSymlinkedDirectoryToFile [2020-11-05T11:26:56.763Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2020-11-05T11:26:56.763Z] fileutils_test.go:180: Needs porting to Windows [2020-11-05T11:26:56.763Z] === RUN TestWildcardMatches [2020-11-05T11:26:56.763Z] --- PASS: TestWildcardMatches (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestPatternMatches [2020-11-05T11:26:56.763Z] --- PASS: TestPatternMatches (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestExclusionPatternMatchesPatternBefore [2020-11-05T11:26:56.763Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestPatternMatchesFolderExclusions [2020-11-05T11:26:56.763Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2020-11-05T11:26:56.763Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestPatternMatchesFolderWildcardExclusions [2020-11-05T11:26:56.763Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestExclusionPatternMatchesPatternAfter [2020-11-05T11:26:56.763Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestExclusionPatternMatchesWholeDirectory [2020-11-05T11:26:56.763Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestSingleExclamationError [2020-11-05T11:26:56.763Z] --- PASS: TestSingleExclamationError (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestMatchesWithNoPatterns [2020-11-05T11:26:56.763Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestMatchesWithMalformedPatterns [2020-11-05T11:26:56.763Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestMatches [2020-11-05T11:26:56.763Z] --- PASS: TestMatches (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestCleanPatterns [2020-11-05T11:26:56.763Z] --- PASS: TestCleanPatterns (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestCleanPatternsStripEmptyPatterns [2020-11-05T11:26:56.763Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestCleanPatternsExceptionFlag [2020-11-05T11:26:56.763Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2020-11-05T11:26:56.763Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2020-11-05T11:26:56.763Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestCleanPatternsErrorSingleException [2020-11-05T11:26:56.763Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestCreateIfNotExistsDir [2020-11-05T11:26:56.763Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestCreateIfNotExistsFile [2020-11-05T11:26:56.763Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2020-11-05T11:26:56.763Z] === RUN TestMatch [2020-11-05T11:26:56.763Z] --- PASS: TestMatch (0.00s) [2020-11-05T11:26:56.763Z] PASS [2020-11-05T11:26:56.763Z] coverage: 87.7% of statements [2020-11-05T11:26:56.763Z] ok github.com/docker/docker/pkg/fileutils 0.079s coverage: 87.7% of statements [2020-11-05T11:26:57.233Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-05T11:26:57.740Z] === RUN TestGet [2020-11-05T11:26:57.740Z] --- PASS: TestGet (0.00s) [2020-11-05T11:26:57.740Z] === RUN TestGetShortcutString [2020-11-05T11:26:57.740Z] --- PASS: TestGetShortcutString (0.00s) [2020-11-05T11:26:57.740Z] PASS [2020-11-05T11:26:57.740Z] coverage: 42.9% of statements [2020-11-05T11:26:57.740Z] ok github.com/docker/docker/pkg/homedir 0.136s coverage: 42.9% of statements [2020-11-05T11:26:58.204Z] --- PASS: Test (3.17s) [2020-11-05T11:26:58.204Z] --- PASS: Test/TestInitialize (0.15s) [2020-11-05T11:26:58.204Z] --- PASS: Test/TestInitializeWithCerts (0.01s) [2020-11-05T11:26:58.204Z] --- PASS: Test/TestWatch (3.01s) [2020-11-05T11:26:58.204Z] PASS [2020-11-05T11:26:58.204Z] coverage: 84.1% of statements [2020-11-05T11:26:58.204Z] ok github.com/docker/docker/pkg/discovery/kv 3.401s coverage: 84.1% of statements [2020-11-05T11:26:58.204Z] === RUN TestCreateIDMapOrder [2020-11-05T11:26:58.204Z] --- PASS: TestCreateIDMapOrder (0.00s) [2020-11-05T11:26:58.204Z] PASS [2020-11-05T11:26:58.204Z] coverage: 7.3% of statements [2020-11-05T11:26:58.204Z] ok github.com/docker/docker/pkg/idtools 0.151s coverage: 7.3% of statements [2020-11-05T11:26:58.268Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-05T11:26:58.956Z] --- PASS: TestBuildWithHugeFile (42.29s) [2020-11-05T11:26:58.956Z] === RUN TestBuildWithEmptyDockerfile [2020-11-05T11:26:58.956Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-05T11:26:58.956Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-05T11:26:58.956Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-05T11:26:58.956Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-05T11:26:58.956Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-05T11:26:58.956Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-05T11:26:58.956Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-05T11:26:58.956Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-05T11:26:58.956Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-05T11:26:58.956Z] --- PASS: TestBuildWithEmptyDockerfile (0.23s) [2020-11-05T11:26:58.956Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.23s) [2020-11-05T11:26:58.956Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2020-11-05T11:26:58.956Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.23s) [2020-11-05T11:26:58.956Z] === RUN TestBuildPreserveOwnership [2020-11-05T11:26:58.956Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-05T11:26:58.956Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-05T11:26:59.754Z] === RUN TestFixedBufferCap [2020-11-05T11:26:59.754Z] --- PASS: TestFixedBufferCap (0.00s) [2020-11-05T11:26:59.754Z] === RUN TestFixedBufferLen [2020-11-05T11:26:59.754Z] --- PASS: TestFixedBufferLen (0.00s) [2020-11-05T11:26:59.754Z] === RUN TestFixedBufferString [2020-11-05T11:26:59.754Z] --- PASS: TestFixedBufferString (0.00s) [2020-11-05T11:26:59.754Z] === RUN TestFixedBufferWrite [2020-11-05T11:26:59.754Z] --- PASS: TestFixedBufferWrite (0.00s) [2020-11-05T11:26:59.754Z] === RUN TestFixedBufferRead [2020-11-05T11:26:59.754Z] --- PASS: TestFixedBufferRead (0.00s) [2020-11-05T11:26:59.754Z] === RUN TestBytesPipeRead [2020-11-05T11:26:59.754Z] --- PASS: TestBytesPipeRead (0.00s) [2020-11-05T11:26:59.754Z] === RUN TestBytesPipeWrite [2020-11-05T11:26:59.754Z] --- PASS: TestBytesPipeWrite (0.00s) [2020-11-05T11:26:59.754Z] === RUN TestBytesPipeWriteRandomChunks [2020-11-05T11:26:59.754Z] --- PASS: TestTarFiles (6.67s) [2020-11-05T11:26:59.754Z] === RUN TestTarUntar [2020-11-05T11:26:59.754Z] --- PASS: TestTarUntar (0.03s) [2020-11-05T11:26:59.754Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2020-11-05T11:26:59.754Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2020-11-05T11:26:59.754Z] === RUN TestTarWithOptions [2020-11-05T11:26:59.754Z] --- PASS: TestTarWithOptions (0.03s) [2020-11-05T11:26:59.754Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2020-11-05T11:26:59.754Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2020-11-05T11:26:59.754Z] === RUN TestUntarUstarGnuConflict [2020-11-05T11:26:59.754Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2020-11-05T11:26:59.754Z] === RUN TestUntarInvalidFilenames [2020-11-05T11:26:59.754Z] === RUN TestError [2020-11-05T11:26:59.754Z] --- PASS: TestError (0.00s) [2020-11-05T11:26:59.754Z] === RUN TestProgressString [2020-11-05T11:26:59.754Z] === RUN TestProgressString/no_progress [2020-11-05T11:26:59.754Z] === RUN TestProgressString/progress_1 [2020-11-05T11:26:59.754Z] === RUN TestProgressString/some_progress_with_a_start_time [2020-11-05T11:26:59.754Z] === RUN TestProgressString/some_progress_without_a_start_time [2020-11-05T11:26:59.754Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2020-11-05T11:26:59.754Z] === RUN TestProgressString/with_units [2020-11-05T11:26:59.754Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2020-11-05T11:26:59.754Z] === RUN TestProgressString/hide_counts [2020-11-05T11:26:59.754Z] --- PASS: TestProgressString (0.00s) [2020-11-05T11:26:59.754Z] --- PASS: TestProgressString/no_progress (0.00s) [2020-11-05T11:26:59.754Z] --- PASS: TestProgressString/progress_1 (0.00s) [2020-11-05T11:26:59.754Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2020-11-05T11:26:59.754Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2020-11-05T11:26:59.755Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2020-11-05T11:26:59.755Z] --- PASS: TestProgressString/with_units (0.00s) [2020-11-05T11:26:59.755Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2020-11-05T11:26:59.755Z] --- PASS: TestProgressString/hide_counts (0.00s) [2020-11-05T11:26:59.755Z] === RUN TestJSONMessageDisplay [2020-11-05T11:26:59.755Z] === RUN TestStandardLongPath [2020-11-05T11:26:59.755Z] --- PASS: TestStandardLongPath (0.00s) [2020-11-05T11:26:59.755Z] === RUN TestUNCLongPath [2020-11-05T11:26:59.755Z] --- PASS: TestUNCLongPath (0.00s) [2020-11-05T11:26:59.755Z] PASS [2020-11-05T11:26:59.755Z] coverage: 100.0% of statements [2020-11-05T11:26:59.755Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames948873194\\dest" [2020-11-05T11:26:59.755Z] ok github.com/docker/docker/pkg/longpath 0.037s coverage: 100.0% of statements [2020-11-05T11:26:59.755Z] --- PASS: TestUntarInvalidFilenames (0.17s) [2020-11-05T11:26:59.755Z] === RUN TestUntarHardlinkToSymlink [2020-11-05T11:26:59.755Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2020-11-05T11:26:59.755Z] === RUN TestUntarInvalidHardlink [2020-11-05T11:26:59.755Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink574921755\\victim\\hello" -> "../victim/hello" [2020-11-05T11:26:59.755Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink603523774\\victim\\hello" -> "/../victim/hello" [2020-11-05T11:26:59.755Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink666723589\\victim" -> "../victim" [2020-11-05T11:26:59.755Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink870304928\\victim" -> "../victim" [2020-11-05T11:26:59.755Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink934383487\\victim" -> "../victim" [2020-11-05T11:26:59.755Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink079974098\\victim" -> "../victim" [2020-11-05T11:26:59.755Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2020-11-05T11:26:59.755Z] === RUN TestUntarInvalidSymlink [2020-11-05T11:26:59.755Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink517506057\\dest\\dotdot" -> "../victim/hello" [2020-11-05T11:26:59.755Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink056113620\\dest\\slash-dotdot" -> "/../victim/hello" [2020-11-05T11:26:59.755Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink717949219\\dest\\loophole-victim" -> "../victim" [2020-11-05T11:26:59.755Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink226353190\\dest\\loophole-victim" -> "../victim" [2020-11-05T11:26:59.755Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink141381965\\dest\\loophole-victim" -> "../victim" [2020-11-05T11:26:59.755Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink729181256\\dest\\loophole-victim" -> "../victim" [2020-11-05T11:26:59.755Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink074601735\\dest\\dir\\loophole" -> "../../victim" [2020-11-05T11:26:59.755Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2020-11-05T11:26:59.755Z] === RUN TestTempArchiveCloseMultipleTimes [2020-11-05T11:26:59.755Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2020-11-05T11:26:59.755Z] === RUN TestReplaceFileTarWrapper [2020-11-05T11:26:59.755Z] --- PASS: TestJSONMessageDisplay (0.16s) [2020-11-05T11:26:59.755Z] === RUN TestJSONMessageDisplayWithJSONError [2020-11-05T11:26:59.755Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2020-11-05T11:26:59.755Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2020-11-05T11:26:59.755Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2020-11-05T11:26:59.755Z] === RUN TestDisplayJSONMessagesStream [2020-11-05T11:26:59.755Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2020-11-05T11:26:59.755Z] PASS [2020-11-05T11:26:59.755Z] coverage: 91.7% of statements [2020-11-05T11:26:59.755Z] ok github.com/docker/docker/pkg/jsonmessage 0.208s coverage: 91.7% of statements [2020-11-05T11:27:00.218Z] powershell.exe : # github.com/docker/docker/pkg/mount [2020-11-05T11:27:00.218Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-e96f6031\powershellWrapper.ps1:3 char:1 [2020-11-05T11:27:00.218Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2020-11-05T11:27:00.218Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-11-05T11:27:00.219Z] + CategoryInfo : NotSpecified: (# github.com/docker/docker/pkg/mount:String) [], RemoteException [2020-11-05T11:27:00.219Z] + FullyQualifiedErrorId : NativeCommandError [2020-11-05T11:27:00.219Z] [2020-11-05T11:27:00.219Z] pkg\mount\deprecated.go:23:16: undefined: mount.RDONLY [2020-11-05T11:27:00.219Z] pkg\mount\deprecated.go:24:16: undefined: mount.NOSUID [2020-11-05T11:27:00.219Z] pkg\mount\deprecated.go:25:16: undefined: mount.NOEXEC [2020-11-05T11:27:00.219Z] pkg\mount\deprecated.go:26:16: undefined: mount.SYNCHRONOUS [2020-11-05T11:27:00.219Z] pkg\mount\deprecated.go:27:16: undefined: mount.NOATIME [2020-11-05T11:27:00.219Z] pkg\mount\deprecated.go:28:16: undefined: mount.BIND [2020-11-05T11:27:00.219Z] pkg\mount\deprecated.go:29:16: undefined: mount.DIRSYNC [2020-11-05T11:27:00.219Z] pkg\mount\deprecated.go:30:16: undefined: mount.MANDLOCK [2020-11-05T11:27:00.219Z] pkg\mount\deprecated.go:31:16: undefined: mount.NODEV [2020-11-05T11:27:00.219Z] pkg\mount\deprecated.go:32:16: undefined: mount.NODIRATIME [2020-11-05T11:27:00.219Z] pkg\mount\deprecated.go:32:16: too many errors [2020-11-05T11:27:00.219Z] --- PASS: TestBytesPipeWriteRandomChunks (0.49s) [2020-11-05T11:27:00.219Z] === RUN TestAtomicWriteToFile [2020-11-05T11:27:00.219Z] --- PASS: TestAtomicWriteToFile (0.01s) [2020-11-05T11:27:00.219Z] === RUN TestAtomicWriteSetCommit [2020-11-05T11:27:00.219Z] --- PASS: TestAtomicWriteSetCommit (0.02s) [2020-11-05T11:27:00.219Z] === RUN TestAtomicWriteSetCancel [2020-11-05T11:27:00.219Z] --- PASS: TestAtomicWriteSetCancel (0.02s) [2020-11-05T11:27:00.219Z] === RUN TestReadCloserWrapperClose [2020-11-05T11:27:00.219Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2020-11-05T11:27:00.219Z] === RUN TestReaderErrWrapperReadOnError [2020-11-05T11:27:00.219Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2020-11-05T11:27:00.219Z] === RUN TestReaderErrWrapperRead [2020-11-05T11:27:00.219Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2020-11-05T11:27:00.219Z] === RUN TestHashData [2020-11-05T11:27:00.219Z] --- PASS: TestHashData (0.00s) [2020-11-05T11:27:00.219Z] === RUN TestCancelReadCloser [2020-11-05T11:27:00.219Z] --- PASS: TestReplaceFileTarWrapper (0.25s) [2020-11-05T11:27:00.219Z] === RUN TestPrefixHeaderReadable [2020-11-05T11:27:00.219Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2020-11-05T11:27:00.219Z] === RUN TestDisablePigz [2020-11-05T11:27:00.219Z] --- PASS: TestCancelReadCloser (0.11s) [2020-11-05T11:27:00.219Z] === RUN TestWriteCloserWrapperClose [2020-11-05T11:27:00.219Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2020-11-05T11:27:00.219Z] === RUN TestNopWriteCloser [2020-11-05T11:27:00.219Z] --- PASS: TestNopWriteCloser (0.00s) [2020-11-05T11:27:00.219Z] === RUN TestNopWriter [2020-11-05T11:27:00.219Z] --- PASS: TestNopWriter (0.00s) [2020-11-05T11:27:00.219Z] === RUN TestWriteCounter [2020-11-05T11:27:00.219Z] --- PASS: TestWriteCounter (0.00s) [2020-11-05T11:27:00.219Z] PASS [2020-11-05T11:27:00.219Z] coverage: 68.4% of statements [2020-11-05T11:27:00.219Z] ok github.com/docker/docker/pkg/ioutils 0.817s coverage: 68.4% of statements [2020-11-05T11:27:00.219Z] --- PASS: TestDisablePigz (0.13s) [2020-11-05T11:27:00.219Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2020-11-05T11:27:00.219Z] === RUN TestPigz [2020-11-05T11:27:00.219Z] --- PASS: TestPigz (0.19s) [2020-11-05T11:27:00.219Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2020-11-05T11:27:00.219Z] === RUN TestCopyFileWithInvalidDest [2020-11-05T11:27:00.219Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2020-11-05T11:27:00.219Z] archive_windows_test.go:16: Currently fails [2020-11-05T11:27:00.219Z] === RUN TestCanonicalTarNameForPath [2020-11-05T11:27:00.219Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2020-11-05T11:27:00.219Z] === RUN TestCanonicalTarName [2020-11-05T11:27:00.219Z] --- PASS: TestCanonicalTarName (0.00s) [2020-11-05T11:27:00.219Z] === RUN TestChmodTarEntry [2020-11-05T11:27:00.219Z] --- PASS: TestChmodTarEntry (0.00s) [2020-11-05T11:27:00.219Z] === RUN TestHardLinkOrder [2020-11-05T11:27:00.682Z] --- PASS: TestHardLinkOrder (0.08s) [2020-11-05T11:27:00.682Z] === RUN TestChangeString [2020-11-05T11:27:00.682Z] --- PASS: TestChangeString (0.00s) [2020-11-05T11:27:00.682Z] === RUN TestChangesWithNoChanges [2020-11-05T11:27:00.682Z] --- PASS: TestChangesWithNoChanges (0.05s) [2020-11-05T11:27:00.682Z] === RUN TestChangesWithChanges [2020-11-05T11:27:00.682Z] --- PASS: TestChangesWithChanges (0.03s) [2020-11-05T11:27:00.682Z] === RUN TestChangesWithChangesGH13590 [2020-11-05T11:27:00.682Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2020-11-05T11:27:00.682Z] changes_test.go:192: needs more investigation [2020-11-05T11:27:00.682Z] === RUN TestChangesDirsEmpty [2020-11-05T11:27:00.682Z] --- PASS: TestChangesDirsEmpty (0.14s) [2020-11-05T11:27:00.682Z] === RUN TestChangesDirsMutated [2020-11-05T11:27:00.682Z] === RUN TestNameFormat [2020-11-05T11:27:00.682Z] --- PASS: TestNameFormat (0.00s) [2020-11-05T11:27:00.682Z] === RUN TestNameRetries [2020-11-05T11:27:00.682Z] --- PASS: TestNameRetries (0.00s) [2020-11-05T11:27:00.682Z] PASS [2020-11-05T11:27:00.682Z] coverage: 85.7% of statements [2020-11-05T11:27:00.682Z] ok github.com/docker/docker/pkg/namesgenerator 0.056s coverage: 85.7% of statements [2020-11-05T11:27:00.682Z] --- PASS: TestChangesDirsMutated (0.16s) [2020-11-05T11:27:00.682Z] === RUN TestApplyLayer [2020-11-05T11:27:00.682Z] --- SKIP: TestApplyLayer (0.00s) [2020-11-05T11:27:00.682Z] changes_test.go:405: needs further investigation [2020-11-05T11:27:00.682Z] === RUN TestChangesSizeWithHardlinks [2020-11-05T11:27:00.682Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2020-11-05T11:27:00.682Z] changes_test.go:441: needs further investigation [2020-11-05T11:27:00.682Z] === RUN TestChangesSizeWithNoChanges [2020-11-05T11:27:00.682Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2020-11-05T11:27:00.682Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2020-11-05T11:27:00.682Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2020-11-05T11:27:00.682Z] === RUN TestChangesSize [2020-11-05T11:27:00.682Z] --- PASS: TestChangesSize (0.00s) [2020-11-05T11:27:00.682Z] === RUN TestApplyLayerInvalidFilenames [2020-11-05T11:27:00.682Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames222790203\\dest" [2020-11-05T11:27:00.682Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2020-11-05T11:27:00.682Z] === RUN TestApplyLayerInvalidHardlink [2020-11-05T11:27:00.682Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink986455077\\victim\\hello" -> "../victim/hello" [2020-11-05T11:27:00.682Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink642818880\\victim\\hello" -> "/../victim/hello" [2020-11-05T11:27:00.870Z] --- PASS: TestBuildPreserveOwnership (5.83s) [2020-11-05T11:27:00.871Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.72s) [2020-11-05T11:27:00.871Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.09s) [2020-11-05T11:27:00.871Z] === RUN TestBuildPlatformInvalid [2020-11-05T11:27:00.871Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-11-05T11:27:00.871Z] PASS [2020-11-05T11:27:00.871Z] [2020-11-05T11:27:00.871Z] === Skipped [2020-11-05T11:27:00.871Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-11-05T11:27:00.871Z] build_session_test.go:25: TODO: BuildKit [2020-11-05T11:27:00.871Z] [2020-11-05T11:27:00.871Z] [2020-11-05T11:27:00.871Z] DONE 32 tests, 1 skipped in 98.007s [2020-11-05T11:27:00.871Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-11-05T11:27:00.871Z] ++ 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 [2020-11-05T11:27:00.871Z] ++ set -e [2020-11-05T11:27:00.871Z] ++ '[' -n 0 ']' [2020-11-05T11:27:00.871Z] ++ set -x [2020-11-05T11:27:00.871Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:27:01.131Z] INFO: Testing against a local daemon [2020-11-05T11:27:01.131Z] === RUN TestConfigInspect [2020-11-05T11:27:01.146Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink087552927\\victim" -> "../victim" [2020-11-05T11:27:01.146Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink053931634\\victim" -> "../victim" [2020-11-05T11:27:01.146Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink455534377\\victim" -> "../victim" [2020-11-05T11:27:01.146Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink335476340\\victim" -> "../victim" [2020-11-05T11:27:01.146Z] --- PASS: TestApplyLayerInvalidHardlink (0.06s) [2020-11-05T11:27:01.146Z] === RUN TestApplyLayerInvalidSymlink [2020-11-05T11:27:01.146Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink264754499\\dest\\dotdot" -> "../victim/hello" [2020-11-05T11:27:01.146Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink290513350\\dest\\slash-dotdot" -> "/../victim/hello" [2020-11-05T11:27:01.146Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink883458157\\dest\\loophole-victim" -> "../victim" [2020-11-05T11:27:01.146Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink904110312\\dest\\loophole-victim" -> "../victim" [2020-11-05T11:27:01.146Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink474641191\\dest\\loophole-victim" -> "../victim" [2020-11-05T11:27:01.146Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink706723418\\dest\\loophole-victim" -> "../victim" [2020-11-05T11:27:01.146Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2020-11-05T11:27:01.146Z] === RUN TestApplyLayerWhiteouts [2020-11-05T11:27:01.146Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2020-11-05T11:27:01.146Z] === RUN TestGenerateEmptyFile [2020-11-05T11:27:01.146Z] --- PASS: TestGenerateEmptyFile (0.00s) [2020-11-05T11:27:01.146Z] === RUN TestGenerateWithContent [2020-11-05T11:27:01.146Z] --- PASS: TestGenerateWithContent (0.00s) [2020-11-05T11:27:01.146Z] PASS [2020-11-05T11:27:01.146Z] coverage: 62.7% of statements [2020-11-05T11:27:01.146Z] ok github.com/docker/docker/pkg/archive 9.737s coverage: 62.7% of statements [2020-11-05T11:27:01.146Z] === RUN TestParseKeyValueOpt [2020-11-05T11:27:01.146Z] --- PASS: TestParseKeyValueOpt (0.00s) [2020-11-05T11:27:01.146Z] === RUN TestParseUintList [2020-11-05T11:27:01.146Z] --- PASS: TestParseUintList (0.00s) [2020-11-05T11:27:01.146Z] === RUN TestParseUintListMaximumLimits [2020-11-05T11:27:01.146Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2020-11-05T11:27:01.146Z] PASS [2020-11-05T11:27:01.146Z] coverage: 97.0% of statements [2020-11-05T11:27:01.146Z] ok github.com/docker/docker/pkg/parsers 0.046s coverage: 97.0% of statements [2020-11-05T11:27:01.572Z] === RUN TestDockerSuite/TestBuildExpose [2020-11-05T11:27:01.572Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-11-05T11:27:01.572Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-11-05T11:27:01.612Z] === RUN TestNewAndRemove [2020-11-05T11:27:01.612Z] --- PASS: TestNewAndRemove (0.00s) [2020-11-05T11:27:01.612Z] === RUN TestRemoveInvalidPath [2020-11-05T11:27:01.612Z] --- PASS: TestRemoveInvalidPath (0.00s) [2020-11-05T11:27:01.612Z] PASS [2020-11-05T11:27:01.612Z] coverage: 82.6% of statements [2020-11-05T11:27:01.612Z] ok github.com/docker/docker/pkg/pidfile 0.075s coverage: 82.6% of statements [2020-11-05T11:27:01.789Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-05T11:27:01.831Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-11-05T11:27:02.398Z] === RUN TestDockerSuite/TestBuildFails [2020-11-05T11:27:02.588Z] === RUN TestParseEmptyInterface [2020-11-05T11:27:02.588Z] --- PASS: TestParseEmptyInterface (0.00s) [2020-11-05T11:27:02.588Z] === RUN TestParseNonInterfaceType [2020-11-05T11:27:02.588Z] --- PASS: TestParseNonInterfaceType (0.00s) [2020-11-05T11:27:02.588Z] === RUN TestParseWithOneFunction [2020-11-05T11:27:02.588Z] --- PASS: TestParseWithOneFunction (0.00s) [2020-11-05T11:27:02.588Z] === RUN TestParseWithMultipleFuncs [2020-11-05T11:27:02.588Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2020-11-05T11:27:02.588Z] === RUN TestParseWithUnnamedReturn [2020-11-05T11:27:02.588Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2020-11-05T11:27:02.588Z] === RUN TestEmbeddedInterface [2020-11-05T11:27:02.588Z] --- PASS: TestEmbeddedInterface (0.00s) [2020-11-05T11:27:02.588Z] === RUN TestParsedImports [2020-11-05T11:27:02.588Z] --- PASS: TestParsedImports (0.00s) [2020-11-05T11:27:02.588Z] === RUN TestAliasedImports [2020-11-05T11:27:02.588Z] --- PASS: TestAliasedImports (0.00s) [2020-11-05T11:27:02.588Z] PASS [2020-11-05T11:27:02.588Z] coverage: 56.8% of statements [2020-11-05T11:27:02.588Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.095s coverage: 56.8% of statements [2020-11-05T11:27:02.657Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-11-05T11:27:02.658Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-11-05T11:27:03.226Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-11-05T11:27:03.226Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-11-05T11:27:03.564Z] === RUN TestFailedConnection [2020-11-05T11:27:04.028Z] === RUN TestHTTPTransport [2020-11-05T11:27:04.028Z] --- PASS: TestHTTPTransport (0.00s) [2020-11-05T11:27:04.028Z] PASS [2020-11-05T11:27:04.028Z] coverage: 85.7% of statements [2020-11-05T11:27:04.028Z] ok github.com/docker/docker/pkg/plugins/transport 0.175s coverage: 85.7% of statements [2020-11-05T11:27:04.028Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2020-11-05T11:27:04.028Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-11-05T11:27:04.028Z] === RUN TestBufioReaderPoolPutAndGet [2020-11-05T11:27:04.028Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2020-11-05T11:27:04.028Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2020-11-05T11:27:04.028Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2020-11-05T11:27:04.028Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2020-11-05T11:27:04.028Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-11-05T11:27:04.028Z] === RUN TestBufioWriterPoolPutAndGet [2020-11-05T11:27:04.028Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2020-11-05T11:27:04.028Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2020-11-05T11:27:04.028Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2020-11-05T11:27:04.028Z] === RUN TestBufferPoolPutAndGet [2020-11-05T11:27:04.028Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2020-11-05T11:27:04.028Z] PASS [2020-11-05T11:27:04.028Z] coverage: 88.2% of statements [2020-11-05T11:27:04.028Z] ok github.com/docker/docker/pkg/pools 0.038s coverage: 88.2% of statements [2020-11-05T11:27:05.005Z] --- PASS: TestFailedConnection (1.06s) [2020-11-05T11:27:05.005Z] === RUN TestFailOnce [2020-11-05T11:27:05.005Z] 2020/11/05 11:27:04 http: panic serving 127.0.0.1:49218: Plugin not ready [2020-11-05T11:27:05.005Z] goroutine 10 [running]: [2020-11-05T11:27:05.005Z] net/http.(*conn).serve.func1(0xc000058be0) [2020-11-05T11:27:05.005Z] c:/go/src/net/http/server.go:1795 +0x140 [2020-11-05T11:27:05.005Z] panic(0x849ac0, 0x986830) [2020-11-05T11:27:05.005Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2020-11-05T11:27:05.005Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-05T11:27:05.005Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2020-11-05T11:27:05.005Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-05T11:27:05.005Z] c:/go/src/net/http/server.go:2036 +0x4b [2020-11-05T11:27:05.005Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-05T11:27:05.005Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2020-11-05T11:27:05.005Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-05T11:27:05.005Z] c:/go/src/net/http/server.go:2831 +0xab [2020-11-05T11:27:05.005Z] net/http.(*conn).serve(0xc000058be0, 0x99b060, 0xc00004a980) [2020-11-05T11:27:05.005Z] c:/go/src/net/http/server.go:1919 +0x87c [2020-11-05T11:27:05.005Z] created by net/http.(*Server).Serve [2020-11-05T11:27:05.005Z] c:/go/src/net/http/server.go:2957 +0x38b [2020-11-05T11:27:05.005Z] time="2020-11-05T11:27:04Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49217/Test.FailOnce: Post http://127.0.0.1:49217/Test.FailOnce: EOF, retrying in 1s" [2020-11-05T11:27:05.005Z] === RUN TestOutputOnPrematureClose [2020-11-05T11:27:05.005Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2020-11-05T11:27:05.005Z] === RUN TestCompleteSilently [2020-11-05T11:27:05.005Z] --- PASS: TestCompleteSilently (0.00s) [2020-11-05T11:27:05.005Z] PASS [2020-11-05T11:27:05.005Z] coverage: 75.9% of statements [2020-11-05T11:27:05.005Z] ok github.com/docker/docker/pkg/progress 0.038s coverage: 75.9% of statements [2020-11-05T11:27:05.005Z] === RUN TestSendToOneSub [2020-11-05T11:27:05.005Z] --- PASS: TestSendToOneSub (0.00s) [2020-11-05T11:27:05.005Z] === RUN TestSendToMultipleSubs [2020-11-05T11:27:05.005Z] --- PASS: TestSendToMultipleSubs (0.00s) [2020-11-05T11:27:05.005Z] === RUN TestEvictOneSub [2020-11-05T11:27:05.005Z] --- PASS: TestEvictOneSub (0.00s) [2020-11-05T11:27:05.005Z] === RUN TestClosePublisher [2020-11-05T11:27:05.005Z] --- PASS: TestClosePublisher (0.00s) [2020-11-05T11:27:05.005Z] === RUN TestPubSubRace [2020-11-05T11:27:05.335Z] --- PASS: TestConfigInspect (3.62s) [2020-11-05T11:27:05.335Z] === RUN TestConfigList [2020-11-05T11:27:05.982Z] === RUN TestRegister [2020-11-05T11:27:05.982Z] --- PASS: TestRegister (0.00s) [2020-11-05T11:27:05.982Z] === RUN TestCommand [2020-11-05T11:27:05.982Z] --- PASS: TestCommand (0.03s) [2020-11-05T11:27:05.982Z] === RUN TestNaiveSelf [2020-11-05T11:27:05.982Z] --- PASS: TestNaiveSelf (0.03s) [2020-11-05T11:27:05.982Z] PASS [2020-11-05T11:27:05.982Z] --- PASS: TestFailOnce (1.15s) [2020-11-05T11:27:05.982Z] === RUN TestEchoInputOutput [2020-11-05T11:27:05.982Z] coverage: 82.4% of statements [2020-11-05T11:27:05.982Z] --- PASS: TestEchoInputOutput (0.00s) [2020-11-05T11:27:05.982Z] === RUN TestBackoff [2020-11-05T11:27:05.982Z] --- PASS: TestBackoff (0.00s) [2020-11-05T11:27:05.982Z] === RUN TestAbortRetry [2020-11-05T11:27:05.982Z] --- PASS: TestAbortRetry (0.00s) [2020-11-05T11:27:05.982Z] === RUN TestClientScheme [2020-11-05T11:27:05.982Z] --- PASS: TestClientScheme (0.00s) [2020-11-05T11:27:05.982Z] === RUN TestNewClientWithTimeout [2020-11-05T11:27:05.982Z] ok github.com/docker/docker/pkg/reexec 0.125s coverage: 82.4% of statements [2020-11-05T11:27:05.982Z] --- PASS: TestPubSubRace (1.05s) [2020-11-05T11:27:05.982Z] PASS [2020-11-05T11:27:05.982Z] coverage: 75.0% of statements [2020-11-05T11:27:05.982Z] ok github.com/docker/docker/pkg/pubsub 1.090s coverage: 75.0% of statements [2020-11-05T11:27:06.275Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-05T11:27:06.446Z] time="2020-11-05T11:27:06Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49222/Test.Echo: Post http://127.0.0.1:49222/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2020-11-05T11:27:06.512Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-11-05T11:27:06.911Z] === RUN TestParseSignal [2020-11-05T11:27:06.911Z] --- PASS: TestParseSignal (0.00s) [2020-11-05T11:27:06.911Z] === RUN TestValidSignalForPlatform [2020-11-05T11:27:06.911Z] --- PASS: TestValidSignalForPlatform (0.00s) [2020-11-05T11:27:06.911Z] PASS [2020-11-05T11:27:06.911Z] coverage: 20.3% of statements [2020-11-05T11:27:06.911Z] ok github.com/docker/docker/pkg/signal 0.104s coverage: 20.3% of statements [2020-11-05T11:27:06.911Z] === RUN TestNewStdWriter [2020-11-05T11:27:06.911Z] --- PASS: TestNewStdWriter (0.00s) [2020-11-05T11:27:06.911Z] === RUN TestWriteWithUninitializedStdWriter [2020-11-05T11:27:06.911Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2020-11-05T11:27:06.911Z] === RUN TestWriteWithNilBytes [2020-11-05T11:27:06.911Z] --- PASS: TestWriteWithNilBytes (0.00s) [2020-11-05T11:27:06.911Z] === RUN TestWrite [2020-11-05T11:27:06.911Z] --- PASS: TestWrite (0.00s) [2020-11-05T11:27:06.911Z] === RUN TestWriteWithWriterError [2020-11-05T11:27:06.911Z] --- PASS: TestWriteWithWriterError (0.00s) [2020-11-05T11:27:06.911Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2020-11-05T11:27:06.911Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2020-11-05T11:27:06.911Z] === RUN TestStdCopyWriteAndRead [2020-11-05T11:27:06.911Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2020-11-05T11:27:06.911Z] === RUN TestStdCopyReturnsErrorReadingHeader [2020-11-05T11:27:06.911Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2020-11-05T11:27:06.911Z] === RUN TestStdCopyReturnsErrorReadingFrame [2020-11-05T11:27:06.911Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2020-11-05T11:27:06.911Z] === RUN TestStdCopyDetectsCorruptedFrame [2020-11-05T11:27:06.911Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2020-11-05T11:27:06.911Z] === RUN TestStdCopyWithInvalidInputHeader [2020-11-05T11:27:06.911Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2020-11-05T11:27:06.911Z] === RUN TestStdCopyWithCorruptedPrefix [2020-11-05T11:27:06.911Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2020-11-05T11:27:06.911Z] === RUN TestStdCopyReturnsWriteErrors [2020-11-05T11:27:06.911Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2020-11-05T11:27:06.911Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2020-11-05T11:27:06.911Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2020-11-05T11:27:06.911Z] === RUN TestStdCopyReturnsErrorFromSystem [2020-11-05T11:27:06.911Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2020-11-05T11:27:06.911Z] PASS [2020-11-05T11:27:06.911Z] coverage: 100.0% of statements [2020-11-05T11:27:06.911Z] ok github.com/docker/docker/pkg/stdcopy 0.058s coverage: 100.0% of statements [2020-11-05T11:27:07.880Z] --- PASS: TestConfigList (3.25s) [2020-11-05T11:27:07.880Z] === RUN TestConfigsCreateAndDelete [2020-11-05T11:27:07.888Z] time="2020-11-05T11:27:07Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49222/Test.Echo: Post http://127.0.0.1:49222/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2020-11-05T11:27:07.890Z] === RUN TestDockerSuite/TestBuildForceRm [2020-11-05T11:27:08.352Z] === RUN TestGenerateRandomID [2020-11-05T11:27:08.352Z] --- PASS: TestGenerateRandomID (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestShortenId [2020-11-05T11:27:08.352Z] --- PASS: TestShortenId (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestShortenSha256Id [2020-11-05T11:27:08.352Z] --- PASS: TestShortenSha256Id (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestShortenIdEmpty [2020-11-05T11:27:08.352Z] --- PASS: TestShortenIdEmpty (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestShortenIdInvalid [2020-11-05T11:27:08.352Z] --- PASS: TestShortenIdInvalid (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestIsShortIDNonHex [2020-11-05T11:27:08.352Z] --- PASS: TestIsShortIDNonHex (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestIsShortIDNotCorrectSize [2020-11-05T11:27:08.352Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2020-11-05T11:27:08.352Z] PASS [2020-11-05T11:27:08.352Z] coverage: 70.6% of statements [2020-11-05T11:27:08.352Z] ok github.com/docker/docker/pkg/stringid 0.086s coverage: 70.6% of statements [2020-11-05T11:27:08.352Z] === RUN TestRawProgressFormatterFormatStatus [2020-11-05T11:27:08.352Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestRawProgressFormatterFormatProgress [2020-11-05T11:27:08.352Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestFormatStatus [2020-11-05T11:27:08.352Z] --- PASS: TestFormatStatus (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestFormatError [2020-11-05T11:27:08.352Z] --- PASS: TestFormatError (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestFormatJSONError [2020-11-05T11:27:08.352Z] --- PASS: TestFormatJSONError (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestJsonProgressFormatterFormatProgress [2020-11-05T11:27:08.352Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestJsonProgressFormatterFormatStatus [2020-11-05T11:27:08.352Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestNewJSONProgressOutput [2020-11-05T11:27:08.352Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestAuxFormatterEmit [2020-11-05T11:27:08.352Z] --- PASS: TestAuxFormatterEmit (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestStreamWriterStdout [2020-11-05T11:27:08.352Z] --- PASS: TestStreamWriterStdout (0.00s) [2020-11-05T11:27:08.352Z] === RUN TestStreamWriterStderr [2020-11-05T11:27:08.352Z] --- PASS: TestStreamWriterStderr (0.00s) [2020-11-05T11:27:08.352Z] PASS [2020-11-05T11:27:08.352Z] coverage: 66.2% of statements [2020-11-05T11:27:08.352Z] ok github.com/docker/docker/pkg/streamformatter 0.068s coverage: 66.2% of statements [2020-11-05T11:27:09.329Z] # github.com/docker/docker/pkg/system [github.com/docker/docker/pkg/system.test] [2020-11-05T11:27:09.329Z] pkg\system\rm_test.go:62:12: undefined: mount.Mount [2020-11-05T11:27:09.329Z] === RUN TestIsCpusetListAvailable [2020-11-05T11:27:09.329Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2020-11-05T11:27:09.329Z] PASS [2020-11-05T11:27:09.329Z] coverage: 38.2% of statements [2020-11-05T11:27:09.329Z] ok github.com/docker/docker/pkg/sysinfo 0.056s coverage: 38.2% of statements [2020-11-05T11:27:09.793Z] === RUN TestDockerSuite/TestBuildFromGit [2020-11-05T11:27:10.307Z] === RUN TestTailFile [2020-11-05T11:27:10.307Z] --- PASS: TestTailFile (0.00s) [2020-11-05T11:27:10.307Z] === RUN TestTailFileManyLines [2020-11-05T11:27:10.307Z] --- PASS: TestTailFileManyLines (0.00s) [2020-11-05T11:27:10.307Z] === RUN TestTailEmptyFile [2020-11-05T11:27:10.307Z] --- PASS: TestTailEmptyFile (0.00s) [2020-11-05T11:27:10.307Z] === RUN TestTailNegativeN [2020-11-05T11:27:10.307Z] --- PASS: TestTailNegativeN (0.00s) [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader [2020-11-05T11:27:10.307Z] === CONT TestNewTailReader [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/4_byte_delimiter [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/4_byte_delimiter [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/8_byte_delimiter [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/8_byte_delimiter [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/12_byte_delimiter [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/12_byte_delimiter [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/no_delimiter [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/no_delimiter [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/single_byte_delimiter [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/single_byte_delimiter [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/2_byte_delimiter [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/2_byte_delimiter [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/truncated_last_line [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/truncated_last_line#01 [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/truncated_last_line#02 [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2020-11-05T11:27:10.307Z] === CONT TestNewTailReader/4_byte_delimiter [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.307Z] === CONT TestNewTailReader/single_byte_delimiter [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.307Z] === CONT TestNewTailReader/8_byte_delimiter [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-05T11:27:10.307Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-05T11:27:10.307Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/no_delimiter [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/12_byte_delimiter [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/2_byte_delimiter [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/no_delimiter/no_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.308Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] time="2020-11-05T11:27:10Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49222/Test.Echo: Post http://127.0.0.1:49222/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.309Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.309Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.309Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.310Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.310Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.310Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.310Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.310Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.310Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.310Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.310Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.310Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.310Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.310Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.310Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.310Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.310Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.310Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.310Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-05T11:27:10.310Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.310Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.310Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.310Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.310Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-05T11:27:10.310Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.310Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.310Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.310Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.310Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-05T11:27:10.729Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.775Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.775Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.775Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.775Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.775Z] === CONT TestNewTailReader/no_delimiter/no_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.775Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.775Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.775Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.776Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.776Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.776Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.777Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.777Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-05T11:27:10.778Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-05T11:27:10.778Z] --- PASS: TestNewTailReader (0.00s) [2020-11-05T11:27:10.778Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2020-11-05T11:27:10.778Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2020-11-05T11:27:10.778Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2020-11-05T11:27:10.778Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2020-11-05T11:27:10.778Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2020-11-05T11:27:10.778Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2020-11-05T11:27:10.778Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2020-11-05T11:27:10.778Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2020-11-05T11:27:10.778Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-05T11:27:10.778Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-05T11:27:10.778Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.01s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.01s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.01s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.02s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.07s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:10.779Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2020-11-05T11:27:10.988Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-11-05T11:27:11.179Z] --- PASS: TestConfigsCreateAndDelete (3.18s) [2020-11-05T11:27:11.179Z] === RUN TestConfigsUpdate [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.02s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.01s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.02s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2020-11-05T11:27:11.244Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.01s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.01s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.02s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.01s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-05T11:27:11.245Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-05T11:27:11.245Z] PASS [2020-11-05T11:27:11.245Z] coverage: 88.6% of statements [2020-11-05T11:27:11.245Z] ok github.com/docker/docker/pkg/tailfile 0.458s coverage: 88.6% of statements [2020-11-05T11:27:11.245Z] === RUN TestTarSumRemoveNonExistent [2020-11-05T11:27:11.245Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2020-11-05T11:27:11.245Z] === RUN TestTarSumRemove [2020-11-05T11:27:11.245Z] --- PASS: TestTarSumRemove (0.00s) [2020-11-05T11:27:11.245Z] === RUN TestSortFileInfoSums [2020-11-05T11:27:11.245Z] --- PASS: TestSortFileInfoSums (0.00s) [2020-11-05T11:27:11.245Z] === RUN TestNewTarSumForLabelInvalid [2020-11-05T11:27:11.245Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2020-11-05T11:27:11.245Z] === RUN TestNewTarSumForLabel [2020-11-05T11:27:11.245Z] --- PASS: TestNewTarSumForLabel (0.00s) [2020-11-05T11:27:11.245Z] === RUN TestEmptyTar [2020-11-05T11:27:11.246Z] --- PASS: TestEmptyTar (0.00s) [2020-11-05T11:27:11.246Z] === RUN TestTarSumsReadSize [2020-11-05T11:27:11.246Z] --- PASS: TestTarSumsReadSize (0.00s) [2020-11-05T11:27:11.246Z] === RUN TestTarSums [2020-11-05T11:27:11.246Z] --- PASS: TestTarSums (0.11s) [2020-11-05T11:27:11.246Z] === RUN TestIteration [2020-11-05T11:27:11.246Z] --- PASS: TestIteration (0.00s) [2020-11-05T11:27:11.246Z] === RUN TestVersionLabelForChecksum [2020-11-05T11:27:11.246Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2020-11-05T11:27:11.246Z] === RUN TestVersion [2020-11-05T11:27:11.246Z] --- PASS: TestVersion (0.00s) [2020-11-05T11:27:11.246Z] === RUN TestGetVersion [2020-11-05T11:27:11.246Z] --- PASS: TestGetVersion (0.00s) [2020-11-05T11:27:11.246Z] === RUN TestGetVersions [2020-11-05T11:27:11.246Z] --- PASS: TestGetVersions (0.00s) [2020-11-05T11:27:11.246Z] PASS [2020-11-05T11:27:11.246Z] coverage: 89.3% of statements [2020-11-05T11:27:11.246Z] ok github.com/docker/docker/pkg/tarsum 0.200s coverage: 89.3% of statements [2020-11-05T11:27:11.710Z] testing: warning: no tests to run [2020-11-05T11:27:11.710Z] PASS [2020-11-05T11:27:11.710Z] coverage: [no statements] [2020-11-05T11:27:11.710Z] ok github.com/docker/docker/pkg/term/windows 0.033s coverage: [no statements] [no tests to run] [2020-11-05T11:27:11.929Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-11-05T11:27:12.173Z] === RUN TestTruncIndex [2020-11-05T11:27:12.173Z] --- PASS: TestTruncIndex (0.10s) [2020-11-05T11:27:12.173Z] PASS [2020-11-05T11:27:12.173Z] coverage: 91.5% of statements [2020-11-05T11:27:12.173Z] ok github.com/docker/docker/pkg/truncindex 0.139s coverage: 91.5% of statements [2020-11-05T11:27:12.640Z] === RUN TestIsGIT [2020-11-05T11:27:12.640Z] --- PASS: TestIsGIT (0.00s) [2020-11-05T11:27:12.640Z] === RUN TestIsTransport [2020-11-05T11:27:12.640Z] --- PASS: TestIsTransport (0.00s) [2020-11-05T11:27:12.640Z] PASS [2020-11-05T11:27:12.640Z] coverage: 100.0% of statements [2020-11-05T11:27:12.640Z] ok github.com/docker/docker/pkg/urlutil 0.041s coverage: 100.0% of statements [2020-11-05T11:27:13.104Z] === RUN TestVersionInfo [2020-11-05T11:27:13.104Z] --- PASS: TestVersionInfo (0.00s) [2020-11-05T11:27:13.104Z] === RUN TestAppendVersions [2020-11-05T11:27:13.104Z] --- PASS: TestAppendVersions (0.00s) [2020-11-05T11:27:13.104Z] PASS [2020-11-05T11:27:13.104Z] coverage: 88.9% of statements [2020-11-05T11:27:13.104Z] ok github.com/docker/docker/pkg/useragent 0.041s coverage: 88.9% of statements [2020-11-05T11:27:13.275Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-05T11:27:13.839Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-11-05T11:27:14.325Z] --- PASS: TestDockerNetworkMacvlan (18.94s) [2020-11-05T11:27:14.325Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2020-11-05T11:27:14.325Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-11-05T11:27:14.325Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.40s) [2020-11-05T11:27:14.325Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.43s) [2020-11-05T11:27:14.325Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.17s) [2020-11-05T11:27:14.325Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.39s) [2020-11-05T11:27:14.325Z] PASS [2020-11-05T11:27:14.325Z] [2020-11-05T11:27:14.325Z] DONE 8 tests in 20.370s [2020-11-05T11:27:14.325Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-05T11:27:14.325Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:27:14.325Z] ++ set -e [2020-11-05T11:27:14.325Z] ++ '[' -n 0 ']' [2020-11-05T11:27:14.325Z] ++ set -x [2020-11-05T11:27:14.325Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:27:14.325Z] testing: warning: no tests to run [2020-11-05T11:27:14.325Z] PASS [2020-11-05T11:27:14.325Z] [2020-11-05T11:27:14.325Z] DONE 0 tests in 0.017s [2020-11-05T11:27:14.325Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-05T11:27:14.325Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:27:14.325Z] ++ set -e [2020-11-05T11:27:14.325Z] ++ '[' -n 0 ']' [2020-11-05T11:27:14.325Z] ++ set -x [2020-11-05T11:27:14.325Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:27:14.479Z] --- PASS: TestConfigsUpdate (3.20s) [2020-11-05T11:27:14.479Z] === RUN TestTemplatedConfig [2020-11-05T11:27:14.617Z] INFO: Testing against a local daemon [2020-11-05T11:27:14.617Z] === RUN TestAuthZPluginAllowRequest [2020-11-05T11:27:14.659Z] time="2020-11-05T11:27:14Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49222/Test.Echo: Post http://127.0.0.1:49222/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2020-11-05T11:27:14.774Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-11-05T11:27:15.032Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-11-05T11:27:15.133Z] === RUN TestNewSettable [2020-11-05T11:27:15.133Z] --- PASS: TestNewSettable (0.00s) [2020-11-05T11:27:15.133Z] === RUN TestIsSettable [2020-11-05T11:27:15.133Z] --- PASS: TestIsSettable (0.00s) [2020-11-05T11:27:15.133Z] === RUN TestUpdateSettingsEnv [2020-11-05T11:27:15.133Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2020-11-05T11:27:15.133Z] PASS [2020-11-05T11:27:15.133Z] coverage: 20.1% of statements [2020-11-05T11:27:15.133Z] ok github.com/docker/docker/plugin/v2 0.106s coverage: 20.1% of statements [2020-11-05T11:27:15.133Z] === RUN TestValidatePrivileges [2020-11-05T11:27:15.133Z] --- PASS: TestValidatePrivileges (0.00s) [2020-11-05T11:27:15.133Z] === RUN TestFilterByCapNeg [2020-11-05T11:27:15.133Z] --- PASS: TestFilterByCapNeg (0.00s) [2020-11-05T11:27:15.133Z] === RUN TestFilterByCapPos [2020-11-05T11:27:15.133Z] --- PASS: TestFilterByCapPos (0.00s) [2020-11-05T11:27:15.133Z] === RUN TestStoreGetPluginNotMatchCapRefs [2020-11-05T11:27:15.133Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2020-11-05T11:27:15.133Z] PASS [2020-11-05T11:27:15.133Z] coverage: 12.0% of statements [2020-11-05T11:27:15.133Z] ok github.com/docker/docker/plugin 0.155s coverage: 12.0% of statements [2020-11-05T11:27:16.126Z] --- PASS: TestAuthZPluginAllowRequest (1.68s) [2020-11-05T11:27:16.126Z] === RUN TestAuthZPluginTLS [2020-11-05T11:27:16.682Z] === RUN TestLoad [2020-11-05T11:27:16.682Z] --- PASS: TestLoad (0.00s) [2020-11-05T11:27:16.682Z] === RUN TestSave [2020-11-05T11:27:16.682Z] --- PASS: TestSave (0.04s) [2020-11-05T11:27:16.682Z] === RUN TestAddDeleteGet [2020-11-05T11:27:16.682Z] --- PASS: TestAddDeleteGet (0.05s) [2020-11-05T11:27:16.682Z] === RUN TestInvalidTags [2020-11-05T11:27:16.682Z] --- PASS: TestInvalidTags (0.01s) [2020-11-05T11:27:16.682Z] PASS [2020-11-05T11:27:16.682Z] coverage: 84.4% of statements [2020-11-05T11:27:16.682Z] ok github.com/docker/docker/reference 0.156s coverage: 84.4% of statements [2020-11-05T11:27:16.682Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-05T11:27:16.682Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-05T11:27:16.682Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-05T11:27:16.830Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-11-05T11:27:16.830Z] === RUN TestAuthZPluginDenyRequest [2020-11-05T11:27:16.934Z] --- PASS: TestImportExtremelyLargeImageWorks (198.69s) [2020-11-05T11:27:16.934Z] PASS [2020-11-05T11:27:16.934Z] [2020-11-05T11:27:16.934Z] DONE 12 tests in 202.321s [2020-11-05T11:27:16.934Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-11-05T11:27:16.934Z] ++ 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 [2020-11-05T11:27:16.934Z] ++ set -e [2020-11-05T11:27:16.934Z] ++ '[' -n 0 ']' [2020-11-05T11:27:16.934Z] ++ set -x [2020-11-05T11:27:16.934Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:27:16.934Z] INFO: Testing against a local daemon [2020-11-05T11:27:16.934Z] === RUN TestNetworkCreateDelete [2020-11-05T11:27:16.934Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-11-05T11:27:17.122Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2020-11-05T11:27:17.122Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-05T11:27:17.193Z] --- PASS: TestNetworkCreateDelete (0.23s) [2020-11-05T11:27:17.193Z] === RUN TestDockerNetworkDeletePreferID [2020-11-05T11:27:17.661Z] === RUN TestRestartManagerTimeout [2020-11-05T11:27:17.662Z] --- PASS: TestRestartManagerTimeout (0.00s) [2020-11-05T11:27:17.662Z] === RUN TestRestartManagerTimeoutReset [2020-11-05T11:27:17.662Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2020-11-05T11:27:17.662Z] PASS [2020-11-05T11:27:17.662Z] coverage: 50.9% of statements [2020-11-05T11:27:17.662Z] ok github.com/docker/docker/restartmanager 0.038s coverage: 50.9% of statements [2020-11-05T11:27:17.755Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-11-05T11:27:17.755Z] === RUN TestAuthZPluginDenyResponse [2020-11-05T11:27:17.760Z] --- PASS: TestDockerNetworkDeletePreferID (0.59s) [2020-11-05T11:27:17.760Z] === RUN TestDaemonDNSFallback [2020-11-05T11:27:17.778Z] --- PASS: TestTemplatedConfig (3.41s) [2020-11-05T11:27:17.778Z] === RUN TestConfigCreateResolve [2020-11-05T11:27:18.125Z] === RUN TestResolveAuthConfigIndexServer [2020-11-05T11:27:18.125Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2020-11-05T11:27:18.125Z] === RUN TestResolveAuthConfigFullURL [2020-11-05T11:27:18.125Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2020-11-05T11:27:18.125Z] === RUN TestLoadAllowNondistributableArtifacts [2020-11-05T11:27:18.125Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2020-11-05T11:27:18.125Z] === RUN TestValidateMirror [2020-11-05T11:27:18.125Z] --- PASS: TestValidateMirror (0.01s) [2020-11-05T11:27:18.125Z] === RUN TestLoadInsecureRegistries [2020-11-05T11:27:18.399Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-11-05T11:27:18.399Z] === RUN TestAuthZPluginAllowEventStream [2020-11-05T11:27:18.589Z] === RUN TestResumableRequestHeaderSimpleErrors [2020-11-05T11:27:18.589Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2020-11-05T11:27:18.589Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2020-11-05T11:27:18.589Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2020-11-05T11:27:18.589Z] === RUN TestResumableRequestHeaderTooMuchFailures [2020-11-05T11:27:18.589Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestResumableRequestReaderWithReadError [2020-11-05T11:27:18.589Z] time="2020-11-05T11:27:18Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-11-05T11:27:18.589Z] time="2020-11-05T11:27:18Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2020-11-05T11:27:18.589Z] time="2020-11-05T11:27:18Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-11-05T11:27:18.589Z] --- PASS: TestLoadInsecureRegistries (0.14s) [2020-11-05T11:27:18.589Z] === RUN TestNewServiceConfig [2020-11-05T11:27:18.589Z] --- PASS: TestNewServiceConfig (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestValidateIndexName [2020-11-05T11:27:18.589Z] --- PASS: TestValidateIndexName (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestValidateIndexNameWithError [2020-11-05T11:27:18.589Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestEndpointParse [2020-11-05T11:27:18.589Z] --- PASS: TestEndpointParse (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestEndpointParseInvalid [2020-11-05T11:27:18.589Z] --- PASS: TestEndpointParseInvalid (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestValidateEndpoint [2020-11-05T11:27:18.589Z] --- PASS: TestValidateEndpoint (0.01s) [2020-11-05T11:27:18.589Z] === RUN TestPing [2020-11-05T11:27:18.589Z] --- PASS: TestPing (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestPingRegistryEndpoint [2020-11-05T11:27:18.589Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2020-11-05T11:27:18.589Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:18.589Z] === RUN TestEndpoint [2020-11-05T11:27:18.589Z] --- SKIP: TestEndpoint (0.00s) [2020-11-05T11:27:18.589Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:18.589Z] === RUN TestParseRepositoryInfo [2020-11-05T11:27:18.589Z] --- PASS: TestParseRepositoryInfo (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestNewIndexInfo [2020-11-05T11:27:18.589Z] --- PASS: TestNewIndexInfo (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestMirrorEndpointLookup [2020-11-05T11:27:18.589Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2020-11-05T11:27:18.589Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:18.589Z] === RUN TestSearchRepositories [2020-11-05T11:27:18.589Z] --- PASS: TestSearchRepositories (0.00s) [2020-11-05T11:27:18.589Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2020-11-05T11:27:18.589Z] Host: 127.0.0.1:49227 [2020-11-05T11:27:18.589Z] User-Agent: docker test client [2020-11-05T11:27:18.589Z] Authorization: Token fake-token [2020-11-05T11:27:18.589Z] X-Docker-Token: true [2020-11-05T11:27:18.589Z] Accept-Encoding: gzip [2020-11-05T11:27:18.589Z] [2020-11-05T11:27:18.589Z] [2020-11-05T11:27:18.589Z] registry_test.go:730: HTTP/1.1 200 OK [2020-11-05T11:27:18.589Z] Connection: close [2020-11-05T11:27:18.589Z] Content-Length: 144 [2020-11-05T11:27:18.589Z] Cache-Control: no-cache [2020-11-05T11:27:18.589Z] Content-Type: application/json [2020-11-05T11:27:18.589Z] Date: Thu, 05 Nov 2020 11:27:18 GMT [2020-11-05T11:27:18.589Z] Expires: -1 [2020-11-05T11:27:18.589Z] Pragma: no-cache [2020-11-05T11:27:18.589Z] Server: docker-tests/mock [2020-11-05T11:27:18.589Z] X-Docker-Registry-Config: mock [2020-11-05T11:27:18.589Z] X-Docker-Registry-Version: 0.0.0 [2020-11-05T11:27:18.589Z] [2020-11-05T11:27:18.589Z] [2020-11-05T11:27:18.589Z] === RUN TestTrustedLocation [2020-11-05T11:27:18.589Z] --- PASS: TestTrustedLocation (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2020-11-05T11:27:18.589Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestAllowNondistributableArtifacts [2020-11-05T11:27:18.589Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestIsSecureIndex [2020-11-05T11:27:18.589Z] --- PASS: TestIsSecureIndex (0.00s) [2020-11-05T11:27:18.589Z] PASS [2020-11-05T11:27:18.589Z] coverage: 49.9% of statements [2020-11-05T11:27:18.589Z] ok github.com/docker/docker/registry 0.414s coverage: 49.9% of statements [2020-11-05T11:27:18.589Z] time="2020-11-05T11:27:18Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2020-11-05T11:27:18.589Z] --- PASS: TestResumableRequestReaderWithReadError (0.15s) [2020-11-05T11:27:18.589Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2020-11-05T11:27:18.589Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2020-11-05T11:27:18.589Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2020-11-05T11:27:18.589Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestResumableRequestReader [2020-11-05T11:27:18.589Z] --- PASS: TestResumableRequestReader (0.00s) [2020-11-05T11:27:18.589Z] === RUN TestResumableRequestReaderWithInitialResponse [2020-11-05T11:27:18.589Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2020-11-05T11:27:18.589Z] PASS [2020-11-05T11:27:18.589Z] coverage: 100.0% of statements [2020-11-05T11:27:18.589Z] ok github.com/docker/docker/registry/resumable 0.445s coverage: 100.0% of statements [2020-11-05T11:27:19.052Z] === RUN TestDecodeContainerConfig [2020-11-05T11:27:19.052Z] --- PASS: TestDecodeContainerConfig (0.00s) [2020-11-05T11:27:19.052Z] === RUN TestDecodeContainerConfigIsolation [2020-11-05T11:27:19.052Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2020-11-05T11:27:19.052Z] === RUN TestValidatePrivileged [2020-11-05T11:27:19.052Z] --- PASS: TestValidatePrivileged (0.00s) [2020-11-05T11:27:19.052Z] PASS [2020-11-05T11:27:19.052Z] coverage: 52.2% of statements [2020-11-05T11:27:19.052Z] ok github.com/docker/docker/runconfig 0.103s coverage: 52.2% of statements [2020-11-05T11:27:19.139Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-11-05T11:27:19.907Z] --- PASS: TestAuthZPluginAllowEventStream (1.62s) [2020-11-05T11:27:19.907Z] === RUN TestAuthZPluginErrorResponse [2020-11-05T11:27:20.029Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2020-11-05T11:27:20.029Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2020-11-05T11:27:20.029Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2020-11-05T11:27:20.029Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2020-11-05T11:27:20.029Z] PASS [2020-11-05T11:27:20.029Z] coverage: 62.5% of statements [2020-11-05T11:27:20.029Z] ok github.com/docker/docker/testutil 0.068s coverage: 62.5% of statements [2020-11-05T11:27:20.074Z] === RUN TestDockerSuite/TestBuildHistory [2020-11-05T11:27:20.606Z] --- PASS: TestAuthZPluginErrorResponse (0.52s) [2020-11-05T11:27:20.606Z] === RUN TestAuthZPluginErrorRequest [2020-11-05T11:27:20.898Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-11-05T11:27:20.898Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-05T11:27:21.080Z] --- PASS: TestConfigCreateResolve (3.21s) [2020-11-05T11:27:21.080Z] === RUN TestConfigDaemonLibtrustID [2020-11-05T11:27:21.532Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.52s) [2020-11-05T11:27:21.532Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-05T11:27:21.651Z] --- PASS: TestConfigDaemonLibtrustID (0.71s) [2020-11-05T11:27:21.651Z] PASS [2020-11-05T11:27:21.651Z] [2020-11-05T11:27:21.651Z] DONE 7 tests in 20.740s [2020-11-05T11:27:21.651Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-11-05T11:27:21.651Z] ++ 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 [2020-11-05T11:27:21.651Z] ++ set -e [2020-11-05T11:27:21.651Z] ++ '[' -n 0 ']' [2020-11-05T11:27:21.651Z] ++ set -x [2020-11-05T11:27:21.651Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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 [2020-11-05T11:27:21.911Z] INFO: Testing against a local daemon [2020-11-05T11:27:21.911Z] === RUN TestCheckpoint [2020-11-05T11:27:21.911Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-05T11:27:21.911Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-05T11:27:21.911Z] === RUN TestContainerInvalidJSON [2020-11-05T11:27:21.911Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-05T11:27:21.911Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-05T11:27:21.911Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-05T11:27:21.911Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-05T11:27:21.911Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-05T11:27:21.911Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-05T11:27:21.911Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-05T11:27:21.911Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-05T11:27:21.911Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-05T11:27:21.911Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-05T11:27:21.912Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-05T11:27:21.912Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-05T11:27:21.912Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-05T11:27:21.912Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-05T11:27:21.912Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2020-11-05T11:27:21.912Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-05T11:27:22.172Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2020-11-05T11:27:22.172Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-05T11:27:22.172Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-11-05T11:27:22.172Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-05T11:27:22.226Z] === RUN TestGetDriver [2020-11-05T11:27:22.226Z] --- PASS: TestGetDriver (0.00s) [2020-11-05T11:27:22.226Z] === RUN TestVolumeRequestError [2020-11-05T11:27:22.226Z] --- PASS: TestVolumeRequestError (0.01s) [2020-11-05T11:27:22.226Z] PASS [2020-11-05T11:27:22.226Z] coverage: 36.1% of statements [2020-11-05T11:27:22.226Z] ok github.com/docker/docker/volume/drivers 0.251s coverage: 36.1% of statements [2020-11-05T11:27:22.433Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-11-05T11:27:22.433Z] === RUN TestCopyFromContainer [2020-11-05T11:27:22.688Z] === RUN TestGetAddress [2020-11-05T11:27:22.688Z] --- PASS: TestGetAddress (0.00s) [2020-11-05T11:27:22.688Z] === RUN TestRemove [2020-11-05T11:27:22.688Z] --- SKIP: TestRemove (0.00s) [2020-11-05T11:27:22.688Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-11-05T11:27:22.688Z] === RUN TestInitializeWithVolumes [2020-11-05T11:27:22.688Z] --- PASS: TestInitializeWithVolumes (0.01s) [2020-11-05T11:27:22.688Z] === RUN TestCreate [2020-11-05T11:27:22.688Z] --- PASS: TestCreate (0.01s) [2020-11-05T11:27:22.688Z] === RUN TestValidateName [2020-11-05T11:27:22.688Z] --- PASS: TestValidateName (0.00s) [2020-11-05T11:27:22.688Z] === RUN TestCreateWithOpts [2020-11-05T11:27:22.688Z] --- SKIP: TestCreateWithOpts (0.00s) [2020-11-05T11:27:22.688Z] local_test.go:181: runtime.GOOS == "windows" [2020-11-05T11:27:22.688Z] === RUN TestRelaodNoOpts [2020-11-05T11:27:22.688Z] --- PASS: TestRelaodNoOpts (0.01s) [2020-11-05T11:27:22.688Z] PASS [2020-11-05T11:27:22.688Z] coverage: 41.0% of statements [2020-11-05T11:27:22.688Z] ok github.com/docker/docker/volume/local 0.270s coverage: 41.0% of statements [2020-11-05T11:27:22.688Z] === RUN TestConvertTmpfsOptions [2020-11-05T11:27:22.688Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2020-11-05T11:27:22.688Z] parser_test.go:49: data="mode=700,size=1m" [2020-11-05T11:27:22.688Z] parser_test.go:49: data="ro" [2020-11-05T11:27:22.688Z] === RUN TestParseMountRaw [2020-11-05T11:27:22.688Z] --- PASS: TestParseMountRaw (0.03s) [2020-11-05T11:27:22.688Z] === RUN TestParseMountRawSplit [2020-11-05T11:27:22.688Z] --- PASS: TestParseMountRawSplit (0.00s) [2020-11-05T11:27:22.688Z] parser_test.go:390: case 0 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 1 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 2 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 3 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 4 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 5 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 6 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 7 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 8 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 0 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 1 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 2 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 3 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 4 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 5 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 6 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 7 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 8 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 9 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 10 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 11 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 12 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 0 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 1 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 2 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 3 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 4 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 5 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 6 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 7 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 8 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 9 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 10 [2020-11-05T11:27:22.688Z] parser_test.go:390: case 11 [2020-11-05T11:27:22.688Z] === RUN TestParseMountSpec [2020-11-05T11:27:22.688Z] --- PASS: TestParseMountSpec (0.00s) [2020-11-05T11:27:22.688Z] parser_test.go:455: case 0 [2020-11-05T11:27:22.688Z] parser_test.go:455: case 1 [2020-11-05T11:27:22.688Z] parser_test.go:455: case 2 [2020-11-05T11:27:22.688Z] parser_test.go:455: case 3 [2020-11-05T11:27:22.688Z] parser_test.go:455: case 4 [2020-11-05T11:27:22.688Z] parser_test.go:455: case 5 [2020-11-05T11:27:22.688Z] === RUN TestParseMountSpecBindWithFileinfoError [2020-11-05T11:27:22.688Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2020-11-05T11:27:22.688Z] === RUN TestValidateMount [2020-11-05T11:27:22.688Z] --- PASS: TestValidateMount (0.00s) [2020-11-05T11:27:22.688Z] PASS [2020-11-05T11:27:22.688Z] coverage: 66.2% of statements [2020-11-05T11:27:22.688Z] ok github.com/docker/docker/volume/mounts 0.304s coverage: 66.2% of statements [2020-11-05T11:27:23.361Z] === RUN TestDockerSuite/TestBuildIidFile [2020-11-05T11:27:23.361Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-11-05T11:27:23.361Z] === RUN TestDockerSuite/TestBuildInheritance [2020-11-05T11:27:23.620Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-11-05T11:27:23.665Z] --- PASS: TestNewClientWithTimeout (17.61s) [2020-11-05T11:27:23.665Z] === RUN TestClientStream [2020-11-05T11:27:23.665Z] --- PASS: TestClientStream (0.00s) [2020-11-05T11:27:23.665Z] === RUN TestClientSendFile [2020-11-05T11:27:23.665Z] --- PASS: TestClientSendFile (0.00s) [2020-11-05T11:27:23.665Z] === RUN TestClientWithRequestTimeout [2020-11-05T11:27:23.665Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2020-11-05T11:27:23.665Z] === RUN TestFileSpecPlugin [2020-11-05T11:27:23.665Z] --- PASS: TestFileSpecPlugin (0.02s) [2020-11-05T11:27:23.665Z] === RUN TestFileJSONSpecPlugin [2020-11-05T11:27:23.665Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2020-11-05T11:27:23.665Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2020-11-05T11:27:23.665Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2020-11-05T11:27:23.665Z] === RUN TestPluginAddHandler [2020-11-05T11:27:23.665Z] --- PASS: TestPluginAddHandler (0.00s) [2020-11-05T11:27:23.665Z] === RUN TestPluginWaitBadPlugin [2020-11-05T11:27:23.665Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2020-11-05T11:27:23.665Z] === RUN TestGet [2020-11-05T11:27:23.665Z] time="2020-11-05T11:27:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2020-11-05T11:27:23.668Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.06s) [2020-11-05T11:27:23.668Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-05T11:27:23.881Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-11-05T11:27:24.355Z] === RUN TestCopyFromContainer// [2020-11-05T11:27:24.356Z] === RUN TestCopyFromContainer//bar/root [2020-11-05T11:27:24.449Z] --- PASS: TestDaemonDNSFallback (6.69s) [2020-11-05T11:27:24.449Z] === RUN TestInspectNetwork [2020-11-05T11:27:24.449Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-11-05T11:27:24.449Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-11-05T11:27:24.449Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-11-05T11:27:24.626Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-05T11:27:24.626Z] === RUN TestCopyFromContainer/bar/quux [2020-11-05T11:27:24.642Z] time="2020-11-05T11:27:24Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2020-11-05T11:27:24.642Z] === RUN TestSetGetMeta [2020-11-05T11:27:24.642Z] === PAUSE TestSetGetMeta [2020-11-05T11:27:24.642Z] === RUN TestRestore [2020-11-05T11:27:24.642Z] === PAUSE TestRestore [2020-11-05T11:27:24.642Z] === RUN TestServiceCreate [2020-11-05T11:27:24.642Z] === PAUSE TestServiceCreate [2020-11-05T11:27:24.642Z] === RUN TestServiceList [2020-11-05T11:27:24.642Z] === PAUSE TestServiceList [2020-11-05T11:27:24.642Z] === RUN TestServiceRemove [2020-11-05T11:27:24.642Z] === PAUSE TestServiceRemove [2020-11-05T11:27:24.642Z] === RUN TestServiceGet [2020-11-05T11:27:24.642Z] === PAUSE TestServiceGet [2020-11-05T11:27:24.642Z] === RUN TestServicePrune [2020-11-05T11:27:24.642Z] === PAUSE TestServicePrune [2020-11-05T11:27:24.642Z] === RUN TestCreate [2020-11-05T11:27:24.642Z] === PAUSE TestCreate [2020-11-05T11:27:24.642Z] === RUN TestRemove [2020-11-05T11:27:24.642Z] === PAUSE TestRemove [2020-11-05T11:27:24.642Z] === RUN TestList [2020-11-05T11:27:24.642Z] === PAUSE TestList [2020-11-05T11:27:24.642Z] === RUN TestFindByDriver [2020-11-05T11:27:24.642Z] === PAUSE TestFindByDriver [2020-11-05T11:27:24.642Z] === RUN TestFindByReferenced [2020-11-05T11:27:24.642Z] === PAUSE TestFindByReferenced [2020-11-05T11:27:24.642Z] === RUN TestDerefMultipleOfSameRef [2020-11-05T11:27:24.642Z] === PAUSE TestDerefMultipleOfSameRef [2020-11-05T11:27:24.642Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-05T11:27:24.642Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-05T11:27:24.642Z] === RUN TestDefererencePluginOnCreateError [2020-11-05T11:27:24.642Z] === PAUSE TestDefererencePluginOnCreateError [2020-11-05T11:27:24.642Z] === RUN TestRefDerefRemove [2020-11-05T11:27:24.642Z] === PAUSE TestRefDerefRemove [2020-11-05T11:27:24.642Z] === RUN TestGet [2020-11-05T11:27:24.642Z] === PAUSE TestGet [2020-11-05T11:27:24.642Z] === RUN TestGetWithReference [2020-11-05T11:27:24.642Z] === PAUSE TestGetWithReference [2020-11-05T11:27:24.642Z] === RUN TestFilterFunc [2020-11-05T11:27:24.642Z] === RUN TestFilterFunc/test_nil_list [2020-11-05T11:27:24.642Z] === PAUSE TestFilterFunc/test_nil_list [2020-11-05T11:27:24.642Z] === RUN TestFilterFunc/test_empty_list [2020-11-05T11:27:24.642Z] === PAUSE TestFilterFunc/test_empty_list [2020-11-05T11:27:24.642Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2020-11-05T11:27:24.642Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2020-11-05T11:27:24.642Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-05T11:27:24.642Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-05T11:27:24.642Z] === RUN TestFilterFunc/test_filter_some [2020-11-05T11:27:24.642Z] === PAUSE TestFilterFunc/test_filter_some [2020-11-05T11:27:24.642Z] === RUN TestFilterFunc/test_filter_middle [2020-11-05T11:27:24.642Z] === PAUSE TestFilterFunc/test_filter_middle [2020-11-05T11:27:24.642Z] === RUN TestFilterFunc/test_filter_middle_and_last [2020-11-05T11:27:24.642Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2020-11-05T11:27:24.642Z] === RUN TestFilterFunc/test_filter_first_and_last [2020-11-05T11:27:24.642Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2020-11-05T11:27:24.642Z] === CONT TestFilterFunc/test_nil_list [2020-11-05T11:27:24.642Z] === CONT TestFilterFunc/test_filter_first_and_last [2020-11-05T11:27:24.642Z] === CONT TestFilterFunc/test_filter_some [2020-11-05T11:27:24.642Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2020-11-05T11:27:24.642Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-05T11:27:24.642Z] === CONT TestFilterFunc/test_empty_list [2020-11-05T11:27:24.642Z] === CONT TestFilterFunc/test_filter_middle_and_last [2020-11-05T11:27:24.642Z] === CONT TestFilterFunc/test_filter_middle [2020-11-05T11:27:24.642Z] --- PASS: TestFilterFunc (0.00s) [2020-11-05T11:27:24.642Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2020-11-05T11:27:24.642Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2020-11-05T11:27:24.642Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2020-11-05T11:27:24.642Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2020-11-05T11:27:24.642Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2020-11-05T11:27:24.642Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2020-11-05T11:27:24.642Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2020-11-05T11:27:24.642Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2020-11-05T11:27:24.642Z] === CONT TestSetGetMeta [2020-11-05T11:27:24.642Z] === CONT TestFindByReferenced [2020-11-05T11:27:24.642Z] === CONT TestServicePrune [2020-11-05T11:27:24.642Z] === CONT TestGetWithReference [2020-11-05T11:27:24.642Z] --- PASS: TestSetGetMeta (0.02s) [2020-11-05T11:27:24.642Z] === CONT TestGet [2020-11-05T11:27:24.642Z] --- PASS: TestFindByReferenced (0.03s) [2020-11-05T11:27:24.642Z] === CONT TestRefDerefRemove [2020-11-05T11:27:24.642Z] --- PASS: TestGetWithReference (0.04s) [2020-11-05T11:27:24.642Z] === CONT TestDefererencePluginOnCreateError [2020-11-05T11:27:24.642Z] --- PASS: TestGet (0.03s) [2020-11-05T11:27:24.642Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-05T11:27:24.642Z] --- PASS: TestRefDerefRemove (0.03s) [2020-11-05T11:27:24.642Z] === CONT TestDerefMultipleOfSameRef [2020-11-05T11:27:24.642Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2020-11-05T11:27:24.642Z] === CONT TestServiceList [2020-11-05T11:27:24.642Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2020-11-05T11:27:24.642Z] === CONT TestServiceGet [2020-11-05T11:27:24.642Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2020-11-05T11:27:24.642Z] === CONT TestServiceRemove [2020-11-05T11:27:24.890Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-05T11:27:24.890Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-05T11:27:25.105Z] --- PASS: TestServiceGet (0.09s) [2020-11-05T11:27:25.105Z] === CONT TestList [2020-11-05T11:27:25.105Z] time="2020-11-05T11:27:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-05T11:27:25.105Z] --- PASS: TestServiceRemove (0.08s) [2020-11-05T11:27:25.105Z] === CONT TestFindByDriver [2020-11-05T11:27:25.105Z] --- PASS: TestServiceList (0.11s) [2020-11-05T11:27:25.105Z] === CONT TestServiceCreate [2020-11-05T11:27:25.105Z] time="2020-11-05T11:27:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-05T11:27:25.105Z] time="2020-11-05T11:27:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-05T11:27:25.105Z] time="2020-11-05T11:27:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2020-11-05T11:27:25.105Z] --- PASS: TestList (0.04s) [2020-11-05T11:27:25.105Z] === CONT TestRemove [2020-11-05T11:27:25.105Z] --- PASS: TestFindByDriver (0.03s) [2020-11-05T11:27:25.105Z] === CONT TestRestore [2020-11-05T11:27:25.105Z] time="2020-11-05T11:27:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-05T11:27:25.105Z] --- PASS: TestServiceCreate (0.04s) [2020-11-05T11:27:25.105Z] === CONT TestCreate [2020-11-05T11:27:25.105Z] --- PASS: TestServicePrune (0.22s) [2020-11-05T11:27:25.105Z] --- PASS: TestCreate (0.02s) [2020-11-05T11:27:25.105Z] --- PASS: TestRemove (0.03s) [2020-11-05T11:27:25.105Z] --- PASS: TestRestore (0.03s) [2020-11-05T11:27:25.105Z] PASS [2020-11-05T11:27:25.105Z] coverage: 70.3% of statements [2020-11-05T11:27:25.105Z] ok github.com/docker/docker/volume/service 0.524s coverage: 70.3% of statements [2020-11-05T11:27:25.151Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-05T11:27:25.151Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-05T11:27:25.151Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-05T11:27:25.387Z] === RUN TestDockerSuite/TestBuildLabel [2020-11-05T11:27:25.412Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-05T11:27:25.646Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-11-05T11:27:25.672Z] --- PASS: TestCopyFromContainer (3.19s) [2020-11-05T11:27:25.672Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-11-05T11:27:25.672Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-11-05T11:27:25.672Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-11-05T11:27:25.672Z] --- PASS: TestCopyFromContainer/bar/quux (0.16s) [2020-11-05T11:27:25.672Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2020-11-05T11:27:25.672Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2020-11-05T11:27:25.672Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2020-11-05T11:27:25.672Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-11-05T11:27:25.672Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2020-11-05T11:27:25.672Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2020-11-05T11:27:25.672Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-05T11:27:25.672Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-05T11:27:25.672Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-05T11:27:25.672Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-05T11:27:25.672Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-05T11:27:25.672Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-05T11:27:25.672Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-05T11:27:25.672Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-05T11:27:25.672Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-05T11:27:25.672Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-05T11:27:25.672Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-11-05T11:27:25.672Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-11-05T11:27:25.672Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-11-05T11:27:25.672Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-11-05T11:27:25.672Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-05T11:27:25.672Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-11-05T11:27:25.672Z] === RUN TestCreateWithInvalidEnv [2020-11-05T11:27:25.672Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-05T11:27:25.672Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-05T11:27:25.672Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-05T11:27:25.672Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-05T11:27:25.672Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-05T11:27:25.672Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-05T11:27:25.672Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-05T11:27:25.672Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-05T11:27:25.672Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-05T11:27:25.672Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-05T11:27:25.672Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-05T11:27:25.672Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-05T11:27:25.672Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-05T11:27:25.672Z] === RUN TestCreateTmpfsMountsTarget [2020-11-05T11:27:25.672Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-11-05T11:27:25.672Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-05T11:27:25.762Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.15s) [2020-11-05T11:27:25.762Z] === RUN TestAuthZPluginHeader [2020-11-05T11:27:26.214Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-11-05T11:27:26.395Z] --- PASS: TestAuthZPluginHeader (0.81s) [2020-11-05T11:27:26.395Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-05T11:27:26.395Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-05T11:27:26.395Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:27:26.395Z] === RUN TestAuthZPluginV2Disable [2020-11-05T11:27:26.395Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-05T11:27:26.395Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:27:26.395Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-05T11:27:26.395Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-05T11:27:26.395Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:27:26.395Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-05T11:27:26.395Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-05T11:27:26.395Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:27:26.395Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-05T11:27:26.656Z] time="2020-11-05T11:27:26Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2020-11-05T11:27:27.150Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-11-05T11:27:27.410Z] === RUN TestDockerSuite/TestBuildLabels [2020-11-05T11:27:27.977Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-11-05T11:27:28.216Z] --- PASS: TestCreateWithCustomMaskedPaths (2.14s) [2020-11-05T11:27:28.216Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-05T11:27:29.354Z] === RUN TestInspectNetwork/full_network_id [2020-11-05T11:27:29.354Z] === RUN TestInspectNetwork/partial_network_id [2020-11-05T11:27:29.354Z] === RUN TestInspectNetwork/network_name [2020-11-05T11:27:29.354Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-05T11:27:29.354Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-11-05T11:27:30.129Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.29s) [2020-11-05T11:27:30.129Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-05T11:27:30.129Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-05T11:27:30.129Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-05T11:27:30.129Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-05T11:27:30.129Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-05T11:27:30.129Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-05T11:27:30.129Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-05T11:27:30.129Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-05T11:27:30.129Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-05T11:27:30.129Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-05T11:27:30.129Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-05T11:27:30.129Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-05T11:27:30.129Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-05T11:27:30.129Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-05T11:27:30.129Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-05T11:27:30.129Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-05T11:27:30.129Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-11-05T11:27:30.129Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-11-05T11:27:30.129Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-11-05T11:27:30.129Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-11-05T11:27:30.129Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-11-05T11:27:30.129Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-11-05T11:27:30.129Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-05T11:27:30.411Z] time="2020-11-05T11:27:30Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2020-11-05T11:27:31.073Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.71s) [2020-11-05T11:27:31.073Z] === RUN TestCreateDifferentPlatform [2020-11-05T11:27:31.073Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-05T11:27:31.073Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-05T11:27:31.073Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-11-05T11:27:31.073Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-05T11:27:31.073Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-05T11:27:31.073Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-05T11:27:31.073Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-11-05T11:27:31.073Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-05T11:27:31.073Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2020-11-05T11:27:31.073Z] === RUN TestContainerStartOnDaemonRestart [2020-11-05T11:27:31.073Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-05T11:27:31.073Z] === RUN TestDaemonRestartIpcMode [2020-11-05T11:27:31.073Z] === PAUSE TestDaemonRestartIpcMode [2020-11-05T11:27:31.073Z] === RUN TestDaemonHostGatewayIP [2020-11-05T11:27:31.073Z] === PAUSE TestDaemonHostGatewayIP [2020-11-05T11:27:31.073Z] === RUN TestContainerKillOnDaemonStart [2020-11-05T11:27:31.073Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-05T11:27:31.073Z] === RUN TestDiff [2020-11-05T11:27:31.257Z] === RUN TestDockerSuite/TestBuildLastModified [2020-11-05T11:27:32.015Z] --- PASS: TestDiff (0.71s) [2020-11-05T11:27:32.015Z] === RUN TestExecWithCloseStdin [2020-11-05T11:27:32.586Z] --- PASS: TestExecWithCloseStdin (0.84s) [2020-11-05T11:27:32.586Z] === RUN TestExec [2020-11-05T11:27:33.161Z] --- PASS: TestInspectNetwork (8.90s) [2020-11-05T11:27:33.161Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-05T11:27:33.161Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-05T11:27:33.161Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-05T11:27:33.161Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-05T11:27:33.161Z] === RUN TestRunContainerWithBridgeNone [2020-11-05T11:27:33.528Z] --- PASS: TestExec (0.88s) [2020-11-05T11:27:33.528Z] === RUN TestExecUser [2020-11-05T11:27:34.475Z] --- PASS: TestExecUser (0.89s) [2020-11-05T11:27:34.475Z] === RUN TestExportContainerAndImportImage [2020-11-05T11:27:35.422Z] --- PASS: TestExportContainerAndImportImage (1.09s) [2020-11-05T11:27:35.422Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-05T11:27:35.738Z] --- PASS: TestRunContainerWithBridgeNone (2.07s) [2020-11-05T11:27:35.738Z] === RUN TestNetworkInvalidJSON [2020-11-05T11:27:35.738Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-05T11:27:35.738Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-05T11:27:35.738Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-05T11:27:35.738Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-05T11:27:35.738Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-05T11:27:35.738Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-05T11:27:35.738Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-05T11:27:35.738Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-05T11:27:35.738Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-05T11:27:35.738Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-11-05T11:27:35.738Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-05T11:27:35.738Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2020-11-05T11:27:35.738Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2020-11-05T11:27:35.738Z] === RUN TestHostIPv4BridgeLabel [2020-11-05T11:27:35.738Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-11-05T11:27:35.997Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2020-11-05T11:27:35.997Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-05T11:27:36.932Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-11-05T11:27:36.932Z] === RUN TestDaemonDefaultNetworkPools [2020-11-05T11:27:37.868Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s) [2020-11-05T11:27:37.868Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-05T11:27:37.967Z] --- PASS: TestExportContainerAfterDaemonRestart (2.14s) [2020-11-05T11:27:37.967Z] === RUN TestHealthCheckWorkdir [2020-11-05T11:27:38.127Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-11-05T11:27:38.127Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-11-05T11:27:38.127Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-11-05T11:27:38.385Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-11-05T11:27:38.385Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-11-05T11:27:38.644Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-11-05T11:27:38.903Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2020-11-05T11:27:38.903Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-05T11:27:38.908Z] --- PASS: TestHealthCheckWorkdir (1.08s) [2020-11-05T11:27:38.908Z] === RUN TestHealthKillContainer [2020-11-05T11:27:39.022Z] --- PASS: TestGet (15.00s) [2020-11-05T11:27:39.022Z] === RUN TestPluginWithNoManifest [2020-11-05T11:27:39.022Z] --- PASS: TestPluginWithNoManifest (0.00s) [2020-11-05T11:27:39.022Z] === RUN TestGetAll [2020-11-05T11:27:39.022Z] --- PASS: TestGetAll (0.00s) [2020-11-05T11:27:39.022Z] PASS [2020-11-05T11:27:39.022Z] coverage: 73.4% of statements [2020-11-05T11:27:39.022Z] ok github.com/docker/docker/pkg/plugins 35.112s coverage: 73.4% of statements [2020-11-05T11:27:39.022Z] WARN invalid TestEvent: FAIL github.com/docker/docker/pkg/system [build failed] [2020-11-05T11:27:39.022Z] bad output from test2json: FAIL github.com/docker/docker/pkg/system [build failed] [2020-11-05T11:27:40.282Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-11-05T11:27:40.282Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) [2020-11-05T11:27:40.282Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-05T11:27:40.578Z] [2020-11-05T11:27:40.578Z] === Skipped [2020-11-05T11:27:40.578Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-11-05T11:27:40.578Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-11-05T11:27:40.578Z] [2020-11-05T11:27:40.578Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-11-05T11:27:40.578Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:40.578Z] [2020-11-05T11:27:40.578Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2020-11-05T11:27:40.578Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:40.578Z] [2020-11-05T11:27:40.578Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2020-11-05T11:27:40.578Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:40.578Z] [2020-11-05T11:27:40.578Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2020-11-05T11:27:40.578Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:40.578Z] [2020-11-05T11:27:40.578Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-11-05T11:27:40.578Z] client_test.go:23: runtime.GOOS == "windows" [2020-11-05T11:27:40.578Z] [2020-11-05T11:27:40.578Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-11-05T11:27:40.578Z] daemon_test.go:147: root required [2020-11-05T11:27:40.578Z] [2020-11-05T11:27:40.578Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-11-05T11:27:40.578Z] reload_test.go:520: root required [2020-11-05T11:27:40.578Z] [2020-11-05T11:27:40.578Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-11-05T11:27:40.578Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:40.578Z] [2020-11-05T11:27:40.578Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-11-05T11:27:40.578Z] pull_v2_test.go:73: Needs fixing on Windows [2020-11-05T11:27:40.578Z] [2020-11-05T11:27:40.578Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-11-05T11:27:40.578Z] pull_v2_test.go:118: Needs fixing on Windows [2020-11-05T11:27:40.578Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-11-05T11:27:40.579Z] download_test.go:268: Needs fixing on Windows [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-11-05T11:27:40.579Z] layer_test.go:304: Failing on Windows [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-11-05T11:27:40.579Z] layer_test.go:353: Failing on Windows [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-11-05T11:27:40.579Z] layer_test.go:468: Failing on Windows [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-11-05T11:27:40.579Z] layer_test.go:697: Failing on Windows [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-11-05T11:27:40.579Z] migration_test.go:46: Failing on Windows [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-11-05T11:27:40.579Z] migration_test.go:182: Failing on Windows [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-11-05T11:27:40.579Z] mount_test.go:17: Failing on Windows [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-11-05T11:27:40.579Z] mount_test.go:76: Failing on Windows [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-11-05T11:27:40.579Z] mount_test.go:125: Failing on Windows [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-11-05T11:27:40.579Z] mount_test.go:212: Failing on Windows [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-11-05T11:27:40.579Z] archive_test.go:133: Xz not present in msys2 [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-11-05T11:27:40.579Z] archive_test.go:238: Failing on Windows CI machines [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-11-05T11:27:40.579Z] archive_windows_test.go:16: Currently fails [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-11-05T11:27:40.579Z] changes_test.go:192: needs more investigation [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-11-05T11:27:40.579Z] changes_test.go:405: needs further investigation [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-11-05T11:27:40.579Z] changes_test.go:441: needs further investigation [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-11-05T11:27:40.579Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-11-05T11:27:40.579Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-11-05T11:27:40.579Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-11-05T11:27:40.579Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-11-05T11:27:40.579Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-11-05T11:27:40.579Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-11-05T11:27:40.579Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-11-05T11:27:40.579Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-11-05T11:27:40.579Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-11-05T11:27:40.579Z] poller_test.go:41: No chmod on Windows [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-11-05T11:27:40.579Z] fileutils_test.go:134: Needs porting to Windows [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-11-05T11:27:40.579Z] fileutils_test.go:180: Needs porting to Windows [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2020-11-05T11:27:40.579Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-11-05T11:27:40.579Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2020-11-05T11:27:40.579Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-11-05T11:27:40.579Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-11-05T11:27:40.579Z] local_test.go:181: runtime.GOOS == "windows" [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] === Errors [2020-11-05T11:27:40.579Z] pkg\mount\deprecated.go:23:16: undefined: mount.RDONLY [2020-11-05T11:27:40.579Z] pkg\mount\deprecated.go:24:16: undefined: mount.NOSUID [2020-11-05T11:27:40.579Z] pkg\mount\deprecated.go:25:16: undefined: mount.NOEXEC [2020-11-05T11:27:40.579Z] pkg\mount\deprecated.go:26:16: undefined: mount.SYNCHRONOUS [2020-11-05T11:27:40.579Z] pkg\mount\deprecated.go:27:16: undefined: mount.NOATIME [2020-11-05T11:27:40.579Z] pkg\mount\deprecated.go:28:16: undefined: mount.BIND [2020-11-05T11:27:40.579Z] pkg\mount\deprecated.go:29:16: undefined: mount.DIRSYNC [2020-11-05T11:27:40.579Z] pkg\mount\deprecated.go:30:16: undefined: mount.MANDLOCK [2020-11-05T11:27:40.579Z] pkg\mount\deprecated.go:31:16: undefined: mount.NODEV [2020-11-05T11:27:40.579Z] pkg\mount\deprecated.go:32:16: undefined: mount.NODIRATIME [2020-11-05T11:27:40.579Z] pkg\mount\deprecated.go:32:16: too many errors [2020-11-05T11:27:40.579Z] pkg\system\rm_test.go:62:12: undefined: mount.Mount [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] DONE 1761 tests, 45 skipped, 12 errors in 217.204s [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] ERROR: make.ps1 failed: [2020-11-05T11:27:40.579Z] Unit tests failed [2020-11-05T11:27:40.579Z] At C:\gopath\src\github.com\docker\docker\hack\make.ps1:335 char:30 [2020-11-05T11:27:40.579Z] + if ($p.ExitCode -ne 0) { Throw "Unit tests failed" } [2020-11-05T11:27:40.579Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] ___________ .__.__ .___ [2020-11-05T11:27:40.579Z] \_ _____/____ |__| | ____ __| _/ [2020-11-05T11:27:40.579Z] | __) \__ \ | | | _/ __ \ / __ | [2020-11-05T11:27:40.579Z] | \ / __ \| | |_\ ___// /_/ | [2020-11-05T11:27:40.579Z] \___ / (____ /__|____/\___ >____ | [2020-11-05T11:27:40.579Z] \/ \/ \/ \/ [2020-11-05T11:27:40.579Z] [2020-11-05T11:27:40.579Z] INFO: make.ps1 ended at 11/05/2020 11:27:40 [2020-11-05T11:27:40.850Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2020-11-05T11:27:40.850Z] === RUN TestServiceWithPredefinedNetwork [2020-11-05T11:27:41.109Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-11-05T11:27:42.128Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-11-05T11:27:42.128Z] [2020-11-05T11:27:42.128Z] [2020-11-05T11:27:42.128Z] ERROR: Failed 'ERROR: Unit tests failed' at 11/05/2020 11:27:41 [2020-11-05T11:27:42.128Z] At D:\gopath\src\github.com\docker\docker\hack\ci\windows.ps1:808 char:17 [2020-11-05T11:27:42.128Z] + Throw "ERROR: Unit tests failed" [2020-11-05T11:27:42.128Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-11-05T11:27:42.128Z] [2020-11-05T11:27:42.128Z] [2020-11-05T11:27:42.128Z] [2020-11-05T11:27:42.128Z] INFO: Tidying up at end of run [2020-11-05T11:27:42.128Z] INFO: Saving daemon under test log (d:\CI\PR-40256\7\dut.out) to bundles\CIDUT.out [2020-11-05T11:27:42.128Z] INFO: Saving daemon under test log (d:\CI\PR-40256\7\dut.err) to bundles\CIDUT.err [2020-11-05T11:27:42.128Z] INFO: Nuke-Everything... [2020-11-05T11:27:42.207Z] --- PASS: TestHealthKillContainer (2.86s) [2020-11-05T11:27:42.207Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-05T11:27:42.467Z] --- PASS: TestInspectCpusetInConfigPre120 (0.74s) [2020-11-05T11:27:42.467Z] === RUN TestIpcModeNone [2020-11-05T11:27:42.591Z] INFO: Container count on control daemon to delete is 2 [2020-11-05T11:27:43.059Z] 30b08a42fa39 [2020-11-05T11:27:43.059Z] d25f2e6ca442 [2020-11-05T11:27:43.059Z] INFO: Non-base image count on control daemon to delete is 1 [2020-11-05T11:27:43.409Z] --- PASS: TestIpcModeNone (0.82s) [2020-11-05T11:27:43.409Z] === RUN TestIpcModePrivate [2020-11-05T11:27:43.641Z] --- PASS: TestServiceWithPredefinedNetwork (2.47s) [2020-11-05T11:27:43.641Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-05T11:27:43.641Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-05T11:27:43.641Z] service_test.go:236: FLAKY_TEST [2020-11-05T11:27:43.641Z] === RUN TestServiceWithDataPathPortInit [2020-11-05T11:27:43.980Z] --- PASS: TestIpcModePrivate (0.83s) [2020-11-05T11:27:43.980Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-11-05T11:27:43.980Z] === RUN TestIpcModeShareable [2020-11-05T11:27:44.209Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-11-05T11:27:44.466Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-11-05T11:27:44.613Z] Deleted: sha256:0f134a8e2e2c1b88a461315822d8e0e4fee1d82b3b2952a77f7663689a5bd12a [2020-11-05T11:27:44.613Z] Deleted: sha256:b83aeae410463a60a2c55398ce5f1a8bc744336f1de43c53b6d610e1608186c7 [2020-11-05T11:27:44.613Z] INFO: Killing daemon with PID 1512 [2020-11-05T11:27:44.613Z] INFO: Tidying pidfile d:\CI\PR-40256\7\docker.pid [2020-11-05T11:27:44.613Z] INFO: Stopping possible daemon pid 1512 [2020-11-05T11:27:44.613Z] ERROR: The process "1512" not found. [2020-11-05T11:27:44.613Z] INFO: Nuking d:\CI [2020-11-05T11:27:44.921Z] --- PASS: TestIpcModeShareable (0.89s) [2020-11-05T11:27:44.921Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-11-05T11:27:44.921Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-05T11:27:44.992Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.21s) [2020-11-05T11:27:44.992Z] PASS [2020-11-05T11:27:44.992Z] [2020-11-05T11:27:44.992Z] === Skipped [2020-11-05T11:27:44.992Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-05T11:27:44.992Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:27:44.992Z] [2020-11-05T11:27:44.992Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-05T11:27:44.992Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:27:44.992Z] [2020-11-05T11:27:44.992Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-05T11:27:44.992Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:27:44.992Z] [2020-11-05T11:27:44.992Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-05T11:27:44.992Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:27:44.992Z] [2020-11-05T11:27:44.992Z] [2020-11-05T11:27:44.992Z] DONE 17 tests, 4 skipped in 29.290s [2020-11-05T11:27:44.992Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-05T11:27:44.992Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:27:44.992Z] ++ set -e [2020-11-05T11:27:44.992Z] ++ '[' -n 0 ']' [2020-11-05T11:27:44.992Z] ++ set -x [2020-11-05T11:27:44.992Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:27:44.992Z] INFO: Testing against a local daemon [2020-11-05T11:27:44.992Z] === RUN TestPluginInvalidJSON [2020-11-05T11:27:44.992Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-05T11:27:44.992Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-05T11:27:44.992Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-05T11:27:44.992Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-11-05T11:27:44.992Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-05T11:27:44.992Z] === RUN TestPluginInstall [2020-11-05T11:27:44.992Z] === RUN TestPluginInstall/no_auth [2020-11-05T11:27:44.992Z] time="2020-11-05T11:27:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:27:44.992Z] time="2020-11-05T11:27:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7bab021006b6201265f5ee9104a1a3b17d880875d78fd2179736c2f4e15a6d44" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:27:44.992Z] time="2020-11-05T11:27:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:27:44.992Z] time="2020-11-05T11:27:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7bab021006b6201265f5ee9104a1a3b17d880875d78fd2179736c2f4e15a6d44" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:27:45.033Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-11-05T11:27:45.284Z] === RUN TestPluginInstall/with_htpasswd [2020-11-05T11:27:45.917Z] time="2020-11-05T11:27:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:27:45.917Z] time="2020-11-05T11:27:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d4afcb1c20057fe4fbf480fd9eba0431db9fc7ee126e9edef1d30080bb6f5d58" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:27:45.917Z] time="2020-11-05T11:27:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:27:45.917Z] time="2020-11-05T11:27:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d4afcb1c20057fe4fbf480fd9eba0431db9fc7ee126e9edef1d30080bb6f5d58" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:27:46.209Z] === RUN TestPluginInstall/with_insecure [2020-11-05T11:27:47.243Z] time="2020-11-05T11:27:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:27:47.243Z] time="2020-11-05T11:27:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1a85199b9a55e36dd0f8bc8d18ecbc770cb5ae274f7d59c72abb4a9c9918e684" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:27:47.243Z] time="2020-11-05T11:27:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:27:47.243Z] time="2020-11-05T11:27:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1a85199b9a55e36dd0f8bc8d18ecbc770cb5ae274f7d59c72abb4a9c9918e684" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:27:47.243Z] --- PASS: TestPluginInstall (3.52s) [2020-11-05T11:27:47.243Z] --- PASS: TestPluginInstall/no_auth (1.51s) [2020-11-05T11:27:47.243Z] --- PASS: TestPluginInstall/with_htpasswd (0.75s) [2020-11-05T11:27:47.243Z] --- PASS: TestPluginInstall/with_insecure (1.26s) [2020-11-05T11:27:47.243Z] plugin_test.go:157: [d4e300f848e98] daemon is not started [2020-11-05T11:27:47.243Z] PASS [2020-11-05T11:27:47.243Z] [2020-11-05T11:27:47.243Z] DONE 6 tests in 3.624s [2020-11-05T11:27:47.243Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-05T11:27:47.243Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:27:47.243Z] ++ set -e [2020-11-05T11:27:47.243Z] ++ '[' -n 0 ']' [2020-11-05T11:27:47.243Z] ++ set -x [2020-11-05T11:27:47.243Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:27:47.465Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.59s) [2020-11-05T11:27:47.465Z] === RUN TestAPIIpcModeHost [2020-11-05T11:27:47.537Z] INFO: Testing against a local daemon [2020-11-05T11:27:47.537Z] === RUN TestExternalGraphDriver [2020-11-05T11:27:47.537Z] === RUN TestExternalGraphDriver/json [2020-11-05T11:27:48.037Z] --- PASS: TestAPIIpcModeHost (0.66s) [2020-11-05T11:27:48.037Z] === RUN TestDaemonIpcModeShareable [2020-11-05T11:27:49.639Z] === RUN TestExternalGraphDriver/spec [2020-11-05T11:27:49.950Z] --- PASS: TestDaemonIpcModeShareable (1.83s) [2020-11-05T11:27:49.950Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-11-05T11:27:49.950Z] === RUN TestDaemonIpcModePrivate [2020-11-05T11:27:51.714Z] === RUN TestExternalGraphDriver/pull [2020-11-05T11:27:51.864Z] --- PASS: TestDaemonIpcModePrivate (1.93s) [2020-11-05T11:27:51.864Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-11-05T11:27:51.864Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-05T11:27:53.147Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-11-05T11:27:53.778Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.85s) [2020-11-05T11:27:53.778Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-11-05T11:27:53.778Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-05T11:27:53.782Z] --- PASS: TestExternalGraphDriver (6.28s) [2020-11-05T11:27:53.782Z] --- PASS: TestExternalGraphDriver/json (2.06s) [2020-11-05T11:27:53.782Z] --- PASS: TestExternalGraphDriver/spec (2.07s) [2020-11-05T11:27:53.782Z] --- PASS: TestExternalGraphDriver/pull (2.03s) [2020-11-05T11:27:53.782Z] === RUN TestGraphdriverPluginV2 [2020-11-05T11:27:53.782Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-11-05T11:27:53.782Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:27:53.782Z] PASS [2020-11-05T11:27:53.782Z] [2020-11-05T11:27:53.782Z] === Skipped [2020-11-05T11:27:53.782Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-11-05T11:27:53.782Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:27:53.782Z] [2020-11-05T11:27:53.782Z] [2020-11-05T11:27:53.782Z] DONE 5 tests, 1 skipped in 6.430s [2020-11-05T11:27:53.782Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-05T11:27:53.782Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:27:53.782Z] ++ set -e [2020-11-05T11:27:53.782Z] ++ '[' -n 0 ']' [2020-11-05T11:27:53.782Z] ++ set -x [2020-11-05T11:27:53.782Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:27:53.782Z] INFO: Testing against a local daemon [2020-11-05T11:27:53.782Z] === RUN TestContinueAfterPluginCrash [2020-11-05T11:27:53.782Z] === PAUSE TestContinueAfterPluginCrash [2020-11-05T11:27:53.782Z] === RUN TestReadPluginNoRead [2020-11-05T11:27:53.782Z] === PAUSE TestReadPluginNoRead [2020-11-05T11:27:53.782Z] === RUN TestDaemonStartWithLogOpt [2020-11-05T11:27:53.782Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-05T11:27:53.782Z] === CONT TestContinueAfterPluginCrash [2020-11-05T11:27:53.782Z] === CONT TestDaemonStartWithLogOpt [2020-11-05T11:27:55.047Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-11-05T11:27:55.615Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-11-05T11:27:55.693Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2020-11-05T11:27:55.693Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-11-05T11:27:55.693Z] === RUN TestIpcModeOlderClient [2020-11-05T11:27:55.693Z] === PAUSE TestIpcModeOlderClient [2020-11-05T11:27:55.693Z] === RUN TestKillContainerInvalidSignal [2020-11-05T11:27:56.245Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-11-05T11:27:56.245Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-11-05T11:27:56.245Z] remote: Enumerating objects: 2, done. [2020-11-05T11:27:56.245Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-11-05T11:27:56.245Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-11-05T11:27:56.245Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-11-05T11:27:56.246Z] 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. [2020-11-05T11:27:56.246Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-11-05T11:27:56.246Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-05T11:27:56.586Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40256/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:315101e8a789ad8fda6b9338492318db0f481c00 hack/test/unit [2020-11-05T11:27:56.635Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2020-11-05T11:27:56.635Z] === RUN TestKillContainer [2020-11-05T11:27:56.635Z] === RUN TestKillContainer/no_signal [2020-11-05T11:27:57.206Z] === RUN TestKillContainer/non_killing_signal [2020-11-05T11:27:57.519Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-11-05T11:27:57.519Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-11-05T11:27:57.778Z] === RUN TestKillContainer/killing_signal [2020-11-05T11:27:58.235Z] --- PASS: TestDaemonStartWithLogOpt (3.94s) [2020-11-05T11:27:58.235Z] === CONT TestReadPluginNoRead [2020-11-05T11:27:58.722Z] --- PASS: TestKillContainer (2.27s) [2020-11-05T11:27:58.722Z] --- PASS: TestKillContainer/no_signal (0.71s) [2020-11-05T11:27:58.722Z] --- PASS: TestKillContainer/non_killing_signal (0.55s) [2020-11-05T11:27:58.722Z] --- PASS: TestKillContainer/killing_signal (0.72s) [2020-11-05T11:27:58.722Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-05T11:27:58.722Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-05T11:27:59.136Z] ? github.com/docker/docker/api [no test files] [2020-11-05T11:27:59.663Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-05T11:28:00.050Z] --- PASS: TestServiceWithDataPathPortInit (16.32s) [2020-11-05T11:28:00.050Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-05T11:28:00.233Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.55s) [2020-11-05T11:28:00.234Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s) [2020-11-05T11:28:00.234Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.60s) [2020-11-05T11:28:00.234Z] === RUN TestKillStoppedContainer [2020-11-05T11:28:00.234Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-11-05T11:28:00.234Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-05T11:28:00.308Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-11-05T11:28:00.495Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-11-05T11:28:00.495Z] === RUN TestKillDifferentUserContainer [2020-11-05T11:28:00.883Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-11-05T11:28:00.966Z] === RUN TestReadPluginNoRead/default [2020-11-05T11:28:01.436Z] --- PASS: TestKillDifferentUserContainer (0.78s) [2020-11-05T11:28:01.436Z] === RUN TestInspectOomKilledTrue [2020-11-05T11:28:01.436Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-05T11:28:01.436Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:28:01.436Z] === RUN TestInspectOomKilledFalse [2020-11-05T11:28:01.436Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-05T11:28:01.436Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:28:01.436Z] === RUN TestLinksEtcHostsContentMatch [2020-11-05T11:28:01.698Z] --- PASS: TestLinksEtcHostsContentMatch (0.60s) [2020-11-05T11:28:01.698Z] === RUN TestLinksContainerNames [2020-11-05T11:28:02.474Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-05T11:28:02.815Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-11-05T11:28:02.815Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-11-05T11:28:03.108Z] --- PASS: TestContinueAfterPluginCrash (9.08s) [2020-11-05T11:28:03.611Z] --- PASS: TestLinksContainerNames (1.55s) [2020-11-05T11:28:03.611Z] === RUN TestLogsFollowTailEmpty [2020-11-05T11:28:04.143Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-05T11:28:04.182Z] --- PASS: TestLogsFollowTailEmpty (0.73s) [2020-11-05T11:28:04.182Z] === RUN TestContainerNetworkMountsNoChown [2020-11-05T11:28:04.717Z] === RUN TestDockerSuite/TestBuildNetNone [2020-11-05T11:28:04.717Z] === RUN TestDockerSuite/TestBuildNoContext [2020-11-05T11:28:05.123Z] --- PASS: TestContainerNetworkMountsNoChown (0.84s) [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/default [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/default [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/private [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/private [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/rprivate [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/slave [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/slave [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/rslave [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/shared [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/shared [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/rshared [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/default [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/rslave [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/rshared [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/shared [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/private [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/slave [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/rprivate [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-05T11:28:05.123Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-05T11:28:05.123Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-05T11:28:05.123Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-05T11:28:05.124Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-05T11:28:05.124Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-05T11:28:05.124Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-05T11:28:05.124Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-05T11:28:05.124Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-05T11:28:05.285Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-11-05T11:28:05.384Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-05T11:28:05.384Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-05T11:28:05.384Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-05T11:28:05.384Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-05T11:28:05.384Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-05T11:28:05.384Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-05T11:28:05.384Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-05T11:28:05.384Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-05T11:28:05.384Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-05T11:28:05.384Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-05T11:28:05.384Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-05T11:28:05.384Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-05T11:28:05.384Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-11-05T11:28:05.384Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-11-05T11:28:05.384Z] === RUN TestContainerBindMountNonRecursive [2020-11-05T11:28:05.852Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-11-05T11:28:06.213Z] --- PASS: TestReadPluginNoRead (8.29s) [2020-11-05T11:28:06.213Z] --- PASS: TestReadPluginNoRead/default (1.88s) [2020-11-05T11:28:06.213Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.73s) [2020-11-05T11:28:06.213Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.99s) [2020-11-05T11:28:06.213Z] read_test.go:92: [d5c6e5d1ce835] daemon is not started [2020-11-05T11:28:06.213Z] PASS [2020-11-05T11:28:06.213Z] [2020-11-05T11:28:06.213Z] DONE 6 tests in 12.316s [2020-11-05T11:28:06.213Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-11-05T11:28:06.213Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:28:06.213Z] ++ set -e [2020-11-05T11:28:06.213Z] ++ '[' -n 0 ']' [2020-11-05T11:28:06.213Z] ++ set -x [2020-11-05T11:28:06.213Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:28:06.213Z] testing: warning: no tests to run [2020-11-05T11:28:06.213Z] PASS [2020-11-05T11:28:06.213Z] [2020-11-05T11:28:06.213Z] DONE 0 tests in 0.025s [2020-11-05T11:28:06.213Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-05T11:28:06.214Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:28:06.214Z] ++ set -e [2020-11-05T11:28:06.214Z] ++ '[' -n 0 ']' [2020-11-05T11:28:06.214Z] ++ set -x [2020-11-05T11:28:06.214Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:28:06.214Z] INFO: Testing against a local daemon [2020-11-05T11:28:06.214Z] === RUN TestPluginWithDevMounts [2020-11-05T11:28:06.214Z] === PAUSE TestPluginWithDevMounts [2020-11-05T11:28:06.214Z] === CONT TestPluginWithDevMounts [2020-11-05T11:28:07.229Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-11-05T11:28:07.488Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-11-05T11:28:07.488Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-11-05T11:28:07.747Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.14s) [2020-11-05T11:28:07.747Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:v3p8thya1rrakh9qclc9e2lkd Created:2020-11-05 11:28:01.216116197 +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[8fc6ba569d88d9342bedbaa9fa9564c9e7757dd58abb71e1af3f87dae6413034:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.i3b3d2ublwleqj7za7tm0l37l EndpointID:ab9b819a10d09238ab3015340a2f22abfee07cc285ea7bb4d088991382ecf4b0 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6eb24be5982a847d53784aa5e8eaae76354e9d66a696b0fe631026748ad45f4d 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:c78250752b59 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.i3b3d2ublwleqj7za7tm0l37l EndpointID:ab9b819a10d09238ab3015340a2f22abfee07cc285ea7bb4d088991382ecf4b0 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-05T11:28:07.747Z] PASS [2020-11-05T11:28:07.747Z] [2020-11-05T11:28:07.747Z] === Skipped [2020-11-05T11:28:07.747Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-05T11:28:07.747Z] service_test.go:236: FLAKY_TEST [2020-11-05T11:28:07.747Z] [2020-11-05T11:28:07.747Z] [2020-11-05T11:28:07.747Z] DONE 23 tests, 1 skipped in 51.117s [2020-11-05T11:28:07.747Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-11-05T11:28:07.747Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-05T11:28:07.747Z] ++ 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 [2020-11-05T11:28:07.747Z] ++ set -e [2020-11-05T11:28:07.747Z] ++ '[' -n 0 ']' [2020-11-05T11:28:07.747Z] ++ set -x [2020-11-05T11:28:07.747Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:28:07.941Z] --- PASS: TestContainerBindMountNonRecursive (2.21s) [2020-11-05T11:28:07.941Z] === RUN TestNetworkNat [2020-11-05T11:28:08.005Z] INFO: Testing against a local daemon [2020-11-05T11:28:08.005Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-05T11:28:08.005Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-05T11:28:08.005Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:28:08.005Z] === RUN TestDockerNetworkIpvlan [2020-11-05T11:28:08.005Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-05T11:28:08.005Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:28:08.005Z] PASS [2020-11-05T11:28:08.005Z] [2020-11-05T11:28:08.005Z] === Skipped [2020-11-05T11:28:08.006Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-05T11:28:08.006Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:28:08.006Z] [2020-11-05T11:28:08.006Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-05T11:28:08.006Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:28:08.006Z] [2020-11-05T11:28:08.006Z] [2020-11-05T11:28:08.006Z] DONE 2 tests, 2 skipped in 0.168s [2020-11-05T11:28:08.006Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-05T11:28:08.006Z] ++ 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 [2020-11-05T11:28:08.006Z] ++ set -e [2020-11-05T11:28:08.006Z] ++ '[' -n 0 ']' [2020-11-05T11:28:08.006Z] ++ set -x [2020-11-05T11:28:08.006Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:28:08.265Z] INFO: Testing against a local daemon [2020-11-05T11:28:08.265Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-05T11:28:08.265Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-11-05T11:28:08.285Z] --- PASS: TestPluginWithDevMounts (1.84s) [2020-11-05T11:28:08.285Z] PASS [2020-11-05T11:28:08.285Z] [2020-11-05T11:28:08.285Z] DONE 1 tests in 1.929s [2020-11-05T11:28:08.285Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-11-05T11:28:08.285Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:28:08.285Z] ++ set -e [2020-11-05T11:28:08.285Z] ++ '[' -n 0 ']' [2020-11-05T11:28:08.285Z] ++ set -x [2020-11-05T11:28:08.285Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:28:08.285Z] INFO: Testing against a local daemon [2020-11-05T11:28:08.285Z] === RUN TestSecretInspect [2020-11-05T11:28:08.516Z] --- PASS: TestNetworkNat (0.91s) [2020-11-05T11:28:08.516Z] === RUN TestNetworkLocalhostTCPNat [2020-11-05T11:28:08.832Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-11-05T11:28:09.458Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s) [2020-11-05T11:28:09.458Z] === RUN TestNetworkLoopbackNat [2020-11-05T11:28:09.769Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2020-11-05T11:28:09.769Z] === RUN TestDockerNetworkMacvlan [2020-11-05T11:28:10.337Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-05T11:28:10.337Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-11-05T11:28:10.905Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-11-05T11:28:11.164Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-05T11:28:11.802Z] --- PASS: TestSecretInspect (3.60s) [2020-11-05T11:28:11.802Z] === RUN TestSecretList [2020-11-05T11:28:12.103Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-05T11:28:12.757Z] --- PASS: TestNetworkLoopbackNat (3.23s) [2020-11-05T11:28:12.757Z] === RUN TestPause [2020-11-05T11:28:13.043Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-11-05T11:28:13.611Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-11-05T11:28:13.699Z] --- PASS: TestPause (0.80s) [2020-11-05T11:28:13.699Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-05T11:28:13.699Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-05T11:28:13.699Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-05T11:28:13.699Z] === RUN TestPauseStopPausedContainer [2020-11-05T11:28:14.051Z] ok github.com/docker/docker/api/server 0.011s coverage: 9.0% of statements [2020-11-05T11:28:14.269Z] --- PASS: TestPauseStopPausedContainer (0.83s) [2020-11-05T11:28:14.269Z] === RUN TestPsFilter [2020-11-05T11:28:14.529Z] --- PASS: TestPsFilter (0.28s) [2020-11-05T11:28:14.529Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-05T11:28:14.552Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-05T11:28:14.552Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-11-05T11:28:14.774Z] INFO: Zapped successfully [2020-11-05T11:28:14.774Z] [2020-11-05T11:28:14.774Z] INFO: executeCI.ps1 exiting at Thu Nov 5 11:28:14 CUT 2020. Duration 00:12:28.3158374 [2020-11-05T11:28:14.774Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-11-05T11:28:15.019Z] Recording test results [2020-11-05T11:28:15.320Z] --- PASS: TestSecretList (3.59s) [2020-11-05T11:28:15.320Z] === RUN TestSecretsCreateAndDelete [2020-11-05T11:28:15.485Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.82s) [2020-11-05T11:28:15.485Z] === RUN TestRemoveContainerWithVolume [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-11-05T11:28:16.433Z] --- PASS: TestRemoveContainerWithVolume (0.82s) [2020-11-05T11:28:16.433Z] === RUN TestRemoveContainerRunning [2020-11-05T11:28:17.003Z] Creating windowsRS5-integration-bundles.zip [2020-11-05T11:28:17.005Z] --- PASS: TestRemoveContainerRunning (0.82s) [2020-11-05T11:28:17.005Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-05T11:28:17.238Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-11-05T11:28:17.497Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-05T11:28:17.561Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-05T11:28:17.561Z] [2020-11-05T11:28:17.561Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-05T11:28:17.561Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-05T11:28:17.561Z] HOSTNAME=8b71bf136dab [2020-11-05T11:28:17.561Z] TESTDEBUG=0 [2020-11-05T11:28:17.561Z] DEST=bundles/test-integration [2020-11-05T11:28:17.561Z] PWD=/go/src/github.com/docker/docker [2020-11-05T11:28:17.561Z] DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 [2020-11-05T11:28:17.561Z] container=docker [2020-11-05T11:28:17.561Z] HOME=/root [2020-11-05T11:28:17.561Z] GOLANG_VERSION=1.13.15 [2020-11-05T11:28:17.561Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-05T11:28:17.561Z] VALIDATE_BRANCH=master [2020-11-05T11:28:17.561Z] TERM=xterm [2020-11-05T11:28:17.561Z] DOCKER_PKG=github.com/docker/docker [2020-11-05T11:28:17.561Z] SHLVL=1 [2020-11-05T11:28:17.561Z] TIMEOUT=120m [2020-11-05T11:28:17.561Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-05T11:28:17.561Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-05T11:28:17.561Z] GO111MODULE=off [2020-11-05T11:28:17.561Z] DOCKER_EXPERIMENTAL=1 [2020-11-05T11:28:17.561Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-05T11:28:17.561Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-05T11:28:17.561Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-05T11:28:17.561Z] GOPATH=/go [2020-11-05T11:28:17.561Z] PKG_CONFIG=pkg-config [2020-11-05T11:28:17.561Z] _=/usr/bin/env [2020-11-05T11:28:17.561Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-05T11:28:17.948Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.77s) [2020-11-05T11:28:17.948Z] === RUN TestRemoveInvalidContainer [2020-11-05T11:28:17.948Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-11-05T11:28:17.948Z] === RUN TestRenameLinkedContainer [Pipeline] step [2020-11-05T11:28:18.202Z] Archiving artifacts [2020-11-05T11:28:18.435Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-11-05T11:28:18.836Z] --- PASS: TestSecretsCreateAndDelete (3.17s) [2020-11-05T11:28:18.836Z] === RUN TestSecretsUpdate [2020-11-05T11:28:18.929Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40256/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-05T11:28:19.814Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-11-05T11:28:19.861Z] + make clean [2020-11-05T11:28:20.074Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-11-05T11:28:20.837Z] docker volume rm -f docker-dev-cache [2020-11-05T11:28:20.837Z] docker-dev-cache [Pipeline] deleteDir [2020-11-05T11:28:21.248Z] --- PASS: TestRenameLinkedContainer (3.03s) [2020-11-05T11:28:21.248Z] === RUN TestRenameStoppedContainer [2020-11-05T11:28:21.509Z] --- PASS: TestRenameStoppedContainer (0.76s) [2020-11-05T11:28:21.509Z] === RUN TestRenameRunningContainerAndReuse [2020-11-05T11:28:22.429Z] --- PASS: TestSecretsUpdate (3.66s) [2020-11-05T11:28:22.429Z] === RUN TestTemplatedSecret [Pipeline] } [2020-11-05T11:28:22.619Z] === RUN TestDockerNetworkMacvlan/Addressing [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-05T11:28:22.908Z] === RUN TestDockerSuite/TestBuildPATH [2020-11-05T11:28:23.422Z] --- PASS: TestRenameRunningContainerAndReuse (1.55s) [2020-11-05T11:28:23.422Z] === RUN TestRenameInvalidName [2020-11-05T11:28:23.478Z] --- PASS: TestDockerNetworkMacvlan (13.93s) [2020-11-05T11:28:23.478Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-11-05T11:28:23.478Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-11-05T11:28:23.478Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.25s) [2020-11-05T11:28:23.478Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.69s) [2020-11-05T11:28:23.478Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.50s) [2020-11-05T11:28:23.478Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.97s) [2020-11-05T11:28:23.478Z] PASS [2020-11-05T11:28:23.478Z] [2020-11-05T11:28:23.478Z] DONE 8 tests in 15.497s [2020-11-05T11:28:23.478Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-05T11:28:23.478Z] ++ 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 [2020-11-05T11:28:23.478Z] ++ set -e [2020-11-05T11:28:23.478Z] ++ '[' -n 0 ']' [2020-11-05T11:28:23.478Z] ++ set -x [2020-11-05T11:28:23.478Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:28:23.478Z] testing: warning: no tests to run [2020-11-05T11:28:23.478Z] PASS [2020-11-05T11:28:23.478Z] [2020-11-05T11:28:23.478Z] DONE 0 tests in 0.028s [2020-11-05T11:28:23.478Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-05T11:28:23.478Z] ++ 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 [2020-11-05T11:28:23.478Z] ++ set -e [2020-11-05T11:28:23.478Z] ++ '[' -n 0 ']' [2020-11-05T11:28:23.478Z] ++ set -x [2020-11-05T11:28:23.478Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:28:23.740Z] INFO: Testing against a local daemon [2020-11-05T11:28:23.740Z] === RUN TestAuthZPluginAllowRequest [2020-11-05T11:28:23.994Z] --- PASS: TestRenameInvalidName (0.76s) [2020-11-05T11:28:23.994Z] === RUN TestRenameAnonymousContainer [2020-11-05T11:28:24.748Z] --- PASS: TestImportExtremelyLargeImageWorks (102.29s) [2020-11-05T11:28:24.748Z] PASS [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === Skipped [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-05T11:28:24.748Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] DONE 12 tests, 1 skipped in 106.184s [2020-11-05T11:28:24.748Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-11-05T11:28:24.748Z] INFO: Testing against a local daemon [2020-11-05T11:28:24.748Z] === RUN TestNetworkCreateDelete [2020-11-05T11:28:24.748Z] --- PASS: TestNetworkCreateDelete (0.14s) [2020-11-05T11:28:24.748Z] === RUN TestDockerNetworkDeletePreferID [2020-11-05T11:28:24.748Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2020-11-05T11:28:24.748Z] === RUN TestDaemonDNSFallback [2020-11-05T11:28:24.748Z] --- PASS: TestDaemonDNSFallback (7.32s) [2020-11-05T11:28:24.748Z] === RUN TestInspectNetwork [2020-11-05T11:28:24.748Z] --- SKIP: TestInspectNetwork (0.00s) [2020-11-05T11:28:24.748Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:24.748Z] === RUN TestRunContainerWithBridgeNone [2020-11-05T11:28:24.748Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-11-05T11:28:24.748Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] === RUN TestNetworkInvalidJSON [2020-11-05T11:28:24.748Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-05T11:28:24.748Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-05T11:28:24.748Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-05T11:28:24.748Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-05T11:28:24.748Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-05T11:28:24.748Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-05T11:28:24.748Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-05T11:28:24.748Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-05T11:28:24.748Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-05T11:28:24.748Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-11-05T11:28:24.748Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-05T11:28:24.748Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-05T11:28:24.748Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-05T11:28:24.748Z] === RUN TestHostIPv4BridgeLabel [2020-11-05T11:28:24.748Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-11-05T11:28:24.748Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-05T11:28:24.748Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.03s) [2020-11-05T11:28:24.748Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] === RUN TestDaemonDefaultNetworkPools [2020-11-05T11:28:24.748Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2020-11-05T11:28:24.748Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-05T11:28:24.748Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2020-11-05T11:28:24.748Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-05T11:28:24.748Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-11-05T11:28:24.748Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-05T11:28:24.748Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2020-11-05T11:28:24.748Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] === RUN TestServiceWithPredefinedNetwork [2020-11-05T11:28:24.748Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-11-05T11:28:24.748Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:24.748Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-05T11:28:24.748Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-05T11:28:24.748Z] service_test.go:236: FLAKY_TEST [2020-11-05T11:28:24.748Z] === RUN TestServiceWithDataPathPortInit [2020-11-05T11:28:24.748Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2020-11-05T11:28:24.748Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:24.748Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-05T11:28:24.748Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-05T11:28:24.748Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:24.748Z] PASS [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === Skipped [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-11-05T11:28:24.748Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-11-05T11:28:24.748Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-11-05T11:28:24.748Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.03s) [2020-11-05T11:28:24.748Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2020-11-05T11:28:24.748Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2020-11-05T11:28:24.748Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-11-05T11:28:24.748Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2020-11-05T11:28:24.748Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-11-05T11:28:24.748Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-05T11:28:24.748Z] service_test.go:236: FLAKY_TEST [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2020-11-05T11:28:24.748Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-05T11:28:24.748Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] DONE 19 tests, 12 skipped in 8.168s [2020-11-05T11:28:24.748Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-05T11:28:24.748Z] INFO: Testing against a local daemon [2020-11-05T11:28:24.748Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-05T11:28:24.748Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-05T11:28:24.748Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:28:24.748Z] === RUN TestDockerNetworkIpvlan [2020-11-05T11:28:24.748Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-05T11:28:24.748Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:28:24.748Z] PASS [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === Skipped [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-05T11:28:24.748Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-05T11:28:24.748Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] DONE 2 tests, 2 skipped in 0.186s [2020-11-05T11:28:24.748Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-05T11:28:24.748Z] INFO: Testing against a local daemon [2020-11-05T11:28:24.748Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-05T11:28:24.748Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-11-05T11:28:24.748Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] === RUN TestDockerNetworkMacvlan [2020-11-05T11:28:24.748Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-11-05T11:28:24.748Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.748Z] PASS [2020-11-05T11:28:24.748Z] [2020-11-05T11:28:24.748Z] === Skipped [2020-11-05T11:28:24.748Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-11-05T11:28:24.748Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-11-05T11:28:24.749Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] DONE 2 tests, 2 skipped in 0.177s [2020-11-05T11:28:24.749Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-05T11:28:24.749Z] testing: warning: no tests to run [2020-11-05T11:28:24.749Z] PASS [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] DONE 0 tests in 0.035s [2020-11-05T11:28:24.749Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-05T11:28:24.749Z] INFO: Testing against a local daemon [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginAllowRequest [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginTLS [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginDenyRequest [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginDenyResponse [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginAllowEventStream [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginErrorResponse [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginErrorRequest [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginHeader [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.27s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginV2Disable [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-05T11:28:24.749Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] PASS [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === Skipped [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.27s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-11-05T11:28:24.749Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] [2020-11-05T11:28:24.749Z] DONE 17 tests, 17 skipped in 0.507s [2020-11-05T11:28:24.749Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-05T11:28:25.008Z] INFO: Testing against a local daemon [2020-11-05T11:28:25.008Z] === RUN TestPluginInvalidJSON [2020-11-05T11:28:25.008Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-05T11:28:25.008Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-05T11:28:25.008Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-05T11:28:25.008Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-11-05T11:28:25.008Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-11-05T11:28:25.008Z] === RUN TestPluginInstall [2020-11-05T11:28:25.008Z] --- SKIP: TestPluginInstall (0.00s) [2020-11-05T11:28:25.008Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:25.008Z] PASS [2020-11-05T11:28:25.008Z] [2020-11-05T11:28:25.008Z] === Skipped [2020-11-05T11:28:25.008Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-11-05T11:28:25.008Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-05T11:28:25.008Z] [2020-11-05T11:28:25.008Z] [2020-11-05T11:28:25.008Z] DONE 3 tests, 1 skipped in 0.211s [2020-11-05T11:28:25.008Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-05T11:28:25.115Z] --- PASS: TestAuthZPluginAllowRequest (1.39s) [2020-11-05T11:28:25.115Z] === RUN TestAuthZPluginTLS [2020-11-05T11:28:25.268Z] INFO: Testing against a local daemon [2020-11-05T11:28:25.268Z] === RUN TestExternalGraphDriver [2020-11-05T11:28:25.268Z] --- SKIP: TestExternalGraphDriver (0.07s) [2020-11-05T11:28:25.268Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-11-05T11:28:25.268Z] === RUN TestGraphdriverPluginV2 [2020-11-05T11:28:25.373Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-11-05T11:28:25.634Z] --- PASS: TestAuthZPluginTLS (0.56s) [2020-11-05T11:28:25.634Z] === RUN TestAuthZPluginDenyRequest [2020-11-05T11:28:25.893Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-11-05T11:28:25.947Z] --- PASS: TestTemplatedSecret (3.67s) [2020-11-05T11:28:25.947Z] === RUN TestSecretCreateResolve [2020-11-05T11:28:26.152Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-11-05T11:28:26.152Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-05T11:28:26.721Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-11-05T11:28:26.721Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2020-11-05T11:28:26.721Z] === RUN TestAuthZPluginDenyResponse [2020-11-05T11:28:27.289Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2020-11-05T11:28:27.289Z] === RUN TestAuthZPluginAllowEventStream [2020-11-05T11:28:28.198Z] --- PASS: TestRenameAnonymousContainer (4.03s) [2020-11-05T11:28:28.198Z] === RUN TestRenameContainerWithSameName [2020-11-05T11:28:28.665Z] --- PASS: TestAuthZPluginAllowEventStream (1.41s) [2020-11-05T11:28:28.665Z] === RUN TestAuthZPluginErrorResponse [2020-11-05T11:28:28.770Z] --- PASS: TestRenameContainerWithSameName (0.74s) [2020-11-05T11:28:28.770Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-05T11:28:29.232Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2020-11-05T11:28:29.232Z] === RUN TestAuthZPluginErrorRequest [2020-11-05T11:28:29.468Z] --- PASS: TestSecretCreateResolve (3.61s) [2020-11-05T11:28:29.468Z] PASS [2020-11-05T11:28:29.468Z] [2020-11-05T11:28:29.468Z] DONE 6 tests in 21.368s [2020-11-05T11:28:29.468Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-11-05T11:28:29.468Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:28:29.468Z] ++ set -e [2020-11-05T11:28:29.468Z] ++ '[' -n 0 ']' [2020-11-05T11:28:29.468Z] ++ set -x [2020-11-05T11:28:29.469Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:28:29.469Z] INFO: Testing against a local daemon [2020-11-05T11:28:29.469Z] === RUN TestServiceCreateInit [2020-11-05T11:28:29.469Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-05T11:28:29.798Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2020-11-05T11:28:29.798Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-05T11:28:30.154Z] --- PASS: TestRenameContainerWithLinkedContainer (1.53s) [2020-11-05T11:28:30.154Z] === RUN TestResize [2020-11-05T11:28:30.365Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.59s) [2020-11-05T11:28:30.366Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-05T11:28:31.095Z] --- PASS: TestResize (0.78s) [2020-11-05T11:28:31.095Z] === RUN TestResizeWithInvalidSize [2020-11-05T11:28:31.844Z] --- PASS: TestGraphdriverPluginV2 (5.51s) [2020-11-05T11:28:31.844Z] PASS [2020-11-05T11:28:31.844Z] [2020-11-05T11:28:31.844Z] === Skipped [2020-11-05T11:28:31.844Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2020-11-05T11:28:31.844Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-11-05T11:28:31.844Z] [2020-11-05T11:28:31.844Z] [2020-11-05T11:28:31.844Z] DONE 2 tests, 1 skipped in 5.742s [2020-11-05T11:28:31.845Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-05T11:28:31.845Z] INFO: Testing against a local daemon [2020-11-05T11:28:31.845Z] === RUN TestContinueAfterPluginCrash [2020-11-05T11:28:31.845Z] === PAUSE TestContinueAfterPluginCrash [2020-11-05T11:28:31.845Z] === RUN TestReadPluginNoRead [2020-11-05T11:28:31.845Z] === PAUSE TestReadPluginNoRead [2020-11-05T11:28:31.845Z] === RUN TestDaemonStartWithLogOpt [2020-11-05T11:28:31.845Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-05T11:28:31.845Z] === CONT TestContinueAfterPluginCrash [2020-11-05T11:28:31.845Z] === CONT TestDaemonStartWithLogOpt [2020-11-05T11:28:32.037Z] --- PASS: TestResizeWithInvalidSize (0.82s) [2020-11-05T11:28:32.037Z] === RUN TestResizeWhenContainerNotStarted [2020-11-05T11:28:32.274Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.91s) [2020-11-05T11:28:32.274Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-05T11:28:32.610Z] --- PASS: TestResizeWhenContainerNotStarted (0.74s) [2020-11-05T11:28:32.610Z] === RUN TestDaemonRestartKillContainers [2020-11-05T11:28:32.610Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-05T11:28:32.610Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-05T11:28:32.610Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-05T11:28:32.610Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-05T11:28:32.611Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-05T11:28:32.611Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-05T11:28:32.611Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-05T11:28:32.611Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-05T11:28:32.611Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-05T11:28:32.611Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-05T11:28:32.611Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-05T11:28:32.611Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-05T11:28:32.611Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-05T11:28:32.611Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-05T11:28:32.611Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-05T11:28:32.611Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-05T11:28:32.611Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:28:32.611Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:28:32.611Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:28:32.611Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:28:32.611Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:28:32.611Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:28:32.611Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:28:32.611Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:28:32.611Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-05T11:28:32.611Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:28:32.611Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:28:32.611Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:28:34.180Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-11-05T11:28:34.180Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.81s) [2020-11-05T11:28:34.180Z] === RUN TestAuthZPluginHeader [2020-11-05T11:28:34.524Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:28:34.524Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-05T11:28:34.524Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-05T11:28:35.034Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-05T11:28:35.116Z] --- PASS: TestAuthZPluginHeader (0.81s) [2020-11-05T11:28:35.116Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-05T11:28:35.472Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-05T11:28:36.049Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-05T11:28:36.992Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-05T11:28:36.992Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-05T11:28:37.018Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-11-05T11:28:38.396Z] === RUN TestDockerSuite/TestBuildRm [2020-11-05T11:28:38.424Z] --- PASS: TestDaemonStartWithLogOpt (6.88s) [2020-11-05T11:28:38.424Z] === CONT TestReadPluginNoRead [2020-11-05T11:28:38.914Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-05T11:28:40.299Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.35s) [2020-11-05T11:28:40.299Z] === RUN TestAuthZPluginV2Disable [2020-11-05T11:28:40.600Z] --- PASS: TestServiceCreateInit (10.51s) [2020-11-05T11:28:40.600Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.09s) [2020-11-05T11:28:40.600Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.41s) [2020-11-05T11:28:40.600Z] === RUN TestCreateServiceMultipleTimes [2020-11-05T11:28:41.236Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-11-05T11:28:41.462Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-05T11:28:41.462Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.70s) [2020-11-05T11:28:41.462Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.74s) [2020-11-05T11:28:41.462Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.76s) [2020-11-05T11:28:41.462Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.72s) [2020-11-05T11:28:41.462Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.74s) [2020-11-05T11:28:41.462Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.63s) [2020-11-05T11:28:41.462Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.73s) [2020-11-05T11:28:41.462Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.39s) [2020-11-05T11:28:41.462Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.74s) [2020-11-05T11:28:41.462Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.70s) [2020-11-05T11:28:41.462Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.78s) [2020-11-05T11:28:41.462Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.29s) [2020-11-05T11:28:41.462Z] === RUN TestCgroupNamespacesRun [2020-11-05T11:28:41.720Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-05T11:28:41.720Z] --- PASS: TestContinueAfterPluginCrash (10.58s) [2020-11-05T11:28:41.803Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-11-05T11:28:42.742Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-11-05T11:28:42.846Z] --- PASS: TestCgroupNamespacesRun (1.79s) [2020-11-05T11:28:42.846Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-05T11:28:43.331Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-11-05T11:28:43.899Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-11-05T11:28:43.899Z] --- PASS: TestAuthZPluginV2Disable (3.59s) [2020-11-05T11:28:43.899Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-05T11:28:44.259Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-05T11:28:44.760Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.76s) [2020-11-05T11:28:44.760Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-05T11:28:44.781Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-05T11:28:44.836Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-11-05T11:28:45.771Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-11-05T11:28:46.169Z] === RUN TestReadPluginNoRead/default [2020-11-05T11:28:46.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-05T11:28:46.674Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.88s) [2020-11-05T11:28:46.674Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-05T11:28:46.708Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-11-05T11:28:47.275Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.44s) [2020-11-05T11:28:47.275Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-05T11:28:48.587Z] --- PASS: TestCgroupNamespacesRunHostMode (1.80s) [2020-11-05T11:28:48.587Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-05T11:28:48.710Z] --- PASS: TestReadPluginNoRead (10.41s) [2020-11-05T11:28:48.710Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.26s) [2020-11-05T11:28:48.710Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.21s) [2020-11-05T11:28:48.710Z] --- PASS: TestReadPluginNoRead/default (2.36s) [2020-11-05T11:28:48.710Z] read_test.go:92: [dd4681533ce62] daemon is not started [2020-11-05T11:28:48.710Z] PASS [2020-11-05T11:28:48.710Z] [2020-11-05T11:28:48.710Z] DONE 6 tests in 17.616s [2020-11-05T11:28:48.710Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-11-05T11:28:48.710Z] testing: warning: no tests to run [2020-11-05T11:28:48.710Z] PASS [2020-11-05T11:28:48.710Z] [2020-11-05T11:28:48.710Z] DONE 0 tests in 0.074s [2020-11-05T11:28:48.710Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-05T11:28:48.710Z] INFO: Testing against a local daemon [2020-11-05T11:28:48.710Z] === RUN TestPluginWithDevMounts [2020-11-05T11:28:48.710Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-11-05T11:28:48.710Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-11-05T11:28:48.710Z] PASS [2020-11-05T11:28:48.710Z] [2020-11-05T11:28:48.710Z] === Skipped [2020-11-05T11:28:48.710Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-11-05T11:28:48.710Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-11-05T11:28:48.710Z] [2020-11-05T11:28:48.710Z] [2020-11-05T11:28:48.710Z] DONE 1 tests, 1 skipped in 0.206s [2020-11-05T11:28:48.710Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-05T11:28:48.970Z] INFO: Testing against a local daemon [2020-11-05T11:28:48.970Z] === RUN TestSecretInspect [2020-11-05T11:28:48.970Z] --- SKIP: TestSecretInspect (0.02s) [2020-11-05T11:28:48.970Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:48.970Z] === RUN TestSecretList [2020-11-05T11:28:48.970Z] --- SKIP: TestSecretList (0.01s) [2020-11-05T11:28:48.970Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:48.970Z] === RUN TestSecretsCreateAndDelete [2020-11-05T11:28:48.970Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2020-11-05T11:28:48.970Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:48.970Z] === RUN TestSecretsUpdate [2020-11-05T11:28:48.970Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-11-05T11:28:48.970Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:48.970Z] === RUN TestTemplatedSecret [2020-11-05T11:28:48.970Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-11-05T11:28:48.970Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:48.970Z] === RUN TestSecretCreateResolve [2020-11-05T11:28:48.970Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-11-05T11:28:48.970Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:48.970Z] PASS [2020-11-05T11:28:48.970Z] [2020-11-05T11:28:48.970Z] === Skipped [2020-11-05T11:28:48.970Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2020-11-05T11:28:48.970Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:48.970Z] [2020-11-05T11:28:48.970Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2020-11-05T11:28:48.970Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:48.970Z] [2020-11-05T11:28:48.970Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2020-11-05T11:28:48.971Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:48.971Z] [2020-11-05T11:28:48.971Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-11-05T11:28:48.971Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:48.971Z] [2020-11-05T11:28:48.971Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-11-05T11:28:48.971Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:48.971Z] [2020-11-05T11:28:48.971Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-11-05T11:28:48.971Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:48.971Z] [2020-11-05T11:28:48.971Z] [2020-11-05T11:28:48.971Z] DONE 6 tests, 6 skipped in 0.249s [2020-11-05T11:28:48.971Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-11-05T11:28:49.175Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-11-05T11:28:49.175Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-11-05T11:28:49.175Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-11-05T11:28:49.231Z] INFO: Testing against a local daemon [2020-11-05T11:28:49.231Z] === RUN TestServiceCreateInit [2020-11-05T11:28:49.231Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-05T11:28:49.231Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-05T11:28:49.231Z] --- PASS: TestServiceCreateInit (0.02s) [2020-11-05T11:28:49.231Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-05T11:28:49.231Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.231Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-05T11:28:49.231Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.231Z] === RUN TestCreateServiceMultipleTimes [2020-11-05T11:28:49.231Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-11-05T11:28:49.231Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.231Z] === RUN TestCreateServiceConflict [2020-11-05T11:28:49.231Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-11-05T11:28:49.231Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.231Z] === RUN TestCreateServiceMaxReplicas [2020-11-05T11:28:49.231Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2020-11-05T11:28:49.231Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.231Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-05T11:28:49.231Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-11-05T11:28:49.231Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.231Z] === RUN TestCreateServiceSecretFileMode [2020-11-05T11:28:49.231Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-11-05T11:28:49.231Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.231Z] === RUN TestCreateServiceConfigFileMode [2020-11-05T11:28:49.231Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-11-05T11:28:49.231Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.231Z] === RUN TestCreateServiceSysctls [2020-11-05T11:28:49.231Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-11-05T11:28:49.231Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.231Z] === RUN TestCreateServiceCapabilities [2020-11-05T11:28:49.231Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-11-05T11:28:49.231Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.231Z] === RUN TestInspect [2020-11-05T11:28:49.231Z] --- SKIP: TestInspect (0.01s) [2020-11-05T11:28:49.231Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.231Z] === RUN TestCreateJob [2020-11-05T11:28:49.231Z] --- SKIP: TestCreateJob (0.01s) [2020-11-05T11:28:49.231Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.231Z] === RUN TestReplicatedJob [2020-11-05T11:28:49.231Z] --- SKIP: TestReplicatedJob (0.01s) [2020-11-05T11:28:49.231Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.231Z] === RUN TestUpdateReplicatedJob [2020-11-05T11:28:49.492Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2020-11-05T11:28:49.492Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.492Z] === RUN TestServiceListWithStatuses [2020-11-05T11:28:49.492Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-05T11:28:49.492Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-05T11:28:49.492Z] === RUN TestDockerNetworkConnectAlias [2020-11-05T11:28:49.492Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-11-05T11:28:49.492Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.492Z] === RUN TestDockerNetworkReConnect [2020-11-05T11:28:49.492Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2020-11-05T11:28:49.492Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:49.492Z] === RUN TestServicePlugin [2020-11-05T11:28:49.743Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-11-05T11:28:49.743Z] === RUN TestDockerSuite/TestBuildSpaces [2020-11-05T11:28:49.848Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-05T11:28:49.973Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s) [2020-11-05T11:28:49.973Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-05T11:28:50.311Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-11-05T11:28:51.694Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-11-05T11:28:51.694Z] === RUN TestDockerSuite/TestBuildStderr [2020-11-05T11:28:51.887Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.73s) [2020-11-05T11:28:51.887Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-05T11:28:52.827Z] --- SKIP: TestServicePlugin (3.51s) [2020-11-05T11:28:52.827Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:52.827Z] === RUN TestServiceUpdateLabel [2020-11-05T11:28:52.827Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2020-11-05T11:28:52.827Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:52.827Z] === RUN TestServiceUpdateSecrets [2020-11-05T11:28:52.827Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2020-11-05T11:28:52.827Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:52.827Z] === RUN TestServiceUpdateConfigs [2020-11-05T11:28:52.830Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.97s) [2020-11-05T11:28:52.830Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-05T11:28:53.073Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-11-05T11:28:53.088Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2020-11-05T11:28:53.088Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] === RUN TestServiceUpdateNetwork [2020-11-05T11:28:53.088Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-11-05T11:28:53.088Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] === RUN TestServiceUpdatePidsLimit [2020-11-05T11:28:53.088Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-11-05T11:28:53.088Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] PASS [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === Skipped [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-05T11:28:53.088Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-05T11:28:53.088Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-05T11:28:53.088Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-05T11:28:53.088Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-11-05T11:28:53.088Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-11-05T11:28:53.088Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2020-11-05T11:28:53.088Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-11-05T11:28:53.088Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-11-05T11:28:53.088Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-11-05T11:28:53.088Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-11-05T11:28:53.088Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-11-05T11:28:53.088Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-11-05T11:28:53.088Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-11-05T11:28:53.088Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-11-05T11:28:53.088Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2020-11-05T11:28:53.088Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-05T11:28:53.088Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-11-05T11:28:53.088Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2020-11-05T11:28:53.088Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestServicePlugin (3.51s) [2020-11-05T11:28:53.088Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2020-11-05T11:28:53.088Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2020-11-05T11:28:53.088Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2020-11-05T11:28:53.088Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-11-05T11:28:53.088Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-11-05T11:28:53.088Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] [2020-11-05T11:28:53.088Z] DONE 24 tests, 23 skipped in 4.061s [2020-11-05T11:28:53.088Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-11-05T11:28:53.088Z] INFO: Testing against a local daemon [2020-11-05T11:28:53.088Z] === RUN TestSessionCreate [2020-11-05T11:28:53.348Z] --- PASS: TestSessionCreate (0.03s) [2020-11-05T11:28:53.348Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-05T11:28:53.348Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-11-05T11:28:53.348Z] PASS [2020-11-05T11:28:53.348Z] [2020-11-05T11:28:53.348Z] DONE 2 tests in 0.220s [2020-11-05T11:28:53.348Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-11-05T11:28:53.348Z] INFO: Testing against a local daemon [2020-11-05T11:28:53.348Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-05T11:28:53.348Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-05T11:28:53.348Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-05T11:28:53.348Z] === RUN TestEventsExecDie [2020-11-05T11:28:53.918Z] --- PASS: TestEventsExecDie (0.50s) [2020-11-05T11:28:53.918Z] === RUN TestEventsBackwardsCompatible [2020-11-05T11:28:53.918Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2020-11-05T11:28:53.918Z] === RUN TestInfoBinaryCommits [2020-11-05T11:28:53.918Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-11-05T11:28:53.918Z] === RUN TestInfoAPIVersioned [2020-11-05T11:28:53.918Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-05T11:28:53.918Z] === RUN TestInfoDiscoveryBackend [2020-11-05T11:28:54.743Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.83s) [2020-11-05T11:28:54.743Z] === RUN TestKernelTCPMemory [2020-11-05T11:28:55.684Z] --- PASS: TestKernelTCPMemory (1.04s) [2020-11-05T11:28:55.684Z] === RUN TestNISDomainname [2020-11-05T11:28:55.827Z] --- PASS: TestInfoDiscoveryBackend (1.52s) [2020-11-05T11:28:55.827Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-05T11:28:56.626Z] --- PASS: TestNISDomainname (0.97s) [2020-11-05T11:28:56.626Z] === RUN TestHostnameDnsResolution [2020-11-05T11:28:57.264Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-11-05T11:28:57.832Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-11-05T11:28:58.399Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-11-05T11:28:58.538Z] --- PASS: TestHostnameDnsResolution (1.76s) [2020-11-05T11:28:58.538Z] === RUN TestStats [2020-11-05T11:28:58.968Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-11-05T11:28:59.120Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.38s) [2020-11-05T11:28:59.120Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-05T11:28:59.120Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-11-05T11:28:59.120Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:28:59.120Z] === RUN TestInfoAPI [2020-11-05T11:28:59.120Z] --- PASS: TestInfoAPI (0.05s) [2020-11-05T11:28:59.120Z] === RUN TestInfoAPIWarnings [2020-11-05T11:28:59.534Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.18s) [2020-11-05T11:28:59.535Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-05T11:28:59.535Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-11-05T11:29:00.909Z] === RUN TestDockerSuite/TestBuildUser [2020-11-05T11:29:01.080Z] --- PASS: TestStats (2.84s) [2020-11-05T11:29:01.080Z] === RUN TestStopContainerWithTimeout [2020-11-05T11:29:01.080Z] === RUN TestStopContainerWithTimeout/0 [2020-11-05T11:29:01.080Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-05T11:29:01.080Z] === RUN TestStopContainerWithTimeout/1 [2020-11-05T11:29:01.080Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-05T11:29:01.080Z] === RUN TestStopContainerWithTimeout/3 [2020-11-05T11:29:01.080Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-05T11:29:01.080Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-05T11:29:01.080Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-05T11:29:01.080Z] === CONT TestStopContainerWithTimeout/0 [2020-11-05T11:29:01.080Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-05T11:29:01.080Z] === CONT TestStopContainerWithTimeout/3 [2020-11-05T11:29:01.080Z] === CONT TestStopContainerWithTimeout/1 [2020-11-05T11:29:01.843Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-11-05T11:29:04.377Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-11-05T11:29:04.379Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-11-05T11:29:04.379Z] --- PASS: TestStopContainerWithTimeout/0 (1.38s) [2020-11-05T11:29:04.379Z] --- PASS: TestStopContainerWithTimeout/1 (2.34s) [2020-11-05T11:29:04.379Z] --- PASS: TestStopContainerWithTimeout/-1 (3.06s) [2020-11-05T11:29:04.379Z] --- PASS: TestStopContainerWithTimeout/3 (3.20s) [2020-11-05T11:29:04.379Z] === RUN TestDeleteDevicemapper [2020-11-05T11:29:04.379Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-05T11:29:04.379Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-05T11:29:04.379Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-05T11:29:06.925Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.31s) [2020-11-05T11:29:06.925Z] === RUN TestUpdateMemory [2020-11-05T11:29:06.925Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-05T11:29:06.925Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:29:06.925Z] === RUN TestUpdateCPUQuota [2020-11-05T11:29:07.711Z] --- PASS: TestCreateServiceMultipleTimes (24.00s) [2020-11-05T11:29:07.711Z] === RUN TestCreateServiceConflict [2020-11-05T11:29:07.711Z] --- PASS: TestCreateServiceConflict (3.67s) [2020-11-05T11:29:07.711Z] === RUN TestCreateServiceMaxReplicas [2020-11-05T11:29:08.313Z] --- PASS: TestUpdateCPUQuota (1.34s) [2020-11-05T11:29:08.313Z] === RUN TestUpdatePidsLimit [2020-11-05T11:29:08.313Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-05T11:29:08.313Z] === RUN TestUpdatePidsLimit/no_change [2020-11-05T11:29:08.892Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-05T11:29:09.153Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-05T11:29:09.725Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-05T11:29:09.987Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-05T11:29:10.557Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-05T11:29:11.942Z] --- PASS: TestUpdatePidsLimit (3.74s) [2020-11-05T11:29:11.942Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2020-11-05T11:29:11.942Z] --- PASS: TestUpdatePidsLimit/no_change (0.41s) [2020-11-05T11:29:11.942Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2020-11-05T11:29:11.942Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2020-11-05T11:29:11.942Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.46s) [2020-11-05T11:29:11.942Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2020-11-05T11:29:11.942Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2020-11-05T11:29:11.942Z] === RUN TestUpdateRestartPolicy [2020-11-05T11:29:12.165Z] --- PASS: TestCreateServiceMaxReplicas (3.80s) [2020-11-05T11:29:12.165Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-05T11:29:14.363Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-11-05T11:29:14.363Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-11-05T11:29:14.363Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-11-05T11:29:14.622Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-11-05T11:29:15.189Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-11-05T11:29:16.124Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.62s) [2020-11-05T11:29:16.124Z] PASS [2020-11-05T11:29:16.124Z] [2020-11-05T11:29:16.124Z] DONE 17 tests in 52.521s [2020-11-05T11:29:16.124Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-11-05T11:29:16.124Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-05T11:29:16.124Z] ++ 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 [2020-11-05T11:29:16.124Z] ++ set -e [2020-11-05T11:29:16.124Z] ++ '[' -n 0 ']' [2020-11-05T11:29:16.124Z] ++ set -x [2020-11-05T11:29:16.125Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:29:16.383Z] INFO: Testing against a local daemon [2020-11-05T11:29:16.383Z] === RUN TestPluginInvalidJSON [2020-11-05T11:29:16.383Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-05T11:29:16.383Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-05T11:29:16.383Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-05T11:29:16.383Z] --- PASS: TestPluginInvalidJSON (0.06s) [2020-11-05T11:29:16.383Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-11-05T11:29:16.383Z] === RUN TestPluginInstall [2020-11-05T11:29:16.383Z] === RUN TestPluginInstall/no_auth [2020-11-05T11:29:17.050Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-05T11:29:17.219Z] --- PASS: TestInfoAPIWarnings (17.36s) [2020-11-05T11:29:17.219Z] === RUN TestInfoDebug [2020-11-05T11:29:17.766Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-11-05T11:29:17.766Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-11-05T11:29:17.766Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-11-05T11:29:17.766Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-11-05T11:29:17.766Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-11-05T11:29:17.789Z] --- PASS: TestInfoDebug (1.52s) [2020-11-05T11:29:17.789Z] === RUN TestInfoInsecureRegistries [2020-11-05T11:29:18.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-05T11:29:19.143Z] time="2020-11-05T11:29:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:29:19.143Z] time="2020-11-05T11:29:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ff63d0e450403205cf80891ef8d0215b89d79ed450e327b0ba9cee4456c49638" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:29:19.143Z] time="2020-11-05T11:29:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:29:19.143Z] time="2020-11-05T11:29:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ff63d0e450403205cf80891ef8d0215b89d79ed450e327b0ba9cee4456c49638" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:29:19.402Z] === RUN TestPluginInstall/with_htpasswd [2020-11-05T11:29:19.402Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-11-05T11:29:19.615Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-05T11:29:19.661Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-11-05T11:29:19.696Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2020-11-05T11:29:19.696Z] === RUN TestInfoRegistryMirrors [2020-11-05T11:29:19.920Z] time="2020-11-05T11:29:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:29:19.920Z] time="2020-11-05T11:29:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a6735002b2908a7ba73779b4dc67faa65ac71a96360c92bcfa6d525907b40ad6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:29:19.920Z] time="2020-11-05T11:29:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:29:19.920Z] time="2020-11-05T11:29:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a6735002b2908a7ba73779b4dc67faa65ac71a96360c92bcfa6d525907b40ad6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:29:20.488Z] === RUN TestPluginInstall/with_insecure [2020-11-05T11:29:20.488Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-11-05T11:29:21.055Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-11-05T11:29:21.077Z] --- PASS: TestInfoRegistryMirrors (1.52s) [2020-11-05T11:29:21.077Z] === RUN TestLoginFailsWithBadCredentials [2020-11-05T11:29:21.077Z] --- PASS: TestLoginFailsWithBadCredentials (0.21s) [2020-11-05T11:29:21.077Z] === RUN TestPingCacheHeaders [2020-11-05T11:29:21.077Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-11-05T11:29:21.077Z] === RUN TestPingGet [2020-11-05T11:29:21.077Z] --- PASS: TestPingGet (0.01s) [2020-11-05T11:29:21.077Z] === RUN TestPingHead [2020-11-05T11:29:21.077Z] --- PASS: TestPingHead (0.02s) [2020-11-05T11:29:21.077Z] === RUN TestVersion [2020-11-05T11:29:21.077Z] --- PASS: TestVersion (0.02s) [2020-11-05T11:29:21.077Z] PASS [2020-11-05T11:29:21.077Z] [2020-11-05T11:29:21.077Z] === Skipped [2020-11-05T11:29:21.077Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-05T11:29:21.077Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-05T11:29:21.077Z] [2020-11-05T11:29:21.077Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-11-05T11:29:21.077Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-05T11:29:21.077Z] [2020-11-05T11:29:21.077Z] [2020-11-05T11:29:21.077Z] DONE 18 tests, 2 skipped in 27.937s [2020-11-05T11:29:21.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-05T11:29:21.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-05T11:29:21.338Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-05T11:29:21.338Z] INFO: Testing against a local daemon [2020-11-05T11:29:21.338Z] === RUN TestVolumesCreateAndList [2020-11-05T11:29:21.338Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-11-05T11:29:21.338Z] === RUN TestVolumesRemove [2020-11-05T11:29:21.338Z] --- PASS: TestVolumesRemove (0.07s) [2020-11-05T11:29:21.338Z] === RUN TestVolumesInspect [2020-11-05T11:29:21.338Z] --- PASS: TestVolumesInspect (0.02s) [2020-11-05T11:29:21.338Z] === RUN TestVolumesInvalidJSON [2020-11-05T11:29:21.598Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-05T11:29:21.598Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-05T11:29:21.598Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-05T11:29:21.598Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-11-05T11:29:21.598Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-05T11:29:21.598Z] PASS [2020-11-05T11:29:21.598Z] [2020-11-05T11:29:21.598Z] DONE 5 tests in 0.269s [2020-11-05T11:29:21.598Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-05T11:29:21.598Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12019 is not a child of this shell [2020-11-05T11:29:21.598Z] warning: PID 12019 from bundles/test-integration/docker.pid had a nonzero exit code [2020-11-05T11:29:21.598Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-05T11:29:21.598Z] [2020-11-05T11:29:21.598Z] Unloading profiles will leave already running processes permanently [2020-11-05T11:29:21.598Z] unconfined, which can lead to unexpected situations. [2020-11-05T11:29:21.598Z] [2020-11-05T11:29:21.598Z] To set a process to complain mode, use the command line tool [2020-11-05T11:29:21.598Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-05T11:29:21.598Z] Removing test suite binaries [2020-11-05T11:29:21.598Z] exiting test-integration [2020-11-05T11:29:21.598Z] ++ exit 0 [2020-11-05T11:29:21.623Z] time="2020-11-05T11:29:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:29:21.623Z] time="2020-11-05T11:29:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:30d9367c7eeeb914b2bc542644f9d246e39c58b6c7257e9fc125d4f1659a35b0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:29:21.623Z] time="2020-11-05T11:29:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:29:21.623Z] time="2020-11-05T11:29:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:30d9367c7eeeb914b2bc542644f9d246e39c58b6c7257e9fc125d4f1659a35b0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:29:21.882Z] --- PASS: TestPluginInstall (5.45s) [2020-11-05T11:29:21.882Z] --- PASS: TestPluginInstall/no_auth (2.90s) [2020-11-05T11:29:21.882Z] --- PASS: TestPluginInstall/with_htpasswd (1.03s) [2020-11-05T11:29:21.882Z] --- PASS: TestPluginInstall/with_insecure (1.52s) [2020-11-05T11:29:21.882Z] plugin_test.go:157: [d2cca8b40a9f2] daemon is not started [2020-11-05T11:29:21.882Z] PASS [2020-11-05T11:29:21.882Z] [2020-11-05T11:29:21.882Z] DONE 6 tests in 5.727s [2020-11-05T11:29:21.882Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-05T11:29:21.882Z] ++ 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 [2020-11-05T11:29:21.882Z] ++ set -e [2020-11-05T11:29:21.882Z] ++ '[' -n 0 ']' [2020-11-05T11:29:21.882Z] ++ set -x [2020-11-05T11:29:21.882Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:29:21.882Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-11-05T11:29:22.141Z] INFO: Testing against a local daemon [2020-11-05T11:29:22.141Z] === RUN TestExternalGraphDriver [2020-11-05T11:29:22.141Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-11-05T11:29:22.141Z] === RUN TestExternalGraphDriver/json [2020-11-05T11:29:22.537Z] [2020-11-05T11:29:23.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-05T11:29:24.046Z] === RUN TestExternalGraphDriver/spec [2020-11-05T11:29:24.170Z] --- PASS: TestUpdateRestartPolicy (12.37s) [2020-11-05T11:29:24.170Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-05T11:29:24.305Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership Post stage [Pipeline] junit [2020-11-05T11:29:24.464Z] Recording test results [2020-11-05T11:29:25.113Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s) [2020-11-05T11:29:25.113Z] === RUN TestWaitNonBlocked [2020-11-05T11:29:25.113Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-05T11:29:25.113Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-05T11:29:25.113Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-05T11:29:25.113Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-05T11:29:25.113Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-05T11:29:25.113Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-05T11:29:25.683Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-11-05T11:29:25.942Z] === RUN TestExternalGraphDriver/pull [2020-11-05T11:29:26.054Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-05T11:29:26.054Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.93s) [2020-11-05T11:29:26.054Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.98s) [2020-11-05T11:29:26.054Z] === RUN TestWaitBlocked [2020-11-05T11:29:26.054Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-05T11:29:26.054Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-05T11:29:26.054Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-05T11:29:26.054Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-05T11:29:26.055Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-05T11:29:26.055Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-05T11:29:26.469Z] + echo Ensuring container killed. [2020-11-05T11:29:26.469Z] Ensuring container killed. [2020-11-05T11:29:26.469Z] + docker rm -vf docker-pr7 [2020-11-05T11:29:26.469Z] Error: No such container: docker-pr7 [2020-11-05T11:29:26.509Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-11-05T11:29:26.729Z] + true [Pipeline] sh [2020-11-05T11:29:26.769Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-11-05T11:29:26.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-05T11:29:27.017Z] + echo Chowning /workspace to jenkins user [2020-11-05T11:29:27.017Z] Chowning /workspace to jenkins user [2020-11-05T11:29:27.017Z] + id -u [2020-11-05T11:29:27.017Z] + id -g [2020-11-05T11:29:27.017Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40256:/workspace busybox chown -R 1000:1000 /workspace [2020-11-05T11:29:27.017Z] Unable to find image 'busybox:latest' locally [2020-11-05T11:29:27.277Z] latest: Pulling from library/busybox [2020-11-05T11:29:27.337Z] --- PASS: TestExternalGraphDriver (5.37s) [2020-11-05T11:29:27.337Z] --- PASS: TestExternalGraphDriver/json (1.87s) [2020-11-05T11:29:27.337Z] --- PASS: TestExternalGraphDriver/spec (1.82s) [2020-11-05T11:29:27.337Z] --- PASS: TestExternalGraphDriver/pull (1.57s) [2020-11-05T11:29:27.337Z] === RUN TestGraphdriverPluginV2 [2020-11-05T11:29:27.337Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-11-05T11:29:27.337Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-11-05T11:29:27.441Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-05T11:29:27.441Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.15s) [2020-11-05T11:29:27.441Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.20s) [2020-11-05T11:29:27.441Z] === CONT TestContainerStartOnDaemonRestart [2020-11-05T11:29:27.441Z] === CONT TestIpcModeOlderClient [2020-11-05T11:29:27.441Z] === CONT TestContainerKillOnDaemonStart [2020-11-05T11:29:27.441Z] === CONT TestDaemonHostGatewayIP [2020-11-05T11:29:27.441Z] --- PASS: TestIpcModeOlderClient (0.17s) [2020-11-05T11:29:27.441Z] === CONT TestDaemonRestartIpcMode [2020-11-05T11:29:27.516Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.36s) [2020-11-05T11:29:27.516Z] === RUN TestCreateServiceSecretFileMode [2020-11-05T11:29:27.537Z] 9758c28807f2: Pulling fs layer [2020-11-05T11:29:28.275Z] === RUN TestDockerSuite/TestBuildXZHost [2020-11-05T11:29:28.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-05T11:29:29.654Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-11-05T11:29:29.654Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-11-05T11:29:29.654Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-11-05T11:29:29.821Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-05T11:29:30.221Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-11-05T11:29:30.300Z] --- PASS: TestCreateServiceSecretFileMode (3.36s) [2020-11-05T11:29:30.300Z] === RUN TestCreateServiceConfigFileMode [2020-11-05T11:29:30.749Z] --- PASS: TestContainerStartOnDaemonRestart (3.25s) [2020-11-05T11:29:30.803Z] === RUN TestDockerSuite/TestCommitChange [2020-11-05T11:29:30.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-05T11:29:31.378Z] --- PASS: TestGraphdriverPluginV2 (4.08s) [2020-11-05T11:29:31.378Z] PASS [2020-11-05T11:29:31.378Z] [2020-11-05T11:29:31.378Z] DONE 5 tests in 9.602s [2020-11-05T11:29:31.378Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-05T11:29:31.378Z] ++ 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 [2020-11-05T11:29:31.378Z] ++ set -e [2020-11-05T11:29:31.638Z] ++ '[' -n 0 ']' [2020-11-05T11:29:31.638Z] ++ set -x [2020-11-05T11:29:31.638Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-11-05T11:29:31.638Z] INFO: Testing against a local daemon [2020-11-05T11:29:31.638Z] === RUN TestContinueAfterPluginCrash [2020-11-05T11:29:31.638Z] === PAUSE TestContinueAfterPluginCrash [2020-11-05T11:29:31.638Z] === RUN TestReadPluginNoRead [2020-11-05T11:29:31.638Z] === PAUSE TestReadPluginNoRead [2020-11-05T11:29:31.638Z] === RUN TestDaemonStartWithLogOpt [2020-11-05T11:29:31.638Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-05T11:29:31.638Z] === CONT TestContinueAfterPluginCrash [2020-11-05T11:29:31.638Z] === CONT TestDaemonStartWithLogOpt [2020-11-05T11:29:31.692Z] --- PASS: TestDaemonRestartIpcMode (4.24s) [2020-11-05T11:29:31.898Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-11-05T11:29:31.952Z] --- PASS: TestDaemonHostGatewayIP (4.91s) [2020-11-05T11:29:32.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-05T11:29:32.816Z] 9758c28807f2: Verifying Checksum [2020-11-05T11:29:32.816Z] 9758c28807f2: Download complete [2020-11-05T11:29:32.816Z] 9758c28807f2: Pull complete [2020-11-05T11:29:32.816Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-05T11:29:32.816Z] Status: Downloaded newer image for busybox:latest [2020-11-05T11:29:32.835Z] === RUN TestDockerSuite/TestCommitHardlink [2020-11-05T11:29:33.439Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-05T11:29:33.816Z] --- PASS: TestCreateServiceConfigFileMode (3.66s) [2020-11-05T11:29:33.816Z] === RUN TestCreateServiceSysctls [2020-11-05T11:29:34.211Z] === RUN TestDockerSuite/TestCommitNewFile [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-05T11:29:35.527Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-05T11:29:35.643Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-05T11:29:35.643Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2020-11-05T11:29:35.643Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2020-11-05T11:29:35.643Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-05T11:29:35.643Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-05T11:29:35.643Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-05T11:29:35.643Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-05T11:29:35.643Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-05T11:29:35.643Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-05T11:29:35.643Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-05T11:29:35.643Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-05T11:29:35.643Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-05T11:29:35.643Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-05T11:29:35.643Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-05T11:29:35.643Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2020-11-05T11:29:35.643Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-05T11:29:35.643Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-05T11:29:35.643Z] ? github.com/docker/docker/api/types [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-05T11:29:35.644Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2020-11-05T11:29:35.644Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-05T11:29:35.644Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2020-11-05T11:29:35.644Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/builder [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-05T11:29:35.644Z] ok github.com/docker/docker/builder/dockerignore 0.002s coverage: 96.8% of statements [2020-11-05T11:29:35.644Z] ok github.com/docker/docker/builder/dockerfile 0.223s coverage: 47.9% of statements [2020-11-05T11:29:35.644Z] ok github.com/docker/docker/builder/remotecontext 0.098s coverage: 13.6% of statements [2020-11-05T11:29:35.644Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2020-11-05T11:29:35.644Z] ok github.com/docker/docker/builder/remotecontext/git 1.201s coverage: 86.3% of statements [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/cli [no test files] [2020-11-05T11:29:35.644Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-05T11:29:35.657Z] + bundleName=amd64-rootless [2020-11-05T11:29:35.657Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-11-05T11:29:35.657Z] Creating amd64-rootless-bundles.tar.gz [2020-11-05T11:29:35.657Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-11-05T11:29:35.657Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-05T11:29:35.670Z] Archiving artifacts [2020-11-05T11:29:36.115Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-11-05T11:29:36.684Z] === RUN TestDockerSuite/TestCommitTTY [2020-11-05T11:29:36.943Z] --- PASS: TestDaemonStartWithLogOpt (5.17s) [2020-11-05T11:29:36.943Z] === CONT TestReadPluginNoRead [2020-11-05T11:29:37.055Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-05T11:29:37.563Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40256/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-05T11:29:37.890Z] + make clean [2020-11-05T11:29:38.100Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-05T11:29:38.150Z] docker volume rm -f docker-dev-cache [2020-11-05T11:29:38.150Z] docker-dev-cache [Pipeline] deleteDir [2020-11-05T11:29:38.321Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-11-05T11:29:38.321Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2020-11-05T11:29:38.947Z] ok github.com/docker/docker/client 0.167s coverage: 75.4% of statements [Pipeline] } [2020-11-05T11:29:39.259Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-11-05T11:29:39.383Z] --- PASS: TestCreateServiceSysctls (4.50s) [2020-11-05T11:29:39.383Z] === RUN TestCreateServiceCapabilities [2020-11-05T11:29:39.625Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-05T11:29:39.625Z] Using test binary docker [2020-11-05T11:29:39.625Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-05T11:29:39.625Z] +++ /etc/init.d/apparmor start [2020-11-05T11:29:39.625Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-05T11:29:39.625Z] INFO: Waiting for daemon to start... [2020-11-05T11:29:39.625Z] Starting dockerd [2020-11-05T11:29:39.625Z] +++ 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 [2020-11-05T11:29:40.637Z] === RUN TestReadPluginNoRead/default [2020-11-05T11:29:40.897Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-11-05T11:29:41.696Z] . [2020-11-05T11:29:41.696Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-05T11:29:41.696Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-05T11:29:41.696Z] Error: No such image: emptyfs [2020-11-05T11:29:41.696Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-05T11:29:41.696Z] ++++ docker load [2020-11-05T11:29:41.835Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-11-05T11:29:41.835Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-11-05T11:29:41.945Z] --- PASS: TestContainerKillOnDaemonStart (13.09s) [2020-11-05T11:29:41.945Z] PASS [2020-11-05T11:29:41.945Z] [2020-11-05T11:29:41.945Z] === Skipped [2020-11-05T11:29:41.945Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-11-05T11:29:41.945Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-05T11:29:41.945Z] [2020-11-05T11:29:41.945Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-05T11:29:41.945Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:29:41.945Z] [2020-11-05T11:29:41.945Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-05T11:29:41.945Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:29:41.945Z] [2020-11-05T11:29:41.945Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-05T11:29:41.945Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-05T11:29:41.945Z] [2020-11-05T11:29:41.945Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-05T11:29:41.945Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-05T11:29:41.945Z] [2020-11-05T11:29:41.945Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-11-05T11:29:41.945Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-05T11:29:41.945Z] [2020-11-05T11:29:41.945Z] [2020-11-05T11:29:41.945Z] DONE 193 tests, 6 skipped in 138.547s [2020-11-05T11:29:41.945Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-11-05T11:29:41.945Z] ++ 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 [2020-11-05T11:29:41.945Z] ++ set -e [2020-11-05T11:29:41.945Z] ++ '[' -n 0 ']' [2020-11-05T11:29:41.945Z] ++ set -x [2020-11-05T11:29:41.945Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:29:41.945Z] INFO: Testing against a local daemon [2020-11-05T11:29:41.945Z] === RUN TestCommitInheritsEnv [2020-11-05T11:29:41.945Z] --- PASS: TestCommitInheritsEnv (0.59s) [2020-11-05T11:29:41.945Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-05T11:29:41.945Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-11-05T11:29:41.945Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-11-05T11:29:41.945Z] === RUN TestImagesFilterMultiReference [2020-11-05T11:29:41.945Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-11-05T11:29:41.945Z] === RUN TestImagePullPlatformInvalid [2020-11-05T11:29:41.945Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-11-05T11:29:41.945Z] === RUN TestRemoveImageOrphaning [2020-11-05T11:29:41.945Z] --- PASS: TestRemoveImageOrphaning (0.52s) [2020-11-05T11:29:41.945Z] === RUN TestRemoveImageGarbageCollector [2020-11-05T11:29:41.945Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-05T11:29:41.945Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:29:41.945Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-05T11:29:41.945Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-11-05T11:29:41.945Z] === RUN TestTagInvalidReference [2020-11-05T11:29:41.945Z] --- PASS: TestTagInvalidReference (0.03s) [2020-11-05T11:29:41.945Z] === RUN TestTagValidPrefixedRepo [2020-11-05T11:29:41.945Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-11-05T11:29:41.945Z] === RUN TestTagExistedNameWithoutForce [2020-11-05T11:29:41.945Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-11-05T11:29:41.945Z] === RUN TestTagOfficialNames [2020-11-05T11:29:41.994Z] Running integration-test (iteration 1) [2020-11-05T11:29:41.994Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-11-05T11:29:41.994Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:29:41.994Z] ++ set -e [2020-11-05T11:29:41.994Z] ++ '[' -n 0 ']' [2020-11-05T11:29:41.994Z] ++ set -x [2020-11-05T11:29:41.994Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:29:42.094Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-11-05T11:29:42.094Z] --- PASS: TestContinueAfterPluginCrash (10.45s) [2020-11-05T11:29:42.094Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-11-05T11:29:42.123Z] --- PASS: TestCreateServiceCapabilities (3.80s) [2020-11-05T11:29:42.123Z] === RUN TestInspect [2020-11-05T11:29:42.207Z] --- PASS: TestTagOfficialNames (0.08s) [2020-11-05T11:29:42.207Z] === RUN TestTagMatchesDigest [2020-11-05T11:29:42.207Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-11-05T11:29:42.207Z] PASS [2020-11-05T11:29:42.207Z] [2020-11-05T11:29:42.207Z] === Skipped [2020-11-05T11:29:42.207Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-11-05T11:29:42.207Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-11-05T11:29:42.207Z] [2020-11-05T11:29:42.207Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-05T11:29:42.207Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:29:42.207Z] [2020-11-05T11:29:42.207Z] [2020-11-05T11:29:42.207Z] DONE 12 tests, 2 skipped in 1.852s [2020-11-05T11:29:42.207Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-11-05T11:29:42.207Z] ++ 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 [2020-11-05T11:29:42.207Z] ++ set -e [2020-11-05T11:29:42.207Z] ++ '[' -n 0 ']' [2020-11-05T11:29:42.207Z] ++ set -x [2020-11-05T11:29:42.207Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-11-05T11:29:42.207Z] INFO: Testing against a local daemon [2020-11-05T11:29:42.207Z] === RUN TestNetworkCreateDelete [2020-11-05T11:29:42.354Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-11-05T11:29:42.354Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-11-05T11:29:42.354Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-11-05T11:29:42.613Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-05T11:29:42.779Z] --- PASS: TestNetworkCreateDelete (0.41s) [2020-11-05T11:29:42.779Z] === RUN TestDockerNetworkDeletePreferID [2020-11-05T11:29:42.872Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-11-05T11:29:43.811Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-11-05T11:29:44.164Z] --- PASS: TestDockerNetworkDeletePreferID (1.17s) [2020-11-05T11:29:44.164Z] === RUN TestDaemonDNSFallback [2020-11-05T11:29:44.379Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-05T11:29:45.759Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-11-05T11:29:45.759Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-11-05T11:29:46.329Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-11-05T11:29:46.329Z] --- PASS: TestReadPluginNoRead (9.48s) [2020-11-05T11:29:46.329Z] --- PASS: TestReadPluginNoRead/default (2.07s) [2020-11-05T11:29:46.329Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.86s) [2020-11-05T11:29:46.329Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.85s) [2020-11-05T11:29:46.329Z] read_test.go:92: [db143c10cee75] daemon is not started [2020-11-05T11:29:46.329Z] PASS [2020-11-05T11:29:46.329Z] [2020-11-05T11:29:46.329Z] DONE 6 tests in 14.818s [2020-11-05T11:29:46.329Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-11-05T11:29:46.329Z] ++ 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 [2020-11-05T11:29:46.329Z] ++ set -e [2020-11-05T11:29:46.329Z] ++ '[' -n 0 ']' [2020-11-05T11:29:46.329Z] ++ set -x [2020-11-05T11:29:46.329Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:29:46.329Z] testing: warning: no tests to run [2020-11-05T11:29:46.329Z] PASS [2020-11-05T11:29:46.329Z] [2020-11-05T11:29:46.329Z] DONE 0 tests in 0.046s [2020-11-05T11:29:46.329Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-05T11:29:46.329Z] ++ 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 [2020-11-05T11:29:46.329Z] ++ set -e [2020-11-05T11:29:46.329Z] ++ '[' -n 0 ']' [2020-11-05T11:29:46.329Z] ++ set -x [2020-11-05T11:29:46.329Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:29:46.578Z] --- PASS: TestInspect (3.59s) [2020-11-05T11:29:46.578Z] === RUN TestCreateJob [2020-11-05T11:29:46.588Z] INFO: Testing against a local daemon [2020-11-05T11:29:46.588Z] === RUN TestPluginWithDevMounts [2020-11-05T11:29:46.588Z] === PAUSE TestPluginWithDevMounts [2020-11-05T11:29:46.588Z] === CONT TestPluginWithDevMounts [2020-11-05T11:29:46.848Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-11-05T11:29:47.417Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-11-05T11:29:48.354Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-11-05T11:29:48.613Z] --- PASS: TestPluginWithDevMounts (1.96s) [2020-11-05T11:29:48.613Z] PASS [2020-11-05T11:29:48.613Z] [2020-11-05T11:29:48.613Z] DONE 1 tests in 2.115s [2020-11-05T11:29:48.613Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-05T11:29:48.613Z] ++ 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 [2020-11-05T11:29:48.613Z] ++ set -e [2020-11-05T11:29:48.613Z] ++ '[' -n 0 ']' [2020-11-05T11:29:48.613Z] ++ set -x [2020-11-05T11:29:48.613Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:29:48.613Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-11-05T11:29:48.613Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-11-05T11:29:48.613Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-11-05T11:29:48.613Z] INFO: Testing against a local daemon [2020-11-05T11:29:48.613Z] === RUN TestSecretInspect [2020-11-05T11:29:49.180Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-11-05T11:29:49.180Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-11-05T11:29:49.180Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-11-05T11:29:49.180Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-11-05T11:29:49.439Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-11-05T11:29:50.029Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-11-05T11:29:50.600Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-11-05T11:29:50.858Z] --- PASS: TestSecretInspect (2.30s) [2020-11-05T11:29:50.858Z] === RUN TestSecretList [2020-11-05T11:29:51.032Z] --- PASS: TestCreateJob (4.42s) [2020-11-05T11:29:51.032Z] === RUN TestReplicatedJob [2020-11-05T11:29:51.425Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-11-05T11:29:51.425Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-11-05T11:29:52.298Z] --- PASS: TestDaemonDNSFallback (7.39s) [2020-11-05T11:29:52.298Z] === RUN TestInspectNetwork [2020-11-05T11:29:52.363Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-11-05T11:29:53.303Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-11-05T11:29:53.303Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-11-05T11:29:53.874Z] --- PASS: TestSecretList (2.83s) [2020-11-05T11:29:53.874Z] === RUN TestSecretsCreateAndDelete [2020-11-05T11:29:53.874Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-11-05T11:29:54.442Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-11-05T11:29:54.699Z] Loaded image: buildpack-deps:buster [2020-11-05T11:29:54.699Z] Loaded image: busybox:latest [2020-11-05T11:29:54.699Z] Loaded image: busybox:glibc [2020-11-05T11:29:54.995Z] Loaded image: debian:buster [2020-11-05T11:29:54.995Z] Loaded image: hello-world:latest [2020-11-05T11:29:54.995Z] Loaded image: arm32v7/hello-world:latest [2020-11-05T11:29:54.995Z] INFO: Testing against a local daemon [2020-11-05T11:29:54.995Z] === RUN TestCgroupNamespacesBuild [2020-11-05T11:29:55.012Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-11-05T11:29:55.950Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-11-05T11:29:55.950Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-11-05T11:29:55.950Z] --- PASS: TestSecretsCreateAndDelete (2.26s) [2020-11-05T11:29:55.950Z] === RUN TestSecretsUpdate [2020-11-05T11:29:56.209Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-11-05T11:29:56.508Z] === RUN TestInspectNetwork/full_network_id [2020-11-05T11:29:56.508Z] === RUN TestInspectNetwork/partial_network_id [2020-11-05T11:29:56.508Z] === RUN TestInspectNetwork/network_name [2020-11-05T11:29:56.508Z] --- PASS: TestCgroupNamespacesBuild (1.40s) [2020-11-05T11:29:56.508Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-05T11:29:56.508Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-05T11:29:56.776Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-11-05T11:29:57.036Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-11-05T11:29:57.604Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-11-05T11:29:57.604Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-11-05T11:29:57.926Z] --- PASS: TestReplicatedJob (7.35s) [2020-11-05T11:29:57.926Z] === RUN TestUpdateReplicatedJob [2020-11-05T11:29:58.023Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.40s) [2020-11-05T11:29:58.023Z] === RUN TestBuildWithSession [2020-11-05T11:29:58.023Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-05T11:29:58.023Z] build_session_test.go:25: TODO: BuildKit [2020-11-05T11:29:58.023Z] === RUN TestBuildSquashParent [2020-11-05T11:29:58.171Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-11-05T11:29:59.107Z] --- PASS: TestSecretsUpdate (3.09s) [2020-11-05T11:29:59.107Z] === RUN TestTemplatedSecret [2020-11-05T11:30:00.042Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-11-05T11:30:01.421Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-11-05T11:30:01.421Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-11-05T11:30:01.421Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-11-05T11:30:01.421Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-11-05T11:30:01.421Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-11-05T11:30:01.792Z] --- PASS: TestInspectNetwork (9.66s) [2020-11-05T11:30:01.792Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-05T11:30:01.792Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-05T11:30:01.792Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-05T11:30:01.792Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-05T11:30:01.792Z] === RUN TestRunContainerWithBridgeNone [2020-11-05T11:30:02.360Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-11-05T11:30:02.382Z] --- PASS: TestUpdateReplicatedJob (4.42s) [2020-11-05T11:30:02.382Z] === RUN TestServiceListWithStatuses [2020-11-05T11:30:02.382Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-05T11:30:02.382Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-05T11:30:02.382Z] === RUN TestDockerNetworkConnectAlias [2020-11-05T11:30:02.515Z] --- PASS: TestBuildSquashParent (4.33s) [2020-11-05T11:30:02.515Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-05T11:30:02.515Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-05T11:30:02.515Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-05T11:30:02.515Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-05T11:30:02.515Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-05T11:30:02.515Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-05T11:30:02.515Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-05T11:30:02.515Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-05T11:30:02.515Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-05T11:30:02.515Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-05T11:30:02.515Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-05T11:30:02.515Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-05T11:30:02.515Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-05T11:30:02.515Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-05T11:30:02.515Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-05T11:30:02.515Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-05T11:30:02.515Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-05T11:30:03.296Z] --- PASS: TestTemplatedSecret (3.95s) [2020-11-05T11:30:03.296Z] === RUN TestSecretCreateResolve [2020-11-05T11:30:03.705Z] --- PASS: TestRunContainerWithBridgeNone (2.41s) [2020-11-05T11:30:03.705Z] === RUN TestNetworkInvalidJSON [2020-11-05T11:30:03.705Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-05T11:30:03.705Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-05T11:30:03.705Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-05T11:30:03.705Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-05T11:30:03.705Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-05T11:30:03.705Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-05T11:30:03.705Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-05T11:30:03.705Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-05T11:30:03.705Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-05T11:30:03.705Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-11-05T11:30:03.705Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-05T11:30:03.706Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-05T11:30:03.706Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-05T11:30:03.706Z] === RUN TestHostIPv4BridgeLabel [2020-11-05T11:30:04.277Z] --- PASS: TestHostIPv4BridgeLabel (0.80s) [2020-11-05T11:30:04.277Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-05T11:30:04.604Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-05T11:30:04.604Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-05T11:30:05.661Z] --- PASS: TestDaemonRestartWithLiveRestore (1.40s) [2020-11-05T11:30:05.661Z] === RUN TestDaemonDefaultNetworkPools [2020-11-05T11:30:05.826Z] --- PASS: TestSecretCreateResolve (2.23s) [2020-11-05T11:30:05.826Z] PASS [2020-11-05T11:30:05.826Z] [2020-11-05T11:30:05.826Z] DONE 6 tests in 16.800s [2020-11-05T11:30:05.826Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-11-05T11:30:05.826Z] ++ 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 [2020-11-05T11:30:05.826Z] ++ set -e [2020-11-05T11:30:05.826Z] ++ '[' -n 0 ']' [2020-11-05T11:30:05.826Z] ++ set -x [2020-11-05T11:30:05.826Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:30:05.826Z] INFO: Testing against a local daemon [2020-11-05T11:30:05.826Z] === RUN TestServiceCreateInit [2020-11-05T11:30:05.826Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-05T11:30:06.685Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-05T11:30:06.685Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.41s) [2020-11-05T11:30:06.685Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.52s) [2020-11-05T11:30:06.685Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.56s) [2020-11-05T11:30:06.685Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.82s) [2020-11-05T11:30:06.685Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.86s) [2020-11-05T11:30:06.685Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.04s) [2020-11-05T11:30:06.685Z] === RUN TestBuildMultiStageCopy [2020-11-05T11:30:06.685Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-05T11:30:06.761Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-11-05T11:30:07.046Z] --- PASS: TestDaemonDefaultNetworkPools (1.28s) [2020-11-05T11:30:07.046Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-05T11:30:07.698Z] === RUN TestDockerSuite/TestContainerAPITop [2020-11-05T11:30:08.205Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-05T11:30:08.266Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-11-05T11:30:08.266Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-11-05T11:30:08.497Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-05T11:30:08.525Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-11-05T11:30:08.796Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-05T11:30:08.960Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.93s) [2020-11-05T11:30:08.960Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-05T11:30:09.089Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-05T11:30:09.723Z] --- PASS: TestBuildMultiStageCopy (2.89s) [2020-11-05T11:30:09.723Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.60s) [2020-11-05T11:30:09.723Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.30s) [2020-11-05T11:30:09.723Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.32s) [2020-11-05T11:30:09.723Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.31s) [2020-11-05T11:30:09.723Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.35s) [2020-11-05T11:30:09.723Z] === RUN TestBuildMultiStageParentConfig [2020-11-05T11:30:09.932Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-05T11:30:10.358Z] --- PASS: TestBuildMultiStageParentConfig (0.82s) [2020-11-05T11:30:10.358Z] === RUN TestBuildLabelWithTargets [2020-11-05T11:30:10.860Z] --- PASS: TestDockerNetworkConnectAlias (7.92s) [2020-11-05T11:30:10.860Z] === RUN TestDockerNetworkReConnect [2020-11-05T11:30:10.869Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-11-05T11:30:11.506Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.42s) [2020-11-05T11:30:11.506Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-05T11:30:11.806Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-11-05T11:30:11.888Z] --- PASS: TestBuildLabelWithTargets (1.31s) [2020-11-05T11:30:11.888Z] === RUN TestBuildWithEmptyLayers [2020-11-05T11:30:12.076Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.89s) [2020-11-05T11:30:12.076Z] === RUN TestServiceWithPredefinedNetwork [2020-11-05T11:30:12.183Z] --- PASS: TestBuildWithEmptyLayers (0.63s) [2020-11-05T11:30:12.183Z] === RUN TestBuildMultiStageOnBuild [2020-11-05T11:30:12.744Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-11-05T11:30:14.267Z] --- PASS: TestBuildMultiStageOnBuild (1.71s) [2020-11-05T11:30:14.267Z] === RUN TestBuildUncleanTarFilenames [2020-11-05T11:30:14.651Z] --- PASS: TestServiceCreateInit (8.86s) [2020-11-05T11:30:14.651Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.19s) [2020-11-05T11:30:14.651Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.65s) [2020-11-05T11:30:14.651Z] === RUN TestCreateServiceMultipleTimes [2020-11-05T11:30:14.908Z] --- PASS: TestBuildUncleanTarFilenames (0.88s) [2020-11-05T11:30:14.908Z] === RUN TestBuildMultiStageLayerLeak [2020-11-05T11:30:15.375Z] --- PASS: TestServiceWithPredefinedNetwork (3.32s) [2020-11-05T11:30:15.375Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-05T11:30:15.375Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-05T11:30:15.375Z] service_test.go:236: FLAKY_TEST [2020-11-05T11:30:15.375Z] === RUN TestServiceWithDataPathPortInit [2020-11-05T11:30:16.458Z] --- PASS: TestDockerNetworkReConnect (6.14s) [2020-11-05T11:30:16.458Z] === RUN TestServicePlugin [2020-11-05T11:30:16.458Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-05T11:30:16.458Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:30:16.458Z] === RUN TestServiceUpdateLabel [2020-11-05T11:30:16.554Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-11-05T11:30:17.001Z] --- PASS: TestBuildMultiStageLayerLeak (1.80s) [2020-11-05T11:30:17.001Z] === RUN TestBuildWithHugeFile [2020-11-05T11:30:17.122Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-11-05T11:30:18.499Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-11-05T11:30:19.877Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-11-05T11:30:19.981Z] --- PASS: TestServiceUpdateLabel (3.68s) [2020-11-05T11:30:19.981Z] === RUN TestServiceUpdateSecrets [2020-11-05T11:30:21.256Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-11-05T11:30:22.631Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-11-05T11:30:24.004Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-11-05T11:30:25.382Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-11-05T11:30:25.683Z] ok github.com/docker/docker/cmd/dockerd 0.071s coverage: 29.1% of statements [2020-11-05T11:30:25.683Z] ok github.com/docker/docker/container 0.124s coverage: 34.7% of statements [2020-11-05T11:30:25.683Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-05T11:30:25.683Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-05T11:30:25.683Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-05T11:30:25.683Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-05T11:30:26.756Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000aa6c80_} [2020-11-05T11:30:28.133Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1751788663_/foo_false____} [2020-11-05T11:30:29.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1751788663_/foo_true____} [2020-11-05T11:30:29.896Z] ok github.com/docker/docker/daemon/cluster 0.074s coverage: 0.5% of statements [2020-11-05T11:30:30.884Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3165290858_/foo_false____} [2020-11-05T11:30:31.825Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2020-11-05T11:30:31.836Z] --- PASS: TestCreateServiceMultipleTimes (17.55s) [2020-11-05T11:30:31.836Z] === RUN TestCreateServiceConflict [2020-11-05T11:30:32.095Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3165290858_/foo_true____} [2020-11-05T11:30:33.469Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3165290858_/foo_true__0xc000aa6ce0__} [2020-11-05T11:30:33.494Z] --- PASS: TestServiceWithDataPathPortInit (18.10s) [2020-11-05T11:30:33.494Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-05T11:30:33.728Z] --- PASS: TestCreateServiceConflict (1.91s) [2020-11-05T11:30:33.728Z] === RUN TestCreateServiceMaxReplicas [2020-11-05T11:30:33.743Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2020-11-05T11:30:35.105Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000aa6d00_} [2020-11-05T11:30:35.323Z] --- PASS: TestServiceUpdateSecrets (15.59s) [2020-11-05T11:30:35.323Z] === RUN TestServiceUpdateConfigs [2020-11-05T11:30:35.673Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000aa6d20_} [2020-11-05T11:30:37.049Z] --- PASS: TestCreateServiceMaxReplicas (3.19s) [2020-11-05T11:30:37.049Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-05T11:30:37.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000aa6d40_} [2020-11-05T11:30:38.426Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000aa6d60_} [2020-11-05T11:30:40.329Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-11-05T11:30:40.896Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-11-05T11:30:40.896Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-11-05T11:30:40.896Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-11-05T11:30:40.896Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-11-05T11:30:40.896Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-11-05T11:30:40.896Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-11-05T11:30:40.896Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-11-05T11:30:40.896Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-11-05T11:30:40.896Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-11-05T11:30:40.896Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-11-05T11:30:40.897Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-11-05T11:30:40.897Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-11-05T11:30:41.156Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-11-05T11:30:41.156Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-11-05T11:30:41.156Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-11-05T11:30:41.156Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-11-05T11:30:41.156Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-11-05T11:30:41.156Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-11-05T11:30:41.887Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.438s coverage: 14.1% of statements [2020-11-05T11:30:43.059Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-11-05T11:30:43.275Z] ok github.com/docker/docker/daemon 12.126s coverage: 17.2% of statements [2020-11-05T11:30:43.275Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-05T11:30:43.275Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-05T11:30:43.493Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.33s) [2020-11-05T11:30:43.493Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gud4koc24izsy2ghsgeqhtx99 Created:2020-11-05 11:30:34.635147665 +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[ae27380de829623b21a77d5a3a9a47812e12934f86635b020207cb71d187c674:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4uowbits6bhncfaor8pe9am36 EndpointID:2ef372c21df007c03a59ff38c7b5e8043416da46399163fb1f8444c73b2d0abd MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ed0b8869d575d09ebf8fdec9c2f369b7469fb15992100e6d57d1506089aa88ad 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:dcde4669a8fe IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4uowbits6bhncfaor8pe9am36 EndpointID:2ef372c21df007c03a59ff38c7b5e8043416da46399163fb1f8444c73b2d0abd EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-05T11:30:43.493Z] PASS [2020-11-05T11:30:43.493Z] [2020-11-05T11:30:43.493Z] === Skipped [2020-11-05T11:30:43.493Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-05T11:30:43.493Z] service_test.go:236: FLAKY_TEST [2020-11-05T11:30:43.493Z] [2020-11-05T11:30:43.493Z] [2020-11-05T11:30:43.493Z] DONE 23 tests, 1 skipped in 59.698s [2020-11-05T11:30:43.493Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-05T11:30:43.493Z] ++ 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 [2020-11-05T11:30:43.493Z] ++ set -e [2020-11-05T11:30:43.493Z] ++ '[' -n 0 ']' [2020-11-05T11:30:43.493Z] ++ set -x [2020-11-05T11:30:43.493Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:30:43.493Z] INFO: Testing against a local daemon [2020-11-05T11:30:43.493Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-05T11:30:43.493Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-05T11:30:43.493Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:30:43.493Z] === RUN TestDockerNetworkIpvlan [2020-11-05T11:30:43.493Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-05T11:30:43.493Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:30:43.493Z] PASS [2020-11-05T11:30:43.493Z] [2020-11-05T11:30:43.493Z] === Skipped [2020-11-05T11:30:43.493Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-05T11:30:43.493Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:30:43.493Z] [2020-11-05T11:30:43.493Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-05T11:30:43.493Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:30:43.493Z] [2020-11-05T11:30:43.493Z] [2020-11-05T11:30:43.493Z] DONE 2 tests, 2 skipped in 0.197s [2020-11-05T11:30:43.493Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-05T11:30:43.493Z] ++ 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 [2020-11-05T11:30:43.493Z] ++ set -e [2020-11-05T11:30:43.493Z] ++ '[' -n 0 ']' [2020-11-05T11:30:43.493Z] ++ set -x [2020-11-05T11:30:43.493Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:30:43.493Z] INFO: Testing against a local daemon [2020-11-05T11:30:43.493Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-05T11:30:43.848Z] ok github.com/docker/docker/daemon/config 0.062s coverage: 81.8% of statements [2020-11-05T11:30:44.435Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.13s) [2020-11-05T11:30:44.435Z] === RUN TestDockerNetworkMacvlan [2020-11-05T11:30:44.793Z] ok github.com/docker/docker/daemon/discovery 0.014s coverage: 30.0% of statements [2020-11-05T11:30:44.793Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2020-11-05T11:30:44.793Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-05T11:30:44.793Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-05T11:30:44.962Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-11-05T11:30:44.962Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-11-05T11:30:45.377Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-05T11:30:46.713Z] ok github.com/docker/docker/daemon/graphdriver 0.028s coverage: 2.2% of statements [2020-11-05T11:30:46.761Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-05T11:30:47.494Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-11-05T11:30:48.061Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-11-05T11:30:48.061Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-11-05T11:30:48.102Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.320s coverage: 73.1% of statements [2020-11-05T11:30:48.146Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-05T11:30:48.997Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-11-05T11:30:49.489Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 2.9% of statements [2020-11-05T11:30:49.489Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.450s coverage: 56.2% of statements [2020-11-05T11:30:49.564Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-11-05T11:30:50.131Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-11-05T11:30:50.698Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.60s) [2020-11-05T11:30:50.698Z] === RUN TestCreateServiceSecretFileMode [2020-11-05T11:30:50.957Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-11-05T11:30:51.446Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-05T11:30:51.893Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-11-05T11:30:52.039Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.8% of statements [2020-11-05T11:30:52.515Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-11-05T11:30:53.893Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-11-05T11:30:53.893Z] --- PASS: TestCreateServiceSecretFileMode (3.36s) [2020-11-05T11:30:53.893Z] === RUN TestCreateServiceConfigFileMode [2020-11-05T11:30:53.903Z] --- PASS: TestServiceUpdateConfigs (15.65s) [2020-11-05T11:30:53.903Z] === RUN TestServiceUpdateNetwork [2020-11-05T11:30:53.960Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.247s coverage: 46.2% of statements [2020-11-05T11:30:53.960Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-05T11:30:53.960Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.297s coverage: 49.5% of statements [2020-11-05T11:30:54.745Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-05T11:30:54.831Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-11-05T11:30:55.768Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-11-05T11:30:55.876Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.0% of statements [2020-11-05T11:30:56.704Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-11-05T11:30:56.820Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.011s coverage: 57.7% of statements [2020-11-05T11:30:56.820Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-05T11:30:56.820Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-05T11:30:56.963Z] --- PASS: TestCreateServiceConfigFileMode (3.06s) [2020-11-05T11:30:56.963Z] === RUN TestCreateServiceSysctls [2020-11-05T11:30:57.531Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-11-05T11:30:57.764Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.028s coverage: 3.0% of statements [2020-11-05T11:30:58.098Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-11-05T11:30:58.711Z] ok github.com/docker/docker/daemon/links 0.009s coverage: 93.0% of statements [2020-11-05T11:30:59.035Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-11-05T11:30:59.972Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-11-05T11:31:00.100Z] ok github.com/docker/docker/daemon/images 0.030s coverage: 4.9% of statements [2020-11-05T11:31:00.101Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-05T11:31:00.101Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-05T11:31:00.673Z] ok github.com/docker/docker/daemon/logger 0.225s coverage: 41.0% of statements [2020-11-05T11:31:00.907Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-11-05T11:31:00.907Z] --- PASS: TestCreateServiceSysctls (3.86s) [2020-11-05T11:31:00.907Z] === RUN TestCreateServiceCapabilities [2020-11-05T11:31:01.166Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-11-05T11:31:01.331Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-05T11:31:01.426Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-11-05T11:31:01.426Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-11-05T11:31:02.362Z] === RUN TestDockerSuite/TestCpRelativePath [2020-11-05T11:31:02.591Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2020-11-05T11:31:02.591Z] ok github.com/docker/docker/daemon/logger/awslogs 0.162s coverage: 77.8% of statements [2020-11-05T11:31:02.591Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-05T11:31:02.591Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-05T11:31:02.715Z] --- PASS: TestDockerNetworkMacvlan (18.41s) [2020-11-05T11:31:02.715Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-11-05T11:31:02.715Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2020-11-05T11:31:02.715Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.07s) [2020-11-05T11:31:02.715Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.12s) [2020-11-05T11:31:02.715Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.72s) [2020-11-05T11:31:02.715Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.32s) [2020-11-05T11:31:02.715Z] PASS [2020-11-05T11:31:02.715Z] [2020-11-05T11:31:02.715Z] DONE 8 tests in 20.743s [2020-11-05T11:31:02.715Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-05T11:31:02.715Z] ++ 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 [2020-11-05T11:31:02.715Z] ++ set -e [2020-11-05T11:31:02.715Z] ++ '[' -n 0 ']' [2020-11-05T11:31:02.715Z] ++ set -x [2020-11-05T11:31:02.715Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:31:02.976Z] testing: warning: no tests to run [2020-11-05T11:31:02.976Z] PASS [2020-11-05T11:31:02.976Z] [2020-11-05T11:31:02.976Z] DONE 0 tests in 0.040s [2020-11-05T11:31:02.976Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-05T11:31:02.976Z] ++ 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 [2020-11-05T11:31:02.976Z] ++ set -e [2020-11-05T11:31:02.976Z] ++ '[' -n 0 ']' [2020-11-05T11:31:02.976Z] ++ set -x [2020-11-05T11:31:02.976Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:31:02.976Z] INFO: Testing against a local daemon [2020-11-05T11:31:02.976Z] === RUN TestAuthZPluginAllowRequest [2020-11-05T11:31:03.300Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-11-05T11:31:03.535Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2020-11-05T11:31:03.797Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.022s coverage: 61.6% of statements [2020-11-05T11:31:04.059Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.017s coverage: 87.2% of statements [2020-11-05T11:31:04.681Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-11-05T11:31:04.681Z] --- PASS: TestCreateServiceCapabilities (3.75s) [2020-11-05T11:31:04.681Z] === RUN TestInspect [2020-11-05T11:31:04.889Z] --- PASS: TestAuthZPluginAllowRequest (1.78s) [2020-11-05T11:31:04.889Z] === RUN TestAuthZPluginTLS [2020-11-05T11:31:05.247Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-11-05T11:31:05.447Z] ok github.com/docker/docker/daemon/logger/local 0.034s coverage: 75.2% of statements [2020-11-05T11:31:05.447Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-05T11:31:05.461Z] --- PASS: TestAuthZPluginTLS (0.70s) [2020-11-05T11:31:05.461Z] === RUN TestAuthZPluginDenyRequest [2020-11-05T11:31:05.708Z] time="2020-11-05T11:31:05Z" level=error msg="Failed to open log file: open /tmp/TestCheckCapacityAndRotate459282047/log464368082.1: no such file or directory" [2020-11-05T11:31:05.708Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.036s coverage: 38.3% of statements [2020-11-05T11:31:06.184Z] === RUN TestDockerSuite/TestCpToCaseA [2020-11-05T11:31:06.403Z] --- PASS: TestAuthZPluginDenyRequest (0.65s) [2020-11-05T11:31:06.403Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-05T11:31:06.974Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s) [2020-11-05T11:31:06.974Z] === RUN TestAuthZPluginDenyResponse [2020-11-05T11:31:07.096Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.007s coverage: 33.3% of statements [2020-11-05T11:31:07.546Z] --- PASS: TestAuthZPluginDenyResponse (0.68s) [2020-11-05T11:31:07.546Z] === RUN TestAuthZPluginAllowEventStream [2020-11-05T11:31:07.562Z] === RUN TestDockerSuite/TestCpToCaseB [2020-11-05T11:31:07.820Z] --- PASS: TestInspect (3.27s) [2020-11-05T11:31:07.821Z] === RUN TestCreateJob [2020-11-05T11:31:08.079Z] === RUN TestDockerSuite/TestCpToCaseC [2020-11-05T11:31:08.485Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2020-11-05T11:31:08.485Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-11-05T11:31:09.244Z] --- PASS: TestServiceUpdateNetwork (15.93s) [2020-11-05T11:31:09.244Z] === RUN TestServiceUpdatePidsLimit [2020-11-05T11:31:09.244Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-05T11:31:09.244Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-05T11:31:09.429Z] ok github.com/docker/docker/daemon/logger/splunk 1.654s coverage: 82.5% of statements [2020-11-05T11:31:09.429Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-05T11:31:09.429Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2020-11-05T11:31:09.429Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-05T11:31:09.459Z] --- PASS: TestAuthZPluginAllowEventStream (1.71s) [2020-11-05T11:31:09.459Z] === RUN TestAuthZPluginErrorResponse [2020-11-05T11:31:09.985Z] === RUN TestDockerSuite/TestCpToCaseD [2020-11-05T11:31:10.031Z] --- PASS: TestAuthZPluginErrorResponse (0.68s) [2020-11-05T11:31:10.031Z] === RUN TestAuthZPluginErrorRequest [2020-11-05T11:31:10.602Z] --- PASS: TestAuthZPluginErrorRequest (0.66s) [2020-11-05T11:31:10.602Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-05T11:31:11.346Z] ok github.com/docker/docker/distribution/metadata 0.048s coverage: 48.2% of statements [2020-11-05T11:31:11.361Z] --- PASS: TestCreateJob (3.37s) [2020-11-05T11:31:11.361Z] === RUN TestReplicatedJob [2020-11-05T11:31:11.545Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.79s) [2020-11-05T11:31:11.545Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-05T11:31:11.608Z] ok github.com/docker/docker/distribution 0.230s coverage: 21.9% of statements [2020-11-05T11:31:11.608Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-05T11:31:12.995Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2020-11-05T11:31:13.895Z] === RUN TestDockerSuite/TestCpToCaseE [2020-11-05T11:31:13.939Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2020-11-05T11:31:13.961Z] --- PASS: TestBuildWithHugeFile (55.22s) [2020-11-05T11:31:13.961Z] === RUN TestBuildWithEmptyDockerfile [2020-11-05T11:31:13.961Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-05T11:31:13.961Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-05T11:31:13.961Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-05T11:31:13.961Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-05T11:31:13.961Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-05T11:31:13.961Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-05T11:31:13.961Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-05T11:31:13.961Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-05T11:31:13.961Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-05T11:31:13.961Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-11-05T11:31:13.961Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.28s) [2020-11-05T11:31:13.961Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.28s) [2020-11-05T11:31:13.961Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.29s) [2020-11-05T11:31:13.961Z] === RUN TestBuildPreserveOwnership [2020-11-05T11:31:13.961Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-05T11:31:14.089Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.28s) [2020-11-05T11:31:14.089Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-05T11:31:14.603Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-05T11:31:14.882Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2020-11-05T11:31:14.882Z] ok github.com/docker/docker/distribution/xfer 1.880s coverage: 85.6% of statements [2020-11-05T11:31:14.882Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-05T11:31:14.882Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-05T11:31:15.825Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2020-11-05T11:31:15.825Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-05T11:31:16.003Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.33s) [2020-11-05T11:31:16.003Z] === RUN TestAuthZPluginHeader [2020-11-05T11:31:16.117Z] --- PASS: TestBuildPreserveOwnership (3.77s) [2020-11-05T11:31:16.117Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.46s) [2020-11-05T11:31:16.117Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.30s) [2020-11-05T11:31:16.117Z] === RUN TestBuildPlatformInvalid [2020-11-05T11:31:16.117Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2020-11-05T11:31:16.117Z] PASS [2020-11-05T11:31:16.117Z] [2020-11-05T11:31:16.117Z] === Skipped [2020-11-05T11:31:16.117Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-11-05T11:31:16.117Z] build_session_test.go:25: TODO: BuildKit [2020-11-05T11:31:16.117Z] [2020-11-05T11:31:16.117Z] [2020-11-05T11:31:16.117Z] DONE 32 tests, 1 skipped in 94.289s [2020-11-05T11:31:16.117Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-11-05T11:31:16.117Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:31:16.117Z] ++ set -e [2020-11-05T11:31:16.117Z] ++ '[' -n 0 ']' [2020-11-05T11:31:16.117Z] ++ set -x [2020-11-05T11:31:16.117Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:31:16.117Z] INFO: Testing against a local daemon [2020-11-05T11:31:16.117Z] === RUN TestConfigInspect [2020-11-05T11:31:16.427Z] === RUN TestDockerSuite/TestCpToCaseF [2020-11-05T11:31:16.770Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2020-11-05T11:31:16.945Z] --- PASS: TestAuthZPluginHeader (1.02s) [2020-11-05T11:31:16.945Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-05T11:31:16.945Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-05T11:31:16.945Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:31:16.945Z] === RUN TestAuthZPluginV2Disable [2020-11-05T11:31:16.945Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-05T11:31:16.945Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:31:16.945Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-05T11:31:16.945Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-05T11:31:16.945Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:31:16.945Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-05T11:31:16.945Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-05T11:31:16.945Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:31:16.945Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-05T11:31:17.361Z] === RUN TestDockerSuite/TestCpToCaseG [2020-11-05T11:31:17.714Z] ok github.com/docker/docker/oci 0.005s coverage: 8.2% of statements [2020-11-05T11:31:17.722Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-05T11:31:17.927Z] --- PASS: TestReplicatedJob (6.50s) [2020-11-05T11:31:17.927Z] === RUN TestUpdateReplicatedJob [2020-11-05T11:31:18.194Z] --- PASS: TestConfigInspect (1.91s) [2020-11-05T11:31:18.194Z] === RUN TestConfigList [2020-11-05T11:31:18.287Z] ok github.com/docker/docker/opts 0.023s coverage: 67.1% of statements [2020-11-05T11:31:18.287Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2020-11-05T11:31:20.212Z] ok github.com/docker/docker/pkg/archive 0.337s coverage: 76.9% of statements [2020-11-05T11:31:20.264Z] --- PASS: TestConfigList (1.89s) [2020-11-05T11:31:20.264Z] === RUN TestConfigsCreateAndDelete [2020-11-05T11:31:21.165Z] ok github.com/docker/docker/pkg/authorization 0.287s coverage: 68.3% of statements [2020-11-05T11:31:21.165Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-11-05T11:31:21.216Z] === RUN TestDockerSuite/TestCpToCaseH [2020-11-05T11:31:21.426Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-11-05T11:31:21.783Z] --- PASS: TestUpdateReplicatedJob (3.88s) [2020-11-05T11:31:21.783Z] === RUN TestServiceListWithStatuses [2020-11-05T11:31:21.783Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-05T11:31:21.783Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-05T11:31:21.783Z] === RUN TestDockerNetworkConnectAlias [2020-11-05T11:31:22.349Z] --- PASS: TestConfigsCreateAndDelete (1.95s) [2020-11-05T11:31:22.349Z] === RUN TestConfigsUpdate [2020-11-05T11:31:23.158Z] === RUN TestDockerSuite/TestCpToCaseI [2020-11-05T11:31:23.416Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-11-05T11:31:23.867Z] --- PASS: TestConfigsUpdate (1.94s) [2020-11-05T11:31:23.867Z] === RUN TestTemplatedConfig [2020-11-05T11:31:24.651Z] --- PASS: TestServiceUpdatePidsLimit (17.83s) [2020-11-05T11:31:24.651Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.91s) [2020-11-05T11:31:24.651Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.14s) [2020-11-05T11:31:24.651Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s) [2020-11-05T11:31:24.651Z] PASS [2020-11-05T11:31:24.651Z] [2020-11-05T11:31:24.651Z] === Skipped [2020-11-05T11:31:24.651Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2020-11-05T11:31:24.651Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-05T11:31:24.651Z] [2020-11-05T11:31:24.651Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-11-05T11:31:24.651Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:31:24.651Z] [2020-11-05T11:31:24.651Z] [2020-11-05T11:31:24.651Z] DONE 27 tests, 2 skipped in 175.267s [2020-11-05T11:31:24.651Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-11-05T11:31:24.651Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:31:24.651Z] ++ set -e [2020-11-05T11:31:24.651Z] ++ '[' -n 0 ']' [2020-11-05T11:31:24.651Z] ++ set -x [2020-11-05T11:31:24.651Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:31:24.728Z] ok github.com/docker/docker/pkg/chrootarchive 2.500s coverage: 43.2% of statements [2020-11-05T11:31:24.943Z] INFO: Testing against a local daemon [2020-11-05T11:31:24.943Z] === RUN TestSessionCreate [2020-11-05T11:31:24.943Z] --- PASS: TestSessionCreate (0.02s) [2020-11-05T11:31:24.943Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-05T11:31:24.943Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-11-05T11:31:24.943Z] PASS [2020-11-05T11:31:24.943Z] [2020-11-05T11:31:24.943Z] DONE 2 tests in 0.107s [2020-11-05T11:31:24.943Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-11-05T11:31:24.943Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:31:24.943Z] ++ set -e [2020-11-05T11:31:24.943Z] ++ '[' -n 0 ']' [2020-11-05T11:31:24.943Z] ++ set -x [2020-11-05T11:31:24.943Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:31:24.943Z] INFO: Testing against a local daemon [2020-11-05T11:31:24.943Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-05T11:31:24.943Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-05T11:31:24.943Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-05T11:31:24.943Z] === RUN TestEventsExecDie [2020-11-05T11:31:24.990Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2020-11-05T11:31:25.252Z] ok github.com/docker/docker/layer 7.996s coverage: 68.8% of statements [2020-11-05T11:31:25.252Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-05T11:31:25.252Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-05T11:31:25.252Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-05T11:31:25.252Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-05T11:31:25.252Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-05T11:31:25.252Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-05T11:31:25.252Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-05T11:31:25.252Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2020-11-05T11:31:25.826Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2020-11-05T11:31:26.048Z] --- PASS: TestEventsExecDie (1.02s) [2020-11-05T11:31:26.049Z] === RUN TestEventsBackwardsCompatible [2020-11-05T11:31:26.049Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-11-05T11:31:26.049Z] === RUN TestInfoBinaryCommits [2020-11-05T11:31:26.049Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-11-05T11:31:26.049Z] === RUN TestInfoAPIVersioned [2020-11-05T11:31:26.049Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-05T11:31:26.049Z] === RUN TestInfoDiscoveryBackend [2020-11-05T11:31:26.604Z] --- PASS: TestTemplatedConfig (2.39s) [2020-11-05T11:31:26.604Z] === RUN TestConfigCreateResolve [2020-11-05T11:31:26.755Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-11-05T11:31:26.755Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-05T11:31:26.770Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2020-11-05T11:31:27.345Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2020-11-05T11:31:27.607Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2020-11-05T11:31:27.609Z] --- PASS: TestDockerNetworkConnectAlias (5.20s) [2020-11-05T11:31:27.609Z] === RUN TestDockerNetworkReConnect [2020-11-05T11:31:27.609Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-11-05T11:31:27.863Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-05T11:31:27.863Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-05T11:31:27.868Z] === RUN TestDockerSuite/TestCpToDot [2020-11-05T11:31:28.124Z] --- PASS: TestConfigCreateResolve (1.94s) [2020-11-05T11:31:28.124Z] === RUN TestConfigDaemonLibtrustID [2020-11-05T11:31:28.154Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-11-05T11:31:28.154Z] === RUN TestInfoAPI [2020-11-05T11:31:28.154Z] --- PASS: TestInfoAPI (0.01s) [2020-11-05T11:31:28.154Z] === RUN TestInfoAPIWarnings [2020-11-05T11:31:28.434Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-11-05T11:31:28.763Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-11-05T11:31:28.763Z] PASS [2020-11-05T11:31:28.763Z] [2020-11-05T11:31:28.763Z] DONE 7 tests in 12.639s [2020-11-05T11:31:28.763Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-11-05T11:31:28.763Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:31:28.763Z] ++ set -e [2020-11-05T11:31:28.763Z] ++ '[' -n 0 ']' [2020-11-05T11:31:28.763Z] ++ set -x [2020-11-05T11:31:28.763Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:31:28.994Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-11-05T11:31:29.055Z] INFO: Testing against a local daemon [2020-11-05T11:31:29.055Z] === RUN TestCheckpoint [2020-11-05T11:31:29.055Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-05T11:31:29.055Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-05T11:31:29.055Z] === RUN TestContainerInvalidJSON [2020-11-05T11:31:29.055Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-05T11:31:29.055Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-05T11:31:29.055Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-05T11:31:29.055Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-05T11:31:29.055Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-05T11:31:29.055Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-05T11:31:29.055Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-05T11:31:29.055Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-05T11:31:29.055Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-05T11:31:29.055Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-05T11:31:29.055Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-05T11:31:29.055Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-05T11:31:29.055Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-05T11:31:29.055Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-05T11:31:29.055Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2020-11-05T11:31:29.055Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-05T11:31:29.055Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2020-11-05T11:31:29.055Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-05T11:31:29.055Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2020-11-05T11:31:29.055Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-05T11:31:29.348Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2020-11-05T11:31:29.348Z] === RUN TestCopyFromContainer [2020-11-05T11:31:29.567Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 89.5% of statements [2020-11-05T11:31:29.811Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-11-05T11:31:29.830Z] ok github.com/docker/docker/pkg/discovery/kv 3.069s coverage: 84.1% of statements [2020-11-05T11:31:30.092Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2020-11-05T11:31:30.092Z] ok github.com/docker/docker/pkg/fsutils 0.222s coverage: 85.1% of statements [2020-11-05T11:31:30.389Z] === RUN TestCopyFromContainer// [2020-11-05T11:31:30.683Z] === RUN TestCopyFromContainer//bar/root [2020-11-05T11:31:30.683Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-05T11:31:30.683Z] === RUN TestCopyFromContainer/bar/quux [2020-11-05T11:31:30.683Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-05T11:31:30.978Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-05T11:31:30.978Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-05T11:31:30.978Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-05T11:31:30.978Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-05T11:31:31.187Z] === RUN TestDockerSuite/TestCpToStdout [2020-11-05T11:31:31.187Z] --- PASS: TestDockerNetworkReConnect (4.32s) [2020-11-05T11:31:31.187Z] === RUN TestServicePlugin [2020-11-05T11:31:31.271Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-05T11:31:31.271Z] --- PASS: TestCopyFromContainer (2.00s) [2020-11-05T11:31:31.271Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-11-05T11:31:31.271Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2020-11-05T11:31:31.271Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-11-05T11:31:31.271Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2020-11-05T11:31:31.271Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2020-11-05T11:31:31.271Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-11-05T11:31:31.271Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2020-11-05T11:31:31.271Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-11-05T11:31:31.271Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-11-05T11:31:31.271Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-11-05T11:31:31.271Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-05T11:31:31.271Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-05T11:31:31.271Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-05T11:31:31.271Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-05T11:31:31.271Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-05T11:31:31.271Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-05T11:31:31.271Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-05T11:31:31.271Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-05T11:31:31.271Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-05T11:31:31.271Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-05T11:31:31.271Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-05T11:31:31.271Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-05T11:31:31.271Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-05T11:31:31.271Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-05T11:31:31.271Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-05T11:31:31.271Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-11-05T11:31:31.271Z] === RUN TestCreateWithInvalidEnv [2020-11-05T11:31:31.271Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-05T11:31:31.271Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-05T11:31:31.271Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-05T11:31:31.271Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-05T11:31:31.271Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-05T11:31:31.271Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-05T11:31:31.271Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-05T11:31:31.271Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-05T11:31:31.271Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-05T11:31:31.271Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-05T11:31:31.271Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-05T11:31:31.271Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-05T11:31:31.271Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-05T11:31:31.271Z] === RUN TestCreateTmpfsMountsTarget [2020-11-05T11:31:31.271Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-11-05T11:31:31.271Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-05T11:31:31.479Z] ok github.com/docker/docker/pkg/idtools 0.556s coverage: 70.1% of statements [2020-11-05T11:31:31.479Z] ok github.com/docker/docker/pkg/ioutils 0.414s coverage: 68.8% of statements [2020-11-05T11:31:32.052Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2020-11-05T11:31:32.123Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-11-05T11:31:32.313Z] ok github.com/docker/docker/pkg/jsonmessage 0.018s coverage: 91.7% of statements [2020-11-05T11:31:32.313Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-05T11:31:32.313Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-05T11:31:32.313Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-05T11:31:32.313Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2020-11-05T11:31:32.313Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-05T11:31:32.785Z] --- PASS: TestCreateWithCustomMaskedPaths (1.51s) [2020-11-05T11:31:32.785Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-05T11:31:32.886Z] ok github.com/docker/docker/pkg/parsers 0.014s coverage: 97.0% of statements [2020-11-05T11:31:32.886Z] ok github.com/docker/docker/pkg/parsers/kernel 0.011s coverage: 60.0% of statements [2020-11-05T11:31:33.459Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2020-11-05T11:31:33.459Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2020-11-05T11:31:33.459Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-05T11:31:33.459Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-05T11:31:33.500Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-11-05T11:31:33.758Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-11-05T11:31:34.298Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.54s) [2020-11-05T11:31:34.298Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-05T11:31:34.298Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-05T11:31:34.298Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-05T11:31:34.298Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-05T11:31:34.298Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-05T11:31:34.298Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-05T11:31:34.298Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-05T11:31:34.298Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-05T11:31:34.298Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-05T11:31:34.298Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-05T11:31:34.298Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-05T11:31:34.298Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-05T11:31:34.298Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-05T11:31:34.298Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-05T11:31:34.298Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-05T11:31:34.298Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-05T11:31:34.298Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-11-05T11:31:34.298Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-11-05T11:31:34.298Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-11-05T11:31:34.298Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-11-05T11:31:34.298Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-11-05T11:31:34.298Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-11-05T11:31:34.298Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-05T11:31:34.326Z] === RUN TestDockerSuite/TestCpVolumePath [2020-11-05T11:31:34.403Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.009s coverage: 56.8% of statements [2020-11-05T11:31:34.932Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.50s) [2020-11-05T11:31:34.932Z] === RUN TestCreateDifferentPlatform [2020-11-05T11:31:34.932Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-05T11:31:34.932Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-05T11:31:34.932Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-11-05T11:31:34.932Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-05T11:31:34.932Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-05T11:31:34.932Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-05T11:31:34.932Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-11-05T11:31:34.932Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-05T11:31:34.932Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2020-11-05T11:31:34.932Z] === RUN TestContainerStartOnDaemonRestart [2020-11-05T11:31:34.932Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-05T11:31:34.932Z] === RUN TestDaemonRestartIpcMode [2020-11-05T11:31:34.932Z] === PAUSE TestDaemonRestartIpcMode [2020-11-05T11:31:34.932Z] === RUN TestDaemonHostGatewayIP [2020-11-05T11:31:34.932Z] === PAUSE TestDaemonHostGatewayIP [2020-11-05T11:31:34.932Z] === RUN TestContainerKillOnDaemonStart [2020-11-05T11:31:34.932Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-05T11:31:34.932Z] === RUN TestDiff [2020-11-05T11:31:34.976Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-11-05T11:31:35.057Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.15s) [2020-11-05T11:31:35.057Z] PASS [2020-11-05T11:31:35.057Z] [2020-11-05T11:31:35.057Z] === Skipped [2020-11-05T11:31:35.057Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-05T11:31:35.057Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:31:35.057Z] [2020-11-05T11:31:35.057Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-05T11:31:35.057Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:31:35.057Z] [2020-11-05T11:31:35.057Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-05T11:31:35.057Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:31:35.057Z] [2020-11-05T11:31:35.057Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-05T11:31:35.057Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:31:35.057Z] [2020-11-05T11:31:35.057Z] [2020-11-05T11:31:35.057Z] DONE 17 tests, 4 skipped in 32.268s [2020-11-05T11:31:35.057Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-05T11:31:35.057Z] ++ 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 [2020-11-05T11:31:35.057Z] ++ set -e [2020-11-05T11:31:35.057Z] ++ '[' -n 0 ']' [2020-11-05T11:31:35.057Z] ++ set -x [2020-11-05T11:31:35.057Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:31:35.238Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-11-05T11:31:35.318Z] INFO: Testing against a local daemon [2020-11-05T11:31:35.318Z] === RUN TestPluginInvalidJSON [2020-11-05T11:31:35.318Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-05T11:31:35.318Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-05T11:31:35.318Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-05T11:31:35.318Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-11-05T11:31:35.318Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-11-05T11:31:35.318Z] === RUN TestPluginInstall [2020-11-05T11:31:35.318Z] === RUN TestPluginInstall/no_auth [2020-11-05T11:31:35.499Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-11-05T11:31:35.569Z] --- PASS: TestDiff (0.51s) [2020-11-05T11:31:35.570Z] === RUN TestExecWithCloseStdin [2020-11-05T11:31:35.706Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-11-05T11:31:35.706Z] === RUN TestDockerSuite/TestCreateArgs [2020-11-05T11:31:35.706Z] === RUN TestDockerSuite/TestCreateByImageID [2020-11-05T11:31:36.208Z] --- PASS: TestExecWithCloseStdin (0.59s) [2020-11-05T11:31:36.208Z] === RUN TestExec [2020-11-05T11:31:36.280Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-11-05T11:31:36.845Z] --- PASS: TestExec (0.63s) [2020-11-05T11:31:36.845Z] === RUN TestExecUser [2020-11-05T11:31:36.846Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-11-05T11:31:36.846Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-11-05T11:31:36.846Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-11-05T11:31:36.846Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-11-05T11:31:36.883Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 75.0% of statements [2020-11-05T11:31:37.144Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-11-05T11:31:37.415Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-11-05T11:31:37.484Z] --- PASS: TestExecUser (0.63s) [2020-11-05T11:31:37.484Z] === RUN TestExportContainerAndImportImage [2020-11-05T11:31:37.863Z] time="2020-11-05T11:31:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:31:37.863Z] time="2020-11-05T11:31:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d933371967e572d098cf88aca6e30ee177659c88506bb5908384a4b9dccdef35" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:31:37.863Z] time="2020-11-05T11:31:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:31:37.863Z] time="2020-11-05T11:31:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d933371967e572d098cf88aca6e30ee177659c88506bb5908384a4b9dccdef35" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:31:37.984Z] === RUN TestDockerSuite/TestCreateLabels [2020-11-05T11:31:38.121Z] --- PASS: TestExportContainerAndImportImage (0.79s) [2020-11-05T11:31:38.121Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-05T11:31:38.124Z] === RUN TestPluginInstall/with_htpasswd [2020-11-05T11:31:38.243Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-11-05T11:31:38.243Z] === RUN TestDockerSuite/TestCreateRM [2020-11-05T11:31:38.812Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-11-05T11:31:38.813Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-11-05T11:31:38.813Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-11-05T11:31:39.066Z] time="2020-11-05T11:31:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:31:39.066Z] time="2020-11-05T11:31:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:98cb8323ec9a5c642ebab44c3ed5f33ae556eb75b974deef763654af85079085" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:31:39.066Z] time="2020-11-05T11:31:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:31:39.066Z] time="2020-11-05T11:31:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:98cb8323ec9a5c642ebab44c3ed5f33ae556eb75b974deef763654af85079085" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:31:39.071Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-11-05T11:31:39.327Z] === RUN TestPluginInstall/with_insecure [2020-11-05T11:31:39.635Z] --- PASS: TestExportContainerAfterDaemonRestart (1.44s) [2020-11-05T11:31:39.635Z] === RUN TestHealthCheckWorkdir [2020-11-05T11:31:40.275Z] --- PASS: TestHealthCheckWorkdir (0.62s) [2020-11-05T11:31:40.275Z] === RUN TestHealthKillContainer [2020-11-05T11:31:40.445Z] ok github.com/docker/docker/pkg/signal 2.396s coverage: 61.0% of statements [2020-11-05T11:31:40.445Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-11-05T11:31:40.707Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-11-05T11:31:40.743Z] time="2020-11-05T11:31:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:31:40.743Z] time="2020-11-05T11:31:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:adcf673a2eda6c3d16a121221b05b20e62e2f6631decbbe9bee2481419a2f3ab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:31:40.743Z] time="2020-11-05T11:31:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:31:40.743Z] time="2020-11-05T11:31:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:adcf673a2eda6c3d16a121221b05b20e62e2f6631decbbe9bee2481419a2f3ab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:31:40.973Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-11-05T11:31:40.973Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-11-05T11:31:40.973Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-11-05T11:31:40.977Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-11-05T11:31:41.316Z] --- PASS: TestPluginInstall (5.77s) [2020-11-05T11:31:41.316Z] --- PASS: TestPluginInstall/no_auth (2.68s) [2020-11-05T11:31:41.316Z] --- PASS: TestPluginInstall/with_htpasswd (1.19s) [2020-11-05T11:31:41.316Z] --- PASS: TestPluginInstall/with_insecure (1.90s) [2020-11-05T11:31:41.316Z] plugin_test.go:157: [d9536d1aa356a] daemon is not started [2020-11-05T11:31:41.316Z] PASS [2020-11-05T11:31:41.316Z] [2020-11-05T11:31:41.316Z] DONE 6 tests in 6.019s [2020-11-05T11:31:41.316Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-05T11:31:41.316Z] ++ 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 [2020-11-05T11:31:41.316Z] ++ set -e [2020-11-05T11:31:41.316Z] ++ '[' -n 0 ']' [2020-11-05T11:31:41.316Z] ++ set -x [2020-11-05T11:31:41.316Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:31:41.316Z] INFO: Testing against a local daemon [2020-11-05T11:31:41.316Z] === RUN TestExternalGraphDriver [2020-11-05T11:31:41.548Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.9% of statements [2020-11-05T11:31:41.577Z] === RUN TestExternalGraphDriver/json [2020-11-05T11:31:42.120Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2020-11-05T11:31:42.692Z] ok github.com/docker/docker/pkg/tailfile 0.063s coverage: 88.6% of statements [2020-11-05T11:31:43.012Z] --- PASS: TestHealthKillContainer (2.62s) [2020-11-05T11:31:43.012Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-05T11:31:43.265Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2020-11-05T11:31:43.265Z] testing: warning: no tests to run [2020-11-05T11:31:43.265Z] coverage: [no statements] [2020-11-05T11:31:43.265Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-11-05T11:31:43.304Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s) [2020-11-05T11:31:43.304Z] === RUN TestIpcModeNone [2020-11-05T11:31:43.508Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-11-05T11:31:43.836Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-11-05T11:31:43.836Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2020-11-05T11:31:43.942Z] --- PASS: TestIpcModeNone (0.61s) [2020-11-05T11:31:43.942Z] === RUN TestIpcModePrivate [2020-11-05T11:31:44.098Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-11-05T11:31:44.123Z] === RUN TestExternalGraphDriver/spec [2020-11-05T11:31:44.582Z] --- PASS: TestIpcModePrivate (0.60s) [2020-11-05T11:31:44.582Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-11-05T11:31:44.582Z] === RUN TestIpcModeShareable [2020-11-05T11:31:44.887Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-11-05T11:31:44.887Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-11-05T11:31:44.887Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-11-05T11:31:45.146Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-11-05T11:31:45.146Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-11-05T11:31:45.218Z] --- PASS: TestIpcModeShareable (0.63s) [2020-11-05T11:31:45.218Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-11-05T11:31:45.218Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-05T11:31:45.405Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-11-05T11:31:45.974Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-11-05T11:31:46.014Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2020-11-05T11:31:46.666Z] === RUN TestExternalGraphDriver/pull [2020-11-05T11:31:46.742Z] --- PASS: TestInfoAPIWarnings (16.28s) [2020-11-05T11:31:46.742Z] === RUN TestInfoDebug [2020-11-05T11:31:46.742Z] --- PASS: TestInfoDebug (0.53s) [2020-11-05T11:31:46.742Z] === RUN TestInfoInsecureRegistries [2020-11-05T11:31:46.742Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-11-05T11:31:46.742Z] === RUN TestInfoRegistryMirrors [2020-11-05T11:31:46.742Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-11-05T11:31:46.742Z] === RUN TestLoginFailsWithBadCredentials [2020-11-05T11:31:46.742Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-11-05T11:31:46.742Z] === RUN TestPingCacheHeaders [2020-11-05T11:31:46.742Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-11-05T11:31:46.742Z] === RUN TestPingGet [2020-11-05T11:31:46.742Z] --- PASS: TestPingGet (0.01s) [2020-11-05T11:31:46.742Z] === RUN TestPingHead [2020-11-05T11:31:46.742Z] --- PASS: TestPingHead (0.01s) [2020-11-05T11:31:46.742Z] === RUN TestVersion [2020-11-05T11:31:46.742Z] --- PASS: TestVersion (0.01s) [2020-11-05T11:31:46.742Z] PASS [2020-11-05T11:31:46.742Z] [2020-11-05T11:31:46.742Z] === Skipped [2020-11-05T11:31:46.742Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-05T11:31:46.742Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-05T11:31:46.742Z] [2020-11-05T11:31:46.742Z] [2020-11-05T11:31:46.742Z] DONE 18 tests, 1 skipped in 21.491s [2020-11-05T11:31:46.742Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-11-05T11:31:46.742Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:31:46.742Z] ++ set -e [2020-11-05T11:31:46.742Z] ++ '[' -n 0 ']' [2020-11-05T11:31:46.742Z] ++ set -x [2020-11-05T11:31:46.742Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:31:46.742Z] INFO: Testing against a local daemon [2020-11-05T11:31:46.742Z] === RUN TestVolumesCreateAndList [2020-11-05T11:31:46.742Z] --- PASS: TestVolumesCreateAndList (0.01s) [2020-11-05T11:31:46.742Z] === RUN TestVolumesRemove [2020-11-05T11:31:46.742Z] --- PASS: TestVolumesRemove (0.11s) [2020-11-05T11:31:46.742Z] === RUN TestVolumesInspect [2020-11-05T11:31:46.742Z] --- PASS: TestVolumesInspect (0.01s) [2020-11-05T11:31:46.742Z] === RUN TestVolumesInvalidJSON [2020-11-05T11:31:46.742Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-05T11:31:46.742Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-05T11:31:46.742Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-05T11:31:46.742Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-11-05T11:31:46.742Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-05T11:31:46.742Z] PASS [2020-11-05T11:31:46.742Z] [2020-11-05T11:31:46.742Z] DONE 5 tests in 0.208s [2020-11-05T11:31:46.742Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-05T11:31:46.742Z] ++++ cat bundles/test-integration/docker.pid [2020-11-05T11:31:46.742Z] +++ kill 12065 [2020-11-05T11:31:46.909Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-11-05T11:31:46.958Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-11-05T11:31:47.220Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2020-11-05T11:31:47.296Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.76s) [2020-11-05T11:31:47.296Z] === RUN TestAPIIpcModeHost [2020-11-05T11:31:47.480Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-11-05T11:31:47.590Z] --- PASS: TestAPIIpcModeHost (0.50s) [2020-11-05T11:31:47.590Z] === RUN TestDaemonIpcModeShareable [2020-11-05T11:31:48.257Z] +++ /etc/init.d/apparmor stop [2020-11-05T11:31:48.257Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-05T11:31:48.257Z] [2020-11-05T11:31:48.257Z] Unloading profiles will leave already running processes permanently [2020-11-05T11:31:48.257Z] unconfined, which can lead to unexpected situations. [2020-11-05T11:31:48.257Z] [2020-11-05T11:31:48.257Z] To set a process to complain mode, use the command line tool [2020-11-05T11:31:48.257Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-05T11:31:48.257Z] +++ true [2020-11-05T11:31:48.257Z] exiting test-integration [2020-11-05T11:31:48.257Z] ++ exit 0 [2020-11-05T11:31:48.257Z] [2020-11-05T11:31:48.606Z] ok github.com/docker/docker/quota 0.252s coverage: 71.4% of statements [2020-11-05T11:31:48.856Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-11-05T11:31:48.867Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-11-05T11:31:49.113Z] --- PASS: TestDaemonIpcModeShareable (1.37s) [2020-11-05T11:31:49.113Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-11-05T11:31:49.113Z] === RUN TestDaemonIpcModePrivate [2020-11-05T11:31:49.210Z] --- PASS: TestExternalGraphDriver (7.43s) [2020-11-05T11:31:49.210Z] --- PASS: TestExternalGraphDriver/json (2.51s) [2020-11-05T11:31:49.210Z] --- PASS: TestExternalGraphDriver/spec (2.69s) [2020-11-05T11:31:49.210Z] --- PASS: TestExternalGraphDriver/pull (2.10s) [2020-11-05T11:31:49.210Z] === RUN TestGraphdriverPluginV2 [2020-11-05T11:31:49.210Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2020-11-05T11:31:49.210Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:31:49.210Z] PASS [2020-11-05T11:31:49.210Z] [2020-11-05T11:31:49.210Z] === Skipped [2020-11-05T11:31:49.210Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2020-11-05T11:31:49.210Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:31:49.210Z] [2020-11-05T11:31:49.210Z] [2020-11-05T11:31:49.210Z] DONE 5 tests, 1 skipped in 7.646s [2020-11-05T11:31:49.210Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-05T11:31:49.210Z] ++ 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 [2020-11-05T11:31:49.210Z] ++ set -e [2020-11-05T11:31:49.210Z] ++ '[' -n 0 ']' [2020-11-05T11:31:49.210Z] ++ set -x [2020-11-05T11:31:49.210Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:31:49.210Z] INFO: Testing against a local daemon [2020-11-05T11:31:49.210Z] === RUN TestContinueAfterPluginCrash [2020-11-05T11:31:49.210Z] === PAUSE TestContinueAfterPluginCrash [2020-11-05T11:31:49.210Z] === RUN TestReadPluginNoRead [2020-11-05T11:31:49.210Z] === PAUSE TestReadPluginNoRead [2020-11-05T11:31:49.210Z] === RUN TestDaemonStartWithLogOpt [2020-11-05T11:31:49.210Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-05T11:31:49.210Z] === CONT TestContinueAfterPluginCrash [2020-11-05T11:31:49.210Z] === CONT TestDaemonStartWithLogOpt [2020-11-05T11:31:49.210Z] === CONT TestReadPluginNoRead Post stage [Pipeline] junit [2020-11-05T11:31:49.427Z] Recording test results [2020-11-05T11:31:49.794Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-05T11:31:50.053Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-11-05T11:31:50.155Z] --- PASS: TestDaemonIpcModePrivate (1.40s) [2020-11-05T11:31:50.155Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-11-05T11:31:50.155Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-05T11:31:50.246Z] + echo Ensuring container killed. [2020-11-05T11:31:50.246Z] Ensuring container killed. [2020-11-05T11:31:50.246Z] + docker rm -vf docker-pr7 [2020-11-05T11:31:50.246Z] Error: No such container: docker-pr7 [2020-11-05T11:31:50.246Z] + true [2020-11-05T11:31:50.254Z] ok github.com/docker/docker/registry 0.058s coverage: 56.8% of statements [Pipeline] sh [2020-11-05T11:31:50.621Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-11-05T11:31:50.625Z] + echo Chowning /workspace to jenkins user [2020-11-05T11:31:50.625Z] Chowning /workspace to jenkins user [2020-11-05T11:31:50.625Z] + id -u [2020-11-05T11:31:50.625Z] + id -g [2020-11-05T11:31:50.625Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40256:/workspace busybox chown -R 1001:1001 /workspace [2020-11-05T11:31:50.625Z] Unable to find image 'busybox:latest' locally [2020-11-05T11:31:50.827Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-11-05T11:31:50.880Z] === RUN TestDockerSuite/TestDevicePermissions [2020-11-05T11:31:50.917Z] latest: Pulling from library/busybox [2020-11-05T11:31:51.088Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2020-11-05T11:31:51.208Z] 393d6a917252: Pulling fs layer [2020-11-05T11:31:51.208Z] 393d6a917252: Verifying Checksum [2020-11-05T11:31:51.208Z] 393d6a917252: Download complete [2020-11-05T11:31:51.448Z] === RUN TestDockerSuite/TestDockerFails [2020-11-05T11:31:51.448Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-11-05T11:31:51.662Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2020-11-05T11:31:51.667Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.36s) [2020-11-05T11:31:51.667Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-11-05T11:31:51.667Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-05T11:31:51.707Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-11-05T11:31:51.707Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-11-05T11:31:51.841Z] 393d6a917252: Pull complete [2020-11-05T11:31:51.841Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-05T11:31:51.841Z] Status: Downloaded newer image for busybox:latest [2020-11-05T11:31:51.923Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-11-05T11:31:52.274Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-11-05T11:31:52.843Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-11-05T11:31:53.185Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.35s) [2020-11-05T11:31:53.185Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-11-05T11:31:53.185Z] === RUN TestIpcModeOlderClient [2020-11-05T11:31:53.185Z] === PAUSE TestIpcModeOlderClient [2020-11-05T11:31:53.185Z] === RUN TestKillContainerInvalidSignal [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-05T11:31:53.425Z] === RUN TestReadPluginNoRead/default [2020-11-05T11:31:53.486Z] --- PASS: TestKillContainerInvalidSignal (0.54s) [2020-11-05T11:31:53.486Z] === RUN TestKillContainer [2020-11-05T11:31:53.486Z] === RUN TestKillContainer/no_signal [2020-11-05T11:31:53.745Z] + bundleName=s390x-integration [2020-11-05T11:31:53.745Z] + echo Creating s390x-integration-bundles.tar.gz [2020-11-05T11:31:53.745Z] Creating s390x-integration-bundles.tar.gz [2020-11-05T11:31:53.745Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-11-05T11:31:53.745Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-05T11:31:53.790Z] Archiving artifacts [2020-11-05T11:31:53.996Z] --- PASS: TestDaemonStartWithLogOpt (4.80s) [2020-11-05T11:31:54.119Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40256/7/artifacts/ [Pipeline] } [2020-11-05T11:31:54.122Z] === RUN TestKillContainer/non_killing_signal [Pipeline] // catchError [Pipeline] sh [2020-11-05T11:31:54.219Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-11-05T11:31:54.219Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-11-05T11:31:54.219Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-11-05T11:31:54.219Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-11-05T11:31:54.416Z] === RUN TestKillContainer/killing_signal [2020-11-05T11:31:54.470Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-11-05T11:31:54.504Z] + make clean [2020-11-05T11:31:54.796Z] docker volume rm -f docker-dev-cache [2020-11-05T11:31:54.796Z] docker-dev-cache [Pipeline] deleteDir [2020-11-05T11:31:55.052Z] --- PASS: TestKillContainer (1.60s) [2020-11-05T11:31:55.052Z] --- PASS: TestKillContainer/no_signal (0.51s) [2020-11-05T11:31:55.052Z] --- PASS: TestKillContainer/non_killing_signal (0.36s) [2020-11-05T11:31:55.052Z] --- PASS: TestKillContainer/killing_signal (0.49s) [2020-11-05T11:31:55.052Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-05T11:31:55.052Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-05T11:31:55.379Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-05T11:31:55.415Z] ok github.com/docker/docker/volume/local 0.098s coverage: 76.6% of statements [2020-11-05T11:31:55.693Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-05T11:31:55.988Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-05T11:31:56.331Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.08s) [2020-11-05T11:31:56.331Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.54s) [2020-11-05T11:31:56.331Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.36s) [2020-11-05T11:31:56.331Z] === RUN TestKillStoppedContainer [2020-11-05T11:31:56.331Z] --- PASS: TestKillStoppedContainer (0.06s) [2020-11-05T11:31:56.331Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-05T11:31:56.331Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2020-11-05T11:31:56.331Z] === RUN TestKillDifferentUserContainer [2020-11-05T11:31:56.970Z] --- PASS: TestKillDifferentUserContainer (0.53s) [2020-11-05T11:31:56.970Z] === RUN TestInspectOomKilledTrue [2020-11-05T11:31:57.292Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-05T11:31:57.375Z] ok github.com/docker/docker/volume/service 0.013s coverage: 73.1% of statements [2020-11-05T11:31:58.008Z] --- PASS: TestInspectOomKilledTrue (0.89s) [2020-11-05T11:31:58.008Z] === RUN TestInspectOomKilledFalse [2020-11-05T11:31:58.302Z] --- PASS: TestInspectOomKilledFalse (0.54s) [2020-11-05T11:31:58.302Z] === RUN TestLinksEtcHostsContentMatch [2020-11-05T11:31:58.596Z] --- PASS: TestLinksEtcHostsContentMatch (0.41s) [2020-11-05T11:31:58.596Z] === RUN TestLinksContainerNames [2020-11-05T11:31:58.676Z] --- PASS: TestReadPluginNoRead (9.61s) [2020-11-05T11:31:58.676Z] --- PASS: TestReadPluginNoRead/default (1.84s) [2020-11-05T11:31:58.676Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.80s) [2020-11-05T11:31:58.676Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.71s) [2020-11-05T11:31:58.676Z] read_test.go:92: [dbb291a3e9a53] daemon is not started [2020-11-05T11:31:59.246Z] --- PASS: TestContinueAfterPluginCrash (10.15s) [2020-11-05T11:31:59.246Z] PASS [2020-11-05T11:31:59.246Z] [2020-11-05T11:31:59.246Z] DONE 6 tests in 10.331s [2020-11-05T11:31:59.246Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-11-05T11:31:59.246Z] ++ 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 [2020-11-05T11:31:59.246Z] ++ set -e [2020-11-05T11:31:59.246Z] ++ '[' -n 0 ']' [2020-11-05T11:31:59.246Z] ++ set -x [2020-11-05T11:31:59.246Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-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 [2020-11-05T11:31:59.246Z] testing: warning: no tests to run [2020-11-05T11:31:59.246Z] PASS [2020-11-05T11:31:59.246Z] [2020-11-05T11:31:59.246Z] DONE 0 tests in 0.063s [2020-11-05T11:31:59.246Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-05T11:31:59.246Z] ++ 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 [2020-11-05T11:31:59.246Z] ++ set -e [2020-11-05T11:31:59.246Z] ++ '[' -n 0 ']' [2020-11-05T11:31:59.246Z] ++ set -x [2020-11-05T11:31:59.246Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-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 [2020-11-05T11:31:59.497Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-11-05T11:31:59.507Z] INFO: Testing against a local daemon [2020-11-05T11:31:59.507Z] === RUN TestPluginWithDevMounts [2020-11-05T11:31:59.507Z] === PAUSE TestPluginWithDevMounts [2020-11-05T11:31:59.507Z] === CONT TestPluginWithDevMounts [2020-11-05T11:31:59.635Z] --- PASS: TestLinksContainerNames (1.01s) [2020-11-05T11:31:59.635Z] === RUN TestLogsFollowTailEmpty [2020-11-05T11:32:00.270Z] --- PASS: TestLogsFollowTailEmpty (0.58s) [2020-11-05T11:32:00.270Z] === RUN TestContainerNetworkMountsNoChown [2020-11-05T11:32:00.916Z] --- PASS: TestContainerNetworkMountsNoChown (0.50s) [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/default [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/default [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/private [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/private [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/rprivate [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/slave [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/slave [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/rslave [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/shared [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/shared [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/rshared [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/default [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/rslave [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/rprivate [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/rshared [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/shared [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/private [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/slave [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-05T11:32:00.916Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-05T11:32:00.916Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-05T11:32:00.916Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-05T11:32:01.211Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-05T11:32:01.211Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-05T11:32:01.211Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-05T11:32:01.211Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-05T11:32:01.211Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-05T11:32:01.211Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-05T11:32:01.211Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/rprivate (0.01s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-11-05T11:32:01.211Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-11-05T11:32:01.211Z] === RUN TestContainerBindMountNonRecursive [2020-11-05T11:32:01.399Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-11-05T11:32:02.050Z] --- PASS: TestPluginWithDevMounts (2.18s) [2020-11-05T11:32:02.050Z] PASS [2020-11-05T11:32:02.050Z] [2020-11-05T11:32:02.050Z] DONE 1 tests in 2.358s [2020-11-05T11:32:02.050Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-05T11:32:02.050Z] ++ 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 [2020-11-05T11:32:02.050Z] ++ set -e [2020-11-05T11:32:02.050Z] ++ '[' -n 0 ']' [2020-11-05T11:32:02.050Z] ++ set -x [2020-11-05T11:32:02.050Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:32:02.050Z] INFO: Testing against a local daemon [2020-11-05T11:32:02.050Z] === RUN TestSecretInspect [2020-11-05T11:32:02.726Z] --- PASS: TestContainerBindMountNonRecursive (1.54s) [2020-11-05T11:32:02.726Z] === RUN TestNetworkNat [2020-11-05T11:32:02.774Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-11-05T11:32:03.364Z] --- PASS: TestNetworkNat (0.54s) [2020-11-05T11:32:03.364Z] === RUN TestNetworkLocalhostTCPNat [2020-11-05T11:32:03.998Z] --- PASS: TestNetworkLocalhostTCPNat (0.62s) [2020-11-05T11:32:03.998Z] === RUN TestNetworkLoopbackNat [2020-11-05T11:32:04.149Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-11-05T11:32:04.149Z] --- PASS: TestServicePlugin (32.88s) [2020-11-05T11:32:04.149Z] plugin_test.go:62: [d73cbf364e46e] joining swarm manager [d40274cc8ddee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:32:04.149Z] plugin_test.go:65: [d6c9460daddd0] joining swarm manager [d40274cc8ddee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:32:04.149Z] === RUN TestServiceUpdateLabel [2020-11-05T11:32:05.087Z] === RUN TestDockerSuite/TestEventsAttach [2020-11-05T11:32:05.346Z] === RUN TestDockerSuite/TestEventsCommit [2020-11-05T11:32:05.351Z] --- PASS: TestSecretInspect (3.25s) [2020-11-05T11:32:05.351Z] === RUN TestSecretList [2020-11-05T11:32:06.284Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-11-05T11:32:06.736Z] --- PASS: TestNetworkLoopbackNat (2.74s) [2020-11-05T11:32:06.736Z] === RUN TestPause [2020-11-05T11:32:06.851Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-11-05T11:32:06.851Z] --- PASS: TestServiceUpdateLabel (2.85s) [2020-11-05T11:32:06.851Z] === RUN TestServiceUpdateSecrets [2020-11-05T11:32:07.111Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-11-05T11:32:07.371Z] --- PASS: TestPause (0.57s) [2020-11-05T11:32:07.371Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-05T11:32:07.371Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-05T11:32:07.371Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-05T11:32:07.371Z] === RUN TestPauseStopPausedContainer [2020-11-05T11:32:07.666Z] --- PASS: TestPauseStopPausedContainer (0.59s) [2020-11-05T11:32:07.666Z] === RUN TestPsFilter [2020-11-05T11:32:07.681Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-11-05T11:32:07.961Z] --- PASS: TestPsFilter (0.14s) [2020-11-05T11:32:07.961Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-05T11:32:08.598Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.50s) [2020-11-05T11:32:08.598Z] === RUN TestRemoveContainerWithVolume [2020-11-05T11:32:08.622Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-11-05T11:32:08.651Z] --- PASS: TestSecretList (3.17s) [2020-11-05T11:32:08.651Z] === RUN TestSecretsCreateAndDelete [2020-11-05T11:32:08.897Z] --- PASS: TestRemoveContainerWithVolume (0.55s) [2020-11-05T11:32:08.897Z] === RUN TestRemoveContainerRunning [2020-11-05T11:32:09.535Z] --- PASS: TestRemoveContainerRunning (0.52s) [2020-11-05T11:32:09.535Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-05T11:32:09.611Z] ok github.com/docker/docker/pkg/plugins 33.615s coverage: 76.6% of statements [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/rootless [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/volume [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-05T11:32:09.611Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === Skipped [2020-11-05T11:32:09.611Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-05T11:32:09.611Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-05T11:32:09.611Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-05T11:32:09.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:32:09.611Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-05T11:32:09.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:32:09.611Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-05T11:32:09.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:32:09.611Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-05T11:32:09.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:32:09.611Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-05T11:32:09.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:32:09.611Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-05T11:32:09.611Z] graphtest_unix.go:73: No driver to put! [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-05T11:32:09.611Z] time="2020-11-05T11:30:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:32:09.611Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:32:09.611Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-05T11:32:09.611Z] time="2020-11-05T11:30:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:32:09.611Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:32:09.611Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-05T11:32:09.611Z] time="2020-11-05T11:30:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:32:09.611Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:32:09.611Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-05T11:32:09.611Z] time="2020-11-05T11:30:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:32:09.611Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:32:09.611Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-05T11:32:09.611Z] time="2020-11-05T11:30:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-05T11:32:09.611Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-05T11:32:09.611Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-05T11:32:09.611Z] graphtest_unix.go:73: No driver to put! [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-05T11:32:09.611Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-05T11:32:09.611Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-05T11:32:09.611Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-05T11:32:09.611Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-05T11:32:09.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:32:09.611Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-05T11:32:09.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:32:09.611Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-05T11:32:09.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:32:09.611Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-05T11:32:09.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:32:09.611Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-05T11:32:09.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-05T11:32:09.611Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-05T11:32:09.611Z] graphtest_unix.go:73: No driver to put! [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-05T11:32:09.611Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-05T11:32:09.611Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] [2020-11-05T11:32:09.611Z] DONE 2167 tests, 26 skipped in 250.340s Post stage [Pipeline] junit [2020-11-05T11:32:09.626Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-11-05T11:32:10.002Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-11-05T11:32:10.170Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.54s) [2020-11-05T11:32:10.170Z] === RUN TestRemoveInvalidContainer [2020-11-05T11:32:10.170Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-11-05T11:32:10.170Z] === RUN TestRenameLinkedContainer [2020-11-05T11:32:10.215Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40256/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:315101e8a789ad8fda6b9338492318db0f481c00 hack/validate/vendor [2020-11-05T11:32:10.787Z] No vendor changes in diff. [Pipeline] } [2020-11-05T11:32:11.380Z] === RUN TestDockerSuite/TestEventsContainerRestart [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-11-05T11:32:11.697Z] + echo Building e2e image [2020-11-05T11:32:11.697Z] Building e2e image [2020-11-05T11:32:11.697Z] + docker build --build-arg DOCKER_GITCOMMIT=315101e8a789ad8fda6b9338492318db0f481c00 -t moby-e2e-test -f Dockerfile.e2e . [2020-11-05T11:32:11.697Z] #2 [internal] load .dockerignore [2020-11-05T11:32:11.697Z] #2 transferring context: 34B done [2020-11-05T11:32:11.697Z] #2 DONE 0.0s [2020-11-05T11:32:11.697Z] [2020-11-05T11:32:11.697Z] #1 [internal] load build definition from Dockerfile.e2e [2020-11-05T11:32:11.697Z] #1 transferring dockerfile: 3.21kB done [2020-11-05T11:32:11.697Z] #1 DONE 0.0s [2020-11-05T11:32:11.697Z] [2020-11-05T11:32:11.697Z] #4 [internal] load metadata for docker.io/library/golang:1.13.15-alpine [2020-11-05T11:32:11.950Z] --- PASS: TestSecretsCreateAndDelete (3.20s) [2020-11-05T11:32:11.950Z] === RUN TestSecretsUpdate [2020-11-05T11:32:11.962Z] #4 DONE 0.1s [2020-11-05T11:32:11.962Z] [2020-11-05T11:32:11.962Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-11-05T11:32:11.962Z] #3 DONE 0.3s [2020-11-05T11:32:11.962Z] [2020-11-05T11:32:11.962Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-11-05T11:32:11.962Z] #5 DONE 0.0s [2020-11-05T11:32:11.962Z] [2020-11-05T11:32:11.962Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-11-05T11:32:11.962Z] #14 DONE 0.0s [2020-11-05T11:32:11.962Z] [2020-11-05T11:32:11.962Z] #8 [internal] load build context [2020-11-05T11:32:12.225Z] #8 transferring context: 862.25kB 0.2s done [2020-11-05T11:32:12.225Z] #8 DONE 0.3s [2020-11-05T11:32:12.225Z] [2020-11-05T11:32:12.225Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-11-05T11:32:12.225Z] #15 CACHED [2020-11-05T11:32:12.225Z] [2020-11-05T11:32:12.225Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-11-05T11:32:12.225Z] #16 CACHED [2020-11-05T11:32:12.225Z] [2020-11-05T11:32:12.225Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-11-05T11:32:12.225Z] #17 CACHED [2020-11-05T11:32:12.225Z] [2020-11-05T11:32:12.225Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-11-05T11:32:12.225Z] #18 CACHED [2020-11-05T11:32:12.225Z] [2020-11-05T11:32:12.225Z] #31 [builder 1/4] COPY . . [2020-11-05T11:32:12.245Z] --- PASS: TestRenameLinkedContainer (2.07s) [2020-11-05T11:32:12.245Z] === RUN TestRenameStoppedContainer [2020-11-05T11:32:12.537Z] --- PASS: TestRenameStoppedContainer (0.53s) [2020-11-05T11:32:12.537Z] === RUN TestRenameRunningContainerAndReuse [2020-11-05T11:32:12.797Z] #31 DONE 0.6s [2020-11-05T11:32:12.797Z] [2020-11-05T11:32:12.797Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-11-05T11:32:13.371Z] #32 DONE 0.5s [2020-11-05T11:32:13.371Z] [2020-11-05T11:32:13.371Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-11-05T11:32:13.586Z] --- PASS: TestRenameRunningContainerAndReuse (1.09s) [2020-11-05T11:32:13.586Z] === RUN TestRenameInvalidName [2020-11-05T11:32:13.911Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-11-05T11:32:13.944Z] #33 0.456 [2020-11-05T11:32:14.205Z] #33 0.749 Removing bundles/ [2020-11-05T11:32:14.205Z] #33 0.750 [2020-11-05T11:32:14.205Z] #33 0.754 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-11-05T11:32:14.221Z] --- PASS: TestRenameInvalidName (0.54s) [2020-11-05T11:32:14.221Z] === RUN TestRenameAnonymousContainer [2020-11-05T11:32:15.248Z] --- PASS: TestSecretsUpdate (3.16s) [2020-11-05T11:32:15.248Z] === RUN TestTemplatedSecret [2020-11-05T11:32:15.592Z] #33 1.961 Building test suite binary ./integration-cli/test.main [2020-11-05T11:32:15.814Z] === RUN TestDockerSuite/TestEventsCopy [2020-11-05T11:32:16.293Z] --- PASS: TestRenameAnonymousContainer (1.94s) [2020-11-05T11:32:16.293Z] === RUN TestRenameContainerWithSameName [2020-11-05T11:32:16.381Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-11-05T11:32:16.586Z] --- PASS: TestRenameContainerWithSameName (0.51s) [2020-11-05T11:32:16.586Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-05T11:32:17.757Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-11-05T11:32:18.016Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-11-05T11:32:18.102Z] --- PASS: TestRenameContainerWithLinkedContainer (1.05s) [2020-11-05T11:32:18.102Z] === RUN TestResize [2020-11-05T11:32:18.274Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-11-05T11:32:18.394Z] --- PASS: TestResize (0.60s) [2020-11-05T11:32:18.394Z] === RUN TestResizeWithInvalidSize [2020-11-05T11:32:18.548Z] --- PASS: TestTemplatedSecret (3.40s) [2020-11-05T11:32:18.548Z] === RUN TestSecretCreateResolve [2020-11-05T11:32:19.032Z] --- PASS: TestResizeWithInvalidSize (0.57s) [2020-11-05T11:32:19.032Z] === RUN TestResizeWhenContainerNotStarted [2020-11-05T11:32:19.208Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-11-05T11:32:19.208Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-11-05T11:32:19.208Z] === RUN TestDockerSuite/TestEventsFilterType [2020-11-05T11:32:19.472Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-11-05T11:32:19.675Z] --- PASS: TestResizeWhenContainerNotStarted (0.52s) [2020-11-05T11:32:19.675Z] === RUN TestDaemonRestartKillContainers [2020-11-05T11:32:19.675Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-05T11:32:19.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-05T11:32:19.675Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-05T11:32:19.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-05T11:32:19.675Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-05T11:32:19.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-05T11:32:19.675Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-05T11:32:19.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-05T11:32:19.675Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-05T11:32:19.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-05T11:32:19.675Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-05T11:32:19.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-05T11:32:19.675Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-05T11:32:19.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-05T11:32:19.675Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-05T11:32:19.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-05T11:32:19.675Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:32:19.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:32:19.675Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:32:19.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:32:19.675Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:32:19.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:32:19.675Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:32:19.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:32:19.675Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-05T11:32:19.675Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-05T11:32:19.675Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-05T11:32:19.675Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-05T11:32:19.756Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-11-05T11:32:19.756Z] === RUN TestDockerSuite/TestEventsFilters [2020-11-05T11:32:20.698Z] === RUN TestDockerSuite/TestEventsFormat [2020-11-05T11:32:21.633Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-11-05T11:32:21.633Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-11-05T11:32:21.633Z] === RUN TestDockerSuite/TestEventsImageImport [2020-11-05T11:32:21.847Z] --- PASS: TestSecretCreateResolve (3.17s) [2020-11-05T11:32:21.848Z] PASS [2020-11-05T11:32:21.848Z] [2020-11-05T11:32:21.848Z] DONE 6 tests in 19.533s [2020-11-05T11:32:21.848Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-11-05T11:32:21.848Z] ++ 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 [2020-11-05T11:32:21.848Z] ++ set -e [2020-11-05T11:32:21.848Z] ++ '[' -n 0 ']' [2020-11-05T11:32:21.848Z] ++ set -x [2020-11-05T11:32:21.848Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:32:21.848Z] INFO: Testing against a local daemon [2020-11-05T11:32:21.848Z] === RUN TestServiceCreateInit [2020-11-05T11:32:21.848Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-05T11:32:22.200Z] --- PASS: TestServiceUpdateSecrets (15.30s) [2020-11-05T11:32:22.200Z] === RUN TestServiceUpdateConfigs [2020-11-05T11:32:22.450Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:32:22.450Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:32:22.450Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-05T11:32:22.459Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-11-05T11:32:22.718Z] === RUN TestDockerSuite/TestEventsImagePull [2020-11-05T11:32:22.745Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-05T11:32:23.284Z] === RUN TestDockerSuite/TestEventsImageTag [2020-11-05T11:32:24.277Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-05T11:32:24.277Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-05T11:32:24.277Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-05T11:32:24.661Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-11-05T11:32:24.661Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-11-05T11:32:24.661Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-11-05T11:32:24.661Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-11-05T11:32:25.325Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-05T11:32:26.036Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-11-05T11:32:26.604Z] === RUN TestDockerSuite/TestEventsRename [2020-11-05T11:32:27.136Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-05T11:32:27.171Z] === RUN TestDockerSuite/TestEventsResize [2020-11-05T11:32:27.738Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-11-05T11:32:28.068Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-05T11:32:28.068Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.78s) [2020-11-05T11:32:28.068Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.87s) [2020-11-05T11:32:28.068Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.97s) [2020-11-05T11:32:28.068Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.31s) [2020-11-05T11:32:28.068Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.70s) [2020-11-05T11:32:28.068Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.76s) [2020-11-05T11:32:28.068Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.78s) [2020-11-05T11:32:28.068Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.53s) [2020-11-05T11:32:28.068Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.73s) [2020-11-05T11:32:28.068Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.58s) [2020-11-05T11:32:28.068Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.18s) [2020-11-05T11:32:28.068Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.29s) [2020-11-05T11:32:28.068Z] === RUN TestCgroupNamespacesRun [2020-11-05T11:32:29.111Z] --- PASS: TestCgroupNamespacesRun (1.38s) [2020-11-05T11:32:29.111Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-05T11:32:30.626Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.36s) [2020-11-05T11:32:30.626Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-05T11:32:31.675Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.39s) [2020-11-05T11:32:31.675Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-05T11:32:32.423Z] --- PASS: TestServiceCreateInit (10.17s) [2020-11-05T11:32:32.423Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.02s) [2020-11-05T11:32:32.423Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.12s) [2020-11-05T11:32:32.423Z] === RUN TestCreateServiceMultipleTimes [2020-11-05T11:32:33.005Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-11-05T11:32:33.186Z] --- PASS: TestCgroupNamespacesRunHostMode (1.36s) [2020-11-05T11:32:33.186Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-05T11:32:33.572Z] === RUN TestDockerSuite/TestEventsStreaming [2020-11-05T11:32:34.139Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-11-05T11:32:34.699Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.36s) [2020-11-05T11:32:34.699Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-05T11:32:35.759Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.39s) [2020-11-05T11:32:35.759Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-05T11:32:36.667Z] === RUN TestDockerSuite/TestEventsTop [2020-11-05T11:32:36.798Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s) [2020-11-05T11:32:36.798Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-05T11:32:36.925Z] --- PASS: TestServiceUpdateConfigs (14.75s) [2020-11-05T11:32:36.925Z] === RUN TestServiceUpdateNetwork [2020-11-05T11:32:37.493Z] === RUN TestDockerSuite/TestEventsUntag [2020-11-05T11:32:38.316Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.39s) [2020-11-05T11:32:38.316Z] === RUN TestKernelTCPMemory [2020-11-05T11:32:38.609Z] --- PASS: TestKernelTCPMemory (0.60s) [2020-11-05T11:32:38.609Z] === RUN TestNISDomainname [2020-11-05T11:32:39.244Z] --- PASS: TestNISDomainname (0.70s) [2020-11-05T11:32:39.244Z] === RUN TestHostnameDnsResolution [2020-11-05T11:32:40.025Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-11-05T11:32:40.327Z] --- PASS: TestHostnameDnsResolution (0.81s) [2020-11-05T11:32:40.327Z] === RUN TestStats [2020-11-05T11:32:43.059Z] --- PASS: TestStats (2.56s) [2020-11-05T11:32:43.059Z] === RUN TestStopContainerWithTimeout [2020-11-05T11:32:43.059Z] === RUN TestStopContainerWithTimeout/0 [2020-11-05T11:32:43.059Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-05T11:32:43.059Z] === RUN TestStopContainerWithTimeout/1 [2020-11-05T11:32:43.059Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-05T11:32:43.059Z] === RUN TestStopContainerWithTimeout/3 [2020-11-05T11:32:43.059Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-05T11:32:43.059Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-05T11:32:43.059Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-05T11:32:43.059Z] === CONT TestStopContainerWithTimeout/0 [2020-11-05T11:32:43.059Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-05T11:32:43.059Z] === CONT TestStopContainerWithTimeout/1 [2020-11-05T11:32:43.059Z] === CONT TestStopContainerWithTimeout/3 [2020-11-05T11:32:45.796Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-11-05T11:32:45.796Z] --- PASS: TestStopContainerWithTimeout/0 (0.97s) [2020-11-05T11:32:45.796Z] --- PASS: TestStopContainerWithTimeout/1 (1.73s) [2020-11-05T11:32:45.796Z] --- PASS: TestStopContainerWithTimeout/-1 (3.07s) [2020-11-05T11:32:45.796Z] --- PASS: TestStopContainerWithTimeout/3 (3.12s) [2020-11-05T11:32:45.796Z] === RUN TestDeleteDevicemapper [2020-11-05T11:32:45.796Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-05T11:32:45.796Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-05T11:32:45.796Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-05T11:32:48.536Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.43s) [2020-11-05T11:32:48.536Z] === RUN TestUpdateMemory [2020-11-05T11:32:48.830Z] --- PASS: TestUpdateMemory (0.71s) [2020-11-05T11:32:48.830Z] === RUN TestUpdateCPUQuota [2020-11-05T11:32:49.879Z] --- PASS: TestUpdateCPUQuota (0.84s) [2020-11-05T11:32:49.879Z] === RUN TestUpdatePidsLimit [2020-11-05T11:32:49.879Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-05T11:32:50.003Z] --- PASS: TestServiceUpdateNetwork (12.17s) [2020-11-05T11:32:50.003Z] === RUN TestServiceUpdatePidsLimit [2020-11-05T11:32:50.003Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-05T11:32:50.172Z] === RUN TestUpdatePidsLimit/no_change [2020-11-05T11:32:50.465Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-05T11:32:50.465Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-05T11:32:50.570Z] === RUN TestDockerSuite/TestExec [2020-11-05T11:32:50.760Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-05T11:32:50.828Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-05T11:32:51.053Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-05T11:32:51.344Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-05T11:32:51.395Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-11-05T11:32:51.653Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-11-05T11:32:52.221Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-11-05T11:32:52.386Z] --- PASS: TestUpdatePidsLimit (2.42s) [2020-11-05T11:32:52.386Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.25s) [2020-11-05T11:32:52.386Z] --- PASS: TestUpdatePidsLimit/no_change (0.24s) [2020-11-05T11:32:52.386Z] --- PASS: TestUpdatePidsLimit/update_lower (0.27s) [2020-11-05T11:32:52.386Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) [2020-11-05T11:32:52.386Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.26s) [2020-11-05T11:32:52.386Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.25s) [2020-11-05T11:32:52.386Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s) [2020-11-05T11:32:52.386Z] === RUN TestUpdateRestartPolicy [2020-11-05T11:32:52.789Z] === RUN TestDockerSuite/TestExecAPIStart [2020-11-05T11:32:54.165Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-11-05T11:32:54.398Z] --- PASS: TestCreateServiceMultipleTimes (19.59s) [2020-11-05T11:32:54.398Z] === RUN TestCreateServiceConflict [2020-11-05T11:32:54.398Z] --- PASS: TestCreateServiceConflict (3.25s) [2020-11-05T11:32:54.398Z] === RUN TestCreateServiceMaxReplicas [2020-11-05T11:32:54.424Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-11-05T11:32:54.991Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-11-05T11:32:55.558Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-11-05T11:32:56.124Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-11-05T11:32:56.383Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-11-05T11:32:56.953Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-11-05T11:32:57.889Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-05T11:32:58.147Z] === RUN TestDockerSuite/TestExecCgroup [2020-11-05T11:32:58.602Z] --- PASS: TestCreateServiceMaxReplicas (3.52s) [2020-11-05T11:32:58.602Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-05T11:32:58.714Z] === RUN TestDockerSuite/TestExecEnv [2020-11-05T11:32:59.649Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-11-05T11:33:00.584Z] === RUN TestDockerSuite/TestExecExitStatus [2020-11-05T11:33:01.151Z] === RUN TestDockerSuite/TestExecInspectID [2020-11-05T11:33:03.680Z] === RUN TestDockerSuite/TestExecInteractive [2020-11-05T11:33:04.248Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-11-05T11:33:04.507Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-11-05T11:33:05.047Z] --- PASS: TestUpdateRestartPolicy (11.25s) [2020-11-05T11:33:05.047Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-05T11:33:05.047Z] --- PASS: TestUpdateRestartWithAutoRemove (0.52s) [2020-11-05T11:33:05.047Z] === RUN TestWaitNonBlocked [2020-11-05T11:33:05.047Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-05T11:33:05.047Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-05T11:33:05.047Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-05T11:33:05.047Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-05T11:33:05.047Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-05T11:33:05.047Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-05T11:33:05.047Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-05T11:33:05.047Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.76s) [2020-11-05T11:33:05.047Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.78s) [2020-11-05T11:33:05.047Z] === RUN TestWaitBlocked [2020-11-05T11:33:05.047Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-05T11:33:05.047Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-05T11:33:05.047Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-05T11:33:05.047Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-05T11:33:05.047Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-05T11:33:05.047Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-05T11:33:05.446Z] --- PASS: TestServiceUpdatePidsLimit (16.09s) [2020-11-05T11:33:05.446Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2020-11-05T11:33:05.446Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2020-11-05T11:33:05.446Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s) [2020-11-05T11:33:05.446Z] PASS [2020-11-05T11:33:05.446Z] [2020-11-05T11:33:05.446Z] === Skipped [2020-11-05T11:33:05.446Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-05T11:33:05.446Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-05T11:33:05.446Z] [2020-11-05T11:33:05.446Z] [2020-11-05T11:33:05.446Z] DONE 27 tests, 1 skipped in 179.920s [2020-11-05T11:33:05.446Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-11-05T11:33:05.446Z] ++ 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 [2020-11-05T11:33:05.446Z] ++ set -e [2020-11-05T11:33:05.446Z] ++ '[' -n 0 ']' [2020-11-05T11:33:05.446Z] ++ set -x [2020-11-05T11:33:05.446Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-11-05T11:33:05.446Z] === RUN TestDockerSuite/TestExecParseError [2020-11-05T11:33:05.446Z] INFO: Testing against a local daemon [2020-11-05T11:33:05.446Z] === RUN TestSessionCreate [2020-11-05T11:33:05.446Z] --- PASS: TestSessionCreate (0.04s) [2020-11-05T11:33:05.446Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-05T11:33:05.446Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-11-05T11:33:05.446Z] PASS [2020-11-05T11:33:05.446Z] [2020-11-05T11:33:05.446Z] DONE 2 tests in 0.213s [2020-11-05T11:33:05.446Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-11-05T11:33:05.447Z] ++ 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 [2020-11-05T11:33:05.447Z] ++ set -e [2020-11-05T11:33:05.447Z] ++ '[' -n 0 ']' [2020-11-05T11:33:05.447Z] ++ set -x [2020-11-05T11:33:05.447Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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 [2020-11-05T11:33:05.697Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-05T11:33:05.697Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.85s) [2020-11-05T11:33:05.697Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.90s) [2020-11-05T11:33:05.697Z] === CONT TestContainerStartOnDaemonRestart [2020-11-05T11:33:05.697Z] === CONT TestIpcModeOlderClient [2020-11-05T11:33:05.697Z] === CONT TestContainerKillOnDaemonStart [2020-11-05T11:33:05.697Z] === CONT TestDaemonHostGatewayIP [2020-11-05T11:33:05.706Z] INFO: Testing against a local daemon [2020-11-05T11:33:05.706Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-05T11:33:05.706Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-05T11:33:05.706Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-05T11:33:05.706Z] === RUN TestEventsExecDie [2020-11-05T11:33:05.996Z] --- PASS: TestIpcModeOlderClient (0.15s) [2020-11-05T11:33:05.996Z] === CONT TestDaemonRestartIpcMode [2020-11-05T11:33:06.274Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-11-05T11:33:06.534Z] --- PASS: TestEventsExecDie (0.81s) [2020-11-05T11:33:06.534Z] === RUN TestEventsBackwardsCompatible [2020-11-05T11:33:06.534Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2020-11-05T11:33:06.534Z] === RUN TestInfoBinaryCommits [2020-11-05T11:33:06.534Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-11-05T11:33:06.534Z] === RUN TestInfoAPIVersioned [2020-11-05T11:33:06.534Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-05T11:33:06.534Z] === RUN TestInfoDiscoveryBackend [2020-11-05T11:33:06.792Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-11-05T11:33:07.062Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2020-11-05T11:33:07.062Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-05T11:33:07.323Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-11-05T11:33:08.258Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-05T11:33:08.258Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-05T11:33:08.517Z] === RUN TestDockerSuite/TestExecSetEnv [2020-11-05T11:33:08.776Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-11-05T11:33:08.776Z] === RUN TestInfoAPI [2020-11-05T11:33:08.776Z] --- PASS: TestInfoAPI (0.04s) [2020-11-05T11:33:08.776Z] === RUN TestInfoAPIWarnings [2020-11-05T11:33:09.035Z] === RUN TestDockerSuite/TestExecStartFails [2020-11-05T11:33:09.550Z] --- PASS: TestContainerStartOnDaemonRestart (3.75s) [2020-11-05T11:33:09.602Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-11-05T11:33:09.842Z] --- PASS: TestDaemonRestartIpcMode (3.88s) [2020-11-05T11:33:09.842Z] --- PASS: TestDaemonHostGatewayIP (4.19s) [2020-11-05T11:33:13.508Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.00s) [2020-11-05T11:33:13.508Z] === RUN TestCreateServiceSecretFileMode [2020-11-05T11:33:16.160Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-11-05T11:33:16.806Z] --- PASS: TestCreateServiceSecretFileMode (3.25s) [2020-11-05T11:33:16.806Z] === RUN TestCreateServiceConfigFileMode [2020-11-05T11:33:20.108Z] --- PASS: TestCreateServiceConfigFileMode (3.50s) [2020-11-05T11:33:20.108Z] === RUN TestCreateServiceSysctls [2020-11-05T11:33:20.232Z] --- PASS: TestContainerKillOnDaemonStart (12.80s) [2020-11-05T11:33:20.232Z] PASS [2020-11-05T11:33:20.232Z] [2020-11-05T11:33:20.232Z] === Skipped [2020-11-05T11:33:20.233Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-11-05T11:33:20.233Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-05T11:33:20.233Z] [2020-11-05T11:33:20.233Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-05T11:33:20.233Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-05T11:33:20.233Z] [2020-11-05T11:33:20.233Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-11-05T11:33:20.233Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-05T11:33:20.233Z] [2020-11-05T11:33:20.233Z] [2020-11-05T11:33:20.233Z] DONE 193 tests, 3 skipped in 109.688s [2020-11-05T11:33:20.233Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-11-05T11:33:20.233Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:33:20.233Z] ++ set -e [2020-11-05T11:33:20.233Z] ++ '[' -n 0 ']' [2020-11-05T11:33:20.233Z] ++ set -x [2020-11-05T11:33:20.233Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:33:20.233Z] INFO: Testing against a local daemon [2020-11-05T11:33:20.233Z] === RUN TestCommitInheritsEnv [2020-11-05T11:33:20.233Z] --- PASS: TestCommitInheritsEnv (0.32s) [2020-11-05T11:33:20.233Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-05T11:33:20.233Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-05T11:33:20.233Z] === RUN TestImagesFilterMultiReference [2020-11-05T11:33:20.233Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2020-11-05T11:33:20.233Z] === RUN TestImagePullPlatformInvalid [2020-11-05T11:33:20.233Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-11-05T11:33:20.233Z] === RUN TestRemoveImageOrphaning [2020-11-05T11:33:20.233Z] --- PASS: TestRemoveImageOrphaning (0.33s) [2020-11-05T11:33:20.233Z] === RUN TestRemoveImageGarbageCollector [2020-11-05T11:33:20.233Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-05T11:33:20.233Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:33:20.233Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-05T11:33:20.233Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-11-05T11:33:20.233Z] === RUN TestTagInvalidReference [2020-11-05T11:33:20.233Z] --- PASS: TestTagInvalidReference (0.03s) [2020-11-05T11:33:20.233Z] === RUN TestTagValidPrefixedRepo [2020-11-05T11:33:20.233Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-11-05T11:33:20.233Z] === RUN TestTagExistedNameWithoutForce [2020-11-05T11:33:20.233Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-11-05T11:33:20.233Z] === RUN TestTagOfficialNames [2020-11-05T11:33:20.233Z] --- PASS: TestTagOfficialNames (0.05s) [2020-11-05T11:33:20.233Z] === RUN TestTagMatchesDigest [2020-11-05T11:33:20.233Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-11-05T11:33:20.233Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-05T11:33:20.345Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-11-05T11:33:20.913Z] === RUN TestDockerSuite/TestExecTTY [2020-11-05T11:33:21.482Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-11-05T11:33:22.048Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-11-05T11:33:22.615Z] === RUN TestDockerSuite/TestExecUlimits [2020-11-05T11:33:23.549Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-11-05T11:33:23.549Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-11-05T11:33:24.312Z] --- PASS: TestCreateServiceSysctls (4.16s) [2020-11-05T11:33:24.312Z] === RUN TestCreateServiceCapabilities [2020-11-05T11:33:24.928Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-11-05T11:33:25.186Z] --- PASS: TestInfoAPIWarnings (16.35s) [2020-11-05T11:33:25.186Z] === RUN TestInfoDebug [2020-11-05T11:33:25.186Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-11-05T11:33:25.754Z] --- PASS: TestInfoDebug (0.53s) [2020-11-05T11:33:25.754Z] === RUN TestInfoInsecureRegistries [2020-11-05T11:33:26.013Z] === RUN TestDockerSuite/TestExecWithTERM [2020-11-05T11:33:26.013Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2020-11-05T11:33:26.013Z] === RUN TestInfoRegistryMirrors [2020-11-05T11:33:26.581Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-11-05T11:33:26.581Z] === RUN TestLoginFailsWithBadCredentials [2020-11-05T11:33:26.581Z] === RUN TestDockerSuite/TestExecWithUser [2020-11-05T11:33:27.148Z] --- PASS: TestLoginFailsWithBadCredentials (0.45s) [2020-11-05T11:33:27.148Z] === RUN TestPingCacheHeaders [2020-11-05T11:33:27.148Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-11-05T11:33:27.148Z] === RUN TestPingGet [2020-11-05T11:33:27.148Z] --- PASS: TestPingGet (0.02s) [2020-11-05T11:33:27.148Z] === RUN TestPingHead [2020-11-05T11:33:27.148Z] --- PASS: TestPingHead (0.04s) [2020-11-05T11:33:27.148Z] === RUN TestVersion [2020-11-05T11:33:27.148Z] --- PASS: TestVersion (0.02s) [2020-11-05T11:33:27.148Z] PASS [2020-11-05T11:33:27.148Z] [2020-11-05T11:33:27.148Z] === Skipped [2020-11-05T11:33:27.148Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-05T11:33:27.148Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-05T11:33:27.148Z] [2020-11-05T11:33:27.148Z] [2020-11-05T11:33:27.148Z] DONE 18 tests, 1 skipped in 21.697s [2020-11-05T11:33:27.148Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-05T11:33:27.148Z] ++ 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 [2020-11-05T11:33:27.148Z] ++ set -e [2020-11-05T11:33:27.148Z] ++ '[' -n 0 ']' [2020-11-05T11:33:27.148Z] ++ set -x [2020-11-05T11:33:27.148Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:33:27.407Z] INFO: Testing against a local daemon [2020-11-05T11:33:27.407Z] === RUN TestVolumesCreateAndList [2020-11-05T11:33:27.407Z] === RUN TestDockerSuite/TestGetContainerStats [2020-11-05T11:33:27.407Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-11-05T11:33:27.407Z] === RUN TestVolumesRemove [2020-11-05T11:33:27.407Z] --- PASS: TestVolumesRemove (0.07s) [2020-11-05T11:33:27.407Z] === RUN TestVolumesInspect [2020-11-05T11:33:27.407Z] --- PASS: TestVolumesInspect (0.02s) [2020-11-05T11:33:27.407Z] === RUN TestVolumesInvalidJSON [2020-11-05T11:33:27.407Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-05T11:33:27.407Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-05T11:33:27.612Z] --- PASS: TestCreateServiceCapabilities (3.37s) [2020-11-05T11:33:27.612Z] === RUN TestInspect [2020-11-05T11:33:27.667Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-05T11:33:27.667Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2020-11-05T11:33:27.667Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-05T11:33:27.667Z] PASS [2020-11-05T11:33:27.667Z] [2020-11-05T11:33:27.667Z] DONE 5 tests in 0.314s [2020-11-05T11:33:27.667Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-05T11:33:27.925Z] ++++ cat bundles/test-integration/docker.pid [2020-11-05T11:33:27.925Z] +++ kill 5575 [2020-11-05T11:33:29.303Z] +++ /etc/init.d/apparmor stop [2020-11-05T11:33:29.303Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-05T11:33:29.303Z] [2020-11-05T11:33:29.303Z] Unloading profiles will leave already running processes permanently [2020-11-05T11:33:29.303Z] unconfined, which can lead to unexpected situations. [2020-11-05T11:33:29.303Z] [2020-11-05T11:33:29.303Z] To set a process to complain mode, use the command line tool [2020-11-05T11:33:29.303Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-05T11:33:29.303Z] +++ true [2020-11-05T11:33:29.303Z] exiting test-integration [2020-11-05T11:33:29.303Z] ++ exit 0 [2020-11-05T11:33:29.303Z] [2020-11-05T11:33:29.869Z] + for job in $(jobs -p) [2020-11-05T11:33:29.869Z] + wait 2635 [2020-11-05T11:33:30.913Z] --- PASS: TestInspect (3.60s) [2020-11-05T11:33:30.913Z] === RUN TestCreateJob [2020-11-05T11:33:32.412Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-11-05T11:33:35.119Z] --- PASS: TestCreateJob (4.08s) [2020-11-05T11:33:35.119Z] === RUN TestReplicatedJob [2020-11-05T11:33:36.595Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-11-05T11:33:37.970Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-11-05T11:33:41.705Z] --- PASS: TestReplicatedJob (5.73s) [2020-11-05T11:33:41.705Z] === RUN TestUpdateReplicatedJob [2020-11-05T11:33:43.235Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-11-05T11:33:43.235Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-11-05T11:33:43.235Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-11-05T11:33:43.235Z] === RUN TestDockerSuite/TestHealth [2020-11-05T11:33:45.007Z] --- PASS: TestUpdateReplicatedJob (4.34s) [2020-11-05T11:33:45.007Z] === RUN TestServiceListWithStatuses [2020-11-05T11:33:45.007Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2020-11-05T11:33:45.007Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-05T11:33:45.007Z] === RUN TestDockerNetworkConnectAlias [2020-11-05T11:33:51.593Z] --- PASS: TestDockerNetworkConnectAlias (6.43s) [2020-11-05T11:33:51.593Z] === RUN TestDockerNetworkReConnect [2020-11-05T11:33:56.880Z] --- PASS: TestDockerNetworkReConnect (4.84s) [2020-11-05T11:33:56.880Z] === RUN TestServicePlugin [2020-11-05T11:33:56.880Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-05T11:33:56.880Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:33:56.880Z] === RUN TestServiceUpdateLabel [2020-11-05T11:33:59.426Z] --- PASS: TestServiceUpdateLabel (3.18s) [2020-11-05T11:33:59.426Z] === RUN TestServiceUpdateSecrets [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-11-05T11:34:05.164Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-11-05T11:34:05.731Z] === RUN TestDockerSuite/TestImagesFormat [2020-11-05T11:34:05.731Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-11-05T11:34:06.298Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-11-05T11:34:08.830Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-11-05T11:34:08.830Z] === RUN TestDockerSuite/TestImportBadURL [2020-11-05T11:34:09.089Z] === RUN TestDockerSuite/TestImportDisplay [2020-11-05T11:34:10.024Z] === RUN TestDockerSuite/TestImportFile [2020-11-05T11:34:11.401Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-11-05T11:34:11.401Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-11-05T11:34:12.337Z] === RUN TestDockerSuite/TestImportGzipped [2020-11-05T11:34:12.337Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-11-05T11:34:13.733Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-11-05T11:34:14.668Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-11-05T11:34:15.234Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-11-05T11:34:15.801Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-11-05T11:34:16.059Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-11-05T11:34:16.317Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-11-05T11:34:16.317Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-11-05T11:34:16.576Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-11-05T11:34:17.144Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-11-05T11:34:17.551Z] --- PASS: TestServiceUpdateSecrets (15.24s) [2020-11-05T11:34:17.551Z] === RUN TestServiceUpdateConfigs [2020-11-05T11:34:17.712Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-11-05T11:34:17.971Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-11-05T11:34:18.537Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-11-05T11:34:18.796Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-11-05T11:34:18.796Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-11-05T11:34:20.173Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-11-05T11:34:20.433Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-11-05T11:34:20.999Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-11-05T11:34:20.999Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-11-05T11:34:21.566Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-11-05T11:34:21.566Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-11-05T11:34:22.131Z] #33 122.7 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-05T11:34:22.131Z] #33 124.7 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-05T11:34:22.131Z] #33 126.0 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-05T11:34:22.131Z] #33 127.8 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-05T11:34:22.133Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-11-05T11:34:22.701Z] === RUN TestDockerSuite/TestInspectDefault [2020-11-05T11:34:22.959Z] === RUN TestDockerSuite/TestInspectHistory [2020-11-05T11:34:23.526Z] === RUN TestDockerSuite/TestInspectImage [2020-11-05T11:34:23.526Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-11-05T11:34:23.785Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-11-05T11:34:23.785Z] === RUN TestDockerSuite/TestInspectInt64 [2020-11-05T11:34:24.043Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-11-05T11:34:24.049Z] #33 130.5 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-05T11:34:24.611Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-11-05T11:34:24.611Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-11-05T11:34:25.177Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-11-05T11:34:25.436Z] === RUN TestDockerSuite/TestInspectPlugin [2020-11-05T11:34:25.437Z] #33 131.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-05T11:34:26.381Z] #33 132.9 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-05T11:34:27.324Z] #33 134.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-05T11:34:27.336Z] === RUN TestDockerSuite/TestInspectRootFS [2020-11-05T11:34:27.336Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-11-05T11:34:27.897Z] #33 134.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-05T11:34:27.903Z] === RUN TestDockerSuite/TestInspectStatus [2020-11-05T11:34:28.469Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-11-05T11:34:28.842Z] #33 135.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-05T11:34:29.406Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-11-05T11:34:29.973Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-11-05T11:34:30.227Z] #33 136.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-05T11:34:30.231Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-11-05T11:34:30.797Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-11-05T11:34:31.375Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-11-05T11:34:31.654Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-11-05T11:34:32.143Z] #33 138.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-05T11:34:32.224Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-11-05T11:34:32.224Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-11-05T11:34:32.451Z] --- PASS: TestServiceUpdateConfigs (15.26s) [2020-11-05T11:34:32.451Z] === RUN TestServiceUpdateNetwork [2020-11-05T11:34:33.530Z] #33 139.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-05T11:34:34.103Z] #33 140.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-05T11:34:34.128Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-11-05T11:34:34.128Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-11-05T11:34:35.063Z] === RUN TestDockerSuite/TestLinksEnvs [2020-11-05T11:34:35.490Z] #33 142.0 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-05T11:34:36.433Z] #33 143.1 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-05T11:34:36.441Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-11-05T11:34:36.441Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-11-05T11:34:38.345Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-11-05T11:34:38.345Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-11-05T11:34:38.351Z] #33 144.6 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-05T11:34:39.295Z] #33 145.7 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-05T11:34:39.721Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-11-05T11:34:40.239Z] #33 146.8 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-05T11:34:41.625Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-11-05T11:34:41.625Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-11-05T11:34:41.626Z] #33 147.9 [2020-11-05T11:34:41.626Z] #33 DONE 148.1s [2020-11-05T11:34:41.626Z] [2020-11-05T11:34:41.626Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-11-05T11:34:43.011Z] #34 DONE 1.1s [2020-11-05T11:34:43.529Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-11-05T11:34:44.098Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-11-05T11:34:44.678Z] --- PASS: TestServiceUpdateNetwork (14.67s) [2020-11-05T11:34:44.678Z] === RUN TestServiceUpdatePidsLimit [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-11-05T11:34:45.019Z] #29 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-11-05T11:34:45.019Z] #23 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-11-05T11:34:45.019Z] #19 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-11-05T11:34:45.019Z] #28 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-11-05T11:34:45.019Z] #20 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-11-05T11:34:45.019Z] #22 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-11-05T11:34:45.019Z] #13 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-11-05T11:34:45.019Z] #24 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-11-05T11:34:45.019Z] #7 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-11-05T11:34:45.019Z] #9 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-11-05T11:34:45.019Z] #27 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-11-05T11:34:45.019Z] #26 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-11-05T11:34:45.019Z] #11 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-11-05T11:34:45.019Z] #12 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-11-05T11:34:45.019Z] #21 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-11-05T11:34:45.019Z] #6 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-11-05T11:34:45.019Z] #10 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-11-05T11:34:45.019Z] #25 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-11-05T11:34:45.019Z] #30 CACHED [2020-11-05T11:34:45.019Z] [2020-11-05T11:34:45.019Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-11-05T11:34:45.035Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-11-05T11:34:45.280Z] #35 DONE 0.6s [2020-11-05T11:34:45.280Z] [2020-11-05T11:34:45.280Z] #36 exporting to image [2020-11-05T11:34:45.280Z] #36 exporting layers [2020-11-05T11:34:46.590Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-05T11:34:46.665Z] #36 exporting layers 1.3s done [2020-11-05T11:34:46.665Z] #36 writing image sha256:c4c1fd2f3fcd96817a93ccd58acda758dd081b0824ad8e5765d3c9bfef31ff49 done [2020-11-05T11:34:46.665Z] #36 naming to docker.io/library/moby-e2e-test done [2020-11-05T11:34:46.665Z] #36 DONE 1.3s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-05T11:34:46.982Z] + echo Ensuring container killed. [2020-11-05T11:34:46.982Z] Ensuring container killed. [2020-11-05T11:34:46.982Z] + docker rm -vf docker-pr7 [2020-11-05T11:34:46.982Z] Error: No such container: docker-pr7 [2020-11-05T11:34:46.982Z] + true [Pipeline] sh [2020-11-05T11:34:47.161Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-05T11:34:47.269Z] + echo Chowning /workspace to jenkins user [2020-11-05T11:34:47.269Z] Chowning /workspace to jenkins user [2020-11-05T11:34:47.269Z] + id -u [2020-11-05T11:34:47.269Z] + id -g [2020-11-05T11:34:47.269Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40256:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-05T11:34:48.142Z] + bundleName=unit [2020-11-05T11:34:48.142Z] + echo Creating unit-bundles.tar.gz [2020-11-05T11:34:48.142Z] Creating unit-bundles.tar.gz [2020-11-05T11:34:48.142Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-11-05T11:34:48.142Z] bundles/junit-report.xml [2020-11-05T11:34:48.142Z] bundles/go-test-report.json [2020-11-05T11:34:48.142Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-11-05T11:34:48.157Z] Archiving artifacts [2020-11-05T11:34:48.543Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40256/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-05T11:34:48.858Z] + make clean [2020-11-05T11:34:48.858Z] docker volume rm -f docker-dev-cache [2020-11-05T11:34:48.858Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-05T11:34:53.153Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-11-05T11:34:54.089Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-11-05T11:34:55.025Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-11-05T11:34:55.297Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-05T11:34:55.592Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-11-05T11:34:57.507Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-11-05T11:34:57.507Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-11-05T11:34:57.507Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-11-05T11:34:57.507Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-11-05T11:34:57.507Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-11-05T11:34:57.507Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-11-05T11:34:58.079Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-11-05T11:34:58.650Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-11-05T11:35:02.840Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-11-05T11:35:02.840Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-11-05T11:35:03.434Z] --- PASS: TestServiceUpdatePidsLimit (17.50s) [2020-11-05T11:35:03.434Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-11-05T11:35:03.434Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2020-11-05T11:35:03.434Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2020-11-05T11:35:03.434Z] PASS [2020-11-05T11:35:03.434Z] [2020-11-05T11:35:03.434Z] === Skipped [2020-11-05T11:35:03.434Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.01s) [2020-11-05T11:35:03.434Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-05T11:35:03.434Z] [2020-11-05T11:35:03.434Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-11-05T11:35:03.434Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:35:03.434Z] [2020-11-05T11:35:03.434Z] [2020-11-05T11:35:03.434Z] DONE 27 tests, 2 skipped in 160.862s [2020-11-05T11:35:03.434Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-11-05T11:35:03.434Z] ++ 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 [2020-11-05T11:35:03.434Z] ++ set -e [2020-11-05T11:35:03.434Z] ++ '[' -n 0 ']' [2020-11-05T11:35:03.434Z] ++ set -x [2020-11-05T11:35:03.434Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:35:03.434Z] INFO: Testing against a local daemon [2020-11-05T11:35:03.434Z] === RUN TestSessionCreate [2020-11-05T11:35:03.434Z] --- PASS: TestSessionCreate (0.05s) [2020-11-05T11:35:03.434Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-05T11:35:03.434Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-11-05T11:35:03.434Z] PASS [2020-11-05T11:35:03.434Z] [2020-11-05T11:35:03.434Z] DONE 2 tests in 0.290s [2020-11-05T11:35:03.434Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-11-05T11:35:03.434Z] ++ 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 [2020-11-05T11:35:03.434Z] ++ set -e [2020-11-05T11:35:03.434Z] ++ '[' -n 0 ']' [2020-11-05T11:35:03.434Z] ++ set -x [2020-11-05T11:35:03.434Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:35:03.434Z] INFO: Testing against a local daemon [2020-11-05T11:35:03.434Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-05T11:35:03.434Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-05T11:35:03.434Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-05T11:35:03.434Z] === RUN TestEventsExecDie [2020-11-05T11:35:03.434Z] --- PASS: TestEventsExecDie (0.87s) [2020-11-05T11:35:03.434Z] === RUN TestEventsBackwardsCompatible [2020-11-05T11:35:03.696Z] --- PASS: TestEventsBackwardsCompatible (0.17s) [2020-11-05T11:35:03.696Z] === RUN TestInfoBinaryCommits [2020-11-05T11:35:03.696Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-11-05T11:35:03.696Z] === RUN TestInfoAPIVersioned [2020-11-05T11:35:03.696Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-11-05T11:35:03.696Z] === RUN TestInfoDiscoveryBackend [2020-11-05T11:35:04.268Z] --- PASS: TestInfoDiscoveryBackend (0.63s) [2020-11-05T11:35:04.268Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-05T11:35:05.653Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-05T11:35:05.653Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-05T11:35:05.914Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2020-11-05T11:35:05.914Z] === RUN TestInfoAPI [2020-11-05T11:35:06.175Z] --- PASS: TestInfoAPI (0.05s) [2020-11-05T11:35:06.175Z] === RUN TestInfoAPIWarnings [2020-11-05T11:35:08.107Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-11-05T11:35:08.107Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-11-05T11:35:08.107Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-11-05T11:35:09.043Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-11-05T11:35:09.611Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-11-05T11:35:10.551Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-11-05T11:35:11.487Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-11-05T11:35:12.057Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-11-05T11:35:13.959Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-11-05T11:35:13.959Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-11-05T11:35:14.526Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-11-05T11:35:14.785Z] === RUN TestDockerSuite/TestLogsSince [2020-11-05T11:35:21.349Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-11-05T11:35:24.286Z] --- PASS: TestInfoAPIWarnings (16.62s) [2020-11-05T11:35:24.286Z] === RUN TestInfoDebug [2020-11-05T11:35:24.286Z] --- PASS: TestInfoDebug (0.64s) [2020-11-05T11:35:24.286Z] === RUN TestInfoInsecureRegistries [2020-11-05T11:35:24.286Z] --- PASS: TestInfoInsecureRegistries (0.62s) [2020-11-05T11:35:24.286Z] === RUN TestInfoRegistryMirrors [2020-11-05T11:35:24.547Z] --- PASS: TestInfoRegistryMirrors (0.62s) [2020-11-05T11:35:24.547Z] === RUN TestLoginFailsWithBadCredentials [2020-11-05T11:35:24.808Z] --- PASS: TestLoginFailsWithBadCredentials (0.33s) [2020-11-05T11:35:24.808Z] === RUN TestPingCacheHeaders [2020-11-05T11:35:25.069Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-11-05T11:35:25.069Z] === RUN TestPingGet [2020-11-05T11:35:25.069Z] --- PASS: TestPingGet (0.03s) [2020-11-05T11:35:25.069Z] === RUN TestPingHead [2020-11-05T11:35:25.069Z] --- PASS: TestPingHead (0.05s) [2020-11-05T11:35:25.069Z] === RUN TestVersion [2020-11-05T11:35:25.069Z] --- PASS: TestVersion (0.05s) [2020-11-05T11:35:25.069Z] PASS [2020-11-05T11:35:25.069Z] [2020-11-05T11:35:25.069Z] === Skipped [2020-11-05T11:35:25.069Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-05T11:35:25.069Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-05T11:35:25.069Z] [2020-11-05T11:35:25.069Z] [2020-11-05T11:35:25.069Z] DONE 18 tests, 1 skipped in 22.602s [2020-11-05T11:35:25.069Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-05T11:35:25.069Z] ++ 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 [2020-11-05T11:35:25.069Z] ++ set -e [2020-11-05T11:35:25.069Z] ++ '[' -n 0 ']' [2020-11-05T11:35:25.069Z] ++ set -x [2020-11-05T11:35:25.069Z] ++ env -i DEST=/go/src/github.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 [2020-11-05T11:35:25.330Z] INFO: Testing against a local daemon [2020-11-05T11:35:25.330Z] === RUN TestVolumesCreateAndList [2020-11-05T11:35:25.330Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-11-05T11:35:25.330Z] === RUN TestVolumesRemove [2020-11-05T11:35:25.330Z] --- PASS: TestVolumesRemove (0.11s) [2020-11-05T11:35:25.330Z] === RUN TestVolumesInspect [2020-11-05T11:35:25.330Z] --- PASS: TestVolumesInspect (0.03s) [2020-11-05T11:35:25.330Z] === RUN TestVolumesInvalidJSON [2020-11-05T11:35:25.330Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-05T11:35:25.330Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-05T11:35:25.330Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-05T11:35:25.330Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-11-05T11:35:25.330Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-05T11:35:25.330Z] PASS [2020-11-05T11:35:25.591Z] [2020-11-05T11:35:25.591Z] DONE 5 tests in 0.376s [2020-11-05T11:35:25.591Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-05T11:35:25.851Z] ++++ cat bundles/test-integration/docker.pid [2020-11-05T11:35:25.851Z] +++ kill 13734 [2020-11-05T11:35:27.236Z] +++ /etc/init.d/apparmor stop [2020-11-05T11:35:27.236Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-05T11:35:27.236Z] [2020-11-05T11:35:27.236Z] Unloading profiles will leave already running processes permanently [2020-11-05T11:35:27.236Z] unconfined, which can lead to unexpected situations. [2020-11-05T11:35:27.236Z] [2020-11-05T11:35:27.236Z] To set a process to complain mode, use the command line tool [2020-11-05T11:35:27.236Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-05T11:35:27.236Z] +++ true [2020-11-05T11:35:27.236Z] exiting test-integration [2020-11-05T11:35:27.236Z] ++ exit 0 [2020-11-05T11:35:27.236Z] [2020-11-05T11:35:27.912Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-11-05T11:35:27.912Z] === RUN TestDockerSuite/TestLogsTail [2020-11-05T11:35:27.912Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-11-05T11:35:28.191Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-11-05T11:35:28.759Z] === RUN TestDockerSuite/TestMountIntoProc [2020-11-05T11:35:29.018Z] === RUN TestDockerSuite/TestMountIntoSys [2020-11-05T11:35:29.277Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-11-05T11:35:29.535Z] === RUN TestDockerSuite/TestNetHostname Post stage [Pipeline] junit [2020-11-05T11:35:29.797Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-05T11:35:30.507Z] + echo Ensuring container killed. [2020-11-05T11:35:30.507Z] Ensuring container killed. [2020-11-05T11:35:30.507Z] + docker rm -vf docker-pr7 [2020-11-05T11:35:30.507Z] Error: No such container: docker-pr7 [2020-11-05T11:35:30.507Z] + true [Pipeline] sh [2020-11-05T11:35:30.803Z] + echo Chowning /workspace to jenkins user [2020-11-05T11:35:30.803Z] Chowning /workspace to jenkins user [2020-11-05T11:35:30.803Z] + id -u [2020-11-05T11:35:30.803Z] + id -g [2020-11-05T11:35:30.803Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40256:/workspace busybox chown -R 1000:1000 /workspace [2020-11-05T11:35:30.803Z] Unable to find image 'busybox:latest' locally [2020-11-05T11:35:30.803Z] latest: Pulling from library/busybox [2020-11-05T11:35:31.064Z] 5dce72bf4214: Pulling fs layer [2020-11-05T11:35:31.064Z] 5dce72bf4214: Download complete [2020-11-05T11:35:31.326Z] 5dce72bf4214: Pull complete [2020-11-05T11:35:31.326Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-05T11:35:31.326Z] Status: Downloaded newer image for busybox:latest [2020-11-05T11:35:31.485Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-11-05T11:35:31.485Z] === RUN TestDockerSuite/TestNetworkEvents [2020-11-05T11:35:32.423Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-11-05T11:35:34.326Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-11-05T11:35:34.586Z] === RUN TestDockerSuite/TestPluginActive [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-05T11:35:34.931Z] + bundleName=arm64-integration [2020-11-05T11:35:34.931Z] + echo Creating arm64-integration-bundles.tar.gz [2020-11-05T11:35:34.931Z] Creating arm64-integration-bundles.tar.gz [2020-11-05T11:35:34.931Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-11-05T11:35:34.931Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-05T11:35:35.206Z] Archiving artifacts [2020-11-05T11:35:35.523Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-11-05T11:35:36.092Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-11-05T11:35:37.142Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40256/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-05T11:35:37.478Z] + make clean [2020-11-05T11:35:38.050Z] docker volume rm -f docker-dev-cache [2020-11-05T11:35:38.050Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-05T11:35:44.212Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-11-05T11:35:44.212Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-11-05T11:35:44.212Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-11-05T11:35:46.742Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-11-05T11:35:48.118Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-11-05T11:35:50.020Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-11-05T11:35:55.291Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-11-05T11:35:56.250Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-11-05T11:35:57.197Z] === RUN TestDockerSuite/TestPortHostBinding [2020-11-05T11:35:58.131Z] === RUN TestDockerSuite/TestPortList [2020-11-05T11:36:04.698Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-11-05T11:36:04.698Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-11-05T11:36:04.957Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-11-05T11:36:07.491Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-11-05T11:36:11.682Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-11-05T11:36:11.682Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-11-05T11:36:11.682Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-11-05T11:36:11.944Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-11-05T11:36:11.944Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-11-05T11:36:12.514Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-11-05T11:36:12.514Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-11-05T11:36:12.772Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-11-05T11:36:13.031Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-11-05T11:36:13.966Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-11-05T11:36:13.966Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-11-05T11:36:15.869Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-11-05T11:36:16.805Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-11-05T11:36:17.065Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-11-05T11:36:17.324Z] === RUN TestDockerSuite/TestPsByOrder [2020-11-05T11:36:19.860Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-11-05T11:36:20.119Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-11-05T11:36:22.652Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-11-05T11:36:25.949Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-11-05T11:36:25.949Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-11-05T11:36:27.853Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-11-05T11:36:28.790Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-11-05T11:36:35.360Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-11-05T11:36:35.928Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-11-05T11:36:37.304Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-11-05T11:36:38.244Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-11-05T11:36:39.180Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-11-05T11:36:41.082Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-11-05T11:36:42.458Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-11-05T11:36:42.825Z] --- PASS: TestImportExtremelyLargeImageWorks (193.12s) [2020-11-05T11:36:42.825Z] PASS [2020-11-05T11:36:42.825Z] [2020-11-05T11:36:42.825Z] === Skipped [2020-11-05T11:36:42.825Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-05T11:36:42.825Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:36:42.825Z] [2020-11-05T11:36:42.825Z] [2020-11-05T11:36:42.825Z] DONE 12 tests, 1 skipped in 194.128s [2020-11-05T11:36:42.825Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-11-05T11:36:42.825Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:36:42.825Z] ++ set -e [2020-11-05T11:36:42.825Z] ++ '[' -n 0 ']' [2020-11-05T11:36:42.825Z] ++ set -x [2020-11-05T11:36:42.826Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:36:42.826Z] INFO: Testing against a local daemon [2020-11-05T11:36:42.826Z] === RUN TestNetworkCreateDelete [2020-11-05T11:36:42.826Z] --- PASS: TestNetworkCreateDelete (0.17s) [2020-11-05T11:36:42.826Z] === RUN TestDockerNetworkDeletePreferID [2020-11-05T11:36:42.826Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s) [2020-11-05T11:36:42.826Z] === RUN TestDaemonDNSFallback [2020-11-05T11:36:42.826Z] --- PASS: TestDaemonDNSFallback (1.52s) [2020-11-05T11:36:42.826Z] === RUN TestInspectNetwork [2020-11-05T11:36:42.826Z] === RUN TestInspectNetwork/full_network_id [2020-11-05T11:36:42.826Z] === RUN TestInspectNetwork/partial_network_id [2020-11-05T11:36:42.826Z] === RUN TestInspectNetwork/network_name [2020-11-05T11:36:42.826Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-05T11:36:42.826Z] --- PASS: TestInspectNetwork (7.14s) [2020-11-05T11:36:42.826Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-05T11:36:42.826Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-05T11:36:42.826Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-05T11:36:42.826Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-05T11:36:42.826Z] === RUN TestRunContainerWithBridgeNone [2020-11-05T11:36:43.395Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-11-05T11:36:43.395Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-11-05T11:36:43.865Z] --- PASS: TestRunContainerWithBridgeNone (1.83s) [2020-11-05T11:36:43.865Z] === RUN TestNetworkInvalidJSON [2020-11-05T11:36:43.865Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-05T11:36:43.865Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-05T11:36:43.865Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-05T11:36:43.865Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-05T11:36:43.865Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-05T11:36:43.865Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-05T11:36:43.865Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-05T11:36:43.865Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-05T11:36:43.865Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-05T11:36:43.865Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-11-05T11:36:43.865Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2020-11-05T11:36:43.866Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-05T11:36:43.866Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2020-11-05T11:36:43.866Z] === RUN TestHostIPv4BridgeLabel [2020-11-05T11:36:43.963Z] === RUN TestDockerSuite/TestPsRightTagName [2020-11-05T11:36:44.507Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2020-11-05T11:36:44.507Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-05T11:36:45.552Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-11-05T11:36:45.552Z] === RUN TestDaemonDefaultNetworkPools [2020-11-05T11:36:45.865Z] === RUN TestDockerSuite/TestPsShowMounts [2020-11-05T11:36:46.188Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2020-11-05T11:36:46.188Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-05T11:36:47.243Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-11-05T11:36:47.701Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2020-11-05T11:36:47.701Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-05T11:36:47.811Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-11-05T11:36:47.811Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-11-05T11:36:47.811Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-11-05T11:36:48.074Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-11-05T11:36:48.332Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-11-05T11:36:48.750Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s) [2020-11-05T11:36:48.750Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-05T11:36:48.900Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-11-05T11:36:49.384Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2020-11-05T11:36:49.385Z] === RUN TestServiceWithPredefinedNetwork [2020-11-05T11:36:50.276Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-11-05T11:36:51.469Z] --- PASS: TestServiceWithPredefinedNetwork (2.09s) [2020-11-05T11:36:51.469Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-05T11:36:51.469Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-05T11:36:51.469Z] service_test.go:236: FLAKY_TEST [2020-11-05T11:36:51.469Z] === RUN TestServiceWithDataPathPortInit [2020-11-05T11:36:51.658Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-11-05T11:36:51.916Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-11-05T11:36:57.187Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-11-05T11:36:58.123Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-11-05T11:36:59.060Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-11-05T11:37:00.438Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-11-05T11:37:00.696Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-11-05T11:37:00.696Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-11-05T11:37:00.954Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-11-05T11:37:03.487Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-11-05T11:37:04.427Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-11-05T11:37:06.856Z] --- PASS: TestServiceWithDataPathPortInit (13.61s) [2020-11-05T11:37:06.856Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-05T11:37:06.960Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-11-05T11:37:07.897Z] === RUN TestDockerSuite/TestRmiBlank [2020-11-05T11:37:07.898Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-11-05T11:37:08.156Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-11-05T11:37:10.690Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-11-05T11:37:10.949Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-11-05T11:37:11.208Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-11-05T11:37:12.428Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.87s) [2020-11-05T11:37:12.428Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:k63be3ny00eof1rkcy4ex6zov Created:2020-11-05 11:37:06.035351293 +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[c7c5764f8f68b246db16c2b572ba9e0990c607fed93e8a02d8d7511629d21980:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x6c8kqaurwf2b94neycxmnd3i EndpointID:ee00904650b5698bc792634736c9f725f5f2762bc20af8d57d11b44852cc2621 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:bcf02d9be52e4564b58e3afabf7478b4c4e72aeec9dd6eb741d416288135b646 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:ab6aa9fa882e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x6c8kqaurwf2b94neycxmnd3i EndpointID:ee00904650b5698bc792634736c9f725f5f2762bc20af8d57d11b44852cc2621 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-05T11:37:12.428Z] PASS [2020-11-05T11:37:12.428Z] [2020-11-05T11:37:12.428Z] === Skipped [2020-11-05T11:37:12.428Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-05T11:37:12.428Z] service_test.go:236: FLAKY_TEST [2020-11-05T11:37:12.428Z] [2020-11-05T11:37:12.428Z] [2020-11-05T11:37:12.428Z] DONE 23 tests, 1 skipped in 39.204s [2020-11-05T11:37:12.428Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-05T11:37:12.428Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:37:12.428Z] ++ set -e [2020-11-05T11:37:12.428Z] ++ '[' -n 0 ']' [2020-11-05T11:37:12.428Z] ++ set -x [2020-11-05T11:37:12.428Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:37:12.428Z] INFO: Testing against a local daemon [2020-11-05T11:37:12.428Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-05T11:37:12.428Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-05T11:37:12.428Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:37:12.428Z] === RUN TestDockerNetworkIpvlan [2020-11-05T11:37:12.428Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-05T11:37:12.428Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:37:12.428Z] PASS [2020-11-05T11:37:12.428Z] [2020-11-05T11:37:12.428Z] === Skipped [2020-11-05T11:37:12.428Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-05T11:37:12.428Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:37:12.428Z] [2020-11-05T11:37:12.428Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-05T11:37:12.428Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-05T11:37:12.428Z] [2020-11-05T11:37:12.428Z] [2020-11-05T11:37:12.428Z] DONE 2 tests, 2 skipped in 0.073s [2020-11-05T11:37:12.428Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-05T11:37:12.428Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:37:12.428Z] ++ set -e [2020-11-05T11:37:12.428Z] ++ '[' -n 0 ']' [2020-11-05T11:37:12.428Z] ++ set -x [2020-11-05T11:37:12.428Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:37:12.428Z] INFO: Testing against a local daemon [2020-11-05T11:37:12.428Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-05T11:37:12.597Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-11-05T11:37:13.164Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-11-05T11:37:13.471Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2020-11-05T11:37:13.471Z] === RUN TestDockerNetworkMacvlan [2020-11-05T11:37:14.101Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-11-05T11:37:14.512Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-05T11:37:15.039Z] === RUN TestDockerSuite/TestRmiTag [2020-11-05T11:37:15.039Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-11-05T11:37:15.150Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-05T11:37:15.605Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-11-05T11:37:16.190Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-05T11:37:18.141Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-11-05T11:37:18.270Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-05T11:37:18.709Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-11-05T11:37:19.276Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-11-05T11:37:19.534Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-11-05T11:37:20.363Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-05T11:37:20.469Z] === RUN TestDockerSuite/TestRunAddHost [2020-11-05T11:37:20.727Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-11-05T11:37:20.985Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-11-05T11:37:21.551Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-11-05T11:37:21.551Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-11-05T11:37:21.810Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-11-05T11:37:22.377Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-11-05T11:37:22.944Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-11-05T11:37:23.514Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-11-05T11:37:23.891Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-05T11:37:24.086Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-11-05T11:37:24.537Z] --- PASS: TestDockerNetworkMacvlan (11.09s) [2020-11-05T11:37:24.537Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-11-05T11:37:24.537Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2020-11-05T11:37:24.537Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.86s) [2020-11-05T11:37:24.537Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.95s) [2020-11-05T11:37:24.537Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.29s) [2020-11-05T11:37:24.537Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.66s) [2020-11-05T11:37:24.537Z] PASS [2020-11-05T11:37:24.537Z] [2020-11-05T11:37:24.537Z] DONE 8 tests in 12.582s [2020-11-05T11:37:24.537Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-05T11:37:24.537Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:37:24.537Z] ++ set -e [2020-11-05T11:37:24.537Z] ++ '[' -n 0 ']' [2020-11-05T11:37:24.537Z] ++ set -x [2020-11-05T11:37:24.537Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:37:24.537Z] testing: warning: no tests to run [2020-11-05T11:37:24.537Z] PASS [2020-11-05T11:37:24.537Z] [2020-11-05T11:37:24.537Z] DONE 0 tests in 0.012s [2020-11-05T11:37:24.537Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-05T11:37:24.537Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:37:24.537Z] ++ set -e [2020-11-05T11:37:24.537Z] ++ '[' -n 0 ']' [2020-11-05T11:37:24.537Z] ++ set -x [2020-11-05T11:37:24.537Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:37:24.832Z] INFO: Testing against a local daemon [2020-11-05T11:37:24.832Z] === RUN TestAuthZPluginAllowRequest [2020-11-05T11:37:25.022Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-11-05T11:37:25.960Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-11-05T11:37:26.347Z] --- PASS: TestAuthZPluginAllowRequest (1.33s) [2020-11-05T11:37:26.347Z] === RUN TestAuthZPluginTLS [2020-11-05T11:37:26.641Z] --- PASS: TestAuthZPluginTLS (0.56s) [2020-11-05T11:37:26.641Z] === RUN TestAuthZPluginDenyRequest [2020-11-05T11:37:27.277Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2020-11-05T11:37:27.277Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-05T11:37:27.337Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-11-05T11:37:27.572Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-11-05T11:37:27.572Z] === RUN TestAuthZPluginDenyResponse [2020-11-05T11:37:28.210Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-11-05T11:37:28.210Z] === RUN TestAuthZPluginAllowEventStream [2020-11-05T11:37:28.272Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-11-05T11:37:28.839Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-11-05T11:37:29.408Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-11-05T11:37:29.723Z] --- PASS: TestAuthZPluginAllowEventStream (1.32s) [2020-11-05T11:37:29.723Z] === RUN TestAuthZPluginErrorResponse [2020-11-05T11:37:29.975Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-11-05T11:37:30.022Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-11-05T11:37:30.022Z] === RUN TestAuthZPluginErrorRequest [2020-11-05T11:37:30.543Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-11-05T11:37:30.660Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2020-11-05T11:37:30.660Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-05T11:37:31.295Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2020-11-05T11:37:31.295Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-05T11:37:31.484Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-11-05T11:37:32.051Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-11-05T11:37:32.617Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-11-05T11:37:32.817Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.76s) [2020-11-05T11:37:32.817Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-05T11:37:32.876Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-11-05T11:37:33.443Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-11-05T11:37:33.443Z] === RUN TestDockerSuite/TestRunBindMounts [2020-11-05T11:37:34.823Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-11-05T11:37:34.902Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.67s) [2020-11-05T11:37:34.902Z] === RUN TestAuthZPluginHeader [2020-11-05T11:37:35.394Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-11-05T11:37:35.539Z] --- PASS: TestAuthZPluginHeader (0.85s) [2020-11-05T11:37:35.539Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-05T11:37:35.539Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-05T11:37:35.539Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:37:35.539Z] === RUN TestAuthZPluginV2Disable [2020-11-05T11:37:35.539Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-05T11:37:35.539Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:37:35.539Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-05T11:37:35.539Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-05T11:37:35.539Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:37:35.539Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-05T11:37:35.539Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-05T11:37:35.539Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:37:35.539Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-05T11:37:35.963Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-11-05T11:37:36.531Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-11-05T11:37:37.098Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-11-05T11:37:37.098Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-11-05T11:37:37.357Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-11-05T11:37:37.924Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-11-05T11:37:38.182Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-11-05T11:37:38.751Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-11-05T11:37:39.387Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-11-05T11:37:39.387Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-11-05T11:37:39.649Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-11-05T11:37:39.649Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-11-05T11:37:40.585Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-11-05T11:37:40.843Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-11-05T11:37:41.410Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-11-05T11:37:41.978Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-11-05T11:37:42.237Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-11-05T11:37:42.496Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-11-05T11:37:43.874Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-11-05T11:37:45.250Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-11-05T11:37:45.819Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-11-05T11:37:46.387Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-11-05T11:37:46.645Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-11-05T11:37:47.213Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-11-05T11:37:47.780Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-11-05T11:37:48.042Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-11-05T11:37:49.420Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-11-05T11:37:51.954Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-11-05T11:37:51.954Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-11-05T11:37:52.522Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-11-05T11:37:53.898Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-11-05T11:37:54.135Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.73s) [2020-11-05T11:37:54.135Z] PASS [2020-11-05T11:37:54.135Z] [2020-11-05T11:37:54.135Z] === Skipped [2020-11-05T11:37:54.135Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-05T11:37:54.135Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:37:54.135Z] [2020-11-05T11:37:54.135Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-05T11:37:54.135Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:37:54.135Z] [2020-11-05T11:37:54.135Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-05T11:37:54.135Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:37:54.135Z] [2020-11-05T11:37:54.135Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-05T11:37:54.135Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:37:54.135Z] [2020-11-05T11:37:54.135Z] [2020-11-05T11:37:54.135Z] DONE 17 tests, 4 skipped in 27.611s [2020-11-05T11:37:54.135Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-05T11:37:54.135Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:37:54.135Z] ++ set -e [2020-11-05T11:37:54.135Z] ++ '[' -n 0 ']' [2020-11-05T11:37:54.135Z] ++ set -x [2020-11-05T11:37:54.135Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:37:54.135Z] INFO: Testing against a local daemon [2020-11-05T11:37:54.135Z] === RUN TestPluginInvalidJSON [2020-11-05T11:37:54.135Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-05T11:37:54.135Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-05T11:37:54.135Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-05T11:37:54.135Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-11-05T11:37:54.135Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-05T11:37:54.135Z] === RUN TestPluginInstall [2020-11-05T11:37:54.135Z] === RUN TestPluginInstall/no_auth [2020-11-05T11:37:54.135Z] time="2020-11-05T11:37:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:37:54.136Z] time="2020-11-05T11:37:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2f4d2c923e4300e32bb36d8528ec1c7902984a8c14caa9e900f2380e5d50820d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:37:54.136Z] time="2020-11-05T11:37:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:37:54.136Z] time="2020-11-05T11:37:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2f4d2c923e4300e32bb36d8528ec1c7902984a8c14caa9e900f2380e5d50820d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:37:54.436Z] === RUN TestPluginInstall/with_htpasswd [2020-11-05T11:37:54.833Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-11-05T11:37:55.071Z] time="2020-11-05T11:37:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:37:55.071Z] time="2020-11-05T11:37:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c39d1536c39e386e804e64575f841006e40f0d9d3f88cd055fdcbc803ddca810" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:37:55.071Z] time="2020-11-05T11:37:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:37:55.071Z] time="2020-11-05T11:37:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c39d1536c39e386e804e64575f841006e40f0d9d3f88cd055fdcbc803ddca810" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:37:55.364Z] === RUN TestPluginInstall/with_insecure [2020-11-05T11:37:56.209Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-11-05T11:37:56.404Z] time="2020-11-05T11:37:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:37:56.404Z] time="2020-11-05T11:37:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ce0da12f3863c448b1bee5fd3f65a22592b41a052a2b607c02bcab61635a4c9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:37:56.404Z] time="2020-11-05T11:37:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-05T11:37:56.404Z] time="2020-11-05T11:37:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ce0da12f3863c448b1bee5fd3f65a22592b41a052a2b607c02bcab61635a4c9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-05T11:37:56.697Z] --- PASS: TestPluginInstall (4.25s) [2020-11-05T11:37:56.697Z] --- PASS: TestPluginInstall/no_auth (1.95s) [2020-11-05T11:37:56.697Z] --- PASS: TestPluginInstall/with_htpasswd (0.94s) [2020-11-05T11:37:56.697Z] --- PASS: TestPluginInstall/with_insecure (1.35s) [2020-11-05T11:37:56.697Z] plugin_test.go:157: [d0e6466179b8d] daemon is not started [2020-11-05T11:37:56.697Z] PASS [2020-11-05T11:37:56.697Z] [2020-11-05T11:37:56.697Z] DONE 6 tests in 4.350s [2020-11-05T11:37:56.697Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-05T11:37:56.697Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:37:56.697Z] ++ set -e [2020-11-05T11:37:56.697Z] ++ '[' -n 0 ']' [2020-11-05T11:37:56.697Z] ++ set -x [2020-11-05T11:37:56.697Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:37:56.697Z] INFO: Testing against a local daemon [2020-11-05T11:37:56.697Z] === RUN TestExternalGraphDriver [2020-11-05T11:37:56.697Z] === RUN TestExternalGraphDriver/json [2020-11-05T11:37:58.115Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-11-05T11:37:58.115Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-11-05T11:37:58.115Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-11-05T11:37:58.683Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-11-05T11:37:58.778Z] === RUN TestExternalGraphDriver/spec [2020-11-05T11:37:59.621Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-11-05T11:38:00.298Z] === RUN TestExternalGraphDriver/pull [2020-11-05T11:38:00.556Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-11-05T11:38:01.933Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-11-05T11:38:02.192Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-11-05T11:38:02.375Z] --- PASS: TestExternalGraphDriver (5.62s) [2020-11-05T11:38:02.375Z] --- PASS: TestExternalGraphDriver/json (1.80s) [2020-11-05T11:38:02.375Z] --- PASS: TestExternalGraphDriver/spec (1.81s) [2020-11-05T11:38:02.375Z] --- PASS: TestExternalGraphDriver/pull (1.88s) [2020-11-05T11:38:02.375Z] === RUN TestGraphdriverPluginV2 [2020-11-05T11:38:02.375Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2020-11-05T11:38:02.375Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:38:02.375Z] PASS [2020-11-05T11:38:02.375Z] [2020-11-05T11:38:02.375Z] === Skipped [2020-11-05T11:38:02.375Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2020-11-05T11:38:02.375Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:38:02.375Z] [2020-11-05T11:38:02.375Z] [2020-11-05T11:38:02.375Z] DONE 5 tests, 1 skipped in 5.765s [2020-11-05T11:38:02.375Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-05T11:38:02.375Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:38:02.375Z] ++ set -e [2020-11-05T11:38:02.375Z] ++ '[' -n 0 ']' [2020-11-05T11:38:02.375Z] ++ set -x [2020-11-05T11:38:02.375Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:38:02.375Z] INFO: Testing against a local daemon [2020-11-05T11:38:02.375Z] === RUN TestContinueAfterPluginCrash [2020-11-05T11:38:02.375Z] === PAUSE TestContinueAfterPluginCrash [2020-11-05T11:38:02.375Z] === RUN TestReadPluginNoRead [2020-11-05T11:38:02.375Z] === PAUSE TestReadPluginNoRead [2020-11-05T11:38:02.375Z] === RUN TestDaemonStartWithLogOpt [2020-11-05T11:38:02.375Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-05T11:38:02.375Z] === CONT TestContinueAfterPluginCrash [2020-11-05T11:38:02.375Z] === CONT TestDaemonStartWithLogOpt [2020-11-05T11:38:02.375Z] === CONT TestReadPluginNoRead [2020-11-05T11:38:02.451Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-11-05T11:38:03.386Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-11-05T11:38:03.957Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-11-05T11:38:03.957Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-11-05T11:38:04.528Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-11-05T11:38:06.445Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-11-05T11:38:06.445Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-11-05T11:38:07.030Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-11-05T11:38:07.597Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-11-05T11:38:07.855Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-11-05T11:38:07.996Z] === RUN TestReadPluginNoRead/default [2020-11-05T11:38:07.996Z] --- PASS: TestDaemonStartWithLogOpt (5.43s) [2020-11-05T11:38:08.423Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-11-05T11:38:08.423Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-11-05T11:38:08.635Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-05T11:38:08.992Z] === RUN TestDockerSuite/TestRunEnvironment [2020-11-05T11:38:09.559Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-11-05T11:38:09.819Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-11-05T11:38:10.147Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-05T11:38:10.387Z] === RUN TestDockerSuite/TestRunExitCode [2020-11-05T11:38:10.957Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-11-05T11:38:11.216Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-11-05T11:38:11.656Z] --- PASS: TestReadPluginNoRead (9.17s) [2020-11-05T11:38:11.656Z] --- PASS: TestReadPluginNoRead/default (1.40s) [2020-11-05T11:38:11.656Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.45s) [2020-11-05T11:38:11.656Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.47s) [2020-11-05T11:38:11.656Z] read_test.go:92: [d95fa8c11e575] daemon is not started [2020-11-05T11:38:11.785Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-11-05T11:38:12.352Z] === RUN TestDockerSuite/TestRunExposePort [2020-11-05T11:38:12.352Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-11-05T11:38:12.922Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-11-05T11:38:13.164Z] --- PASS: TestContinueAfterPluginCrash (10.52s) [2020-11-05T11:38:13.164Z] PASS [2020-11-05T11:38:13.164Z] [2020-11-05T11:38:13.164Z] DONE 6 tests in 10.594s [2020-11-05T11:38:13.164Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-11-05T11:38:13.164Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:38:13.164Z] ++ set -e [2020-11-05T11:38:13.164Z] ++ '[' -n 0 ']' [2020-11-05T11:38:13.164Z] ++ set -x [2020-11-05T11:38:13.164Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:38:13.164Z] testing: warning: no tests to run [2020-11-05T11:38:13.164Z] PASS [2020-11-05T11:38:13.164Z] [2020-11-05T11:38:13.164Z] DONE 0 tests in 0.018s [2020-11-05T11:38:13.164Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-05T11:38:13.164Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:38:13.164Z] ++ set -e [2020-11-05T11:38:13.164Z] ++ '[' -n 0 ']' [2020-11-05T11:38:13.164Z] ++ set -x [2020-11-05T11:38:13.164Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:38:13.165Z] INFO: Testing against a local daemon [2020-11-05T11:38:13.165Z] === RUN TestPluginWithDevMounts [2020-11-05T11:38:13.165Z] === PAUSE TestPluginWithDevMounts [2020-11-05T11:38:13.165Z] === CONT TestPluginWithDevMounts [2020-11-05T11:38:13.492Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-11-05T11:38:14.428Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-11-05T11:38:14.687Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-05T11:38:14.687Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-11-05T11:38:15.255Z] --- PASS: TestPluginWithDevMounts (1.85s) [2020-11-05T11:38:15.255Z] PASS [2020-11-05T11:38:15.255Z] [2020-11-05T11:38:15.255Z] DONE 1 tests in 1.922s [2020-11-05T11:38:15.255Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-11-05T11:38:15.255Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:38:15.255Z] ++ set -e [2020-11-05T11:38:15.255Z] ++ '[' -n 0 ']' [2020-11-05T11:38:15.255Z] ++ set -x [2020-11-05T11:38:15.255Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:38:15.255Z] INFO: Testing against a local daemon [2020-11-05T11:38:15.255Z] === RUN TestSecretInspect [2020-11-05T11:38:17.222Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-11-05T11:38:17.336Z] --- PASS: TestSecretInspect (1.91s) [2020-11-05T11:38:17.336Z] === RUN TestSecretList [2020-11-05T11:38:17.481Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-11-05T11:38:18.857Z] --- PASS: TestSecretList (1.94s) [2020-11-05T11:38:18.857Z] === RUN TestSecretsCreateAndDelete [2020-11-05T11:38:21.085Z] --- PASS: TestSecretsCreateAndDelete (1.94s) [2020-11-05T11:38:21.085Z] === RUN TestSecretsUpdate [2020-11-05T11:38:22.601Z] --- PASS: TestSecretsUpdate (1.85s) [2020-11-05T11:38:22.601Z] === RUN TestTemplatedSecret [2020-11-05T11:38:25.360Z] --- PASS: TestTemplatedSecret (2.43s) [2020-11-05T11:38:25.360Z] === RUN TestSecretCreateResolve [2020-11-05T11:38:26.877Z] --- PASS: TestSecretCreateResolve (1.92s) [2020-11-05T11:38:26.877Z] PASS [2020-11-05T11:38:26.877Z] [2020-11-05T11:38:26.877Z] DONE 6 tests in 12.048s [2020-11-05T11:38:27.170Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-11-05T11:38:27.170Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:38:27.170Z] ++ set -e [2020-11-05T11:38:27.170Z] ++ '[' -n 0 ']' [2020-11-05T11:38:27.170Z] ++ set -x [2020-11-05T11:38:27.170Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:38:27.170Z] INFO: Testing against a local daemon [2020-11-05T11:38:27.170Z] === RUN TestServiceCreateInit [2020-11-05T11:38:27.170Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-05T11:38:27.511Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-11-05T11:38:28.448Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-11-05T11:38:29.829Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-11-05T11:38:30.715Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-05T11:38:31.211Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-11-05T11:38:31.211Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-11-05T11:38:31.211Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-11-05T11:38:31.211Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-11-05T11:38:31.778Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-11-05T11:38:31.778Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-11-05T11:38:34.311Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-11-05T11:38:34.311Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-11-05T11:38:35.183Z] --- PASS: TestServiceCreateInit (7.43s) [2020-11-05T11:38:35.183Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.71s) [2020-11-05T11:38:35.183Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.69s) [2020-11-05T11:38:35.183Z] === RUN TestCreateServiceMultipleTimes [2020-11-05T11:38:35.248Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-11-05T11:38:36.185Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-11-05T11:38:37.561Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-11-05T11:38:40.093Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-11-05T11:38:41.996Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-11-05T11:38:42.254Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-11-05T11:38:42.824Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-11-05T11:38:42.824Z] === RUN TestDockerSuite/TestRunModeHostname [2020-11-05T11:38:43.761Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-11-05T11:38:43.761Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-11-05T11:38:43.761Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-11-05T11:38:45.140Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-11-05T11:38:45.140Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-11-05T11:38:46.078Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-11-05T11:38:47.014Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-11-05T11:38:47.273Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-11-05T11:38:47.273Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-11-05T11:38:48.652Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-11-05T11:38:49.589Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-11-05T11:38:49.848Z] === RUN TestDockerSuite/TestRunMount [2020-11-05T11:38:50.587Z] --- PASS: TestCreateServiceMultipleTimes (15.74s) [2020-11-05T11:38:50.587Z] === RUN TestCreateServiceConflict [2020-11-05T11:38:52.105Z] --- PASS: TestCreateServiceConflict (1.94s) [2020-11-05T11:38:52.105Z] === RUN TestCreateServiceMaxReplicas [2020-11-05T11:38:54.038Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-11-05T11:38:54.866Z] --- PASS: TestCreateServiceMaxReplicas (2.57s) [2020-11-05T11:38:54.866Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-05T11:38:54.999Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-11-05T11:38:55.570Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-11-05T11:38:56.137Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-11-05T11:38:57.513Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-11-05T11:38:58.888Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-11-05T11:39:00.791Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-11-05T11:39:02.166Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-11-05T11:39:03.544Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-11-05T11:39:04.480Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-11-05T11:39:05.417Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-11-05T11:39:05.417Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-11-05T11:39:05.983Z] === RUN TestDockerSuite/TestRunNetHost [2020-11-05T11:39:06.553Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-11-05T11:39:07.123Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-11-05T11:39:07.381Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-11-05T11:39:07.526Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.85s) [2020-11-05T11:39:07.526Z] === RUN TestCreateServiceSecretFileMode [2020-11-05T11:39:08.756Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-11-05T11:39:10.135Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-11-05T11:39:10.267Z] --- PASS: TestCreateServiceSecretFileMode (2.24s) [2020-11-05T11:39:10.267Z] === RUN TestCreateServiceConfigFileMode [2020-11-05T11:39:12.350Z] --- PASS: TestCreateServiceConfigFileMode (2.18s) [2020-11-05T11:39:12.350Z] === RUN TestCreateServiceSysctls [2020-11-05T11:39:12.666Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-11-05T11:39:13.234Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-11-05T11:39:13.234Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-11-05T11:39:13.801Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-11-05T11:39:13.801Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-11-05T11:39:14.059Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-11-05T11:39:14.627Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-11-05T11:39:14.627Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-11-05T11:39:15.096Z] --- PASS: TestCreateServiceSysctls (3.02s) [2020-11-05T11:39:15.096Z] === RUN TestCreateServiceCapabilities [2020-11-05T11:39:15.198Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-11-05T11:39:17.742Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-11-05T11:39:17.845Z] --- PASS: TestCreateServiceCapabilities (2.29s) [2020-11-05T11:39:17.845Z] === RUN TestInspect [2020-11-05T11:39:19.937Z] --- PASS: TestInspect (2.52s) [2020-11-05T11:39:19.937Z] === RUN TestCreateJob [2020-11-05T11:39:21.027Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-11-05T11:39:21.027Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-11-05T11:39:21.287Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-11-05T11:39:21.855Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-11-05T11:39:23.230Z] === RUN TestDockerSuite/TestRunPortInUse [2020-11-05T11:39:23.477Z] --- PASS: TestCreateJob (3.04s) [2020-11-05T11:39:23.478Z] === RUN TestReplicatedJob [2020-11-05T11:39:23.493Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-11-05T11:39:24.061Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-11-05T11:39:24.627Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-11-05T11:39:24.886Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-11-05T11:39:25.823Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-11-05T11:39:25.823Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-11-05T11:39:26.390Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-05T11:39:26.390Z] === RUN TestDockerSuite/TestRunPublishPort [2020-11-05T11:39:26.957Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-11-05T11:39:27.217Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-11-05T11:39:27.217Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-11-05T11:39:27.960Z] --- PASS: TestReplicatedJob (5.09s) [2020-11-05T11:39:27.960Z] === RUN TestUpdateReplicatedJob [2020-11-05T11:39:28.154Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-11-05T11:39:29.531Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-11-05T11:39:29.532Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-11-05T11:39:29.532Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-11-05T11:39:31.494Z] --- PASS: TestUpdateReplicatedJob (2.98s) [2020-11-05T11:39:31.494Z] === RUN TestServiceListWithStatuses [2020-11-05T11:39:31.494Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-05T11:39:31.494Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-05T11:39:31.494Z] === RUN TestDockerNetworkConnectAlias [2020-11-05T11:39:32.064Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-11-05T11:39:32.999Z] === RUN TestDockerSuite/TestRunRm [2020-11-05T11:39:33.566Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-11-05T11:39:35.979Z] --- PASS: TestDockerNetworkConnectAlias (4.54s) [2020-11-05T11:39:35.980Z] === RUN TestDockerNetworkReConnect [2020-11-05T11:39:36.849Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-11-05T11:39:37.416Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-11-05T11:39:37.674Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-11-05T11:39:38.727Z] --- PASS: TestDockerNetworkReConnect (3.32s) [2020-11-05T11:39:38.727Z] === RUN TestServicePlugin [2020-11-05T11:39:38.727Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-05T11:39:38.727Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:39:38.727Z] === RUN TestServiceUpdateLabel [2020-11-05T11:39:39.061Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-11-05T11:39:39.627Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-11-05T11:39:40.808Z] --- PASS: TestServiceUpdateLabel (1.93s) [2020-11-05T11:39:40.808Z] === RUN TestServiceUpdateSecrets [2020-11-05T11:39:42.158Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-11-05T11:39:42.416Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-11-05T11:39:44.952Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-11-05T11:39:45.210Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-11-05T11:39:45.780Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-11-05T11:39:46.348Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-11-05T11:39:46.607Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-11-05T11:39:47.543Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-11-05T11:39:48.111Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-11-05T11:39:48.111Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-11-05T11:39:48.678Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-11-05T11:39:49.246Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-11-05T11:39:49.505Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-11-05T11:39:50.442Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-11-05T11:39:51.008Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-11-05T11:39:52.910Z] === RUN TestDockerSuite/TestRunState [2020-11-05T11:39:53.849Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-11-05T11:39:54.107Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-11-05T11:39:54.674Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-11-05T11:39:55.617Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-11-05T11:39:55.617Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-11-05T11:39:55.617Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-11-05T11:39:56.213Z] --- PASS: TestServiceUpdateSecrets (14.22s) [2020-11-05T11:39:56.213Z] === RUN TestServiceUpdateConfigs [2020-11-05T11:39:56.554Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-11-05T11:39:56.814Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-11-05T11:39:57.072Z] === RUN TestDockerSuite/TestRunSysctls [2020-11-05T11:39:58.012Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-11-05T11:39:58.012Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-11-05T11:39:58.012Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-11-05T11:39:58.581Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-11-05T11:39:59.962Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-11-05T11:40:00.531Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-11-05T11:40:01.097Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-11-05T11:40:02.478Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-11-05T11:40:02.737Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-11-05T11:40:06.024Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-11-05T11:40:06.024Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-11-05T11:40:08.563Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-11-05T11:40:09.131Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-11-05T11:40:09.698Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-11-05T11:40:09.956Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-11-05T11:40:11.332Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-11-05T11:40:11.561Z] --- PASS: TestServiceUpdateConfigs (14.24s) [2020-11-05T11:40:11.561Z] === RUN TestServiceUpdateNetwork [2020-11-05T11:40:11.591Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-11-05T11:40:12.969Z] === RUN TestDockerSuite/TestRunUserByID [2020-11-05T11:40:13.537Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-11-05T11:40:13.796Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-11-05T11:40:13.796Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-11-05T11:40:14.363Z] === RUN TestDockerSuite/TestRunUserByName [2020-11-05T11:40:14.932Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-11-05T11:40:15.190Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-11-05T11:40:15.190Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-11-05T11:40:15.450Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-11-05T11:40:16.018Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-11-05T11:40:16.587Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-11-05T11:40:19.137Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-11-05T11:40:19.705Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-11-05T11:40:20.272Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-11-05T11:40:21.647Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-11-05T11:40:21.935Z] --- PASS: TestServiceUpdateNetwork (12.31s) [2020-11-05T11:40:21.935Z] === RUN TestServiceUpdatePidsLimit [2020-11-05T11:40:22.573Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-05T11:40:22.583Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-11-05T11:40:23.213Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-05T11:40:23.958Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-11-05T11:40:25.860Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-11-05T11:40:26.120Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-11-05T11:40:26.379Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-11-05T11:40:26.947Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-11-05T11:40:26.947Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-11-05T11:40:26.947Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-11-05T11:40:26.947Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-11-05T11:40:27.206Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-11-05T11:40:27.206Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-11-05T11:40:27.774Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-11-05T11:40:28.035Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-11-05T11:40:28.974Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-11-05T11:40:29.542Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-11-05T11:40:30.110Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-11-05T11:40:30.110Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-11-05T11:40:30.110Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-11-05T11:40:30.111Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-05T11:40:30.678Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-11-05T11:40:30.678Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-11-05T11:40:30.678Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-11-05T11:40:30.937Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-11-05T11:40:30.937Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-11-05T11:40:30.937Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-11-05T11:40:30.937Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-11-05T11:40:30.937Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-11-05T11:40:30.937Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-11-05T11:40:30.937Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-11-05T11:40:31.505Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-11-05T11:40:32.074Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-11-05T11:40:33.012Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-11-05T11:40:33.012Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-11-05T11:40:33.012Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-11-05T11:40:33.581Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-11-05T11:40:33.582Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-11-05T11:40:34.149Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-11-05T11:40:34.149Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-11-05T11:40:35.087Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-11-05T11:40:35.654Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-11-05T11:40:35.654Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-11-05T11:40:35.654Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-11-05T11:40:35.923Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-11-05T11:40:36.873Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-11-05T11:40:37.133Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-11-05T11:40:37.700Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-11-05T11:40:37.700Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-11-05T11:40:37.959Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-11-05T11:40:37.959Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-11-05T11:40:38.660Z] --- PASS: TestServiceUpdatePidsLimit (16.08s) [2020-11-05T11:40:38.660Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.75s) [2020-11-05T11:40:38.660Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2020-11-05T11:40:38.660Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2020-11-05T11:40:38.660Z] PASS [2020-11-05T11:40:38.660Z] [2020-11-05T11:40:38.660Z] === Skipped [2020-11-05T11:40:38.660Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-11-05T11:40:38.660Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-05T11:40:38.661Z] [2020-11-05T11:40:38.661Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-11-05T11:40:38.661Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-05T11:40:38.661Z] [2020-11-05T11:40:38.661Z] [2020-11-05T11:40:38.661Z] DONE 27 tests, 2 skipped in 130.582s [2020-11-05T11:40:38.661Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-11-05T11:40:38.661Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:40:38.661Z] ++ set -e [2020-11-05T11:40:38.661Z] ++ '[' -n 0 ']' [2020-11-05T11:40:38.661Z] ++ set -x [2020-11-05T11:40:38.661Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:40:38.661Z] INFO: Testing against a local daemon [2020-11-05T11:40:38.661Z] === RUN TestSessionCreate [2020-11-05T11:40:38.661Z] --- PASS: TestSessionCreate (0.04s) [2020-11-05T11:40:38.661Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-05T11:40:38.661Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-11-05T11:40:38.661Z] PASS [2020-11-05T11:40:38.661Z] [2020-11-05T11:40:38.661Z] DONE 2 tests in 0.150s [2020-11-05T11:40:38.661Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-11-05T11:40:38.661Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:40:38.661Z] ++ set -e [2020-11-05T11:40:38.661Z] ++ '[' -n 0 ']' [2020-11-05T11:40:38.661Z] ++ set -x [2020-11-05T11:40:38.661Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:40:38.661Z] INFO: Testing against a local daemon [2020-11-05T11:40:38.661Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-05T11:40:38.661Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-05T11:40:38.661Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-05T11:40:38.661Z] === RUN TestEventsExecDie [2020-11-05T11:40:38.661Z] --- PASS: TestEventsExecDie (0.59s) [2020-11-05T11:40:38.661Z] === RUN TestEventsBackwardsCompatible [2020-11-05T11:40:38.661Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2020-11-05T11:40:38.661Z] === RUN TestInfoBinaryCommits [2020-11-05T11:40:38.661Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-11-05T11:40:38.661Z] === RUN TestInfoAPIVersioned [2020-11-05T11:40:38.661Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-11-05T11:40:38.661Z] === RUN TestInfoDiscoveryBackend [2020-11-05T11:40:39.298Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-11-05T11:40:39.298Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-05T11:40:39.339Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-11-05T11:40:39.907Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-11-05T11:40:39.907Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-11-05T11:40:40.334Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-05T11:40:40.334Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-05T11:40:40.626Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-11-05T11:40:40.626Z] === RUN TestInfoAPI [2020-11-05T11:40:40.626Z] --- PASS: TestInfoAPI (0.04s) [2020-11-05T11:40:40.626Z] === RUN TestInfoAPIWarnings [2020-11-05T11:40:41.811Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-11-05T11:40:42.383Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-11-05T11:40:42.384Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-11-05T11:40:42.384Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-11-05T11:40:43.320Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-11-05T11:40:43.889Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-11-05T11:40:44.827Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-11-05T11:40:44.827Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-11-05T11:40:44.827Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-11-05T11:40:46.206Z] === RUN TestDockerSuite/TestSaveImageId [2020-11-05T11:40:46.206Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-11-05T11:40:46.775Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-11-05T11:40:48.683Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-11-05T11:40:48.683Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-11-05T11:40:48.683Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-11-05T11:40:50.061Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-11-05T11:40:50.320Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-11-05T11:40:50.320Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-11-05T11:40:51.696Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-11-05T11:40:52.632Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-11-05T11:40:52.890Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-11-05T11:40:53.148Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-11-05T11:40:53.148Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-11-05T11:40:53.148Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-11-05T11:40:53.715Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-11-05T11:40:55.617Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-11-05T11:40:59.256Z] --- PASS: TestInfoAPIWarnings (16.34s) [2020-11-05T11:40:59.256Z] === RUN TestInfoDebug [2020-11-05T11:40:59.256Z] --- PASS: TestInfoDebug (0.53s) [2020-11-05T11:40:59.256Z] === RUN TestInfoInsecureRegistries [2020-11-05T11:40:59.256Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-11-05T11:40:59.256Z] === RUN TestInfoRegistryMirrors [2020-11-05T11:40:59.256Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-11-05T11:40:59.256Z] === RUN TestLoginFailsWithBadCredentials [2020-11-05T11:40:59.256Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-11-05T11:40:59.256Z] === RUN TestPingCacheHeaders [2020-11-05T11:40:59.256Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-11-05T11:40:59.256Z] === RUN TestPingGet [2020-11-05T11:40:59.256Z] --- PASS: TestPingGet (0.02s) [2020-11-05T11:40:59.256Z] === RUN TestPingHead [2020-11-05T11:40:59.256Z] --- PASS: TestPingHead (0.03s) [2020-11-05T11:40:59.256Z] === RUN TestVersion [2020-11-05T11:40:59.256Z] --- PASS: TestVersion (0.05s) [2020-11-05T11:40:59.256Z] PASS [2020-11-05T11:40:59.256Z] [2020-11-05T11:40:59.256Z] === Skipped [2020-11-05T11:40:59.256Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-05T11:40:59.256Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-05T11:40:59.256Z] [2020-11-05T11:40:59.256Z] [2020-11-05T11:40:59.256Z] DONE 18 tests, 1 skipped in 21.266s [2020-11-05T11:40:59.256Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-11-05T11:40:59.256Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:40:59.256Z] ++ set -e [2020-11-05T11:40:59.256Z] ++ '[' -n 0 ']' [2020-11-05T11:40:59.256Z] ++ set -x [2020-11-05T11:40:59.257Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-11-05T11:40:59.257Z] INFO: Testing against a local daemon [2020-11-05T11:40:59.257Z] === RUN TestVolumesCreateAndList [2020-11-05T11:40:59.257Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-11-05T11:40:59.257Z] === RUN TestVolumesRemove [2020-11-05T11:40:59.257Z] --- PASS: TestVolumesRemove (0.07s) [2020-11-05T11:40:59.257Z] === RUN TestVolumesInspect [2020-11-05T11:40:59.257Z] --- PASS: TestVolumesInspect (0.02s) [2020-11-05T11:40:59.257Z] === RUN TestVolumesInvalidJSON [2020-11-05T11:40:59.257Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-05T11:40:59.257Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-05T11:40:59.257Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-05T11:40:59.257Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-11-05T11:40:59.257Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-05T11:40:59.257Z] PASS [2020-11-05T11:40:59.257Z] [2020-11-05T11:40:59.257Z] DONE 5 tests in 0.208s [2020-11-05T11:40:59.257Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-05T11:40:59.551Z] ++++ cat bundles/test-integration/docker.pid [2020-11-05T11:40:59.551Z] +++ kill 13895 [2020-11-05T11:41:00.590Z] +++ /etc/init.d/apparmor stop [2020-11-05T11:41:00.590Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-05T11:41:00.590Z] [2020-11-05T11:41:00.590Z] Unloading profiles will leave already running processes permanently [2020-11-05T11:41:00.590Z] unconfined, which can lead to unexpected situations. [2020-11-05T11:41:00.590Z] [2020-11-05T11:41:00.590Z] To set a process to complain mode, use the command line tool [2020-11-05T11:41:00.590Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-05T11:41:00.590Z] +++ true [2020-11-05T11:41:00.590Z] exiting test-integration [2020-11-05T11:41:00.590Z] ++ exit 0 [2020-11-05T11:41:00.590Z] [2020-11-05T11:41:00.893Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-11-05T11:41:00.893Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-11-05T11:41:02.272Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError Post stage [Pipeline] junit [2020-11-05T11:41:02.711Z] Recording test results [2020-11-05T11:41:03.209Z] === RUN TestDockerSuite/TestStartAttachSilent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-05T11:41:03.710Z] + echo Ensuring container killed. [2020-11-05T11:41:03.710Z] Ensuring container killed. [2020-11-05T11:41:03.710Z] + docker rm -vf docker-pr7 [2020-11-05T11:41:03.710Z] Error: No such container: docker-pr7 [2020-11-05T11:41:03.710Z] + true [Pipeline] sh [2020-11-05T11:41:04.092Z] + echo Chowning /workspace to jenkins user [2020-11-05T11:41:04.093Z] Chowning /workspace to jenkins user [2020-11-05T11:41:04.093Z] + id -u [2020-11-05T11:41:04.093Z] + id -g [2020-11-05T11:41:04.093Z] + docker run --rm -v /home/docker/workspace/moby_PR-40256:/workspace busybox chown -R 1001:1001 /workspace [2020-11-05T11:41:04.093Z] Unable to find image 'busybox:latest' locally [2020-11-05T11:41:04.145Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-11-05T11:41:04.384Z] latest: Pulling from library/busybox [2020-11-05T11:41:04.680Z] a72ff6653ea1: Pulling fs layer [2020-11-05T11:41:04.680Z] a72ff6653ea1: Verifying Checksum [2020-11-05T11:41:04.680Z] a72ff6653ea1: Download complete [2020-11-05T11:41:04.975Z] a72ff6653ea1: Pull complete [2020-11-05T11:41:04.975Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-05T11:41:04.975Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-05T11:41:06.673Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-11-05T11:41:06.886Z] + bundleName=ppc64le-integration [2020-11-05T11:41:06.886Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-11-05T11:41:06.886Z] Creating ppc64le-integration-bundles.tar.gz [2020-11-05T11:41:06.886Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o+ -name *.log -o -namexargs *.prof tar -o -czf -name ppc64le-integration-bundles.tar.gz *-report.xml [2020-11-05T11:41:06.886Z] ) -print [Pipeline] archiveArtifacts [2020-11-05T11:41:06.933Z] Archiving artifacts [2020-11-05T11:41:07.329Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40256/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-05T11:41:07.723Z] + make clean [2020-11-05T11:41:08.015Z] make: command: Command not found [2020-11-05T11:41:08.015Z] make: command: Command not found [2020-11-05T11:41:08.015Z] docker volume rm -f docker-dev-cache [2020-11-05T11:41:08.015Z] docker-dev-cache [Pipeline] deleteDir [2020-11-05T11:41:08.577Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-11-05T11:41:08.835Z] === RUN TestDockerSuite/TestStartRecordError [2020-11-05T11:41:09.769Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-05T11:41:11.144Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-11-05T11:41:12.081Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-11-05T11:41:16.421Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-11-05T11:41:16.421Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-11-05T11:41:18.953Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-11-05T11:41:22.237Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-11-05T11:41:26.431Z] === RUN TestDockerSuite/TestStatsNoStream [2020-11-05T11:41:27.366Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-11-05T11:41:29.269Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-11-05T11:41:29.835Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-11-05T11:41:30.771Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-11-05T11:41:31.339Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-11-05T11:41:31.905Z] === RUN TestDockerSuite/TestTopPrivileged [2020-11-05T11:41:32.473Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-11-05T11:41:32.473Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-11-05T11:41:33.041Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-11-05T11:41:35.573Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-11-05T11:41:38.858Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-11-05T11:41:38.858Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-11-05T11:41:39.427Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-11-05T11:41:39.427Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-11-05T11:41:39.995Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-11-05T11:41:41.371Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-11-05T11:41:41.371Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-11-05T11:41:42.309Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-11-05T11:41:42.876Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-11-05T11:41:43.135Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-11-05T11:41:44.513Z] === RUN TestDockerSuite/TestUpdateStats [2020-11-05T11:41:47.799Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-11-05T11:41:47.799Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-11-05T11:41:49.202Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-11-05T11:41:49.202Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-11-05T11:41:49.771Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-11-05T11:41:50.706Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-11-05T11:41:50.706Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-11-05T11:41:53.238Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-11-05T11:41:53.499Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-11-05T11:41:56.785Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-11-05T11:41:59.318Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-11-05T11:42:00.253Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-11-05T11:42:02.785Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-11-05T11:42:05.318Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-11-05T11:42:06.694Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-11-05T11:42:08.073Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-11-05T11:42:09.010Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-11-05T11:42:09.579Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-11-05T11:42:10.960Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-11-05T11:42:12.338Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-11-05T11:42:12.928Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-11-05T11:42:13.879Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-11-05T11:42:15.785Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-11-05T11:42:17.160Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-11-05T11:42:21.347Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-11-05T11:42:22.721Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-11-05T11:42:32.693Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-11-05T11:42:32.693Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-11-05T11:42:32.693Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-11-05T11:42:32.693Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-11-05T11:42:32.693Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-11-05T11:42:32.693Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-11-05T11:42:32.693Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-11-05T11:42:33.261Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-11-05T11:42:33.261Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-11-05T11:42:33.828Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-11-05T11:42:33.828Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-11-05T11:42:33.828Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-11-05T11:42:33.828Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-11-05T11:42:33.828Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-11-05T11:42:35.729Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-11-05T11:42:35.729Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-11-05T11:42:35.729Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-11-05T11:42:35.729Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-11-05T11:42:35.729Z] === RUN TestDockerSuite/TestVolumeEvents [2020-11-05T11:42:37.631Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-11-05T11:42:41.821Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-11-05T11:42:42.388Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-11-05T11:42:42.388Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-11-05T11:42:42.647Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-11-05T11:42:44.583Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-11-05T11:42:47.117Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite (1348.03s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.10s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.46s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.48s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.73s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.27s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.38s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.31s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.10s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.88s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.19s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.69s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.38s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.56s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.78s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.84s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.75s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.72s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.74s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.96s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.97s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAttachDetach (1.22s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.97s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.90s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.98s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.75s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.35s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.82s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.21s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.35s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.18s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.03s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.99s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.73s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.38s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.35s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.76s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.19s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.66s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.69s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.82s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.92s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.22s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.91s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.59s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.32s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.90s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.64s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.03s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.40s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.37s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.10s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.49s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.55s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.98s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.44s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.45s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.33s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.38s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.53s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.38s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.31s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.79s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.17s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.30s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.94s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.30s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.68s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.41s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.68s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.82s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.30s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.51s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.46s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.84s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (1.77s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.87s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.30s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.43s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.97s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.88s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.20s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.11s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.90s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.76s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.43s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.72s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.86s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.33s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCmd (0.35s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.36s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.46s) [2020-11-05T11:42:47.118Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-11-05T11:42:47.118Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.87s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.46s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.12s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildContChar (3.19s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.07s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.30s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.23s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.33s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.21s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.63s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.10s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.82s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.45s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.36s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.49s) [2020-11-05T11:42:47.118Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-11-05T11:42:47.118Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.118Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-11-05T11:42:47.118Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.118Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-11-05T11:42:47.118Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.118Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-11-05T11:42:47.118Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.87s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.08s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.17s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.36s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.73s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.78s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.85s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.42s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.93s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.86s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.23s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.49s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.23s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.66s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.56s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.11s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.03s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.08s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.57s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.47s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.40s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.63s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.38s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.56s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.82s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.15s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.38s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.45s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.52s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.89s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.20s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.43s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.45s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.34s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.47s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.57s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEnv (1.56s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.34s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.20s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.86s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.35s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.98s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.79s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.08s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.77s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.68s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.61s) [2020-11-05T11:42:47.118Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2020-11-05T11:42:47.118Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.55s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.78s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildExpose (0.35s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.66s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.55s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.37s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildFails (0.80s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.07s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.81s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.01s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.43s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.23s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.45s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.91s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.71s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.91s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.33s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.93s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.11s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.01s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildHistory (2.83s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.33s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.19s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.49s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.57s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.93s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildLabel (0.34s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.43s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.80s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.47s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildLabels (0.58s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.16s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.84s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.55s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.44s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.27s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.39s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.12s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.03s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.31s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.55s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.87s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.95s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.84s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.48s) [2020-11-05T11:42:47.118Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-11-05T11:42:47.118Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.19s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.36s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.81s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.37s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.41s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.39s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.66s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.59s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.24s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.29s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.29s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.37s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.60s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.66s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.51s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.19s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.44s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.42s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.31s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.26s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.44s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.95s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildPATH (2.30s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.62s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.67s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.35s) [2020-11-05T11:42:47.118Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.78s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.53s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildRm (2.88s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.73s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.00s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.34s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.59s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.13s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.87s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.71s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.54s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.09s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.43s) [2020-11-05T11:42:47.119Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-05T11:42:47.119Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.62s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.26s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.19s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildStderr (1.18s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.17s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.77s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.72s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.43s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.67s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.07s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildUser (1.22s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.18s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (9.64s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.63s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.27s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.73s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.80s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.72s) [2020-11-05T11:42:47.119Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-11-05T11:42:47.119Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.119Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-11-05T11:42:47.119Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.119Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-11-05T11:42:47.119Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.119Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-11-05T11:42:47.119Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.60s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.13s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.87s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.60s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.88s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.13s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.11s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.51s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.80s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.36s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.59s) [2020-11-05T11:42:47.119Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-05T11:42:47.119Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.65s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.49s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.06s) [2020-11-05T11:42:47.119Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-11-05T11:42:47.119Z] docker_cli_sni_test.go:18: Flakey test [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.51s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.72s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCommitChange (0.94s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.83s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.63s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.65s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.78s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCommitTTY (1.42s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.10s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.64s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.01s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.05s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.23s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.43s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.79s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.80s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.65s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.58s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.59s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.46s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.49s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.65s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.75s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.55s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.14s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.75s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.66s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.48s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.73s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.67s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.58s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.64s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.60s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.12s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.57s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.59s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.57s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.97s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.37s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.75s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.73s) [2020-11-05T11:42:47.119Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-11-05T11:42:47.119Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.50s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.69s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.06s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.71s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.65s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.56s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.36s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.99s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.34s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.45s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.34s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.36s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000aa6c80_} (1.34s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1751788663_/foo_false____} (1.41s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1751788663_/foo_true____} (1.34s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3165290858_/foo_false____} (1.35s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3165290858_/foo_true____} (1.30s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3165290858_/foo_true__0xc000aa6ce0__} (1.42s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000aa6d00_} (0.58s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000aa6d20_} (1.57s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000aa6d40_} (1.37s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000aa6d60_} (1.48s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.94s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.31s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.04s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.82s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.73s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.28s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.01s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.76s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.66s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.57s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.85s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.77s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.69s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.21s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.00s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.03s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.04s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.72s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.64s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.72s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.27s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.77s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.64s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.04s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.75s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.98s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.30s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.77s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.68s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.49s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.55s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.88s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.87s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.72s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.66s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.52s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.23s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.59s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.74s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.65s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToDot (0.57s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.33s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.30s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToStdout (0.83s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.39s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.37s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.61s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.27s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.11s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateArgs (0.10s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.46s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.54s) [2020-11-05T11:42:47.119Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-11-05T11:42:47.119Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.67s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.53s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateLabels (0.10s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.21s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateRM (0.30s) [2020-11-05T11:42:47.119Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-11-05T11:42:47.119Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.23s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.60s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.09s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.12s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.27s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.07s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.70s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.94s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.61s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.23s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.93s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.48s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.56s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.73s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.76s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.51s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.06s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2020-11-05T11:42:47.119Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.30s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.62s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.67s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.30s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.85s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsAttach (0.51s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsCommit (0.85s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.81s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.67s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.76s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.59s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.17s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.24s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (1.99s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsCopy (0.98s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.02s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.44s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.25s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.84s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.13s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.15s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.28s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.17s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsFilters (0.92s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsFormat (0.89s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.92s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.62s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.06s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.22s) [2020-11-05T11:42:47.120Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-05T11:42:47.120Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-11-05T11:42:47.120Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-05T11:42:47.120Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.52s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.44s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsRename (0.49s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsResize (0.51s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.39s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.58s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.46s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.67s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsTop (0.66s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.79s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExec (0.58s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.50s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.52s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.60s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.03s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.51s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.52s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.52s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.51s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.51s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.55s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.00s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecCgroup (0.79s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecEnv (0.64s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.02s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.52s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecInspectID (2.61s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecInteractive (0.52s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.51s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.79s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecParseError (0.74s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.68s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.53s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.08s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.58s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecStartFails (0.53s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.71s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.54s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecTTY (0.65s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.62s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.53s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecUlimits (0.76s) [2020-11-05T11:42:47.120Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-11-05T11:42:47.120Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.24s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.57s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.85s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.65s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestExecWithUser (0.71s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.59s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.51s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.50s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.49s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.50s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestHealth (18.72s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.50s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.61s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.68s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.58s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.56s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.62s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImportBadURL (0.11s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImportDisplay (1.06s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImportFile (1.09s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.09s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImportGzipped (1.32s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.10s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.51s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.49s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.50s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.46s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.48s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.42s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.42s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.46s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.08s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.47s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.47s) [2020-11-05T11:42:47.120Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-05T11:42:47.120Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.73s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.48s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectHistory (0.57s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-11-05T11:42:47.120Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-05T11:42:47.120Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.44s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.46s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.44s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.49s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.84s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.45s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectStatus (0.54s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.96s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.48s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.48s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.49s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.46s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.46s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.47s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.58s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.14s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.23s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.33s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.65s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.62s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.88s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.82s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.43s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.88s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.57s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.57s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.08s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.57s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.51s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.32s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.05s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.52s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.57s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.47s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.79s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.63s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.51s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.81s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.81s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.78s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.90s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.69s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.81s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.50s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.54s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsSince (6.51s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.45s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.45s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsTail (0.51s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.48s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.48s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.25s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.52s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestNetHostname (1.66s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.35s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.96s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.68s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.49s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPluginActive (1.52s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.69s) [2020-11-05T11:42:47.120Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-05T11:42:47.120Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.07s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.34s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.80s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.03s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.71s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.35s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.89s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.87s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPortList (6.06s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.94s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.48s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.48s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.43s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.47s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.89s) [2020-11-05T11:42:47.120Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.89s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.92s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.47s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.29s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsByOrder (2.15s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.64s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.09s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.15s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.28s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.74s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.53s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.39s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.92s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.86s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.50s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.52s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.04s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.56s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.55s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.61s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.52s) [2020-11-05T11:42:47.121Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2020-11-05T11:42:47.121Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.28s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.27s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.12s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.65s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.06s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.54s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.46s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.09s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.02s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.39s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.31s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.18s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.69s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.91s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.36s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.65s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.22s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.21s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.66s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.08s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.65s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.48s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.72s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.44s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.59s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.89s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAddHost (0.42s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.20s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.44s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.45s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.05s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.56s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.60s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.85s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.03s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.37s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.72s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.58s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.70s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.64s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.60s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.67s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.44s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.47s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.44s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.35s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.53s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.72s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.46s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.42s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.43s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.46s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.46s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.48s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.44s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.48s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.74s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.48s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.55s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.59s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.47s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.11s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.26s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.89s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.43s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.45s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.44s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.45s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.43s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.03s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.65s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.08s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.51s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.29s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.06s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.61s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.71s) [2020-11-05T11:42:47.121Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-11-05T11:42:47.121Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.121Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-11-05T11:42:47.121Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.51s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.03s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.89s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.29s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.47s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.20s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.53s) [2020-11-05T11:42:47.121Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-05T11:42:47.121Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.67s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.59s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.72s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.52s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.42s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.49s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.46s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.50s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.48s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.46s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunExitCode (0.48s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.44s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.47s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.46s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.69s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.55s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.00s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.24s) [2020-11-05T11:42:47.121Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-11-05T11:42:47.121Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.21s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.49s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.95s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.21s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.46s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.62s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.15s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.26s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.05s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.74s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.45s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.47s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.78s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.37s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.83s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.11s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.25s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.29s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.26s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunMount (4.91s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.65s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.60s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.12s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.46s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.01s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.35s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.47s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.00s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.93s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.43s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNetHost (0.67s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.43s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.42s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.32s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.34s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.64s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.35s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.45s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.43s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.43s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.44s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.57s) [2020-11-05T11:42:47.121Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-11-05T11:42:47.121Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.79s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.50s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.06s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.60s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.47s) [2020-11-05T11:42:47.121Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.45s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.50s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.78s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.51s) [2020-11-05T11:42:47.121Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-05T11:42:47.121Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.60s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.44s) [2020-11-05T11:42:47.121Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-11-05T11:42:47.121Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.72s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.37s) [2020-11-05T11:42:47.121Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-05T11:42:47.121Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.60s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.93s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunRm (0.47s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.46s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.45s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.43s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.26s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.45s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.18s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.60s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.46s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.50s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.49s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.66s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.70s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.51s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.54s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.50s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.65s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.59s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunState (1.36s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.57s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.70s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.21s) [2020-11-05T11:42:47.121Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-05T11:42:47.121Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.75s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.50s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunSysctls (1.05s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.62s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.95s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.43s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.54s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.05s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.95s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.45s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.52s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.48s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.65s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.12s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunUserByID (0.70s) [2020-11-05T11:42:47.121Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.20s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.45s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunUserByName (0.44s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.51s) [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-11-05T11:42:47.122Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.45s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.24s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.56s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.68s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.39s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.91s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.42s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.59s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.44s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.42s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.52s) [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-11-05T11:42:47.122Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2020-11-05T11:42:47.122Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2020-11-05T11:42:47.122Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.16s) [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-11-05T11:42:47.122Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.47s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.43s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.92s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.48s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.69s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.03s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.52s) [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2020-11-05T11:42:47.122Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.08s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.04s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-11-05T11:42:47.122Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-11-05T11:42:47.122Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-11-05T11:42:47.122Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2020-11-05T11:42:47.122Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-05T11:42:47.122Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.48s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.72s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.75s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.56s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.19s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.57s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.65s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.60s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.43s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.14s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.57s) [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-11-05T11:42:47.122Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.32s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.34s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.61s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.61s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.68s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.76s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.74s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.87s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.35s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.54s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.80s) [2020-11-05T11:42:47.122Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents788525028 [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.52s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.12s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.21s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.13s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.39s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.42s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.91s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.87s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.89s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.93s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.93s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.57s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.51s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.51s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStartRecordError (1.07s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.15s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.14s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.48s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.37s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.47s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.68s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.68s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.67s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.49s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.49s) [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-05T11:42:47.122Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.45s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.49s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.01s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.53s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.62s) [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-05T11:42:47.122Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.56s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.09s) [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-11-05T11:42:47.122Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.91s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.60s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.53s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.10s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUpdateStats (3.57s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.03s) [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-11-05T11:42:47.122Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.86s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.70s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.79s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.99s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.62s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.48s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.25s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.63s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.30s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.37s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.91s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.85s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.31s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.34s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.57s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.65s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.33s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.45s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.48s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.61s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.48s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.05s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.43s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.34s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.78s) [2020-11-05T11:42:47.122Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.44s) [2020-11-05T11:42:47.122Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-11-05T11:42:47.122Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-11-05T11:42:47.122Z] === RUN TestDockerRegistrySuite [2020-11-05T11:42:47.122Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-11-05T11:42:48.058Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-11-05T11:42:48.996Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-11-05T11:42:50.373Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-11-05T11:42:50.373Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-11-05T11:42:52.908Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-11-05T11:42:56.194Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-11-05T11:42:56.194Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-11-05T11:42:58.728Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-11-05T11:43:00.106Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-11-05T11:43:00.672Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-11-05T11:43:02.049Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-11-05T11:43:02.984Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-11-05T11:43:03.920Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-11-05T11:43:04.178Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-11-05T11:43:05.114Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-11-05T11:43:06.491Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-11-05T11:43:08.406Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-11-05T11:43:10.310Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-11-05T11:43:11.245Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-11-05T11:43:13.778Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-11-05T11:43:14.345Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-11-05T11:43:14.604Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-11-05T11:43:15.540Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-11-05T11:43:16.475Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-11-05T11:43:17.411Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-11-05T11:43:19.943Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-11-05T11:43:19.943Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-11-05T11:43:20.878Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-11-05T11:43:21.137Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-11-05T11:43:21.396Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-11-05T11:43:21.655Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-11-05T11:43:21.914Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-11-05T11:43:22.173Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-11-05T11:43:22.431Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-11-05T11:43:23.367Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-11-05T11:43:24.743Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-11-05T11:43:25.682Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-11-05T11:43:26.618Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-11-05T11:43:27.554Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite (41.50s) [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.18s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d4ee6d3abe0ae] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.02s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d044858509e6a] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.27s) [2020-11-05T11:43:28.489Z] check_test.go:196: [db72de28eb22e] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2020-11-05T11:43:28.489Z] check_test.go:196: [db23f041c333d] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.59s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d56cbcdc5ce6b] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (2.66s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d3f63d47c6c7e] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.17s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d10063cdb563d] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.00s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d46caba8d088e] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.88s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d9f23e24ed5d9] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.10s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d846a51d3be5b] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.06s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d1f29381006ad] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.16s) [2020-11-05T11:43:28.489Z] check_test.go:196: [dc7e36fcb72ae] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.07s) [2020-11-05T11:43:28.489Z] check_test.go:196: [db66f5b630771] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.29s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d4e12ef80d6d2] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.14s) [2020-11-05T11:43:28.489Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:db0d4d12a443e3707f79dfa4ea968113107229516d232e83da5261ea45a779e6 [2020-11-05T11:43:28.489Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:be87b68ab9bf19e4e9ac0674e6dc467f0a5c83c1e1ef95ff2d738c057abc62d8 [2020-11-05T11:43:28.489Z] check_test.go:196: [d86e8d7613a46] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.80s) [2020-11-05T11:43:28.489Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f794ef719fa5a7f12052fe98506db5c60c7b04d84f3a8efb5d05ef96c099a432 [2020-11-05T11:43:28.489Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c6e146a57b8dc884629a4913d63f6b40f00b269b1cc46b83a90fd2588953fc60 [2020-11-05T11:43:28.489Z] check_test.go:196: [d5b39dbf1c568] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.94s) [2020-11-05T11:43:28.489Z] check_test.go:196: [dd4707f07cce4] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.07s) [2020-11-05T11:43:28.489Z] check_test.go:196: [dd1e8c18e5efe] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.04s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d8b9e82f06446] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d0711e7b23ad9] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.00s) [2020-11-05T11:43:28.489Z] check_test.go:196: [deb43640ab9e9] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.86s) [2020-11-05T11:43:28.489Z] check_test.go:196: [ddc0eca0a7cbc] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.88s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d8ae944a7eec1] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.29s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d82ebe9c4f87d] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.41s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d25659d75cdd6] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.94s) [2020-11-05T11:43:28.489Z] check_test.go:196: [dc38f4bd51a3c] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d8aa30825983e] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d92819d774e10] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2020-11-05T11:43:28.489Z] check_test.go:196: [d400740f6b636] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s) [2020-11-05T11:43:28.489Z] check_test.go:196: [db0fb53dba06e] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2020-11-05T11:43:28.489Z] check_test.go:196: [dd366b005cf88] daemon is not started [2020-11-05T11:43:28.489Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-11-05T11:43:28.489Z] check_test.go:196: [dc831d6cff24d] daemon is not started [2020-11-05T11:43:28.490Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.98s) [2020-11-05T11:43:28.490Z] check_test.go:196: [dcc0b9d0b8c44] daemon is not started [2020-11-05T11:43:28.490Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.38s) [2020-11-05T11:43:28.490Z] check_test.go:196: [d3f82e0408b79] daemon is not started [2020-11-05T11:43:28.490Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.87s) [2020-11-05T11:43:28.490Z] check_test.go:196: [d165b9114af20] daemon is not started [2020-11-05T11:43:28.490Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.01s) [2020-11-05T11:43:28.490Z] check_test.go:196: [dc21ede9c0b66] daemon is not started [2020-11-05T11:43:28.490Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.94s) [2020-11-05T11:43:28.490Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2020-11-05T11:43:28.490Z] === RUN TestDockerSchema1RegistrySuite [2020-11-05T11:43:28.490Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-11-05T11:43:28.490Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-11-05T11:43:31.784Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-11-05T11:43:34.317Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-11-05T11:43:36.859Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-11-05T11:43:37.795Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-11-05T11:43:38.730Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-11-05T11:43:38.730Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-11-05T11:43:39.666Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-11-05T11:43:40.603Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-11-05T11:43:41.540Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-11-05T11:43:44.073Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-11-05T11:43:44.332Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-11-05T11:43:44.899Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-11-05T11:43:44.899Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-11-05T11:43:45.159Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-11-05T11:43:45.418Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-11-05T11:43:45.676Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite (17.61s) [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2020-11-05T11:43:45.935Z] check_test.go:223: [de1e16b0a24f0] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.74s) [2020-11-05T11:43:45.935Z] check_test.go:223: [d689049c3273c] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.79s) [2020-11-05T11:43:45.935Z] check_test.go:223: [d7841ab132b6b] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.74s) [2020-11-05T11:43:45.935Z] check_test.go:223: [d273a3e97fbcd] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.97s) [2020-11-05T11:43:45.935Z] check_test.go:223: [d936592c5d1e1] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.97s) [2020-11-05T11:43:45.935Z] check_test.go:223: [dc023728ffd5c] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-11-05T11:43:45.935Z] check_test.go:223: [d724069d3d3cc] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.00s) [2020-11-05T11:43:45.935Z] check_test.go:223: [de327bbdcd62f] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.85s) [2020-11-05T11:43:45.935Z] check_test.go:223: [d70a8691c917f] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.88s) [2020-11-05T11:43:45.935Z] check_test.go:223: [d89606ee6389f] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.47s) [2020-11-05T11:43:45.935Z] check_test.go:223: [ddc3fef7e6b25] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2020-11-05T11:43:45.935Z] check_test.go:223: [d2cdd1febdcb1] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.37s) [2020-11-05T11:43:45.935Z] check_test.go:223: [dcd7fdd638e88] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-11-05T11:43:45.935Z] check_test.go:223: [d80be24e9a79a] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2020-11-05T11:43:45.935Z] check_test.go:223: [dff890590e23c] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s) [2020-11-05T11:43:45.935Z] check_test.go:223: [d1bf619597122] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2020-11-05T11:43:45.935Z] check_test.go:223: [d76244d3842e9] daemon is not started [2020-11-05T11:43:45.935Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-11-05T11:43:45.935Z] check_test.go:223: [dd6ea942de383] daemon is not started [2020-11-05T11:43:45.935Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-11-05T11:43:45.935Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-11-05T11:43:46.872Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-11-05T11:43:47.131Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-11-05T11:43:47.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-11-05T11:43:48.325Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-11-05T11:43:48.583Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-11-05T11:43:49.152Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-11-05T11:43:49.719Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-11-05T11:43:49.719Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.85s) [2020-11-05T11:43:49.719Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.75s) [2020-11-05T11:43:49.719Z] check_test.go:252: [d9c14ae91c7c3] daemon is not started [2020-11-05T11:43:49.719Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.48s) [2020-11-05T11:43:49.719Z] check_test.go:252: [d1d1e50cc1048] daemon is not started [2020-11-05T11:43:49.719Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2020-11-05T11:43:49.719Z] check_test.go:252: [dfb9ea855fdcf] daemon is not started [2020-11-05T11:43:49.719Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.09s) [2020-11-05T11:43:49.719Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2020-11-05T11:43:49.719Z] check_test.go:252: [d6ef048bf83bf] daemon is not started [2020-11-05T11:43:49.719Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.47s) [2020-11-05T11:43:49.719Z] check_test.go:252: [dbe5c3a212611] daemon is not started [2020-11-05T11:43:49.719Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.53s) [2020-11-05T11:43:49.719Z] check_test.go:252: [d577f7de168e3] daemon is not started [2020-11-05T11:43:49.719Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-11-05T11:43:49.719Z] check_test.go:252: [d1648dc4c45ab] daemon is not started [2020-11-05T11:43:49.719Z] === RUN TestDockerRegistryAuthTokenSuite [2020-11-05T11:43:49.719Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-11-05T11:43:54.990Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-11-05T11:43:54.990Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-11-05T11:43:55.248Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-11-05T11:43:55.248Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-11-05T11:43:55.506Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.75s) [2020-11-05T11:43:55.506Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2020-11-05T11:43:55.506Z] check_test.go:279: [df76525503647] daemon is not started [2020-11-05T11:43:55.506Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-11-05T11:43:55.506Z] check_test.go:279: [dd554175db5ce] daemon is not started [2020-11-05T11:43:55.506Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-11-05T11:43:55.506Z] check_test.go:279: [d1efce16ce170] daemon is not started [2020-11-05T11:43:55.506Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-11-05T11:43:55.506Z] check_test.go:279: [dd3ae3aca2410] daemon is not started [2020-11-05T11:43:55.506Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-11-05T11:43:55.506Z] check_test.go:279: [dd00ff230daa4] daemon is not started [2020-11-05T11:43:55.506Z] === RUN TestDockerNetworkSuite [2020-11-05T11:43:55.506Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-11-05T11:43:58.044Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-11-05T11:43:58.302Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-11-05T11:44:01.589Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-11-05T11:44:02.963Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-11-05T11:44:05.497Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-11-05T11:44:06.872Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-11-05T11:44:12.146Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-11-05T11:44:14.677Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-11-05T11:44:15.613Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-11-05T11:44:16.179Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-11-05T11:44:16.748Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-11-05T11:44:17.685Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-11-05T11:44:18.622Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-11-05T11:44:18.891Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-11-05T11:44:19.160Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-11-05T11:44:20.097Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-11-05T11:44:20.097Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-11-05T11:44:20.097Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-11-05T11:44:20.355Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-11-05T11:44:20.922Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-11-05T11:44:22.299Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-11-05T11:44:22.299Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-11-05T11:44:22.299Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-11-05T11:44:22.299Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-11-05T11:44:24.833Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-11-05T11:44:26.737Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-11-05T11:44:27.673Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-11-05T11:44:32.948Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-11-05T11:44:33.520Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-11-05T11:44:33.778Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-11-05T11:44:35.159Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-11-05T11:44:35.160Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-11-05T11:44:35.160Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-11-05T11:44:35.418Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-11-05T11:44:35.676Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-11-05T11:44:35.676Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-11-05T11:44:38.965Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-11-05T11:44:38.965Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-11-05T11:44:38.965Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-11-05T11:44:39.902Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-11-05T11:44:39.902Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-11-05T11:44:44.091Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-11-05T11:44:46.632Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-11-05T11:44:48.009Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-11-05T11:44:48.267Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-11-05T11:44:49.203Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-11-05T11:44:49.461Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-11-05T11:44:51.364Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-11-05T11:44:51.364Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-11-05T11:44:52.303Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-11-05T11:44:52.871Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-11-05T11:44:54.249Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-11-05T11:44:54.249Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite (63.89s) [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.16s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d9122c58c6773] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.70s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d5b7d69d7d7c0] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.93s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d326b0d6aa383] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.53s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [de8c288ea2b69] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.52s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:1233: [d4d8156df0e08] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.36s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [db2925a593d90] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.52s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d10a24cc2e531] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.29s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d129ce5b31e1f] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.12s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [dede26722acf9] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.48s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d750832584b2c] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.52s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d02aca1ab1954] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.16s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [da7b94d55e107] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.93s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [daa0ceecb5a4b] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [ddfbeb6ae1fd7] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d693860f35038] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.71s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d5a5ebcf835a6] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [df5112831ceea] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d9c19ecd993e3] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [dd3f63460e343] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.73s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [df905cddcbb9b] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.03s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d224247f076fb] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d3c1a73352efa] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.22s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d140937eb26c7] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [dc3f082807f4a] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.39s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:968: [d80d236bffcbf] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.68s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d903f214faa57] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.97s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:1116: [d7ce63fd0e994] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d1f862c353594] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.28s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d8df76ff7e8ef] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.24s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [de8f05ae8bb6c] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.08s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [dd744654cd53e] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.25s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d3758d37f182c] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.20s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d39458d0ff0da] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d832a44133564] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.26s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d1b67973495d0] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d139571b809d3] daemon is not started [2020-11-05T11:44:59.525Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d2915007c8647] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.00s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d43f404d43369] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.99s) [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.14s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:1084: [d303b24e6dcc4] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.08s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d359d16711458] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.09s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d2276150c9125] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.89s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d116ab8147d96] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.07s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d3fbd45b73783] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.89s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d95146c2327e1] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.57s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d2d2b56266639] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.31s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d1402fbcbc296] daemon is not started [2020-11-05T11:44:59.525Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.37s) [2020-11-05T11:44:59.525Z] docker_cli_network_unix_test.go:46: [d29f6e9a98159] daemon is not started [2020-11-05T11:44:59.525Z] === RUN TestDockerHubPullSuite [2020-11-05T11:44:59.525Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-11-05T11:45:00.460Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-11-05T11:45:02.363Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-11-05T11:45:04.892Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-11-05T11:45:04.892Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-11-05T11:45:04.892Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-11-05T11:45:05.459Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-11-05T11:45:09.646Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-11-05T11:45:09.905Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-11-05T11:45:10.182Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-11-05T11:45:10.182Z] --- PASS: TestDockerHubPullSuite (10.87s) [2020-11-05T11:45:10.182Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.77s) [2020-11-05T11:45:10.182Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.57s) [2020-11-05T11:45:10.182Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.72s) [2020-11-05T11:45:10.182Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (4.43s) [2020-11-05T11:45:10.182Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.29s) [2020-11-05T11:45:10.182Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2020-11-05T11:45:10.182Z] PASS [2020-11-05T11:45:10.182Z] [2020-11-05T11:45:10.182Z] === Skipped [2020-11-05T11:45:10.182Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-11-05T11:45:10.182Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-11-05T11:45:10.182Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.182Z] [2020-11-05T11:45:10.182Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-11-05T11:45:10.182Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-11-05T11:45:10.182Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.182Z] [2020-11-05T11:45:10.182Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-11-05T11:45:10.182Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-11-05T11:45:10.182Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.182Z] [2020-11-05T11:45:10.182Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-11-05T11:45:10.182Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-11-05T11:45:10.182Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.182Z] [2020-11-05T11:45:10.182Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-11-05T11:45:10.182Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2020-11-05T11:45:10.183Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_sni_test.go:18: Flakey test [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-11-05T11:45:10.183Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-11-05T11:45:10.183Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-11-05T11:45:10.183Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-11-05T11:45:10.183Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-11-05T11:45:10.183Z] docker_cli_network_unix_test.go:46: [d2915007c8647] daemon is not started [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] [2020-11-05T11:45:10.183Z] DONE 1277 tests, 51 skipped in 1530.270s [2020-11-05T11:45:10.183Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-05T11:45:10.446Z] ++++ cat bundles/test-integration/docker.pid [2020-11-05T11:45:10.446Z] +++ kill 7655 [2020-11-05T11:45:10.446Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-11-05T11:45:11.381Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-11-05T11:45:11.381Z] +++ /etc/init.d/apparmor stop [2020-11-05T11:45:11.381Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-05T11:45:11.381Z] [2020-11-05T11:45:11.381Z] Unloading profiles will leave already running processes permanently [2020-11-05T11:45:11.381Z] unconfined, which can lead to unexpected situations. [2020-11-05T11:45:11.381Z] [2020-11-05T11:45:11.381Z] To set a process to complain mode, use the command line tool [2020-11-05T11:45:11.381Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-05T11:45:11.381Z] +++ true [2020-11-05T11:45:11.381Z] exiting test-integration [2020-11-05T11:45:11.381Z] ++ exit 0 [2020-11-05T11:45:11.381Z] [2020-11-05T11:45:11.640Z] + for job in $(jobs -p) [2020-11-05T11:45:11.640Z] + wait 2636 [2020-11-05T11:45:13.016Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-11-05T11:46:09.237Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-11-05T11:47:05.449Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-11-05T11:47:15.425Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-11-05T11:47:18.708Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-11-05T11:49:55.171Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-11-05T11:50:00.435Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-11-05T11:50:00.693Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-11-05T11:50:00.952Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-11-05T11:50:00.952Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-11-05T11:50:01.210Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-11-05T11:50:01.777Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-11-05T11:50:04.308Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-11-05T11:50:07.593Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-11-05T11:50:10.123Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-11-05T11:51:07.357Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-11-05T11:51:07.357Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-11-05T11:51:07.357Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-11-05T11:51:09.258Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-11-05T11:51:11.790Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-11-05T11:51:14.323Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-11-05T11:51:36.254Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-11-05T11:51:48.459Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-11-05T11:51:48.717Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-11-05T11:51:51.248Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-11-05T11:51:53.779Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-11-05T11:52:00.340Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-11-05T11:52:04.525Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-11-05T11:52:07.055Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-11-05T11:52:08.959Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-11-05T11:52:11.489Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-11-05T11:52:13.395Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-11-05T11:52:16.678Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-11-05T11:52:18.582Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-11-05T11:53:14.796Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-11-05T11:53:26.990Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite (1655.78s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.79s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.33s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.33s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.43s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.07s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.27s) [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:562: [d8fcda7f53d18] joining swarm manager [dfc030e91212d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:584: [d5c470402be0d] joining swarm manager [dfc030e91212d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] check_test.go:380: [d8fcda7f53d18] daemon is not started [2020-11-05T11:53:45.079Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.79s) [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:45: [dba42193bb817] joining swarm manager [d5e5660e00270]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.96s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.97s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (35.73s) [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:303: [dce6d5e97e103] joining swarm manager [d267bcbddbc32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:304: [df2d670ad341b] joining swarm manager [d267bcbddbc32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.11s) [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:271: [da6fc530af0e2] joining swarm manager [d5267246e7e69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:272: [dd5b1ee5e7392] joining swarm manager [d5267246e7e69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.03s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.43s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.00s) [2020-11-05T11:53:45.079Z] docker_api_swarm_node_test.go:19: [d937b801444ea] joining swarm manager [db23723007136]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_node_test.go:20: [d762853e3529f] joining swarm manager [db23723007136]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.08s) [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:501: [d976c0294e41e] joining swarm manager [d1db920a749aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:506: [de6c4aa1da30a] joining swarm manager [d1db920a749aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.33s) [2020-11-05T11:53:45.079Z] docker_api_swarm_node_test.go:80: [d718b64a41bfb] joining swarm manager [d28b4b3283ede]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.78s) [2020-11-05T11:53:45.079Z] docker_api_swarm_node_test.go:52: [d27606b0c982f] joining swarm manager [d54696c592757]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_node_test.go:53: [d77a4ff7ffd28] joining swarm manager [d54696c592757]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.19s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (23.79s) [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:201: [df3d8c8783417] joining swarm manager [df20a347a10eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (68.96s) [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:383: [dd500e2472b42] joining swarm manager [d61fcd84cc09b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:384: [d28c1731e0cc0] joining swarm manager [d61fcd84cc09b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] check_test.go:380: [d28c1731e0cc0] daemon is not started [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (56.58s) [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:801: [d86bf43db3d5f] joining swarm manager [db525ba9b0c57]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:801: [d8f8d5a82d6d8] joining swarm manager [db525ba9b0c57]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:801: [dd6d1c52fa95a] joining swarm manager [db525ba9b0c57]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:801: [dbe4c9aee7094] joining swarm manager [db525ba9b0c57]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-11-05T11:53:45.079Z] docker_api_swarm_test.go:809: [df600c23f3721] joining swarm manager [db525ba9b0c57]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.41s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.53s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.10s) [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:394: [d6679915f2007] joining swarm manager [d8ae26217e90f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:394: [d45ed419ec0c6] joining swarm manager [d8ae26217e90f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.55s) [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:342: [dc01ae8d0f357] joining swarm manager [db6e9d8612685]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:342: [dc67c04d893ae] joining swarm manager [db6e9d8612685]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.13s) [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:489: [df293b869255e] joining swarm manager [d8f5171e0c66d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:489: [d266ad52571d7] joining swarm manager [d8f5171e0c66d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.45s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.89s) [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:127: [d3a417f773680] joining swarm manager [db761b3774635]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:128: [d73e4c922276d] joining swarm manager [db761b3774635]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:136: [d6e6d1759be17] joining swarm manager [db761b3774635]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:137: [db6239c076e84] joining swarm manager [db761b3774635]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.52s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (21.73s) [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:303: [d04fe4084c705] joining swarm manager [d23bcd64015ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:303: [de747fe2a7bdb] joining swarm manager [d23bcd64015ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.62s) [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:99: [dfad6e9d6c534] joining swarm manager [d7314b917bed9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:100: [dbd3773d11c7a] joining swarm manager [d7314b917bed9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] check_test.go:380: [dfad6e9d6c534] daemon is not started [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.07s) [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:532: [ddb55dcce29fb] joining swarm manager [d893a30372833]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:533: [d479dc892de42] joining swarm manager [d893a30372833]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.87s) [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:147: [d5b5d53f5dfdd] joining swarm manager [d5a53294bd351]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_api_swarm_service_test.go:147: [d6793e3f779db] joining swarm manager [d5a53294bd351]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.40s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.97s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.70s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.01s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.53s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.78s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.51s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.29s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.33s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.91s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.10s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.72s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.86s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.62s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.14s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.74s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.89s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.87s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.11s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.59s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.38s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.24s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.51s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.48s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.03s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.60s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.24s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.94s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.45s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.62s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.05s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.30s) [2020-11-05T11:53:45.079Z] docker_cli_service_logs_test.go:245: checking task bh3c3myedsup [2020-11-05T11:53:45.079Z] docker_cli_service_logs_test.go:250: checking messages for bh3c3myedsup [2020-11-05T11:53:45.079Z] docker_cli_service_logs_test.go:245: checking task 99uqnl1x6hka [2020-11-05T11:53:45.079Z] docker_cli_service_logs_test.go:250: checking messages for 99uqnl1x6hka [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.43s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.18s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.80s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.86s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.44s) [2020-11-05T11:53:45.079Z] docker_cli_swarm_test.go:1901: [d22a54be07b0d] joining swarm manager [d6db16ed5a00b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_cli_swarm_test.go:1902: [d741dddfa7499] joining swarm manager [d6db16ed5a00b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.93s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (1.82s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (14.73s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.54s) [2020-11-05T11:53:45.079Z] docker_cli_swarm_test.go:1802: [db0bb879c4531] joining swarm manager [dd51f32b6812a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_cli_swarm_test.go:1803: [dece3bbe38496] joining swarm manager [dd51f32b6812a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.10s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (83.48s) [2020-11-05T11:53:45.079Z] docker_cli_swarm_test.go:1321: [da2ca39a992f2] joining swarm manager [d6aeba6ca37f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.079Z] docker_cli_swarm_test.go:1322: [dea018ded940c] joining swarm manager [d6aeba6ca37f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.72s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.38s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.05s) [2020-11-05T11:53:45.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.74s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.77s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.32s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.95s) [2020-11-05T11:53:45.080Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-11-05T11:53:45.080Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.18s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.78s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.74s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (1.86s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.61s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (54.80s) [2020-11-05T11:53:45.080Z] docker_cli_swarm_test.go:1186: [dd44ead594814] joining swarm manager [d31bd9a4e6cd9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.080Z] docker_cli_swarm_test.go:1195: [de7ede331d2ad] joining swarm manager [d31bd9a4e6cd9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.02s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.02s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (148.32s) [2020-11-05T11:53:45.080Z] docker_cli_swarm_test.go:1118: [d4c3e65bc46dc] joining swarm manager [dc9c8e90ea71c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.080Z] docker_cli_swarm_test.go:1119: [d36281926265d] joining swarm manager [dc9c8e90ea71c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.080Z] docker_cli_swarm_test.go:1172: [da6e713b4222f] joining swarm manager [dc9c8e90ea71c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (12.98s) [2020-11-05T11:53:45.080Z] docker_cli_swarm_test.go:1453: [d9f54d5a45b96] joining swarm manager [d8023c1056460]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.080Z] docker_cli_swarm_test.go:1454: [dc1e35db0cc86] joining swarm manager [d8023c1056460]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (1.99s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.21s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.08s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.34s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.35s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.24s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.06s) [2020-11-05T11:53:45.080Z] docker_cli_swarm_unix_test.go:62: [d5739b6c11c4f] joining swarm manager [d5804ffb06aad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (1.88s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.07s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.25s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (2.74s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.56s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.26s) [2020-11-05T11:53:45.080Z] docker_api_swarm_test.go:961: [df467c169b510] joining swarm manager [d1da7591023b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.03s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.21s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.28s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.47s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.45s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.11s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.52s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.18s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.22s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.26s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.14s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (1.86s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.51s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.24s) [2020-11-05T11:53:45.080Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.23s) [2020-11-05T11:53:45.080Z] === RUN TestDockerExternalVolumeSuite [2020-11-05T11:53:45.080Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-11-05T11:53:59.945Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-11-05T11:55:07.612Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-11-05T11:55:17.577Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-11-05T11:55:49.655Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-11-05T11:56:04.523Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-11-05T11:56:36.584Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-11-05T11:56:48.778Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-11-05T11:57:20.850Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-11-05T11:57:35.718Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-11-05T11:57:50.585Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-11-05T11:58:37.243Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-11-05T11:58:55.333Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-11-05T11:59:27.395Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-11-05T11:59:59.458Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-11-05T12:00:14.327Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-11-05T12:00:32.435Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-11-05T12:00:47.303Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite (437.03s) [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.55s) [2020-11-05T12:01:02.171Z] docker_cli_external_volume_driver_test.go:53: [d5c57e2747774] daemon is not started [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s) [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.20s) [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2020-11-05T12:01:02.171Z] docker_cli_external_volume_driver_test.go:53: [db22bef084b91] daemon is not started [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-11-05T12:01:02.171Z] docker_cli_external_volume_driver_test.go:53: [da7c36be90272] daemon is not started [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-11-05T12:01:02.171Z] docker_cli_external_volume_driver_test.go:53: [deb2d9728a7c8] daemon is not started [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s) [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.19s) [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s) [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.19s) [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.28s) [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.18s) [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.61s) [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.02s) [2020-11-05T12:01:02.171Z] docker_cli_external_volume_driver_test.go:485: [d9c65e57f88b2] daemon is not started [2020-11-05T12:01:02.171Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-11-05T12:01:02.171Z] docker_cli_external_volume_driver_test.go:53: [d115d4863e1d2] daemon is not started [2020-11-05T12:01:02.171Z] PASS [2020-11-05T12:01:02.171Z] [2020-11-05T12:01:02.171Z] === Skipped [2020-11-05T12:01:02.171Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2020-11-05T12:01:02.171Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2020-11-05T12:01:02.171Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-11-05T12:01:02.171Z] check_test.go:309: [dbfdd96c6778d] daemon is not started [2020-11-05T12:01:02.171Z] [2020-11-05T12:01:02.171Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-11-05T12:01:02.171Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-11-05T12:01:02.171Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-11-05T12:01:02.171Z] check_test.go:309: [d329496ae4097] daemon is not started [2020-11-05T12:01:02.171Z] [2020-11-05T12:01:02.171Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-11-05T12:01:02.171Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-11-05T12:01:02.171Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-11-05T12:01:02.171Z] check_test.go:309: [d6b84b6098fad] daemon is not started [2020-11-05T12:01:02.171Z] [2020-11-05T12:01:02.171Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-11-05T12:01:02.171Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-11-05T12:01:02.171Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-11-05T12:01:02.171Z] [2020-11-05T12:01:02.171Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-11-05T12:01:02.171Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-11-05T12:01:02.171Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-11-05T12:01:02.171Z] [2020-11-05T12:01:02.171Z] [2020-11-05T12:01:02.171Z] DONE 273 tests, 5 skipped in 2479.975s [2020-11-05T12:01:02.171Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-05T12:01:02.171Z] ++++ cat bundles/test-integration/docker.pid [2020-11-05T12:01:02.171Z] +++ kill 7658 [2020-11-05T12:01:02.738Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/df35a4ea9118f/docker.pid [2020-11-05T12:01:02.738Z] +++ kill 5477 [2020-11-05T12:01:02.738Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5477 is not a child of this shell [2020-11-05T12:01:02.738Z] warning: PID 5477 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/df35a4ea9118f/docker.pid had a nonzero exit code [2020-11-05T12:01:02.738Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/df35a4ea9118f/root: target is busy. [2020-11-05T12:01:02.738Z] +++ /etc/init.d/apparmor stop [2020-11-05T12:01:02.738Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-05T12:01:02.738Z] [2020-11-05T12:01:02.738Z] Unloading profiles will leave already running processes permanently [2020-11-05T12:01:02.738Z] unconfined, which can lead to unexpected situations. [2020-11-05T12:01:02.738Z] [2020-11-05T12:01:02.738Z] To set a process to complain mode, use the command line tool [2020-11-05T12:01:02.738Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-05T12:01:02.738Z] +++ true [2020-11-05T12:01:02.738Z] exiting test-integration [2020-11-05T12:01:02.738Z] ++ exit 0 [2020-11-05T12:01:02.738Z] [2020-11-05T12:01:02.996Z] + exit 0 [2020-11-05T12:01:02.996Z] ++ jobs -p [2020-11-05T12:01:02.996Z] + pids= [2020-11-05T12:01:02.996Z] + echo 'Remaining pids to kill: []' [2020-11-05T12:01:02.996Z] Remaining pids to kill: [] [2020-11-05T12:01:02.996Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-11-05T12:01:03.009Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-05T12:01:03.998Z] + echo Ensuring container killed. [2020-11-05T12:01:03.998Z] Ensuring container killed. [2020-11-05T12:01:03.998Z] + docker ps -aq -f name=docker-pr7-* [2020-11-05T12:01:03.998Z] + cids=ef73481ecd7a [2020-11-05T12:01:03.998Z] 0ac8ce5e6982 [2020-11-05T12:01:03.998Z] 624a9dd7aecc [2020-11-05T12:01:03.998Z] + [ -n ef73481ecd7a [2020-11-05T12:01:03.998Z] 0ac8ce5e6982 [2020-11-05T12:01:03.998Z] 624a9dd7aecc ] [2020-11-05T12:01:03.998Z] + docker rm -vf ef73481ecd7a 0ac8ce5e6982 624a9dd7aecc [2020-11-05T12:01:09.263Z] ef73481ecd7a [2020-11-05T12:01:09.263Z] 0ac8ce5e6982 [2020-11-05T12:01:09.263Z] 624a9dd7aecc [Pipeline] sh [2020-11-05T12:01:09.543Z] + echo Chowning /workspace to jenkins user [2020-11-05T12:01:09.543Z] Chowning /workspace to jenkins user [2020-11-05T12:01:09.543Z] + id -u [2020-11-05T12:01:09.543Z] + id -g [2020-11-05T12:01:09.543Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40256:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-05T12:01:13.121Z] + bundleName=amd64 [2020-11-05T12:01:13.121Z] + echo Creating amd64-bundles.tar.gz [2020-11-05T12:01:13.121Z] Creating amd64-bundles.tar.gz [2020-11-05T12:01:13.121Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-11-05T12:01:13.121Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-05T12:01:14.066Z] Archiving artifacts [2020-11-05T12:01:14.374Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40256/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-05T12:01:14.685Z] + make clean [2020-11-05T12:01:14.942Z] docker volume rm -f docker-dev-cache [2020-11-05T12:01:14.942Z] 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